additional_plugins/serendipity_event_randomblogdescription/lang_en.inc.php
2011-12-13 12:29:05 +01:00

17 lines
767 B
PHP

<?php # $Id: lang_en.inc.php,v 1.1 2006/08/16 04:49:13 elf2000 Exp $
/**
* @version $Revision: 1.1 $
* @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?');
?>