additional_plugins/alpha/serendipity_event_yq/lang_en.inc.php
Matthias Mees 24ee209520 Move deprecated plugins to alpha, a.k.a. Siberia
These plugins have been identified as deprecatable at #s9ycamp2017.
They use service that no longer exist or provide features that no
longer make sense or have been replaced.

We won't miss them.

References s9y/Serendipity#499
2017-04-13 20:53:16 +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');
?>