35 lines
1.1 KiB
PHP
35 lines
1.1 KiB
PHP
<?php
|
|
/***********************************************************
|
|
* Module : Assets
|
|
* Language : French
|
|
* Version : 5.4.0
|
|
* License : GPL
|
|
* Author : ABOnline solutions http://www.vtiger-crm.fr
|
|
***********************************************************/
|
|
|
|
$mod_strings = Array(
|
|
'LBL_MODULE_NAME'=>'Liaison',
|
|
'SINGLE_Assets'=>'Liaison',
|
|
'LBL_ASSET_INFORMATION'=>'Information de liaison',
|
|
'LBL_CUSTOM_INFORMATION'=>'Informations personnalisées',
|
|
'LBL_DESCRIPTION_INFORMATION'=>'Notes',
|
|
'Assets'=>'Liaison',
|
|
'Customer Name'=>'Nom de Compte',
|
|
'Product Name'=>'Produit',
|
|
'Serial Number'=>'Numéro de série',
|
|
'Asset No'=>'Liaison N°',
|
|
'Date Sold'=>'Date de vente',
|
|
'Date in Service'=>'Date de mise en service',
|
|
'Status'=>'Statut',
|
|
'Shipping Method'=>'Livraison via',
|
|
'Shipping Tracking Number'=>'Numéro de suivi d\'expédition',
|
|
'Tag Number'=>'Tag',
|
|
'Notes'=>'Notes',
|
|
'In Service'=>'En Service',
|
|
'Out-of-service'=>'Hors service',
|
|
'Assets ID'=>'Liaison ID',
|
|
'Asset Name' => 'Nom de liaison',
|
|
'Invoice Name' => 'Facture liée',
|
|
|
|
);
|
|
?>
|