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 /admin | |
parent | daa194cede61efe0df017a24c58acabd413e0042 (diff) | |
download | nextcloud-server-ef3386c5f8774a8959b93332f7fc388824a93385.tar.gz nextcloud-server-ef3386c5f8774a8959b93332f7fc388824a93385.zip |
All translations should be in the new system
Diffstat (limited to 'admin')
-rw-r--r-- | admin/l10n/da.php | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/admin/l10n/da.php b/admin/l10n/da.php new file mode 100644 index 00000000000..4601616efc0 --- /dev/null +++ b/admin/l10n/da.php @@ -0,0 +1,20 @@ +<?php $TRANSLATIONS = array( +"remove" => "slet", +"Password" => "Kodeord", +"Administration" => "Administration", +"Name" => "Navn", +"Do you really want to delete group" => "Vil du virkelig slette denne gruppe", +"System Settings" => "System indstillinger", +"Create group" => "Lav gruppe", +"Modified" => "Ændret", +"read more" => "læs mere", +"INSTALL" => "INSTALLER", +"Set" => "Indstil", +"Apps Repository" => "Applikation arkiv", +"Force new password:" => "Tving ny adgangskode", +"Add user" => "Tilføj bruger", +"Groups" => "Grupper", +"Cannot connect to apps repository" => "Kan ikke tilslutte applikations arkivet", +"Do you really want to delete user" => "Vil du virkelig slette denne bruger", +"Create user" => "Lav bruger" +); |