diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-02-12 09:05:05 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-02-12 09:05:05 +0100 |
commit | ba5dadc95a458f1ce06b6c61978acf9330c9f3d5 (patch) | |
tree | 06376fac0ee9355deed9d53ad128d44dfa299b9c /lib | |
parent | 76ec6b0ed2130a731913cb29e28886afae050b63 (diff) | |
parent | cbb4a6817d10faf5d8376e07a26e2030a2335d78 (diff) | |
download | rpg-ba5dadc95a458f1ce06b6c61978acf9330c9f3d5.tar.gz rpg-ba5dadc95a458f1ce06b6c61978acf9330c9f3d5.tar.bz2 |
Merge pull request #1031 from dokuwiki-translate/lang_update_1
Translation update (zh)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/plugins/authldap/lang/zh/settings.php | 3 | ||||
-rw-r--r-- | lib/plugins/extension/lang/zh/lang.php | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/zh/settings.php b/lib/plugins/authldap/lang/zh/settings.php index cdaf3dc64..d4ea5c615 100644 --- a/lib/plugins/authldap/lang/zh/settings.php +++ b/lib/plugins/authldap/lang/zh/settings.php @@ -26,3 +26,6 @@ $lang['deref_o_0'] = 'LDAP_DEREF_NEVER'; $lang['deref_o_1'] = 'LDAP_DEREF_SEARCHING'; $lang['deref_o_2'] = 'LDAP_DEREF_FINDING'; $lang['deref_o_3'] = 'LDAP_DEREF_ALWAYS'; +$lang['referrals_o_-1'] = '默认'; +$lang['referrals_o_0'] = '不要跟随参照(referral)'; +$lang['referrals_o_1'] = '跟随参照(referral)'; diff --git a/lib/plugins/extension/lang/zh/lang.php b/lib/plugins/extension/lang/zh/lang.php index 0264f3e9c..5ab3d77ba 100644 --- a/lib/plugins/extension/lang/zh/lang.php +++ b/lib/plugins/extension/lang/zh/lang.php @@ -65,6 +65,7 @@ $lang['status_bundled'] = '内建'; $lang['msg_enabled'] = '插件 %s 已启用'; $lang['msg_disabled'] = '插件 %s 已禁用'; $lang['msg_delete_success'] = '插件已经卸载'; +$lang['msg_delete_failed'] = '卸载扩展 %s 失败'; $lang['msg_template_install_success'] = '模板 %s 安装成功'; $lang['msg_template_update_success'] = '模板 %s 更新成功'; $lang['msg_plugin_install_success'] = '插件 %s 安装成功'; @@ -86,6 +87,8 @@ $lang['noperms'] = '扩展目录不可写'; $lang['notplperms'] = '模板目录不可写'; $lang['nopluginperms'] = '插件目录不可写'; $lang['git'] = '这个扩展是通过 git 安装的,您可能不想在这里升级它'; +$lang['auth'] = '这个认证插件没有在配置中启用,请考虑禁用它。'; $lang['install_url'] = '从 URL 安装:'; $lang['install_upload'] = '上传扩展:'; $lang['repo_error'] = '无法连接到插件仓库。请确定您的服务器可以连接 www.dokuwiki.org 并检查您的代理设置。'; +$lang['nossl'] = '您的 PHP 似乎没有 SSL 支持。很多 Dokuwiki 扩展将无法下载。'; |