diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-12-26 00:12:10 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-12-26 00:12:10 +0100 |
commit | b7257b25249fbe562a64bc0675b50b097fe68907 (patch) | |
tree | ea13602b30ccc088724eeaa15af904036b14a138 /apps/user_webdavauth | |
parent | 5d59ac07391841677e204958ea20be3fe05cd8ef (diff) | |
download | nextcloud-server-b7257b25249fbe562a64bc0675b50b097fe68907.tar.gz nextcloud-server-b7257b25249fbe562a64bc0675b50b097fe68907.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r-- | apps/user_webdavauth/l10n/sv.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/sv.php b/apps/user_webdavauth/l10n/sv.php index 245a5101341..b7a7e4ea2d9 100644 --- a/apps/user_webdavauth/l10n/sv.php +++ b/apps/user_webdavauth/l10n/sv.php @@ -1,3 +1,4 @@ <?php $TRANSLATIONS = array( -"URL: http://" => "URL: http://" +"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 kommer att skicka inloggningsuppgifterna till denna URL och tolkar http 401 och http 403 som fel och alla andra koder som korrekt." ); |