2006-08-02 10:07:34 +00:00

15 lines
430 B
PHP

<?php # $Id$
/**
* @version $Revision$
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_TEMPLATEDROPDOWN_NAME', 'Template dropdown');
@define('PLUGIN_TEMPLATEDROPDOWN_DESC', 'Show a box to change templates');
@define('PLUGIN_TEMPLATEDROPDOWN_SUBMIT', 'Submit button?');
@define('PLUGIN_TEMPLATEDROPDOWN_SUBMIT_DESC', 'Show a submit button?');
?>