blob: d379e5f6f1cfae445f712126f425694743cd1aba (
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 = Weergavenaam
vcard-displayname-placeholder =
.placeholder = { vcard-displayname }
# Type selection
vcard-entry-type-label = Type
vcard-entry-type-home = Thuis
vcard-entry-type-work = Werk
vcard-entry-type-none = Geen
vcard-entry-type-custom = Aangepast
# N vCard field
vcard-name-header = Naam
vcard-n-prefix = Voorvoegsel
vcard-n-add-prefix =
.title = Voorvoegsel toevoegen
vcard-n-firstname = Voornaam
vcard-n-add-firstname =
.title = Voornaam toevoegen
vcard-n-middlename = Tweede naam
vcard-n-add-middlename =
.title = Tweede naam toevoegen
vcard-n-lastname = Achternaam
vcard-n-add-lastname =
.title = Achternaam toevoegen
vcard-n-suffix = Achtervoegsel
vcard-n-add-suffix =
.title = Achtervoegsel toevoegen
# Nickname
vcard-nickname = Schermnaam
# Email vCard field
vcard-email-header = E-mailadressen
vcard-email-add = E-mailadres toevoegen
vcard-email-label = E-mailadres
vcard-primary-email-label = Standaard
# URL vCard field
vcard-url-header = Websites
vcard-url-add = Website toevoegen
vcard-url-label = Website
# Tel vCard field
vcard-tel-header = Telefoonnummers
vcard-tel-add = Telefoonnummer toevoegen
vcard-tel-label = Telefoonnummer
# Or "Mobile"
vcard-entry-type-cell = Mobiel
vcard-entry-type-fax = Fax
vcard-entry-type-pager = Pieper
# TZ vCard field
vcard-tz-header = Tijdzone
vcard-tz-add = Tijdzone toevoegen
# IMPP vCard field
vcard-impp2-header = Instant-berichten
vcard-impp-add = Chataccount toevoegen
vcard-impp-label = Chataccount
vcard-impp-select = Protocol
vcard-impp-option-other = Overig
vcard-impp-input-label = URI
vcard-impp-input-title = URI voor instant-berichten
# BDAY and ANNIVERSARY vCard field
vcard-bday-anniversary-header = Speciale data
vcard-bday-anniversary-add = Speciale datum toevoegen
vcard-bday-label = Verjaardag
vcard-anniversary-label = Jubileum
vcard-date-day = Dag
vcard-date-month = Maand
vcard-date-year = Jaar
# ADR vCard field
vcard-adr-header = Adressen
vcard-adr-add = Adres toevoegen
vcard-adr-label = Adres
vcard-adr-delivery-label = Bezorgingslabel
vcard-adr-street = Adres
# Or "Locality"
vcard-adr-locality = Plaats
# Or "Region"
vcard-adr-region = Staat/provincie
# The term "ZIP code" only applies in USA. Most locales should use "Postal code" only.
vcard-adr-code = Postcode:
vcard-adr-country = Land
# NOTE vCard field
vcard-note-header = Opmerkingen
vcard-note-add = Notitie toevoegen
# TITLE, ROLE and ORGANIZATION vCard fields
vcard-org-header = Organisatie-eigenschappen
vcard-org-add = Organisatie-eigenschappen toevoegen
vcard-org-title = Titel
vcard-org-title-input =
.title = Positie of functie
.placeholder = Functietitel
vcard-org-role = Rol
vcard-org-role-input =
.title = Functie of rol in een bepaalde situatie
.placeholder = Projectrol
vcard-org-org = Organisatie
vcard-org-org-input =
.title = Organisatienaam
.placeholder = Bedrijfsnaam
vcard-org-org-unit = Afdeling
vcard-org-org-unit-input =
.title = Naam organisatorische eenheid
.placeholder = Afdeling
# Custom properties
vcard-custom-header = Aangepaste eigenschappen
vcard-custom-add = Aangepaste eigenschappen toevoegen
vcard-remove-button-title =
.title = Verwijderen
vcard-remove-button = Verwijderen
|