additional_plugins/serendipity_event_comics/lang_en.inc.php
Garvin Hicking ab02bb4af4 Remove $Id$
2011-12-25 10:07:20 +01:00

24 lines
1.3 KiB
PHP

<?php # $Id$
/**
* @version $Revision$
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_COMICS_NAME', 'Comics');
@define('PLUGIN_COMICS_DESC', 'Run webcomics in your blog');
@define('PLUGIN_COMICS_CAT', 'Comics category');
@define('PLUGIN_COMICS_CAT_DESC', 'The category that contains the webcomics. Webcomics should be contained in the main body. Select "none" to disable.');
@define('PLUGIN_COMICS_LATEST', 'Latest Comic : ');
@define('PLUGIN_COMICS_TITLE', 'Show title');
@define('PLUGIN_COMICS_TITLE_DESC', 'Place a title with the published date on top of the comic.');
@define('PLUGIN_COMICS_RAW', 'Raw body output');
@define('PLUGIN_COMICS_RAW_DESC', 'Load the body of the entry containing the webcomic without applying markups or styles. If you only have a graphic file for the comic in the body, this is a good choice.');
@define('PLUGIN_COMICS_HIDE', 'Hide entries with comics from front page');
@define('PLUGIN_COMICS_HIDE_DESC', 'Do not show the past webcomics as separate entries in the front page. This overrides any settings by other plug-ins. Latest webcomic will not be shown as a separate entry in any case.');
@define('PLUGIN_COMICS_FIRST', 'First');
@define('PLUGIN_COMICS_LAST', 'Last');
?>