summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-09-27 12:07:30 +0200
committerAndreas Gohr <andi@splitbrain.org>2014-09-27 12:07:30 +0200
commite037e428351f86cec1f908ab32cf8a94e5ac14cb (patch)
tree4f8746c14d4898d2bbb577ea686f139fca855cc0
parent7b950f2d59050052c1d9251b0bd9bd40c7441040 (diff)
parent73b19ad11560bb0d17e4cbffb3da0853cf0ca286 (diff)
downloadrpg-e037e428351f86cec1f908ab32cf8a94e5ac14cb.tar.gz
rpg-e037e428351f86cec1f908ab32cf8a94e5ac14cb.tar.bz2
Merge pull request #870 from dokuwiki-translate/lang_update_46
Translation update (zh)
-rw-r--r--inc/lang/zh/lang.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/lang/zh/lang.php b/inc/lang/zh/lang.php
index c8a76b66b..797a9b7a1 100644
--- a/inc/lang/zh/lang.php
+++ b/inc/lang/zh/lang.php
@@ -23,6 +23,7 @@
* @author Cupen <Cupenoruler@foxmail.com>
* @author xiqingongzi <Xiqingongzi@Gmail.com>
* @author qinghao <qingxianhao@gmail.com>
+ * @author Yuwei Sun <yuwei@hrz.tu-chemnitz.de>
*/
$lang['encoding'] = 'utf-8';
$lang['direction'] = 'ltr';
@@ -302,6 +303,7 @@ $lang['i_modified'] = '由于安全上的考虑,该脚本只能用
<a href="http://dokuwiki.org/install">Dokuwiki 安装指南</a>';
$lang['i_funcna'] = 'PHP 功能 <code>%s</code> 无法使用。也许您的服务器提供商因为某些原因禁用了它。';
$lang['i_phpver'] = '您的 PHP 版本 <code>%s</code> 低于最低要求的 <code>%s</code>。您需要升级您的 PHP 版本。';
+$lang['i_mbfuncoverload'] = '为了运行DocuWiki,您必须在php.ini中禁用mbstring.func_overload。';
$lang['i_permfail'] = 'DokuWiki 无法写入 <code>%s</code>。您需要修改该路径的权限设定!';
$lang['i_confexists'] = '<code>%s</code> 已经存在';
$lang['i_writeerr'] = '无法创建 <code>%s</code>。您需要检查该路径/文件的权限设定并手动创建该文件。';