additional_plugins/serendipity_plugin_smiletag/lang_en.inc.php
2013-08-12 10:27:53 +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');