additional_plugins/serendipity_event_page_nugget/lang_en.inc.php
2011-12-13 12:29:05 +01:00

23 lines
1,017 B
PHP

<?php # $Id: lang_en.inc.php,v 1.1 2005/11/18 18:52:56 elf2000 Exp $
/**
* @version $Revision: 1.1 $
* @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.');
?>