diff options
author | Jakob Sack <kde@jakobsack.de> | 2011-06-20 22:08:44 +0200 |
---|---|---|
committer | Jakob Sack <kde@jakobsack.de> | 2011-06-20 22:08:44 +0200 |
commit | ef3386c5f8774a8959b93332f7fc388824a93385 (patch) | |
tree | 5772294801bf9b6f4f046fe011aa561f1dd45cf6 /settings/l10n/da.php | |
parent | daa194cede61efe0df017a24c58acabd413e0042 (diff) | |
download | nextcloud-server-ef3386c5f8774a8959b93332f7fc388824a93385.tar.gz nextcloud-server-ef3386c5f8774a8959b93332f7fc388824a93385.zip |
All translations should be in the new system
Diffstat (limited to 'settings/l10n/da.php')
-rw-r--r-- | settings/l10n/da.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/settings/l10n/da.php b/settings/l10n/da.php new file mode 100644 index 00000000000..4d403042e1e --- /dev/null +++ b/settings/l10n/da.php @@ -0,0 +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", +"of your" => "af din", +"Password changed" => "Adgangskoden er ændret", +"Old password:" => "Gamle adgangskode", +"Your old password is wrong!" => "Dit gamle adgangskode er forkert!", +"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" +); |