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

23 lines
955 B
PHP

<?php # $Id$
/**
* @version $Revision$
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_PAGE_NUGGET_NAME', 'HTML Nugget on Page');
@define('PLUGIN_PAGE_NUGGET_DESC', 'Puts an HTML nugget on top or bottom of the page, or inside the page\'s HEAD tag');
@define('PLUGIN_PAGE_NUGGET_PLACE', 'Nugget Placement');
@define('PLUGIN_PAGE_NUGGET_HEAD', 'HEAD tag of the page');
@define('PLUGIN_PAGE_NUGGET_TOP', 'Top of the content');
@define('PLUGIN_PAGE_NUGGET_ART_FOOT', 'Footer for the article');
@define('PLUGIN_PAGE_NUGGET_BOTTOM', 'Bottom of the content');
@define('PLUGIN_PAGE_NUGGET_FOOT', 'End of the page');
@define('PLUGIN_PAGE_NUGGET_MARKUP_NO', 'Not applicable with HEAD tag option. ');
@define('PLUGIN_PAGE_NUGGET_LANG', 'Choose language');
@define('PLUGIN_PAGE_NUGGET_ALL', 'All Languages');
@define('PLUGIN_PAGE_NUGGET_NOSHOW', ' It does not show up on the actual page.');
?>