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

22 lines
1.1 KiB
PHP

<?php
/**
* @author Vladimír Ajgl <vlada@ajgl.cz>
* @translated 2009/06/08
* @author Vladimír Ajgl <vlada@ajgl.cz>
* @revisionDate 2010/03/12
*/
@define('PLUGIN_EVENT_COMMUNITYRATING_TITLE', 'Hodnocení');
@define('PLUGIN_EVENT_COMMUNITYRATING_DESC', 'Mù¾ete hodnotit výrobky, filmy nebo cokoliv jiného a zobrazovat jejich hodnocení v pøíslu¹ných pøíspìvcích. Také umo¾òuje sdíle hodnocení s ostatními u¾ivateli tohoto pluginu. Tento plugin vy¾aduje zásah do ¹ablon, pøeètìte si prosím soubor README.');
@define('PLUGIN_EVENT_COMMUNITYRATING_TYPES', 'Zadejte typ hodnocení');
@define('PLUGIN_EVENT_COMMUNITYRATING_TYPES_DEFAULT', 'IMDB, Amazon');
@define('PLUGIN_EVENT_COMMUNITYRATING_ID', 'ID');
@define('PLUGIN_EVENT_COMMUNITYRATING_RATING', 'Hodnocení');
@define('PLUGIN_EVENT_COMMUNITYRATING_AVGRATING', 'Prùmìrné hodnocení');
@define('PLUGIN_EVENT_COMMUNITYRATING_AVGRATING_DESC', 'Zobrazit nejlépe hodnocené filmy podle jejich prùmìrného hodnocení');
@define('PLUGIN_EVENT_COMMUNITYRATING_AVGRATING_TIMESPAN', 'Èasový rozsah filmù');
@define('PLUGIN_EVENT_COMMUNITYRATING_AVGRATING_TIMESPAN_DESC', 'Zadejte poèet dní, ze kterých bude poèítán prùmìr');