diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-12-24 00:12:16 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-12-24 00:12:16 +0100 |
commit | 7d52c39419123ed3d20368245166e6fc1150975a (patch) | |
tree | 59ada475e466c0171eded82ca7d863ef8829e3ec /apps/user_webdavauth/l10n/da.php | |
parent | 15da11effebc25bac17c14e1c8d50e13f51e0b5a (diff) | |
download | nextcloud-server-7d52c39419123ed3d20368245166e6fc1150975a.tar.gz nextcloud-server-7d52c39419123ed3d20368245166e6fc1150975a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth/l10n/da.php')
-rw-r--r-- | apps/user_webdavauth/l10n/da.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/user_webdavauth/l10n/da.php b/apps/user_webdavauth/l10n/da.php new file mode 100644 index 00000000000..7d9ee1d5b29 --- /dev/null +++ b/apps/user_webdavauth/l10n/da.php @@ -0,0 +1,4 @@ +<?php $TRANSLATIONS = array( +"URL: http://" => "URL: http://", +"ownCloud will send the user credentials to this URL is interpret http 401 and http 403 as credentials wrong and all other codes as credentials correct." => "ownCloud vil sende brugeroplysningerne til denne webadresse er fortolker http 401 og http 403 som brugeroplysninger forkerte og alle andre koder som brugeroplysninger korrekte." +); |