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.
 
 
 
 
 

35 lines
1.3 KiB

  1. <?php
  2. /**
  3. * English language file
  4. *
  5. * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
  6. * @author Esther Brunner <wikidesign@gmail.com>
  7. */
  8. // for the configuration manager
  9. $lang['color'] = 'color scheme';
  10. $lang['color_o_blue'] = 'blue';
  11. $lang['color_o_brown'] = 'brown';
  12. $lang['color_o_gray'] = 'gray';
  13. $lang['color_o_green'] = 'green';
  14. $lang['color_o_pink'] = 'pink';
  15. $lang['color_o_purple'] = 'purple';
  16. $lang['width'] = 'layout width';
  17. $lang['width_o_narrow'] = 'narrow (610 pixels)';
  18. $lang['width_o_medium'] = 'medium (754 pixels)';
  19. $lang['width_o_wide'] = 'wide (987 pixels)';
  20. $lang['sidebar_position'] = 'sidebar position';
  21. $lang['sidebar_position_o_left'] = 'on the left';
  22. $lang['sidebar_position_o_right'] = 'on the right';
  23. $lang['sidebar_page'] = 'sidebar page name';
  24. $lang['tabs_page'] = 'tabs page name';
  25. $lang['showpageinfo'] = 'show page info';
  26. $lang['showsiteactions'] = 'show site actions';
  27. $lang['showuseractions'] = 'show user actions';
  28. $lang['minima_main_sidebar'] = 'always show main sidebar';
  29. //Setup VIM: ex: et ts=2 enc=utf-8 :