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

19 lines
714 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_MARKREAD_NAME', 'Show read/unread state of entries for visitors');
@define('PLUGIN_MARKREAD_MSG', 'The entry was marked as read. You can now close this window, if not automatically closed.');
@define('PLUGIN_MARKREAD_MARKLINK', 'Title of the link to mark entries as read.');
@define('PLUGIN_MARKREAD_MARKLINK_DEFAULT', 'Mark as read');
@define('PLUGIN_MARKREAD_MARKTEXT', 'Text to display when entry has been read');
@define('PLUGIN_MARKREAD_MARKTEXT_DEFAULT', 'Entry marked as read');
?>