dokuwiki-indexmenu-plugin – Diff between revs 1 and 4

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 4
Line 1... Line 1...
1 <?php 1 <?php
Line 2... Line 2...
2   2  
3 /** 3 /**
4 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 4 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
-   5 *
-   6 * @author FENG.JIE <ahx@qq.com>
5 * 7 * @author lempel <riverlempel@hotmail.com>
6 * @author super_ZED <funing@renrentou.com> 8 * @author super_ZED <funing@renrentou.com>
-   9 */
-   10 $lang['checkupdate'] = '定期检查更新';
-   11 $lang['only_admins'] = '仅允许管理员使用indexmenu语法。
-   12 请注意,由非管理员用户编辑的页面将丢失所有包含的indexmenu导航树。';
-   13 $lang['hide_headpage'] = '隐藏标题';
-   14 $lang['skip_index'] = '要跳过的命名空间ID。使用正则表达式格式。例如:<code> /(sidebars | private:myns)/ </ code>';
-   15 $lang['skip_file'] = '要跳过的页面ID。使用正则表达式格式。示例<code> /(:: start $ | ^ public:newstart $)/ </ code>';
7 */ 16 $lang['show_sort'] = '显示给管理员索引菜单的排序号作为页面顶部的注释';
8 $lang['themes_url'] = '通过url地址下载这些js主题'; 17 $lang['themes_url'] = '通过url地址下载js主题';
-   18 $lang['be_repo'] = '让其他人通过你的网站下载主题';