lang.php 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. /**
  3. * English language file for styling plugin
  4. *
  5. * @author Andreas Gohr <andi@splitbrain.org>
  6. */
  7. // menu entry for admin plugins
  8. $lang['menu'] = 'Template Style Settings';
  9. $lang['js']['loader'] = 'Preview is loading...<br />if this does not goes away, your values may be faulty';
  10. $lang['js']['popup'] = 'Open as a popup';
  11. // custom language strings for the plugin
  12. $lang['error'] = 'Sorry, this template does not support this functionality.';
  13. $lang['btn_preview'] = 'Preview changes';
  14. $lang['btn_save'] = 'Save changes';
  15. $lang['btn_reset'] = 'Reset current changes';
  16. $lang['btn_revert'] = 'Revert styles back to template\'s default';
  17. // default guaranteed placeholders
  18. $lang['__text__'] = 'Main text color';
  19. $lang['__background__'] = 'Main background color';
  20. $lang['__text_alt__'] = 'Alternative text color';
  21. $lang['__background_alt__'] = 'Alternative background color';
  22. $lang['__text_neu__'] = 'Neutral text color';
  23. $lang['__background_neu__'] = 'Neutral background color';
  24. $lang['__border__'] = 'Border color';
  25. $lang['__highlight__'] = 'Highlight color (for search results mainly)';
  26. //Setup VIM: ex: et ts=4 :