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