1<?php 2/** 3 * PyCode plugin: it embeds a Python script hosted in a remote repository. 4 * 5 * settings.php: here are defined all the strings used by the PyCode plugin 6 * in Configuration Manager. 7 * 8 * @author Torpedo <dgtorpedo@gmail.com> 9 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 10 * @package en_lang_settings 11 */ 12 13$lang["btns"] = "Show shortcut buttons in the toolbar."; 14$lang["cache"] = "Disable the cache."; 15$lang["nums"] = "Show line numbers."; 16$lang["title"] = "Show title of the code."; 17$lang["docstr"] = "Show docstring."; 18