dokuwiki-indexmenu-plugin – Blame information for rev 1

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