additional_plugins/alpha/serendipity_plugin_pagerank/UTF-8/lang_cs.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
1,003 B
PHP

<?php
/**
* @author Vladimír Ajgl <vlada@ajgl.cz>
* @translated 2009/03/07
*/
@define('PLUGIN_PAGERANK_NAME', 'Google PageRank');
@define('PLUGIN_PAGERANK_DETAIL', 'Dynamické zobrazení Google PageRanku');
@define('PLUGIN_PAGERANK_PAGE_COUNT', 'Počet zobrazených stránek');
@define('PLUGIN_PAGERANK_PAGE_COUNT_DESC', 'Upozornění! Pokud změníte toto číslo, uložte nastavení DVAKRÁT!');
@define('PLUGIN_PAGERANK_PAGE_URL', 'URL adresa č.%s');
@define('PLUGIN_PAGERANK_PAGE_URL_DESC', 'URL adresa, pro kterou chcete zobrazit PageRank (např. s9y.org/5.html)');
@define('PLUGIN_PAGERANK_PAGE_CAPTION', 'Popis pro URL adresu č.%s');
@define('PLUGIN_PAGERANK_THIS_PAGE', 'PageRank pro aktuální stránku');
@define('PLUGIN_PAGERANK_THIS_PAGE_DESC', 'Chcete zobrazovat PageRank pro právě zobrazenou stránku?');
@define('PLUGIN_PAGERANK_THIS_PAGE_YES', 'Ano');
@define('PLUGIN_PAGERANK_THIS_PAGE_NO', 'Ne');
@define('PLUGIN_PAGERANK_THIS_PAGE_CAPTION', 'Tato stránka');