1<?php
2$lang['allow_formats'] = 'Allow Dokuwiki formatting syntax inside skipentity markup';
3$lang['multiple'] = "Enable toolbar icons for both double and triple back-ticks; this gives you a choice between using" .
4" your template's TrueType styling (double ticks) and TrueType with styling removed (triple ticks). "
5." See <a href='https://www.dokuwiki.org/plugin:skipentity#triple_backquotes_syntax'>skipentity</a>";
6$lang['xcl_formats'] = "When set to true, this setting enables you to  " .
7    "exclude selected formats from those which are allowed when  <code>allow_formats</code> option is set to true. "
8    ."<ul><li><code>emphasis</code>=italic</li><li><code>strong</code> = bold</li></ul>";
9