You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

93 lines
5.7 KiB

  1. <?php
  2. /**
  3. * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
  4. *
  5. * @author Samuele Tognini <samuele@samuele.netsons.org>
  6. * @author Gerrit Uitslag <klapinklapin@gmail.com>
  7. */
  8. $lang['menu'] = 'Indexmenu Utilities';
  9. $lang['fetch'] = 'Show';
  10. $lang['install'] = 'Install';
  11. $lang['delete'] = 'Delete';
  12. $lang['check'] = 'Check';
  13. $lang['no_repos'] = 'No theme repository url configured.';
  14. $lang['disabled'] = 'Disabled';
  15. $lang['conn_err'] = 'Connection error';
  16. $lang['dir_err'] = 'Unable to create temporary folder to receive theme';
  17. $lang['down_err'] = 'Unable to receive theme';
  18. $lang['zip_err'] = 'Zip creation or extraction error';
  19. $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_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['delete_ok'] = 'Theme is successfully deleted.';
  22. $lang['delete_no'] = 'An error occurred during theme deleting';
  23. $lang['upload'] = 'Share';
  24. $lang['checkupdates'] = 'Plugin updates';
  25. $lang['noupdates'] = 'Indexmenu does not need to be update. You have already the last release:';
  26. $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['showsort'] = 'Indexmenu sort number: ';
  28. $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['js']['indexmenuwizard'] = 'Indexmenu Wizard';
  30. $lang['js']['index'] = 'Index';
  31. $lang['js']['options'] = 'Options';
  32. $lang['js']['navigation'] = 'Navigation';
  33. $lang['js']['sort'] = 'Sort';
  34. $lang['js']['filter'] = 'Filter';
  35. $lang['js']['performance'] = 'Performance';
  36. $lang['js']['namespace'] = 'Namespace';
  37. $lang['js']['nsdepth'] = 'Depth';
  38. $lang['js']['js'] = 'Tree rendered by Javasript, you can define your own theme';
  39. $lang['js']['theme'] = 'Theme';
  40. $lang['js']['navbar'] = 'The tree opens at the current namespace';
  41. $lang['js']['context'] = 'Display the tree of the current wiki namespace context';
  42. $lang['js']['nocookie'] = 'Don\'t remember open/closed nodes during user navigation';
  43. $lang['js']['noscroll'] = 'Prevent to scrolling the tree when it does not fit its container width';
  44. $lang['js']['notoc'] = 'Disable the toc preview feature';
  45. $lang['js']['tsort'] = 'By title';
  46. $lang['js']['dsort'] = 'By date';
  47. $lang['js']['msort'] = 'By meta tag';
  48. $lang['js']['nsort'] = 'Sort also namespaces';
  49. $lang['js']['hsort'] = 'Sort headpage up';
  50. $lang['js']['rsort'] = 'Reverse the sorting of pages';
  51. $lang['js']['nons'] = 'Show only pages';
  52. $lang['js']['nopg'] = 'Show only namespaces';
  53. $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. ';
  54. $lang['js']['maxjs'] = 'How many levels to render in the client browser when a node is opened';
  55. $lang['js']['id'] = 'Self defined cookie id for this indexmenu';
  56. $lang['js']['insert'] = 'Insert indexmenu';
  57. $lang['js']['metanum'] = 'Meta number for sorting';
  58. $lang['js']['insertmetanum'] = 'Insert metanumber';
  59. /* contextmenu.js */
  60. $lang['js']['page'] = 'Page';
  61. $lang['js']['revs'] = 'Revisions';
  62. $lang['js']['tocpreview'] = 'Toc preview';
  63. $lang['js']['editmode'] = 'Edit mode';
  64. $lang['js']['insertdwlink'] = 'Insert as DWlink';
  65. $lang['js']['insertdwlinktooltip'] = 'Insert the link of this page in the edit box at cursor position';
  66. $lang['js']['ns'] = 'Namespace';
  67. $lang['js']['search'] = 'Search ...';
  68. $lang['js']['searchtooltip'] = 'Search for pages within this namespace';
  69. $lang['js']['create'] = 'Create';
  70. $lang['js']['more'] = 'More';
  71. $lang['js']['headpage'] = 'Headpage';
  72. $lang['js']['headpagetooltip'] = 'Create a new headpage under this page';
  73. $lang['js']['startpage'] = 'Start page';
  74. $lang['js']['startpagetooltip'] = 'Create a new start page under this page';
  75. $lang['js']['custompage'] = 'Custom page...';
  76. $lang['js']['custompagetooltip'] = 'Create a new page (input the name via popup) under this page';
  77. $lang['js']['acls'] = 'Acls';
  78. $lang['js']['purgecache'] = 'Purge cache';
  79. $lang['js']['exporthtml'] = 'Export as HTML';
  80. $lang['js']['exporttext'] = 'Export as text';
  81. $lang['js']['headpagehere'] = 'Headpage here';
  82. $lang['js']['headpageheretooltip'] = 'Create a new headpage inside this namespace';
  83. $lang['js']['newpage'] = 'New page...';
  84. $lang['js']['newpagetooltip'] = 'Create a new page (input the name via popup) inside this namespace';
  85. $lang['js']['newpagehere'] = 'New page here';
  86. $lang['js']['insertkeywords'] = 'Insert keyword(s) to search for within this namespace';
  87. $lang['js']['insertpagename'] = 'Insert the pagename to create';
  88. $lang['js']['edit'] = 'Edit';
  89. $lang['js']['loading'] = 'Loading...';