20 lines
1.0 KiB
PHP
20 lines
1.0 KiB
PHP
<?php # $Id$
|
|
|
|
/**
|
|
* @version $Revision$
|
|
* @author Translator Name <yourmail@example.com>
|
|
* EN-Revision: Revision of lang_en.inc.php
|
|
*/
|
|
|
|
@define('PLUGIN_RECENTENTRIES_TITLE', 'Recent Entries');
|
|
@define('PLUGIN_RECENTENTRIES_BLAHBLAH', 'Shows the titles and dates of the most recent entries');
|
|
@define('PLUGIN_RECENTENTRIES_NUMBER', 'Number of entries');
|
|
@define('PLUGIN_RECENTENTRIES_NUMBER_BLAHBLAH', 'How many entries should be displayed? (Default: 10)');
|
|
@define('PLUGIN_RECENTENTRIES_NUMBER_FROM', 'Skip front page entries');
|
|
@define('PLUGIN_RECENTENTRIES_NUMBER_FROM_DESC', 'Only recent entries that are not on the front page will be shown. (Default: latest ' . $serendipity['fetchLimit'] . ' will be skipped)');
|
|
@define('PLUGIN_RECENTENTRIES_NUMBER_FROM_RADIO_ALL', 'Show all');
|
|
@define('PLUGIN_RECENTENTRIES_NUMBER_FROM_RADIO_RECENT', 'Skip front page items');
|
|
@define('PLUGIN_RECENTENTRIES_RANDOMIZE', 'Show Random Articles');
|
|
@define('PLUGIN_RECENTENTRIES_RANDOMIZE_DESC', 'If set, random articles will be selected.');
|
|
|