nextcloud/apps/contacts/l10n/nl.php

59 lines
2.2 KiB
PHP
Raw Normal View History

2012-01-11 04:06:59 +04:00
<?php $TRANSLATIONS = array(
2012-05-09 14:41:01 +04:00
"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.",
"Error adding contact property." => "Fout bij het toevoegen van de contacteigenschap.",
"Error adding addressbook." => "Fout bij het toevoegen van het adresboek.",
"Error activating addressbook." => "Fout bij het activeren van het adresboek.",
"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.",
"Error updating contact property." => "Fout bij het updaten van de contacteigenschap.",
"Error updating addressbook." => "Fout bij het updaten van het adresboek.",
"Contacts" => "Contacten",
2012-01-11 04:06:59 +04:00
"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",
"Fax" => "Fax",
"Video" => "Video",
"Pager" => "Pieper",
2012-05-09 14:41:01 +04:00
"Contact" => "Contact",
2012-01-11 04:06:59 +04:00
"Add Contact" => "Contact toevoegen",
2012-05-09 14:41:01 +04:00
"Addressbooks" => "Adresboeken",
"New Address Book" => "Nieuw Adresboek",
"CardDav Link" => "CardDav Link",
"Download" => "Download",
"Edit" => "Bewerken",
"Delete" => "Verwijderen",
"Download contact" => "Download contact",
"Delete contact" => "Verwijder contact",
"Birthday" => "Verjaardag",
"Preferred" => "Voorkeur",
"Phone" => "Telefoon",
2012-01-11 04:06:59 +04:00
"Type" => "Type",
"PO Box" => "Postbus",
"Extended" => "Uitgebreide",
"Street" => "Straat",
"City" => "Stad",
"Region" => "Regio",
"Zipcode" => "Postcode",
"Country" => "Land",
"Add" => "Voeg toe",
2012-05-09 14:41:01 +04:00
"Addressbook" => "Adresboek",
"New Addressbook" => "Nieuw adresboek",
"Edit Addressbook" => "Wijzig adresboek",
2012-01-11 04:06:59 +04:00
"Displayname" => "Weergavenaam",
"Active" => "Actief",
"Save" => "Opslaan",
"Submit" => "Opslaan",
2012-05-09 14:41:01 +04:00
"Cancel" => "Anuleren"
2012-01-11 04:06:59 +04:00
);