additional_plugins/serendipity_event_yq/lang_en.inc.php

19 lines
752 B
PHP
Raw Normal View History

2011-12-25 10:07:20 +01:00
<?php # $Id$
2011-12-13 12:29:05 +01:00
/**
2011-12-25 10:07:20 +01:00
* @version $Revision$
2011-12-13 12:29:05 +01:00
* @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');
?>