additional_plugins/serendipity_plugin_showentries/lang_en.inc.php

19 lines
810 B
PHP
Raw 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_SHOWENTRIES_TITLE', 'Show Entries in sidebar');
@define('PLUGIN_SHOWENTRIES_TITLE_DEFAULT', 'Moblog');
@define('PLUGIN_SHOWENTRIES_BLAHBLAH', 'Shows entries of special categories in your sidebar. Good for Sidebar Moblogging!');
@define('PLUGIN_SHOWENTRIES_NUMBER', 'Show how many entries');
@define('PLUGIN_SHOWENTRIES_SKIPNUMBER', 'Hide entries already displayed on frontpage?');
@define('PLUGIN_SHOWENTRIES_CATEGORY', 'Enter category ID to show (empty=all, seperate multiple categories by ;)');
@define('PLUGIN_SHOWENTRIES_SHOWTITLE', 'Show entry title?');
@define('PLUGIN_SHOWENTRIES_SHOWEXT', 'Show extended entry?');
?>