summaryrefslogtreecommitdiffstats
path: root/l10n/nl.js
blob: 0a94159553111f4b02dc1aa4d0a2df92e0c079c9 (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
OC.L10N.register(
    "contacts",
    {
    "Contacts" : "Contactpersonen",
    "Address book name" : "Adresboek naam",
    "No contacts in here" : "Hier geen contactpersonen gevonden",
    "Name" : "Naam",
    "Organization" : "Organisatie",
    "Title" : "Titel",
    "Add field ..." : "Voeg veld toe",
    "Import" : "Importeer",
    "Add contact" : "Contactpersoon toevoegen",
    "No search result for {query}" : "Geen zoekresultaten voor {query}",
    "All contacts" : "Alle contactpersonen",
    "Not grouped" : "Niet gegroepeerd",
    "Post Office Box" : "Postbus",
    "Postal Code" : "Postcode",
    "City" : "Stad",
    "State or province" : "Staat of provincie",
    "Country" : "Land",
    "Address" : "Adres",
    "(new group)" : "(nieuwe groep)",
    "{addressbook} shared by {owner}" : "{addressbook} gedeeld door {owner}",
    "Nickname" : "Roepnaam",
    "Notes" : "Notities",
    "Website" : "Website",
    "Federated Cloud ID" : "Gefedereerde Cloud ID",
    "Home" : "Thuis",
    "Work" : "Werk",
    "Other" : "Overig",
    "Groups" : "Groepen",
    "Birthday" : "Verjaardag",
    "Email" : "mailadres",
    "Instant messaging" : "Instant messaging",
    "Phone" : "Telefoon",
    "Mobile" : "Mobiel",
    "Fax" : "Fax",
    "Fax home" : "Fax thuis",
    "Fax work" : "Fax werk",
    "Pager" : "Pieper",
    "Voice" : "Stem",
    "Settings" : "Instellingen"
},
"nplurals=2; plural=(n != 1);");