1<?php
2/**
3 * DokuWiki Plugin Code Prettifier
4 *
5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author Satoshi Sahara <sahara.satoshi@gmail.com>
7 *
8 * English language file
9 */
10
11$lang['override'] = 'override &lt;code&gt; syntax to show the block pretty-printed';
12$lang['linenums'] = 'enable line numbering implicitly';
13
14$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>';
15$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>';
16
17$lang['lang_handlers']  = 'additional langage handlers (comma separated)';
18$lang['skin']           = 'color theme for prettify (CSS filename in code-prettify/styles/)';
19
20