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

17 lines
691 B
PHP

<?php #
/**
* @version
* @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?');
?>