summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-06-13 01:54:32 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-06-13 01:54:32 -0400
commit083cf63cc273150d6008d78527e7ec01d839aa6c (patch)
tree6c727c2746783198ab8eb88c89ed6a87599e41d8 /apps/user_webdavauth
parentaa8f17bc639daa9daeb68f8a9766272dac0bdb41 (diff)
downloadnextcloud-server-083cf63cc273150d6008d78527e7ec01d839aa6c.tar.gz
nextcloud-server-083cf63cc273150d6008d78527e7ec01d839aa6c.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r--apps/user_webdavauth/l10n/da.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/user_webdavauth/l10n/da.php b/apps/user_webdavauth/l10n/da.php
index 219cac8b699..da23d6ddd66 100644
--- a/apps/user_webdavauth/l10n/da.php
+++ b/apps/user_webdavauth/l10n/da.php
@@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"WebDAV Authentication" => "WebDAV-godkendelse",
+"Address:" => "Adresse:",
"Save" => "Gem",
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Bruger oplysningerne vil blive sendt til denne adresse. Plugin'et registrerer responsen og fortolker HTTP-statuskode 401 og 403 som ugyldige oplysninger, men alle andre besvarelser som gyldige oplysninger."
);