[ 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 'Accounts' => 'Comptes' , 12 'SINGLE_Accounts' => 'Compte' , 13 'LBL_ADD_RECORD' => 'Add Organization' , 14 'LBL_RECORDS_LIST' => 'Liste des comptes' , 15 'LBL_ACCOUNT_INFORMATION' => 'Détail compte' , 16 'LBL_SHOW_ACCOUNT_HIERARCHY' => 'Afficher la hiérarchie des comptes', 17 'industry' => 'Secteur' , 18 'Account Name' => 'Nom compte' , 19 'Account No' => 'Compte N°' , 20 'Website' => 'Site Web' , 21 'Ticker Symbol' => 'Symbole boursier' , 22 'Member Of' => 'Filiale de' , 23 'Employees' => 'Effectif' , 24 'Ownership' => 'Propriétaire' , 25 'SIC Code' => 'Code APE' , 26 'Other Email' => 'Autre email' , 27 'Analyst' => 'Analyste' , 28 'Competitor' => 'Concurrent' , 29 'Customer' => 'Client' , 30 'Integrator' => 'Intégrateur' , 31 'Investor' => 'Investisseur' , 32 'Press' => 'Presse' , 33 'Prospect' => 'Prospect' , 34 'Prospect Accounts' => 'Comptes Prospect', 35 'Reseller' => 'Revendeur' , 36 'LBL_START_DATE' => 'Date de début' , 37 'LBL_END_DATE' => 'Date de fin' , 38 'LBL_DUPLICATES_EXIST' => 'Organization Name already exists', 39 'LBL_COPY_SHIPPING_ADDRESS' => 'Copy Shipping Address' , // TODO: Review 40 'LBL_COPY_BILLING_ADDRESS' => 'Copy Billing Address' , // TODO: Review 41 ); 42 $jsLanguageStrings = array( 43 'LBL_RELATED_RECORD_DELETE_CONFIRMATION' => 'Are you sure you want to Delete?', 44 'LBL_DELETE_CONFIRMATION' => 'Deleting this Organization will remove its related Opportunities & Quotes. Are you sure you want to delete this Organization?', 45 'LBL_MASS_DELETE_CONFIRMATION' => 'Deleting this Organization will remove its related Opportunities & Quotes. Are you sure you want to delete this Organization?', 46 );
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 |