diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-05-17 00:36:21 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-05-17 00:36:21 +0200 |
commit | ac8bfc218e3bfe6f6f73b55ce2ce7868c5c9816c (patch) | |
tree | 037daeea38a1b0560dbd86ceffeb9bf96b034e0f /core/l10n/nl.php | |
parent | d2166784813ad161fe3118e2faf325fdeb93fc3c (diff) | |
download | nextcloud-server-ac8bfc218e3bfe6f6f73b55ce2ce7868c5c9816c.tar.gz nextcloud-server-ac8bfc218e3bfe6f6f73b55ce2ce7868c5c9816c.zip |
update translations
Diffstat (limited to 'core/l10n/nl.php')
-rw-r--r-- | core/l10n/nl.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/core/l10n/nl.php b/core/l10n/nl.php index 3d444c92604..0b804f4d176 100644 --- a/core/l10n/nl.php +++ b/core/l10n/nl.php @@ -1,5 +1,9 @@ <?php $TRANSLATIONS = array( -"Owncloud password reset" => "reset je Owncloud wachtwoord", +"Application name not provided." => "Applicatie naam niet gegeven.", +"No category to add?" => "Geen categorie toevoegen?", +"This category already exists: " => "De categorie bestaat al.", +"Owncloud password reset" => "Reset je ownCloud wachtwoord", +"ownCloud password reset" => "ownCloud wachtwoord herstellen", "Use the following link to reset your password: {link}" => "Gebruik de volgende link om je wachtwoord te resetten: {link}", "You will receive a link to reset your password via Email." => "U ontvangt een link om je wachtwoord opnieuw in te stellen via e-mail.", "Requested" => "Gevraagd", @@ -15,7 +19,10 @@ "Apps" => "Apps", "Admin" => "Beheerder", "Help" => "Help", +"Access forbidden" => "Toegang verboden", "Cloud not found" => "Cloud niet gevonden", +"Edit categories" => "Wijzigen categorieën", +"Add" => "Toevoegen", "Create an <strong>admin account</strong>" => "Maak een <strong>beheerdersaccount</strong> aan", "Password" => "Wachtwoord", "Advanced" => "Geavanceerd", |