dokuwiki-indexmenu-plugin – Rev 1

Subversion Repositories:
Rev:
<?php

/**
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * 
 * @author oott123 <ip.192.168.1.1@qq.com>
 * @author super_ZED <funing@renrentou.com>
 */
$lang['menu']                  = '索引菜单实用功能';
$lang['fetch']                 = '显示';
$lang['install']               = '安装';
$lang['delete']                = '删除';
$lang['check']                 = '检查';
$lang['no_repos']              = '没有配置主题库 URL。';
$lang['disabled']              = '禁用';
$lang['conn_err']              = '连接错误';
$lang['dir_err']               = '无法创建用于下载主题的临时文件夹';
$lang['down_err']              = '无法下载主题';
$lang['zip_err']               = 'zip 文件创建或解压错误';
$lang['install_ok']            = '主题安装成功。新的主题可以在工具栏或编辑页面中找到,或者使用<code>js#theme_name option</code>代码。';
$lang['install_no']            = '链接错误,但您可以<a href="http://samuele.netsons.org/dokuwiki/lib/plugins/indexmenu/upload/">在这里</a>手动上传你的主题。';
$lang['delete_ok']             = '主题成功删除。';
$lang['delete_no']             = '删除主题时出错';
$lang['upload']                = '分享';
$lang['checkupdates']          = '插件更新';
$lang['noupdates']             = 'Indexmenu 现在是最新版本,无需更新。';
$lang['infos']                 = '你可以自己创建自己的主题,参见<a href="https://www.dokuwiki.org/plugin:indexmenu#theme_tutorial">主题教程</a>页面。<br />
如果你将你的主题分享给其他人,会让更多人高兴的~请点击主题下面的“分享”将你的主题分享到公共主题库。';
$lang['showsort']              = 'Indexmenu 排序';
$lang['donation_text']         = 'Indexmenu 插件并未被任何人赞助,但是我在空闲时间一直在免费的开发和提供支持。如果你想感谢或者支持它的开发,你可以捐助我。';
$lang['js']['indexmenuwizard'] = 'Indexmenu 向导';
$lang['js']['options']         = '选项';
$lang['js']['navigation']      = '导航';
$lang['js']['sort']            = '排序';
$lang['js']['filter']          = '过滤器';
$lang['js']['performance']     = '表现';
$lang['js']['namespace']       = '命名空间';
$lang['js']['nsdepth']         = '深度';
$lang['js']['js']              = '树由JS渲染,你可以定义你自己的主题';
$lang['js']['theme']           = '主题';