[ 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_FIELDS_AND_LAYOUT_EDITOR' => 'Fields and Layout Editor' , 12 'LBL_CREATE_CUSTOM_FIELD' => 'Create Custom Field' , 13 'LBL_DETAILVIEW_LAYOUT' => 'Detail View Layout' , 14 'LBL_ARRANGE_RELATED_TABS' => 'Arrange Related Tabs' , 15 'LBL_ADD_CUSTOM_FIELD' => 'Add Custom Field' , 16 'LBL_ADD_CUSTOM_BLOCK' => 'Add Custom Block' , 17 'LBL_SAVE_FIELD_SEQUENCE' => 'Save Field Sequence' , 18 'LBL_BLOCK_NAME' => 'Block Name' , 19 'LBL_ADD_AFTER' => 'Add After' , 20 'LBL_ACTIONS' => 'Actions' , 21 'LBL_ALWAYS_SHOW' => 'Always Show' , 22 'LBL_INACTIVE_FIELDS' => 'Inactive Fields' , 23 'LBL_DELETE_CUSTOM_BLOCK' => 'Delete Custom Block' , 24 'LBL_MANDATORY_FIELD' => 'Mandatory Field' , 25 'LBL_ACTIVE' => 'Active' , 26 'LBL_QUICK_CREATE' => 'Quick Create' , 27 'LBL_SUMMARY_FIELD' => 'Summary View' , 28 'LBL_MASS_EDIT' => 'Mass Edit' , 29 'LBL_DEFAULT_VALUE' => 'Default Value' , 30 'LBL_SELECT_FIELD_TYPE' => 'Select Field Type' , 31 'LBL_LABEL_NAME' => 'Label Name' , 32 'LBL_LENGTH' => 'Length' , 33 'LBL_DECIMALS' => 'Decimals' , 34 'LBL_ENTER_PICKLIST_VALUES' => 'Enter Picklist Values..' , 35 'LBL_PICKLIST_VALUES' => 'Picklist Values' , 36 'LBL_REACTIVATE' => 'Reactivate' , 37 'LBL_ARRANGE_RELATED_LIST' => 'Arrange Related List' , 38 'LBL_SELECT_MODULE_TO_ADD' => 'Select Module To Add' , 39 'LBL_NO_RELATED_INFORMATION' => 'No Related Information' , 40 'LBL_RELATED_LIST_INFO' => 'Drag and drop the module to reorder the list', 41 'LBL_REMOVE_INFO' => 'Click on the close icon to remove the module from the list', 42 'LBL_ADD_MODULE_INFO' => 'Select the module from the removed modules to add back to list', 43 'LBL_SELECT_MODULE' => 'Select Module..' , 44 'LBL_DUPLICATES_EXIST' => 'Block Name already exists' , 45 'LBL_NON_ROLE_BASED_PICKLIST' => 'Non Role Based Picklist' , 46 'LBL_DUPLICATE_FIELD_EXISTS' => 'Duplicate Field Exists' , 47 'LBL_WRONG_FIELD_TYPE' => 'Wrong Field Type' , 48 'LBL_ROLE_BASED_PICKLIST' => 'Role Based Picklist' , 49 50 //Translation for module 51 'Calendar' => 'To Do', 52 ); 53 $jsLanguageStrings = array( 54 'JS_BLOCK_VISIBILITY_SHOW' => 'Block show enabled' , 55 'JS_BLOCK_VISIBILITY_HIDE' => 'Block hide enabled' , 56 'JS_CUSTOM_BLOCK_ADDED' => 'New Custom Block added' , 57 'JS_BLOCK_SEQUENCE_UPDATED' => 'Blocks Sequence Updated' , 58 'JS_SELECTED_FIELDS_REACTIVATED' => 'Selected Fields Reactivated' , 59 'JS_FIELD_DETAILS_SAVED' => 'Field Details Saved' , 60 'JS_CUSTOM_BLOCK_DELETED' => 'Custom Block Deleted' , 61 'JS_CUSTOM_FIELD_ADDED' => 'New Custom Field Added' , 62 'JS_CUSTOM_FIELD_DELETED' => 'Custom Field Deleted' , 63 'JS_LENGTH_SHOULD_BE_LESS_THAN_EQUAL_TO' => 'Length Should be less than or equal to', 64 'JS_PLEASE_ENTER_NUMBER_IN_RANGE_2TO5' => 'Decimal should be in the range 2 to 5', 65 'JS_SAVE_THE_CHANGES_TO_UPDATE_FIELD_SEQUENCE' => 'Save the changes to update Field sequence', 66 'JS_RELATED_INFO_SAVED' => 'Related Info Saved' , 67 'JS_BLOCK_NAME_EXISTS' => 'Block Name already exists' , 68 'JS_NO_HIDDEN_FIELDS_EXISTS' => 'No Inactive Fields' , 69 'JS_SPECIAL_CHARACTERS' => 'Special Characters like' , 70 'JS_NOT_ALLOWED' => 'are not allowed' , 71 );
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 |