additional_plugins/serendipity_plugin_category_dhtml_menu/lang_en.inc.php

18 lines
689 B
PHP
Raw Permalink Normal View History

<?php #
2011-12-13 12:29:05 +01:00
/**
2013-08-12 10:27:53 +02:00
* @version
2011-12-13 12:29:05 +01:00
* @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?');
?>