additional_plugins/serendipity_event_page_nugget/lang_en.inc.php

23 lines
941 B
PHP
Raw Normal View History

<?php #
2011-12-13 12:29:05 +01:00
/**
2013-08-12 10:27:53 +02:00
* @version
2011-12-13 12:29:05 +01:00
* @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.');
?>