additional_plugins/alpha/serendipity_plugin_shoutcast/lang_cz.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

20 lines
868 B
PHP

<?php
/**
* @author Vladimír Ajgl <vlada@ajgl.cz>
* @translated 2009/05/07
*/
@define('PLUGIN_SIDEBAR_SHOUTCAST_NAME', 'Shoutcast');
@define('PLUGIN_SIDEBAR_SHOUTCAST_DESC', 'Zobrazí kanál slu¾by Shoutcast v postranním sloupci.');
@define('PLUGIN_SIDEBAR_SHOUTCAST_TITLE', 'Nadpis');
@define('PLUGIN_SIDEBAR_SHOUTCAST_TITLE_BLAHBLAH', 'Nadpis postranního bloku Shoutcast');
@define('PLUGIN_SIDEBAR_SHOUTCAST_SERVER', 'Název nebo IP adresa Shoutcast serveru');
@define('PLUGIN_SIDEBAR_SHOUTCAST_SERVER_BLAHBLAH', 'Napø. radio.mydomain.com nebo 127.0.0.1');
@define('PLUGIN_SIDEBAR_SHOUTCAST_PORT', 'Port serveru');
@define('PLUGIN_SIDEBAR_SHOUTCAST_PORT_BLAHBLAH', 'Bì¾nì bývá 8000');
@define('PLUGIN_SIDEBAR_SHOUTCAST_UNABLE_TO_CONNECT', 'Nelze se pøipojit k serveru.');
@define('PLUGIN_SIDEBAR_SHOUTCAST_SERVER_DOWN', 'Server momentálnì není pøístupný.');
?>