additional_plugins/serendipity_plugin_category_dhtml_menu/lang_en.inc.php
2013-08-12 10:27:53 +02:00

18 lines
689 B
PHP

<?php #
/**
* @version
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_DHTMLMENU_NAME', 'Category Tree Menu');
@define('PLUGIN_DHTMLMENU_NAME_DESC', 'DHTML category menu. Requires PEAR::HTML_TreeMenu.');
@define('PLUGIN_DHTMLMENU_PATH', 'Path to images');
@define('PLUGIN_DHTMLMENU_PATH_DESC', 'The absolute (URL) path to your images directory');
@define('PLUGIN_DHTMLMENU_JSPATH', 'Path to HTMLTree.js');
@define('PLUGIN_DHTMLMENU_JSPATH_DESC', 'the absolute (url) path to your HTMLTree.js (provided with PEAR::HTML_TreeMenu).');
@define('PLUGIN_DHTMLMENU_SHOWCOUNT', 'Show number of entries per category?');
?>