diff options
author | Jakob Sack <kde@jakobsack.de> | 2011-06-20 22:22:58 +0200 |
---|---|---|
committer | Jakob Sack <kde@jakobsack.de> | 2011-06-20 22:22:58 +0200 |
commit | fb7f00edbca5b1892cdfc04358d6658e986a877c (patch) | |
tree | 1ed9147cfd367fc866c2bd271828d9da3ba7f9f2 /settings | |
parent | f72db005b565505b7754915de9b10f636669f9cf (diff) | |
download | nextcloud-server-fb7f00edbca5b1892cdfc04358d6658e986a877c.tar.gz nextcloud-server-fb7f00edbca5b1892cdfc04358d6658e986a877c.zip |
l10nlist.shuffle ;-)
Diffstat (limited to 'settings')
-rw-r--r-- | settings/l10n/da.php | 24 | ||||
-rw-r--r-- | settings/l10n/nl.php | 24 |
2 files changed, 24 insertions, 24 deletions
diff --git a/settings/l10n/da.php b/settings/l10n/da.php index 4d403042e1e..1c0b87f8675 100644 --- a/settings/l10n/da.php +++ b/settings/l10n/da.php @@ -1,19 +1,19 @@ <?php $TRANSLATIONS = array( -"space" => "plads", -"You're currently using" => "Du udnytter i øjeblikket", -"Unable to change password" => "Kan ikke ændre din adgangskode", -"New password" => "Ny adgangskode", -"Authentication error" => "Godkendelsesfejl", -"Your password got changed" => "Din adgangskode er ændret", -"Language changed" => "Sprog ændret", -"Invalid request" => "Invalid forespørgsel", "Account information" => "Konto information", +"You're currently using" => "Du udnytter i øjeblikket", "of your" => "af din", -"Password changed" => "Adgangskoden er ændret", +"space" => "plads", +"Change Password" => "Ændre adgangskode", +"Your password got changed" => "Din adgangskode er ændret", "Old password:" => "Gamle adgangskode", -"Your old password is wrong!" => "Dit gamle adgangskode er forkert!", +"New password" => "Ny adgangskode", "Show new password" => "Vis den nye adgangskode", -"You have to enter the old and the new password!" => "Du skal indtaste din gamle og nye adganskode", "Language" => "Sprog", -"Change Password" => "Ændre adgangskode" +"Authentication error" => "Godkendelsesfejl", +"You have to enter the old and the new password!" => "Du skal indtaste din gamle og nye adganskode", +"Your old password is wrong!" => "Dit gamle adgangskode er forkert!", +"Password changed" => "Adgangskoden er ændret", +"Unable to change password" => "Kan ikke ændre din adgangskode", +"Language changed" => "Sprog ændret", +"Invalid request" => "Invalid forespørgsel" ); diff --git a/settings/l10n/nl.php b/settings/l10n/nl.php index d6732521559..f05e7cc7c26 100644 --- a/settings/l10n/nl.php +++ b/settings/l10n/nl.php @@ -1,19 +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", +"You're currently using" => "Je gebruikt momenteel", "of your" => "van de", -"Password changed" => "Wachtwoord aangepast", +"space" => "beschikbare ruimte.", +"Change Password" => "Wachtwoord aanpassen", +"Your password got changed" => "Je wachtwoord is aangepast", "Old password:" => "Oud wachtwoord:", -"Your old password is wrong!" => "Het oude wachtwoord is verkeerd.", +"New password" => "Nieuw wachtwoord", "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" +"Authentication error" => "Authenticatie fout.", +"You have to enter the old and the new password!" => "Je 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", +"Language changed" => "Taal aangepast", +"Invalid request" => "Ongeldige aanvraag" ); |