<?php
/**
 * DokuWiki Plugin Code Prettifier
 *
 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author Satoshi Sahara <sahara.satoshi@gmail.com>
 *
 * English language file
 */

$lang['override'] = 'override &lt;code&gt; syntax to show the block pretty-printed';
$lang['linenums'] = 'enable line numbering implicitly';

$lang['url_prettify_handlers'] = 'Base URL for prettify.js and additional language handler scripts<br /><small>(ex: https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/)</small>';
$lang['url_prettify_skins']    = 'Base URL for color themes for code-prettify (css)<br /><small>(ex: https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/skins/)</small>';

$lang['lang_handlers']  = 'additional langage handlers (comma separated)';
$lang['skin']           = 'color theme for prettify (CSS filename in code-prettify/styles/)';

