blob: 204342888642e1b159d78c7c2e8cb4eccc9052d2 (
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 = Display name
vcard-displayname-placeholder =
.placeholder = { vcard-displayname }
# Type selection
vcard-entry-type-label = Type
vcard-entry-type-home = Home
vcard-entry-type-work = Work
vcard-entry-type-none = None
vcard-entry-type-custom = Custom
# N vCard field
vcard-name-header = Name
vcard-n-prefix = Prefix
vcard-n-add-prefix =
.title = Add prefix
vcard-n-firstname = First name
vcard-n-add-firstname =
.title = Add first name
vcard-n-middlename = Middle name
vcard-n-add-middlename =
.title = Add middle name
vcard-n-lastname = Last name
vcard-n-add-lastname =
.title = Add last name
vcard-n-suffix = Suffix
vcard-n-add-suffix =
.title = Add suffix
# Nickname
vcard-nickname = Nickname
# Email vCard field
vcard-email-header = Email Addresses
vcard-email-add = Add email address
vcard-email-label = Email address
vcard-primary-email-label = Default
# URL vCard field
vcard-url-header = Web Sites
vcard-url-add = Add web site
vcard-url-label = Web Site
# Tel vCard field
vcard-tel-header = Phone Numbers
vcard-tel-add = Add phone number
vcard-tel-label = Phone number
# Or "Mobile"
vcard-entry-type-cell = Mobile
vcard-entry-type-fax = Fax
vcard-entry-type-pager = Pager
# TZ vCard field
vcard-tz-header = Time Zone
vcard-tz-add = Add time zone
# IMPP vCard field
vcard-impp2-header = Instant Messaging
vcard-impp-add = Add chat account
vcard-impp-label = Chat account
vcard-impp-select = Protocol
vcard-impp-option-other = Other
vcard-impp-input-label = URI
vcard-impp-input-title = URI for instant messaging
# BDAY and ANNIVERSARY vCard field
vcard-bday-anniversary-header = Special Dates
vcard-bday-anniversary-add = Add special date
vcard-bday-label = Birthday
vcard-anniversary-label = Anniversary
vcard-date-day = Day
vcard-date-month = Month
vcard-date-year = Year
# ADR vCard field
vcard-adr-header = Addresses
vcard-adr-add = Add address
vcard-adr-label = Address
vcard-adr-delivery-label = Delivery label
vcard-adr-street = Street address
# Or "Locality"
vcard-adr-locality = City
# Or "Region"
vcard-adr-region = Region
# The term "ZIP code" only applies in USA. Most locales should use "Postal code" only.
vcard-adr-code = Postcode
vcard-adr-country = Country
# NOTE vCard field
vcard-note-header = Notes
vcard-note-add = Add note
# TITLE, ROLE and ORGANIZATION vCard fields
vcard-org-header = Organisational Properties
vcard-org-add = Add organisational properties
vcard-org-title = Title
vcard-org-title-input =
.title = Position or job
.placeholder = Job title
vcard-org-role = Role
vcard-org-role-input =
.title = Function or part played in a particular situation
.placeholder = Role in a project
vcard-org-org = Organisation
vcard-org-org-input =
.title = Organisational name
.placeholder = Company name
vcard-org-org-unit = Department
vcard-org-org-unit-input =
.title = Organisational unit name
.placeholder = Department
# Custom properties
vcard-custom-header = Custom Properties
vcard-custom-add = Add custom properties
vcard-remove-button-title =
.title = Remove
vcard-remove-button = Remove
|