additional_plugins/serendipity_event_head_nugget/lang_en.inc.php
2013-08-12 10:27:53 +02:00

13 lines
371 B
PHP

<?php #
/**
* @version
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('HEAD_NUGGET_TITLE', 'HTML-Code inside head (HTML-Head Nugget)');
@define('HEAD_NUGGET_HOLDS_A_BLAHBLAH', 'Allows you to insert HTML-Code into the HEAD-area of your blog. You can use this for meta-tags or JavaScript inclusion.');
?>