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