1<?php
2/**
3 * english language file for syntaxhighlighter4 plugin.
4 *
5 * @author CrazyMax <contact@crazymax.dev>
6 */
7
8$lang['theme'] = 'CSS theme for SyntaxHiglighter 4 (Default theme-default.css)';
9
10// conf
11$lang['autoLinks'] = 'Allows you to turn detection of links in the highlighted element on and off. If the option is turned off, URLs won\'t be clickable (Default true)';
12$lang['firstLine'] = 'Allows you to change the first (starting) line number (Default 1)';
13$lang['gutter'] = 'Allows you to turn gutter with line numbers on and off (Default true)';
14$lang['htmlScript'] = 'Allows you to highlight a mixture of HTML/XML code and a script which is very common in web development (Default false)';
15$lang['smartTabs'] = 'Allows you to turn smart tabs feature on and off (Default true)';
16$lang['tabSize'] = 'Allows you to adjust tab size (Default 4)';
17$lang['override'] = 'List of tags to override';
18