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.
 
 
 
 
 

21 lines
1.0 KiB

  1. <?php
  2. /**
  3. * English language file for config
  4. *
  5. */
  6. $lang['sidebar_sections'] = 'Auto-toggle the sidebar into sections on these elements:';
  7. $lang['sidebar_sections_o_h1'] = '1st order headings';
  8. $lang['sidebar_sections_o_h1,h2'] = '1st and 2nd order headings';
  9. $lang['sidebar_sections_o_h1,h2,h3,h4,h5'] = 'All headings';
  10. $lang['sidebar_sections_o_li.level1 > .li'] = 'Top-level list items';
  11. $lang['header_layout'] = 'Adjust header layout:';
  12. $lang['header_layout_o_default'] = 'generous header layout for long wiki titel and tagline';
  13. $lang['header_layout_o_compact'] = 'compact header layout for short wiki title and hidden tagline';
  14. $lang['autocollapse'] = 'Automatically collapse the sidebar when viewing non-content pages for more screen estate.';
  15. $lang['closedwiki'] = 'This is a closed wiki. Hide most wiki functionality before user has logged in.';
  16. $lang['copyright'] = 'Copyright notice. Use %year%, %title%, and %TITLE% as placeholders. May contain HTML. You probably want to disable the default license notice.';