dokuwiki-indexmenu-plugin – Blame information for rev 4

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 Samuele Tognini <samuele@samuele.netsons.org>
7 * @author Gerrit Uitslag <klapinklapin@gmail.com>
8 */
9 $lang['menu'] = 'Indexmenu Utilities';
10 $lang['fetch'] = 'Show';
11 $lang['install'] = 'Install';
12 $lang['delete'] = 'Delete';
13 $lang['check'] = 'Check';
14 $lang['no_repos'] = 'No theme repository url configured.';
15 $lang['disabled'] = 'Disabled';
16 $lang['conn_err'] = 'Connection error';
17 $lang['dir_err'] = 'Unable to create temporary folder to receive theme';
18 $lang['down_err'] = 'Unable to receive theme';
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>.';
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.';
23 $lang['delete_no'] = 'An error occurred during theme deleting';
24 $lang['upload'] = 'Share';
25 $lang['checkupdates'] = 'Plugin updates';
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.';
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.';
30 $lang['js']['indexmenuwizard'] = 'Indexmenu Wizard';
31 $lang['js']['index'] = 'Index';
32 $lang['js']['options'] = 'Options';
33 $lang['js']['navigation'] = 'Navigation';
34 $lang['js']['sort'] = 'Sort';
35 $lang['js']['filter'] = 'Filter';
36 $lang['js']['performance'] = 'Performance';
37  
38 $lang['js']['namespace'] = 'Namespace';
39 $lang['js']['nsdepth'] = 'Depth';
40 $lang['js']['js'] = 'Tree rendered by Javasript, you can define your own theme';
41 $lang['js']['theme'] = 'Theme';
42 $lang['js']['navbar'] = 'The tree opens at the current namespace';
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';
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';
47 $lang['js']['tsort'] = 'By title';
48 $lang['js']['dsort'] = 'By date';
49 $lang['js']['msort'] = 'By meta tag';
50 $lang['js']['nsort'] = 'Sort also namespaces';
51 $lang['js']['hsort'] = 'Sort headpage up';
52 $lang['js']['rsort'] = 'Reverse the sorting of pages';
53 $lang['js']['nons'] = 'Show only pages';
54 $lang['js']['nopg'] = 'Show only namespaces';
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. ';
56 $lang['js']['maxjs'] = 'How many levels to render in the client browser when a node is opened';
57 $lang['js']['id'] = 'Self defined cookie id for this indexmenu';
58 $lang['js']['insert'] = 'Insert indexmenu';
59 $lang['js']['metanum'] = 'Meta number for sorting';
60 $lang['js']['insertmetanum'] = 'Insert metanumber';
61  
62 /* contextmenu.js */
63 $lang['js']['page'] = 'Page';
64 $lang['js']['revs'] = 'Revisions';
65 $lang['js']['tocpreview'] = 'Toc preview';
66 $lang['js']['editmode'] = 'Edit mode';
67 $lang['js']['insertdwlink'] = 'Insert as DWlink';
68 $lang['js']['insertdwlinktooltip'] = 'Insert the link of this page in the edit box at cursor position';
69 $lang['js']['ns'] = 'Namespace';
70 $lang['js']['search'] = 'Search ...';
71 $lang['js']['searchtooltip'] = 'Search for pages within this namespace';
72 $lang['js']['create'] = 'Create';
73 $lang['js']['more'] = 'More';
74 $lang['js']['headpage'] = 'Headpage';
75 $lang['js']['headpagetooltip'] = 'Create a new headpage under this page';
76 $lang['js']['startpage'] = 'Start page';
77 $lang['js']['startpagetooltip'] = 'Create a new start page under this page';
78 $lang['js']['custompage'] = 'Custom page...';
79 $lang['js']['custompagetooltip'] = 'Create a new page (input the name via popup) under this page';
80 $lang['js']['acls'] = 'Acls';
81 $lang['js']['purgecache'] = 'Purge cache';
82 $lang['js']['exporthtml'] = 'Export as HTML';
83 $lang['js']['exporttext'] = 'Export as text';
84 $lang['js']['headpagehere'] = 'Headpage here';
85 $lang['js']['headpageheretooltip'] = 'Create a new headpage inside this namespace';
86 $lang['js']['newpage'] = 'New page...';
87 $lang['js']['newpagetooltip'] = 'Create a new page (input the name via popup) inside this namespace';
88 $lang['js']['newpagehere'] = 'New page here';
89 $lang['js']['insertkeywords'] = 'Insert keyword(s) to search for within this namespace';
90 $lang['js']['insertpagename'] = 'Insert the pagename to create';
91 $lang['js']['edit'] = 'Edit';
92 $lang['js']['loading'] = 'Loading...';