diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-10-26 22:50:02 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-10-26 22:50:02 +0200 |
commit | 729c3d2ed88cf36d2ade93acc5695e81427b43c9 (patch) | |
tree | 00419ea2d54cc37740614f2cd772a7821ca2da05 /lib/plugins | |
parent | 51c546a917b3b8a24d1339fc16d8f2398a293ddf (diff) | |
download | rpg-729c3d2ed88cf36d2ade93acc5695e81427b43c9.tar.gz rpg-729c3d2ed88cf36d2ade93acc5695e81427b43c9.tar.bz2 |
Traditional Chinese update
darcs-hash:20061026205002-7ad00-70f2acf8203e01d1df93e77ce7d8bdb1f4ddac7b.gz
Diffstat (limited to 'lib/plugins')
-rw-r--r-- | lib/plugins/acl/lang/zh/intro.txt | 7 | ||||
-rw-r--r-- | lib/plugins/acl/lang/zh/lang.php | 22 | ||||
-rw-r--r-- | lib/plugins/config/lang/zh/intro.txt | 12 | ||||
-rw-r--r-- | lib/plugins/config/lang/zh/lang.php | 181 | ||||
-rw-r--r-- | lib/plugins/plugin/lang/zh/admin_plugin.txt | 6 | ||||
-rw-r--r-- | lib/plugins/plugin/lang/zh/lang.php | 72 | ||||
-rw-r--r-- | lib/plugins/usermanager/lang/zh/add.txt | 1 | ||||
-rw-r--r-- | lib/plugins/usermanager/lang/zh/delete.txt | 1 | ||||
-rw-r--r-- | lib/plugins/usermanager/lang/zh/edit.txt | 1 | ||||
-rw-r--r-- | lib/plugins/usermanager/lang/zh/intro.txt | 1 | ||||
-rw-r--r-- | lib/plugins/usermanager/lang/zh/lang.php | 57 | ||||
-rw-r--r-- | lib/plugins/usermanager/lang/zh/list.txt | 1 |
12 files changed, 362 insertions, 0 deletions
diff --git a/lib/plugins/acl/lang/zh/intro.txt b/lib/plugins/acl/lang/zh/intro.txt new file mode 100644 index 000000000..78ce9d8cc --- /dev/null +++ b/lib/plugins/acl/lang/zh/intro.txt @@ -0,0 +1,7 @@ +====== 访问控制列表(ACL)管理器 ====== + +本页中您能够添加或移除当前页面或其在所有 [[doku>wiki:namespaces|命名空间]] 中的相关访问权限。 +您应该先阅读 [[doku>wiki:acl|ACL 的官方文档]] 以理解访问控制是如何实现的。 + +本页显示了针对当前页面的所有访问权限。针对其他页面的权限并没有显示 -- 要编辑其他页面的访问权限,请先 [[this>doku.php?do=index|浏览]] 相关页面,然后再更改 ACL 权限控制。 + diff --git a/lib/plugins/acl/lang/zh/lang.php b/lib/plugins/acl/lang/zh/lang.php new file mode 100644 index 000000000..baf4f48fc --- /dev/null +++ b/lib/plugins/acl/lang/zh/lang.php @@ -0,0 +1,22 @@ +<?php +/** + * Chinese(Simplified) language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * @author ZDYX <zhangduyixiong@gmail.com> + */ + +$lang['admin_acl'] = '访问控制列表(ACL)管理器'; +$lang['acl_group'] = '组'; +$lang['acl_user'] = '用户'; +$lang['acl_perms'] = '许可给'; +$lang['page'] = '页面'; +$lang['namespace'] = '命名空间'; + +$lang['acl_perm1'] = '读取'; +$lang['acl_perm2'] = '编辑'; +$lang['acl_perm4'] = '创建'; +$lang['acl_perm8'] = '上传'; +$lang['acl_perm16'] = '删除'; +$lang['acl_new'] = '添加新条目'; +//Setup VIM: ex: et ts=2 enc=utf-8 : diff --git a/lib/plugins/config/lang/zh/intro.txt b/lib/plugins/config/lang/zh/intro.txt new file mode 100644 index 000000000..fb9660ea1 --- /dev/null +++ b/lib/plugins/config/lang/zh/intro.txt @@ -0,0 +1,12 @@ +====== 配置管理器 ====== + +使用本页中的内容来控制您的 Dokuwiki 设置。 +每个单独设置的相关信息请参阅 [[doku>wiki:config]]。 +配置管理器的更多信息请参阅 [[doku>plugin:config]]。 + +淡红色背景的项目被保护,不能通过这个管理器更改。 +蓝色背景的项目是系统的默认值,白色背景的项目是您作出更改的项目。蓝色和白色的设置项目都可以更改。 + +离开本页之前不要忘记点击最后的 **保存** 按钮,否则您做的修改不会生效。 + + diff --git a/lib/plugins/config/lang/zh/lang.php b/lib/plugins/config/lang/zh/lang.php new file mode 100644 index 000000000..a4db92024 --- /dev/null +++ b/lib/plugins/config/lang/zh/lang.php @@ -0,0 +1,181 @@ +<?php +/** + * Chinese(Simplified) language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * @author ZDYX <zhangduyixiong@gmail.com> + */ + +// for admin plugins, the menu prompt to be displayed in the admin menu +// if set here, the plugin doesn't need to override the getMenuText() method +$lang['menu'] = '配置设置'; + +$lang['error'] = '由于非法参数,设置没有更新。请检查您做的改动并重新提交。 + <br />非法参数会用红框包围显示。'; +$lang['updated'] = '设置更新成功。'; +$lang['nochoice'] = '(没有其他可用选项)'; +$lang['locked'] = '设置文件无法更新。如果这是您没有意料到的,<br /> + 请确保本地设置文件的名称和权限设置正确。'; + +/* --- Config Setting Headers --- */ +$lang['_configuration_manager'] = '配置管理器'; //same as heading in intro.txt +$lang['_header_dokuwiki'] = 'DokuWiki 设置'; +$lang['_header_plugin'] = '插件设置'; +$lang['_header_template'] = '模板设置'; +$lang['_header_undefined'] = '其他设置'; + +/* --- Config Setting Groups --- */ +$lang['_basic'] = '基本设置'; +$lang['_display'] = '显示设置'; +$lang['_authentication'] = '认证设置'; +$lang['_anti_spam'] = '反垃圾邮件/评论设置'; +$lang['_editing'] = '编辑设置'; +$lang['_links'] = '链接设置'; +$lang['_media'] = '媒体设置'; +$lang['_advanced'] = '高级设置'; +$lang['_network'] = '网络设置'; +// The settings group name for plugins and templates can be set with +// plugin_settings_name and template_settings_name respectively. If one +// of these lang properties is not set, the group name will be generated +// from the plugin or template name and the localized suffix. +$lang['_plugin_sufix'] = '插件设置'; +$lang['_template_sufix'] = '模板设置'; + +/* --- Undefined Setting Messages --- */ +$lang['_msg_setting_undefined'] = '设置的元数据不存在。'; +$lang['_msg_setting_no_class'] = '设置的分类不存在。'; +$lang['_msg_setting_no_default'] = '设置的默认值不存在。'; + +/* -------------------- Config Options --------------------------- */ + +$lang['fmode'] = '文件的创建模式'; +$lang['dmode'] = '文件夹的创建模式'; +$lang['lang'] = '语言'; +$lang['basedir'] = '根目录'; +$lang['baseurl'] = '根路径(URL)'; +$lang['savedir'] = '保存数据的目录'; +$lang['start'] = '开始页面的名称'; +$lang['title'] = '维基站点的标题'; +$lang['template'] = '模版'; +$lang['fullpath'] = '在页面底部显示完整路径'; +$lang['recent'] = '最近更新'; +$lang['breadcrumbs'] = '显示“足迹”的数量'; +$lang['youarehere'] = '显示“您在这里”'; +$lang['typography'] = '进行字符替换'; +$lang['htmlok'] = '允许嵌入式 HTML'; +$lang['phpok'] = '允许嵌入式 PHP'; +$lang['dformat'] = '日期格式(参见 PHP 的 <a href="http://www.php.net/date">date</a> 功能)'; +$lang['signature'] = '签名样式'; +$lang['toptoclevel'] = '目录的最顶层'; +$lang['maxtoclevel'] = '目录的最多层次'; +$lang['maxseclevel'] = '段落编辑的最多层次'; +$lang['camelcase'] = '对链接使用 CamelCase'; +$lang['deaccent'] = '清理页面名称'; +$lang['useheading'] = '使用“标题 H1”作为页面名称'; +$lang['refcheck'] = '检查媒体与页面的挂钩情况'; +$lang['refshow'] = '显示媒体与页面挂钩情况的数量'; +$lang['allowdebug'] = '允许调试 <b>如果您不需要调试,请勿勾选!</b>'; + +$lang['usewordblock']= '根据 wordlist 阻止垃圾评论'; +$lang['indexdelay'] = '构建索引前的时间延滞(秒)'; +$lang['relnofollow'] = '对外部链接使用 rel="nofollow" 标签'; +$lang['mailguard'] = '弄乱邮件地址(保护用户的邮件地址)'; + +/* Authentication Options */ +$lang['useacl'] = '使用访问控制列表(ACL)'; +$lang['autopasswd'] = '自动生成密码'; +$lang['authtype'] = '认证后台管理方式'; +$lang['passcrypt'] = '密码加密方法'; +$lang['defaultgroup']= '默认的组'; +$lang['superuser'] = '超级用户'; +$lang['profileconfirm'] = '更新个人信息时需要输入当前密码'; +$lang['disableactions'] = '停用 DokuWiki 功能'; +$lang['disableactions_check'] = '检查'; +$lang['disableactions_subscription'] = '订阅/退订'; +$lang['disableactions_wikicode'] = '查看源文件/导出源文件'; +$lang['disableactions_other'] = '其他功能(用英文逗号分隔)'; + +/* Advanced Options */ +$lang['updatecheck'] = '自动检查更新并接收安全警告吗?开启该功能后 DokuWiki 将自动访问 splitbrain.org。'; +$lang['userewrite'] = '使用更整洁的 URL'; +$lang['useslash'] = '在 URL 中使用斜杠作为命名空间的分隔符'; +$lang['usedraft'] = '编辑时自动保存一份草稿'; +$lang['sepchar'] = '页面名称中的单词分隔符'; +$lang['canonical'] = '使用完全标准的 URL'; +$lang['autoplural'] = '在链接中检查多种格式'; +$lang['compression'] = 'attic 文件的压缩方式'; +$lang['cachetime'] = '缓存的最长时间(秒)'; +$lang['locktime'] = '独有编辑权/文件锁定的最长时间(秒)'; +$lang['fetchsize'] = 'fetch.php 能从外部下载的最大文件大小(字节)'; +$lang['notify'] = '发送更改通知给这个邮件地址'; +$lang['registernotify'] = '发送新注册用户的信息给这个邮件地址'; +$lang['mailfrom'] = '自动发送邮件时使用的邮件地址'; +$lang['gzip_output'] = '对 xhtml 使用 gzip 内容编码'; +$lang['gdlib'] = 'GD 库版本'; +$lang['im_convert'] = 'ImageMagick 转换工具的路径'; +$lang['jpg_quality'] = 'JPG 压缩质量(0-100)'; +$lang['spellchecker']= '启用拼写检查'; +$lang['subscribers'] = '启用页面订阅支持'; +$lang['compress'] = '使 CSS 和 javascript 输出更紧密'; +$lang['hidepages'] = '隐藏匹配的界面(正则表达式)'; +$lang['send404'] = '发送 "HTTP 404/页面没有找到" 错误信息给不存在的页面'; +$lang['sitemap'] = '生成 Google sitemap(天)'; + +$lang['rss_type'] = 'XML feed 类型'; +$lang['rss_linkto'] = 'XML feed 链接到'; +$lang['rss_update'] = 'XML feed 升级间隔(秒)'; +$lang['recent_days'] = '保留多少天的最近更改(天)'; + +/* Target options */ +$lang['target____wiki'] = '内部链接的目标窗口'; +$lang['target____interwiki'] = 'Interwiki 链接的目标窗口'; +$lang['target____extern'] = '外部链接的目标窗口'; +$lang['target____media'] = '媒体文件链接的目标窗口'; +$lang['target____windows'] = 'Windows 链接的目标窗口'; + +/* Proxy Options */ +$lang['proxy____host'] = '代理服务器的名称'; +$lang['proxy____port'] = '代理服务器的端口'; +$lang['proxy____user'] = '代理服务器的用户名'; +$lang['proxy____pass'] = '代理服务器的密码'; +$lang['proxy____ssl'] = '使用 SSL 连接到代理服务器'; + +/* Safemode Hack */ +$lang['safemodehack'] = '启用 Safemode Hack'; +$lang['ftp____host'] = 'Safemode Hack 的 FTP 服务器'; +$lang['ftp____port'] = 'Safemode Hack 的 FTP 端口'; +$lang['ftp____user'] = 'Safemode Hack 的 FTP 用户名'; +$lang['ftp____pass'] = 'Safemode Hack 的 FTP 密码'; +$lang['ftp____root'] = 'Safemode Hack 的 FTP 根路径'; + +/* userewrite options */ +$lang['userewrite_o_0'] = '无'; +$lang['userewrite_o_1'] = '.htaccess'; +$lang['userewrite_o_2'] = 'DokuWiki 内部控制'; + +/* deaccent options */ +$lang['deaccent_o_0'] = '关闭'; +$lang['deaccent_o_1'] = '移除重音符号'; +$lang['deaccent_o_2'] = 'romanize'; + +/* gdlib options */ +$lang['gdlib_o_0'] = 'GD 库不可用'; +$lang['gdlib_o_1'] = '1.x 版'; +$lang['gdlib_o_2'] = '自动检测'; + +/* rss_type options */ +$lang['rss_type_o_rss'] = 'RSS 0.91'; +$lang['rss_type_o_rss1'] = 'RSS 1.0'; +$lang['rss_type_o_rss2'] = 'RSS 2.0'; +$lang['rss_type_o_atom'] = 'Atom 0.3'; + +/* rss_linkto options */ +$lang['rss_linkto_o_diff'] = '差别查看'; +$lang['rss_linkto_o_page'] = '已修订的页面'; +$lang['rss_linkto_o_rev'] = '修订列表'; +$lang['rss_linkto_o_current'] = '当前页面'; + +/* compression options */ +$lang['compression_o_0'] = '无'; +$lang['compression_o_gz'] = 'gzip'; +$lang['compression_o_bz2'] = 'bz2'; diff --git a/lib/plugins/plugin/lang/zh/admin_plugin.txt b/lib/plugins/plugin/lang/zh/admin_plugin.txt new file mode 100644 index 000000000..c01e80719 --- /dev/null +++ b/lib/plugins/plugin/lang/zh/admin_plugin.txt @@ -0,0 +1,6 @@ +====== 插件管理器 ====== + +本页中您可以管理与 Dokuwiki [[doku>wiki:plugins|插件]] 相关的选项。 +要通过插件管理器正常下载并安装插件,插件所在的文件夹必须可写。 + + diff --git a/lib/plugins/plugin/lang/zh/lang.php b/lib/plugins/plugin/lang/zh/lang.php new file mode 100644 index 000000000..8c230b8fd --- /dev/null +++ b/lib/plugins/plugin/lang/zh/lang.php @@ -0,0 +1,72 @@ +<?php +/** + * english language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * @author ZDYX <zhangduyixiong@gmail.com> + */ + +$lang['menu'] = '插件管理器'; + +// custom language strings for the plugin +$lang['download'] = "下载并安装新的插件"; +$lang['manage'] = "已安装的插件"; + +$lang['btn_info'] = '信息'; +$lang['btn_update'] = '升级'; +$lang['btn_delete'] = '删除'; +$lang['btn_settings'] = '设置'; +$lang['btn_download'] = '下载'; +$lang['btn_enable'] = '保存'; + +$lang['url'] = 'URL'; + +$lang['installed'] = '已安装:'; +$lang['lastupdate'] = '最后更新于:'; +$lang['source'] = '来源:'; +$lang['unknown'] = '未知'; + +// ..ing = header message +// ..ed = success message + +$lang['updating'] = '正在升级...'; +$lang['updated'] = '插件 %s 升级成功'; +$lang['updates'] = '下列插件升级成功:'; +$lang['update_none'] = '未找到更新。'; + +$lang['deleting'] = '正在删除...'; +$lang['deleted'] = '插件 %s 已删除'; + +$lang['downloading'] = '正在下载...'; +$lang['downloaded'] = '插件 %s 安装成功'; +$lang['downloads'] = '下列插件安装成功:'; +$lang['download_none'] = '未找到插件,或下载和安装过程中出现了未知错误。'; + +// info titles +$lang['plugin'] = '插件:'; +$lang['components'] = '组件'; +$lang['noinfo'] = '该插件没有任何信息,有可能是无效插件。'; +$lang['name'] = '名称:'; +$lang['date'] = '日期:'; +$lang['type'] = '类别:'; +$lang['desc'] = '描述:'; +$lang['author'] = '作者:'; +$lang['www'] = '网址:'; + +// error messages +$lang['error'] = '产生了未知错误。'; +$lang['error_download'] = '无法下载插件:%s'; +$lang['error_badurl'] = 'URL 可能有问题 - 从 URL 中无法得知文件名'; +$lang['error_dircreate'] = '无法创建用于接收下载文件的'; +$lang['error_decompress'] = '插件管理器无法解压下载的文件。'. + '这可能是由于下载出现错误,遇到这种情况,请您再次尝试;'. + '或者是压缩格式无法识别,遇到这种情况,您需要'. + '手动下载并安装该插件。'; +$lang['error_copy'] = '尝试安装插件 <em>%s</em> 的相关文件时产生一个复制错误:'. + '磁盘空间已满或文件访问权限错误。'. + '这可能是由于一个安装了一部分的插件,并使得您的维基系统'. + '不稳定。'; +$lang['error_delete'] = '尝试删除插件 <em>%s</em> 时产生一个错误。'. + '最有可能的情况是文件或路径的访问权限不够'; + +//Setup VIM: ex: et ts=4 enc=utf-8 : diff --git a/lib/plugins/usermanager/lang/zh/add.txt b/lib/plugins/usermanager/lang/zh/add.txt new file mode 100644 index 000000000..fd3b1e581 --- /dev/null +++ b/lib/plugins/usermanager/lang/zh/add.txt @@ -0,0 +1 @@ +===== 添加用户 ===== diff --git a/lib/plugins/usermanager/lang/zh/delete.txt b/lib/plugins/usermanager/lang/zh/delete.txt new file mode 100644 index 000000000..dc6b7fcc7 --- /dev/null +++ b/lib/plugins/usermanager/lang/zh/delete.txt @@ -0,0 +1 @@ +===== 删除用户 ===== diff --git a/lib/plugins/usermanager/lang/zh/edit.txt b/lib/plugins/usermanager/lang/zh/edit.txt new file mode 100644 index 000000000..83b72dff7 --- /dev/null +++ b/lib/plugins/usermanager/lang/zh/edit.txt @@ -0,0 +1 @@ +===== 编辑用户 ===== diff --git a/lib/plugins/usermanager/lang/zh/intro.txt b/lib/plugins/usermanager/lang/zh/intro.txt new file mode 100644 index 000000000..5f254be72 --- /dev/null +++ b/lib/plugins/usermanager/lang/zh/intro.txt @@ -0,0 +1 @@ +====== 用户管理器 ====== diff --git a/lib/plugins/usermanager/lang/zh/lang.php b/lib/plugins/usermanager/lang/zh/lang.php new file mode 100644 index 000000000..6b50aa705 --- /dev/null +++ b/lib/plugins/usermanager/lang/zh/lang.php @@ -0,0 +1,57 @@ +<?php +/** + * English language file + * + * @author ZDYX <zhangduyixiong@gmail.com> + */ + +$lang['menu'] = '用户管理器'; + +// custom language strings for the plugin +$lang['noauth'] = '(用户认证不可用)'; +$lang['nosupport'] = '(用户管理不支持)'; + +$lang['badauth'] = '非法的认证结构'; // should never be displayed! + +$lang['user_id'] = '用户名'; +$lang['user_pass'] = '密码'; +$lang['user_name'] = '真实姓名'; +$lang['user_mail'] = 'Email'; +$lang['user_groups'] = '组 *'; + +$lang['field'] = '栏目'; +$lang['value'] = '值'; +$lang['add'] = '添加'; +$lang['delete'] = '删除'; +$lang['delete_selected'] = '删除选中的'; +$lang['edit'] = '编辑'; +$lang['edit_prompt'] = '编辑该用户'; +$lang['modify'] = '保存更改'; +$lang['search'] = '搜索'; +$lang['search_prompt'] = '进行搜索'; +$lang['clear'] = '重置搜索过滤器'; +$lang['filter'] = '过滤器'; + +$lang['summary'] = '找到 %3$d 名用户,显示其中第 %1$d 至 %2$d 位用户。数据库中共有 %4$d 名用户。'; +$lang['nonefound'] = '没有找到用户。数据库中共有 %d 名用户。'; +$lang['delete_ok'] = '用户 %d 已删除'; +$lang['delete_fail'] = '用户 %d 删除失败。'; +$lang['update_ok'] = '用户更新成功'; +$lang['update_fail'] = '用户更新失败'; +$lang['update_exists'] = '用户名更改失败,您指定的用户名(%s)已存在(其他更改将立即生效)。'; + +$lang['start'] = '第一页'; +$lang['prev'] = '前一页'; +$lang['next'] = '后一页'; +$lang['last'] = '最后一页'; + +// added after 2006-03-09 release +$lang['edit_usermissing'] = '您指定的用户没有找到,可能用户已被删除或用户名已更改。'; +$lang['user_notify'] = '通知用户'; +$lang['note_notify'] = '通知邮件只有在用户获得新密码时才会发送。'; +$lang['note_group'] = '* 如果没有指定组,新用户将被添加到默认的组(%s)中。'; +$lang['add_ok'] = '用户添加成功'; +$lang['add_fail'] = '用户添加失败'; +$lang['notify_ok'] = '通知邮件已发送'; +$lang['notify_fail'] = '通知邮件无法发送'; + diff --git a/lib/plugins/usermanager/lang/zh/list.txt b/lib/plugins/usermanager/lang/zh/list.txt new file mode 100644 index 000000000..e62a85bd0 --- /dev/null +++ b/lib/plugins/usermanager/lang/zh/list.txt @@ -0,0 +1 @@ +===== 用户列表 ===== |