aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-07-05 01:56:33 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-07-05 01:56:33 -0400
commit23e0ef6ed0966376c384ca31f42cef672bbfd7bb (patch)
tree58d96603f18745246880cb6e48bc33cde5f0c9ae /apps/user_webdavauth
parent8fbcca129102341cb957e18ab69f75f984fb43d1 (diff)
downloadnextcloud-server-23e0ef6ed0966376c384ca31f42cef672bbfd7bb.tar.gz
nextcloud-server-23e0ef6ed0966376c384ca31f42cef672bbfd7bb.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 c3ee68849b9..56569f1448b 100644
--- a/apps/user_webdavauth/l10n/zh_CN.php
+++ b/apps/user_webdavauth/l10n/zh_CN.php
@@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"WebDAV Authentication" => "WebDAV 认证",
+"Address:" => "地址:",
"Save" => "保存",
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "用户的身份将会被发送到此 URL。这个插件检查返回值并且将 HTTP 状态编码 401 和 403 解释为非法身份,其他所有返回值为合法身份。"
);