[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
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' , // TODO: Review 12 'LBL_PICKLIST_DEPENDENCY' => 'Picklist Dependency' , // TODO: Review 13 'LBL_SELECT_MODULE' => 'Module' , // TODO: Review 14 'LBL_SOURCE_FIELD' => 'Source Field' , // TODO: Review 15 'LBL_TARGET_FIELD' => 'Target Field' , // TODO: Review 16 'LBL_SELECT_FIELD' => 'Select field' , // TODO: Review 17 'LBL_CONFIGURE_DEPENDENCY_INFO' => 'Click on the respective cell to change the mapping for picklist values of target field', // TODO: Review 18 'LBL_CONFIGURE_DEPENDENCY_HELP_1' => 'Only mapped picklist values of the Source field will be shown below (except for first time)', // TODO: Review 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', // TODO: Review 21 'LBL_CONFIGURE_DEPENDENCY_HELP_3' => 'Selected values of the Target field values, are highlighted as', // TODO: Review 22 'LBL_SELECT_SOURCE_VALUES' => 'Select Source Values' , // TODO: Review 23 'LBL_SELECT_SOURCE_PICKLIST_VALUES' => 'Select Source Picklist Values', // TODO: Review 24 'LBL_ERR_CYCLIC_DEPENDENCY' => 'This dependency setup is not allowed as it ends up in some cyclic dependency', // TODO: Review 25 ); 26 $jsLanguageStrings = array( 27 'JS_LBL_ARE_YOU_SURE_YOU_WANT_TO_DELETE' => 'Are you sure you want to delete this picklist dependency?', // TODO: Review 28 'JS_DEPENDENCY_DELETED_SUEESSFULLY' => 'Dependency deleted successfully', // TODO: Review 29 'JS_PICKLIST_DEPENDENCY_SAVED' => 'Picklist Dependency Saved' , // TODO: Review 30 'JS_DEPENDENCY_ATLEAST_ONE_VALUE' => 'You need to select atleast one value for', // TODO: Review 31 'JS_SOURCE_AND_TARGET_FIELDS_SHOULD_NOT_BE_SAME' => 'Source field and Target field should not be same', // TODO: Review 32 'JS_SELECT_SOME_VALUE' => 'Select some value' , // TODO: Review 33 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |