33 lines
1009 B
PHP
33 lines
1009 B
PHP
<?php
|
|
/***********************************************************
|
|
* Module : Pricebooks
|
|
* Language : Francais
|
|
* Version : 5.1.0 GA* Created Date : 2009-06-23 21:36:13
|
|
* Last change : 2009-07-21 00:49:17
|
|
* Author : french-vtiger.fr
|
|
* License : GPL
|
|
|
|
***********************************************************/
|
|
|
|
|
|
$mod_strings = array(
|
|
'LBL_PRICEBOOK_INFORMATION' => 'Grille tarifaire',
|
|
'LBL_CUSTOM_INFORMATION' => 'Information',
|
|
'LBL_DESCRIPTION_INFORMATION' => 'Information',
|
|
'Price Book Name' => 'Objet',
|
|
'Product Name' => 'Produit',
|
|
'Active' => 'Active',
|
|
'Description' => 'Description',
|
|
'Created Time' => 'Créé le',
|
|
'Modified Time' => 'Modifié le',
|
|
'LBL_LIST_PRODUCT_NAME' => 'Produit',
|
|
'LBL_PRODUCT_CODE' => 'Ref',
|
|
'LBL_PRODUCT_UNIT_PRICE' => 'Prix unitaire',
|
|
'LBL_PB_LIST_PRICE' => 'Prix spécial',
|
|
'LBL_ACTION' => 'Action',
|
|
'PriceBook' => 'Grille tarifaire',
|
|
'Currency' => 'Devise',
|
|
'PriceBook No' => 'Grille tarifaire N°',
|
|
);
|
|
?>
|