additional_plugins/serendipity_event_livesearch/lang_en.inc.php

14 lines
470 B
PHP
Raw Permalink Normal View History

<?php
/**
* @version $Revision$
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_EVENT_LIVESEARCH_NAME', 'Livesearch');
@define('PLUGIN_EVENT_LIVESEARCH_DESC', 'Enhances the internal search function by adding live-updates on keypress (JavaScript)');
@define('PLUGIN_EVENT_LIVESEARCH_WAIT', 'Wait, sending request...');
@define('PLUGIN_EVENT_LIVESEARCH_NOTFOUND', 'No entries match your query');
?>