additional_plugins/serendipity_event_entrysplit/lang_en.inc.php

22 lines
1.1 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_ENTRYSPLIT_NAME', 'Split long entries');
@define('PLUGIN_ENTRYSPLIT_BLAHBLAH', 'Enables you to split longer entries into several subpages and provides you with an auto-generated table of contents');
@define('PLUGIN_ENTRYSPLIT_CHAR', 'Page break');
@define('PLUGIN_ENTRYSPLIT_CHAR_DESC', 'Which character sequence should be used to indicate a page break? You need to insert this string into your entry. If not used, the splitting will be done by the length of your entry.');
@define('PLUGIN_ENTRYSPLIT_LENGTH', 'Length of a subpage');
@define('PLUGIN_ENTRYSPLIT_LENGTH_DESC', 'If you do not manually place a page break, it can be forced after this amount of characters');
@define('PLUGIN_ENTRYSPLIT_PAGES', 'Pages');
@define('PLUGIN_ENTRYSPLIT_SHOWBODY', 'Do you want to show the entry\'s body on succeeding pages?');
@define('PLUGIN_ENTRYSPLIT_PAGES_ALL', 'All');
@define('PLUGIN_ENTRYSPLIT_PAGES_NEXT', NEXT);
@define('PLUGIN_ENTRYSPLIT_PAGES_PREV', PREVIOUS);
@define('PLUGIN_ENTRYSPLIT_TOC', 'Table of Contents');
?>