additional_plugins/serendipity_event_head_nugget/lang_en.inc.php
2016-05-17 16:36:04 +02:00

12 lines
365 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.');