additional_plugins/serendipity_event_commentsearch/lang_en.inc.php

13 lines
398 B
PHP
Raw Normal View History

2016-09-23 10:20:07 +02:00
<?php
2011-12-13 12:29:05 +01:00
/**
2016-09-23 10:20:07 +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('COMMENTSEARCH_TITLE', 'Searches comments on quicksearch');
@define('COMMENTSEARCH_DESC', 'If this plugin is installed, the quicksearch on your blog will also search through comments on your blog');
@define('COMMENT_SEARCHRESULTS', 'Search results for comments');
2016-09-23 10:20:07 +02:00