settings.php 538 B

123456789101112
  1. <?php
  2. /**
  3. * Comment Syntax plugin for DokuWiki
  4. * English language for settings
  5. * @author Satoshi Sahara <sahara.satoshi@gmail.com>
  6. */
  7. $lang['toolbar_button'] = 'enable toolbar button';
  8. $lang['use_cstyle_nest'] = 'use nested C-style comments syntax';
  9. $lang['use_oneline_style'] = 'use one-line style comments syntax //<br>'
  10. .'(note: this may interfere with the markup for italics)';
  11. $lang['log_invalid_macro'] = 'record invalid macro directives in PHP error log: '.hsc(ini_get('error_log'));