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
|
<?php $TRANSLATIONS = array(
"Error (de)activating addressbook." => "Fout bij het (de)activeren van het adresboek.",
"There was an error adding the contact." => "Er was een fout bij het toevoegen van het contact.",
"Cannot add empty property." => "Kan geen lege eigenschap toevoegen.",
"At least one of the address fields has to be filled out." => "Minstens één van de adresvelden moet ingevuld worden.",
"Trying to add duplicate property: " => "Eigenschap bestaat al: ",
"Error adding contact property." => "Fout bij het toevoegen van de contacteigenschap.",
"No ID provided" => "Geen ID opgegeven",
"Error setting checksum." => "Instellen controlegetal mislukt",
"No categories selected for deletion." => "Geen categorieën geselecteerd om te verwijderen.",
"No address books found." => "Geen adresboek gevonden",
"No contacts found." => "Geen contracten gevonden",
"Missing ID" => "Ontbrekend ID",
"Error parsing VCard for ID: \"" => "Fout bij inlezen VCard voor ID: \"",
"Cannot add addressbook with an empty name." => "Kan geen adresboek toevoegen zonder naam.",
"Error adding addressbook." => "Fout bij het toevoegen van het adresboek.",
"Error activating addressbook." => "Fout bij het activeren van het adresboek.",
"No contact ID was submitted." => "Geen contact ID opgestuurd.",
"Error reading contact photo." => "Lezen van contact foto mislukt.",
"Error saving temporary file." => "Tijdelijk bestand opslaan mislukt.",
"The loading photo is not valid." => "De geladen foto is niet goed.",
"id is not set." => "id is niet ingesteld.",
"Information about vCard is incorrect. Please reload the page." => "Informatie over de vCard is onjuist. Herlaad de pagina.",
"Error deleting contact property." => "Fout bij het verwijderen van de contacteigenschap.",
"Contact ID is missing." => "Contact ID ontbreekt.",
"Missing contact id." => "Ontbrekende contact id.",
"No photo path was submitted." => "Geen fotopad opgestuurd.",
"File doesn't exist:" => "Bestand bestaat niet:",
"Error loading image." => "Fout bij laden plaatje.",
"element name is not set." => "onderdeel naam is niet opgegeven.",
"checksum is not set." => "controlegetal is niet opgegeven.",
"Information about vCard is incorrect. Please reload the page: " => "Informatie over vCard is fout. Herlaad de pagina: ",
"Something went FUBAR. " => "Er ging iets totaal verkeerd. ",
"Error updating contact property." => "Fout bij het updaten van de contacteigenschap.",
"Cannot update addressbook with an empty name." => "Kan adresboek zonder naam niet wijzigen",
"Error updating addressbook." => "Fout bij het updaten van het adresboek.",
"Error uploading contacts to storage." => "Fout bij opslaan van contacten.",
"There is no error, the file uploaded with success" => "De upload van het bestand is goedgegaan.",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Het bestand overschrijdt de upload_max_filesize instelling in php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Het bestand overschrijdt de MAX_FILE_SIZE instelling dat is opgegeven in het HTML formulier",
"The uploaded file was only partially uploaded" => "Het bestand is gedeeltelijk geüpload",
"No file was uploaded" => "Er is geen bestand geüpload",
"Missing a temporary folder" => "Er ontbreekt een tijdelijke map",
"Contacts" => "Contacten",
"Drop a VCF file to import contacts." => "Sleep een VCF bestand om de contacten te importeren.",
"Addressbook not found." => "Adresboek niet gevonden.",
"This is not your addressbook." => "Dit is niet uw adresboek.",
"Contact could not be found." => "Contact kon niet worden gevonden.",
"Address" => "Adres",
"Telephone" => "Telefoon",
"Email" => "E-mail",
"Organization" => "Organisatie",
"Work" => "Werk",
"Home" => "Thuis",
"Mobile" => "Mobiel",
"Text" => "Tekst",
"Voice" => "Stem",
"Message" => "Bericht",
"Fax" => "Fax",
"Video" => "Video",
"Pager" => "Pieper",
"Internet" => "Internet",
"{name}'s Birthday" => "{name}'s verjaardag",
"Contact" => "Contact",
"Add Contact" => "Contact toevoegen",
"Addressbooks" => "Adresboeken",
"Configure Address Books" => "Instellen adresboeken",
"New Address Book" => "Nieuw Adresboek",
"Import from VCF" => "Importeer uit VCF",
"CardDav Link" => "CardDav Link",
"Download" => "Download",
"Edit" => "Bewerken",
"Delete" => "Verwijderen",
"Download contact" => "Download contact",
"Delete contact" => "Verwijder contact",
"Drop photo to upload" => "Verwijder foto uit upload",
"Format custom, Short name, Full name, Reverse or Reverse with comma" => "Formateer aangepast, Korte naam, Volledige naam, Achteruit of Achteruit met komma",
"Edit name details" => "Wijzig naam gegevens",
"Nickname" => "Roepnaam",
"Enter nickname" => "Voer roepnaam in",
"Birthday" => "Verjaardag",
"dd-mm-yyyy" => "dd-mm-yyyy",
"Groups" => "Groepen",
"Separate groups with commas" => "Gebruik komma bij meerder groepen",
"Edit groups" => "Wijzig groepen",
"Preferred" => "Voorkeur",
"Please specify a valid email address." => "Geef een geldig email adres op.",
"Enter email address" => "Voer email adres in",
"Mail to address" => "Mail naar adres",
"Delete email address" => "Verwijder email adres",
"Enter phone number" => "Voer telefoonnummer in",
"Delete phone number" => "Verwijdere telefoonnummer",
"View on map" => "Bekijk op een kaart",
"Edit address details" => "Wijzig adres gegevens",
"Add notes here." => "Voeg notitie toe",
"Add field" => "Voeg veld toe",
"Profile picture" => "Profiel foto",
"Phone" => "Telefoon",
"Note" => "Notitie",
"Delete current photo" => "Verwijdere huidige foto",
"Edit current photo" => "Wijzig huidige foto",
"Upload new photo" => "Upload nieuwe foto",
"Select photo from ownCloud" => "Selecteer foto uit ownCloud",
"Edit address" => "Wijzig adres",
"Type" => "Type",
"PO Box" => "Postbus",
"Extended" => "Uitgebreide",
"Street" => "Straat",
"City" => "Stad",
"Region" => "Regio",
"Zipcode" => "Postcode",
"Country" => "Land",
"Edit categories" => "Wijzig categorieën",
"Add" => "Voeg toe",
"Addressbook" => "Adresboek",
"Hon. prefixes" => "Hon. prefixes",
"Given name" => "Voornaam",
"Additional names" => "Extra namen",
"Family name" => "Achternaam",
"New Addressbook" => "Nieuw adresboek",
"Edit Addressbook" => "Wijzig adresboek",
"Displayname" => "Weergavenaam",
"Active" => "Actief",
"Save" => "Opslaan",
"Submit" => "Opslaan",
"Cancel" => "Anuleren",
"Import a contacts file" => "Importeer een contacten bestand",
"Please choose the addressbook" => "Kies een adresboek",
"create a new addressbook" => "Maak een nieuw adresboek",
"Name of new addressbook" => "Naam van nieuw adresboek",
"Import" => "Importeer",
"Importing contacts" => "Importeren van contacten",
"Select address book to import to:" => "Selecteer adresboek voor import:",
"Select from HD" => "Selecteer van schijf",
"You have no contacts in your addressbook." => "Je hebt geen contacten in je adresboek",
"Add contact" => "Contactpersoon toevoegen",
"Configure addressbooks" => "Bewerken adresboeken",
"CardDAV syncing addresses" => "CardDAV synchroniseert de adressen",
"more info" => "meer informatie",
"Primary address (Kontact et al)" => "Standaardadres",
"iOS/OS X" => "IOS/OS X"
);
|