diff options
author | Hans Bakker <hansmbakker@gmail.com> | 2011-07-04 00:39:04 +0200 |
---|---|---|
committer | Hans Bakker <hansmbakker@gmail.com> | 2011-07-04 00:39:04 +0200 |
commit | f989871501fd9b365aee843ec75b88acc3f8bd15 (patch) | |
tree | c6c1f5d73088c1d21f5be3d9b0a3908037138948 /settings/l10n | |
parent | f893f1461537dabe4a044de12f124739c349ae0f (diff) | |
download | nextcloud-server-f989871501fd9b365aee843ec75b88acc3f8bd15.tar.gz nextcloud-server-f989871501fd9b365aee843ec75b88acc3f8bd15.zip |
More nl l10n improvements
Diffstat (limited to 'settings/l10n')
-rw-r--r-- | settings/l10n/nl.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/settings/l10n/nl.php b/settings/l10n/nl.php index f05e7cc7c26..3c2f3dbd271 100644 --- a/settings/l10n/nl.php +++ b/settings/l10n/nl.php @@ -1,19 +1,19 @@ <?php $TRANSLATIONS = array( -"Account information" => "Gebruiks gegevens", -"You're currently using" => "Je gebruikt momenteel", +"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" => "Je wachtwoord is aangepast", +"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" => "Authenticatie fout.", -"You have to enter the old and the new password!" => "Je moet het oude en nieuwe wachtwoord invullen.", +"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 mogenlijk", +"Unable to change password" => "Wachtwoord aanpassen is niet mogelijk", "Language changed" => "Taal aangepast", -"Invalid request" => "Ongeldige aanvraag" +"Invalid request" => "Ongeldig verzoek" ); |