1
0

Czech update by SuE from the forums

This commit is contained in:
Garvin Hicking
2006-12-04 09:20:14 +00:00
parent 9fc8fd002b
commit 13ca05585a
23 changed files with 661 additions and 676 deletions

View File

@ -1,4 +1,5 @@
<?php <?php
exit;
function help() { function help() {
echo "This helper application lists all missing constants from plugin translations.\n\n"; echo "This helper application lists all missing constants from plugin translations.\n\n";

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_cn.inc.php 1460 2006-10-26 20:05:04Z garvinhicking $ <?php # $Id: serendipity_lang_cn.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translated by # Translated by

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_cs.inc.php 1460 2006-10-26 20:05:04Z garvinhicking $ <?php # $Id: serendipity_lang_cs.inc.php 1408 2006-08-23 13:47:50Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translation (c) 2004 Josef Klimosz <ok2wo@centrum.cz> # Translation (c) 2004 Josef Klimosz <ok2wo@centrum.cz>
@ -65,7 +65,7 @@ $i18n_filename_to = array (
@define('NEW_ENTRY', 'Nový záznam'); @define('NEW_ENTRY', 'Nový záznam');
@define('EDIT_ENTRIES', 'Editovat záznamy'); @define('EDIT_ENTRIES', 'Editovat záznamy');
@define('CATEGORIES', 'Kategorie'); @define('CATEGORIES', 'Kategorie');
@define('WARNING_THIS_BLAHBLAH', "POZOR:\\nTato akce může trvat déle pokud máte mnoho obrázků bez náhledů."); @define('WARNING_THIS_BLAHBLAH', "POZOR:\\nTato akce může trvat déle, pokud máte mnoho obrázků bez náhledů.");
@define('CREATE_THUMBS', 'Vytvořit náhledy'); @define('CREATE_THUMBS', 'Vytvořit náhledy');
@define('MANAGE_IMAGES', 'Správa obrázků'); @define('MANAGE_IMAGES', 'Správa obrázků');
@define('NAME', 'Jméno'); @define('NAME', 'Jméno');
@ -679,20 +679,20 @@ $i18n_filename_to = array (
@define('SYNDICATION_PLUGIN_SHOW_MAIL', 'Zobrazovat e-mailové adresy?'); @define('SYNDICATION_PLUGIN_SHOW_MAIL', 'Zobrazovat e-mailové adresy?');
@define('IMAGE_MORE_INPUT', 'Přidat více obrázků'); @define('IMAGE_MORE_INPUT', 'Přidat více obrázků');
@define('BACKEND_TITLE', 'Další informace v konfigurační obrazovce pluginu'); @define('BACKEND_TITLE', 'Další informace v konfigurační obrazovce pluginu');
@define('BACKEND_TITLE_FOR_NUGGET', 'Zde můžete definovat svůz řetězec, který bude zobrazen v konfigurační obrazovce pluginu společně s popisem pluginu HTML Nugget. If you have multiple HTML nuggets with an empty title, this helps to distinct the plugins from another.'); // Translate @define('BACKEND_TITLE_FOR_NUGGET', 'Zde můžete definovat svůj řetězec, který bude zobrazen v konfigurační obrazovce pluginu společně s popisem pluginu HTML Nugget. Když máte několik HTML nuggetů s prázdným tittle, toto vám pomůže je rozlišit.');
@define('CATEGORIES_ALLOW_SELECT', 'Povolit návštěvníkům zobrazit více kategorií najednou?'); @define('CATEGORIES_ALLOW_SELECT', 'Povolit návštěvníkům zobrazit více kategorií najednou?');
@define('CATEGORIES_ALLOW_SELECT_DESC', 'If this option is enabled, a checkbox will be put next to each category in this sidebar plugin. Users can check those boxes and then see entries belonging to their selection.'); // Translate @define('CATEGORIES_ALLOW_SELECT_DESC', 'Jestliže je tato volba povolena, bude v tomto postranním pluginu hned vedle každé kategorie zaškrtávací okénko. Uživatelé mohou tyto boxy zaškrtnout a vidět jen příspěvky patřící do tohoto výběru.');
@define('PAGE_BROWSE_PLUGINS', 'Strana %s z %s, celkem %s pluginů.'); @define('PAGE_BROWSE_PLUGINS', 'Strana %s z %s, celkem %s pluginů.');
@define('INSTALL_CAT_PERMALINKS', 'Trvalé odkazy'); @define('INSTALL_CAT_PERMALINKS', 'Trvalé odkazy');
@define('INSTALL_CAT_PERMALINKS_DESC', 'Defines various URL patterns to define permanent links in your blog. It is suggested that you use the defaults; if not, you should try to use the %id% value where possible to prevent Serendipity from querying the database to lookup the target URL.'); @define('INSTALL_CAT_PERMALINKS_DESC', 'Definuje různé vzory URL patterns pro definici trvalých odkazů (permanent links) ve vašem blogu. Doporučujeme použít defaultní nastavení; pokud ne, měli byste zkusit použít hodnotu %id% tam, kde je to možné, abyste předešli dotazům do databáze při hledání cílové URL.');
@define('INSTALL_PERMALINK', 'Struktura URL trvalých odkazů'); @define('INSTALL_PERMALINK', 'Struktura URL trvalých odkazů');
@define('INSTALL_PERMALINK_DESC', 'Here you can define the relative URL structure begining from your base URL to where entries may become available. You can use the variables %id%, %title%, %day%, %month%, %year% and any other characters.'); @define('INSTALL_PERMALINK_DESC', 'Zde můžete definovat relativ strukturu URL, kde začátek je vaše base URL, z níž mohou být příspěvky dostupné. Můžete použít proměnné %id%, %title%, %day%, %month%, %year% a jakékoli jiné znaky.');
@define('INSTALL_PERMALINK_AUTHOR', 'Struktura URL autorů'); @define('INSTALL_PERMALINK_AUTHOR', 'Struktura URL autorů');
@define('INSTALL_PERMALINK_AUTHOR_DESC', 'Here you can define the relative URL structure begining from your base URL to where entries from certain authors may become available. You can use the variables %id%, %realname%, %username%, %email% and any other characters.'); @define('INSTALL_PERMALINK_AUTHOR_DESC', 'Zde můžete definovat relativ strukturu URL, kde začátek je vaše base URL, z níž mohou být dostupné příspěvky určitých autorů. Můžete použít proměnné %id%, %realname%, %username%, %email% a jakékoli jiné znaky.');
@define('INSTALL_PERMALINK_CATEGORY', 'Struktura URL kategorií'); @define('INSTALL_PERMALINK_CATEGORY', 'Struktura URL kategorií');
@define('INSTALL_PERMALINK_CATEGORY_DESC', 'Here you can define the relative URL structure begining from your base URL to where entries from certain categories may become available. You can use the variables %id%, %name%, %description% and any other characters.'); @define('INSTALL_PERMALINK_CATEGORY_DESC', 'Zde můžete definovat relativ strukturu URL, kde začátek je vaše base URL, z níž mohou být dostupné určité kategorie. Můžete použít proměnné %id%, %name%, %description% a jakékoli jiné znaky.');
@define('INSTALL_PERMALINK_FEEDCATEGORY', 'Struktura URL trvalých odkazů kategorií RSS'); @define('INSTALL_PERMALINK_FEEDCATEGORY', 'Struktura URL trvalých odkazů kategorií RSS');
@define('INSTALL_PERMALINK_FEEDCATEGORY_DESC', 'Here you can define the relative URL structure begining from your base URL to where RSS-feeds frmo certain categories may become available. You can use the variables %id%, %name%, %description% and any other characters.'); @define('INSTALL_PERMALINK_FEEDCATEGORY_DESC', 'Zde můžete definovat relativ strukturu URL, kde začátek je vaše base URL, z níž mohou být dostupné RSS kanály z určitých kategorií. Můžete použít proměnné %id%, %name%, %description% a jakékoli jiné znaky.');
@define('INSTALL_PERMALINK_ARCHIVESPATH', 'Cesta k archivům'); @define('INSTALL_PERMALINK_ARCHIVESPATH', 'Cesta k archivům');
@define('INSTALL_PERMALINK_ARCHIVEPATH', 'Cesta k archivu'); @define('INSTALL_PERMALINK_ARCHIVEPATH', 'Cesta k archivu');
@define('INSTALL_PERMALINK_CATEGORIESPATH', 'Cesta ke kategoriím'); @define('INSTALL_PERMALINK_CATEGORIESPATH', 'Cesta ke kategoriím');
@ -708,8 +708,8 @@ $i18n_filename_to = array (
@define('INSTALL_CAL', 'Typ kalendáře'); @define('INSTALL_CAL', 'Typ kalendáře');
@define('INSTALL_CAL_DESC', 'Vyberte formát kalendáře'); @define('INSTALL_CAL_DESC', 'Vyberte formát kalendáře');
@define('REPLY', 'Odpověď'); @define('REPLY', 'Odpověď');
@define('USERCONF_GROUPS', 'členství ve skupinách'); @define('USERCONF_GROUPS', 'Členství ve skupinách');
@define('USERCONF_GROUPS_DESC', 'Tento uživatel je člen následujících skupin. členství ve více skupinách je možná.'); @define('USERCONF_GROUPS_DESC', 'Tento uživatel je člen následujících skupin. členství ve více skupinách je možné.');
@define('MANAGE_GROUPS', 'Upravuj skupiny'); @define('MANAGE_GROUPS', 'Upravuj skupiny');
@define('DELETED_GROUP', 'Skupina #%d %s smazána.'); @define('DELETED_GROUP', 'Skupina #%d %s smazána.');
@define('CREATED_GROUP', 'Nová skupina %s byla vytvořena'); @define('CREATED_GROUP', 'Nová skupina %s byla vytvořena');
@ -717,187 +717,183 @@ $i18n_filename_to = array (
@define('GROUP', 'Skupina'); @define('GROUP', 'Skupina');
@define('CREATE_NEW_GROUP', 'Vytvořit novou skupinu'); @define('CREATE_NEW_GROUP', 'Vytvořit novou skupinu');
@define('DELETE_GROUP', 'Chystáte se smazat skupinu #%d %s. Myslíte to vážně?'); @define('DELETE_GROUP', 'Chystáte se smazat skupinu #%d %s. Myslíte to vážně?');
@define('USERLEVEL_OBSOLETE', 'NOTICE: The userlevel attribute is now only used for backward compatibility to plugins and fallback authorisation. User privileges are now handled by group memberships!'); @define('USERLEVEL_OBSOLETE', 'UPOZORNĚNÍ: Atribut úroveň uživatele (userlevel) je nyní používán jen kvůli zpětné kompatibilitě s pluginy a autorizaci. Uživatelská práva jsou nyní řízena pomocí členských skupin!');
@define('SYNDICATION_PLUGIN_FEEDBURNERID', 'FeedBurner ID'); @define('SYNDICATION_PLUGIN_FEEDBURNERID', 'FeedBurner ID');
@define('SYNDICATION_PLUGIN_FEEDBURNERID_DESC', 'The ID of the feed you wish to publish'); @define('SYNDICATION_PLUGIN_FEEDBURNERID_DESC', 'ID feedu, který chcete publikovat');
@define('SYNDICATION_PLUGIN_FEEDBURNERIMG', 'FeedBurner image'); @define('SYNDICATION_PLUGIN_FEEDBURNERIMG', 'FeedBurner image');
@define('SYNDICATION_PLUGIN_FEEDBURNERIMG_DESC', 'Name of image to display (or leave blank for counter), located on feedburner.com, ex: fbapix.gif'); @define('SYNDICATION_PLUGIN_FEEDBURNERIMG_DESC', 'Název obrázku, který se má zobrazit (nebo prázdný pro počitadlo), umístěné na feedburner.com, např: fbapix.gif');
@define('SYNDICATION_PLUGIN_FEEDBURNERTITLE', 'FeedBurner title'); @define('SYNDICATION_PLUGIN_FEEDBURNERTITLE', 'FeedBurner title');
@define('SYNDICATION_PLUGIN_FEEDBURNERTITLE_DESC', 'Title (if any) to display alongside the image'); @define('SYNDICATION_PLUGIN_FEEDBURNERTITLE_DESC', 'Title (je-li), který se má zobrazit u obrázku');
@define('SYNDICATION_PLUGIN_FEEDBURNERALT', 'FeedBurner image text'); @define('SYNDICATION_PLUGIN_FEEDBURNERALT', 'FeedBurner image text');
@define('SYNDICATION_PLUGIN_FEEDBURNERALT_DESC', 'Text (if any) to display when hovering the image'); @define('SYNDICATION_PLUGIN_FEEDBURNERALT_DESC', 'Text (je-li) který se má zobrazit při najetí na obrázek');
@define('SEARCH_TOO_SHORT', 'Your search-query must be longer than 3 characters. You can try to append * to shorter words, like: s9y* to trick the search into using shorter words.'); @define('SEARCH_TOO_SHORT', 'Vyhledávací dotaz musí být delší než 3 znaky. Ke kratším slovům můžete zkusit přidat *, jako: s9y*, abyste vyhledávání přiměli pracovat s kratšími slovy.');
@define('INSTALL_DBPORT', 'Database port'); @define('INSTALL_DBPORT', 'Database port');
@define('INSTALL_DBPORT_DESC', 'The port used to connect to your database server'); @define('INSTALL_DBPORT_DESC', 'Port použitý pro spojení k vašemu databázovému serveru');
@define('PLUGIN_GROUP_FRONTEND_EXTERNAL_SERVICES', 'Frontend: External Services'); @define('PLUGIN_GROUP_FRONTEND_EXTERNAL_SERVICES', 'Viditelné (Frontend): Externí služby');
@define('PLUGIN_GROUP_FRONTEND_FEATURES', 'Frontend: Features'); @define('PLUGIN_GROUP_FRONTEND_FEATURES', 'Viditelné (Frontend): Další možnosti');
@define('PLUGIN_GROUP_FRONTEND_FULL_MODS', 'Frontend: Full Mods'); @define('PLUGIN_GROUP_FRONTEND_FULL_MODS', 'Viditelné (Frontend): Úplné mody');
@define('PLUGIN_GROUP_FRONTEND_VIEWS', 'Frontend: Views'); @define('PLUGIN_GROUP_FRONTEND_VIEWS', 'Viditelné (Frontend): Zobrazení/filtry');
@define('PLUGIN_GROUP_FRONTEND_ENTRY_RELATED', 'Frontend: Entry Related'); @define('PLUGIN_GROUP_FRONTEND_ENTRY_RELATED', 'Viditelné (Frontend): Pluginy pro příspěvky');
@define('PLUGIN_GROUP_BACKEND_EDITOR', 'Backend: Editor'); @define('PLUGIN_GROUP_BACKEND_EDITOR', 'Provozní (Backend): Editor');
@define('PLUGIN_GROUP_BACKEND_USERMANAGEMENT', 'Backend: Usermanagement'); @define('PLUGIN_GROUP_BACKEND_USERMANAGEMENT', 'Provozní (Backend): Řízení uživatelů');
@define('PLUGIN_GROUP_BACKEND_METAINFORMATION', 'Backend: Meta information'); @define('PLUGIN_GROUP_BACKEND_METAINFORMATION', 'Provozní (Backend): Meta informace');
@define('PLUGIN_GROUP_BACKEND_TEMPLATES', 'Backend: Templates'); @define('PLUGIN_GROUP_BACKEND_TEMPLATES', 'Provozní (Backend): Templates - šablony vzhledu');
@define('PLUGIN_GROUP_BACKEND_FEATURES', 'Backend: Features'); @define('PLUGIN_GROUP_BACKEND_FEATURES', 'Provozní (Backend): Další možnosti');
@define('PLUGIN_GROUP_IMAGES', 'Images'); @define('PLUGIN_GROUP_IMAGES', 'Obrázky');
@define('PLUGIN_GROUP_ANTISPAM', 'Antispam'); @define('PLUGIN_GROUP_ANTISPAM', 'Antispam');
@define('PLUGIN_GROUP_MARKUP', 'Markup'); @define('PLUGIN_GROUP_MARKUP', 'Markup - textové značky');
@define('PLUGIN_GROUP_STATISTICS', 'Statistics'); @define('PLUGIN_GROUP_STATISTICS', 'Statistiky');
@define('PERMISSION_PERSONALCONFIGURATION', 'personalConfiguration: Access personal configuration'); @define('PERMISSION_PERSONALCONFIGURATION', 'osobníKonfigurace: Přístup k osobní konfiguraci');
@define('PERMISSION_PERSONALCONFIGURATIONUSERLEVEL', 'personalConfigurationUserlevel: Change userlevels'); @define('PERMISSION_PERSONALCONFIGURATIONUSERLEVEL', 'osobníKonfiguraceÚroveňUživatele: Změnit úroveň uživatele (level)');
@define('PERMISSION_PERSONALCONFIGURATIONNOCREATE', 'personalConfigurationNoCreate: Change "forbid creating entries"'); @define('PERMISSION_PERSONALCONFIGURATIONNOCREATE', 'osobníKonfiguraceNeNové: Změnit "zákaz nových příspěvků"');
@define('PERMISSION_PERSONALCONFIGURATIONRIGHTPUBLISH', 'personalConfigurationRightPublish: Change right to publish entries'); @define('PERMISSION_PERSONALCONFIGURATIONRIGHTPUBLISH', 'osobníKonfiguracePrávoPublikovat: Změnit právo na publikování příspěvků');
@define('PERMISSION_SITECONFIGURATION', 'siteConfiguration: Access system configuration'); @define('PERMISSION_SITECONFIGURATION', 'webKonfigurace: Konfigurace přístupu');
@define('PERMISSION_BLOGCONFIGURATION', 'blogConfiguration: Access blog-centric configuration'); @define('PERMISSION_BLOGCONFIGURATION', 'blogKonfigurace: Konfigurace přístupu k blogu');
@define('PERMISSION_ADMINENTRIES', 'adminEntries: Administrate entries'); @define('PERMISSION_ADMINENTRIES', 'adminPříspěvky: Administrace příspěvků');
@define('PERMISSION_ADMINENTRIESMAINTAINOTHERS', 'adminEntriesMaintainOthers: Administrate other user\'s entries'); @define('PERMISSION_ADMINENTRIESMAINTAINOTHERS', 'adminÚdržbaPříspěvkůOstatních: Administrace příspěvků ostatních uživatelů');
@define('PERMISSION_ADMINIMPORT', 'adminImport: Import entries'); @define('PERMISSION_ADMINIMPORT', 'adminImport: Import příspěvků');
@define('PERMISSION_ADMINCATEGORIES', 'adminCategories: Administrate categories'); @define('PERMISSION_ADMINCATEGORIES', 'adminKategorie: Administrace kategorií');
@define('PERMISSION_ADMINCATEGORIESMAINTAINOTHERS', 'adminCategoriesMaintainOthers: Administrate other user\'s categories'); @define('PERMISSION_ADMINCATEGORIESMAINTAINOTHERS', 'adminÚdržbaKategoriíOstatních: Administrace kategorií ostatních uživatelů');
@define('PERMISSION_ADMINCATEGORIESDELETE', 'adminCategoriesDelete: Delete categories'); @define('PERMISSION_ADMINCATEGORIESDELETE', 'adminMazáníKategorií: Smazat kategorie');
@define('PERMISSION_ADMINUSERS', 'adminUsers: Administrate users'); @define('PERMISSION_ADMINUSERS', 'adminUživatelů: Administrace uživatelů');
@define('PERMISSION_ADMINUSERSDELETE', 'adminUsersDelete: Delete users'); @define('PERMISSION_ADMINUSERSDELETE', 'adminMazáníUživatelů: Smazat uživatele');
@define('PERMISSION_ADMINUSERSEDITUSERLEVEL', 'adminUsersEditUserlevel: Change userlevel'); @define('PERMISSION_ADMINUSERSEDITUSERLEVEL', 'adminZměnaÚrovněUživatele: Změna úrovně uživatele');
@define('PERMISSION_ADMINUSERSMAINTAINSAME', 'adminUsersMaintainSame: Administrate users that are in your group(s)'); @define('PERMISSION_ADMINUSERSMAINTAINSAME', 'adminUživateléStejnéSkupiny: Administrace uživatelů ve stejné skupině');
@define('PERMISSION_ADMINUSERSMAINTAINOTHERS', 'adminUsersMaintainOthers: Administrate users that are not in your group(s)'); @define('PERMISSION_ADMINUSERSMAINTAINOTHERS', 'adminUživateléJinéSkupiny: Administrace uživatelů v jiných skupinách');
@define('PERMISSION_ADMINUSERSCREATENEW', 'adminUsersCreateNew: Create new users'); @define('PERMISSION_ADMINUSERSCREATENEW', 'adminNovíUživatelé: Zakládat nové uživatele');
@define('PERMISSION_ADMINUSERSGROUPS', 'adminUsersGroups: Administrate usergroups'); @define('PERMISSION_ADMINUSERSGROUPS', 'adminUživatelskéSkupiny: Administrace skupin uživatelů');
@define('PERMISSION_ADMINPLUGINS', 'adminPlugins: Administrate plugins'); @define('PERMISSION_ADMINPLUGINS', 'adminPluginy: Administrace pluginů');
@define('PERMISSION_ADMINPLUGINSMAINTAINOTHERS', 'adminPluginsMaintainOthers: Administrate other user\'s plugins'); @define('PERMISSION_ADMINPLUGINSMAINTAINOTHERS', 'adminÚdržbaPluginůOstatních: Administrace pluginů ostatních uživatelů');
@define('PERMISSION_ADMINIMAGES', 'adminImages: Administrate media files'); @define('PERMISSION_ADMINIMAGES', 'adminObrázky: Administrace souborů media');
@define('PERMISSION_ADMINIMAGESDIRECTORIES', 'adminImagesDirectories: Administrate media directories'); @define('PERMISSION_ADMINIMAGESDIRECTORIES', 'adminAdresářeObrázků: Administrace adresářů pro media');
@define('PERMISSION_ADMINIMAGESADD', 'adminImagesAdd: Add new media files'); @define('PERMISSION_ADMINIMAGESADD', 'adminPřidatObrázek: Přidávání nových souborů medií');
@define('PERMISSION_ADMINIMAGESDELETE', 'adminImagesDelete: Delete media files'); @define('PERMISSION_ADMINIMAGESDELETE', 'adminSmazatObrázek: Mazání souborů medií');
@define('PERMISSION_ADMINIMAGESMAINTAINOTHERS', 'adminImagesMaintainOthers: Administrate other user\'s media files'); @define('PERMISSION_ADMINIMAGESMAINTAINOTHERS', 'adminÚdržbaObrázkůOstatní: Administrace souborů medií ostatních uživatelů');
@define('PERMISSION_ADMINIMAGESVIEW', 'adminImagesView: View media files'); @define('PERMISSION_ADMINIMAGESVIEW', 'adminProhlíženíObrázků: Prohlížení souborů medií');
@define('PERMISSION_ADMINIMAGESSYNC', 'adminImagesSync: Sync thumbnails'); @define('PERMISSION_ADMINIMAGESSYNC', 'adminSynchroObrázků: Sync thumbnailů');
@define('PERMISSION_ADMINCOMMENTS', 'adminComments: Administrate comments'); @define('PERMISSION_ADMINCOMMENTS', 'adminKomentáře: Administrace komentářů');
@define('PERMISSION_ADMINTEMPLATES', 'adminTemplates: Administrate templates'); @define('PERMISSION_ADMINTEMPLATES', 'adminTemplate: Administrace šablon (template)');
@define('INSTALL_BLOG_EMAIL', 'Blog\'s E-Mail address'); @define('INSTALL_BLOG_EMAIL', 'E-Mail pro blog');
@define('INSTALL_BLOG_EMAIL_DESC', 'This configures the E-Mail address that is used as the "From"-Part of outgoing mails. Be sure to set this to an address that is recognized by the mailserver used on your host - many mailservers reject messages that have unknown From-addresses.'); @define('INSTALL_BLOG_EMAIL_DESC', 'Toto nastaví E-Mailovou adresu, která je použita v poli "From"- (od) pro odchozí e-maily. Nastavte si tuto adresu tak, aby byla rozpoznána mailovým serverem používaným vaším webhosterem - mnoho mailserverů odmítá poštu, která má neznámou From-addresu (adr odesilatele).');
@define('CATEGORIES_PARENT_BASE', 'Only show categories below...'); @define('CATEGORIES_PARENT_BASE', 'Zobrazit jen kategorie niže ...');
@define('CATEGORIES_PARENT_BASE_DESC', 'You can choose a parent category so that only the child categories are shown.'); @define('CATEGORIES_PARENT_BASE_DESC', 'Můžete vybrat rodičovskou kategorii, takže budou zobrazeny jen její nižší kategori.');
@define('CATEGORIES_HIDE_PARALLEL', 'Hide categories that are not part of the category tree'); @define('CATEGORIES_HIDE_PARALLEL', 'Skrýt kategorie, které nejsou součástí stromu kategorií');
@define('CATEGORIES_HIDE_PARALLEL_DESC', 'If you want to hide categories that are part of a different category tree, you need to enable this. This feature makes most sense if used in conjunction with a multi-blog using the "Properties/Tempaltes of categories" plugin.'); @define('CATEGORIES_HIDE_PARALLEL_DESC', 'Jestliže chcete skrýt kategorie, které jsou částí jiného stromu kategorií, musíte tohle povolit. Tato možnost se nejlépe použije ve spojení s multi-blogem a pluginem "Properties/Templates of categories".');
@define('PERMISSION_ADMINIMAGESVIEWOTHERS', 'adminImagesViewOthers: View other user\'s media files'); @define('PERMISSION_ADMINIMAGESVIEWOTHERS', 'adminProhlíženíObrázkůOstatní: Prohlížení medií ostatních uživatelů');
@define('CHARSET_NATIVE', 'Native'); @define('CHARSET_NATIVE', 'Národní');
@define('INSTALL_CHARSET', 'Charset selection'); @define('INSTALL_CHARSET', 'Volba znakové sady - Charset');
@define('INSTALL_CHARSET_DESC', 'Here you can toggle UTF-8 or native (ISO, EUC, ...) charactersets. Some languages only have UTF-8 translations so that setting the charset to "Native" will have no effects. UTF-8 is suggested for new installations. Do not change this setting if you have already made entries with special characters - this may lead to corrupt characters. Be sure to read more on http://www.s9y.org/index.php?node=46 about this issue.'); @define('INSTALL_CHARSET_DESC', 'Zde můžete volit mezi UTF-8 nebo národní (ISO, EUC, ...) znakovou sadou. Některé jazyky mají jen překlady UTF-8, takže nastavení znakové sady na národní nemá žádný účinek. UTF-8 se doporučuje pro nové instalace. Neměňte toto nastavení, jestliže jste již napsali příspěvky se speciálními (národními) znaky - mohlo by způsobit porušení textu. Přečtěte si o tomto problému více na http://www.s9y.org/index.php?node=46 .');
@define('CALENDAR_ENABLE_EXTERNAL_EVENTS', 'Enable Plugin API hook'); @define('CALENDAR_ENABLE_EXTERNAL_EVENTS', 'Povolit Plugin API hook');
@define('CALENDAR_EXTEVENT_DESC', 'If enabled, plugins can hook into the calendar to display their own events highlighted. Only enable if you have installed plugins that need this, otherwise it just decreases performance.'); @define('CALENDAR_EXTEVENT_DESC', 'Jestliže je toto povoleno, mohou se pluginy napojovat na kalendář a zvýrazňovat své vlastní události. Povolte jen když máte pluginy, které toto potřebují, jinak to jen snižuje výkon.');
@define('XMLRPC_NO_LONGER_BUNDLED', 'The XML-RPC API Interface to Serendipity is no longer bundled because of ongoing security issues with this API and not many people using it. Thus you need to install the XML-RPC Plugin to use the XML-RPC API. The URL to use in your applications will NOT change - as soon as you have installed the plugin, you will again be able to use the API.'); @define('XMLRPC_NO_LONGER_BUNDLED', 'XML-RPC API Interface na Serendipity již není přibaleno kvůli pokračujícím bezpečnostním problémům s tímhle API a protože ho moc lidí nepoužívá. Proto musíte nainstalovat plugin XML-RPC, když chcete XML-RPC API používat. URL, které se použije ve vaší aplikaci, se nezmění - hned po instalaci pluginu budete moci API používat.');
@define('PERM_READ', 'Read permission'); @define('PERM_READ', 'Právo na čtení');
@define('PERM_WRITE', 'Write permission'); @define('PERM_WRITE', 'Právo na zápis');
@define('PERM_DENIED', 'Permission denied.'); @define('PERM_DENIED', 'Přístup odepřen.');
@define('INSTALL_ACL', 'Apply read-permissions for categories'); @define('INSTALL_ACL', 'Aplikovat práva na čtení pro kategorie');
@define('INSTALL_ACL_DESC', 'If enabled, the usergroup permission settings you setup for categories will be applied when logged-in users view your blog. If disabled, the read-permissions of the categories are NOT applied, but the positive effect is a little speedup on your blog. So if you don\'t need multi-user read permissions for your blog, disable this setting.'); @define('INSTALL_ACL_DESC', 'Pokud je povoleno, budou na kategorie aplikována nastavení práv pro skupiny uživatelů, když si přihlášení uživatelé budou prohlížet váš blog. Není-li povoleno, práva na čtení pro kategorie nejsou aplikována, a zlepšuje se rychlost blogu. Jestliže nechcete mít práva pro čtení pro různé uživatele, toto nastavení zakažte.');
@define('PLUGIN_API_VALIDATE_ERROR', 'Configuration syntax wrong for option "%s". Needs content of type "%s".'); @define('PLUGIN_API_VALIDATE_ERROR', 'Syntax konfigurace je chybná pro volbu "%s". Vyžaduje obsah typu "%s".');
@define('USERCONF_CHECK_PASSWORD', 'Old Password'); @define('USERCONF_CHECK_PASSWORD', 'Staré heslo');
@define('USERCONF_CHECK_PASSWORD_DESC', 'If you change the password in the field above, you need to enter the current user password into this field.'); @define('USERCONF_CHECK_PASSWORD_DESC', 'Jestliže změníte heslo v políčku výše, musíte do tohoto pole zadat současné heslo.');
@define('USERCONF_CHECK_PASSWORD_ERROR', 'You did not specify the right old password, and are not authorized to change the new password. Your settings were not saved.'); @define('USERCONF_CHECK_PASSWORD_ERROR', 'Nezadali jste správné staré heslo a nejste oprávněni heslo změnit. Vaše nastavení nebylo uloženo.');
@define('ERROR_XSRF', 'Your browser did not sent a valid HTTP-Referrer string. This may have either been caused by a misconfigured browser/proxy or by a Cross Site Request Forgery (XSRF) aimed at you. The action you requested could not be completed.'); @define('ERROR_XSRF', 'Váš prohlížeč nezaslal platný HTTP-Referrer string. To mohlo být způsobeno buď špatně nastaveným prohlížečem/proxy nebo Cross Site Request Forgery (XSRF), který je na vás namířen. Požadovaná akce nemohla být dokončena.');
@define('INSTALL_PERMALINK_FEEDAUTHOR_DESC', 'Here you can define the relative URL structure beginning from your base URL to where RSS-feeds from specific users may be viewed. You can use the variables %id%, %realname%, %username%, %email% and any other characters.'); @define('INSTALL_PERMALINK_FEEDAUTHOR_DESC', 'Zde můžete definovat relativ strukturu URL, kde začátek je vaše base URL, z níž mohou být být dostupné RSS kanály od určitých uživatelů. Můžete použít proměnné %id%, %realname%, %username%, %email% a jakékoli jiné znaky.');
@define('INSTALL_PERMALINK_FEEDAUTHOR', 'Permalink RSS-Feed Author URL structure'); @define('INSTALL_PERMALINK_FEEDAUTHOR', 'Permalink RSS-Feed Author URL structure');
@define('INSTALL_PERMALINK_AUTHORSPATH', 'Path to authors'); @define('INSTALL_PERMALINK_AUTHORSPATH', 'Cesta k autorům');
@define('AUTHORS', 'Authors'); @define('AUTHORS', 'Autoři');
@define('AUTHORS_ALLOW_SELECT', 'Allow visitors to display multiple authors at once?'); @define('AUTHORS_ALLOW_SELECT', 'Povolit návštěvníkům vybrat více autorů najednou?');
@define('AUTHORS_ALLOW_SELECT_DESC', 'If this option is enabled, a checkbox will be put next to each author in this sidebar plugin. Users can check those boxes and see entries matching their selection.'); @define('AUTHORS_ALLOW_SELECT_DESC', 'Jestliže je tato volba povolena, bude u každého autora umístěno zatrhávací okénko. Uživatelé mohou zvolit více autorů a vidět příspěvky, které vyhovují jejich výběru');
@define('AUTHOR_PLUGIN_DESC', 'Shows a list of authors'); @define('AUTHOR_PLUGIN_DESC', 'Zobrazit seznam autorů');
@define('CATEGORY_PLUGIN_TEMPLATE', 'Enable Smarty-Templates?'); @define('CATEGORY_PLUGIN_TEMPLATE', 'Povolit Smarty-Templates?');
@define('CATEGORY_PLUGIN_TEMPLATE_DESC', 'If this option is enabled, the plugin will utilize Smarty-Templating features to output the category listing. If you enable this, you can change the layout via the "plugin_categories.tpl" template file. Enabling this option will impact performance, so if you do not need to make customizations, leave it disabled.'); @define('CATEGORY_PLUGIN_TEMPLATE_DESC', 'Je-li tato možnost povolena, bude plugin pro výpis kategorií využívat možností Smarty-Templating. Když tohle povolíte, můžete měnit layout přes šablonu "plugin_categories.tpl". Povolení téhle volby může zhoršit výkon, takže pokud nechcete dělat úpravy pro jednotlivé kategorie, nechte to zakázané.');
@define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?'); @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Zobrazit počet příspěvků na kategorii? ');
@define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?'); @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Zobrazit počet článků u jména autora?');
@define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.'); @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'Je-li tato volba povolena, je vedle jména autora zobrazen v závorce počet jeho příspěvků.');
@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available'); @define('CUSTOM_ADMIN_INTERFACE', 'Je upravené prostředí pro administraci');
@define('COMMENT_NOT_ADDED', 'Váš komentář nebyl přidán, protože k tomuto záznamu nejsou komentáře umožněny. %sVraťte se%s zpět ke komentářům nebo %szavřete%s toto okno.'); // Retranslate: 'Your comment could not be added, because comments for this entry have either been disabled, you entered invalid data, or your comment was caught by anti-spam measurements.' @define('COMMENT_NOT_ADDED', 'Váš komentář nemohl být přidán, protože komentáře k tomuto příspěvku byly zakázány, zadali jste špatná data nebo byl váš komentář zachycen antispamem.');
@define('INSTALL_TRACKREF', 'Enable referrer tracking?'); @define('INSTALL_TRACKREF', 'Povolit referrer tracking?');
@define('INSTALL_TRACKREF_DESC', 'Enabling the referrer tracking will show you which sites refer to your articles. Today this is often abused for spamming, so you can disable it if you want.'); @define('INSTALL_TRACKREF_DESC', 'Povolení referrer tracking vám ukáže, které weby odkazují na vaše články. Dnes je to často zneužíváno pro spam, takže to můžete zakázat, chcete-li.');
@define('CATEGORIES_HIDE_PARENT', 'Hide the selected parent category?'); @define('CATEGORIES_HIDE_PARENT', 'Skrýt zvolenou rodičovskou kategorii?');
@define('CATEGORIES_HIDE_PARENT_DESC', 'If you restrict the listing of categories to a specific category, by default you will see that parent category within the output listing. If you disable this option, the parent category name will not be displayed.'); @define('CATEGORIES_HIDE_PARENT_DESC', 'Jestliže omezíte výpis kategorií na specifickou kategorii, standardně bude na výstupu rodičovská kategorie zobrazena. Když tuto možnost zakážete, název rodičovské kategorie nebude zobrazen.');
@define('WARNING_NO_GROUPS_SELECTED', 'Warning: You did not select any group memberships. This would effectively log you out of the usergroup management, and thus your group memberships werde not changed.'); @define('WARNING_NO_GROUPS_SELECTED', 'Varování: Nezvolili jste si členství v žádné skupině. To by vás vyloučilo z řízení práv uživatelských skupin, a proto vaše členství ve skupině nebude změněno.');
@define('INSTALL_RSSFETCHLIMIT', 'Entries to display in Feeds'); @define('INSTALL_RSSFETCHLIMIT', 'Články, které se mají zobrazit v RSS Feedu');
@define('INSTALL_RSSFETCHLIMIT_DESC', 'Number of entries to display for each page on the RSS Feed.'); @define('INSTALL_RSSFETCHLIMIT_DESC', 'Počet článků, které se má zobrazit na každé stránce v RSS Feedu.');
@define('INSTAL_DB_UTF8', 'Enable DB-charset conversion'); @define('INSTAL_DB_UTF8', 'Povolit DB-charset conversion');
@define('INSTAL_DB_UTF8_DESC', 'Issues a MySQL "SET NAMES" query to indicate the required charset for the database. Turn this on or off, if you see weird characters in your blog.'); @define('INSTAL_DB_UTF8_DESC', 'Vyvolá dotaz MySQL "SET NAMES", aby se zjistila požadovaná znaková sada pro databázi. Zapněte to nebo vypněte, pokud se vám na blogu objevují podivné znaky.');
@define('ONTHEFLYSYNCH', 'Enable on-the-fly media synchronization'); @define('ONTHEFLYSYNCH', 'Povolit synchronizaci medií za běhu (on the fly)');
@define('ONTHEFLYSYNCH_DESC', 'If enabled, Serendipity will compare the media database with the files stored on your server and synchronize the database and directory contents.'); @define('ONTHEFLYSYNCH_DESC', 'Pokud je to povoleno, Serendipity bude porovnávat databázi medií se soubory uloženými na serveru a bude synchronizovat obsah databáze a adresáře.');
@define('USERCONF_CHECK_USERNAME_ERROR', 'The username cannot be left blank.'); @define('USERCONF_CHECK_USERNAME_ERROR', 'Jméno uživatele nemůže být prázdné.');
@define('FURTHER_LINKS', 'Further Links'); @define('FURTHER_LINKS', 'Další odkazy');
@define('FURTHER_LINKS_S9Y', 'Serendipity Homepage'); @define('FURTHER_LINKS_S9Y', 'Serendipity Homepage');
@define('FURTHER_LINKS_S9Y_DOCS', 'Serendipity Documentation'); @define('FURTHER_LINKS_S9Y_DOCS', 'Serendipity Documentation');
@define('FURTHER_LINKS_S9Y_BLOG', 'Official Blog'); @define('FURTHER_LINKS_S9Y_BLOG', 'Official Blog');
@define('FURTHER_LINKS_S9Y_FORUMS', 'Forums'); @define('FURTHER_LINKS_S9Y_FORUMS', 'Forums');
@define('FURTHER_LINKS_S9Y_SPARTACUS', 'Spartacus'); @define('FURTHER_LINKS_S9Y_SPARTACUS', 'Spartacus');
@define('COMMENT_IS_DELETED', '(Comment removed)'); @define('COMMENT_IS_DELETED', '(Komentář odstraněn)');
@define('CURRENT_AUTHOR', 'Current author'); @define('CURRENT_AUTHOR', 'Aktuální autor');
@define('WORD_NEW', 'New'); @define('WORD_NEW', 'Nové');
@define('SHOW_MEDIA_TOOLBAR', 'Show toolbar within media selector popup?'); @define('SHOW_MEDIA_TOOLBAR', 'Ukázat lištu nástrojů v okně výběru medií?');
@define('MEDIA_KEYWORDS', 'Media keywords'); @define('MEDIA_KEYWORDS', 'Media - klíčová slova');
@define('MEDIA_KEYWORDS_DESC', 'Enter a list of ";" separated words that you want to use as pre-defined keywords for media items.'); @define('MEDIA_KEYWORDS_DESC', 'Zadejte seznam slov oddělených ";" která chcete použít jako předdefonovaná klíčová slova pro položky v mediích.');
@define('MEDIA_EXIF', 'Import EXIF/JPEG image data'); @define('MEDIA_EXIF', 'Importovat EXIF/JPEG data obrázku');
@define('MEDIA_EXIF_DESC', 'If enabled, existing EXIF/JPEG metadata of images will be parsed and stored in the database for display in the media gallery.'); @define('MEDIA_EXIF_DESC', 'Je-li povoleno, existující EXIF/JPEG metadata obrázků budou parsována a uložena v databázi, aby je bylo možno zobrazit v galerii medií.');
@define('MEDIA_PROP', 'Media properties'); @define('MEDIA_PROP', 'Vlastnosti media');
@define('GO_ADD_PROPERTIES', 'Go & enter properties'); @define('GO_ADD_PROPERTIES', 'Zadej vlastnosti');
@define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_DPI', 'DPI');
@define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright');
@define('MEDIA_PROPERTY_COMMENT1', 'Short Comment'); @define('MEDIA_PROPERTY_COMMENT1', 'Krátký komentář');
@define('MEDIA_PROPERTY_COMMENT2', 'Long Comment'); @define('MEDIA_PROPERTY_COMMENT2', 'Dlouhý komentář');
@define('MEDIA_PROPERTY_TITLE', 'Title'); @define('MEDIA_PROPERTY_TITLE', 'Titulek');
@define('MEDIA_PROP_DESC', 'Enter a list of ";" separated property fields you want to define for each media file'); @define('MEDIA_PROP_DESC', 'Zadejte seznam polí vlastností oddělených ";" , které chcete definovat pro každý souor v mediích');
@define('MEDIA_PROP_MULTIDESC', '(You can append ":MULTI" after any item to indicate that this item will contain long text instead of just some characters)'); @define('MEDIA_PROP_MULTIDESC', '(Za každou položku můžete přidat ":MULTI", což bude indikovat, že tato položka bude obsahovat dlouhý text místo jen několika znaků)');
@define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS_NONE', 'Toto téma/styl nemá specifické volby. Pokud chcete vědět, jak můžete pro svoje šablony nastavit specifické volby, čtěte Technical Documentation na www.s9y.org "Configuration of Theme options".');
@define('STYLE_OPTIONS', 'Theme/Style options'); @define('STYLE_OPTIONS', 'Volby pro téma/stylu');
@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('PLUGIN_AVAILABLE_COUNT', 'Celkem: %d pluginů.');
@define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance'); @define('SYNDICATION_RFC2616', 'Aktivovat strict RFC2616 RSS-Feed compliance');
@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also vioaltes RFC2616. So if you set this option to "TRUE" you will compliy with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); @define('SYNDICATION_RFC2616_DESC', 'Když neaktivujete RFC2616, znamená to, že všechny podmíněné GETy na Serendipity vrátí příspěvky, které byly modifikovány od času posledního požadavku. Když tohle nastavíte na "false", vaši návštěvníci dostanou všechny články od svého posledního požadavku, což se považuje za dobrou věc. Avšak někteří agenti jako Planet fungují divně, když tohle nastane a taky to porušuje RFC2616. Takže když nastavíte tuto volbu na "TRUE", budete vyhovovat RFC ale návštěvníkům mohou ve čtečkách během prázdnin zmizet příspěvky. V každém případě, buď to vadí agregátorům jako je Planet, nebo to vadí návštěvníkům blogu. Když se vyskytnou stížnosti z kterékoli strany, můžete tuhle volbu přepnout. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822');
@define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_PROPERTY_DATE', 'Asociované datum');
@define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length');
@define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s'); @define('FILENAME_REASSIGNED', 'Automaticky přidělené nové jméno souboru: %s');
@define('MEDIA_UPLOAD_SIZE', 'Max. file upload size'); @define('MEDIA_UPLOAD_SIZE', 'Max. velikost uploadvoaného souboru');
@define('MEDIA_UPLOAD_SIZE_DESC', 'Enter the maximum filesize for uploaded files in bytes. This setting can be overruled by server-side settings in PHP.ini: upload_max_filesize, post_max_size, max_input_time all take precedence over this option. An empty string means to only use the server-side limits.'); @define('MEDIA_UPLOAD_SIZE_DESC', 'Zadejte maximální velikost pro uploadované (nahrávané) soubory v bytech. Toto nastavení může být přepsáno nastavením serveru v php.ini: upload_max_filesize, post_max_size, max_input_time mají přednost před touto volbou. Prázdný řetězec znamená, že se použije limit serveru.');
@define('MEDIA_UPLOAD_SIZEERROR', 'Error: You cannot upload files larger than %s bytes!'); @define('MEDIA_UPLOAD_SIZEERROR', 'Chyba: Nemůžete uploadovat soubory větší než %s bytů!');
@define('MEDIA_UPLOAD_MAXWIDTH', 'Max. width of image files for upload'); @define('MEDIA_UPLOAD_MAXWIDTH', 'Max. šířka obrázků pro upload');
@define('MEDIA_UPLOAD_MAXWIDTH_DESC', 'Enter the maximum image width in pixels for uploaded images.'); @define('MEDIA_UPLOAD_MAXWIDTH_DESC', 'Zadejte maximální šířku pro uploadované obrázky v pixelech.');
@define('MEDIA_UPLOAD_MAXHEIGHT', 'Max. height of image files for upload'); @define('MEDIA_UPLOAD_MAXHEIGHT', 'Max. výška obrázku pro upload');
@define('MEDIA_UPLOAD_MAXHEIGHT_DESC', 'Enter the maximum image height in pixels for uploaded images.'); @define('MEDIA_UPLOAD_MAXHEIGHT_DESC', 'Zadejte maximální výšku v pixelech pro uploadované obrázky.');
@define('MEDIA_UPLOAD_DIMERROR', 'Error: You cannot upload image files larger than %s x %s pixels!'); @define('MEDIA_UPLOAD_DIMERROR', 'Chyba: Nemůžete uploadovat soubory obrázků větší než %s x %s pixelů!');
@define('MEDIA_TARGET', 'Target for this link'); @define('MEDIA_TARGET', 'Cíl odkazu');
@define('MEDIA_TARGET_JS', 'Popup window (via JavaScript, adaptive size)'); @define('MEDIA_TARGET_JS', 'Popup okno (pomocí JavaScriptu, přizpůsobitelná velikost)');
@define('MEDIA_ENTRY', 'Isolated Entry'); @define('MEDIA_ENTRY', 'Samostatný příspěvek');
@define('MEDIA_TARGET_BLANK', 'Popup window (via target=_blank)'); @define('MEDIA_TARGET_BLANK', 'Popup okno (pomocí target=_blank)');
@define('MEDIA_DYN_RESIZE', 'Allow dynamic image resizing?'); @define('MEDIA_DYN_RESIZE', 'Povolit dynamickou změnu velikosti obrázků?');
@define('MEDIA_DYN_RESIZE_DESC', 'If enabled, the media selector can return images in any requested size via a GET variable. The results are cached, and thus can create a large filebase if you make intensive use of it.'); @define('MEDIA_DYN_RESIZE_DESC', 'Je-li povoleno, může media selector vracet obrázky v jakékoli požadované velikosti přes proměnnou GET. Výsledky jsou kešovány, a tak se může vytvořit velký soubor, jestliže to intenzivně používáte.');
@define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s'); @define('MEDIA_DIRECTORY_MOVED', 'Adresáře a soubory byly úspěšně přesunuty do %s');
@define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!'); @define('MEDIA_DIRECTORY_MOVE_ERROR', 'Adresáře a soubory nemohly být přesunuty do %s!');
@define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.'); @define('MEDIA_DIRECTORY_MOVE_ENTRY', 'V Ne-MySQL databázi není iterace po příspěvcích a nahrazení staré adresy původního adresáře novou URL možné. Budete muset příspěvky ručně editovat a ty adresy upravit. Ale pořád ještě můžete adresář přesunout zpátky tam kde byl, jestli je to pro vás moc otravné.');
@define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.'); @define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'URL přesunutého adresáře přesunuto v %s příspěvcích.');
@define('PLUGIN_ACTIVE', 'Active'); @define('PLUGIN_ACTIVE', 'Aktiv');
@define('PLUGIN_INACTIVE', 'Inactive'); @define('PLUGIN_INACTIVE', 'Neaktiv');
@define('PREFERENCE_USE_JS', 'Enable advanced JS usage?'); @define('PREFERENCE_USE_JS', 'Povolit použití advanced JS?');
@define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.'); @define('PREFERENCE_USE_JS_DESC', 'Je-li toto povoleno, budou povoleny sekce s advanced JavaScript, aby se zlepšila použitelnost. Např v sekci pro konfiguraci pluginů můžete pro přeskládání pluginů použít drag and drop (táhnout myší).');
@define('PREFERENCE_USE_JS_WARNING', '(This page uses advanced JavaScripting. If you are having functionality issues, please disable the use of advanced JS usage in your personal preferences or disable your browser\'s JavaScript)'); @define('PREFERENCE_USE_JS_WARNING', '(Tato stránka používá advanced JavaScripting. Jestliže máte problémy s fungováním, zakažte prosím používání advanced JS ve svém osobním nastavení nebo zakažte javascript v prohlížeči.)');
@define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments'); @define('INSTALL_PERMALINK_COMMENTSPATH', 'Cesta ke komentářům');
@define('PERM_SET_CHILD', 'Set the same permissions on all child directories'); @define('PERM_SET_CHILD', 'Nastavte shodná práva pro všechny podřízené adresáře');
@define('PERMISSION_FORBIDDEN_PLUGINS', 'Forbidden plugins'); @define('PERMISSION_FORBIDDEN_PLUGINS', 'Zakázané pluginy');
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events'); @define('PERMISSION_FORBIDDEN_HOOKS', 'Zakázané události');
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE', 'Povolit Plugin ACL pro uživatelské skupiny?');
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'Jestliže je volba "Plugin ACL pro uživatelské skupiny" v konfiguraci povolena, můžete určit, které skupiny uživatelů mohou provádět určité pluginy/události.');
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles');
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet');
@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.');

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_cz.inc.php 1460 2006-10-26 20:05:04Z garvinhicking $ <?php # $Id: serendipity_lang_cz.inc.php 1408 2006-08-23 13:47:50Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translation (c) 2004 Josef Klimosz <ok2wo@centrum.cz> # Translation (c) 2004 Josef Klimosz <ok2wo@centrum.cz>
@ -65,7 +65,7 @@ $i18n_filename_to = array (
@define('NEW_ENTRY', 'Nový záznam'); @define('NEW_ENTRY', 'Nový záznam');
@define('EDIT_ENTRIES', 'Editovat záznamy'); @define('EDIT_ENTRIES', 'Editovat záznamy');
@define('CATEGORIES', 'Kategorie'); @define('CATEGORIES', 'Kategorie');
@define('WARNING_THIS_BLAHBLAH', "POZOR:\\nTato akce může trvat déle pokud máte mnoho obrázků bez náhledů."); @define('WARNING_THIS_BLAHBLAH', "POZOR:\\nTato akce může trvat déle, pokud máte mnoho obrázků bez náhledů.");
@define('CREATE_THUMBS', 'Vytvořit náhledy'); @define('CREATE_THUMBS', 'Vytvořit náhledy');
@define('MANAGE_IMAGES', 'Správa obrázků'); @define('MANAGE_IMAGES', 'Správa obrázků');
@define('NAME', 'Jméno'); @define('NAME', 'Jméno');
@ -679,20 +679,20 @@ $i18n_filename_to = array (
@define('SYNDICATION_PLUGIN_SHOW_MAIL', 'Zobrazovat e-mailové adresy?'); @define('SYNDICATION_PLUGIN_SHOW_MAIL', 'Zobrazovat e-mailové adresy?');
@define('IMAGE_MORE_INPUT', 'Přidat více obrázků'); @define('IMAGE_MORE_INPUT', 'Přidat více obrázků');
@define('BACKEND_TITLE', 'Další informace v konfigurační obrazovce pluginu'); @define('BACKEND_TITLE', 'Další informace v konfigurační obrazovce pluginu');
@define('BACKEND_TITLE_FOR_NUGGET', 'Zde můžete definovat svůz řetězec, který bude zobrazen v konfigurační obrazovce pluginu společně s popisem pluginu HTML Nugget. If you have multiple HTML nuggets with an empty title, this helps to distinct the plugins from another.'); // Translate @define('BACKEND_TITLE_FOR_NUGGET', 'Zde můžete definovat svůj řetězec, který bude zobrazen v konfigurační obrazovce pluginu společně s popisem pluginu HTML Nugget. Když máte několik HTML nuggetů s prázdným tittle, toto vám pomůže je rozlišit.');
@define('CATEGORIES_ALLOW_SELECT', 'Povolit návštěvníkům zobrazit více kategorií najednou?'); @define('CATEGORIES_ALLOW_SELECT', 'Povolit návštěvníkům zobrazit více kategorií najednou?');
@define('CATEGORIES_ALLOW_SELECT_DESC', 'If this option is enabled, a checkbox will be put next to each category in this sidebar plugin. Users can check those boxes and then see entries belonging to their selection.'); // Translate @define('CATEGORIES_ALLOW_SELECT_DESC', 'Jestliže je tato volba povolena, bude v tomto postranním pluginu hned vedle každé kategorie zaškrtávací okénko. Uživatelé mohou tyto boxy zaškrtnout a vidět jen příspěvky patřící do tohoto výběru.');
@define('PAGE_BROWSE_PLUGINS', 'Strana %s z %s, celkem %s pluginů.'); @define('PAGE_BROWSE_PLUGINS', 'Strana %s z %s, celkem %s pluginů.');
@define('INSTALL_CAT_PERMALINKS', 'Trvalé odkazy'); @define('INSTALL_CAT_PERMALINKS', 'Trvalé odkazy');
@define('INSTALL_CAT_PERMALINKS_DESC', 'Defines various URL patterns to define permanent links in your blog. It is suggested that you use the defaults; if not, you should try to use the %id% value where possible to prevent Serendipity from querying the database to lookup the target URL.'); @define('INSTALL_CAT_PERMALINKS_DESC', 'Definuje různé vzory URL patterns pro definici trvalých odkazů (permanent links) ve vašem blogu. Doporučujeme použít defaultní nastavení; pokud ne, měli byste zkusit použít hodnotu %id% tam, kde je to možné, abyste předešli dotazům do databáze při hledání cílové URL.');
@define('INSTALL_PERMALINK', 'Struktura URL trvalých odkazů'); @define('INSTALL_PERMALINK', 'Struktura URL trvalých odkazů');
@define('INSTALL_PERMALINK_DESC', 'Here you can define the relative URL structure begining from your base URL to where entries may become available. You can use the variables %id%, %title%, %day%, %month%, %year% and any other characters.'); @define('INSTALL_PERMALINK_DESC', 'Zde můžete definovat relativ strukturu URL, kde začátek je vaše base URL, z níž mohou být příspěvky dostupné. Můžete použít proměnné %id%, %title%, %day%, %month%, %year% a jakékoli jiné znaky.');
@define('INSTALL_PERMALINK_AUTHOR', 'Struktura URL autorů'); @define('INSTALL_PERMALINK_AUTHOR', 'Struktura URL autorů');
@define('INSTALL_PERMALINK_AUTHOR_DESC', 'Here you can define the relative URL structure begining from your base URL to where entries from certain authors may become available. You can use the variables %id%, %realname%, %username%, %email% and any other characters.'); @define('INSTALL_PERMALINK_AUTHOR_DESC', 'Zde můžete definovat relativ strukturu URL, kde začátek je vaše base URL, z níž mohou být dostupné příspěvky určitých autorů. Můžete použít proměnné %id%, %realname%, %username%, %email% a jakékoli jiné znaky.');
@define('INSTALL_PERMALINK_CATEGORY', 'Struktura URL kategorií'); @define('INSTALL_PERMALINK_CATEGORY', 'Struktura URL kategorií');
@define('INSTALL_PERMALINK_CATEGORY_DESC', 'Here you can define the relative URL structure begining from your base URL to where entries from certain categories may become available. You can use the variables %id%, %name%, %description% and any other characters.'); @define('INSTALL_PERMALINK_CATEGORY_DESC', 'Zde můžete definovat relativ strukturu URL, kde začátek je vaše base URL, z níž mohou být dostupné určité kategorie. Můžete použít proměnné %id%, %name%, %description% a jakékoli jiné znaky.');
@define('INSTALL_PERMALINK_FEEDCATEGORY', 'Struktura URL trvalých odkazů kategorií RSS'); @define('INSTALL_PERMALINK_FEEDCATEGORY', 'Struktura URL trvalých odkazů kategorií RSS');
@define('INSTALL_PERMALINK_FEEDCATEGORY_DESC', 'Here you can define the relative URL structure begining from your base URL to where RSS-feeds frmo certain categories may become available. You can use the variables %id%, %name%, %description% and any other characters.'); @define('INSTALL_PERMALINK_FEEDCATEGORY_DESC', 'Zde můžete definovat relativ strukturu URL, kde začátek je vaše base URL, z níž mohou být dostupné RSS kanály z určitých kategorií. Můžete použít proměnné %id%, %name%, %description% a jakékoli jiné znaky.');
@define('INSTALL_PERMALINK_ARCHIVESPATH', 'Cesta k archivům'); @define('INSTALL_PERMALINK_ARCHIVESPATH', 'Cesta k archivům');
@define('INSTALL_PERMALINK_ARCHIVEPATH', 'Cesta k archivu'); @define('INSTALL_PERMALINK_ARCHIVEPATH', 'Cesta k archivu');
@define('INSTALL_PERMALINK_CATEGORIESPATH', 'Cesta ke kategoriím'); @define('INSTALL_PERMALINK_CATEGORIESPATH', 'Cesta ke kategoriím');
@ -708,8 +708,8 @@ $i18n_filename_to = array (
@define('INSTALL_CAL', 'Typ kalendáře'); @define('INSTALL_CAL', 'Typ kalendáře');
@define('INSTALL_CAL_DESC', 'Vyberte formát kalendáře'); @define('INSTALL_CAL_DESC', 'Vyberte formát kalendáře');
@define('REPLY', 'Odpověď'); @define('REPLY', 'Odpověď');
@define('USERCONF_GROUPS', 'členství ve skupinách'); @define('USERCONF_GROUPS', 'Členství ve skupinách');
@define('USERCONF_GROUPS_DESC', 'Tento uživatel je člen následujících skupin. členství ve více skupinách je možná.'); @define('USERCONF_GROUPS_DESC', 'Tento uživatel je člen následujících skupin. členství ve více skupinách je možné.');
@define('MANAGE_GROUPS', 'Upravuj skupiny'); @define('MANAGE_GROUPS', 'Upravuj skupiny');
@define('DELETED_GROUP', 'Skupina #%d %s smazána.'); @define('DELETED_GROUP', 'Skupina #%d %s smazána.');
@define('CREATED_GROUP', 'Nová skupina %s byla vytvořena'); @define('CREATED_GROUP', 'Nová skupina %s byla vytvořena');
@ -717,187 +717,183 @@ $i18n_filename_to = array (
@define('GROUP', 'Skupina'); @define('GROUP', 'Skupina');
@define('CREATE_NEW_GROUP', 'Vytvořit novou skupinu'); @define('CREATE_NEW_GROUP', 'Vytvořit novou skupinu');
@define('DELETE_GROUP', 'Chystáte se smazat skupinu #%d %s. Myslíte to vážně?'); @define('DELETE_GROUP', 'Chystáte se smazat skupinu #%d %s. Myslíte to vážně?');
@define('USERLEVEL_OBSOLETE', 'NOTICE: The userlevel attribute is now only used for backward compatibility to plugins and fallback authorisation. User privileges are now handled by group memberships!'); @define('USERLEVEL_OBSOLETE', 'UPOZORNĚNÍ: Atribut úroveň uživatele (userlevel) je nyní používán jen kvůli zpětné kompatibilitě s pluginy a autorizaci. Uživatelská práva jsou nyní řízena pomocí členských skupin!');
@define('SYNDICATION_PLUGIN_FEEDBURNERID', 'FeedBurner ID'); @define('SYNDICATION_PLUGIN_FEEDBURNERID', 'FeedBurner ID');
@define('SYNDICATION_PLUGIN_FEEDBURNERID_DESC', 'The ID of the feed you wish to publish'); @define('SYNDICATION_PLUGIN_FEEDBURNERID_DESC', 'ID feedu, který chcete publikovat');
@define('SYNDICATION_PLUGIN_FEEDBURNERIMG', 'FeedBurner image'); @define('SYNDICATION_PLUGIN_FEEDBURNERIMG', 'FeedBurner image');
@define('SYNDICATION_PLUGIN_FEEDBURNERIMG_DESC', 'Name of image to display (or leave blank for counter), located on feedburner.com, ex: fbapix.gif'); @define('SYNDICATION_PLUGIN_FEEDBURNERIMG_DESC', 'Název obrázku, který se má zobrazit (nebo prázdný pro počitadlo), umístěné na feedburner.com, např: fbapix.gif');
@define('SYNDICATION_PLUGIN_FEEDBURNERTITLE', 'FeedBurner title'); @define('SYNDICATION_PLUGIN_FEEDBURNERTITLE', 'FeedBurner title');
@define('SYNDICATION_PLUGIN_FEEDBURNERTITLE_DESC', 'Title (if any) to display alongside the image'); @define('SYNDICATION_PLUGIN_FEEDBURNERTITLE_DESC', 'Title (je-li), který se má zobrazit u obrázku');
@define('SYNDICATION_PLUGIN_FEEDBURNERALT', 'FeedBurner image text'); @define('SYNDICATION_PLUGIN_FEEDBURNERALT', 'FeedBurner image text');
@define('SYNDICATION_PLUGIN_FEEDBURNERALT_DESC', 'Text (if any) to display when hovering the image'); @define('SYNDICATION_PLUGIN_FEEDBURNERALT_DESC', 'Text (je-li) který se má zobrazit při najetí na obrázek');
@define('SEARCH_TOO_SHORT', 'Your search-query must be longer than 3 characters. You can try to append * to shorter words, like: s9y* to trick the search into using shorter words.'); @define('SEARCH_TOO_SHORT', 'Vyhledávací dotaz musí být delší než 3 znaky. Ke kratším slovům můžete zkusit přidat *, jako: s9y*, abyste vyhledávání přiměli pracovat s kratšími slovy.');
@define('INSTALL_DBPORT', 'Database port'); @define('INSTALL_DBPORT', 'Database port');
@define('INSTALL_DBPORT_DESC', 'The port used to connect to your database server'); @define('INSTALL_DBPORT_DESC', 'Port použitý pro spojení k vašemu databázovému serveru');
@define('PLUGIN_GROUP_FRONTEND_EXTERNAL_SERVICES', 'Frontend: External Services'); @define('PLUGIN_GROUP_FRONTEND_EXTERNAL_SERVICES', 'Viditelné (Frontend): Externí služby');
@define('PLUGIN_GROUP_FRONTEND_FEATURES', 'Frontend: Features'); @define('PLUGIN_GROUP_FRONTEND_FEATURES', 'Viditelné (Frontend): Další možnosti');
@define('PLUGIN_GROUP_FRONTEND_FULL_MODS', 'Frontend: Full Mods'); @define('PLUGIN_GROUP_FRONTEND_FULL_MODS', 'Viditelné (Frontend): Úplné mody');
@define('PLUGIN_GROUP_FRONTEND_VIEWS', 'Frontend: Views'); @define('PLUGIN_GROUP_FRONTEND_VIEWS', 'Viditelné (Frontend): Zobrazení/filtry');
@define('PLUGIN_GROUP_FRONTEND_ENTRY_RELATED', 'Frontend: Entry Related'); @define('PLUGIN_GROUP_FRONTEND_ENTRY_RELATED', 'Viditelné (Frontend): Pluginy pro příspěvky');
@define('PLUGIN_GROUP_BACKEND_EDITOR', 'Backend: Editor'); @define('PLUGIN_GROUP_BACKEND_EDITOR', 'Provozní (Backend): Editor');
@define('PLUGIN_GROUP_BACKEND_USERMANAGEMENT', 'Backend: Usermanagement'); @define('PLUGIN_GROUP_BACKEND_USERMANAGEMENT', 'Provozní (Backend): Řízení uživatelů');
@define('PLUGIN_GROUP_BACKEND_METAINFORMATION', 'Backend: Meta information'); @define('PLUGIN_GROUP_BACKEND_METAINFORMATION', 'Provozní (Backend): Meta informace');
@define('PLUGIN_GROUP_BACKEND_TEMPLATES', 'Backend: Templates'); @define('PLUGIN_GROUP_BACKEND_TEMPLATES', 'Provozní (Backend): Templates - šablony vzhledu');
@define('PLUGIN_GROUP_BACKEND_FEATURES', 'Backend: Features'); @define('PLUGIN_GROUP_BACKEND_FEATURES', 'Provozní (Backend): Další možnosti');
@define('PLUGIN_GROUP_IMAGES', 'Images'); @define('PLUGIN_GROUP_IMAGES', 'Obrázky');
@define('PLUGIN_GROUP_ANTISPAM', 'Antispam'); @define('PLUGIN_GROUP_ANTISPAM', 'Antispam');
@define('PLUGIN_GROUP_MARKUP', 'Markup'); @define('PLUGIN_GROUP_MARKUP', 'Markup - textové značky');
@define('PLUGIN_GROUP_STATISTICS', 'Statistics'); @define('PLUGIN_GROUP_STATISTICS', 'Statistiky');
@define('PERMISSION_PERSONALCONFIGURATION', 'personalConfiguration: Access personal configuration'); @define('PERMISSION_PERSONALCONFIGURATION', 'osobníKonfigurace: Přístup k osobní konfiguraci');
@define('PERMISSION_PERSONALCONFIGURATIONUSERLEVEL', 'personalConfigurationUserlevel: Change userlevels'); @define('PERMISSION_PERSONALCONFIGURATIONUSERLEVEL', 'osobníKonfiguraceÚroveňUživatele: Změnit úroveň uživatele (level)');
@define('PERMISSION_PERSONALCONFIGURATIONNOCREATE', 'personalConfigurationNoCreate: Change "forbid creating entries"'); @define('PERMISSION_PERSONALCONFIGURATIONNOCREATE', 'osobníKonfiguraceNeNové: Změnit "zákaz nových příspěvků"');
@define('PERMISSION_PERSONALCONFIGURATIONRIGHTPUBLISH', 'personalConfigurationRightPublish: Change right to publish entries'); @define('PERMISSION_PERSONALCONFIGURATIONRIGHTPUBLISH', 'osobníKonfiguracePrávoPublikovat: Změnit právo na publikování příspěvků');
@define('PERMISSION_SITECONFIGURATION', 'siteConfiguration: Access system configuration'); @define('PERMISSION_SITECONFIGURATION', 'webKonfigurace: Konfigurace přístupu');
@define('PERMISSION_BLOGCONFIGURATION', 'blogConfiguration: Access blog-centric configuration'); @define('PERMISSION_BLOGCONFIGURATION', 'blogKonfigurace: Konfigurace přístupu k blogu');
@define('PERMISSION_ADMINENTRIES', 'adminEntries: Administrate entries'); @define('PERMISSION_ADMINENTRIES', 'adminPříspěvky: Administrace příspěvků');
@define('PERMISSION_ADMINENTRIESMAINTAINOTHERS', 'adminEntriesMaintainOthers: Administrate other user\'s entries'); @define('PERMISSION_ADMINENTRIESMAINTAINOTHERS', 'adminÚdržbaPříspěvkůOstatních: Administrace příspěvků ostatních uživatelů');
@define('PERMISSION_ADMINIMPORT', 'adminImport: Import entries'); @define('PERMISSION_ADMINIMPORT', 'adminImport: Import příspěvků');
@define('PERMISSION_ADMINCATEGORIES', 'adminCategories: Administrate categories'); @define('PERMISSION_ADMINCATEGORIES', 'adminKategorie: Administrace kategorií');
@define('PERMISSION_ADMINCATEGORIESMAINTAINOTHERS', 'adminCategoriesMaintainOthers: Administrate other user\'s categories'); @define('PERMISSION_ADMINCATEGORIESMAINTAINOTHERS', 'adminÚdržbaKategoriíOstatních: Administrace kategorií ostatních uživatelů');
@define('PERMISSION_ADMINCATEGORIESDELETE', 'adminCategoriesDelete: Delete categories'); @define('PERMISSION_ADMINCATEGORIESDELETE', 'adminMazáníKategorií: Smazat kategorie');
@define('PERMISSION_ADMINUSERS', 'adminUsers: Administrate users'); @define('PERMISSION_ADMINUSERS', 'adminUživatelů: Administrace uživatelů');
@define('PERMISSION_ADMINUSERSDELETE', 'adminUsersDelete: Delete users'); @define('PERMISSION_ADMINUSERSDELETE', 'adminMazáníUživatelů: Smazat uživatele');
@define('PERMISSION_ADMINUSERSEDITUSERLEVEL', 'adminUsersEditUserlevel: Change userlevel'); @define('PERMISSION_ADMINUSERSEDITUSERLEVEL', 'adminZměnaÚrovněUživatele: Změna úrovně uživatele');
@define('PERMISSION_ADMINUSERSMAINTAINSAME', 'adminUsersMaintainSame: Administrate users that are in your group(s)'); @define('PERMISSION_ADMINUSERSMAINTAINSAME', 'adminUživateléStejnéSkupiny: Administrace uživatelů ve stejné skupině');
@define('PERMISSION_ADMINUSERSMAINTAINOTHERS', 'adminUsersMaintainOthers: Administrate users that are not in your group(s)'); @define('PERMISSION_ADMINUSERSMAINTAINOTHERS', 'adminUživateléJinéSkupiny: Administrace uživatelů v jiných skupinách');
@define('PERMISSION_ADMINUSERSCREATENEW', 'adminUsersCreateNew: Create new users'); @define('PERMISSION_ADMINUSERSCREATENEW', 'adminNovíUživatelé: Zakládat nové uživatele');
@define('PERMISSION_ADMINUSERSGROUPS', 'adminUsersGroups: Administrate usergroups'); @define('PERMISSION_ADMINUSERSGROUPS', 'adminUživatelskéSkupiny: Administrace skupin uživatelů');
@define('PERMISSION_ADMINPLUGINS', 'adminPlugins: Administrate plugins'); @define('PERMISSION_ADMINPLUGINS', 'adminPluginy: Administrace pluginů');
@define('PERMISSION_ADMINPLUGINSMAINTAINOTHERS', 'adminPluginsMaintainOthers: Administrate other user\'s plugins'); @define('PERMISSION_ADMINPLUGINSMAINTAINOTHERS', 'adminÚdržbaPluginůOstatních: Administrace pluginů ostatních uživatelů');
@define('PERMISSION_ADMINIMAGES', 'adminImages: Administrate media files'); @define('PERMISSION_ADMINIMAGES', 'adminObrázky: Administrace souborů media');
@define('PERMISSION_ADMINIMAGESDIRECTORIES', 'adminImagesDirectories: Administrate media directories'); @define('PERMISSION_ADMINIMAGESDIRECTORIES', 'adminAdresářeObrázků: Administrace adresářů pro media');
@define('PERMISSION_ADMINIMAGESADD', 'adminImagesAdd: Add new media files'); @define('PERMISSION_ADMINIMAGESADD', 'adminPřidatObrázek: Přidávání nových souborů medií');
@define('PERMISSION_ADMINIMAGESDELETE', 'adminImagesDelete: Delete media files'); @define('PERMISSION_ADMINIMAGESDELETE', 'adminSmazatObrázek: Mazání souborů medií');
@define('PERMISSION_ADMINIMAGESMAINTAINOTHERS', 'adminImagesMaintainOthers: Administrate other user\'s media files'); @define('PERMISSION_ADMINIMAGESMAINTAINOTHERS', 'adminÚdržbaObrázkůOstatní: Administrace souborů medií ostatních uživatelů');
@define('PERMISSION_ADMINIMAGESVIEW', 'adminImagesView: View media files'); @define('PERMISSION_ADMINIMAGESVIEW', 'adminProhlíženíObrázků: Prohlížení souborů medií');
@define('PERMISSION_ADMINIMAGESSYNC', 'adminImagesSync: Sync thumbnails'); @define('PERMISSION_ADMINIMAGESSYNC', 'adminSynchroObrázků: Sync thumbnailů');
@define('PERMISSION_ADMINCOMMENTS', 'adminComments: Administrate comments'); @define('PERMISSION_ADMINCOMMENTS', 'adminKomentáře: Administrace komentářů');
@define('PERMISSION_ADMINTEMPLATES', 'adminTemplates: Administrate templates'); @define('PERMISSION_ADMINTEMPLATES', 'adminTemplate: Administrace šablon (template)');
@define('INSTALL_BLOG_EMAIL', 'Blog\'s E-Mail address'); @define('INSTALL_BLOG_EMAIL', 'E-Mail pro blog');
@define('INSTALL_BLOG_EMAIL_DESC', 'This configures the E-Mail address that is used as the "From"-Part of outgoing mails. Be sure to set this to an address that is recognized by the mailserver used on your host - many mailservers reject messages that have unknown From-addresses.'); @define('INSTALL_BLOG_EMAIL_DESC', 'Toto nastaví E-Mailovou adresu, která je použita v poli "From"- (od) pro odchozí e-maily. Nastavte si tuto adresu tak, aby byla rozpoznána mailovým serverem používaným vaším webhosterem - mnoho mailserverů odmítá poštu, která má neznámou From-addresu (adr odesilatele).');
@define('CATEGORIES_PARENT_BASE', 'Only show categories below...'); @define('CATEGORIES_PARENT_BASE', 'Zobrazit jen kategorie niže ...');
@define('CATEGORIES_PARENT_BASE_DESC', 'You can choose a parent category so that only the child categories are shown.'); @define('CATEGORIES_PARENT_BASE_DESC', 'Můžete vybrat rodičovskou kategorii, takže budou zobrazeny jen její nižší kategori.');
@define('CATEGORIES_HIDE_PARALLEL', 'Hide categories that are not part of the category tree'); @define('CATEGORIES_HIDE_PARALLEL', 'Skrýt kategorie, které nejsou součástí stromu kategorií');
@define('CATEGORIES_HIDE_PARALLEL_DESC', 'If you want to hide categories that are part of a different category tree, you need to enable this. This feature makes most sense if used in conjunction with a multi-blog using the "Properties/Tempaltes of categories" plugin.'); @define('CATEGORIES_HIDE_PARALLEL_DESC', 'Jestliže chcete skrýt kategorie, které jsou částí jiného stromu kategorií, musíte tohle povolit. Tato možnost se nejlépe použije ve spojení s multi-blogem a pluginem "Properties/Templates of categories".');
@define('PERMISSION_ADMINIMAGESVIEWOTHERS', 'adminImagesViewOthers: View other user\'s media files'); @define('PERMISSION_ADMINIMAGESVIEWOTHERS', 'adminProhlíženíObrázkůOstatní: Prohlížení medií ostatních uživatelů');
@define('CHARSET_NATIVE', 'Native'); @define('CHARSET_NATIVE', 'Národní');
@define('INSTALL_CHARSET', 'Charset selection'); @define('INSTALL_CHARSET', 'Volba znakové sady - Charset');
@define('INSTALL_CHARSET_DESC', 'Here you can toggle UTF-8 or native (ISO, EUC, ...) charactersets. Some languages only have UTF-8 translations so that setting the charset to "Native" will have no effects. UTF-8 is suggested for new installations. Do not change this setting if you have already made entries with special characters - this may lead to corrupt characters. Be sure to read more on http://www.s9y.org/index.php?node=46 about this issue.'); @define('INSTALL_CHARSET_DESC', 'Zde můžete volit mezi UTF-8 nebo národní (ISO, EUC, ...) znakovou sadou. Některé jazyky mají jen překlady UTF-8, takže nastavení znakové sady na národní nemá žádný účinek. UTF-8 se doporučuje pro nové instalace. Neměňte toto nastavení, jestliže jste již napsali příspěvky se speciálními (národními) znaky - mohlo by způsobit porušení textu. Přečtěte si o tomto problému více na http://www.s9y.org/index.php?node=46 .');
@define('CALENDAR_ENABLE_EXTERNAL_EVENTS', 'Enable Plugin API hook'); @define('CALENDAR_ENABLE_EXTERNAL_EVENTS', 'Povolit Plugin API hook');
@define('CALENDAR_EXTEVENT_DESC', 'If enabled, plugins can hook into the calendar to display their own events highlighted. Only enable if you have installed plugins that need this, otherwise it just decreases performance.'); @define('CALENDAR_EXTEVENT_DESC', 'Jestliže je toto povoleno, mohou se pluginy napojovat na kalendář a zvýrazňovat své vlastní události. Povolte jen když máte pluginy, které toto potřebují, jinak to jen snižuje výkon.');
@define('XMLRPC_NO_LONGER_BUNDLED', 'The XML-RPC API Interface to Serendipity is no longer bundled because of ongoing security issues with this API and not many people using it. Thus you need to install the XML-RPC Plugin to use the XML-RPC API. The URL to use in your applications will NOT change - as soon as you have installed the plugin, you will again be able to use the API.'); @define('XMLRPC_NO_LONGER_BUNDLED', 'XML-RPC API Interface na Serendipity již není přibaleno kvůli pokračujícím bezpečnostním problémům s tímhle API a protože ho moc lidí nepoužívá. Proto musíte nainstalovat plugin XML-RPC, když chcete XML-RPC API používat. URL, které se použije ve vaší aplikaci, se nezmění - hned po instalaci pluginu budete moci API používat.');
@define('PERM_READ', 'Read permission'); @define('PERM_READ', 'Právo na čtení');
@define('PERM_WRITE', 'Write permission'); @define('PERM_WRITE', 'Právo na zápis');
@define('PERM_DENIED', 'Permission denied.'); @define('PERM_DENIED', 'Přístup odepřen.');
@define('INSTALL_ACL', 'Apply read-permissions for categories'); @define('INSTALL_ACL', 'Aplikovat práva na čtení pro kategorie');
@define('INSTALL_ACL_DESC', 'If enabled, the usergroup permission settings you setup for categories will be applied when logged-in users view your blog. If disabled, the read-permissions of the categories are NOT applied, but the positive effect is a little speedup on your blog. So if you don\'t need multi-user read permissions for your blog, disable this setting.'); @define('INSTALL_ACL_DESC', 'Pokud je povoleno, budou na kategorie aplikována nastavení práv pro skupiny uživatelů, když si přihlášení uživatelé budou prohlížet váš blog. Není-li povoleno, práva na čtení pro kategorie nejsou aplikována, a zlepšuje se rychlost blogu. Jestliže nechcete mít práva pro čtení pro různé uživatele, toto nastavení zakažte.');
@define('PLUGIN_API_VALIDATE_ERROR', 'Configuration syntax wrong for option "%s". Needs content of type "%s".'); @define('PLUGIN_API_VALIDATE_ERROR', 'Syntax konfigurace je chybná pro volbu "%s". Vyžaduje obsah typu "%s".');
@define('USERCONF_CHECK_PASSWORD', 'Old Password'); @define('USERCONF_CHECK_PASSWORD', 'Staré heslo');
@define('USERCONF_CHECK_PASSWORD_DESC', 'If you change the password in the field above, you need to enter the current user password into this field.'); @define('USERCONF_CHECK_PASSWORD_DESC', 'Jestliže změníte heslo v políčku výše, musíte do tohoto pole zadat současné heslo.');
@define('USERCONF_CHECK_PASSWORD_ERROR', 'You did not specify the right old password, and are not authorized to change the new password. Your settings were not saved.'); @define('USERCONF_CHECK_PASSWORD_ERROR', 'Nezadali jste správné staré heslo a nejste oprávněni heslo změnit. Vaše nastavení nebylo uloženo.');
@define('ERROR_XSRF', 'Your browser did not sent a valid HTTP-Referrer string. This may have either been caused by a misconfigured browser/proxy or by a Cross Site Request Forgery (XSRF) aimed at you. The action you requested could not be completed.'); @define('ERROR_XSRF', 'Váš prohlížeč nezaslal platný HTTP-Referrer string. To mohlo být způsobeno buď špatně nastaveným prohlížečem/proxy nebo Cross Site Request Forgery (XSRF), který je na vás namířen. Požadovaná akce nemohla být dokončena.');
@define('INSTALL_PERMALINK_FEEDAUTHOR_DESC', 'Here you can define the relative URL structure beginning from your base URL to where RSS-feeds from specific users may be viewed. You can use the variables %id%, %realname%, %username%, %email% and any other characters.'); @define('INSTALL_PERMALINK_FEEDAUTHOR_DESC', 'Zde můžete definovat relativ strukturu URL, kde začátek je vaše base URL, z níž mohou být být dostupné RSS kanály od určitých uživatelů. Můžete použít proměnné %id%, %realname%, %username%, %email% a jakékoli jiné znaky.');
@define('INSTALL_PERMALINK_FEEDAUTHOR', 'Permalink RSS-Feed Author URL structure'); @define('INSTALL_PERMALINK_FEEDAUTHOR', 'Permalink RSS-Feed Author URL structure');
@define('INSTALL_PERMALINK_AUTHORSPATH', 'Path to authors'); @define('INSTALL_PERMALINK_AUTHORSPATH', 'Cesta k autorům');
@define('AUTHORS', 'Authors'); @define('AUTHORS', 'Autoři');
@define('AUTHORS_ALLOW_SELECT', 'Allow visitors to display multiple authors at once?'); @define('AUTHORS_ALLOW_SELECT', 'Povolit návštěvníkům vybrat více autorů najednou?');
@define('AUTHORS_ALLOW_SELECT_DESC', 'If this option is enabled, a checkbox will be put next to each author in this sidebar plugin. Users can check those boxes and see entries matching their selection.'); @define('AUTHORS_ALLOW_SELECT_DESC', 'Jestliže je tato volba povolena, bude u každého autora umístěno zatrhávací okénko. Uživatelé mohou zvolit více autorů a vidět příspěvky, které vyhovují jejich výběru');
@define('AUTHOR_PLUGIN_DESC', 'Shows a list of authors'); @define('AUTHOR_PLUGIN_DESC', 'Zobrazit seznam autorů');
@define('CATEGORY_PLUGIN_TEMPLATE', 'Enable Smarty-Templates?'); @define('CATEGORY_PLUGIN_TEMPLATE', 'Povolit Smarty-Templates?');
@define('CATEGORY_PLUGIN_TEMPLATE_DESC', 'If this option is enabled, the plugin will utilize Smarty-Templating features to output the category listing. If you enable this, you can change the layout via the "plugin_categories.tpl" template file. Enabling this option will impact performance, so if you do not need to make customizations, leave it disabled.'); @define('CATEGORY_PLUGIN_TEMPLATE_DESC', 'Je-li tato možnost povolena, bude plugin pro výpis kategorií využívat možností Smarty-Templating. Když tohle povolíte, můžete měnit layout přes šablonu "plugin_categories.tpl". Povolení téhle volby může zhoršit výkon, takže pokud nechcete dělat úpravy pro jednotlivé kategorie, nechte to zakázané.');
@define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?'); @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Zobrazit počet příspěvků na kategorii? ');
@define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?'); @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Zobrazit počet článků u jména autora?');
@define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.'); @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'Je-li tato volba povolena, je vedle jména autora zobrazen v závorce počet jeho příspěvků.');
@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available'); @define('CUSTOM_ADMIN_INTERFACE', 'Je upravené prostředí pro administraci');
@define('COMMENT_NOT_ADDED', 'Váš komentář nebyl přidán, protože k tomuto záznamu nejsou komentáře umožněny. %sVraťte se%s zpět ke komentářům nebo %szavřete%s toto okno.'); // Retranslate: 'Your comment could not be added, because comments for this entry have either been disabled, you entered invalid data, or your comment was caught by anti-spam measurements.' @define('COMMENT_NOT_ADDED', 'Váš komentář nemohl být přidán, protože komentáře k tomuto příspěvku byly zakázány, zadali jste špatná data nebo byl váš komentář zachycen antispamem.');
@define('INSTALL_TRACKREF', 'Enable referrer tracking?'); @define('INSTALL_TRACKREF', 'Povolit referrer tracking?');
@define('INSTALL_TRACKREF_DESC', 'Enabling the referrer tracking will show you which sites refer to your articles. Today this is often abused for spamming, so you can disable it if you want.'); @define('INSTALL_TRACKREF_DESC', 'Povolení referrer tracking vám ukáže, které weby odkazují na vaše články. Dnes je to často zneužíváno pro spam, takže to můžete zakázat, chcete-li.');
@define('CATEGORIES_HIDE_PARENT', 'Hide the selected parent category?'); @define('CATEGORIES_HIDE_PARENT', 'Skrýt zvolenou rodičovskou kategorii?');
@define('CATEGORIES_HIDE_PARENT_DESC', 'If you restrict the listing of categories to a specific category, by default you will see that parent category within the output listing. If you disable this option, the parent category name will not be displayed.'); @define('CATEGORIES_HIDE_PARENT_DESC', 'Jestliže omezíte výpis kategorií na specifickou kategorii, standardně bude na výstupu rodičovská kategorie zobrazena. Když tuto možnost zakážete, název rodičovské kategorie nebude zobrazen.');
@define('WARNING_NO_GROUPS_SELECTED', 'Warning: You did not select any group memberships. This would effectively log you out of the usergroup management, and thus your group memberships werde not changed.'); @define('WARNING_NO_GROUPS_SELECTED', 'Varování: Nezvolili jste si členství v žádné skupině. To by vás vyloučilo z řízení práv uživatelských skupin, a proto vaše členství ve skupině nebude změněno.');
@define('INSTALL_RSSFETCHLIMIT', 'Entries to display in Feeds'); @define('INSTALL_RSSFETCHLIMIT', 'Články, které se mají zobrazit v RSS Feedu');
@define('INSTALL_RSSFETCHLIMIT_DESC', 'Number of entries to display for each page on the RSS Feed.'); @define('INSTALL_RSSFETCHLIMIT_DESC', 'Počet článků, které se má zobrazit na každé stránce v RSS Feedu.');
@define('INSTAL_DB_UTF8', 'Enable DB-charset conversion'); @define('INSTAL_DB_UTF8', 'Povolit DB-charset conversion');
@define('INSTAL_DB_UTF8_DESC', 'Issues a MySQL "SET NAMES" query to indicate the required charset for the database. Turn this on or off, if you see weird characters in your blog.'); @define('INSTAL_DB_UTF8_DESC', 'Vyvolá dotaz MySQL "SET NAMES", aby se zjistila požadovaná znaková sada pro databázi. Zapněte to nebo vypněte, pokud se vám na blogu objevují podivné znaky.');
@define('ONTHEFLYSYNCH', 'Enable on-the-fly media synchronization'); @define('ONTHEFLYSYNCH', 'Povolit synchronizaci medií za běhu (on the fly)');
@define('ONTHEFLYSYNCH_DESC', 'If enabled, Serendipity will compare the media database with the files stored on your server and synchronize the database and directory contents.'); @define('ONTHEFLYSYNCH_DESC', 'Pokud je to povoleno, Serendipity bude porovnávat databázi medií se soubory uloženými na serveru a bude synchronizovat obsah databáze a adresáře.');
@define('USERCONF_CHECK_USERNAME_ERROR', 'The username cannot be left blank.'); @define('USERCONF_CHECK_USERNAME_ERROR', 'Jméno uživatele nemůže být prázdné.');
@define('FURTHER_LINKS', 'Further Links'); @define('FURTHER_LINKS', 'Další odkazy');
@define('FURTHER_LINKS_S9Y', 'Serendipity Homepage'); @define('FURTHER_LINKS_S9Y', 'Serendipity Homepage');
@define('FURTHER_LINKS_S9Y_DOCS', 'Serendipity Documentation'); @define('FURTHER_LINKS_S9Y_DOCS', 'Serendipity Documentation');
@define('FURTHER_LINKS_S9Y_BLOG', 'Official Blog'); @define('FURTHER_LINKS_S9Y_BLOG', 'Official Blog');
@define('FURTHER_LINKS_S9Y_FORUMS', 'Forums'); @define('FURTHER_LINKS_S9Y_FORUMS', 'Forums');
@define('FURTHER_LINKS_S9Y_SPARTACUS', 'Spartacus'); @define('FURTHER_LINKS_S9Y_SPARTACUS', 'Spartacus');
@define('COMMENT_IS_DELETED', '(Comment removed)'); @define('COMMENT_IS_DELETED', '(Komentář odstraněn)');
@define('CURRENT_AUTHOR', 'Current author'); @define('CURRENT_AUTHOR', 'Aktuální autor');
@define('WORD_NEW', 'New'); @define('WORD_NEW', 'Nové');
@define('SHOW_MEDIA_TOOLBAR', 'Show toolbar within media selector popup?'); @define('SHOW_MEDIA_TOOLBAR', 'Ukázat lištu nástrojů v okně výběru medií?');
@define('MEDIA_KEYWORDS', 'Media keywords'); @define('MEDIA_KEYWORDS', 'Media - klíčová slova');
@define('MEDIA_KEYWORDS_DESC', 'Enter a list of ";" separated words that you want to use as pre-defined keywords for media items.'); @define('MEDIA_KEYWORDS_DESC', 'Zadejte seznam slov oddělených ";" která chcete použít jako předdefonovaná klíčová slova pro položky v mediích.');
@define('MEDIA_EXIF', 'Import EXIF/JPEG image data'); @define('MEDIA_EXIF', 'Importovat EXIF/JPEG data obrázku');
@define('MEDIA_EXIF_DESC', 'If enabled, existing EXIF/JPEG metadata of images will be parsed and stored in the database for display in the media gallery.'); @define('MEDIA_EXIF_DESC', 'Je-li povoleno, existující EXIF/JPEG metadata obrázků budou parsována a uložena v databázi, aby je bylo možno zobrazit v galerii medií.');
@define('MEDIA_PROP', 'Media properties'); @define('MEDIA_PROP', 'Vlastnosti media');
@define('GO_ADD_PROPERTIES', 'Go & enter properties'); @define('GO_ADD_PROPERTIES', 'Zadej vlastnosti');
@define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_DPI', 'DPI');
@define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright');
@define('MEDIA_PROPERTY_COMMENT1', 'Short Comment'); @define('MEDIA_PROPERTY_COMMENT1', 'Krátký komentář');
@define('MEDIA_PROPERTY_COMMENT2', 'Long Comment'); @define('MEDIA_PROPERTY_COMMENT2', 'Dlouhý komentář');
@define('MEDIA_PROPERTY_TITLE', 'Title'); @define('MEDIA_PROPERTY_TITLE', 'Titulek');
@define('MEDIA_PROP_DESC', 'Enter a list of ";" separated property fields you want to define for each media file'); @define('MEDIA_PROP_DESC', 'Zadejte seznam polí vlastností oddělených ";" , které chcete definovat pro každý souor v mediích');
@define('MEDIA_PROP_MULTIDESC', '(You can append ":MULTI" after any item to indicate that this item will contain long text instead of just some characters)'); @define('MEDIA_PROP_MULTIDESC', '(Za každou položku můžete přidat ":MULTI", což bude indikovat, že tato položka bude obsahovat dlouhý text místo jen několika znaků)');
@define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS_NONE', 'Toto téma/styl nemá specifické volby. Pokud chcete vědět, jak můžete pro svoje šablony nastavit specifické volby, čtěte Technical Documentation na www.s9y.org "Configuration of Theme options".');
@define('STYLE_OPTIONS', 'Theme/Style options'); @define('STYLE_OPTIONS', 'Volby pro téma/stylu');
@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('PLUGIN_AVAILABLE_COUNT', 'Celkem: %d pluginů.');
@define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance'); @define('SYNDICATION_RFC2616', 'Aktivovat strict RFC2616 RSS-Feed compliance');
@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also vioaltes RFC2616. So if you set this option to "TRUE" you will compliy with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); @define('SYNDICATION_RFC2616_DESC', 'Když neaktivujete RFC2616, znamená to, že všechny podmíněné GETy na Serendipity vrátí příspěvky, které byly modifikovány od času posledního požadavku. Když tohle nastavíte na "false", vaši návštěvníci dostanou všechny články od svého posledního požadavku, což se považuje za dobrou věc. Avšak někteří agenti jako Planet fungují divně, když tohle nastane a taky to porušuje RFC2616. Takže když nastavíte tuto volbu na "TRUE", budete vyhovovat RFC ale návštěvníkům mohou ve čtečkách během prázdnin zmizet příspěvky. V každém případě, buď to vadí agregátorům jako je Planet, nebo to vadí návštěvníkům blogu. Když se vyskytnou stížnosti z kterékoli strany, můžete tuhle volbu přepnout. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822');
@define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_PROPERTY_DATE', 'Asociované datum');
@define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length');
@define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s'); @define('FILENAME_REASSIGNED', 'Automaticky přidělené nové jméno souboru: %s');
@define('MEDIA_UPLOAD_SIZE', 'Max. file upload size'); @define('MEDIA_UPLOAD_SIZE', 'Max. velikost uploadvoaného souboru');
@define('MEDIA_UPLOAD_SIZE_DESC', 'Enter the maximum filesize for uploaded files in bytes. This setting can be overruled by server-side settings in PHP.ini: upload_max_filesize, post_max_size, max_input_time all take precedence over this option. An empty string means to only use the server-side limits.'); @define('MEDIA_UPLOAD_SIZE_DESC', 'Zadejte maximální velikost pro uploadované (nahrávané) soubory v bytech. Toto nastavení může být přepsáno nastavením serveru v php.ini: upload_max_filesize, post_max_size, max_input_time mají přednost před touto volbou. Prázdný řetězec znamená, že se použije limit serveru.');
@define('MEDIA_UPLOAD_SIZEERROR', 'Error: You cannot upload files larger than %s bytes!'); @define('MEDIA_UPLOAD_SIZEERROR', 'Chyba: Nemůžete uploadovat soubory větší než %s bytů!');
@define('MEDIA_UPLOAD_MAXWIDTH', 'Max. width of image files for upload'); @define('MEDIA_UPLOAD_MAXWIDTH', 'Max. šířka obrázků pro upload');
@define('MEDIA_UPLOAD_MAXWIDTH_DESC', 'Enter the maximum image width in pixels for uploaded images.'); @define('MEDIA_UPLOAD_MAXWIDTH_DESC', 'Zadejte maximální šířku pro uploadované obrázky v pixelech.');
@define('MEDIA_UPLOAD_MAXHEIGHT', 'Max. height of image files for upload'); @define('MEDIA_UPLOAD_MAXHEIGHT', 'Max. výška obrázku pro upload');
@define('MEDIA_UPLOAD_MAXHEIGHT_DESC', 'Enter the maximum image height in pixels for uploaded images.'); @define('MEDIA_UPLOAD_MAXHEIGHT_DESC', 'Zadejte maximální výšku v pixelech pro uploadované obrázky.');
@define('MEDIA_UPLOAD_DIMERROR', 'Error: You cannot upload image files larger than %s x %s pixels!'); @define('MEDIA_UPLOAD_DIMERROR', 'Chyba: Nemůžete uploadovat soubory obrázků větší než %s x %s pixelů!');
@define('MEDIA_TARGET', 'Target for this link'); @define('MEDIA_TARGET', 'Cíl odkazu');
@define('MEDIA_TARGET_JS', 'Popup window (via JavaScript, adaptive size)'); @define('MEDIA_TARGET_JS', 'Popup okno (pomocí JavaScriptu, přizpůsobitelná velikost)');
@define('MEDIA_ENTRY', 'Isolated Entry'); @define('MEDIA_ENTRY', 'Samostatný příspěvek');
@define('MEDIA_TARGET_BLANK', 'Popup window (via target=_blank)'); @define('MEDIA_TARGET_BLANK', 'Popup okno (pomocí target=_blank)');
@define('MEDIA_DYN_RESIZE', 'Allow dynamic image resizing?'); @define('MEDIA_DYN_RESIZE', 'Povolit dynamickou změnu velikosti obrázků?');
@define('MEDIA_DYN_RESIZE_DESC', 'If enabled, the media selector can return images in any requested size via a GET variable. The results are cached, and thus can create a large filebase if you make intensive use of it.'); @define('MEDIA_DYN_RESIZE_DESC', 'Je-li povoleno, může media selector vracet obrázky v jakékoli požadované velikosti přes proměnnou GET. Výsledky jsou kešovány, a tak se může vytvořit velký soubor, jestliže to intenzivně používáte.');
@define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s'); @define('MEDIA_DIRECTORY_MOVED', 'Adresáře a soubory byly úspěšně přesunuty do %s');
@define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!'); @define('MEDIA_DIRECTORY_MOVE_ERROR', 'Adresáře a soubory nemohly být přesunuty do %s!');
@define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.'); @define('MEDIA_DIRECTORY_MOVE_ENTRY', 'V Ne-MySQL databázi není iterace po příspěvcích a nahrazení staré adresy původního adresáře novou URL možné. Budete muset příspěvky ručně editovat a ty adresy upravit. Ale pořád ještě můžete adresář přesunout zpátky tam kde byl, jestli je to pro vás moc otravné.');
@define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.'); @define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'URL přesunutého adresáře přesunuto v %s příspěvcích.');
@define('PLUGIN_ACTIVE', 'Active'); @define('PLUGIN_ACTIVE', 'Aktiv');
@define('PLUGIN_INACTIVE', 'Inactive'); @define('PLUGIN_INACTIVE', 'Neaktiv');
@define('PREFERENCE_USE_JS', 'Enable advanced JS usage?'); @define('PREFERENCE_USE_JS', 'Povolit použití advanced JS?');
@define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.'); @define('PREFERENCE_USE_JS_DESC', 'Je-li toto povoleno, budou povoleny sekce s advanced JavaScript, aby se zlepšila použitelnost. Např v sekci pro konfiguraci pluginů můžete pro přeskládání pluginů použít drag and drop (táhnout myší).');
@define('PREFERENCE_USE_JS_WARNING', '(This page uses advanced JavaScripting. If you are having functionality issues, please disable the use of advanced JS usage in your personal preferences or disable your browser\'s JavaScript)'); @define('PREFERENCE_USE_JS_WARNING', '(Tato stránka používá advanced JavaScripting. Jestliže máte problémy s fungováním, zakažte prosím používání advanced JS ve svém osobním nastavení nebo zakažte javascript v prohlížeči.)');
@define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments'); @define('INSTALL_PERMALINK_COMMENTSPATH', 'Cesta ke komentářům');
@define('PERM_SET_CHILD', 'Set the same permissions on all child directories'); @define('PERM_SET_CHILD', 'Nastavte shodná práva pro všechny podřízené adresáře');
@define('PERMISSION_FORBIDDEN_PLUGINS', 'Forbidden plugins'); @define('PERMISSION_FORBIDDEN_PLUGINS', 'Zakázané pluginy');
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events'); @define('PERMISSION_FORBIDDEN_HOOKS', 'Zakázané události');
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE', 'Povolit Plugin ACL pro uživatelské skupiny?');
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'Jestliže je volba "Plugin ACL pro uživatelské skupiny" v konfiguraci povolena, můžete určit, které skupiny uživatelů mohou provádět určité pluginy/události.');
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles');
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet');
@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.');

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_da.inc.php 1475 2006-11-02 11:26:10Z garvinhicking $ <?php # $Id: serendipity_lang_da.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translation (c) by Tom Sommer, <ts@dreamcoder.dk> # Translation (c) by Tom Sommer, <ts@dreamcoder.dk>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_de.inc.php 1460 2006-10-26 20:05:04Z garvinhicking $ <?php # $Id: serendipity_lang_de.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translation (c) Jannis Hermanns, Garvin Hicking and others # Translation (c) Jannis Hermanns, Garvin Hicking and others

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_en.inc.php 1460 2006-10-26 20:05:04Z garvinhicking $ <?php # $Id: serendipity_lang_en.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
/* vim: set sts=4 ts=4 expandtab : */ /* vim: set sts=4 ts=4 expandtab : */

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_es.inc.php 1505 2006-11-15 12:34:59Z rlazo $ <?php # $Id: serendipity_lang_es.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translation (c) by Luis Cervantes <LuisCervantes@ono.com>, # Translation (c) by Luis Cervantes <LuisCervantes@ono.com>,

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_fa.inc.php 1514 2006-11-17 20:57:15Z omidmottaghi $ <?php # $Id: serendipity_lang_fa.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# this translation, translated by Omid Mottaghi <http://oxygenws.com> # this translation, translated by Omid Mottaghi <http://oxygenws.com>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_fi.inc.php 1460 2006-10-26 20:05:04Z garvinhicking $ <?php # $Id: serendipity_lang_fi.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translation by Mauri Sahlberg <mos@iki.fi> # Translation by Mauri Sahlberg <mos@iki.fi>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_fr.inc.php 1460 2006-10-26 20:05:04Z garvinhicking $ <?php # $Id: serendipity_lang_fr.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translation by Sebastian Mordziol <argh@php-tools.net> # Translation by Sebastian Mordziol <argh@php-tools.net>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_is.inc.php 1460 2006-10-26 20:05:04Z garvinhicking $ <?php # $Id: serendipity_lang_is.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translation by Örn Arnarson <orn@arnarson.net> # Translation by Örn Arnarson <orn@arnarson.net>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_ja.inc.php 1460 2006-10-26 20:05:04Z garvinhicking $ <?php # $Id: serendipity_lang_ja.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translation (c) Tadashi Jokagi <elf2000@users.sourceforge.net>, 2004-2005. # Translation (c) Tadashi Jokagi <elf2000@users.sourceforge.net>, 2004-2005.

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_ko.inc.php 1460 2006-10-26 20:05:04Z garvinhicking $ <?php # $Id: serendipity_lang_ko.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translated by: Wesley Hwang-Chung <wesley96@gmail.com> # Translated by: Wesley Hwang-Chung <wesley96@gmail.com>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_nl.inc.php 1471 2006-10-31 08:53:51Z garvinhicking $ <?php # $Id: serendipity_lang_nl.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translation (c) by Christiaan Heerze <webmaster@heimp.nl> # Translation (c) by Christiaan Heerze <webmaster@heimp.nl>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_no.inc.php 1460 2006-10-26 20:05:04Z garvinhicking $ <?php # $Id: serendipity_lang_no.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translation (c) by Jo Christian Oterhals <oterhals@gmail.com> # Translation (c) by Jo Christian Oterhals <oterhals@gmail.com>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_pt.inc.php 1460 2006-10-26 20:05:04Z garvinhicking $ <?php # $Id: serendipity_lang_pt.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translation (c) by Agner Olson <agner@agner.net> # Translation (c) by Agner Olson <agner@agner.net>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_ru.inc.php 1460 2006-10-26 20:05:04Z garvinhicking $ <?php # $Id: serendipity_lang_ru.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translation by Nightly <nightly@reys.net> # Translation by Nightly <nightly@reys.net>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_tn.inc.php 1460 2006-10-26 20:05:04Z garvinhicking $ <?php # $Id: serendipity_lang_tn.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translated by CapriSkye <admin@capriskye.com> # Translated by CapriSkye <admin@capriskye.com>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_tw.inc.php 1460 2006-10-26 20:05:04Z garvinhicking $ <?php # $Id: serendipity_lang_tw.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translated by CapriSkye <admin@capriskye.com> # Translated by CapriSkye <admin@capriskye.com>

View File

@ -1,4 +1,4 @@
<?php # $Id: serendipity_lang_zh.inc.php 1460 2006-10-26 20:05:04Z garvinhicking $ <?php # $Id: serendipity_lang_zh.inc.php 1515 2006-11-22 10:30:13Z garvinhicking $
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
# All rights reserved. See LICENSE file for licensing details # All rights reserved. See LICENSE file for licensing details
# Translated by # Translated by

View File

@ -65,7 +65,7 @@ $i18n_filename_to = array (
@define('NEW_ENTRY', 'Nov<6F> z<>znam'); @define('NEW_ENTRY', 'Nov<6F> z<>znam');
@define('EDIT_ENTRIES', 'Editovat z<>znamy'); @define('EDIT_ENTRIES', 'Editovat z<>znamy');
@define('CATEGORIES', 'Kategorie'); @define('CATEGORIES', 'Kategorie');
@define('WARNING_THIS_BLAHBLAH', "POZOR:\\nTato akce m<><6D>e trvat d<>le pokud m<>te mnoho obr<62>zk<7A> bez n<>hled<65>."); @define('WARNING_THIS_BLAHBLAH', "POZOR:\\nTato akce m<><6D>e trvat d<>le, pokud m<>te mnoho obr<62>zk<7A> bez n<>hled<65>.");
@define('CREATE_THUMBS', 'Vytvo<76>it n<>hledy'); @define('CREATE_THUMBS', 'Vytvo<76>it n<>hledy');
@define('MANAGE_IMAGES', 'Spr<70>va obr<62>zk<7A>'); @define('MANAGE_IMAGES', 'Spr<70>va obr<62>zk<7A>');
@define('NAME', 'Jm<4A>no'); @define('NAME', 'Jm<4A>no');
@ -679,20 +679,20 @@ $i18n_filename_to = array (
@define('SYNDICATION_PLUGIN_SHOW_MAIL', 'Zobrazovat e-mailov<6F> adresy?'); @define('SYNDICATION_PLUGIN_SHOW_MAIL', 'Zobrazovat e-mailov<6F> adresy?');
@define('IMAGE_MORE_INPUT', 'P<>idat v<>ce obr<62>zk<7A>'); @define('IMAGE_MORE_INPUT', 'P<>idat v<>ce obr<62>zk<7A>');
@define('BACKEND_TITLE', 'Dal<61><6C> informace v konfigura<72>n<EFBFBD> obrazovce pluginu'); @define('BACKEND_TITLE', 'Dal<61><6C> informace v konfigura<72>n<EFBFBD> obrazovce pluginu');
@define('BACKEND_TITLE_FOR_NUGGET', 'Zde m<><6D>ete definovat sv<73>z <20>et<65>zec, kter<65> bude zobrazen v konfigura<72>n<EFBFBD> obrazovce pluginu spole<6C>n<EFBFBD> s popisem pluginu HTML Nugget. If you have multiple HTML nuggets with an empty title, this helps to distinct the plugins from another.'); // Translate @define('BACKEND_TITLE_FOR_NUGGET', 'Zde m<><6D>ete definovat sv<73>j <20>et<65>zec, kter<65> bude zobrazen v konfigura<72>n<EFBFBD> obrazovce pluginu spole<6C>n<EFBFBD> s popisem pluginu HTML Nugget. Kdy<EFBFBD> m<>te n<>kolik HTML nugget<65> s pr<70>zdn<64>m tittle, toto v<>m pom<6F><6D>e je rozli<6C>it.');
@define('CATEGORIES_ALLOW_SELECT', 'Povolit n<>v<EFBFBD>t<EFBFBD>vn<76>k<EFBFBD>m zobrazit v<>ce kategori<72> najednou?'); @define('CATEGORIES_ALLOW_SELECT', 'Povolit n<>v<EFBFBD>t<EFBFBD>vn<76>k<EFBFBD>m zobrazit v<>ce kategori<72> najednou?');
@define('CATEGORIES_ALLOW_SELECT_DESC', 'If this option is enabled, a checkbox will be put next to each category in this sidebar plugin. Users can check those boxes and then see entries belonging to their selection.'); // Translate @define('CATEGORIES_ALLOW_SELECT_DESC', 'Jestli<EFBFBD>e je tato volba povolena, bude v tomto postrann<6E>m pluginu hned vedle ka<6B>d<EFBFBD> kategorie za<7A>krt<72>vac<61> ok<6F>nko. U<>ivatel<65> mohou tyto boxy za<7A>krtnout a vid<69>t jen p<><70>sp<73>vky pat<61><74>c<EFBFBD> do tohoto v<>b<EFBFBD>ru.');
@define('PAGE_BROWSE_PLUGINS', 'Strana %s z %s, celkem %s plugin<69>.'); @define('PAGE_BROWSE_PLUGINS', 'Strana %s z %s, celkem %s plugin<69>.');
@define('INSTALL_CAT_PERMALINKS', 'Trval<61> odkazy'); @define('INSTALL_CAT_PERMALINKS', 'Trval<61> odkazy');
@define('INSTALL_CAT_PERMALINKS_DESC', 'Defines various URL patterns to define permanent links in your blog. It is suggested that you use the defaults; if not, you should try to use the %id% value where possible to prevent Serendipity from querying the database to lookup the target URL.'); @define('INSTALL_CAT_PERMALINKS_DESC', 'Definuje r<>zn<7A> vzory URL patterns pro definici trval<61>ch odkaz<61> (permanent links) ve va<76>em blogu. Doporu<EFBFBD>ujeme pou<6F><75>t defaultn<74> nastaven<65>; pokud ne, m<>li byste zkusit pou<6F><75>t hodnotu %id% tam, kde je to mo<6D>n<EFBFBD>, abyste p<>ede<64>li dotaz<61>m do datab<61>ze p<>i hled<65>n<EFBFBD> c<>lov<6F> URL.');
@define('INSTALL_PERMALINK', 'Struktura URL trval<61>ch odkaz<61>'); @define('INSTALL_PERMALINK', 'Struktura URL trval<61>ch odkaz<61>');
@define('INSTALL_PERMALINK_DESC', 'Here you can define the relative URL structure begining from your base URL to where entries may become available. You can use the variables %id%, %title%, %day%, %month%, %year% and any other characters.'); @define('INSTALL_PERMALINK_DESC', 'Zde m<><6D>ete definovat relativn<EFBFBD> strukturu URL, kde za<7A><61>tek je va<76>e base URL, z n<><6E> mohou b<>t p<><70>sp<73>vky dostupn<70>. M<><4D>ete pou<6F><75>t prom<6F>nn<6E> %id%, %title%, %day%, %month%, %year% a jak<61>koli jin<69> znaky.');
@define('INSTALL_PERMALINK_AUTHOR', 'Struktura URL autor<6F>'); @define('INSTALL_PERMALINK_AUTHOR', 'Struktura URL autor<6F>');
@define('INSTALL_PERMALINK_AUTHOR_DESC', 'Here you can define the relative URL structure begining from your base URL to where entries from certain authors may become available. You can use the variables %id%, %realname%, %username%, %email% and any other characters.'); @define('INSTALL_PERMALINK_AUTHOR_DESC', 'Zde m<><6D>ete definovat relativn<EFBFBD> strukturu URL, kde za<7A><61>tek je va<76>e base URL, z n<><6E> mohou b<>t dostupn<70> p<><70>sp<73>vky ur<75>it<69>ch autor<EFBFBD>. M<><4D>ete pou<6F><75>t prom<6F>nn<6E> %id%, %realname%, %username%, %email% a jak<61>koli jin<69> znaky.');
@define('INSTALL_PERMALINK_CATEGORY', 'Struktura URL kategori<72>'); @define('INSTALL_PERMALINK_CATEGORY', 'Struktura URL kategori<72>');
@define('INSTALL_PERMALINK_CATEGORY_DESC', 'Here you can define the relative URL structure begining from your base URL to where entries from certain categories may become available. You can use the variables %id%, %name%, %description% and any other characters.'); @define('INSTALL_PERMALINK_CATEGORY_DESC', 'Zde m<><6D>ete definovat relativn<EFBFBD> strukturu URL, kde za<7A><61>tek je va<76>e base URL, z n<><6E> mohou b<>t dostupn<70> ur<75>it<69> kategorie. M<><4D>ete pou<6F><75>t prom<6F>nn<6E> %id%, %name%, %description% a jak<61>koli jin<69> znaky.');
@define('INSTALL_PERMALINK_FEEDCATEGORY', 'Struktura URL trval<61>ch odkaz<61> kategori<72> RSS'); @define('INSTALL_PERMALINK_FEEDCATEGORY', 'Struktura URL trval<61>ch odkaz<61> kategori<72> RSS');
@define('INSTALL_PERMALINK_FEEDCATEGORY_DESC', 'Here you can define the relative URL structure begining from your base URL to where RSS-feeds frmo certain categories may become available. You can use the variables %id%, %name%, %description% and any other characters.'); @define('INSTALL_PERMALINK_FEEDCATEGORY_DESC', 'Zde m<><6D>ete definovat relativn<EFBFBD> strukturu URL, kde za<7A><61>tek je va<76>e base URL, z n<><6E> mohou b<>t dostupn<70> RSS kan<61>ly z ur<75>it<69>ch kategori<72>. M<><4D>ete pou<6F><75>t prom<6F>nn<6E> %id%, %name%, %description% a jak<61>koli jin<69> znaky.');
@define('INSTALL_PERMALINK_ARCHIVESPATH', 'Cesta k archiv<69>m'); @define('INSTALL_PERMALINK_ARCHIVESPATH', 'Cesta k archiv<69>m');
@define('INSTALL_PERMALINK_ARCHIVEPATH', 'Cesta k archivu'); @define('INSTALL_PERMALINK_ARCHIVEPATH', 'Cesta k archivu');
@define('INSTALL_PERMALINK_CATEGORIESPATH', 'Cesta ke kategori<72>m'); @define('INSTALL_PERMALINK_CATEGORIESPATH', 'Cesta ke kategori<72>m');
@ -708,8 +708,8 @@ $i18n_filename_to = array (
@define('INSTALL_CAL', 'Typ kalend<6E><64>e'); @define('INSTALL_CAL', 'Typ kalend<6E><64>e');
@define('INSTALL_CAL_DESC', 'Vyberte form<72>t kalend<6E><64>e'); @define('INSTALL_CAL_DESC', 'Vyberte form<72>t kalend<6E><64>e');
@define('REPLY', 'Odpov<6F><76>'); @define('REPLY', 'Odpov<6F><76>');
@define('USERCONF_GROUPS', '<27>lenstv<74> ve skupin<69>ch'); @define('USERCONF_GROUPS', '<27>lenstv<74> ve skupin<69>ch');
@define('USERCONF_GROUPS_DESC', 'Tento u<>ivatel je <20>len n<>sleduj<75>c<EFBFBD>ch skupin. <20>lenstv<74> ve v<>ce skupin<69>ch je mo<6D>n<EFBFBD>.'); @define('USERCONF_GROUPS_DESC', 'Tento u<>ivatel je <20>len n<>sleduj<75>c<EFBFBD>ch skupin. <20>lenstv<74> ve v<>ce skupin<69>ch je mo<6D>n<EFBFBD>.');
@define('MANAGE_GROUPS', 'Upravuj skupiny'); @define('MANAGE_GROUPS', 'Upravuj skupiny');
@define('DELETED_GROUP', 'Skupina #%d %s smaz<61>na.'); @define('DELETED_GROUP', 'Skupina #%d %s smaz<61>na.');
@define('CREATED_GROUP', 'Nov<6F> skupina %s byla vytvo<76>ena'); @define('CREATED_GROUP', 'Nov<6F> skupina %s byla vytvo<76>ena');
@ -717,187 +717,183 @@ $i18n_filename_to = array (
@define('GROUP', 'Skupina'); @define('GROUP', 'Skupina');
@define('CREATE_NEW_GROUP', 'Vytvo<76>it novou skupinu'); @define('CREATE_NEW_GROUP', 'Vytvo<76>it novou skupinu');
@define('DELETE_GROUP', 'Chyst<73>te se smazat skupinu #%d %s. Mysl<73>te to v<><76>n<EFBFBD>?'); @define('DELETE_GROUP', 'Chyst<73>te se smazat skupinu #%d %s. Mysl<73>te to v<><76>n<EFBFBD>?');
@define('USERLEVEL_OBSOLETE', 'NOTICE: The userlevel attribute is now only used for backward compatibility to plugins and fallback authorisation. User privileges are now handled by group memberships!'); @define('USERLEVEL_OBSOLETE', 'UPOZORN<EFBFBD>N<EFBFBD>: Atribut <20>rove<76> u<>ivatele (userlevel) je nyn<79> pou<6F><75>v<EFBFBD>n jen kv<6B>li zp<7A>tn<74> kompatibilit<EFBFBD> s pluginy a autorizaci. U<>ivatelsk<73> pr<70>va jsou nyn<79> <20><>zena pomoc<6F> <20>lensk<73>ch skupin!');
@define('SYNDICATION_PLUGIN_FEEDBURNERID', 'FeedBurner ID'); @define('SYNDICATION_PLUGIN_FEEDBURNERID', 'FeedBurner ID');
@define('SYNDICATION_PLUGIN_FEEDBURNERID_DESC', 'The ID of the feed you wish to publish'); @define('SYNDICATION_PLUGIN_FEEDBURNERID_DESC', 'ID feedu, kter<65> chcete publikovat');
@define('SYNDICATION_PLUGIN_FEEDBURNERIMG', 'FeedBurner image'); @define('SYNDICATION_PLUGIN_FEEDBURNERIMG', 'FeedBurner image');
@define('SYNDICATION_PLUGIN_FEEDBURNERIMG_DESC', 'Name of image to display (or leave blank for counter), located on feedburner.com, ex: fbapix.gif'); @define('SYNDICATION_PLUGIN_FEEDBURNERIMG_DESC', 'N<EFBFBD>zev obr<62>zku, kter<65> se m<> zobrazit (nebo pr<70>zdn<64> pro po<70>itadlo), um<75>st<73>n<EFBFBD> na feedburner.com, nap<EFBFBD>: fbapix.gif');
@define('SYNDICATION_PLUGIN_FEEDBURNERTITLE', 'FeedBurner title'); @define('SYNDICATION_PLUGIN_FEEDBURNERTITLE', 'FeedBurner title');
@define('SYNDICATION_PLUGIN_FEEDBURNERTITLE_DESC', 'Title (if any) to display alongside the image'); @define('SYNDICATION_PLUGIN_FEEDBURNERTITLE_DESC', 'Title (je-li), kter<65> se m<> zobrazit u obr<62>zku');
@define('SYNDICATION_PLUGIN_FEEDBURNERALT', 'FeedBurner image text'); @define('SYNDICATION_PLUGIN_FEEDBURNERALT', 'FeedBurner image text');
@define('SYNDICATION_PLUGIN_FEEDBURNERALT_DESC', 'Text (if any) to display when hovering the image'); @define('SYNDICATION_PLUGIN_FEEDBURNERALT_DESC', 'Text (je-li) kter<65> se m<> zobrazit p<>i najet<65> na obr<62>zek');
@define('SEARCH_TOO_SHORT', 'Your search-query must be longer than 3 characters. You can try to append * to shorter words, like: s9y* to trick the search into using shorter words.'); @define('SEARCH_TOO_SHORT', 'Vyhled<EFBFBD>vac<EFBFBD> dotaz mus<EFBFBD> b<EFBFBD>t del<65><6C> ne<6E> 3 znaky. Ke krat<61><74>m slov<6F>m m<><6D>ete zkusit p<>idat *, jako: s9y*, abyste vyhled<65>v<EFBFBD>n<EFBFBD> p<>im<69>li pracovat s krat<61><74>mi slovy.');
@define('INSTALL_DBPORT', 'Database port'); @define('INSTALL_DBPORT', 'Database port');
@define('INSTALL_DBPORT_DESC', 'The port used to connect to your database server'); @define('INSTALL_DBPORT_DESC', 'Port pou<6F>it<69> pro spojen<65> k va<76>emu datab<61>zov<6F>mu serveru');
@define('PLUGIN_GROUP_FRONTEND_EXTERNAL_SERVICES', 'Frontend: External Services'); @define('PLUGIN_GROUP_FRONTEND_EXTERNAL_SERVICES', 'Viditeln<EFBFBD> (Frontend): Extern<EFBFBD> slu<6C>by');
@define('PLUGIN_GROUP_FRONTEND_FEATURES', 'Frontend: Features'); @define('PLUGIN_GROUP_FRONTEND_FEATURES', 'Viditeln<EFBFBD> (Frontend): Dal<EFBFBD><EFBFBD> mo<6D>nosti');
@define('PLUGIN_GROUP_FRONTEND_FULL_MODS', 'Frontend: Full Mods'); @define('PLUGIN_GROUP_FRONTEND_FULL_MODS', 'Viditeln<EFBFBD> (Frontend): <EFBFBD>pln<EFBFBD> mody');
@define('PLUGIN_GROUP_FRONTEND_VIEWS', 'Frontend: Views'); @define('PLUGIN_GROUP_FRONTEND_VIEWS', 'Viditeln<EFBFBD> (Frontend): Zobrazen<EFBFBD>/filtry');
@define('PLUGIN_GROUP_FRONTEND_ENTRY_RELATED', 'Frontend: Entry Related'); @define('PLUGIN_GROUP_FRONTEND_ENTRY_RELATED', 'Viditeln<EFBFBD> (Frontend): Pluginy pro p<><70>sp<73>vky');
@define('PLUGIN_GROUP_BACKEND_EDITOR', 'Backend: Editor'); @define('PLUGIN_GROUP_BACKEND_EDITOR', 'Provozn<EFBFBD> (Backend): Editor');
@define('PLUGIN_GROUP_BACKEND_USERMANAGEMENT', 'Backend: Usermanagement'); @define('PLUGIN_GROUP_BACKEND_USERMANAGEMENT', 'Provozn<EFBFBD> (Backend): <EFBFBD><EFBFBD>zen<EFBFBD> u<>ivatel<65>');
@define('PLUGIN_GROUP_BACKEND_METAINFORMATION', 'Backend: Meta information'); @define('PLUGIN_GROUP_BACKEND_METAINFORMATION', 'Provozn<EFBFBD> (Backend): Meta informace');
@define('PLUGIN_GROUP_BACKEND_TEMPLATES', 'Backend: Templates'); @define('PLUGIN_GROUP_BACKEND_TEMPLATES', 'Provozn<EFBFBD> (Backend): Templates - <20>ablony vzhledu');
@define('PLUGIN_GROUP_BACKEND_FEATURES', 'Backend: Features'); @define('PLUGIN_GROUP_BACKEND_FEATURES', 'Provozn<EFBFBD> (Backend): Dal<EFBFBD><EFBFBD> mo<6D>nosti');
@define('PLUGIN_GROUP_IMAGES', 'Images'); @define('PLUGIN_GROUP_IMAGES', 'Obr<EFBFBD>zky');
@define('PLUGIN_GROUP_ANTISPAM', 'Antispam'); @define('PLUGIN_GROUP_ANTISPAM', 'Antispam');
@define('PLUGIN_GROUP_MARKUP', 'Markup'); @define('PLUGIN_GROUP_MARKUP', 'Markup - textov<6F> zna<6E>ky');
@define('PLUGIN_GROUP_STATISTICS', 'Statistics'); @define('PLUGIN_GROUP_STATISTICS', 'Statistiky');
@define('PERMISSION_PERSONALCONFIGURATION', 'personalConfiguration: Access personal configuration'); @define('PERMISSION_PERSONALCONFIGURATION', 'osobn<EFBFBD>Konfigurace: P<><50>stup k osobn<62> konfiguraci');
@define('PERMISSION_PERSONALCONFIGURATIONUSERLEVEL', 'personalConfigurationUserlevel: Change userlevels'); @define('PERMISSION_PERSONALCONFIGURATIONUSERLEVEL', 'osobn<EFBFBD>Konfigurace<EFBFBD>rove<EFBFBD>U<EFBFBD>ivatele: Zm<EFBFBD>nit <20>rove<76> u<>ivatele (level)');
@define('PERMISSION_PERSONALCONFIGURATIONNOCREATE', 'personalConfigurationNoCreate: Change "forbid creating entries"'); @define('PERMISSION_PERSONALCONFIGURATIONNOCREATE', 'osobn<EFBFBD>KonfiguraceNeNov<EFBFBD>: Zm<5A>nit "z<>kaz nov<6F>ch p<><70>sp<73>vk<76>"');
@define('PERMISSION_PERSONALCONFIGURATIONRIGHTPUBLISH', 'personalConfigurationRightPublish: Change right to publish entries'); @define('PERMISSION_PERSONALCONFIGURATIONRIGHTPUBLISH', 'osobn<EFBFBD>KonfiguracePr<EFBFBD>voPublikovat: Zm<5A>nit pr<70>vo na publikov<6F>n<EFBFBD> p<><70>sp<73>vk<76>');
@define('PERMISSION_SITECONFIGURATION', 'siteConfiguration: Access system configuration'); @define('PERMISSION_SITECONFIGURATION', 'webKonfigurace: Konfigurace p<><70>stupu');
@define('PERMISSION_BLOGCONFIGURATION', 'blogConfiguration: Access blog-centric configuration'); @define('PERMISSION_BLOGCONFIGURATION', 'blogKonfigurace: Konfigurace p<><70>stupu k blogu');
@define('PERMISSION_ADMINENTRIES', 'adminEntries: Administrate entries'); @define('PERMISSION_ADMINENTRIES', 'adminP<EFBFBD><EFBFBD>sp<EFBFBD>vky: Administrace p<EFBFBD><EFBFBD>sp<EFBFBD>vk<EFBFBD>');
@define('PERMISSION_ADMINENTRIESMAINTAINOTHERS', 'adminEntriesMaintainOthers: Administrate other user\'s entries'); @define('PERMISSION_ADMINENTRIESMAINTAINOTHERS', 'admin<EFBFBD>dr<EFBFBD>baP<EFBFBD><EFBFBD>sp<EFBFBD>vk<EFBFBD>Ostatn<EFBFBD>ch: Administrace p<EFBFBD><EFBFBD>sp<EFBFBD>vk<EFBFBD> ostatn<74>ch u<>ivatel<65>');
@define('PERMISSION_ADMINIMPORT', 'adminImport: Import entries'); @define('PERMISSION_ADMINIMPORT', 'adminImport: Import p<EFBFBD><EFBFBD>sp<EFBFBD>vk<EFBFBD>');
@define('PERMISSION_ADMINCATEGORIES', 'adminCategories: Administrate categories'); @define('PERMISSION_ADMINCATEGORIES', 'adminKategorie: Administrace kategori<EFBFBD>');
@define('PERMISSION_ADMINCATEGORIESMAINTAINOTHERS', 'adminCategoriesMaintainOthers: Administrate other user\'s categories'); @define('PERMISSION_ADMINCATEGORIESMAINTAINOTHERS', 'admin<EFBFBD>dr<EFBFBD>baKategori<EFBFBD>Ostatn<EFBFBD>ch: Administrace kategori<72> ostatn<74>ch u<>ivatel<65>');
@define('PERMISSION_ADMINCATEGORIESDELETE', 'adminCategoriesDelete: Delete categories'); @define('PERMISSION_ADMINCATEGORIESDELETE', 'adminMaz<EFBFBD>n<EFBFBD>Kategori<EFBFBD>: Smazat kategorie');
@define('PERMISSION_ADMINUSERS', 'adminUsers: Administrate users'); @define('PERMISSION_ADMINUSERS', 'adminU<EFBFBD>ivatel<EFBFBD>: Administrace u<EFBFBD>ivatel<EFBFBD>');
@define('PERMISSION_ADMINUSERSDELETE', 'adminUsersDelete: Delete users'); @define('PERMISSION_ADMINUSERSDELETE', 'adminMaz<EFBFBD>n<EFBFBD>U<EFBFBD>ivatel<EFBFBD>: Smazat u<>ivatele');
@define('PERMISSION_ADMINUSERSEDITUSERLEVEL', 'adminUsersEditUserlevel: Change userlevel'); @define('PERMISSION_ADMINUSERSEDITUSERLEVEL', 'adminZm<EFBFBD>na<EFBFBD>rovn<EFBFBD>U<EFBFBD>ivatele: Zm<5A>na <20>rovn<76> u<>ivatele');
@define('PERMISSION_ADMINUSERSMAINTAINSAME', 'adminUsersMaintainSame: Administrate users that are in your group(s)'); @define('PERMISSION_ADMINUSERSMAINTAINSAME', 'adminU<EFBFBD>ivatel<EFBFBD>Stejn<EFBFBD>Skupiny: Administrace u<EFBFBD>ivatel<EFBFBD> ve stejn<6A> skupin<69>');
@define('PERMISSION_ADMINUSERSMAINTAINOTHERS', 'adminUsersMaintainOthers: Administrate users that are not in your group(s)'); @define('PERMISSION_ADMINUSERSMAINTAINOTHERS', 'adminU<EFBFBD>ivatel<EFBFBD>Jin<EFBFBD>Skupiny: Administrace u<EFBFBD>ivatel<EFBFBD> v jin<69>ch skupin<69>ch');
@define('PERMISSION_ADMINUSERSCREATENEW', 'adminUsersCreateNew: Create new users'); @define('PERMISSION_ADMINUSERSCREATENEW', 'adminNov<EFBFBD>U<EFBFBD>ivatel<EFBFBD>: Zakl<6B>dat nov<EFBFBD> u<>ivatele');
@define('PERMISSION_ADMINUSERSGROUPS', 'adminUsersGroups: Administrate usergroups'); @define('PERMISSION_ADMINUSERSGROUPS', 'adminU<EFBFBD>ivatelsk<EFBFBD>Skupiny: Administrace skupin u<>ivatel<65>');
@define('PERMISSION_ADMINPLUGINS', 'adminPlugins: Administrate plugins'); @define('PERMISSION_ADMINPLUGINS', 'adminPluginy: Administrace plugin<EFBFBD>');
@define('PERMISSION_ADMINPLUGINSMAINTAINOTHERS', 'adminPluginsMaintainOthers: Administrate other user\'s plugins'); @define('PERMISSION_ADMINPLUGINSMAINTAINOTHERS', 'admin<EFBFBD>dr<EFBFBD>baPlugin<EFBFBD>Ostatn<EFBFBD>ch: Administrace plugin<EFBFBD> ostatn<74>ch u<>ivatel<65>');
@define('PERMISSION_ADMINIMAGES', 'adminImages: Administrate media files'); @define('PERMISSION_ADMINIMAGES', 'adminObr<EFBFBD>zky: Administrace soubor<EFBFBD> media');
@define('PERMISSION_ADMINIMAGESDIRECTORIES', 'adminImagesDirectories: Administrate media directories'); @define('PERMISSION_ADMINIMAGESDIRECTORIES', 'adminAdres<EFBFBD><EFBFBD>eObr<EFBFBD>zk<EFBFBD>: Administrace adres<EFBFBD><EFBFBD><EFBFBD> pro media');
@define('PERMISSION_ADMINIMAGESADD', 'adminImagesAdd: Add new media files'); @define('PERMISSION_ADMINIMAGESADD', 'adminP<EFBFBD>idatObr<EFBFBD>zek: P<>id<69>v<EFBFBD>n<EFBFBD> nov<6F>ch soubor<6F> medi<64>');
@define('PERMISSION_ADMINIMAGESDELETE', 'adminImagesDelete: Delete media files'); @define('PERMISSION_ADMINIMAGESDELETE', 'adminSmazatObr<EFBFBD>zek: Maz<61>n<EFBFBD> soubor<6F> medi<64>');
@define('PERMISSION_ADMINIMAGESMAINTAINOTHERS', 'adminImagesMaintainOthers: Administrate other user\'s media files'); @define('PERMISSION_ADMINIMAGESMAINTAINOTHERS', 'admin<EFBFBD>dr<EFBFBD>baObr<EFBFBD>zk<EFBFBD>Ostatn<EFBFBD>: Administrace soubor<EFBFBD> medi<64> ostatn<74>ch u<>ivatel<65>');
@define('PERMISSION_ADMINIMAGESVIEW', 'adminImagesView: View media files'); @define('PERMISSION_ADMINIMAGESVIEW', 'adminProhl<EFBFBD><EFBFBD>en<EFBFBD>Obr<EFBFBD>zk<EFBFBD>: Prohl<68><6C>en<65> soubor<6F> medi<64>');
@define('PERMISSION_ADMINIMAGESSYNC', 'adminImagesSync: Sync thumbnails'); @define('PERMISSION_ADMINIMAGESSYNC', 'adminSynchroObr<EFBFBD>zk<EFBFBD>: Sync thumbnail<EFBFBD>');
@define('PERMISSION_ADMINCOMMENTS', 'adminComments: Administrate comments'); @define('PERMISSION_ADMINCOMMENTS', 'adminKoment<EFBFBD><EFBFBD>e: Administrace koment<EFBFBD><EFBFBD><EFBFBD>');
@define('PERMISSION_ADMINTEMPLATES', 'adminTemplates: Administrate templates'); @define('PERMISSION_ADMINTEMPLATES', 'adminTemplate: Administrace <EFBFBD>ablon (template)');
@define('INSTALL_BLOG_EMAIL', 'Blog\'s E-Mail address'); @define('INSTALL_BLOG_EMAIL', 'E-Mail pro blog');
@define('INSTALL_BLOG_EMAIL_DESC', 'This configures the E-Mail address that is used as the "From"-Part of outgoing mails. Be sure to set this to an address that is recognized by the mailserver used on your host - many mailservers reject messages that have unknown From-addresses.'); @define('INSTALL_BLOG_EMAIL_DESC', 'Toto nastav<61> E-Mailovou adresu, kter<65> je pou<6F>ita v poli "From"- (od) pro odchoz<6F> e-maily. Nastavte si tuto adresu tak, aby byla rozpozn<7A>na mailov<6F>m serverem pou<6F><75>van<61>m va<76><61>m webhosterem - mnoho mailserver<65> odm<64>t<EFBFBD> po<70>tu, kter<65> m<> nezn<7A>mou From-addresu (adr odesilatele).');
@define('CATEGORIES_PARENT_BASE', 'Only show categories below...'); @define('CATEGORIES_PARENT_BASE', 'Zobrazit jen kategorie ni<6E>e ...');
@define('CATEGORIES_PARENT_BASE_DESC', 'You can choose a parent category so that only the child categories are shown.'); @define('CATEGORIES_PARENT_BASE_DESC', 'M<EFBFBD><EFBFBD>ete vybrat rodi<64>ovskou kategorii, tak<61>e budou zobrazeny jen jej<65> ni<6E><69><EFBFBD> kategori.');
@define('CATEGORIES_HIDE_PARALLEL', 'Hide categories that are not part of the category tree'); @define('CATEGORIES_HIDE_PARALLEL', 'Skr<EFBFBD>t kategorie, kter<65> nejsou sou<6F><75>st<73> stromu kategori<72>');
@define('CATEGORIES_HIDE_PARALLEL_DESC', 'If you want to hide categories that are part of a different category tree, you need to enable this. This feature makes most sense if used in conjunction with a multi-blog using the "Properties/Tempaltes of categories" plugin.'); @define('CATEGORIES_HIDE_PARALLEL_DESC', 'Jestli<EFBFBD>e chcete skr<6B>t kategorie, kter<65> jsou <20><>st<73> jin<69>ho stromu kategori<72>, mus<75>te tohle povolit. Tato mo<6D>nost se nejl<6A>pe pou<6F>ije ve spojen<65> s multi-blogem a pluginem "Properties/Templates of categories".');
@define('PERMISSION_ADMINIMAGESVIEWOTHERS', 'adminImagesViewOthers: View other user\'s media files'); @define('PERMISSION_ADMINIMAGESVIEWOTHERS', 'adminProhl<EFBFBD><EFBFBD>en<EFBFBD>Obr<EFBFBD>zk<EFBFBD>Ostatn<EFBFBD>: Prohl<68><6C>en<65> medi<64> ostatn<74>ch u<>ivatel<65>');
@define('CHARSET_NATIVE', 'Native'); @define('CHARSET_NATIVE', 'N<EFBFBD>rodn<EFBFBD>');
@define('INSTALL_CHARSET', 'Charset selection'); @define('INSTALL_CHARSET', 'Volba znakov<6F> sady - Charset');
@define('INSTALL_CHARSET_DESC', 'Here you can toggle UTF-8 or native (ISO, EUC, ...) charactersets. Some languages only have UTF-8 translations so that setting the charset to "Native" will have no effects. UTF-8 is suggested for new installations. Do not change this setting if you have already made entries with special characters - this may lead to corrupt characters. Be sure to read more on http://www.s9y.org/index.php?node=46 about this issue.'); @define('INSTALL_CHARSET_DESC', 'Zde m<><6D>ete volit mezi UTF-8 nebo n<>rodn<64> (ISO, EUC, ...) znakovou sadou. N<>kter<65> jazyky maj<61> jen p<>eklady UTF-8, tak<EFBFBD>e nastaven<65> znakov<6F> sady na n<>rodn<64> nem<65> <20><>dn<64> <20><>inek. UTF-8 se doporu<72>uje pro nov<6F> instalace. Nem<65><6D>te toto nastaven<65>, jestli<6C>e jste ji<6A> napsali p<><70>sp<73>vky se speci<63>ln<6C>mi (n<>rodn<64>mi) znaky - mohlo by zp<7A>sobit poru<72>en<65> textu. P<>e<EFBFBD>t<EFBFBD>te si o tomto probl<62>mu v<>ce na http://www.s9y.org/index.php?node=46 .');
@define('CALENDAR_ENABLE_EXTERNAL_EVENTS', 'Enable Plugin API hook'); @define('CALENDAR_ENABLE_EXTERNAL_EVENTS', 'Povolit Plugin API hook');
@define('CALENDAR_EXTEVENT_DESC', 'If enabled, plugins can hook into the calendar to display their own events highlighted. Only enable if you have installed plugins that need this, otherwise it just decreases performance.'); @define('CALENDAR_EXTEVENT_DESC', 'Jestli<EFBFBD>e je toto povoleno, mohou se pluginy napojovat na kalend<6E><64> a zv<7A>raz<61>ovat sv<73> vlastn<74> ud<75>losti. Povolte jen kdy<64> m<>te pluginy, kter<65> toto pot<6F>ebuj<75>, jinak to jen sni<6E>uje v<>kon.');
@define('XMLRPC_NO_LONGER_BUNDLED', 'The XML-RPC API Interface to Serendipity is no longer bundled because of ongoing security issues with this API and not many people using it. Thus you need to install the XML-RPC Plugin to use the XML-RPC API. The URL to use in your applications will NOT change - as soon as you have installed the plugin, you will again be able to use the API.'); @define('XMLRPC_NO_LONGER_BUNDLED', 'XML-RPC API Interface na Serendipity ji<EFBFBD> nen<65> p<>ibaleno kv<6B>li pokra<72>uj<75>c<EFBFBD>m bezpe<70>nostn<74>m probl<62>m<EFBFBD>m s t<>mhle API a proto<74>e ho moc lid<69> nepou<6F><75>v<EFBFBD>. Proto mus<75>te nainstalovat plugin XML-RPC, kdy<64> chcete XML-RPC API pou<6F><75>vat. URL, kter<65> se pou<6F>ije ve va<76><61> aplikaci, se nezm<7A>n<EFBFBD> - hned po instalaci pluginu budete moci API pou<6F><75>vat.');
@define('PERM_READ', 'Read permission'); @define('PERM_READ', 'Pr<EFBFBD>vo na <20>ten<65>');
@define('PERM_WRITE', 'Write permission'); @define('PERM_WRITE', 'Pr<EFBFBD>vo na z<>pis');
@define('PERM_DENIED', 'Permission denied.'); @define('PERM_DENIED', 'P<EFBFBD><EFBFBD>stup odep<65>en.');
@define('INSTALL_ACL', 'Apply read-permissions for categories'); @define('INSTALL_ACL', 'Aplikovat pr<70>va na <20>ten<65> pro kategorie');
@define('INSTALL_ACL_DESC', 'If enabled, the usergroup permission settings you setup for categories will be applied when logged-in users view your blog. If disabled, the read-permissions of the categories are NOT applied, but the positive effect is a little speedup on your blog. So if you don\'t need multi-user read permissions for your blog, disable this setting.'); @define('INSTALL_ACL_DESC', 'Pokud je povoleno, budou na kategorie aplikov<6F>na nastaven<65> pr<70>v pro skupiny u<>ivatel<65>, kdy<64> si p<>ihl<68><6C>en<65> u<>ivatel<65> budou prohl<68><6C>et v<><76> blog. Nen<65>-li povoleno, pr<70>va na <20>ten<65> pro kategorie nejsou aplikov<EFBFBD>na, a zlep<65>uje se rychlost blogu. Jestli<6C>e nechcete m<>t pr<70>va pro <20>ten<65> pro r<>zn<7A> u<>ivatele, toto nastaven<65> zaka<6B>te.');
@define('PLUGIN_API_VALIDATE_ERROR', 'Configuration syntax wrong for option "%s". Needs content of type "%s".'); @define('PLUGIN_API_VALIDATE_ERROR', 'Syntax konfigurace je chybn<62> pro volbu "%s". Vy<56>aduje obsah typu "%s".');
@define('USERCONF_CHECK_PASSWORD', 'Old Password'); @define('USERCONF_CHECK_PASSWORD', 'Star<EFBFBD> heslo');
@define('USERCONF_CHECK_PASSWORD_DESC', 'If you change the password in the field above, you need to enter the current user password into this field.'); @define('USERCONF_CHECK_PASSWORD_DESC', 'Jestli<EFBFBD>e zm<7A>n<EFBFBD>te heslo v pol<6F><6C>ku v<><76>e, mus<75>te do tohoto pole zadat sou<6F>asn<73> heslo.');
@define('USERCONF_CHECK_PASSWORD_ERROR', 'You did not specify the right old password, and are not authorized to change the new password. Your settings were not saved.'); @define('USERCONF_CHECK_PASSWORD_ERROR', 'Nezadali jste spr<70>vn<76> star<61> heslo a nejste opr<70>vn<76>ni heslo zm<7A>nit. Va<56>e nastaven<65> nebylo ulo<6C>eno.');
@define('ERROR_XSRF', 'Your browser did not sent a valid HTTP-Referrer string. This may have either been caused by a misconfigured browser/proxy or by a Cross Site Request Forgery (XSRF) aimed at you. The action you requested could not be completed.'); @define('ERROR_XSRF', 'V<EFBFBD><EFBFBD> prohl<68><6C>e<EFBFBD> nezaslal platn<74> HTTP-Referrer string. To mohlo b<>t zp<7A>sobeno bu<62> <20>patn<74> nastaven<65>m prohl<68><6C>e<EFBFBD>em/proxy nebo Cross Site Request Forgery (XSRF), kter<65> je na v<>s nam<61><6D>en. Po<50>adovan<61> akce nemohla b<>t dokon<6F>ena.');
@define('INSTALL_PERMALINK_FEEDAUTHOR_DESC', 'Here you can define the relative URL structure beginning from your base URL to where RSS-feeds from specific users may be viewed. You can use the variables %id%, %realname%, %username%, %email% and any other characters.'); @define('INSTALL_PERMALINK_FEEDAUTHOR_DESC', 'Zde m<><6D>ete definovat relativn<EFBFBD> strukturu URL, kde za<7A><61>tek je va<76>e base URL, z n<><6E> mohou b<>t b<>t dostupn<70> RSS kan<61>ly od ur<75>it<69>ch u<>ivatel<65>. M<><4D>ete pou<6F><75>t prom<6F>nn<6E> %id%, %realname%, %username%, %email% a jak<61>koli jin<69> znaky.');
@define('INSTALL_PERMALINK_FEEDAUTHOR', 'Permalink RSS-Feed Author URL structure'); @define('INSTALL_PERMALINK_FEEDAUTHOR', 'Permalink RSS-Feed Author URL structure');
@define('INSTALL_PERMALINK_AUTHORSPATH', 'Path to authors'); @define('INSTALL_PERMALINK_AUTHORSPATH', 'Cesta k autor<EFBFBD>m');
@define('AUTHORS', 'Authors'); @define('AUTHORS', 'Auto<EFBFBD>i');
@define('AUTHORS_ALLOW_SELECT', 'Allow visitors to display multiple authors at once?'); @define('AUTHORS_ALLOW_SELECT', 'Povolit n<>v<EFBFBD>t<EFBFBD>vn<76>k<EFBFBD>m vybrat v<>ce autor<EFBFBD> najednou?');
@define('AUTHORS_ALLOW_SELECT_DESC', 'If this option is enabled, a checkbox will be put next to each author in this sidebar plugin. Users can check those boxes and see entries matching their selection.'); @define('AUTHORS_ALLOW_SELECT_DESC', 'Jestli<EFBFBD>e je tato volba povolena, bude u ka<6B>d<EFBFBD>ho autora um<75>st<73>no zatrh<72>vac<61> ok<6F>nko. U<>ivatel<65> mohou zvolit v<>ce autor<6F> a vid<69>t p<><70>sp<73>vky, kter<65> vyhovuj<75> jejich v<>b<EFBFBD>ru');
@define('AUTHOR_PLUGIN_DESC', 'Shows a list of authors'); @define('AUTHOR_PLUGIN_DESC', 'Zobrazit seznam autor<EFBFBD>');
@define('CATEGORY_PLUGIN_TEMPLATE', 'Enable Smarty-Templates?'); @define('CATEGORY_PLUGIN_TEMPLATE', 'Povolit Smarty-Templates?');
@define('CATEGORY_PLUGIN_TEMPLATE_DESC', 'If this option is enabled, the plugin will utilize Smarty-Templating features to output the category listing. If you enable this, you can change the layout via the "plugin_categories.tpl" template file. Enabling this option will impact performance, so if you do not need to make customizations, leave it disabled.'); @define('CATEGORY_PLUGIN_TEMPLATE_DESC', 'Je-li tato mo<6D>nost povolena, bude plugin pro v<>pis kategori<72> vyu<79><75>vat mo<6D>nost<73> Smarty-Templating. Kdy<64> tohle povol<6F>te, m<><6D>ete m<>nit layout p<>es <20>ablonu "plugin_categories.tpl". Povolen<65> t<>hle volby m<><6D>e zhor<6F>it v<>kon, tak<61>e pokud nechcete d<>lat <20>pravy pro jednotliv<69> kategorie, nechte to zak<EFBFBD>zan<EFBFBD>.');
@define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?'); @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Zobrazit po<70>et p<><70>sp<73>vk<76> na kategorii? ');
@define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?'); @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Zobrazit po<70>et <20>l<EFBFBD>nk<6E> u jm<6A>na autora?');
@define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.'); @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'Je-li tato volba povolena, je vedle jm<6A>na autora zobrazen v z<>vorce po<70>et jeho p<><70>sp<73>vk<76>.');
@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available'); @define('CUSTOM_ADMIN_INTERFACE', 'Je upraven<65> prost<73>ed<65> pro administraci');
@define('COMMENT_NOT_ADDED', 'V<><56> koment<6E><74> nebyl p<>id<69>n, proto<74>e k tomuto z<>znamu nejsou koment<6E><74>e umo<6D>n<EFBFBD>ny. %sVra<72>te se%s zp<7A>t ke koment<6E><74><EFBFBD>m nebo %szav<61>ete%s toto okno.'); // Retranslate: 'Your comment could not be added, because comments for this entry have either been disabled, you entered invalid data, or your comment was caught by anti-spam measurements.' @define('COMMENT_NOT_ADDED', 'V<><56> koment<6E><74> nemohl b<>t p<>id<69>n, proto<74>e koment<EFBFBD><EFBFBD>e k tomuto p<><70>sp<73>vku byly zak<61>z<EFBFBD>ny, zadali jste <20>patn<74> data nebo byl v<><76> koment<6E><74> zachycen antispamem.');
@define('INSTALL_TRACKREF', 'Enable referrer tracking?'); @define('INSTALL_TRACKREF', 'Povolit referrer tracking?');
@define('INSTALL_TRACKREF_DESC', 'Enabling the referrer tracking will show you which sites refer to your articles. Today this is often abused for spamming, so you can disable it if you want.'); @define('INSTALL_TRACKREF_DESC', 'Povolen<EFBFBD> referrer tracking v<EFBFBD>m uk<75><6B>e, kter<65> weby odkazuj<75> na va<76>e <20>l<EFBFBD>nky. Dnes je to <20>asto zneu<65><75>v<EFBFBD>no pro spam, tak<61>e to m<><6D>ete zak<61>zat, chcete-li.');
@define('CATEGORIES_HIDE_PARENT', 'Hide the selected parent category?'); @define('CATEGORIES_HIDE_PARENT', 'Skr<EFBFBD>t zvolenou rodi<64>ovskou kategorii?');
@define('CATEGORIES_HIDE_PARENT_DESC', 'If you restrict the listing of categories to a specific category, by default you will see that parent category within the output listing. If you disable this option, the parent category name will not be displayed.'); @define('CATEGORIES_HIDE_PARENT_DESC', 'Jestli<EFBFBD>e omez<65>te v<>pis kategori<EFBFBD> na specifickou kategorii, standardn<64> bude na v<>stupu rodi<64>ovsk<73> kategorie zobrazena. Kdy<64> tuto mo<6D>nost zak<61><6B>ete, n<>zev rodi<64>ovsk<73> kategorie nebude zobrazen.');
@define('WARNING_NO_GROUPS_SELECTED', 'Warning: You did not select any group memberships. This would effectively log you out of the usergroup management, and thus your group memberships werde not changed.'); @define('WARNING_NO_GROUPS_SELECTED', 'Varov<EFBFBD>n<EFBFBD>: Nezvolili jste si <20>lenstv<74> v <20><>dn<64> skupin<69>. To by v<>s vylou<6F>ilo z <20><>zen<65> pr<70>v u<>ivatelsk<73>ch skupin, a proto va<76>e <20>lenstv<74> ve skupin<69> nebude zm<7A>n<EFBFBD>no.');
@define('INSTALL_RSSFETCHLIMIT', 'Entries to display in Feeds'); @define('INSTALL_RSSFETCHLIMIT', '<EFBFBD>l<EFBFBD>nky, kter<65> se maj<61> zobrazit v RSS Feedu');
@define('INSTALL_RSSFETCHLIMIT_DESC', 'Number of entries to display for each page on the RSS Feed.'); @define('INSTALL_RSSFETCHLIMIT_DESC', 'Po<EFBFBD>et <20>l<EFBFBD>nk<6E>, kter<65> se m<> zobrazit na ka<6B>d<EFBFBD> str<74>nce v RSS Feedu.');
@define('INSTAL_DB_UTF8', 'Enable DB-charset conversion'); @define('INSTAL_DB_UTF8', 'Povolit DB-charset conversion');
@define('INSTAL_DB_UTF8_DESC', 'Issues a MySQL "SET NAMES" query to indicate the required charset for the database. Turn this on or off, if you see weird characters in your blog.'); @define('INSTAL_DB_UTF8_DESC', 'Vyvol<EFBFBD> dotaz MySQL "SET NAMES", aby se zjistila po<70>adovan<61> znakov<6F> sada pro datab<61>zi. Zapn<70>te to nebo vypn<70>te, pokud se v<EFBFBD>m na blogu objevuj<75> podivn<76> znaky.');
@define('ONTHEFLYSYNCH', 'Enable on-the-fly media synchronization'); @define('ONTHEFLYSYNCH', 'Povolit synchronizaci medi<64> za b<>hu (on the fly)');
@define('ONTHEFLYSYNCH_DESC', 'If enabled, Serendipity will compare the media database with the files stored on your server and synchronize the database and directory contents.'); @define('ONTHEFLYSYNCH_DESC', 'Pokud je to povoleno, Serendipity bude porovn<76>vat datab<61>zi medi<64> se soubory ulo<6C>en<65>mi na serveru a bude synchronizovat obsah datab<EFBFBD>ze a adres<65><73>e.');
@define('USERCONF_CHECK_USERNAME_ERROR', 'The username cannot be left blank.'); @define('USERCONF_CHECK_USERNAME_ERROR', 'Jm<EFBFBD>no u<>ivatele nem<65><6D>e b<>t pr<70>zdn<64>.');
@define('FURTHER_LINKS', 'Further Links'); @define('FURTHER_LINKS', 'Dal<EFBFBD><EFBFBD> odkazy');
@define('FURTHER_LINKS_S9Y', 'Serendipity Homepage'); @define('FURTHER_LINKS_S9Y', 'Serendipity Homepage');
@define('FURTHER_LINKS_S9Y_DOCS', 'Serendipity Documentation'); @define('FURTHER_LINKS_S9Y_DOCS', 'Serendipity Documentation');
@define('FURTHER_LINKS_S9Y_BLOG', 'Official Blog'); @define('FURTHER_LINKS_S9Y_BLOG', 'Official Blog');
@define('FURTHER_LINKS_S9Y_FORUMS', 'Forums'); @define('FURTHER_LINKS_S9Y_FORUMS', 'Forums');
@define('FURTHER_LINKS_S9Y_SPARTACUS', 'Spartacus'); @define('FURTHER_LINKS_S9Y_SPARTACUS', 'Spartacus');
@define('COMMENT_IS_DELETED', '(Comment removed)'); @define('COMMENT_IS_DELETED', '(Koment<EFBFBD><EFBFBD> odstran<61>n)');
@define('CURRENT_AUTHOR', 'Current author'); @define('CURRENT_AUTHOR', 'Aktu<EFBFBD>ln<EFBFBD> autor');
@define('WORD_NEW', 'New'); @define('WORD_NEW', 'Nov<EFBFBD>');
@define('SHOW_MEDIA_TOOLBAR', 'Show toolbar within media selector popup?'); @define('SHOW_MEDIA_TOOLBAR', 'Uk<EFBFBD>zat li<6C>tu n<>stroj<6F> v okn<6B> v<>b<EFBFBD>ru medi<64>?');
@define('MEDIA_KEYWORDS', 'Media keywords'); @define('MEDIA_KEYWORDS', 'Media - kl<6B><6C>ov<6F> slova');
@define('MEDIA_KEYWORDS_DESC', 'Enter a list of ";" separated words that you want to use as pre-defined keywords for media items.'); @define('MEDIA_KEYWORDS_DESC', 'Zadejte seznam slov odd<64>len<65>ch ";" kter<65> chcete pou<6F><75>t jako p<>eddefonovan<61> kl<6B><6C>ov<6F> slova pro polo<6C>ky v medi<64>ch.');
@define('MEDIA_EXIF', 'Import EXIF/JPEG image data'); @define('MEDIA_EXIF', 'Importovat EXIF/JPEG data obr<62>zku');
@define('MEDIA_EXIF_DESC', 'If enabled, existing EXIF/JPEG metadata of images will be parsed and stored in the database for display in the media gallery.'); @define('MEDIA_EXIF_DESC', 'Je-li povoleno, existuj<EFBFBD>c<EFBFBD> EXIF/JPEG metadata obr<EFBFBD>zk<EFBFBD> budou parsov<6F>na a ulo<6C>ena v datab<61>zi, aby je bylo mo<6D>no zobrazit v galerii medi<64>.');
@define('MEDIA_PROP', 'Media properties'); @define('MEDIA_PROP', 'Vlastnosti media');
@define('GO_ADD_PROPERTIES', 'Go & enter properties'); @define('GO_ADD_PROPERTIES', 'Zadej vlastnosti');
@define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_DPI', 'DPI');
@define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright');
@define('MEDIA_PROPERTY_COMMENT1', 'Short Comment'); @define('MEDIA_PROPERTY_COMMENT1', 'Kr<EFBFBD>tk<EFBFBD> koment<EFBFBD><EFBFBD>');
@define('MEDIA_PROPERTY_COMMENT2', 'Long Comment'); @define('MEDIA_PROPERTY_COMMENT2', 'Dlouh<EFBFBD> koment<EFBFBD><EFBFBD>');
@define('MEDIA_PROPERTY_TITLE', 'Title'); @define('MEDIA_PROPERTY_TITLE', 'Titulek');
@define('MEDIA_PROP_DESC', 'Enter a list of ";" separated property fields you want to define for each media file'); @define('MEDIA_PROP_DESC', 'Zadejte seznam pol<6F> vlastnost<73> odd<64>len<65>ch ";" , kter<65> chcete definovat pro ka<6B>d<EFBFBD> souor v medi<64>ch');
@define('MEDIA_PROP_MULTIDESC', '(You can append ":MULTI" after any item to indicate that this item will contain long text instead of just some characters)'); @define('MEDIA_PROP_MULTIDESC', '(Za ka<6B>dou polo<6C>ku m<><6D>ete p<>idat ":MULTI", co<63> bude indikovat, <20>e tato polo<6C>ka bude obsahovat dlouh<75> text m<>sto jen n<>kolika znak<61>)');
@define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS_NONE', 'Toto t<>ma/styl nem<65> specifick<63> volby. Pokud chcete v<>d<EFBFBD>t, jak m<><6D>ete pro svoje <20>ablony nastavit specifick<63> volby, <20>t<EFBFBD>te Technical Documentation na www.s9y.org "Configuration of Theme options".');
@define('STYLE_OPTIONS', 'Theme/Style options'); @define('STYLE_OPTIONS', 'Volby pro t<>ma/stylu');
@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('PLUGIN_AVAILABLE_COUNT', 'Celkem: %d plugin<EFBFBD>.');
@define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance'); @define('SYNDICATION_RFC2616', 'Aktivovat strict RFC2616 RSS-Feed compliance');
@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also vioaltes RFC2616. So if you set this option to "TRUE" you will compliy with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); @define('SYNDICATION_RFC2616_DESC', 'Kdy<EFBFBD> neaktivujete RFC2616, znamen<65> to, <20>e v<>echny podm<64>n<EFBFBD>n<EFBFBD> GETy na Serendipity vr<76>t<EFBFBD> p<><70>sp<73>vky, kter<65> byly modifikov<6F>ny od <20>asu posledn<64>ho po<70>adavku. Kdy<64> tohle nastav<61>te na "false", va<76>i n<>v<EFBFBD>t<EFBFBD>vn<76>ci dostanou v<>echny <20>l<EFBFBD>nky od sv<73>ho posledn<64>ho po<70>adavku, co<63> se pova<76>uje za dobrou v<>c. Av<41>ak n<>kte<74><65> agenti jako Planet funguj<75> divn<76>, kdy<64> tohle nastane a taky to poru<72>uje RFC2616. Tak<61>e kdy<64> nastav<61>te tuto volbu na "TRUE", budete vyhovovat RFC ale n<>v<EFBFBD>t<EFBFBD>vn<76>k<EFBFBD>m mohou ve <20>te<74>k<EFBFBD>ch b<>hem pr<70>zdnin zmizet p<><70>sp<73>vky. V ka<6B>d<EFBFBD>m p<><70>pad<61>, bu<62> to vad<61> agreg<EFBFBD>tor<EFBFBD>m jako je Planet, nebo to vad<61> n<>v<EFBFBD>t<EFBFBD>vn<76>k<EFBFBD>m blogu. Kdy<EFBFBD> se vyskytnou st<73><74>nosti z kter<65>koli strany, m<><6D>ete tuhle volbu p<>epnout. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822');
@define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_PROPERTY_DATE', 'Asociovan<EFBFBD> datum');
@define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length');
@define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s'); @define('FILENAME_REASSIGNED', 'Automaticky p<>id<69>len<65> nov<6F> jm<6A>no souboru: %s');
@define('MEDIA_UPLOAD_SIZE', 'Max. file upload size'); @define('MEDIA_UPLOAD_SIZE', 'Max. velikost uploadvoan<61>ho souboru');
@define('MEDIA_UPLOAD_SIZE_DESC', 'Enter the maximum filesize for uploaded files in bytes. This setting can be overruled by server-side settings in PHP.ini: upload_max_filesize, post_max_size, max_input_time all take precedence over this option. An empty string means to only use the server-side limits.'); @define('MEDIA_UPLOAD_SIZE_DESC', 'Zadejte maxim<69>ln<6C> velikost pro uploadovan<61> (nahr<68>van<61>) soubory v bytech. Toto nastaven<65> m<><6D>e b<>t p<>eps<70>no nastaven<65>m serveru v php.ini: upload_max_filesize, post_max_size, max_input_time maj<61> p<>ednost p<>ed touto volbou. Pr<50>zdn<64> <20>et<65>zec znamen<65>, <20>e se pou<6F>ije limit serveru.');
@define('MEDIA_UPLOAD_SIZEERROR', 'Error: You cannot upload files larger than %s bytes!'); @define('MEDIA_UPLOAD_SIZEERROR', 'Chyba: Nem<65><6D>ete uploadovat soubory v<>t<EFBFBD><74> ne<6E> %s byt<EFBFBD>!');
@define('MEDIA_UPLOAD_MAXWIDTH', 'Max. width of image files for upload'); @define('MEDIA_UPLOAD_MAXWIDTH', 'Max. <EFBFBD><EFBFBD><EFBFBD>ka obr<62>zk<7A> pro upload');
@define('MEDIA_UPLOAD_MAXWIDTH_DESC', 'Enter the maximum image width in pixels for uploaded images.'); @define('MEDIA_UPLOAD_MAXWIDTH_DESC', 'Zadejte maxim<69>ln<6C> <20><><EFBFBD>ku pro uploadovan<61> obr<62>zky v pixelech.');
@define('MEDIA_UPLOAD_MAXHEIGHT', 'Max. height of image files for upload'); @define('MEDIA_UPLOAD_MAXHEIGHT', 'Max. v<EFBFBD><EFBFBD>ka obr<62>zku pro upload');
@define('MEDIA_UPLOAD_MAXHEIGHT_DESC', 'Enter the maximum image height in pixels for uploaded images.'); @define('MEDIA_UPLOAD_MAXHEIGHT_DESC', 'Zadejte maxim<69>ln<6C> v<><76>ku v pixelech pro uploadovan<61> obr<62>zky.');
@define('MEDIA_UPLOAD_DIMERROR', 'Error: You cannot upload image files larger than %s x %s pixels!'); @define('MEDIA_UPLOAD_DIMERROR', 'Chyba: Nem<65><6D>ete uploadovat soubory obr<62>zk<7A> v<>t<EFBFBD><74> ne<6E> %s x %s pixel<EFBFBD>!');
@define('MEDIA_TARGET', 'Target for this link'); @define('MEDIA_TARGET', 'C<EFBFBD>l odkazu');
@define('MEDIA_TARGET_JS', 'Popup window (via JavaScript, adaptive size)'); @define('MEDIA_TARGET_JS', 'Popup okno (pomoc<6F> JavaScriptu, p<EFBFBD>izp<EFBFBD>sobiteln<EFBFBD> velikost)');
@define('MEDIA_ENTRY', 'Isolated Entry'); @define('MEDIA_ENTRY', 'Samostatn<EFBFBD> p<><70>sp<73>vek');
@define('MEDIA_TARGET_BLANK', 'Popup window (via target=_blank)'); @define('MEDIA_TARGET_BLANK', 'Popup okno (pomoc<6F> target=_blank)');
@define('MEDIA_DYN_RESIZE', 'Allow dynamic image resizing?'); @define('MEDIA_DYN_RESIZE', 'Povolit dynamickou zm<7A>nu velikosti obr<62>zk<7A>?');
@define('MEDIA_DYN_RESIZE_DESC', 'If enabled, the media selector can return images in any requested size via a GET variable. The results are cached, and thus can create a large filebase if you make intensive use of it.'); @define('MEDIA_DYN_RESIZE_DESC', 'Je-li povoleno, m<><6D>e media selector vracet obr<62>zky v jak<61>koli po<70>adovan<61> velikosti p<>es prom<6F>nnou GET. V<>sledky jsou ke<6B>ov<6F>ny, a tak se m<><6D>e vytvo<76>it velk<6C> soubor, jestli<6C>e to intenzivn<EFBFBD> pou<6F><75>v<EFBFBD>te.');
@define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s'); @define('MEDIA_DIRECTORY_MOVED', 'Adres<EFBFBD><EFBFBD>e a soubory byly <20>sp<73><70>n<EFBFBD> p<>esunuty do %s');
@define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!'); @define('MEDIA_DIRECTORY_MOVE_ERROR', 'Adres<EFBFBD><EFBFBD>e a soubory nemohly b<>t p<>esunuty do %s!');
@define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.'); @define('MEDIA_DIRECTORY_MOVE_ENTRY', 'V Ne-MySQL datab<EFBFBD>zi nen<65> iterace po p<><70>sp<73>vc<76>ch a nahrazen<65> star<61> adresy p<>vodn<64>ho adres<65><73>e novou URL mo<6D>n<EFBFBD>. Budete muset p<><70>sp<73>vky ru<72>n<EFBFBD> editovat a ty adresy upravit. Ale po<70><6F>d je<6A>t<EFBFBD> m<><6D>ete adres<65><73> p<>esunout zp<7A>tky tam kde byl, jestli je to pro v<>s moc otravn<76>.');
@define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.'); @define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'URL p<>esunut<75>ho adres<65><73>e p<>esunuto v %s p<><70>sp<73>vc<76>ch.');
@define('PLUGIN_ACTIVE', 'Active'); @define('PLUGIN_ACTIVE', 'Aktivn<EFBFBD>');
@define('PLUGIN_INACTIVE', 'Inactive'); @define('PLUGIN_INACTIVE', 'Neaktivn<EFBFBD>');
@define('PREFERENCE_USE_JS', 'Enable advanced JS usage?'); @define('PREFERENCE_USE_JS', 'Povolit pou<6F>it<69> advanced JS?');
@define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.'); @define('PREFERENCE_USE_JS_DESC', 'Je-li toto povoleno, budou povoleny sekce s advanced JavaScript, aby se zlep<65>ila pou<6F>itelnost. Nap<61> v sekci pro konfiguraci plugin<69> m<><6D>ete pro p<>eskl<6B>d<EFBFBD>n<EFBFBD> plugin<69> pou<6F><75>t drag and drop (t<>hnout my<6D><79>).');
@define('PREFERENCE_USE_JS_WARNING', '(This page uses advanced JavaScripting. If you are having functionality issues, please disable the use of advanced JS usage in your personal preferences or disable your browser\'s JavaScript)'); @define('PREFERENCE_USE_JS_WARNING', '(Tato str<74>nka pou<6F><75>v<EFBFBD> advanced JavaScripting. Jestli<EFBFBD>e m<>te probl<62>my s fungov<6F>n<EFBFBD>m, zaka<6B>te pros<6F>m pou<6F><75>v<EFBFBD>n<EFBFBD> advanced JS ve sv<73>m osobn<62>m nastaven<65> nebo zaka<6B>te javascript v prohl<68><6C>e<EFBFBD>i.)');
@define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments'); @define('INSTALL_PERMALINK_COMMENTSPATH', 'Cesta ke koment<EFBFBD><EFBFBD><EFBFBD>m');
@define('PERM_SET_CHILD', 'Set the same permissions on all child directories'); @define('PERM_SET_CHILD', 'Nastavte shodn<64> pr<70>va pro v<>echny pod<6F><64>zen<65> adres<65><73>e');
@define('PERMISSION_FORBIDDEN_PLUGINS', 'Forbidden plugins'); @define('PERMISSION_FORBIDDEN_PLUGINS', 'Zak<EFBFBD>zan<EFBFBD> pluginy');
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events'); @define('PERMISSION_FORBIDDEN_HOOKS', 'Zak<EFBFBD>zan<EFBFBD> ud<75>losti');
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE', 'Povolit Plugin ACL pro u<>ivatelsk<73> skupiny?');
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'Jestli<EFBFBD>e je volba "Plugin ACL pro u<>ivatelsk<73> skupiny" v konfiguraci povolena, m<><6D>ete ur<75>it, kter<65> skupiny u<>ivatel<65> mohou prov<6F>d<EFBFBD>t ur<75>it<69> pluginy/ud<75>losti.');
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles');
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet');
@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.');

View File

@ -65,7 +65,7 @@ $i18n_filename_to = array (
@define('NEW_ENTRY', 'Nov<6F> z<>znam'); @define('NEW_ENTRY', 'Nov<6F> z<>znam');
@define('EDIT_ENTRIES', 'Editovat z<>znamy'); @define('EDIT_ENTRIES', 'Editovat z<>znamy');
@define('CATEGORIES', 'Kategorie'); @define('CATEGORIES', 'Kategorie');
@define('WARNING_THIS_BLAHBLAH', "POZOR:\\nTato akce m<><6D>e trvat d<>le pokud m<>te mnoho obr<62>zk<7A> bez n<>hled<65>."); @define('WARNING_THIS_BLAHBLAH', "POZOR:\\nTato akce m<><6D>e trvat d<>le, pokud m<>te mnoho obr<62>zk<7A> bez n<>hled<65>.");
@define('CREATE_THUMBS', 'Vytvo<76>it n<>hledy'); @define('CREATE_THUMBS', 'Vytvo<76>it n<>hledy');
@define('MANAGE_IMAGES', 'Spr<70>va obr<62>zk<7A>'); @define('MANAGE_IMAGES', 'Spr<70>va obr<62>zk<7A>');
@define('NAME', 'Jm<4A>no'); @define('NAME', 'Jm<4A>no');
@ -679,20 +679,20 @@ $i18n_filename_to = array (
@define('SYNDICATION_PLUGIN_SHOW_MAIL', 'Zobrazovat e-mailov<6F> adresy?'); @define('SYNDICATION_PLUGIN_SHOW_MAIL', 'Zobrazovat e-mailov<6F> adresy?');
@define('IMAGE_MORE_INPUT', 'P<>idat v<>ce obr<62>zk<7A>'); @define('IMAGE_MORE_INPUT', 'P<>idat v<>ce obr<62>zk<7A>');
@define('BACKEND_TITLE', 'Dal<61><6C> informace v konfigura<72>n<EFBFBD> obrazovce pluginu'); @define('BACKEND_TITLE', 'Dal<61><6C> informace v konfigura<72>n<EFBFBD> obrazovce pluginu');
@define('BACKEND_TITLE_FOR_NUGGET', 'Zde m<><6D>ete definovat sv<73>z <20>et<65>zec, kter<65> bude zobrazen v konfigura<72>n<EFBFBD> obrazovce pluginu spole<6C>n<EFBFBD> s popisem pluginu HTML Nugget. If you have multiple HTML nuggets with an empty title, this helps to distinct the plugins from another.'); // Translate @define('BACKEND_TITLE_FOR_NUGGET', 'Zde m<><6D>ete definovat sv<73>j <20>et<65>zec, kter<65> bude zobrazen v konfigura<72>n<EFBFBD> obrazovce pluginu spole<6C>n<EFBFBD> s popisem pluginu HTML Nugget. Kdy<EFBFBD> m<>te n<>kolik HTML nugget<65> s pr<70>zdn<64>m tittle, toto v<>m pom<6F><6D>e je rozli<6C>it.');
@define('CATEGORIES_ALLOW_SELECT', 'Povolit n<>v<EFBFBD>t<EFBFBD>vn<76>k<EFBFBD>m zobrazit v<>ce kategori<72> najednou?'); @define('CATEGORIES_ALLOW_SELECT', 'Povolit n<>v<EFBFBD>t<EFBFBD>vn<76>k<EFBFBD>m zobrazit v<>ce kategori<72> najednou?');
@define('CATEGORIES_ALLOW_SELECT_DESC', 'If this option is enabled, a checkbox will be put next to each category in this sidebar plugin. Users can check those boxes and then see entries belonging to their selection.'); // Translate @define('CATEGORIES_ALLOW_SELECT_DESC', 'Jestli<EFBFBD>e je tato volba povolena, bude v tomto postrann<6E>m pluginu hned vedle ka<6B>d<EFBFBD> kategorie za<7A>krt<72>vac<61> ok<6F>nko. U<>ivatel<65> mohou tyto boxy za<7A>krtnout a vid<69>t jen p<><70>sp<73>vky pat<61><74>c<EFBFBD> do tohoto v<>b<EFBFBD>ru.');
@define('PAGE_BROWSE_PLUGINS', 'Strana %s z %s, celkem %s plugin<69>.'); @define('PAGE_BROWSE_PLUGINS', 'Strana %s z %s, celkem %s plugin<69>.');
@define('INSTALL_CAT_PERMALINKS', 'Trval<61> odkazy'); @define('INSTALL_CAT_PERMALINKS', 'Trval<61> odkazy');
@define('INSTALL_CAT_PERMALINKS_DESC', 'Defines various URL patterns to define permanent links in your blog. It is suggested that you use the defaults; if not, you should try to use the %id% value where possible to prevent Serendipity from querying the database to lookup the target URL.'); @define('INSTALL_CAT_PERMALINKS_DESC', 'Definuje r<>zn<7A> vzory URL patterns pro definici trval<61>ch odkaz<61> (permanent links) ve va<76>em blogu. Doporu<EFBFBD>ujeme pou<6F><75>t defaultn<74> nastaven<65>; pokud ne, m<>li byste zkusit pou<6F><75>t hodnotu %id% tam, kde je to mo<6D>n<EFBFBD>, abyste p<>ede<64>li dotaz<61>m do datab<61>ze p<>i hled<65>n<EFBFBD> c<>lov<6F> URL.');
@define('INSTALL_PERMALINK', 'Struktura URL trval<61>ch odkaz<61>'); @define('INSTALL_PERMALINK', 'Struktura URL trval<61>ch odkaz<61>');
@define('INSTALL_PERMALINK_DESC', 'Here you can define the relative URL structure begining from your base URL to where entries may become available. You can use the variables %id%, %title%, %day%, %month%, %year% and any other characters.'); @define('INSTALL_PERMALINK_DESC', 'Zde m<><6D>ete definovat relativn<EFBFBD> strukturu URL, kde za<7A><61>tek je va<76>e base URL, z n<><6E> mohou b<>t p<><70>sp<73>vky dostupn<70>. M<><4D>ete pou<6F><75>t prom<6F>nn<6E> %id%, %title%, %day%, %month%, %year% a jak<61>koli jin<69> znaky.');
@define('INSTALL_PERMALINK_AUTHOR', 'Struktura URL autor<6F>'); @define('INSTALL_PERMALINK_AUTHOR', 'Struktura URL autor<6F>');
@define('INSTALL_PERMALINK_AUTHOR_DESC', 'Here you can define the relative URL structure begining from your base URL to where entries from certain authors may become available. You can use the variables %id%, %realname%, %username%, %email% and any other characters.'); @define('INSTALL_PERMALINK_AUTHOR_DESC', 'Zde m<><6D>ete definovat relativn<EFBFBD> strukturu URL, kde za<7A><61>tek je va<76>e base URL, z n<><6E> mohou b<>t dostupn<70> p<><70>sp<73>vky ur<75>it<69>ch autor<EFBFBD>. M<><4D>ete pou<6F><75>t prom<6F>nn<6E> %id%, %realname%, %username%, %email% a jak<61>koli jin<69> znaky.');
@define('INSTALL_PERMALINK_CATEGORY', 'Struktura URL kategori<72>'); @define('INSTALL_PERMALINK_CATEGORY', 'Struktura URL kategori<72>');
@define('INSTALL_PERMALINK_CATEGORY_DESC', 'Here you can define the relative URL structure begining from your base URL to where entries from certain categories may become available. You can use the variables %id%, %name%, %description% and any other characters.'); @define('INSTALL_PERMALINK_CATEGORY_DESC', 'Zde m<><6D>ete definovat relativn<EFBFBD> strukturu URL, kde za<7A><61>tek je va<76>e base URL, z n<><6E> mohou b<>t dostupn<70> ur<75>it<69> kategorie. M<><4D>ete pou<6F><75>t prom<6F>nn<6E> %id%, %name%, %description% a jak<61>koli jin<69> znaky.');
@define('INSTALL_PERMALINK_FEEDCATEGORY', 'Struktura URL trval<61>ch odkaz<61> kategori<72> RSS'); @define('INSTALL_PERMALINK_FEEDCATEGORY', 'Struktura URL trval<61>ch odkaz<61> kategori<72> RSS');
@define('INSTALL_PERMALINK_FEEDCATEGORY_DESC', 'Here you can define the relative URL structure begining from your base URL to where RSS-feeds frmo certain categories may become available. You can use the variables %id%, %name%, %description% and any other characters.'); @define('INSTALL_PERMALINK_FEEDCATEGORY_DESC', 'Zde m<><6D>ete definovat relativn<EFBFBD> strukturu URL, kde za<7A><61>tek je va<76>e base URL, z n<><6E> mohou b<>t dostupn<70> RSS kan<61>ly z ur<75>it<69>ch kategori<72>. M<><4D>ete pou<6F><75>t prom<6F>nn<6E> %id%, %name%, %description% a jak<61>koli jin<69> znaky.');
@define('INSTALL_PERMALINK_ARCHIVESPATH', 'Cesta k archiv<69>m'); @define('INSTALL_PERMALINK_ARCHIVESPATH', 'Cesta k archiv<69>m');
@define('INSTALL_PERMALINK_ARCHIVEPATH', 'Cesta k archivu'); @define('INSTALL_PERMALINK_ARCHIVEPATH', 'Cesta k archivu');
@define('INSTALL_PERMALINK_CATEGORIESPATH', 'Cesta ke kategori<72>m'); @define('INSTALL_PERMALINK_CATEGORIESPATH', 'Cesta ke kategori<72>m');
@ -708,8 +708,8 @@ $i18n_filename_to = array (
@define('INSTALL_CAL', 'Typ kalend<6E><64>e'); @define('INSTALL_CAL', 'Typ kalend<6E><64>e');
@define('INSTALL_CAL_DESC', 'Vyberte form<72>t kalend<6E><64>e'); @define('INSTALL_CAL_DESC', 'Vyberte form<72>t kalend<6E><64>e');
@define('REPLY', 'Odpov<6F><76>'); @define('REPLY', 'Odpov<6F><76>');
@define('USERCONF_GROUPS', '<27>lenstv<74> ve skupin<69>ch'); @define('USERCONF_GROUPS', '<27>lenstv<74> ve skupin<69>ch');
@define('USERCONF_GROUPS_DESC', 'Tento u<>ivatel je <20>len n<>sleduj<75>c<EFBFBD>ch skupin. <20>lenstv<74> ve v<>ce skupin<69>ch je mo<6D>n<EFBFBD>.'); @define('USERCONF_GROUPS_DESC', 'Tento u<>ivatel je <20>len n<>sleduj<75>c<EFBFBD>ch skupin. <20>lenstv<74> ve v<>ce skupin<69>ch je mo<6D>n<EFBFBD>.');
@define('MANAGE_GROUPS', 'Upravuj skupiny'); @define('MANAGE_GROUPS', 'Upravuj skupiny');
@define('DELETED_GROUP', 'Skupina #%d %s smaz<61>na.'); @define('DELETED_GROUP', 'Skupina #%d %s smaz<61>na.');
@define('CREATED_GROUP', 'Nov<6F> skupina %s byla vytvo<76>ena'); @define('CREATED_GROUP', 'Nov<6F> skupina %s byla vytvo<76>ena');
@ -717,187 +717,183 @@ $i18n_filename_to = array (
@define('GROUP', 'Skupina'); @define('GROUP', 'Skupina');
@define('CREATE_NEW_GROUP', 'Vytvo<76>it novou skupinu'); @define('CREATE_NEW_GROUP', 'Vytvo<76>it novou skupinu');
@define('DELETE_GROUP', 'Chyst<73>te se smazat skupinu #%d %s. Mysl<73>te to v<><76>n<EFBFBD>?'); @define('DELETE_GROUP', 'Chyst<73>te se smazat skupinu #%d %s. Mysl<73>te to v<><76>n<EFBFBD>?');
@define('USERLEVEL_OBSOLETE', 'NOTICE: The userlevel attribute is now only used for backward compatibility to plugins and fallback authorisation. User privileges are now handled by group memberships!'); @define('USERLEVEL_OBSOLETE', 'UPOZORN<EFBFBD>N<EFBFBD>: Atribut <20>rove<76> u<>ivatele (userlevel) je nyn<79> pou<6F><75>v<EFBFBD>n jen kv<6B>li zp<7A>tn<74> kompatibilit<EFBFBD> s pluginy a autorizaci. U<>ivatelsk<73> pr<70>va jsou nyn<79> <20><>zena pomoc<6F> <20>lensk<73>ch skupin!');
@define('SYNDICATION_PLUGIN_FEEDBURNERID', 'FeedBurner ID'); @define('SYNDICATION_PLUGIN_FEEDBURNERID', 'FeedBurner ID');
@define('SYNDICATION_PLUGIN_FEEDBURNERID_DESC', 'The ID of the feed you wish to publish'); @define('SYNDICATION_PLUGIN_FEEDBURNERID_DESC', 'ID feedu, kter<65> chcete publikovat');
@define('SYNDICATION_PLUGIN_FEEDBURNERIMG', 'FeedBurner image'); @define('SYNDICATION_PLUGIN_FEEDBURNERIMG', 'FeedBurner image');
@define('SYNDICATION_PLUGIN_FEEDBURNERIMG_DESC', 'Name of image to display (or leave blank for counter), located on feedburner.com, ex: fbapix.gif'); @define('SYNDICATION_PLUGIN_FEEDBURNERIMG_DESC', 'N<EFBFBD>zev obr<62>zku, kter<65> se m<> zobrazit (nebo pr<70>zdn<64> pro po<70>itadlo), um<75>st<73>n<EFBFBD> na feedburner.com, nap<EFBFBD>: fbapix.gif');
@define('SYNDICATION_PLUGIN_FEEDBURNERTITLE', 'FeedBurner title'); @define('SYNDICATION_PLUGIN_FEEDBURNERTITLE', 'FeedBurner title');
@define('SYNDICATION_PLUGIN_FEEDBURNERTITLE_DESC', 'Title (if any) to display alongside the image'); @define('SYNDICATION_PLUGIN_FEEDBURNERTITLE_DESC', 'Title (je-li), kter<65> se m<> zobrazit u obr<62>zku');
@define('SYNDICATION_PLUGIN_FEEDBURNERALT', 'FeedBurner image text'); @define('SYNDICATION_PLUGIN_FEEDBURNERALT', 'FeedBurner image text');
@define('SYNDICATION_PLUGIN_FEEDBURNERALT_DESC', 'Text (if any) to display when hovering the image'); @define('SYNDICATION_PLUGIN_FEEDBURNERALT_DESC', 'Text (je-li) kter<65> se m<> zobrazit p<>i najet<65> na obr<62>zek');
@define('SEARCH_TOO_SHORT', 'Your search-query must be longer than 3 characters. You can try to append * to shorter words, like: s9y* to trick the search into using shorter words.'); @define('SEARCH_TOO_SHORT', 'Vyhled<EFBFBD>vac<EFBFBD> dotaz mus<EFBFBD> b<EFBFBD>t del<65><6C> ne<6E> 3 znaky. Ke krat<61><74>m slov<6F>m m<><6D>ete zkusit p<>idat *, jako: s9y*, abyste vyhled<65>v<EFBFBD>n<EFBFBD> p<>im<69>li pracovat s krat<61><74>mi slovy.');
@define('INSTALL_DBPORT', 'Database port'); @define('INSTALL_DBPORT', 'Database port');
@define('INSTALL_DBPORT_DESC', 'The port used to connect to your database server'); @define('INSTALL_DBPORT_DESC', 'Port pou<6F>it<69> pro spojen<65> k va<76>emu datab<61>zov<6F>mu serveru');
@define('PLUGIN_GROUP_FRONTEND_EXTERNAL_SERVICES', 'Frontend: External Services'); @define('PLUGIN_GROUP_FRONTEND_EXTERNAL_SERVICES', 'Viditeln<EFBFBD> (Frontend): Extern<EFBFBD> slu<6C>by');
@define('PLUGIN_GROUP_FRONTEND_FEATURES', 'Frontend: Features'); @define('PLUGIN_GROUP_FRONTEND_FEATURES', 'Viditeln<EFBFBD> (Frontend): Dal<EFBFBD><EFBFBD> mo<6D>nosti');
@define('PLUGIN_GROUP_FRONTEND_FULL_MODS', 'Frontend: Full Mods'); @define('PLUGIN_GROUP_FRONTEND_FULL_MODS', 'Viditeln<EFBFBD> (Frontend): <EFBFBD>pln<EFBFBD> mody');
@define('PLUGIN_GROUP_FRONTEND_VIEWS', 'Frontend: Views'); @define('PLUGIN_GROUP_FRONTEND_VIEWS', 'Viditeln<EFBFBD> (Frontend): Zobrazen<EFBFBD>/filtry');
@define('PLUGIN_GROUP_FRONTEND_ENTRY_RELATED', 'Frontend: Entry Related'); @define('PLUGIN_GROUP_FRONTEND_ENTRY_RELATED', 'Viditeln<EFBFBD> (Frontend): Pluginy pro p<><70>sp<73>vky');
@define('PLUGIN_GROUP_BACKEND_EDITOR', 'Backend: Editor'); @define('PLUGIN_GROUP_BACKEND_EDITOR', 'Provozn<EFBFBD> (Backend): Editor');
@define('PLUGIN_GROUP_BACKEND_USERMANAGEMENT', 'Backend: Usermanagement'); @define('PLUGIN_GROUP_BACKEND_USERMANAGEMENT', 'Provozn<EFBFBD> (Backend): <EFBFBD><EFBFBD>zen<EFBFBD> u<>ivatel<65>');
@define('PLUGIN_GROUP_BACKEND_METAINFORMATION', 'Backend: Meta information'); @define('PLUGIN_GROUP_BACKEND_METAINFORMATION', 'Provozn<EFBFBD> (Backend): Meta informace');
@define('PLUGIN_GROUP_BACKEND_TEMPLATES', 'Backend: Templates'); @define('PLUGIN_GROUP_BACKEND_TEMPLATES', 'Provozn<EFBFBD> (Backend): Templates - <20>ablony vzhledu');
@define('PLUGIN_GROUP_BACKEND_FEATURES', 'Backend: Features'); @define('PLUGIN_GROUP_BACKEND_FEATURES', 'Provozn<EFBFBD> (Backend): Dal<EFBFBD><EFBFBD> mo<6D>nosti');
@define('PLUGIN_GROUP_IMAGES', 'Images'); @define('PLUGIN_GROUP_IMAGES', 'Obr<EFBFBD>zky');
@define('PLUGIN_GROUP_ANTISPAM', 'Antispam'); @define('PLUGIN_GROUP_ANTISPAM', 'Antispam');
@define('PLUGIN_GROUP_MARKUP', 'Markup'); @define('PLUGIN_GROUP_MARKUP', 'Markup - textov<6F> zna<6E>ky');
@define('PLUGIN_GROUP_STATISTICS', 'Statistics'); @define('PLUGIN_GROUP_STATISTICS', 'Statistiky');
@define('PERMISSION_PERSONALCONFIGURATION', 'personalConfiguration: Access personal configuration'); @define('PERMISSION_PERSONALCONFIGURATION', 'osobn<EFBFBD>Konfigurace: P<><50>stup k osobn<62> konfiguraci');
@define('PERMISSION_PERSONALCONFIGURATIONUSERLEVEL', 'personalConfigurationUserlevel: Change userlevels'); @define('PERMISSION_PERSONALCONFIGURATIONUSERLEVEL', 'osobn<EFBFBD>Konfigurace<EFBFBD>rove<EFBFBD>U<EFBFBD>ivatele: Zm<EFBFBD>nit <20>rove<76> u<>ivatele (level)');
@define('PERMISSION_PERSONALCONFIGURATIONNOCREATE', 'personalConfigurationNoCreate: Change "forbid creating entries"'); @define('PERMISSION_PERSONALCONFIGURATIONNOCREATE', 'osobn<EFBFBD>KonfiguraceNeNov<EFBFBD>: Zm<5A>nit "z<>kaz nov<6F>ch p<><70>sp<73>vk<76>"');
@define('PERMISSION_PERSONALCONFIGURATIONRIGHTPUBLISH', 'personalConfigurationRightPublish: Change right to publish entries'); @define('PERMISSION_PERSONALCONFIGURATIONRIGHTPUBLISH', 'osobn<EFBFBD>KonfiguracePr<EFBFBD>voPublikovat: Zm<5A>nit pr<70>vo na publikov<6F>n<EFBFBD> p<><70>sp<73>vk<76>');
@define('PERMISSION_SITECONFIGURATION', 'siteConfiguration: Access system configuration'); @define('PERMISSION_SITECONFIGURATION', 'webKonfigurace: Konfigurace p<><70>stupu');
@define('PERMISSION_BLOGCONFIGURATION', 'blogConfiguration: Access blog-centric configuration'); @define('PERMISSION_BLOGCONFIGURATION', 'blogKonfigurace: Konfigurace p<><70>stupu k blogu');
@define('PERMISSION_ADMINENTRIES', 'adminEntries: Administrate entries'); @define('PERMISSION_ADMINENTRIES', 'adminP<EFBFBD><EFBFBD>sp<EFBFBD>vky: Administrace p<EFBFBD><EFBFBD>sp<EFBFBD>vk<EFBFBD>');
@define('PERMISSION_ADMINENTRIESMAINTAINOTHERS', 'adminEntriesMaintainOthers: Administrate other user\'s entries'); @define('PERMISSION_ADMINENTRIESMAINTAINOTHERS', 'admin<EFBFBD>dr<EFBFBD>baP<EFBFBD><EFBFBD>sp<EFBFBD>vk<EFBFBD>Ostatn<EFBFBD>ch: Administrace p<EFBFBD><EFBFBD>sp<EFBFBD>vk<EFBFBD> ostatn<74>ch u<>ivatel<65>');
@define('PERMISSION_ADMINIMPORT', 'adminImport: Import entries'); @define('PERMISSION_ADMINIMPORT', 'adminImport: Import p<EFBFBD><EFBFBD>sp<EFBFBD>vk<EFBFBD>');
@define('PERMISSION_ADMINCATEGORIES', 'adminCategories: Administrate categories'); @define('PERMISSION_ADMINCATEGORIES', 'adminKategorie: Administrace kategori<EFBFBD>');
@define('PERMISSION_ADMINCATEGORIESMAINTAINOTHERS', 'adminCategoriesMaintainOthers: Administrate other user\'s categories'); @define('PERMISSION_ADMINCATEGORIESMAINTAINOTHERS', 'admin<EFBFBD>dr<EFBFBD>baKategori<EFBFBD>Ostatn<EFBFBD>ch: Administrace kategori<72> ostatn<74>ch u<>ivatel<65>');
@define('PERMISSION_ADMINCATEGORIESDELETE', 'adminCategoriesDelete: Delete categories'); @define('PERMISSION_ADMINCATEGORIESDELETE', 'adminMaz<EFBFBD>n<EFBFBD>Kategori<EFBFBD>: Smazat kategorie');
@define('PERMISSION_ADMINUSERS', 'adminUsers: Administrate users'); @define('PERMISSION_ADMINUSERS', 'adminU<EFBFBD>ivatel<EFBFBD>: Administrace u<EFBFBD>ivatel<EFBFBD>');
@define('PERMISSION_ADMINUSERSDELETE', 'adminUsersDelete: Delete users'); @define('PERMISSION_ADMINUSERSDELETE', 'adminMaz<EFBFBD>n<EFBFBD>U<EFBFBD>ivatel<EFBFBD>: Smazat u<>ivatele');
@define('PERMISSION_ADMINUSERSEDITUSERLEVEL', 'adminUsersEditUserlevel: Change userlevel'); @define('PERMISSION_ADMINUSERSEDITUSERLEVEL', 'adminZm<EFBFBD>na<EFBFBD>rovn<EFBFBD>U<EFBFBD>ivatele: Zm<5A>na <20>rovn<76> u<>ivatele');
@define('PERMISSION_ADMINUSERSMAINTAINSAME', 'adminUsersMaintainSame: Administrate users that are in your group(s)'); @define('PERMISSION_ADMINUSERSMAINTAINSAME', 'adminU<EFBFBD>ivatel<EFBFBD>Stejn<EFBFBD>Skupiny: Administrace u<EFBFBD>ivatel<EFBFBD> ve stejn<6A> skupin<69>');
@define('PERMISSION_ADMINUSERSMAINTAINOTHERS', 'adminUsersMaintainOthers: Administrate users that are not in your group(s)'); @define('PERMISSION_ADMINUSERSMAINTAINOTHERS', 'adminU<EFBFBD>ivatel<EFBFBD>Jin<EFBFBD>Skupiny: Administrace u<EFBFBD>ivatel<EFBFBD> v jin<69>ch skupin<69>ch');
@define('PERMISSION_ADMINUSERSCREATENEW', 'adminUsersCreateNew: Create new users'); @define('PERMISSION_ADMINUSERSCREATENEW', 'adminNov<EFBFBD>U<EFBFBD>ivatel<EFBFBD>: Zakl<6B>dat nov<EFBFBD> u<>ivatele');
@define('PERMISSION_ADMINUSERSGROUPS', 'adminUsersGroups: Administrate usergroups'); @define('PERMISSION_ADMINUSERSGROUPS', 'adminU<EFBFBD>ivatelsk<EFBFBD>Skupiny: Administrace skupin u<>ivatel<65>');
@define('PERMISSION_ADMINPLUGINS', 'adminPlugins: Administrate plugins'); @define('PERMISSION_ADMINPLUGINS', 'adminPluginy: Administrace plugin<EFBFBD>');
@define('PERMISSION_ADMINPLUGINSMAINTAINOTHERS', 'adminPluginsMaintainOthers: Administrate other user\'s plugins'); @define('PERMISSION_ADMINPLUGINSMAINTAINOTHERS', 'admin<EFBFBD>dr<EFBFBD>baPlugin<EFBFBD>Ostatn<EFBFBD>ch: Administrace plugin<EFBFBD> ostatn<74>ch u<>ivatel<65>');
@define('PERMISSION_ADMINIMAGES', 'adminImages: Administrate media files'); @define('PERMISSION_ADMINIMAGES', 'adminObr<EFBFBD>zky: Administrace soubor<EFBFBD> media');
@define('PERMISSION_ADMINIMAGESDIRECTORIES', 'adminImagesDirectories: Administrate media directories'); @define('PERMISSION_ADMINIMAGESDIRECTORIES', 'adminAdres<EFBFBD><EFBFBD>eObr<EFBFBD>zk<EFBFBD>: Administrace adres<EFBFBD><EFBFBD><EFBFBD> pro media');
@define('PERMISSION_ADMINIMAGESADD', 'adminImagesAdd: Add new media files'); @define('PERMISSION_ADMINIMAGESADD', 'adminP<EFBFBD>idatObr<EFBFBD>zek: P<>id<69>v<EFBFBD>n<EFBFBD> nov<6F>ch soubor<6F> medi<64>');
@define('PERMISSION_ADMINIMAGESDELETE', 'adminImagesDelete: Delete media files'); @define('PERMISSION_ADMINIMAGESDELETE', 'adminSmazatObr<EFBFBD>zek: Maz<61>n<EFBFBD> soubor<6F> medi<64>');
@define('PERMISSION_ADMINIMAGESMAINTAINOTHERS', 'adminImagesMaintainOthers: Administrate other user\'s media files'); @define('PERMISSION_ADMINIMAGESMAINTAINOTHERS', 'admin<EFBFBD>dr<EFBFBD>baObr<EFBFBD>zk<EFBFBD>Ostatn<EFBFBD>: Administrace soubor<EFBFBD> medi<64> ostatn<74>ch u<>ivatel<65>');
@define('PERMISSION_ADMINIMAGESVIEW', 'adminImagesView: View media files'); @define('PERMISSION_ADMINIMAGESVIEW', 'adminProhl<EFBFBD><EFBFBD>en<EFBFBD>Obr<EFBFBD>zk<EFBFBD>: Prohl<68><6C>en<65> soubor<6F> medi<64>');
@define('PERMISSION_ADMINIMAGESSYNC', 'adminImagesSync: Sync thumbnails'); @define('PERMISSION_ADMINIMAGESSYNC', 'adminSynchroObr<EFBFBD>zk<EFBFBD>: Sync thumbnail<EFBFBD>');
@define('PERMISSION_ADMINCOMMENTS', 'adminComments: Administrate comments'); @define('PERMISSION_ADMINCOMMENTS', 'adminKoment<EFBFBD><EFBFBD>e: Administrace koment<EFBFBD><EFBFBD><EFBFBD>');
@define('PERMISSION_ADMINTEMPLATES', 'adminTemplates: Administrate templates'); @define('PERMISSION_ADMINTEMPLATES', 'adminTemplate: Administrace <EFBFBD>ablon (template)');
@define('INSTALL_BLOG_EMAIL', 'Blog\'s E-Mail address'); @define('INSTALL_BLOG_EMAIL', 'E-Mail pro blog');
@define('INSTALL_BLOG_EMAIL_DESC', 'This configures the E-Mail address that is used as the "From"-Part of outgoing mails. Be sure to set this to an address that is recognized by the mailserver used on your host - many mailservers reject messages that have unknown From-addresses.'); @define('INSTALL_BLOG_EMAIL_DESC', 'Toto nastav<61> E-Mailovou adresu, kter<65> je pou<6F>ita v poli "From"- (od) pro odchoz<6F> e-maily. Nastavte si tuto adresu tak, aby byla rozpozn<7A>na mailov<6F>m serverem pou<6F><75>van<61>m va<76><61>m webhosterem - mnoho mailserver<65> odm<64>t<EFBFBD> po<70>tu, kter<65> m<> nezn<7A>mou From-addresu (adr odesilatele).');
@define('CATEGORIES_PARENT_BASE', 'Only show categories below...'); @define('CATEGORIES_PARENT_BASE', 'Zobrazit jen kategorie ni<6E>e ...');
@define('CATEGORIES_PARENT_BASE_DESC', 'You can choose a parent category so that only the child categories are shown.'); @define('CATEGORIES_PARENT_BASE_DESC', 'M<EFBFBD><EFBFBD>ete vybrat rodi<64>ovskou kategorii, tak<61>e budou zobrazeny jen jej<65> ni<6E><69><EFBFBD> kategori.');
@define('CATEGORIES_HIDE_PARALLEL', 'Hide categories that are not part of the category tree'); @define('CATEGORIES_HIDE_PARALLEL', 'Skr<EFBFBD>t kategorie, kter<65> nejsou sou<6F><75>st<73> stromu kategori<72>');
@define('CATEGORIES_HIDE_PARALLEL_DESC', 'If you want to hide categories that are part of a different category tree, you need to enable this. This feature makes most sense if used in conjunction with a multi-blog using the "Properties/Tempaltes of categories" plugin.'); @define('CATEGORIES_HIDE_PARALLEL_DESC', 'Jestli<EFBFBD>e chcete skr<6B>t kategorie, kter<65> jsou <20><>st<73> jin<69>ho stromu kategori<72>, mus<75>te tohle povolit. Tato mo<6D>nost se nejl<6A>pe pou<6F>ije ve spojen<65> s multi-blogem a pluginem "Properties/Templates of categories".');
@define('PERMISSION_ADMINIMAGESVIEWOTHERS', 'adminImagesViewOthers: View other user\'s media files'); @define('PERMISSION_ADMINIMAGESVIEWOTHERS', 'adminProhl<EFBFBD><EFBFBD>en<EFBFBD>Obr<EFBFBD>zk<EFBFBD>Ostatn<EFBFBD>: Prohl<68><6C>en<65> medi<64> ostatn<74>ch u<>ivatel<65>');
@define('CHARSET_NATIVE', 'Native'); @define('CHARSET_NATIVE', 'N<EFBFBD>rodn<EFBFBD>');
@define('INSTALL_CHARSET', 'Charset selection'); @define('INSTALL_CHARSET', 'Volba znakov<6F> sady - Charset');
@define('INSTALL_CHARSET_DESC', 'Here you can toggle UTF-8 or native (ISO, EUC, ...) charactersets. Some languages only have UTF-8 translations so that setting the charset to "Native" will have no effects. UTF-8 is suggested for new installations. Do not change this setting if you have already made entries with special characters - this may lead to corrupt characters. Be sure to read more on http://www.s9y.org/index.php?node=46 about this issue.'); @define('INSTALL_CHARSET_DESC', 'Zde m<><6D>ete volit mezi UTF-8 nebo n<>rodn<64> (ISO, EUC, ...) znakovou sadou. N<>kter<65> jazyky maj<61> jen p<>eklady UTF-8, tak<EFBFBD>e nastaven<65> znakov<6F> sady na n<>rodn<64> nem<65> <20><>dn<64> <20><>inek. UTF-8 se doporu<72>uje pro nov<6F> instalace. Nem<65><6D>te toto nastaven<65>, jestli<6C>e jste ji<6A> napsali p<><70>sp<73>vky se speci<63>ln<6C>mi (n<>rodn<64>mi) znaky - mohlo by zp<7A>sobit poru<72>en<65> textu. P<>e<EFBFBD>t<EFBFBD>te si o tomto probl<62>mu v<>ce na http://www.s9y.org/index.php?node=46 .');
@define('CALENDAR_ENABLE_EXTERNAL_EVENTS', 'Enable Plugin API hook'); @define('CALENDAR_ENABLE_EXTERNAL_EVENTS', 'Povolit Plugin API hook');
@define('CALENDAR_EXTEVENT_DESC', 'If enabled, plugins can hook into the calendar to display their own events highlighted. Only enable if you have installed plugins that need this, otherwise it just decreases performance.'); @define('CALENDAR_EXTEVENT_DESC', 'Jestli<EFBFBD>e je toto povoleno, mohou se pluginy napojovat na kalend<6E><64> a zv<7A>raz<61>ovat sv<73> vlastn<74> ud<75>losti. Povolte jen kdy<64> m<>te pluginy, kter<65> toto pot<6F>ebuj<75>, jinak to jen sni<6E>uje v<>kon.');
@define('XMLRPC_NO_LONGER_BUNDLED', 'The XML-RPC API Interface to Serendipity is no longer bundled because of ongoing security issues with this API and not many people using it. Thus you need to install the XML-RPC Plugin to use the XML-RPC API. The URL to use in your applications will NOT change - as soon as you have installed the plugin, you will again be able to use the API.'); @define('XMLRPC_NO_LONGER_BUNDLED', 'XML-RPC API Interface na Serendipity ji<EFBFBD> nen<65> p<>ibaleno kv<6B>li pokra<72>uj<75>c<EFBFBD>m bezpe<70>nostn<74>m probl<62>m<EFBFBD>m s t<>mhle API a proto<74>e ho moc lid<69> nepou<6F><75>v<EFBFBD>. Proto mus<75>te nainstalovat plugin XML-RPC, kdy<64> chcete XML-RPC API pou<6F><75>vat. URL, kter<65> se pou<6F>ije ve va<76><61> aplikaci, se nezm<7A>n<EFBFBD> - hned po instalaci pluginu budete moci API pou<6F><75>vat.');
@define('PERM_READ', 'Read permission'); @define('PERM_READ', 'Pr<EFBFBD>vo na <20>ten<65>');
@define('PERM_WRITE', 'Write permission'); @define('PERM_WRITE', 'Pr<EFBFBD>vo na z<>pis');
@define('PERM_DENIED', 'Permission denied.'); @define('PERM_DENIED', 'P<EFBFBD><EFBFBD>stup odep<65>en.');
@define('INSTALL_ACL', 'Apply read-permissions for categories'); @define('INSTALL_ACL', 'Aplikovat pr<70>va na <20>ten<65> pro kategorie');
@define('INSTALL_ACL_DESC', 'If enabled, the usergroup permission settings you setup for categories will be applied when logged-in users view your blog. If disabled, the read-permissions of the categories are NOT applied, but the positive effect is a little speedup on your blog. So if you don\'t need multi-user read permissions for your blog, disable this setting.'); @define('INSTALL_ACL_DESC', 'Pokud je povoleno, budou na kategorie aplikov<6F>na nastaven<65> pr<70>v pro skupiny u<>ivatel<65>, kdy<64> si p<>ihl<68><6C>en<65> u<>ivatel<65> budou prohl<68><6C>et v<><76> blog. Nen<65>-li povoleno, pr<70>va na <20>ten<65> pro kategorie nejsou aplikov<EFBFBD>na, a zlep<65>uje se rychlost blogu. Jestli<6C>e nechcete m<>t pr<70>va pro <20>ten<65> pro r<>zn<7A> u<>ivatele, toto nastaven<65> zaka<6B>te.');
@define('PLUGIN_API_VALIDATE_ERROR', 'Configuration syntax wrong for option "%s". Needs content of type "%s".'); @define('PLUGIN_API_VALIDATE_ERROR', 'Syntax konfigurace je chybn<62> pro volbu "%s". Vy<56>aduje obsah typu "%s".');
@define('USERCONF_CHECK_PASSWORD', 'Old Password'); @define('USERCONF_CHECK_PASSWORD', 'Star<EFBFBD> heslo');
@define('USERCONF_CHECK_PASSWORD_DESC', 'If you change the password in the field above, you need to enter the current user password into this field.'); @define('USERCONF_CHECK_PASSWORD_DESC', 'Jestli<EFBFBD>e zm<7A>n<EFBFBD>te heslo v pol<6F><6C>ku v<><76>e, mus<75>te do tohoto pole zadat sou<6F>asn<73> heslo.');
@define('USERCONF_CHECK_PASSWORD_ERROR', 'You did not specify the right old password, and are not authorized to change the new password. Your settings were not saved.'); @define('USERCONF_CHECK_PASSWORD_ERROR', 'Nezadali jste spr<70>vn<76> star<61> heslo a nejste opr<70>vn<76>ni heslo zm<7A>nit. Va<56>e nastaven<65> nebylo ulo<6C>eno.');
@define('ERROR_XSRF', 'Your browser did not sent a valid HTTP-Referrer string. This may have either been caused by a misconfigured browser/proxy or by a Cross Site Request Forgery (XSRF) aimed at you. The action you requested could not be completed.'); @define('ERROR_XSRF', 'V<EFBFBD><EFBFBD> prohl<68><6C>e<EFBFBD> nezaslal platn<74> HTTP-Referrer string. To mohlo b<>t zp<7A>sobeno bu<62> <20>patn<74> nastaven<65>m prohl<68><6C>e<EFBFBD>em/proxy nebo Cross Site Request Forgery (XSRF), kter<65> je na v<>s nam<61><6D>en. Po<50>adovan<61> akce nemohla b<>t dokon<6F>ena.');
@define('INSTALL_PERMALINK_FEEDAUTHOR_DESC', 'Here you can define the relative URL structure beginning from your base URL to where RSS-feeds from specific users may be viewed. You can use the variables %id%, %realname%, %username%, %email% and any other characters.'); @define('INSTALL_PERMALINK_FEEDAUTHOR_DESC', 'Zde m<><6D>ete definovat relativn<EFBFBD> strukturu URL, kde za<7A><61>tek je va<76>e base URL, z n<><6E> mohou b<>t b<>t dostupn<70> RSS kan<61>ly od ur<75>it<69>ch u<>ivatel<65>. M<><4D>ete pou<6F><75>t prom<6F>nn<6E> %id%, %realname%, %username%, %email% a jak<61>koli jin<69> znaky.');
@define('INSTALL_PERMALINK_FEEDAUTHOR', 'Permalink RSS-Feed Author URL structure'); @define('INSTALL_PERMALINK_FEEDAUTHOR', 'Permalink RSS-Feed Author URL structure');
@define('INSTALL_PERMALINK_AUTHORSPATH', 'Path to authors'); @define('INSTALL_PERMALINK_AUTHORSPATH', 'Cesta k autor<EFBFBD>m');
@define('AUTHORS', 'Authors'); @define('AUTHORS', 'Auto<EFBFBD>i');
@define('AUTHORS_ALLOW_SELECT', 'Allow visitors to display multiple authors at once?'); @define('AUTHORS_ALLOW_SELECT', 'Povolit n<>v<EFBFBD>t<EFBFBD>vn<76>k<EFBFBD>m vybrat v<>ce autor<EFBFBD> najednou?');
@define('AUTHORS_ALLOW_SELECT_DESC', 'If this option is enabled, a checkbox will be put next to each author in this sidebar plugin. Users can check those boxes and see entries matching their selection.'); @define('AUTHORS_ALLOW_SELECT_DESC', 'Jestli<EFBFBD>e je tato volba povolena, bude u ka<6B>d<EFBFBD>ho autora um<75>st<73>no zatrh<72>vac<61> ok<6F>nko. U<>ivatel<65> mohou zvolit v<>ce autor<6F> a vid<69>t p<><70>sp<73>vky, kter<65> vyhovuj<75> jejich v<>b<EFBFBD>ru');
@define('AUTHOR_PLUGIN_DESC', 'Shows a list of authors'); @define('AUTHOR_PLUGIN_DESC', 'Zobrazit seznam autor<EFBFBD>');
@define('CATEGORY_PLUGIN_TEMPLATE', 'Enable Smarty-Templates?'); @define('CATEGORY_PLUGIN_TEMPLATE', 'Povolit Smarty-Templates?');
@define('CATEGORY_PLUGIN_TEMPLATE_DESC', 'If this option is enabled, the plugin will utilize Smarty-Templating features to output the category listing. If you enable this, you can change the layout via the "plugin_categories.tpl" template file. Enabling this option will impact performance, so if you do not need to make customizations, leave it disabled.'); @define('CATEGORY_PLUGIN_TEMPLATE_DESC', 'Je-li tato mo<6D>nost povolena, bude plugin pro v<>pis kategori<72> vyu<79><75>vat mo<6D>nost<73> Smarty-Templating. Kdy<64> tohle povol<6F>te, m<><6D>ete m<>nit layout p<>es <20>ablonu "plugin_categories.tpl". Povolen<65> t<>hle volby m<><6D>e zhor<6F>it v<>kon, tak<61>e pokud nechcete d<>lat <20>pravy pro jednotliv<69> kategorie, nechte to zak<EFBFBD>zan<EFBFBD>.');
@define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?'); @define('CATEGORY_PLUGIN_SHOWCOUNT', 'Zobrazit po<70>et p<><70>sp<73>vk<76> na kategorii? ');
@define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?'); @define('AUTHORS_SHOW_ARTICLE_COUNT', 'Zobrazit po<70>et <20>l<EFBFBD>nk<6E> u jm<6A>na autora?');
@define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.'); @define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'Je-li tato volba povolena, je vedle jm<6A>na autora zobrazen v z<>vorce po<70>et jeho p<><70>sp<73>vk<76>.');
@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available'); @define('CUSTOM_ADMIN_INTERFACE', 'Je upraven<65> prost<73>ed<65> pro administraci');
@define('COMMENT_NOT_ADDED', 'V<><56> koment<6E><74> nebyl p<>id<69>n, proto<74>e k tomuto z<>znamu nejsou koment<6E><74>e umo<6D>n<EFBFBD>ny. %sVra<72>te se%s zp<7A>t ke koment<6E><74><EFBFBD>m nebo %szav<61>ete%s toto okno.'); // Retranslate: 'Your comment could not be added, because comments for this entry have either been disabled, you entered invalid data, or your comment was caught by anti-spam measurements.' @define('COMMENT_NOT_ADDED', 'V<><56> koment<6E><74> nemohl b<>t p<>id<69>n, proto<74>e koment<EFBFBD><EFBFBD>e k tomuto p<><70>sp<73>vku byly zak<61>z<EFBFBD>ny, zadali jste <20>patn<74> data nebo byl v<><76> koment<6E><74> zachycen antispamem.');
@define('INSTALL_TRACKREF', 'Enable referrer tracking?'); @define('INSTALL_TRACKREF', 'Povolit referrer tracking?');
@define('INSTALL_TRACKREF_DESC', 'Enabling the referrer tracking will show you which sites refer to your articles. Today this is often abused for spamming, so you can disable it if you want.'); @define('INSTALL_TRACKREF_DESC', 'Povolen<EFBFBD> referrer tracking v<EFBFBD>m uk<75><6B>e, kter<65> weby odkazuj<75> na va<76>e <20>l<EFBFBD>nky. Dnes je to <20>asto zneu<65><75>v<EFBFBD>no pro spam, tak<61>e to m<><6D>ete zak<61>zat, chcete-li.');
@define('CATEGORIES_HIDE_PARENT', 'Hide the selected parent category?'); @define('CATEGORIES_HIDE_PARENT', 'Skr<EFBFBD>t zvolenou rodi<64>ovskou kategorii?');
@define('CATEGORIES_HIDE_PARENT_DESC', 'If you restrict the listing of categories to a specific category, by default you will see that parent category within the output listing. If you disable this option, the parent category name will not be displayed.'); @define('CATEGORIES_HIDE_PARENT_DESC', 'Jestli<EFBFBD>e omez<65>te v<>pis kategori<EFBFBD> na specifickou kategorii, standardn<64> bude na v<>stupu rodi<64>ovsk<73> kategorie zobrazena. Kdy<64> tuto mo<6D>nost zak<61><6B>ete, n<>zev rodi<64>ovsk<73> kategorie nebude zobrazen.');
@define('WARNING_NO_GROUPS_SELECTED', 'Warning: You did not select any group memberships. This would effectively log you out of the usergroup management, and thus your group memberships werde not changed.'); @define('WARNING_NO_GROUPS_SELECTED', 'Varov<EFBFBD>n<EFBFBD>: Nezvolili jste si <20>lenstv<74> v <20><>dn<64> skupin<69>. To by v<>s vylou<6F>ilo z <20><>zen<65> pr<70>v u<>ivatelsk<73>ch skupin, a proto va<76>e <20>lenstv<74> ve skupin<69> nebude zm<7A>n<EFBFBD>no.');
@define('INSTALL_RSSFETCHLIMIT', 'Entries to display in Feeds'); @define('INSTALL_RSSFETCHLIMIT', '<EFBFBD>l<EFBFBD>nky, kter<65> se maj<61> zobrazit v RSS Feedu');
@define('INSTALL_RSSFETCHLIMIT_DESC', 'Number of entries to display for each page on the RSS Feed.'); @define('INSTALL_RSSFETCHLIMIT_DESC', 'Po<EFBFBD>et <20>l<EFBFBD>nk<6E>, kter<65> se m<> zobrazit na ka<6B>d<EFBFBD> str<74>nce v RSS Feedu.');
@define('INSTAL_DB_UTF8', 'Enable DB-charset conversion'); @define('INSTAL_DB_UTF8', 'Povolit DB-charset conversion');
@define('INSTAL_DB_UTF8_DESC', 'Issues a MySQL "SET NAMES" query to indicate the required charset for the database. Turn this on or off, if you see weird characters in your blog.'); @define('INSTAL_DB_UTF8_DESC', 'Vyvol<EFBFBD> dotaz MySQL "SET NAMES", aby se zjistila po<70>adovan<61> znakov<6F> sada pro datab<61>zi. Zapn<70>te to nebo vypn<70>te, pokud se v<EFBFBD>m na blogu objevuj<75> podivn<76> znaky.');
@define('ONTHEFLYSYNCH', 'Enable on-the-fly media synchronization'); @define('ONTHEFLYSYNCH', 'Povolit synchronizaci medi<64> za b<>hu (on the fly)');
@define('ONTHEFLYSYNCH_DESC', 'If enabled, Serendipity will compare the media database with the files stored on your server and synchronize the database and directory contents.'); @define('ONTHEFLYSYNCH_DESC', 'Pokud je to povoleno, Serendipity bude porovn<76>vat datab<61>zi medi<64> se soubory ulo<6C>en<65>mi na serveru a bude synchronizovat obsah datab<EFBFBD>ze a adres<65><73>e.');
@define('USERCONF_CHECK_USERNAME_ERROR', 'The username cannot be left blank.'); @define('USERCONF_CHECK_USERNAME_ERROR', 'Jm<EFBFBD>no u<>ivatele nem<65><6D>e b<>t pr<70>zdn<64>.');
@define('FURTHER_LINKS', 'Further Links'); @define('FURTHER_LINKS', 'Dal<EFBFBD><EFBFBD> odkazy');
@define('FURTHER_LINKS_S9Y', 'Serendipity Homepage'); @define('FURTHER_LINKS_S9Y', 'Serendipity Homepage');
@define('FURTHER_LINKS_S9Y_DOCS', 'Serendipity Documentation'); @define('FURTHER_LINKS_S9Y_DOCS', 'Serendipity Documentation');
@define('FURTHER_LINKS_S9Y_BLOG', 'Official Blog'); @define('FURTHER_LINKS_S9Y_BLOG', 'Official Blog');
@define('FURTHER_LINKS_S9Y_FORUMS', 'Forums'); @define('FURTHER_LINKS_S9Y_FORUMS', 'Forums');
@define('FURTHER_LINKS_S9Y_SPARTACUS', 'Spartacus'); @define('FURTHER_LINKS_S9Y_SPARTACUS', 'Spartacus');
@define('COMMENT_IS_DELETED', '(Comment removed)'); @define('COMMENT_IS_DELETED', '(Koment<EFBFBD><EFBFBD> odstran<61>n)');
@define('CURRENT_AUTHOR', 'Current author'); @define('CURRENT_AUTHOR', 'Aktu<EFBFBD>ln<EFBFBD> autor');
@define('WORD_NEW', 'New'); @define('WORD_NEW', 'Nov<EFBFBD>');
@define('SHOW_MEDIA_TOOLBAR', 'Show toolbar within media selector popup?'); @define('SHOW_MEDIA_TOOLBAR', 'Uk<EFBFBD>zat li<6C>tu n<>stroj<6F> v okn<6B> v<>b<EFBFBD>ru medi<64>?');
@define('MEDIA_KEYWORDS', 'Media keywords'); @define('MEDIA_KEYWORDS', 'Media - kl<6B><6C>ov<6F> slova');
@define('MEDIA_KEYWORDS_DESC', 'Enter a list of ";" separated words that you want to use as pre-defined keywords for media items.'); @define('MEDIA_KEYWORDS_DESC', 'Zadejte seznam slov odd<64>len<65>ch ";" kter<65> chcete pou<6F><75>t jako p<>eddefonovan<61> kl<6B><6C>ov<6F> slova pro polo<6C>ky v medi<64>ch.');
@define('MEDIA_EXIF', 'Import EXIF/JPEG image data'); @define('MEDIA_EXIF', 'Importovat EXIF/JPEG data obr<62>zku');
@define('MEDIA_EXIF_DESC', 'If enabled, existing EXIF/JPEG metadata of images will be parsed and stored in the database for display in the media gallery.'); @define('MEDIA_EXIF_DESC', 'Je-li povoleno, existuj<EFBFBD>c<EFBFBD> EXIF/JPEG metadata obr<EFBFBD>zk<EFBFBD> budou parsov<6F>na a ulo<6C>ena v datab<61>zi, aby je bylo mo<6D>no zobrazit v galerii medi<64>.');
@define('MEDIA_PROP', 'Media properties'); @define('MEDIA_PROP', 'Vlastnosti media');
@define('GO_ADD_PROPERTIES', 'Go & enter properties'); @define('GO_ADD_PROPERTIES', 'Zadej vlastnosti');
@define('MEDIA_PROPERTY_DPI', 'DPI'); @define('MEDIA_PROPERTY_DPI', 'DPI');
@define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright'); @define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright');
@define('MEDIA_PROPERTY_COMMENT1', 'Short Comment'); @define('MEDIA_PROPERTY_COMMENT1', 'Kr<EFBFBD>tk<EFBFBD> koment<EFBFBD><EFBFBD>');
@define('MEDIA_PROPERTY_COMMENT2', 'Long Comment'); @define('MEDIA_PROPERTY_COMMENT2', 'Dlouh<EFBFBD> koment<EFBFBD><EFBFBD>');
@define('MEDIA_PROPERTY_TITLE', 'Title'); @define('MEDIA_PROPERTY_TITLE', 'Titulek');
@define('MEDIA_PROP_DESC', 'Enter a list of ";" separated property fields you want to define for each media file'); @define('MEDIA_PROP_DESC', 'Zadejte seznam pol<6F> vlastnost<73> odd<64>len<65>ch ";" , kter<65> chcete definovat pro ka<6B>d<EFBFBD> souor v medi<64>ch');
@define('MEDIA_PROP_MULTIDESC', '(You can append ":MULTI" after any item to indicate that this item will contain long text instead of just some characters)'); @define('MEDIA_PROP_MULTIDESC', '(Za ka<6B>dou polo<6C>ku m<><6D>ete p<>idat ":MULTI", co<63> bude indikovat, <20>e tato polo<6C>ka bude obsahovat dlouh<75> text m<>sto jen n<>kolika znak<61>)');
@define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".'); @define('STYLE_OPTIONS_NONE', 'Toto t<>ma/styl nem<65> specifick<63> volby. Pokud chcete v<>d<EFBFBD>t, jak m<><6D>ete pro svoje <20>ablony nastavit specifick<63> volby, <20>t<EFBFBD>te Technical Documentation na www.s9y.org "Configuration of Theme options".');
@define('STYLE_OPTIONS', 'Theme/Style options'); @define('STYLE_OPTIONS', 'Volby pro t<>ma/stylu');
@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.'); @define('PLUGIN_AVAILABLE_COUNT', 'Celkem: %d plugin<EFBFBD>.');
@define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance'); @define('SYNDICATION_RFC2616', 'Aktivovat strict RFC2616 RSS-Feed compliance');
@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also vioaltes RFC2616. So if you set this option to "TRUE" you will compliy with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822'); @define('SYNDICATION_RFC2616_DESC', 'Kdy<EFBFBD> neaktivujete RFC2616, znamen<65> to, <20>e v<>echny podm<64>n<EFBFBD>n<EFBFBD> GETy na Serendipity vr<76>t<EFBFBD> p<><70>sp<73>vky, kter<65> byly modifikov<6F>ny od <20>asu posledn<64>ho po<70>adavku. Kdy<64> tohle nastav<61>te na "false", va<76>i n<>v<EFBFBD>t<EFBFBD>vn<76>ci dostanou v<>echny <20>l<EFBFBD>nky od sv<73>ho posledn<64>ho po<70>adavku, co<63> se pova<76>uje za dobrou v<>c. Av<41>ak n<>kte<74><65> agenti jako Planet funguj<75> divn<76>, kdy<64> tohle nastane a taky to poru<72>uje RFC2616. Tak<61>e kdy<64> nastav<61>te tuto volbu na "TRUE", budete vyhovovat RFC ale n<>v<EFBFBD>t<EFBFBD>vn<76>k<EFBFBD>m mohou ve <20>te<74>k<EFBFBD>ch b<>hem pr<70>zdnin zmizet p<><70>sp<73>vky. V ka<6B>d<EFBFBD>m p<><70>pad<61>, bu<62> to vad<61> agreg<EFBFBD>tor<EFBFBD>m jako je Planet, nebo to vad<61> n<>v<EFBFBD>t<EFBFBD>vn<76>k<EFBFBD>m blogu. Kdy<EFBFBD> se vyskytnou st<73><74>nosti z kter<65>koli strany, m<><6D>ete tuhle volbu p<>epnout. Reference: https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822');
@define('MEDIA_PROPERTY_DATE', 'Associated Date'); @define('MEDIA_PROPERTY_DATE', 'Asociovan<EFBFBD> datum');
@define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length'); @define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length');
@define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s'); @define('FILENAME_REASSIGNED', 'Automaticky p<>id<69>len<65> nov<6F> jm<6A>no souboru: %s');
@define('MEDIA_UPLOAD_SIZE', 'Max. file upload size'); @define('MEDIA_UPLOAD_SIZE', 'Max. velikost uploadvoan<61>ho souboru');
@define('MEDIA_UPLOAD_SIZE_DESC', 'Enter the maximum filesize for uploaded files in bytes. This setting can be overruled by server-side settings in PHP.ini: upload_max_filesize, post_max_size, max_input_time all take precedence over this option. An empty string means to only use the server-side limits.'); @define('MEDIA_UPLOAD_SIZE_DESC', 'Zadejte maxim<69>ln<6C> velikost pro uploadovan<61> (nahr<68>van<61>) soubory v bytech. Toto nastaven<65> m<><6D>e b<>t p<>eps<70>no nastaven<65>m serveru v php.ini: upload_max_filesize, post_max_size, max_input_time maj<61> p<>ednost p<>ed touto volbou. Pr<50>zdn<64> <20>et<65>zec znamen<65>, <20>e se pou<6F>ije limit serveru.');
@define('MEDIA_UPLOAD_SIZEERROR', 'Error: You cannot upload files larger than %s bytes!'); @define('MEDIA_UPLOAD_SIZEERROR', 'Chyba: Nem<65><6D>ete uploadovat soubory v<>t<EFBFBD><74> ne<6E> %s byt<EFBFBD>!');
@define('MEDIA_UPLOAD_MAXWIDTH', 'Max. width of image files for upload'); @define('MEDIA_UPLOAD_MAXWIDTH', 'Max. <EFBFBD><EFBFBD><EFBFBD>ka obr<62>zk<7A> pro upload');
@define('MEDIA_UPLOAD_MAXWIDTH_DESC', 'Enter the maximum image width in pixels for uploaded images.'); @define('MEDIA_UPLOAD_MAXWIDTH_DESC', 'Zadejte maxim<69>ln<6C> <20><><EFBFBD>ku pro uploadovan<61> obr<62>zky v pixelech.');
@define('MEDIA_UPLOAD_MAXHEIGHT', 'Max. height of image files for upload'); @define('MEDIA_UPLOAD_MAXHEIGHT', 'Max. v<EFBFBD><EFBFBD>ka obr<62>zku pro upload');
@define('MEDIA_UPLOAD_MAXHEIGHT_DESC', 'Enter the maximum image height in pixels for uploaded images.'); @define('MEDIA_UPLOAD_MAXHEIGHT_DESC', 'Zadejte maxim<69>ln<6C> v<><76>ku v pixelech pro uploadovan<61> obr<62>zky.');
@define('MEDIA_UPLOAD_DIMERROR', 'Error: You cannot upload image files larger than %s x %s pixels!'); @define('MEDIA_UPLOAD_DIMERROR', 'Chyba: Nem<65><6D>ete uploadovat soubory obr<62>zk<7A> v<>t<EFBFBD><74> ne<6E> %s x %s pixel<EFBFBD>!');
@define('MEDIA_TARGET', 'Target for this link'); @define('MEDIA_TARGET', 'C<EFBFBD>l odkazu');
@define('MEDIA_TARGET_JS', 'Popup window (via JavaScript, adaptive size)'); @define('MEDIA_TARGET_JS', 'Popup okno (pomoc<6F> JavaScriptu, p<EFBFBD>izp<EFBFBD>sobiteln<EFBFBD> velikost)');
@define('MEDIA_ENTRY', 'Isolated Entry'); @define('MEDIA_ENTRY', 'Samostatn<EFBFBD> p<><70>sp<73>vek');
@define('MEDIA_TARGET_BLANK', 'Popup window (via target=_blank)'); @define('MEDIA_TARGET_BLANK', 'Popup okno (pomoc<6F> target=_blank)');
@define('MEDIA_DYN_RESIZE', 'Allow dynamic image resizing?'); @define('MEDIA_DYN_RESIZE', 'Povolit dynamickou zm<7A>nu velikosti obr<62>zk<7A>?');
@define('MEDIA_DYN_RESIZE_DESC', 'If enabled, the media selector can return images in any requested size via a GET variable. The results are cached, and thus can create a large filebase if you make intensive use of it.'); @define('MEDIA_DYN_RESIZE_DESC', 'Je-li povoleno, m<><6D>e media selector vracet obr<62>zky v jak<61>koli po<70>adovan<61> velikosti p<>es prom<6F>nnou GET. V<>sledky jsou ke<6B>ov<6F>ny, a tak se m<><6D>e vytvo<76>it velk<6C> soubor, jestli<6C>e to intenzivn<EFBFBD> pou<6F><75>v<EFBFBD>te.');
@define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s'); @define('MEDIA_DIRECTORY_MOVED', 'Adres<EFBFBD><EFBFBD>e a soubory byly <20>sp<73><70>n<EFBFBD> p<>esunuty do %s');
@define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!'); @define('MEDIA_DIRECTORY_MOVE_ERROR', 'Adres<EFBFBD><EFBFBD>e a soubory nemohly b<>t p<>esunuty do %s!');
@define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.'); @define('MEDIA_DIRECTORY_MOVE_ENTRY', 'V Ne-MySQL datab<EFBFBD>zi nen<65> iterace po p<><70>sp<73>vc<76>ch a nahrazen<65> star<61> adresy p<>vodn<64>ho adres<65><73>e novou URL mo<6D>n<EFBFBD>. Budete muset p<><70>sp<73>vky ru<72>n<EFBFBD> editovat a ty adresy upravit. Ale po<70><6F>d je<6A>t<EFBFBD> m<><6D>ete adres<65><73> p<>esunout zp<7A>tky tam kde byl, jestli je to pro v<>s moc otravn<76>.');
@define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.'); @define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'URL p<>esunut<75>ho adres<65><73>e p<>esunuto v %s p<><70>sp<73>vc<76>ch.');
@define('PLUGIN_ACTIVE', 'Active'); @define('PLUGIN_ACTIVE', 'Aktivn<EFBFBD>');
@define('PLUGIN_INACTIVE', 'Inactive'); @define('PLUGIN_INACTIVE', 'Neaktivn<EFBFBD>');
@define('PREFERENCE_USE_JS', 'Enable advanced JS usage?'); @define('PREFERENCE_USE_JS', 'Povolit pou<6F>it<69> advanced JS?');
@define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.'); @define('PREFERENCE_USE_JS_DESC', 'Je-li toto povoleno, budou povoleny sekce s advanced JavaScript, aby se zlep<65>ila pou<6F>itelnost. Nap<61> v sekci pro konfiguraci plugin<69> m<><6D>ete pro p<>eskl<6B>d<EFBFBD>n<EFBFBD> plugin<69> pou<6F><75>t drag and drop (t<>hnout my<6D><79>).');
@define('PREFERENCE_USE_JS_WARNING', '(This page uses advanced JavaScripting. If you are having functionality issues, please disable the use of advanced JS usage in your personal preferences or disable your browser\'s JavaScript)'); @define('PREFERENCE_USE_JS_WARNING', '(Tato str<74>nka pou<6F><75>v<EFBFBD> advanced JavaScripting. Jestli<EFBFBD>e m<>te probl<62>my s fungov<6F>n<EFBFBD>m, zaka<6B>te pros<6F>m pou<6F><75>v<EFBFBD>n<EFBFBD> advanced JS ve sv<73>m osobn<62>m nastaven<65> nebo zaka<6B>te javascript v prohl<68><6C>e<EFBFBD>i.)');
@define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments'); @define('INSTALL_PERMALINK_COMMENTSPATH', 'Cesta ke koment<EFBFBD><EFBFBD><EFBFBD>m');
@define('PERM_SET_CHILD', 'Set the same permissions on all child directories'); @define('PERM_SET_CHILD', 'Nastavte shodn<64> pr<70>va pro v<>echny pod<6F><64>zen<65> adres<65><73>e');
@define('PERMISSION_FORBIDDEN_PLUGINS', 'Forbidden plugins'); @define('PERMISSION_FORBIDDEN_PLUGINS', 'Zak<EFBFBD>zan<EFBFBD> pluginy');
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events'); @define('PERMISSION_FORBIDDEN_HOOKS', 'Zak<EFBFBD>zan<EFBFBD> ud<75>losti');
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE', 'Povolit Plugin ACL pro u<>ivatelsk<73> skupiny?');
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'Jestli<EFBFBD>e je volba "Plugin ACL pro u<>ivatelsk<73> skupiny" v konfiguraci povolena, m<><6D>ete ur<75>it, kter<65> skupiny u<>ivatel<65> mohou prov<6F>d<EFBFBD>t ur<75>it<69> pluginy/ud<75>losti.');
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles');
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet');
@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.');