<?php
/**
 * English language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Tom N Harris <tnharris@whoopdedo.org>
 */

$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.';
$lang['disable_syntax_sample'] = 'Sample';
$lang['disable_syntax_citation'] = 'Citation';
$lang['disable_syntax_definition'] = 'Definition';
$lang['disable_syntax_variable'] = 'Variable';
$lang['disable_syntax_smallcaps'] = 'SmallCaps';
$lang['disable_syntax_keyboard'] = 'Keyboard';
$lang['disable_syntax_quote'] = 'Inline Quote';
$lang['disable_syntax_super_sub'] = 'Superscript/Subscript';
$lang['disable_syntax_inverse'] = 'Inverse';
$lang['disable_syntax_blockquote'] = 'Block Quote';
$lang['disable_syntax_ins_del'] = 'Insert/Delete';
$lang['disable_syntax_block_ins_del'] = 'Block Insert/Delete';
$lang['disable_syntax_classic_del'] = 'Classic Delete';
$lang['toplevel'] = 'Show toolbar buttons at the top level.';
