additional_plugins/serendipity_event_head_nugget/lang_en.inc.php

12 lines
365 B
PHP
Raw Permalink Normal View History

2016-05-17 16:36:04 +02: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('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.');