additional_plugins/serendipity_event_entrylastmodified/lang_en.inc.php

22 lines
1.2 KiB
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_EVENT_ENTRYLASTMODIFIED_NAME', 'Show last modification date');
@define('PLUGIN_EVENT_ENTRYLASTMODIFIED_DESC', 'Shows a message with the last modification date of an entry on the blogs frontpage. For not modified entries shows a message that says they are not modified.');
@define('PLUGIN_EVENT_ENTRYLASTMODIFIED_HTML', 'Last modified on');
@define('PLUGIN_EVENT_ENTRYLASTMODIFIED_NOTMODIFIED','Not modified');
@define('PLUGIN_EVENT_ENTRYLASTMODIFIED_SHOWNOTMODIFIED','Show a message for not modified entries');
@define('PLUGIN_EVENT_ENTRYLASTMODIFIED_SHOWNOTMODIFIED_DESC','If enabled, messages will be shown for all entries, otherwise for the modified entries only.');
@define('PLUGIN_EVENT_ENTRYLASTMODIFIED_POSITION','Message position');
@define('PLUGIN_EVENT_ENTRYLASTMODIFIED_POSITION_DESC','');
@define('PLUGIN_EVENT_ENTRYLASTMODIFIED_LEFT', 'Left');
@define('PLUGIN_EVENT_ENTRYLASTMODIFIED_CENTER', 'Center');
@define('PLUGIN_EVENT_ENTRYLASTMODIFIED_RIGHT', 'Right');
?>