[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/en_us/Settings/ -> LayoutEditor.php (source)

   1  <?php
   2  /*+***********************************************************************************
   3   * The contents of this file are subject to the vtiger CRM Public License Version 1.0
   4   * ("License"); You may not use this file except in compliance with the License
   5   * The Original Code is:  vtiger CRM Open Source
   6   * The Initial Developer of the Original Code is vtiger.
   7   * Portions created by vtiger are Copyright (C) vtiger.
   8   * All Rights Reserved.
   9   *************************************************************************************/
  10  $languageStrings = array(
  11      'Calendar' => 'To Do',
  12      'Checkbox' => 'Checkbox',
  13      'Currency'=>'Currency',
  14      'Date'=>'Date',
  15      'Decimal'=>'Decimal',
  16      'Email'=>'Email',
  17      'Integer'=>'Integer',
  18      'LayoutEditor' => 'Layout Editor',
  19      'LBL_ACTIONS' => 'Actions',
  20      'LBL_ACTIVE' => 'Active',
  21      'LBL_ADD_AFTER' => 'Add After',
  22      'LBL_ADD_CUSTOM_BLOCK' => 'Add Custom Block',
  23      'LBL_ADD_CUSTOM_FIELD' => 'Add Custom Field',
  24      'LBL_ADD_MODULE_INFO' => 'Select the module from the removed modules to add back to list',
  25      'LBL_ALWAYS_SHOW' => 'Always Show',
  26      'LBL_ARRANGE_RELATED_LIST' => 'Arrange Related List',
  27      'LBL_ARRANGE_RELATED_TABS' => 'Arrange Related Tabs',
  28      'LBL_BLOCK_NAME' => 'Block Name',
  29      'LBL_CLICK_HERE_TO_EDIT' => 'Click here to edit',
  30      'LBL_CREATE_CUSTOM_FIELD' => 'Create Custom Field',
  31      'LBL_DECIMALS' => 'Decimals',
  32      'LBL_DEFAULT_VALUE' => 'Default Value',
  33      'LBL_DELETE_CUSTOM_BLOCK' => 'Delete Custom Block',
  34      'LBL_DETAILVIEW_LAYOUT' => 'Detail View Layout',
  35      'LBL_DUPLICATE_FIELD_EXISTS' => 'Duplicate Field Exists',
  36      'LBL_DUPLICATES_EXIST' => 'Block Name already exists',
  37      'LBL_ENTER_PICKLIST_VALUES' => 'Enter Picklist Values..',
  38      'LBL_FIELDS_AND_LAYOUT_EDITOR' => 'Fields and Layout Editor',
  39      'LBL_INACTIVE_FIELDS' => 'Inactive Fields', //Duplicated key-value pairs
  40      'LBL_LABEL_NAME' => 'Label Name',
  41      'LBL_LENGTH' => 'Length',
  42      'LBL_MANDATORY_FIELD' => 'Mandatory Field',
  43      'LBL_MASS_EDIT' => 'Mass Edit',
  44      'LBL_NON_ROLE_BASED_PICKLIST' => 'Non Role Based Picklist',
  45      'LBL_NO_RELATED_INFORMATION' => 'No Related Information',
  46      'LBL_PICKLIST_VALUES' => 'Picklist Values',
  47      'LBL_QUICK_CREATE' => 'Quick Create',
  48      'LBL_REACTIVATE' => 'Reactivate',
  49      'LBL_RELATED_LIST_INFO' => 'Drag and drop the module to reorder the list',
  50      'LBL_REMOVE_INFO' => 'Click on the close icon to remove the module from the list',
  51      'LBL_ROLE_BASED_PICKLIST' => 'Role Based Picklist',
  52      'LBL_SAVE_FIELD_SEQUENCE' => 'Save Field Sequence',
  53      'LBL_SELECT_FIELD_TYPE' => 'Select Field Type',
  54      'LBL_SELECT_MODULE' => 'Select Module..',
  55      'LBL_SELECT_MODULE_TO_ADD' => 'Select Module To Add',
  56      'LBL_SUMMARY_FIELD' => 'Summary View',
  57      'LBL_WRONG_FIELD_TYPE' => 'Wrong Field Type',
  58      'MultiSelectCombo'=>'Multi-Select Combo Box',
  59      'Percent'=>'Percent',
  60      'Phone'=>'Phone',
  61      'PickList'=>'Pick List',
  62      'Skype'=>'Skype',
  63      'TextArea' => 'Text Area',
  64      'Text'=>'Text',
  65      'Time'=>'Time',
  66      'URL' => 'URL',
  67  );
  68  
  69  $jsLanguageStrings = array(
  70      'JS_BLOCK_NAME_EXISTS' => 'Block Name already exists',
  71      'JS_BLOCK_SEQUENCE_UPDATED' => 'Blocks Sequence Updated',
  72      'JS_BLOCK_VISIBILITY_HIDE' => 'Block hide enabled',
  73      'JS_BLOCK_VISIBILITY_SHOW' => 'Block show enabled',
  74      'JS_CUSTOM_BLOCK_ADDED' => 'New Custom Block added',
  75      'JS_CUSTOM_BLOCK_DELETED' => 'Custom Block Deleted',
  76      'JS_CUSTOM_FIELD_ADDED' => 'New Custom Field Added',
  77      'JS_CUSTOM_FIELD_DELETED' => 'Custom Field Deleted',
  78      'JS_DUPLICATES_VALUES_FOUND' => 'Duplicate Values found',
  79      'JS_FIELD_DETAILS_SAVED' => 'Field Details Saved',
  80      'JS_FIELD_SEQUENCE_UPDATED' => 'Field Sequence Updated',
  81      'JS_LENGTH_SHOULD_BE_LESS_THAN_EQUAL_TO' => 'Length Should be less than or equal to',
  82      'JS_NO_HIDDEN_FIELDS_EXISTS' => 'No Inactive Fields',
  83      'JS_NOT_ALLOWED' => 'are not allowed',
  84      'JS_PLEASE_ENTER_NUMBER_IN_RANGE_2TO5' => 'Decimal should be in the range 2 to 5',
  85      'JS_RELATED_INFO_SAVED' => 'Related Info Saved',
  86      'JS_SAVE_THE_CHANGES_TO_UPDATE_FIELD_SEQUENCE' => 'Save the changes to update Field sequence',
  87      'JS_SELECTED_FIELDS_REACTIVATED' => 'Selected Fields Reactivated',
  88      'JS_SPECIAL_CHARACTERS' => 'Special Characters like',
  89  );


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1