summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-07-02 15:35:55 +0200
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-07-02 15:35:55 +0200
commitcec8384b1a07ea4e8f6ac8534636bd24d7019ae7 (patch)
tree9ebdd6f6e02d5d036de8d76dee29cd8d6650407c /apps/user_webdavauth
parent29dd7eda2de629024548ddef419f1d6991ae07a6 (diff)
downloadnextcloud-server-cec8384b1a07ea4e8f6ac8534636bd24d7019ae7.tar.gz
nextcloud-server-cec8384b1a07ea4e8f6ac8534636bd24d7019ae7.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r--apps/user_webdavauth/l10n/zh_CN.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/user_webdavauth/l10n/zh_CN.php b/apps/user_webdavauth/l10n/zh_CN.php
index 5a935f17125..ee4b88c6b49 100644
--- a/apps/user_webdavauth/l10n/zh_CN.php
+++ b/apps/user_webdavauth/l10n/zh_CN.php
@@ -1,4 +1,5 @@
<?php $TRANSLATIONS = array(
"WebDAV Authentication" => "WebDAV 认证",
+"URL: " => "地址:",
"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 将会发送用户的身份到此 URL。这个插件检查返回值并且将 HTTP 状态编码 401 和 403 解释为非法身份,其他所有返回值为合法身份。"
);