additional_plugins/serendipity_event_yq/lang_en.inc.php
2013-08-12 10:27:53 +02:00

19 lines
738 B
PHP

<?php #
/**
* @version
* @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');
?>