summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/lang/zh/adminplugins.txt1
-rw-r--r--inc/lang/zh/lang.php23
-rw-r--r--lib/plugins/acl/lang/zh/lang.php1
-rw-r--r--lib/plugins/config/lang/zh/lang.php3
-rw-r--r--lib/plugins/plugin/lang/zh/lang.php1
-rw-r--r--lib/plugins/popularity/lang/zh/lang.php1
-rw-r--r--lib/plugins/revert/lang/zh/lang.php1
-rw-r--r--lib/plugins/usermanager/lang/zh/lang.php1
8 files changed, 30 insertions, 2 deletions
diff --git a/inc/lang/zh/adminplugins.txt b/inc/lang/zh/adminplugins.txt
new file mode 100644
index 000000000..66cee4509
--- /dev/null
+++ b/inc/lang/zh/adminplugins.txt
@@ -0,0 +1 @@
+===== 附加插件 ===== \ No newline at end of file
diff --git a/inc/lang/zh/lang.php b/inc/lang/zh/lang.php
index ffb759fde..45e4f8e34 100644
--- a/inc/lang/zh/lang.php
+++ b/inc/lang/zh/lang.php
@@ -8,6 +8,7 @@
* @author George Sheraton guxd@163.com
* @author Simon zhan <simonzhan@21cn.com>
* @author mr.jinyi@gmail.com
+ * @author ben <ben@livetom.com>
*/
$lang['encoding'] = 'utf-8';
$lang['direction'] = 'ltr';
@@ -50,6 +51,7 @@ $lang['btn_resendpwd'] = '发送新密码';
$lang['btn_draft'] = '编辑草稿';
$lang['btn_recover'] = '恢复草稿';
$lang['btn_draftdel'] = '删除草稿';
+$lang['btn_revert'] = '恢复';
$lang['loggedinas'] = '登录为';
$lang['user'] = '用户名';
$lang['pass'] = '密码';
@@ -88,6 +90,8 @@ $lang['resendpwdconfirm'] = '确认链接已经通过邮件发送给您了
$lang['resendpwdsuccess'] = '您的新密码已经通过邮件发送给您了。';
$lang['license'] = '除额外注明的地方外,本维基上的内容按下列许可协议发布:';
$lang['licenseok'] = '当您选择开始编辑本页,即寓示你同意将你贡献的内容按下列许可协议发布:';
+$lang['searchmedia'] = '查找文件名:';
+$lang['searchmedia_in'] = '在%s中查找';
$lang['txt_upload'] = '选择要上传的文件';
$lang['txt_filename'] = '上传并重命名为(可选)';
$lang['txt_overwrt'] = '覆盖已存在的同名文件';
@@ -112,10 +116,14 @@ $lang['deletefail'] = '无法删除“%s”- 请检查权限。';
$lang['mediainuse'] = '文件“%s”无法删除 - 它正被使用中。';
$lang['namespaces'] = '命名空间';
$lang['mediafiles'] = '可用的文件';
+$lang['js']['searchmedia'] = '查找文件';
$lang['js']['keepopen'] = '选中后不自动关闭窗口';
$lang['js']['hidedetails'] = '隐藏详细信息';
$lang['js']['nosmblinks'] = '连接到 Windows 共享功能只有在 IE 浏览器中才能正常使用。
但您仍能复制并粘贴该链接。';
+$lang['js']['linkwiz'] = '链接向导';
+$lang['js']['linkto'] = '链接到:';
+$lang['js']['del_confirm'] = '真的要删除选中的项目吗?';
$lang['js']['mu_btn'] = '一次上传了多个文件';
$lang['mediausage'] = '使用下列字符链接到该文件:';
$lang['mediaview'] = '查看该文件';
@@ -157,6 +165,11 @@ $lang['qb_h2'] = '标题 H2 ';
$lang['qb_h3'] = '标题 H3';
$lang['qb_h4'] = '标题 H4';
$lang['qb_h5'] = '标题 H5';
+$lang['qb_h'] = '标题';
+$lang['qb_hs'] = '选择标题';
+$lang['qb_hplus'] = '上级标题';
+$lang['qb_hminus'] = '下级标题';
+$lang['qb_hequal'] = '同级标题';
$lang['qb_link'] = '内部链接';
$lang['qb_extlink'] = '外部链接';
$lang['qb_hr'] = '水平线';
@@ -166,7 +179,7 @@ $lang['qb_media'] = '插入图像或其他文件';
$lang['qb_sig'] = '插入签名';
$lang['qb_smileys'] = '表情符号';
$lang['qb_chars'] = '特殊字符';
-$lang['js']['del_confirm'] = '真的要删除选中的项目吗?';
+$lang['upperns'] = '跳转到父级名空间';
$lang['admin_register'] = '添加新用户';
$lang['metaedit'] = '编辑元数据';
$lang['metasaveerr'] = '写入元数据失败';
@@ -227,4 +240,12 @@ $lang['mu_fail'] = '失败';
$lang['mu_authfail'] = '会话过期';
$lang['mu_progress'] = '@PCT@% 上传完成';
$lang['mu_filetypes'] = '允许的文件类型';
+$lang['mu_info'] = '文件已上传。';
$lang['recent_global'] = '您当前看到的是<b>%s</b> 名称空间的变动。你还可以在<a href="%s">查看整个维基的近期变动</a>。';
+$lang['years'] = '%d年前';
+$lang['months'] = '%d月前';
+$lang['weeks'] = '%d周前';
+$lang['days'] = '%d天前';
+$lang['hours'] = '%d小时前';
+$lang['minutes'] = '%d分钟前';
+$lang['seconds'] = '%d秒前';
diff --git a/lib/plugins/acl/lang/zh/lang.php b/lib/plugins/acl/lang/zh/lang.php
index 6ae32b01c..f9f924089 100644
--- a/lib/plugins/acl/lang/zh/lang.php
+++ b/lib/plugins/acl/lang/zh/lang.php
@@ -8,6 +8,7 @@
* @author George Sheraton guxd@163.com
* @author Simon zhan <simonzhan@21cn.com>
* @author mr.jinyi@gmail.com
+ * @author ben <ben@livetom.com>
*/
$lang['admin_acl'] = '访问控制列表(ACL)管理器';
$lang['acl_group'] = '组';
diff --git a/lib/plugins/config/lang/zh/lang.php b/lib/plugins/config/lang/zh/lang.php
index d5f8b653c..404cc706a 100644
--- a/lib/plugins/config/lang/zh/lang.php
+++ b/lib/plugins/config/lang/zh/lang.php
@@ -8,6 +8,7 @@
* @author George Sheraton guxd@163.com
* @author Simon zhan <simonzhan@21cn.com>
* @author mr.jinyi@gmail.com
+ * @author ben <ben@livetom.com>
*/
$lang['menu'] = '配置设置';
$lang['error'] = '由于非法参数,设置没有更新。请检查您做的改动并重新提交。
@@ -90,6 +91,7 @@ $lang['disableactions_other'] = '其他功能(用英文逗号分隔)';
$lang['sneaky_index'] = '默认情况下,DokuWiki 在索引页会显示所有 namespace。启用该选项能隐藏那些用户没有权限阅读的页面。但也可能将用户能够阅读的子页面一并隐藏。这有可能导致在特定 ACL 设置下,索引功能不可用。';
$lang['auth_security_timeout'] = '认证安全超时(秒)';
$lang['securecookie'] = '要让浏览器须以HTTPS方式传送在HTTPS会话中设置的cookies吗?请只在登录过程为SSL加密而浏览维基为明文的情况下打开此选项。';
+$lang['xmlrpc'] = '启用/禁用 XML-RPC 交互界面。';
$lang['updatecheck'] = '自动检查更新并接收安全警告吗?开启该功能后 DokuWiki 将自动访问 splitbrain.org。';
$lang['userewrite'] = '使用更整洁的 URL';
$lang['useslash'] = '在 URL 中使用斜杠作为命名空间的分隔符';
@@ -115,7 +117,6 @@ $lang['send404'] = '发送 "HTTP 404/页面没有找到" 错误信
$lang['sitemap'] = '生成 Google sitemap(天)';
$lang['broken_iua'] = 'ignore_user_abort 功能失效了?这有可能导致搜索索引不可用。IIS+PHP/CGI 已损坏。请参阅 <a href="http://bugs.splitbrain.org/?do=details&amp;task_id=852">Bug 852</a> 获取更多信息。';
$lang['xsendfile'] = '使用 X-Sendfile 头让服务器发送状态文件?您的服务器需要支持该功能。';
-$lang['xmlrpc'] = '启用/禁用 XML-RPC 交互界面。';
$lang['renderer_xhtml'] = '主维基页面 (xhtml) 输出使用的渲染';
$lang['renderer__core'] = '%s(DokuWiki 内核)';
$lang['renderer__plugin'] = '%s(插件)';
diff --git a/lib/plugins/plugin/lang/zh/lang.php b/lib/plugins/plugin/lang/zh/lang.php
index 3e269bb06..f53eca96a 100644
--- a/lib/plugins/plugin/lang/zh/lang.php
+++ b/lib/plugins/plugin/lang/zh/lang.php
@@ -8,6 +8,7 @@
* @author George Sheraton guxd@163.com
* @author Simon zhan <simonzhan@21cn.com>
* @author mr.jinyi@gmail.com
+ * @author ben <ben@livetom.com>
*/
$lang['menu'] = '插件管理器';
$lang['download'] = '下载并安装新的插件';
diff --git a/lib/plugins/popularity/lang/zh/lang.php b/lib/plugins/popularity/lang/zh/lang.php
index 88c410970..22fad03b2 100644
--- a/lib/plugins/popularity/lang/zh/lang.php
+++ b/lib/plugins/popularity/lang/zh/lang.php
@@ -7,6 +7,7 @@
* @author George Sheraton guxd@163.com
* @author Simon zhan <simonzhan@21cn.com>
* @author mr.jinyi@gmail.com
+ * @author ben <ben@livetom.com>
*/
$lang['name'] = '人气反馈(载入可能需要一些时间)';
$lang['submit'] = '发送数据';
diff --git a/lib/plugins/revert/lang/zh/lang.php b/lib/plugins/revert/lang/zh/lang.php
index 6241b712b..892cf2dbe 100644
--- a/lib/plugins/revert/lang/zh/lang.php
+++ b/lib/plugins/revert/lang/zh/lang.php
@@ -8,6 +8,7 @@
* @author George Sheraton guxd@163.com
* @author Simon zhan <simonzhan@21cn.com>
* @author mr.jinyi@gmail.com
+ * @author ben <ben@livetom.com>
*/
$lang['menu'] = '还原管理器';
$lang['filter'] = '搜索包含垃圾信息的页面';
diff --git a/lib/plugins/usermanager/lang/zh/lang.php b/lib/plugins/usermanager/lang/zh/lang.php
index 55044ce65..613826329 100644
--- a/lib/plugins/usermanager/lang/zh/lang.php
+++ b/lib/plugins/usermanager/lang/zh/lang.php
@@ -7,6 +7,7 @@
* @author George Sheraton guxd@163.com
* @author Simon zhan <simonzhan@21cn.com>
* @author mr.jinyi@gmail.com
+ * @author ben <ben@livetom.com>
*/
$lang['menu'] = '用户管理器';
$lang['noauth'] = '(用户认证不可用)';