[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

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


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