Files
crm.clientright.ru/languages/fr_fr/Contacts.php

60 lines
3.6 KiB
PHP
Raw Normal View History

<?php
/*+**********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
************************************************************************************/
$languageStrings = array(
'Contacts' => 'Contacts' ,
'SINGLE_Contacts' => 'Contact' ,
'LBL_ADD_RECORD' => 'Ajouter un Contact' ,
'LBL_RECORDS_LIST' => 'Liste des Contacts' ,
'LBL_CONTACT_INFORMATION' => 'Détail du contact ' ,
'LBL_CUSTOMER_PORTAL_INFORMATION' => 'Portail de service client' ,
'LBL_IMAGE_INFORMATION' => 'Image/Photo du contact' ,
'LBL_COPY_OTHER_ADDRESS' => 'Copie Autres adresses' , // TODO: Review
'LBL_COPY_MAILING_ADDRESS' => 'Copie Adresse postale' , // TODO: Review
'Office Phone' => 'Téléphone (bureau)' ,
'Home Phone' => 'Téléphone (domicile)' ,
'Title' => 'Fonction' ,
'Department' => 'Service/Division' ,
'Birthdate' => 'Anniversaire' ,
'Reports To' => 'Supérieur hiérarchique' ,
'Assistant' => 'Assistant' ,
'Assistant Phone' => 'Téléphone (assistant)' ,
'Do Not Call' => 'Ne pas appeler' ,
'Reference' => 'Référent' ,
'Portal User' => 'Accès portail de service' ,
'Mailing Street' => 'Adresse' ,
'Mailing City' => 'Ville' ,
'Mailing State' => 'Département' ,
'Mailing Zip' => 'Code postal' ,
'Mailing Country' => 'Pays' ,
'Mailing Po Box' => 'Case postale postale' ,
'Other Street' => 'Adresse (alt.)' ,
'Other City' => 'Ville (alt.)' ,
'Other State' => 'Département (alt.)' ,
'Other Zip' => 'Code postal (alt.)' ,
'Other Country' => 'Pays (alt.)' ,
'Other Po Box' => 'Other P.O. Box' ,
'Contact Image' => 'Photo' ,
'Mr.' => 'M' ,
'Ms.' => 'Mme' ,
'Mrs.' => 'Mlle' ,
'Dr.' => 'Dr' ,
'Prof.' => 'Prof' ,
'User List' => 'Liste des collaborateurs' ,
'Contact Id' => 'Contact Id',
'Support Start Date' => 'Soutien Date de début' ,
'Support End Date' => 'Soutien Date de fin' ,
'Other Phone' => 'Téléphone Secondaire',
'Email' => 'E-Mail Principale',
'Secondary Email' => 'E-Mail Secondaire',
);
$jsLanguageStrings = array(
);