[ 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 'Leads' => 'Prospect' , 12 'SINGLE_Leads' => 'Prospect' , 13 'LBL_RECORDS_LIST' => 'Leads List' , 14 'LBL_ADD_RECORD' => 'Add Lead' , 15 'LBL_LEAD_INFORMATION' => 'Détail prospect' , 16 'Lead No' => 'Prospect N°' , 17 'Company' => 'Société' , 18 'Designation' => 'Titre' , 19 'Website' => 'Site Web' , 20 'Industry' => 'Secteur' , 21 'Lead Status' => 'Statut' , 22 'No Of Employees' => 'Effectif' , 23 '--None--' => '--Aucun--' , 24 'Mr.' => 'M' , 25 'Ms.' => 'Mme' , 26 'Mrs.' => 'Mlle' , 27 'Dr.' => 'Dr' , 28 'Prof.' => 'Prof' , 29 'Attempted to Contact' => 'Attente de contact' , 30 'Cold' => 'Froid' , 31 'Contact in Future' => 'A contacter' , 32 'Contacted' => 'Contacté' , 33 'Hot' => 'Chaud' , 34 'Hot Leads' => 'Contacts Hot', 35 'Junk Lead' => 'En sommeil' , 36 'Lost Lead' => 'Perdu' , 37 'Not Contacted' => 'Non contacté' , 38 'Pre Qualified' => 'Pré qualifié' , 39 'Qualified' => 'Qualifié' , 40 'Warm' => 'Brûlant' , 41 'LBL_CONVERT_LEAD' => 'Convertir :' , 42 'LBL_TRANSFER_RELATED_RECORD' => 'Transfer related record to' , 43 'LBL_CONVERT_LEAD_ERROR' => 'You have to enable either Organization or Contact to convert the Lead', 44 'LBL_CONVERT_LEAD_ERROR_TITLE' => 'Modules Disabled' , 45 'CANNOT_CONVERT' => 'ne peut être converti' , 46 'LBL_FOLLOWING_ARE_POSSIBLE_REASONS' => 'Voici les raisons possibles' , 47 'LBL_LEADS_FIELD_MAPPING_INCOMPLETE' => 'Tous les champs obligatoires ne sont pas mappés', 48 'LBL_MANDATORY_FIELDS_ARE_EMPTY' => 'Certains champs obligatoires sont vides', 49 'LBL_LEADS_FIELD_MAPPING' => 'Mapping des champs du module prospects', 50 'LBL_CUSTOM_FIELD_MAPPING' => 'Edit Field Mapping' , 51 52 ); 53 $jsLanguageStrings = array( 54 'JS_SELECT_CONTACTS' => 'Select Contacts to proceed' , 55 'JS_SELECT_ORGANIZATION' => 'Select Organization to proceed', 56 'JS_SELECT_ORGANIZATION_OR_CONTACT_TO_CONVERT_LEAD' => 'Conversion requires selection of Contact or Organization', 57 );
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 |