[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/Deutsch/modules/Settings/ -> PickListDependency.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_ADD_RECORD'               => 'Add Picklist Dependency'     , 
  12      'LBL_PICKLIST_DEPENDENCY'      => 'Picklist Dependency'         , 
  13      'LBL_SELECT_MODULE'            => 'Module'                      , 
  14      'LBL_SOURCE_FIELD'             => 'Source Field'                , 
  15      'LBL_TARGET_FIELD'             => 'Target Field'                , 
  16      'LBL_SELECT_FIELD'             => 'Select field'                , 
  17      'LBL_CONFIGURE_DEPENDENCY_INFO' => 'Click on the respective cell to change the mapping for picklist values of target field', 
  18      'LBL_CONFIGURE_DEPENDENCY_HELP_1' => 'Only mapped picklist values of the Source field will be shown below (except for first time)', 
  19      'LBL_CONFIGURE_DEPENDENCY_HELP_2' => 'If you want to see or change the mapping for the other picklist values of Source field, <br/>
  20                                          then you can select the values by clicking on <b>\'Select Source values\'</b> button on the right side', 
  21      'LBL_CONFIGURE_DEPENDENCY_HELP_3' => 'Selected values of the Target field values, are highlighted as', 
  22      'LBL_SELECT_SOURCE_VALUES'     => 'Select Source Values'        , 
  23      'LBL_SELECT_SOURCE_PICKLIST_VALUES' => 'Select Source Picklist Values', 
  24      'LBL_ERR_CYCLIC_DEPENDENCY'    => 'This dependency setup is not allowed as it ends up in some cyclic dependency', 
  25  );
  26  $jsLanguageStrings = array(
  27      'JS_LBL_ARE_YOU_SURE_YOU_WANT_TO_DELETE' => 'Are you sure you want to delete this picklist dependency?', 
  28      'JS_DEPENDENCY_DELETED_SUEESSFULLY' => 'Dependency deleted successfully', 
  29      'JS_PICKLIST_DEPENDENCY_SAVED' => 'Picklist Dependency Saved'   , 
  30      'JS_DEPENDENCY_ATLEAST_ONE_VALUE' => 'You need to select atleast one value for', 
  31      'JS_SOURCE_AND_TARGET_FIELDS_SHOULD_NOT_BE_SAME' => 'Source field and Target field should not be same', 
  32      'JS_SELECT_SOME_VALUE'         => 'Select some value'           , 
  33  );


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