1<?php 2/** 3 * English language for syntaxhighlighter3 plugin 4 * 5 * @author Daniel Lindgren <bd.dali@gmail.com> 6 */ 7 8$lang['theme'] = "CSS theme for SyntaxHiglighter 3"; 9$lang['brushes'] = "Available brushes for SyntaxHighlighter 3's autoloader. <br>Add new brush files to .../sxh3/scripts/, alias(es) and brush file name (space separated) to this comma-separated list."; 10 11// conf 12$lang['auto-links'] = "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"; 13$lang['collapse'] = "Allows you to force highlighted elements on the page to be collapsed by default"; 14$lang['first-line'] = "Allows you to change the first (starting) line number"; 15$lang['gutter'] = "Allows you to turn gutter with line numbers on and off"; 16$lang['html-script'] = "Allows you to highlight a mixture of HTML/XML code and a script which is very common in web development. Setting this value to true requires that you have shBrushXml.js loaded and that the brush you are using supports this feature"; 17$lang['smart-tabs'] = "Allows you to turn smart tabs feature on and off"; 18$lang['tab-size'] = "Allows you to adjust tab size"; 19$lang['toolbar'] = "Toggles toolbar on/off"; 20