additional_plugins/alpha/serendipity_plugin_shoutcast/lang_en.inc.php
Matthias Mees 40b527040d Deprecate broken plugins
- serendipity_event_communityrating (sidebar plugin throws a
  frontend error)
- serendipity_plugin_pagerank (throws a frontend error)
- serendipity_plugin_heavyrotation (throws a frontend error)
- serendipity_plugin_shoutcast (throws errors in frontend and
  backend)
2017-05-08 09:57:06 +02:00

21 lines
890 B
PHP

<?php #
/**
* @version
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_SIDEBAR_SHOUTCAST_NAME', 'Shoutcast');
@define('PLUGIN_SIDEBAR_SHOUTCAST_DESC', 'Display Shoutcast stream information in the sidebar.');
@define('PLUGIN_SIDEBAR_SHOUTCAST_TITLE', 'Title');
@define('PLUGIN_SIDEBAR_SHOUTCAST_TITLE_BLAHBLAH', 'Sidebar item title');
@define('PLUGIN_SIDEBAR_SHOUTCAST_SERVER', 'Shoutcast server name or IP');
@define('PLUGIN_SIDEBAR_SHOUTCAST_SERVER_BLAHBLAH', 'Example radio.mydomain.com or 127.0.0.1');
@define('PLUGIN_SIDEBAR_SHOUTCAST_PORT', 'Server port');
@define('PLUGIN_SIDEBAR_SHOUTCAST_PORT_BLAHBLAH', 'Port is normally 8000');
@define('PLUGIN_SIDEBAR_SHOUTCAST_UNABLE_TO_CONNECT', 'Unable to connect to server.');
@define('PLUGIN_SIDEBAR_SHOUTCAST_SERVER_DOWN', 'Server is not available right now.');
?>