vtigerossez/modules/Vendors/language/fr_fr.lang.php

56 lines
1.9 KiB
PHP

<?php
/***********************************************************
* Module : Vendors
* Language : French
* Version : 5.4.0
* License : GPL
* Author : ABOnline solutions http://www.vtiger-crm.fr
***********************************************************/
$mod_strings = array (
'LBL_VENDOR_INFORMATION' => 'Détail fournisseur',
'LBL_CUSTOM_INFORMATION' => 'Informations personnalisées',
'LBL_VENDOR_ADDRESS_INFORMATION' => 'Adresse',
'LBL_DESCRIPTION_INFORMATION' => 'Description',
'Vendor Name' => 'Nom fournisseur',
'Name' => 'Nom',
'Company Name' => 'Société',
'Phone' => 'Téléphone',
'Email' => 'Email',
'Website' => 'Site web',
'GL Account' => 'Code comptable',
'Category' => 'Catégorie',
'Street' => 'Adresse',
'City' => 'Ville',
'State' => 'Département',
'Postal Code' => 'Code postal',
'Country' => 'Pays',
'Description' => 'Description',
'Po Box' => 'Boite postale',
'Vendor' => 'Fournisseur',
'300-Sales-Software' => '300-Sales-Software',
'301-Sales-Hardware' => '301-Sales-Hardware',
'302-Rental-Income' => '302-Rental-Income',
'303-Interest-Income' => '303-Interest-Income',
'304-Sales-Software-Support' => '304-Sales-Software-Support',
'305-Sales Other' => '305-Sales Other',
'306-Internet Sales' => '306-Internet Sales',
'307-Service-Hardware Labor' => '307-Service-Hardware Labor',
'308-Sales-Books' => '308-Sales-Books',
'Created Time' => 'Créé le',
'Modified Time' => 'Modifié le',
'LBL_DUPLICATE_DATA_IN' => 'Dupliquer ',
'LBL_DELETE' => 'Supprimer',
'LBL_MERGE_SELECT' => 'Fusionner la sélection',
'LBL_MERGE' => 'Fusionner',
'LBL_MERGE_DATA_IN' => 'Fusionner les enregistrements',
'LBL_ACTION' => 'Action',
'LBL_FIELDLISTS' => 'Liste de champs',
'LBL_RECORD' => 'Enregistrement #',
'Vendor No' => 'Fournisseur N°',
'LBL_MODULE_NAME'=>'Fournisseurs',
'Vendors ID'=>'Fournisseurs ID',
);
$mod_list_strings = array (
);
?>