1<?php
2/**
3 * English language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Tom N Harris <tnharris@whoopdedo.org>
7 */
8
9$lang['disable_syntax'] = 'Disable these styles. The "Classic Delete" option will preserve the default DokuWiki &lt;del&gt; syntax, while the new syntax will be used if there is a description or citation.';
10$lang['disable_syntax_sample'] = 'Sample';
11$lang['disable_syntax_citation'] = 'Citation';
12$lang['disable_syntax_definition'] = 'Definition';
13$lang['disable_syntax_variable'] = 'Variable';
14$lang['disable_syntax_smallcaps'] = 'SmallCaps';
15$lang['disable_syntax_keyboard'] = 'Keyboard';
16$lang['disable_syntax_quote'] = 'Inline Quote';
17$lang['disable_syntax_super_sub'] = 'Superscript/Subscript';
18$lang['disable_syntax_inverse'] = 'Inverse';
19$lang['disable_syntax_blockquote'] = 'Block Quote';
20$lang['disable_syntax_ins_del'] = 'Insert/Delete';
21$lang['disable_syntax_block_ins_del'] = 'Block Insert/Delete';
22$lang['disable_syntax_classic_del'] = 'Classic Delete';
23$lang['toplevel'] = 'Show toolbar buttons at the top level.';
24