summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-03-27 00:11:05 +0100
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-03-27 00:11:05 +0100
commit0c666cb7640c062ecfb89c4f341dfc99f4c98875 (patch)
tree7eafa764e72f8c9b0d937cb988dbd18bae74d6af /apps/user_webdavauth/l10n
parent4158a417e7bc77bebe3bd01b7c8b7b467a1da5f0 (diff)
downloadnextcloud-server-0c666cb7640c062ecfb89c4f341dfc99f4c98875.tar.gz
nextcloud-server-0c666cb7640c062ecfb89c4f341dfc99f4c98875.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth/l10n')
-rw-r--r--apps/user_webdavauth/l10n/ar.php4
-rw-r--r--apps/user_webdavauth/l10n/zh_TW.php3
2 files changed, 5 insertions, 2 deletions
diff --git a/apps/user_webdavauth/l10n/ar.php b/apps/user_webdavauth/l10n/ar.php
index cf59cd2519e..c17302f7bb1 100644
--- a/apps/user_webdavauth/l10n/ar.php
+++ b/apps/user_webdavauth/l10n/ar.php
@@ -1,3 +1,5 @@
<?php $TRANSLATIONS = array(
-"URL: http://" => "الرابط: http://"
+"WebDAV Authentication" => "تأكد شخصية ال WebDAV",
+"URL: http://" => "الرابط: http://",
+"ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials."
);
diff --git a/apps/user_webdavauth/l10n/zh_TW.php b/apps/user_webdavauth/l10n/zh_TW.php
index b357c8aa902..7a9d767eec1 100644
--- a/apps/user_webdavauth/l10n/zh_TW.php
+++ b/apps/user_webdavauth/l10n/zh_TW.php
@@ -1,4 +1,5 @@
<?php $TRANSLATIONS = array(
"WebDAV Authentication" => "WebDAV 認證",
-"URL: http://" => "網址:http://"
+"URL: http://" => "網址:http://",
+"ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ownCloud會將把用戶的證件發送到這個網址。這個插件會檢查回應,並把HTTP狀態代碼401和403視為無效證件和所有其他回應視為有效證件。"
);