additional_plugins/alpha/serendipity_plugin_smiletag/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

16 lines
959 B
PHP

<?php #
/**
* @version
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_SMILETAG', 'SmileTag shoutbox');
@define('PLUGIN_SMILETAG_DESC', 'Uses the SmileTag shoutbox inside your sidebar. SmileTag itself is not distributed with this plugin.');
@define('PLUGIN_SMILETAG_INSTALL', 'SmileTag itself is not distributed with this plugin, so you need to download those files manually from http://www.smiletag.com/. Extract the files from the general purpose ZIP/TGZ file into any directory and then enter the path to that directory inside the configuration of this plugin. It is recommended to just extract the SmileTag files into this directory.<br />Make sure that the "data" subdirectory of the smiletag directory is writable!');
@define('PLUGIN_SMILETAG_PATH', 'Server Path to SmileTag distribution files');
@define('PLUGIN_SMILETAG_URLPATH', 'HTTP Path to SmileTag distribution files');