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