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

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 1 Rev 4
1 <?php 1 <?php
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 * 5 *
6 * @author Samuele Tognini <samuele@samuele.netsons.org> 6 * @author Samuele Tognini <samuele@samuele.netsons.org>
7 * @author Gerrit Uitslag <klapinklapin@gmail.com> 7 * @author Gerrit Uitslag <klapinklapin@gmail.com>
8 */ 8 */
9 $lang['menu'] = 'Indexmenu Utilities'; 9 $lang['menu'] = 'Indexmenu Utilities';
10 $lang['fetch'] = 'Show'; 10 $lang['fetch'] = 'Show';
11 $lang['install'] = 'Install'; 11 $lang['install'] = 'Install';
12 $lang['delete'] = 'Delete'; 12 $lang['delete'] = 'Delete';
13 $lang['check'] = 'Check'; 13 $lang['check'] = 'Check';
14 $lang['no_repos'] = 'No theme repository url configured.'; 14 $lang['no_repos'] = 'No theme repository url configured.';
15 $lang['disabled'] = 'Disabled'; 15 $lang['disabled'] = 'Disabled';
16 $lang['conn_err'] = 'Connection error'; 16 $lang['conn_err'] = 'Connection error';
17 $lang['dir_err'] = 'Unable to create temporary folder to receive theme'; 17 $lang['dir_err'] = 'Unable to create temporary folder to receive theme';
18 $lang['down_err'] = 'Unable to receive theme'; 18 $lang['down_err'] = 'Unable to receive theme';
19 $lang['zip_err'] = 'Zip creation or extraction error'; 19 $lang['zip_err'] = 'Zip creation or extraction error';
20 $lang['install_ok'] = 'theme installed successfully. The new theme is avaiable in the toolbar of the edit page or with the <code>js#theme_name option</code>.'; 20 $lang['install_ok'] = 'theme installed successfully. The new theme is avaiable in the toolbar of the edit page or with the <code>js#theme_name option</code>.';
21 $lang['install_no'] = 'Connection error. However you can try to upload manually your theme from <a href="http://samuele.netsons.org/dokuwiki/lib/plugins/indexmenu/upload/">here</a>.'; 21 $lang['install_no'] = 'Connection error. However you can try to upload manually your theme from <a href="http://samuele.netsons.org/dokuwiki/lib/plugins/indexmenu/upload/">here</a>.';
22 $lang['delete_ok'] = 'Theme is successfully deleted.'; 22 $lang['delete_ok'] = 'Theme is successfully deleted.';
23 $lang['delete_no'] = 'An error occurred during theme deleting'; 23 $lang['delete_no'] = 'An error occurred during theme deleting';
24 $lang['upload'] = 'Share'; 24 $lang['upload'] = 'Share';
25 $lang['checkupdates'] = 'Plugin updates'; 25 $lang['checkupdates'] = 'Plugin updates';
26 $lang['noupdates'] = 'Indexmenu does not need to be update. You have already the last release:'; 26 $lang['noupdates'] = 'Indexmenu does not need to be update. You have already the last release:';
27 $lang['infos'] = 'You can create your theme following the instructions at the <a href="https://www.dokuwiki.org/plugin:indexmenu#theme_tutorial">Theme Tutorial</a> page. <br />Then you could make more people happy :-) sending it to the public indexmenu repository, with the "share" button under that theme.'; 27 $lang['infos'] = 'You can create your theme following the instructions at the <a href="https://www.dokuwiki.org/plugin:indexmenu#theme_tutorial">Theme Tutorial</a> page. <br />Then you could make more people happy :-) sending it to the public indexmenu repository, with the "share" button under that theme.';
28 $lang['showsort'] = 'Indexmenu sort number: '; 28 $lang['showsort'] = 'Indexmenu sort number: ';
29 $lang['donation_text'] = 'The indexmenu plugin is not sponsored by anyone but i develop and support it for free during my spare time. If you gain something thanks to it or you want to support its development, you can consider to make a donation.'; 29 $lang['donation_text'] = 'The indexmenu plugin is not sponsored by anyone but i develop and support it for free during my spare time. If you gain something thanks to it or you want to support its development, you can consider to make a donation.';
30 $lang['js']['indexmenuwizard'] = 'Indexmenu Wizard'; 30 $lang['js']['indexmenuwizard'] = 'Indexmenu Wizard';
31 $lang['js']['index'] = 'Index'; 31 $lang['js']['index'] = 'Index';
32 $lang['js']['options'] = 'Options'; 32 $lang['js']['options'] = 'Options';
33 $lang['js']['navigation'] = 'Navigation'; 33 $lang['js']['navigation'] = 'Navigation';
34 $lang['js']['sort'] = 'Sort'; 34 $lang['js']['sort'] = 'Sort';
35 $lang['js']['filter'] = 'Filter'; 35 $lang['js']['filter'] = 'Filter';
36 $lang['js']['performance'] = 'Performance'; 36 $lang['js']['performance'] = 'Performance';
37   37  
38 $lang['js']['namespace'] = 'Namespace'; 38 $lang['js']['namespace'] = 'Namespace';
39 $lang['js']['nsdepth'] = 'Depth'; 39 $lang['js']['nsdepth'] = 'Depth';
40 $lang['js']['js'] = 'Tree rendered by Javasript, you can define your own theme'; 40 $lang['js']['js'] = 'Tree rendered by Javasript, you can define your own theme';
41 $lang['js']['theme'] = 'Theme'; 41 $lang['js']['theme'] = 'Theme';
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';
53 $lang['js']['rsort'] = 'Reverse the sorting of pages'; 52 $lang['js']['rsort'] = 'Reverse the sorting of pages';
54 $lang['js']['nons'] = 'Show only pages'; 53 $lang['js']['nons'] = 'Show only pages';
55 $lang['js']['nopg'] = 'Show only namespaces'; 54 $lang['js']['nopg'] = 'Show only namespaces';
56 $lang['js']['max'] = 'How many levels to render with ajax when a node is opened. Additional are how many sublevels below that level are retrieved with AJAX instead of in one go. '; 55 $lang['js']['max'] = 'How many levels to render with ajax when a node is opened. Additional are how many sublevels below that level are retrieved with AJAX instead of in one go. ';
57 $lang['js']['maxjs'] = 'How many levels to render in the client browser when a node is opened'; 56 $lang['js']['maxjs'] = 'How many levels to render in the client browser when a node is opened';
58 $lang['js']['id'] = 'Self defined cookie id for this indexmenu'; 57 $lang['js']['id'] = 'Self defined cookie id for this indexmenu';
59 $lang['js']['insert'] = 'Insert indexmenu'; 58 $lang['js']['insert'] = 'Insert indexmenu';
60 $lang['js']['metanum'] = 'Meta number for sorting'; 59 $lang['js']['metanum'] = 'Meta number for sorting';
61 $lang['js']['insertmetanum'] = 'Insert metanumber'; 60 $lang['js']['insertmetanum'] = 'Insert metanumber';
62   61  
63 /* contextmenu.js */ 62 /* contextmenu.js */
64 $lang['js']['page'] = 'Page'; 63 $lang['js']['page'] = 'Page';
65 $lang['js']['revs'] = 'Revisions'; 64 $lang['js']['revs'] = 'Revisions';
66 $lang['js']['tocpreview'] = 'Toc preview'; 65 $lang['js']['tocpreview'] = 'Toc preview';
67 $lang['js']['editmode'] = 'Edit mode'; 66 $lang['js']['editmode'] = 'Edit mode';
68 $lang['js']['insertdwlink'] = 'Insert as DWlink'; 67 $lang['js']['insertdwlink'] = 'Insert as DWlink';
69 $lang['js']['insertdwlinktooltip'] = 'Insert the link of this page in the edit box at cursor position'; 68 $lang['js']['insertdwlinktooltip'] = 'Insert the link of this page in the edit box at cursor position';
70 $lang['js']['ns'] = 'Namespace'; 69 $lang['js']['ns'] = 'Namespace';
71 $lang['js']['search'] = 'Search ...'; 70 $lang['js']['search'] = 'Search ...';
72 $lang['js']['searchtooltip'] = 'Search for pages within this namespace'; 71 $lang['js']['searchtooltip'] = 'Search for pages within this namespace';
73 $lang['js']['create'] = 'Create'; 72 $lang['js']['create'] = 'Create';
74 $lang['js']['more'] = 'More'; 73 $lang['js']['more'] = 'More';
75 $lang['js']['headpage'] = 'Headpage'; 74 $lang['js']['headpage'] = 'Headpage';
76 $lang['js']['headpagetooltip'] = 'Create a new headpage under this page'; 75 $lang['js']['headpagetooltip'] = 'Create a new headpage under this page';
77 $lang['js']['startpage'] = 'Start page'; 76 $lang['js']['startpage'] = 'Start page';
78 $lang['js']['startpagetooltip'] = 'Create a new start page under this page'; 77 $lang['js']['startpagetooltip'] = 'Create a new start page under this page';
79 $lang['js']['custompage'] = 'Custom page...'; 78 $lang['js']['custompage'] = 'Custom page...';
80 $lang['js']['custompagetooltip'] = 'Create a new page (input the name via popup) under this page'; 79 $lang['js']['custompagetooltip'] = 'Create a new page (input the name via popup) under this page';
81 $lang['js']['acls'] = 'Acls'; 80 $lang['js']['acls'] = 'Acls';
82 $lang['js']['purgecache'] = 'Purge cache'; 81 $lang['js']['purgecache'] = 'Purge cache';
83 $lang['js']['exporthtml'] = 'Export as HTML'; 82 $lang['js']['exporthtml'] = 'Export as HTML';
84 $lang['js']['exporttext'] = 'Export as text'; 83 $lang['js']['exporttext'] = 'Export as text';
85 $lang['js']['headpagehere'] = 'Headpage here'; 84 $lang['js']['headpagehere'] = 'Headpage here';
86 $lang['js']['headpageheretooltip'] = 'Create a new headpage inside this namespace'; 85 $lang['js']['headpageheretooltip'] = 'Create a new headpage inside this namespace';
87 $lang['js']['newpage'] = 'New page...'; 86 $lang['js']['newpage'] = 'New page...';
88 $lang['js']['newpagetooltip'] = 'Create a new page (input the name via popup) inside this namespace'; 87 $lang['js']['newpagetooltip'] = 'Create a new page (input the name via popup) inside this namespace';
89 $lang['js']['newpagehere'] = 'New page here'; 88 $lang['js']['newpagehere'] = 'New page here';
90 $lang['js']['insertkeywords'] = 'Insert keyword(s) to search for within this namespace'; 89 $lang['js']['insertkeywords'] = 'Insert keyword(s) to search for within this namespace';
91 $lang['js']['insertpagename'] = 'Insert the pagename to create'; 90 $lang['js']['insertpagename'] = 'Insert the pagename to create';
92 $lang['js']['edit'] = 'Edit'; 91 $lang['js']['edit'] = 'Edit';
93 $lang['js']['loading'] = 'Loading...'; 92 $lang['js']['loading'] = 'Loading...';
94   93