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.
 
 
 
 
 

85 lines
4.2 KiB

  1. <?php
  2. /**
  3. * English language for the Config Manager
  4. *
  5. * If your language is not/only partially translated or you found an error/typo,
  6. * have a look at the following files:
  7. * - /lib/tpl/vector/lang/<your lang>/lang.php
  8. * - /lib/tpl/vector/lang/<your lang>/settings.php
  9. * If they are not existing, copy and translate the English ones (hint: looking
  10. * at <http://[your lang].wikipedia.org> might be helpful).
  11. *
  12. * Don't forget to mail your translation to ARSAVA <dokuwiki@dev.arsava.com>.
  13. * Thanks! :-D
  14. *
  15. *
  16. * LICENSE: This file is open source software (OSS) and may be copied under
  17. * certain conditions. See COPYING file for details or try to contact
  18. * the author(s) of this file in doubt.
  19. *
  20. * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html)
  21. * @author ARSAVA <dokuwiki@dev.arsava.com>
  22. * @link https://www.dokuwiki.org/template:vector
  23. * @link https://www.dokuwiki.org/config:lang
  24. * @link https://www.dokuwiki.org/devel:configuration
  25. */
  26. //check if we are running within the DokuWiki environment
  27. if (!defined("DOKU_INC")){
  28. die();
  29. }
  30. //user pages
  31. $lang["vector_userpage"] = "Use User pages?";
  32. $lang["vector_userpage_ns"] = "If yes, use following ':namespace:' as root for user pages:";
  33. //discussion pages
  34. $lang["vector_discuss"] = "Use discussion tabs/sites?";
  35. $lang["vector_discuss_ns"] = "If yes, use following ':namespace:' as root for discussions:";
  36. //site notice
  37. $lang["vector_sitenotice"] = "Show site wide notice?";
  38. $lang["vector_sitenotice_location"] = "If yes, use following wiki page for the site wide notice:";
  39. $lang["vector_sitenotice_translate"] = "If yes and <a href=\"https://www.dokuwiki.org/plugin:translation\">Translation plugin</a> available: load language specific site wide notice?<br />The wiki page of the translated site notice(s) is [value of 'vector_sitenotice_location']_[iso lang code] (e.g. ':wiki:site_notice_de').";
  40. //navigation
  41. $lang["vector_navigation"] = "Show navigation?";
  42. $lang["vector_navigation_location"] = "If yes, use following wiki page as navigation:";
  43. $lang["vector_navigation_translate"] = "If yes and <a href=\"https://www.dokuwiki.org/plugin:translation\">Translation plugin</a> available: load language specific navigation?<br />The wiki page of the translated navigation(s) is [value of 'vector_navigation_location']_[iso lang code] (e.g. ':wiki:navigation_de').";
  44. //exportbox ("print/export")
  45. $lang["vector_exportbox"] = "Show 'print/export' box?";
  46. $lang["vector_exportbox_default"] = "If yes, use default 'print/export' box?";
  47. $lang["vector_exportbox_location"] = "If not default, use following wiki page as 'print/export' box location:";
  48. //toolbox
  49. $lang["vector_toolbox"] = "Show tools?";
  50. $lang["vector_toolbox_default"] = "If yes, use default tools?";
  51. $lang["vector_toolbox_location"] = "If not default, use following wiki page as tools location:";
  52. //qr code box
  53. $lang["vector_qrcodebox"] = "Show box with QR Code of current wiki page URL (for easy URL transfer to mobile browser)?";
  54. //custom copyright notice
  55. $lang["vector_copyright"] = "Show copyright notice?";
  56. $lang["vector_copyright_default"] = "If yes, use default copyright notice?";
  57. $lang["vector_copyright_location"] = "If not default, use following wiki page as copyright notice:";
  58. $lang["vector_copyright_translate"] = "If not default and <a href=\"https://www.dokuwiki.org/plugin:translation\">Translation plugin</a> available: load language specific copyright notice?<br />The wiki page of the translated copyright notice(s) is [value of 'vector_copyright_location']_[iso lang code] (e.g. ':wiki:copyright_de').";
  59. //donation link/button
  60. $lang["vector_donate"] = "Show donation link/button?";
  61. $lang["vector_donate_url"] = "Use following URL for donations:";
  62. //TOC
  63. $lang["vector_toc_position"] = "Table of contents (TOC) position";
  64. //other stuff
  65. $lang["vector_breadcrumbs_position"] = "Position of breadcrumb navigation (if enabled):";
  66. $lang["vector_youarehere_position"] = "Position of 'You are here' navigation (if enabled):";
  67. $lang["vector_cite_author"] = "Author name in 'Cite this Article':";
  68. $lang["vector_loaduserjs"] = "Load 'vector/user/user.js'?";
  69. $lang["vector_closedwiki"] = "Closed wiki (most links/tabs/boxes are hidden until user is logged in)?";