[ 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 //Actions 12 'LBL_SAVED_SUCCESSFULLY' => 'Saved Successfully', 13 'LBL_DELETED_SUCCESSFULLY' => 'Deleted Successfully', 14 'LBL_INVALID_MAPPING' => 'Invalid Mapping', 15 'LBL_CONVERT_LEAD_FIELD_MAPPING' => 'Convert Lead Mapping', 16 'LBL_FIELD_LABEL' => 'Field Label', 17 'LBL_FIELD_TYPE' => 'Field Type', 18 'LBL_MAPPING_WITH_OTHER_MODULES' => 'Mapping with other Modules', 19 'LBL_ORGANIZATIONS' => 'Organizations', 20 'LBL_CONTACTS' => 'Contacts', 21 'LBL_OPPURTUNITIES' => 'Oppurtunities', 22 'LBL_ADD_MAPPING' => 'Add Mapping', 23 'LBL_NONE' => 'None', 24 25 //Field Type Translation 26 'phone' => 'Phone', 27 'picklist' => 'Pick List', 28 'email' => 'Email', 29 'text' => 'String', 30 'currency' => 'Currency', 31 'multiSelectCombo' => 'Multi-Select Combo Box', 32 'time' => 'Time', 33 'textArea' => 'Text Area', 34 'url' => 'Url', 35 'string' => 'String', 36 'checkBox' => 'Check Box', 37 'date' => 'Date', 38 'decimal' => 'Decimal', 39 'percent' => 'Percent', 40 'skype' => 'Skype', 41 ); 42 $jsLanguageStrings = array( 43 'JS_NONE' => 'None', 44 'JS_IS_ALREADY_BEEN_MAPPED' => 'is already been mapped', 45 'JS_CANT_MAP' => 'Cant map', 46 'JS_WITH' => 'with', 47 'JS_MAPPING_DELETED_SUCCESSFULLY' => 'Mapping Deleted Successfully', 48 49 //JS Field Type Translation 50 'JS_phone' => 'Phone', 51 'JS_picklist' => 'Pick List', 52 'JS_email' => 'Email', 53 'JS_text' => 'String', 54 'JS_currency' => 'Currency', 55 'JS_multiSelectCombo' => 'Multi-Select Combo Box', 56 'JS_time' => 'Time', 57 'JS_textArea' => 'Text Area', 58 'JS_url' => 'Url', 59 'JS_string' => 'String', 60 'JS_checkBox' => 'Check Box', 61 'JS_date' => 'Date', 62 'JS_decimal' => 'Decimal', 63 'JS_percent' => 'Percent', 64 'JS_skype' => 'Skype', 65 'JS_None' => 'None', 66 );
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 |