diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-13 05:13:10 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-13 05:13:35 +0200 |
commit | b2768637d2748a1d55ee98a9809c66e135a4190a (patch) | |
tree | 6db7f75b56d689c5c08cce986a62bcaf5248210c /settings/l10n/nl.php | |
parent | 4a5ee765cf5030c7d92d88687e886079f6bafb1e (diff) | |
download | nextcloud-server-b2768637d2748a1d55ee98a9809c66e135a4190a.tar.gz nextcloud-server-b2768637d2748a1d55ee98a9809c66e135a4190a.zip |
updated translations
Diffstat (limited to 'settings/l10n/nl.php')
-rw-r--r-- | settings/l10n/nl.php | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/settings/l10n/nl.php b/settings/l10n/nl.php index 3c2f3dbd271..2394fbd74ff 100644 --- a/settings/l10n/nl.php +++ b/settings/l10n/nl.php @@ -1,19 +1,13 @@ <?php $TRANSLATIONS = array( +"Authentication error" => "Authenticatiefout.", +"Invalid request" => "Ongeldig verzoek", +"Language changed" => "Taal aangepast", "Account information" => "Gebruikersgegevens", "You're currently using" => "U gebruikt momenteel", "of your" => "van de", "space" => "beschikbare ruimte.", "Change Password" => "Wachtwoord aanpassen", "Your password got changed" => "Uw wachtwoord is aangepast", -"Old password:" => "Oud wachtwoord:", "New password" => "Nieuw wachtwoord", -"Show new password" => "Toon nieuw wachtwoord", -"Language" => "Taal", -"Authentication error" => "Authenticatiefout.", -"You have to enter the old and the new password!" => "U moet het oude en nieuwe wachtwoord invullen.", -"Your old password is wrong!" => "Het oude wachtwoord is verkeerd.", -"Password changed" => "Wachtwoord aangepast", -"Unable to change password" => "Wachtwoord aanpassen is niet mogelijk", -"Language changed" => "Taal aangepast", -"Invalid request" => "Ongeldig verzoek" +"Language" => "Taal" ); |