From 011dae358fbf830e5a0d90622542cdbaeb5b84f7 Mon Sep 17 00:00:00 2001 From: Xiaodong Gu Date: Tue, 3 Feb 2009 20:26:49 +0100 Subject: Chinese language update Ignore-this: 751791b5c37807f4a4d7f79177162290 darcs-hash:20090203192649-7bfe7-f6c7a89ee4a142371f193ad60da91823e0901bfe.gz --- lib/plugins/plugin/lang/zh/lang.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/plugins/plugin/lang/zh/lang.php') diff --git a/lib/plugins/plugin/lang/zh/lang.php b/lib/plugins/plugin/lang/zh/lang.php index 78a7c9d62..3255d718d 100644 --- a/lib/plugins/plugin/lang/zh/lang.php +++ b/lib/plugins/plugin/lang/zh/lang.php @@ -5,6 +5,7 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * @author ZDYX * @author http://www.chinese-tools.com/tools/converter-tradsimp.html + * @author George Sheraton guxd@163.com */ $lang['menu'] = '插件管理器'; $lang['download'] = '下载并安装新的插件'; @@ -46,3 +47,7 @@ $lang['error_dircreate'] = '无法创建用于接收下载文件的'; $lang['error_decompress'] = '插件管理器无法解压下载的文件。这可能是由于下载出现错误,遇到这种情况,请您再次尝试;或者是压缩格式无法识别,遇到这种情况,您需要手动下载并安装该插件。'; $lang['error_copy'] = '尝试安装插件 %s 的相关文件时产生一个复制错误:磁盘空间已满或文件访问权限错误。这可能是由于一个安装了一部分的插件,并使得您的维基系统不稳定。'; $lang['error_delete'] = '尝试删除插件 %s 时产生一个错误。最有可能的情况是文件或路径的访问权限不够'; +$lang['enabled'] = '%s 插件开'; +$lang['notenabled'] = '%s插件打开失败,请检查文件权限。'; +$lang['disabled'] = '%s 插件关'; +$lang['notdisabled'] = '%s插件关闭失败,请检查文件权限。'; -- cgit v1.2.3