[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/en_us/Settings/ -> Picklist.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      'LBL_ADD_ITEM_TO' => 'Add Item to',
  13      'LBL_ADD_VALUE' => 'Add Value',
  14      'LBL_ALL_ROLES' => 'All Roles',
  15      'LBL_ALL_VALUES' => 'All values',
  16      'LBL_ASSIGN_TO_ROLE' => 'Assign to Role',
  17      'LBL_ASSIGN_VALUE' => 'Assign Value',
  18      'LBL_ASSIGN_VALUES_TO_ROLES' => 'Assign Values to Roles',
  19      'LBL_CHOOSE_ROLES' => 'Choose Roles',
  20      'LBL_DELETE_PICKLIST_ITEMS' => 'Delete PickList Items',
  21      'LBL_DELETE_VALUE' => 'Delete Value',
  22      'LBL_DRAG_ITEMS_TO_RESPOSITION' => 'Drag items to reposition them',
  23      'LBL_ENABLE/DISABLE_MESSGAE' => 'Click on value to Enable/Disable it.After done click on save',
  24      'LBL_ENTER_NEW_NAME' => 'Enter new Name',
  25      'LBL_ITEMS_TO_DELETE' => 'Items to Delete',
  26      'LBL_ITEMS' => 'Values',
  27      'LBL_ITEM_TO_RENAME' => 'Item to rename',
  28      'LBL_ITEM_VALUE' => 'Item value',
  29      'LBL_NON_EDITABLE_PICKLIST_VALUES' => 'Non Editable Values',
  30      'LBL_RENAME_PICKLIST_ITEM' => 'Rename PickList Item',
  31      'LBL_RENAME_VALUE' => 'Rename Value',
  32      'LBL_REPLACE_IT_WITH' => 'Replace it with',
  33      'LBL_ROLE_NAME' => 'Role name',
  34      'LBL_SAVE_ORDER' => 'Save Order',
  35      'LBL_SELECT_AN_ITEM_TO_RENAME_OR_DELETE' => 'Select an item to rename or delete',
  36      'LBL_SELECTED_VALUES_MESSGAE' => 'will appear for the user with this role',
  37      'LBL_SELECTED_VALUES' => 'Selected Values',
  38      'LBL_SELECT_PICKLIST_IN' => 'Select Picklist in',
  39      'LBL_TO_DELETE_MULTIPLE_HOLD_CONTROL_KEY' => 'To Delete multiple items hold Ctrl key down while selecting items',
  40      'LBL_VALUES_ASSIGNED_TO_A_ROLE' => 'Values assigned to a role',
  41      'NO_PICKLIST_FIELDS'=> 'do not have any picklist fields',
  42  );
  43  
  44  $jsLanguageStrings = array(
  45      'JS_ALL_ROLES_SELECTED' => 'All Roles Selected',
  46      'JS_ITEM_ADDED_SUCCESSFULLY' => 'Item added Successfully',
  47      'JS_ITEM_RENAMED_SUCCESSFULLY' => 'Item Renamed Successfully',
  48      'JS_ITEMS_DELETED_SUCCESSFULLY' => 'Items Deleted Successfully',
  49      'JS_LIST_UPDATED_SUCCESSFULLY' => 'List updated Successfully',
  50      'JS_MORE_THAN_ONE_ITEM_SELECTED' => 'More than one Item selected',
  51      'JS_NO_ITEM_SELECTED' => 'No item Selected',
  52      'JS_NOT_ALLOWED' => 'are not allowed',
  53      'JS_PLEASE_SELECT_MODULE' => 'Please select module',
  54      'JS_SEQUENCE_UPDATED_SUCCESSFULLY' => 'Sequence updated successfully',
  55      'JS_SPECIAL_CHARACTERS' => 'Special Characters like',
  56      'JS_VALUE_ASSIGNED_SUCCESSFULLY' => 'Value assigned successfully',
  57      'JS_YOU_CANNOT_DELETE_ALL_THE_VALUES' => 'You cannot delete all the values',
  58  );    


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