commit | author | age
|
0b0cae
|
1 |
<?php |
AM |
2 |
|
|
3 |
/* |
|
4 |
+-----------------------------------------------------------------------+ |
|
5 |
| localization/<lang>/csv2vcard.inc | |
|
6 |
| | |
|
7 |
| Localization file of the Roundcube Webmail client | |
|
8 |
| Copyright (C) 2005-2013, The Roundcube Dev Team | |
|
9 |
| | |
|
10 |
| Licensed under the GNU General Public License version 3 or | |
|
11 |
| any later version with exceptions for skins & plugins. | |
|
12 |
| See the README file for a full license statement. | |
|
13 |
| | |
|
14 |
+-----------------------------------------------------------------------+ |
|
15 |
| Author: Aleksander Machniak <alec@alec.pl> | |
|
16 |
+-----------------------------------------------------------------------+ |
|
17 |
*/ |
|
18 |
$map = array(); |
|
19 |
$map['anniversary'] = "Anniversaire de mariage ou fête"; |
|
20 |
$map['assistants_name'] = "Nom de l''assistant(e)"; |
|
21 |
$map['assistants_phone'] = "Téléphone de l''assistant(e)"; |
|
22 |
$map['birthday'] = "Anniversaire"; |
|
23 |
$map['business_city'] = "Ville (bureau)"; |
|
24 |
$map['business_countryregion'] = "Pays/Région (bureau)"; |
|
25 |
$map['business_fax'] = "Télécopie (bureau)"; |
|
26 |
$map['business_phone'] = "Téléphone (bureau)"; |
|
27 |
$map['business_phone_2'] = "Téléphone 2 (bureau)"; |
|
28 |
$map['business_postal_code'] = "Code postal (bureau)"; |
|
29 |
$map['business_state'] = "Dép/Région (bureau)"; |
|
30 |
$map['business_street'] = "Rue (bureau)"; |
|
31 |
$map['car_phone'] = "Téléphone (voiture)"; |
|
32 |
$map['categories'] = "Catégories"; |
|
33 |
$map['company'] = "Société"; |
|
34 |
$map['department'] = "Service"; |
|
35 |
$map['email_address'] = "Adresse de messagerie"; |
|
36 |
$map['first_name'] = "Prénom"; |
|
37 |
$map['gender'] = "Sexe"; |
|
38 |
$map['home_city'] = "Ville (domicile)"; |
|
39 |
$map['home_countryregion'] = "Pays/Région (domicile)"; |
|
40 |
$map['home_fax'] = "Télécopie (domicile)"; |
|
41 |
$map['home_phone'] = "Téléphone (domicile)"; |
|
42 |
$map['home_phone_2'] = "Téléphone 2 (domicile)"; |
|
43 |
$map['home_postal_code'] = "Code postal (domicile)"; |
|
44 |
$map['home_state'] = "Dép/Région (domicile)"; |
|
45 |
$map['home_street'] = "Rue (domicile)"; |
|
46 |
$map['job_title'] = "Profession"; |
|
47 |
$map['last_name'] = "Nom"; |
|
48 |
$map['managers_name'] = "Manager's Name"; |
|
49 |
$map['middle_name'] = "Deuxième prénom"; |
|
50 |
$map['mobile_phone'] = "Tél. mobile"; |
|
51 |
$map['notes'] = "Notes"; |
|
52 |
$map['other_city'] = "Ville (autre)"; |
|
53 |
$map['other_countryregion'] = "Pays/Région (autre)"; |
|
54 |
$map['other_fax'] = "Télécopie (autre)"; |
|
55 |
$map['other_phone'] = "Téléphone (autre)"; |
|
56 |
$map['other_postal_code'] = "Code postal (autre)"; |
|
57 |
$map['other_state'] = "Dép/Région (autre)"; |
|
58 |
$map['other_street'] = "Rue (autre)"; |
|
59 |
$map['pager'] = "Récepteur de radiomessagerie"; |
|
60 |
$map['primary_phone'] = "Téléphone principal"; |
|
61 |
$map['spouse'] = "Conjoint(e)"; |
|
62 |
$map['suffix'] = "Suffixe"; |
|
63 |
$map['title'] = "Titre"; |
|
64 |
$map['web_page'] = "Page Web"; |
|
65 |
$map['birth_day'] = "Jour"; |
|
66 |
$map['birth_month'] = "Mois"; |
|
67 |
$map['birth_year'] = "Année de naissance"; |
|
68 |
$map['display_name'] = "Nom à afficher"; |
|
69 |
$map['fax_number'] = "Fax"; |
|
70 |
$map['home_address'] = "Adresse privée"; |
|
71 |
$map['home_country'] = "Région"; |
|
72 |
$map['home_zipcode'] = "Code postal"; |
|
73 |
$map['mobile_number'] = "Portable"; |
|
74 |
$map['nickname'] = "Surnom"; |
|
75 |
$map['organization'] = "Société"; |
|
76 |
$map['pager_number'] = "Pager"; |
|
77 |
$map['primary_email'] = "Adresse électronique principale"; |
|
78 |
$map['secondary_email'] = "Adresse électronique secondaire"; |
|
79 |
$map['web_page_1'] = "Site Web 1"; |
|
80 |
$map['web_page_2'] = "Site Web 2"; |
|
81 |
$map['work_phone'] = "Tél. professionnel"; |
|
82 |
$map['work_address'] = "Adresse professionnelle"; |
|
83 |
$map['work_country'] = "Région"; |
|
84 |
$map['work_zipcode'] = "Code postal"; |
|
85 |
$map['_home_city'] = "Ville"; |