[ 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' => 'Détail contact ' , 16 'LBL_CUSTOMER_PORTAL_INFORMATION' => 'Portail de service client' , 17 'LBL_IMAGE_INFORMATION' => 'Image/Photo du contact' , 18 'LBL_COPY_OTHER_ADDRESS' => 'Copy Other Address' , // TODO: Review 19 'LBL_COPY_MAILING_ADDRESS' => 'Copy Mailing Address' , // TODO: Review 20 'Office Phone' => 'Téléphone (bureau)' , 21 'Home Phone' => 'Téléphone (domicile)' , 22 'Title' => 'Fonction' , 23 'Department' => 'Service/Division' , 24 'Birthdate' => 'Anniversaire' , 25 'Reports To' => 'Supérieur hiérarchique' , 26 'Assistant' => 'Assistant' , 27 'Assistant Phone' => 'Téléphone (assistant)' , 28 'Do Not Call' => 'Ne pas appeler' , 29 'Reference' => 'Référent' , 30 'Portal User' => 'Accès portail de service' , 31 'Mailing Street' => 'Adresse' , 32 'Mailing City' => 'Ville' , 33 'Mailing State' => 'Département' , 34 'Mailing Zip' => 'Code postal' , 35 'Mailing Country' => 'Pays' , 36 'Mailing Po Box' => 'Case postale postale' , 37 'Other Street' => 'Adresse (alt.)' , 38 'Other City' => 'Ville (alt.)' , 39 'Other State' => 'Département (alt.)' , 40 'Other Zip' => 'Code postal (alt.)' , 41 'Other Country' => 'Pays (alt.)' , 42 'Other Po Box' => 'Other P.O. Box' , 43 'Contact Image' => 'Photo' , 44 'Mr.' => 'M' , 45 'Ms.' => 'Mme' , 46 'Mrs.' => 'Mlle' , 47 'Dr.' => 'Dr' , 48 'Prof.' => 'Prof' , 49 'User List' => 'Liste des collaborateurs' , 50 'Contact Id' => 'Contact Id', 51 'Support Start Date' => 'Soutien Date de début' , 52 'Support End Date' => 'Soutien Date de fin' , 53 ); 54 $jsLanguageStrings = array( 55 );
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 |