[ 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 'Contacts' => 'Contacts' , 12 'SINGLE_Contacts' => 'Contact' , 13 'LBL_ADD_RECORD' => 'Add Contact' , 14 'LBL_RECORDS_LIST' => 'Contacts List' , 15 'LBL_CONTACT_INFORMATION' => 'Contact Information' , 16 'LBL_CUSTOMER_PORTAL_INFORMATION' => 'Customer Portal Information' , 17 'LBL_IMAGE_INFORMATION' => 'Contact Image Information:' , 18 'LBL_COPY_OTHER_ADDRESS' => 'Copy Delivery Address' , // TODO: Review 19 'LBL_COPY_MAILING_ADDRESS' => 'Copy Invoice Address' , // TODO: Review 20 'Office Phone' => 'Office Phone' , 21 'Home Phone' => 'Home Phone' , 22 'Title' => 'Job Title' , 23 'Department' => 'Department' , 24 'Birthdate' => 'Birthdate' , 25 'Reports To' => 'Reports To' , 26 'Assistant' => 'Assistant Name' , 27 'Assistant Phone' => 'Assistant Phone' , 28 'Do Not Call' => 'Do Not Call' , 29 'Reference' => 'Reference' , 30 'Portal User' => 'Portal User' , 31 'Mailing Street' => 'Invoice Street' , 32 'Mailing City' => 'Invoice City' , 33 'Mailing State' => 'Invoice County' , 34 'Mailing Zip' => 'Invoice Postcode' , 35 'Mailing Country' => 'Invoice Country' , 36 'Mailing Po Box' => 'Invoice P.O. Box' , 37 'Other Street' => 'Delivery Street' , 38 'Other City' => 'Delivery City' , 39 'Other State' => 'Delivery County' , 40 'Other Zip' => 'Delivery Postcode' , 41 'Other Country' => 'Delivery Country' , 42 'Other Po Box' => 'Delivery P.O. Box' , 43 'Contact Image' => 'Contact Image' , 44 'Mr.' => 'Mr.' , 45 'Ms.' => 'Ms.' , 46 'Mrs.' => 'Mrs.' , 47 'Dr.' => 'Dr.' , 48 'Prof.' => 'Prof.' , 49 'User List' => 'User List' , 50 'Contact Id' => 'Contact ID', 51 'Support Start Date' => 'Support Start Date' , 52 'Support End Date' => 'Support End Date' , 53 ); 54 $jsLanguageStrings = array( 55 'LBL_SYNC_BUTTON' => 'Synchronise Now' , // TODO: Review 56 'LBL_SYNCRONIZING' => 'Synchronising....' , // TODO: Review 57 'LBL_NOT_SYNCRONIZED' => 'You have not synchronised yet', // TODO: Review 58 'LBL_FIELD_MAPPING' => 'Field Mapping' , // TODO: Review 59 );
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 |