additional_plugins/serendipity_event_yq/lang_en.inc.php
Garvin Hicking ab02bb4af4 Remove $Id$
2011-12-25 10:07:20 +01:00

19 lines
752 B
PHP

<?php # $Id$
/**
* @version $Revision$
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_EVENT_YQ_NAME', 'Y!Q Related Search');
@define('PLUGIN_EVENT_YQ_DESC', 'Finds related pages using Yahoo\'s context sensitive search technology');
@define('PLUGIN_EVENT_YQ_RESULTS', 'Number of results');
@define('PLUGIN_EVENT_YQ_RESULTS_DESC', 'Number of results to show - defaults to 5');
@define('PLUGIN_EVENT_YQ_CONTEXT_LENGTH', 'Context Length');
@define('PLUGIN_EVENT_YQ_CONTEXT_LENGTH_DESC', 'Lines of text to use as context - defaults to 5');
@define('PLUGIN_EVENT_YQ_ADD_CONTEXT', 'Add Context');
@define('PLUGIN_EVENT_YQ_ADD_CONTEXT_DESC', 'Extra context to send - Default none');
?>