blob: d18460e25d859f890b8728612701b2a37f319621 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, you can obtain one at http://mozilla.org/MPL/2.0/.
# Display Name
vcard-displayname = Nome visualizzato
vcard-displayname-placeholder =
.placeholder = { vcard-displayname }
# Type selection
vcard-entry-type-label = Tipo
vcard-entry-type-home = Casa
vcard-entry-type-work = Lavoro
vcard-entry-type-none = Nessuno
vcard-entry-type-custom = Personalizzato
# N vCard field
vcard-name-header = Nome
vcard-n-prefix = Prefisso
vcard-n-add-prefix =
.title = Aggiungi prefisso
vcard-n-firstname = Nome
vcard-n-add-firstname =
.title = Aggiungi nome
vcard-n-middlename = Secondo nome
vcard-n-add-middlename =
.title = Aggiungi secondo nome
vcard-n-lastname = Cognome
vcard-n-add-lastname =
.title = Aggiungi cognome
vcard-n-suffix = Titolo straniero
vcard-n-add-suffix =
.title = Aggiungi titolo straniero
# Nickname
vcard-nickname = Soprannome
# Email vCard field
vcard-email-header = Indirizzi email
vcard-email-add = Aggiungi indirizzo email
vcard-email-label = Indirizzo email
vcard-primary-email-label = Predefinita
# URL vCard field
vcard-url-header = Siti web
vcard-url-add = Aggiungi sito web
vcard-url-label = Sito web
# Tel vCard field
vcard-tel-header = Numeri di telefono
vcard-tel-add = Aggiungi numero di telefono
vcard-tel-label = Numero di telefono
# Or "Mobile"
vcard-entry-type-cell = Cellulare
vcard-entry-type-fax = Fax
vcard-entry-type-pager = Cercapersone
# TZ vCard field
vcard-tz-header = Fuso orario
vcard-tz-add = Aggiungi fuso orario
# IMPP vCard field
vcard-impp2-header = Messaggistica istantanea
vcard-impp-add = Aggiungi account di chat
vcard-impp-label = Account di chat
vcard-impp-select = Protocollo
vcard-impp-option-other = Altro
vcard-impp-input-label = URI
vcard-impp-input-title = URI per la messaggistica istantanea
# BDAY and ANNIVERSARY vCard field
vcard-bday-anniversary-header = Date speciali
vcard-bday-anniversary-add = Aggiungi data speciale
vcard-bday-label = Compleanno
vcard-anniversary-label = Anniversario
vcard-date-day = Giorno
vcard-date-month = Mese
vcard-date-year = Anno
# ADR vCard field
vcard-adr-header = Indirizzi
vcard-adr-add = Aggiungi indirizzo
vcard-adr-label = Indirizzo
vcard-adr-delivery-label = Etichetta di consegna
vcard-adr-street = Indirizzo
# Or "Locality"
vcard-adr-locality = Città
# Or "Region"
vcard-adr-region = Stato o provincia
# The term "ZIP code" only applies in USA. Most locales should use "Postal code" only.
vcard-adr-code = Codice postale
vcard-adr-country = Nazione
# NOTE vCard field
vcard-note-header = Note
vcard-note-add = Aggiungi nota
# TITLE, ROLE and ORGANIZATION vCard fields
vcard-org-header = Proprietà dell’organizzazione
vcard-org-add = Aggiungi proprietà dell’organizzazione
vcard-org-title = Titolo
vcard-org-title-input =
.title = Posizione o lavoro
.placeholder = Titolo professionale
vcard-org-role = Ruolo
vcard-org-role-input =
.title = Funzione o ruolo in una situazione specifica
.placeholder = Ruolo in un progetto
vcard-org-org = Organizzazione
vcard-org-org-input =
.title = Nome organizzazione
.placeholder = Nome azienda
vcard-org-org-unit = Dipartimento
vcard-org-org-unit-input =
.title = Nome dell’unità organizzativa
.placeholder = Dipartimento
# Custom properties
vcard-custom-header = Proprietà personalizzate
vcard-custom-add = Aggiungi proprietà personalizzate
vcard-remove-button-title =
.title = Rimuovi
vcard-remove-button = Rimuovi
|