diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-02 02:06:16 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-02 02:06:16 +0200 |
commit | 91e828c6ce248a0f7d7ddde9d2c33bfea7f7428f (patch) | |
tree | 5e33e8c13ae4e56e363fef41bb3e7e616c00be91 /apps/contacts/l10n/nl.php | |
parent | f159f607deff03201fb3b35ce1d01ef532d918fe (diff) | |
download | nextcloud-server-91e828c6ce248a0f7d7ddde9d2c33bfea7f7428f.tar.gz nextcloud-server-91e828c6ce248a0f7d7ddde9d2c33bfea7f7428f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/contacts/l10n/nl.php')
-rw-r--r-- | apps/contacts/l10n/nl.php | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/apps/contacts/l10n/nl.php b/apps/contacts/l10n/nl.php index eccd757c240..3e0ad4168a3 100644 --- a/apps/contacts/l10n/nl.php +++ b/apps/contacts/l10n/nl.php @@ -1,11 +1,13 @@ <?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.", "element name is not set." => "onderdeel naam is niet opgegeven.", "id is not set." => "id is niet ingesteld.", "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 (de)activating addressbook." => "Fout bij het (de)activeren van het adresboek.", +"Cannot update addressbook with an empty name." => "Kan adresboek zonder naam niet wijzigen", +"Error updating addressbook." => "Fout bij het updaten van het adresboek.", "No ID provided" => "Geen ID opgegeven", "Error setting checksum." => "Instellen controlegetal mislukt", "No categories selected for deletion." => "Geen categorieën geselecteerd om te verwijderen.", @@ -27,8 +29,6 @@ "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", @@ -38,7 +38,6 @@ "Missing a temporary folder" => "Er ontbreekt een tijdelijke map", "Contacts" => "Contacten", "Contact" => "Contact", -"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", @@ -60,12 +59,6 @@ "Add Contact" => "Contact toevoegen", "Import" => "Importeer", "Addressbooks" => "Adresboeken", -"Configure Address Books" => "Instellen adresboeken", -"New Address Book" => "Nieuw Adresboek", -"CardDav Link" => "CardDav Link", -"Download" => "Download", -"Edit" => "Bewerken", -"Delete" => "Verwijderen", "Drop photo to upload" => "Verwijder foto uit upload", "Delete current photo" => "Verwijdere huidige foto", "Edit current photo" => "Wijzig huidige foto", @@ -73,6 +66,7 @@ "Select photo from ownCloud" => "Selecteer foto uit ownCloud", "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", +"Delete" => "Verwijderen", "Nickname" => "Roepnaam", "Enter nickname" => "Voer roepnaam in", "dd-mm-yyyy" => "dd-mm-yyyy", @@ -125,5 +119,8 @@ "CardDAV syncing addresses" => "CardDAV synchroniseert de adressen", "more info" => "meer informatie", "Primary address (Kontact et al)" => "Standaardadres", -"iOS/OS X" => "IOS/OS X" +"iOS/OS X" => "IOS/OS X", +"Download" => "Download", +"Edit" => "Bewerken", +"New Address Book" => "Nieuw Adresboek" ); |