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

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 4
Line 42... Line 42...
42 $lang['js']['navbar'] = 'The tree opens at the current namespace'; 42 $lang['js']['navbar'] = 'The tree opens at the current namespace';
43 $lang['js']['context'] = 'Display the tree of the current wiki namespace context'; 43 $lang['js']['context'] = 'Display the tree of the current wiki namespace context';
44 $lang['js']['nocookie'] = 'Don\'t remember open/closed nodes during user navigation'; 44 $lang['js']['nocookie'] = 'Don\'t remember open/closed nodes during user navigation';
45 $lang['js']['noscroll'] = 'Prevent to scrolling the tree when it does not fit its container width'; 45 $lang['js']['noscroll'] = 'Prevent to scrolling the tree when it does not fit its container width';
46 $lang['js']['notoc'] = 'Disable the toc preview feature'; 46 $lang['js']['notoc'] = 'Disable the toc preview feature';
47 $lang['js']['scorespace'] = 'Replace underscores with space'; -  
48 $lang['js']['tsort'] = 'By title'; 47 $lang['js']['tsort'] = 'By title';
49 $lang['js']['dsort'] = 'By date'; 48 $lang['js']['dsort'] = 'By date';
50 $lang['js']['msort'] = 'By meta tag'; 49 $lang['js']['msort'] = 'By meta tag';
51 $lang['js']['nsort'] = 'Sort also namespaces'; 50 $lang['js']['nsort'] = 'Sort also namespaces';
52 $lang['js']['hsort'] = 'Sort headpage up'; 51 $lang['js']['hsort'] = 'Sort headpage up';