summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth/l10n/zh_CN.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-06-05 01:57:20 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-06-05 01:57:20 -0400
commitcb61d8a2265b3d623b676f0cd35f93921961f044 (patch)
tree8d2e98503630c377285b1e0a67d5237b4f540075 /apps/user_webdavauth/l10n/zh_CN.php
parent39eeb7def9cad026698d2b6a97bde8a8e1b34d50 (diff)
downloadnextcloud-server-cb61d8a2265b3d623b676f0cd35f93921961f044.tar.gz
nextcloud-server-cb61d8a2265b3d623b676f0cd35f93921961f044.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth/l10n/zh_CN.php')
-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 5e16945708e..c3ee68849b9 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 认证",
+"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 解释为非法身份,其他所有返回值为合法身份。"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";