additional_plugins/serendipity_event_yq/lang_en.inc.php
2011-12-13 12:29:05 +01:00

19 lines
814 B
PHP

<?php # $Id: lang_en.inc.php,v 1.1 2006/08/16 04:49:14 elf2000 Exp $
/**
* @version $Revision: 1.1 $
* @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');
?>