47 lines
1.3 KiB
PHP
47 lines
1.3 KiB
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"This is not your addressbook." => "Dit is niet uw adresboek.",
|
||
|
"Contact could not be found." => "Contact kon niet worden gevonden.",
|
||
|
"Information about vCard is incorrect. Please reload the page." => "Informatie over de vCard is onjuist. Herlaad de pagina.",
|
||
|
"Address" => "Adres",
|
||
|
"Telephone" => "Telefoon",
|
||
|
"Email" => "E-mail",
|
||
|
"Organization" => "Organisatie",
|
||
|
"Work" => "Werk",
|
||
|
"Home" => "Thuis",
|
||
|
"Mobile" => "Mobiel",
|
||
|
"Text" => "Tekst",
|
||
|
"Voice" => "Stem",
|
||
|
"Fax" => "Fax",
|
||
|
"Video" => "Video",
|
||
|
"Pager" => "Pieper",
|
||
|
"This is not your contact." => "Dit is niet uw contactpersoon.",
|
||
|
"Add Contact" => "Contact toevoegen",
|
||
|
"Name" => "Naam",
|
||
|
"Type" => "Type",
|
||
|
"PO Box" => "Postbus",
|
||
|
"Extended" => "Uitgebreide",
|
||
|
"Street" => "Straat",
|
||
|
"City" => "Stad",
|
||
|
"Region" => "Regio",
|
||
|
"Zipcode" => "Postcode",
|
||
|
"Country" => "Land",
|
||
|
"Create Contact" => "Contact aanmaken",
|
||
|
"Choose active Address Books" => "Kies actief Adresboek",
|
||
|
"New Address Book" => "Nieuw Adresboek",
|
||
|
"CardDav Link" => "CardDav Link",
|
||
|
"Download" => "Download",
|
||
|
"Edit" => "Bewerken",
|
||
|
"Delete" => "Verwijderen",
|
||
|
"Delete contact" => "Verwijder contact",
|
||
|
"Add" => "Voeg toe",
|
||
|
"Displayname" => "Weergavenaam",
|
||
|
"Active" => "Actief",
|
||
|
"Save" => "Opslaan",
|
||
|
"Submit" => "Opslaan",
|
||
|
"Cancel" => "Anuleren",
|
||
|
"Birthday" => "Verjaardag",
|
||
|
"Preferred" => "Voorkeur",
|
||
|
"Phone" => "Telefoon",
|
||
|
"Update" => "Vernieuwe"
|
||
|
);
|