additional_plugins/serendipity_event_randomblogdescription/lang_en.inc.php
Garvin Hicking ab02bb4af4 Remove $Id$
2011-12-25 10:07:20 +01:00

17 lines
705 B
PHP

<?php # $Id$
/**
* @version $Revision$
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_EVENT_RANDOMBLOGDESCRIPTION_NAME', 'Random Blog Description');
@define('PLUGIN_EVENT_RANDOMBLOGDESCRIPTION_DESC', 'Shows a random description in the header. (Seperate database table has currently to be maintained manually)');
@define('RBD_ENTRIES', 'Descriptions');
@define('RBD_ENTRIES_BLAHBLAH', 'One description per line, format is [frequency:]Description (For example: "4:I\'m a blog" or just "I\'m a blog")');
@define('RBD_ACTIVE', 'Active?');
@define('RBD_ACTIVE_BLAHBLAH', 'Should the plugin be enabled?');
?>