* EN-Revision: Revision of lang_en.inc.php */ @define('PLUGIN_EVENT_ENTRYCHECK_TITLE', 'Rules for publishing'); @define('PLUGIN_EVENT_ENTRYCHECK_DESC', 'Applies some checks before an entry is published. Does not work with WYSIWYG-CKEDITOR!'); @define('PLUGIN_EVENT_ENTRYCHECK_EMPTYCATEGORIES', 'Do not allow empty categories'); @define('PLUGIN_EVENT_ENTRYCHECK_EMPTYCATEGORIES_DESC', 'If set to "true", an entry must have at least one category association.'); @define('PLUGIN_EVENT_ENTRYCHECK_EMPTYCATEGORIES_WARNING', 'It is not allowed to publish an entry without a category association. Please set the appropriate association and save again!'); @define('PLUGIN_EVENT_ENTRYCHECK_EMPTYTITLE', 'Do not allow empty titles'); @define('PLUGIN_EVENT_ENTRYCHECK_EMPTYTITLE_DESC', 'If set to "true", an entry must not have an empty title.'); @define('PLUGIN_EVENT_ENTRYCHECK_EMPTYTITLE_WARNING', 'It is not allowed to publish an entry without assigning a title. Please enter a title for the entry and save again!'); @define('PLUGIN_EVENT_ENTRYCHECK_EMPTYBODY', 'Do not allow empty entry bodies'); @define('PLUGIN_EVENT_ENTRYCHECK_EMPTYBODY_DESC', 'If set to "true", an entry must not have an empty entry body.'); @define('PLUGIN_EVENT_ENTRYCHECK_EMPTYBODY_WARNING', 'It is not allowed to publish an entry without entry body. Please enter text into the entry body and save again!'); @define('PLUGIN_EVENT_ENTRYCHECK_EMPTYEXTENDED', 'Do not allow empty extended bodies'); @define('PLUGIN_EVENT_ENTRYCHECK_EMPTYEXTENDED_DESC', 'If set to "true", an entry must not have an empty extended body.'); @define('PLUGIN_EVENT_ENTRYCHECK_EMPTYEXTENDED_WARNING', 'It is not allowed to publish an entry without extended body. Please enter text into the extended body and save again!'); @define('PLUGIN_EVENT_ENTRYCHECK_DEFAULTCAT', 'Set a default category'); @define('PLUGIN_EVENT_ENTRYCHECK_DEFAULTCAT_DESC', 'If the user left the category association empty, you can set the used default category here.'); @define('PLUGIN_EVENT_ENTRYCHECK_LOCKED', 'This entry was locked for editing by %s on %s'); @define('PLUGIN_EVENT_ENTRYCHECK_UNLOCK', 'Unlock Entry'); @define('PLUGIN_EVENT_ENTRYCHECK_LOCK_WARNING', 'This entry is locked and can only be saved by the lock owner, unless you unlock the entry.'); @define('PLUGIN_EVENT_ENTRYCHECK_LOCKING', 'Enable entry locks?');