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