comparison program/localization/it_IT/csv2vcard.inc @ 0:4681f974d28b

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:52:31 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4681f974d28b
1 <?php
2
3 /*
4 +-----------------------------------------------------------------------+
5 | localization/it_IT/csv2vcard.inc |
6 | |
7 | Localization file of the Roundcube Webmail client |
8 | Copyright (C) 2005-2014, 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'] = "Anniversary";
20 $map['assistants_name'] = "Assistant's Name";
21 $map['assistants_phone'] = "Assistant's Phone";
22 $map['birthday'] = "Birthday";
23 $map['business_city'] = "Città di lavoro";
24 $map['business_countryregion'] = "Business Country/Region";
25 $map['business_fax'] = "Business Fax";
26 $map['business_phone'] = "Business Phone";
27 $map['business_phone_2'] = "Business Phone 2";
28 $map['business_postal_code'] = "Business Postal Code";
29 $map['business_state'] = "Provincia di lavoro";
30 $map['business_street'] = "Indirizzo di lavoro";
31 $map['car_phone'] = "Car Phone";
32 $map['categories'] = "Categories";
33 $map['company'] = "Company";
34 $map['department'] = "Reparto";
35 $map['email_address'] = "E-mail Address";
36 $map['first_name'] = "Nome";
37 $map['gender'] = "Gender";
38 $map['home_city'] = "Città di residenza";
39 $map['home_countryregion'] = "Home Country/Region";
40 $map['home_fax'] = "Home Fax";
41 $map['home_phone'] = "Telefono casa";
42 $map['home_phone_2'] = "Home Phone 2";
43 $map['home_postal_code'] = "Home Postal Code";
44 $map['home_state'] = "Provincia di residenza";
45 $map['home_street'] = "Indirizzo di casa";
46 $map['job_title'] = "Qualifica";
47 $map['last_name'] = "Cognome";
48 $map['managers_name'] = "Manager's Name";
49 $map['middle_name'] = "Middle Name";
50 $map['mobile_phone'] = "Mobile Phone";
51 $map['notes'] = "Note";
52 $map['other_city'] = "Other City";
53 $map['other_countryregion'] = "Other Country/Region";
54 $map['other_fax'] = "Other Fax";
55 $map['other_phone'] = "Other Phone";
56 $map['other_postal_code'] = "Other Postal Code";
57 $map['other_state'] = "Other State";
58 $map['other_street'] = "Other Street";
59 $map['pager'] = "Numero cercapersone";
60 $map['primary_phone'] = "Primary Phone";
61 $map['spouse'] = "Spouse";
62 $map['suffix'] = "Suffix";
63 $map['title'] = "Title";
64 $map['web_page'] = "Web Page";
65 $map['birth_day'] = "Giorno di nascita";
66 $map['birth_month'] = "Mese di nascita";
67 $map['birth_year'] = "Anno di nascita";
68 $map['display_name'] = "Nome visualizzato";
69 $map['fax_number'] = "Numero fax";
70 $map['home_address'] = "Indirizzo di casa 2";
71 $map['home_country'] = "Nazione di residenza";
72 $map['home_zipcode'] = "CAP di residenza";
73 $map['mobile_number'] = "Numero cellulare";
74 $map['nickname'] = "Soprannome";
75 $map['organization'] = "Organizzazione";
76 $map['pager_number'] = "Pager Namber";
77 $map['primary_email'] = "Email primaria";
78 $map['secondary_email'] = "Email secondaria";
79 $map['web_page_1'] = "Pagina web 1";
80 $map['web_page_2'] = "Pagina web 2";
81 $map['work_phone'] = "Telefono lavoro";
82 $map['work_address'] = "Indirizzo di lavoro 2";
83 $map['work_country'] = "Nazione di lavoro";
84 $map['work_zipcode'] = "CAP di lavoro";
85 $map['date_of_birth'] = "Date of Birth";
86 $map['email'] = "Email";
87 $map['home_mobile'] = "Home Mobile";
88 $map['home_zip'] = "Home Zip";
89 $map['info'] = "Info";
90 $map['user_photo'] = "User Photo";
91 $map['url'] = "URL";
92 $map['work_city'] = "Work City";
93 $map['work_company'] = "Work Company";
94 $map['work_dept'] = "Work Dept";
95 $map['work_fax'] = "Work Fax";
96 $map['work_mobile'] = "Work Mobile";
97 $map['work_state'] = "Work State";
98 $map['work_title'] = "Work Title";
99 $map['work_zip'] = "Work Zip";