[ 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 'SINGLE_Quotes' => 'Devis' , 12 'LBL_EXPORT_TO_PDF' => 'Export PDF' , 13 'LBL_SEND_MAIL_PDF' => 'Send Email with PDF' , // TODO: Review 14 'LBL_ADD_RECORD' => 'Add Quote' , 15 'LBL_RECORDS_LIST' => 'Liste devis' , 16 'LBL_QUOTE_INFORMATION' => 'Détail devis' , 17 'Quote No' => 'Devis N°' , 18 'Quote Stage' => 'Phase' , 19 'Valid Till' => 'Echéance' , 20 'Inventory Manager' => 'Responsable du stock' , 21 'Accepted' => 'Accepté' , 22 'Rejected' => 'Rejeté' , 23 'Open Quotes' => 'Cours ouverts', 24 25 //Translations used for Export to Pdf 26 'Valid Date' => 'Date de validité', 27 'Phone: ' => 'Téléphone: ', 28 'Issued Date' => 'Date d\'émission', 29 'Shipping & Handling Charges' => 'Frais d\'expédition', 30 'Shipping & Handling Tax:' => 'Taxe d\'expédition:', 31 'Discount' => 'Remise', 32 'Net Total' => 'Total Net', 33 'Product Code' => 'Ref', 34 'Customer Name' => 'Nom client', 35 'Price' => 'Prix', 36 'Tax:' => 'Taxe:', 37 'Tax' => 'Taxe', 38 'Contact Name' => 'Nom contact', 39 'Grand Total:' => 'Total:', 40 41 //Taxes 42 'VAT' => 'TVA', 43 'Service' => 'Service', 44 'Sales' => 'Ventes' 45 );
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 |