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 | |
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')
-rw-r--r-- | apps/user_webdavauth/l10n/da.php | 4 | ||||
-rw-r--r-- | apps/user_webdavauth/l10n/sv.php | 2 | ||||
-rw-r--r-- | apps/user_webdavauth/l10n/zh_CN.php | 2 |
3 files changed, 6 insertions, 2 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." +); diff --git a/apps/user_webdavauth/l10n/sv.php b/apps/user_webdavauth/l10n/sv.php index 9bd32954b05..245a5101341 100644 --- a/apps/user_webdavauth/l10n/sv.php +++ b/apps/user_webdavauth/l10n/sv.php @@ -1,3 +1,3 @@ <?php $TRANSLATIONS = array( -"WebDAV URL: http://" => "WebDAV URL: http://" +"URL: http://" => "URL: http://" ); diff --git a/apps/user_webdavauth/l10n/zh_CN.php b/apps/user_webdavauth/l10n/zh_CN.php index 33c77f7d30e..5b06409b42e 100644 --- a/apps/user_webdavauth/l10n/zh_CN.php +++ b/apps/user_webdavauth/l10n/zh_CN.php @@ -1,3 +1,3 @@ <?php $TRANSLATIONS = array( -"WebDAV URL: http://" => "WebDAV地址: http://" +"URL: http://" => "URL:http://" ); |