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

18 lines
915 B
PHP

<?php # $Id$
/**
* @version $Revision$
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_CUSTOMARCHIVE_TITLE', 'Customizable Entries Archive');
@define('PLUGIN_CUSTOMARCHIVE_TITLE_BLAHBLAH', 'Shows a sortable view of all past articles for the visitor. The link to this page should be inserted into a HTML nugget.');
@define('PLUGIN_CUSTOMARCHIVE_PERMALINK', 'Permalink');
@define('PLUGIN_CUSTOMARCHIVE_PAGETITLE', 'URL shorthand name (Backwards compatibility)');
@define('PLUGIN_CUSTOMARCHIVE_PERMALINK_BLAHBLAH', 'Defines permalink for the URL. Needs the absolute HTTP path and needs to end with .htm or .html!');
@define('PLUGIN_CUSTOMARCHIVE_ARTICLEFORMAT', 'Format as article?');
@define('PLUGIN_CUSTOMARCHIVE_ARTICLEFORMAT_BLAHBLAH', 'if yes the output is automatically formatted as an article (colors, borders, etc.) (default: yes)');
?>