diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-19 01:54:42 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-19 01:54:42 -0400 |
commit | d09ec367512ee9afb6daa5d9d0f89cbe7a6ca582 (patch) | |
tree | 83df5b0d67e2c10c2bcb5cad116b67e983d36bc2 /lib/l10n/da.php | |
parent | 038ba1d05dd51276760a22b249962d3fa96fd283 (diff) | |
download | nextcloud-server-d09ec367512ee9afb6daa5d9d0f89cbe7a6ca582.tar.gz nextcloud-server-d09ec367512ee9afb6daa5d9d0f89cbe7a6ca582.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/da.php')
-rw-r--r-- | lib/l10n/da.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/l10n/da.php b/lib/l10n/da.php index debc0c141f4..96e20b2acf5 100644 --- a/lib/l10n/da.php +++ b/lib/l10n/da.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Cannot write into \"config\" directory!" => "Kan ikke skrive til mappen \"config\"!", +"This can usually be fixed by giving the webserver write access to the config directory" => "Dette kan normalvis ordnes ved at give webserveren skrive adgang til config mappen", "See %s" => "Se %s", "You are accessing the server from an untrusted domain." => "Du tilgår serveren fra et utroværdigt domæne", "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Kontakt venligst din administrator. Hvis du er administrator, konfigurer \"trusted_domain\" indstillingen i config/config.php. Et eksempel kan ses i config/config.sample.php.", |