additional_plugins/serendipity_event_page_nugget/lang_en.inc.php

27 lines
1.6 KiB
PHP
Raw Permalink Normal View History

2016-01-19 20:27:30 +01:00
<?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.');
@define('PLUGIN_PAGE_NUGGET_RSS', 'RSS/Atom feeds');
@define('PLUGIN_PAGE_NUGGET_CONTENT', 'On top of the HTML-formatted content, you can also add any specific HTML markup here. This will be emitted additionally to the content above, so you can either fill out both contents, or only one of them. This content area is specifically helpful if you are using a WYSIWYG-Editor which would otherwise strip out specific HTML tags (like META tags) you might want to add.');
2016-01-19 20:27:30 +01:00
@define('PLUGIN_PAGE_NUGGET_CLOSE_FOOTER_DIV', 'Close "div" for case "Bottom of the content"?');
@define('PLUGIN_PAGE_NUGGET_CLOSE_FOOTER_DIV_DESC', 'Get out of a possible <div class="serendipity_entryFooter"> class for certain "older" templates');