* 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'); ?>