diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-06-20 14:52:24 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-06-20 14:52:24 +0200 |
commit | ca849a4f0fd6fd94a89230cf320d8d7da4f7060a (patch) | |
tree | b4cfd75d103179d3d41f7790b56de3a8bd64c6e0 /settings/l10n/nl.php | |
parent | 4c1d3155a3ee4ddb48a0bb4281fe74391db1f016 (diff) | |
download | nextcloud-server-ca849a4f0fd6fd94a89230cf320d8d7da4f7060a.tar.gz nextcloud-server-ca849a4f0fd6fd94a89230cf320d8d7da4f7060a.zip |
dutch translations
Diffstat (limited to 'settings/l10n/nl.php')
-rw-r--r-- | settings/l10n/nl.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/settings/l10n/nl.php b/settings/l10n/nl.php new file mode 100644 index 00000000000..d6732521559 --- /dev/null +++ b/settings/l10n/nl.php @@ -0,0 +1,19 @@ +<?php $TRANSLATIONS = array( +"space" => "beschikbare ruimte.", +"You're currently using" => "Je gebruikt momenteel", +"Unable to change password" => "Wachtwoord aanpassen is niet mogenlijk", +"New password" => "Nieuw wachtwoord", +"Authentication error" => "Authenticatie fout.", +"Your password got changed" => "Je wachtwoord is aangepast", +"Language changed" => "Taal aangepast", +"Invalid request" => "Ongeldige aanvraag", +"Account information" => "Gebruiks gegevens", +"of your" => "van de", +"Password changed" => "Wachtwoord aangepast", +"Old password:" => "Oud wachtwoord:", +"Your old password is wrong!" => "Het oude wachtwoord is verkeerd.", +"Show new password" => "Toon nieuw wachtwoord", +"You have to enter the old and the new password!" => "Je moet het oude en nieuwe wachtwoord invullen.", +"Language" => "Taal", +"Change Password" => "Wachtwoord aanpassen" +); |