2007-12-13 23:10:34 +01:00
< ? php
2008-03-11 00:55:57 +01:00
/**
* Czech ( Czech Republic ) language pack
* @ package cms
* @ subpackage i18n
*/
2007-12-13 23:10:34 +01:00
i18n :: include_locale_file ( 'cms' , 'en_US' );
global $lang ;
2008-02-25 03:10:37 +01:00
if ( array_key_exists ( 'cs_CZ' , $lang ) && is_array ( $lang [ 'cs_CZ' ])) {
$lang [ 'cs_CZ' ] = array_merge ( $lang [ 'en_US' ], $lang [ 'cs_CZ' ]);
} else {
$lang [ 'cs_CZ' ] = $lang [ 'en_US' ];
}
2007-12-13 23:10:34 +01:00
2010-04-30 06:38:06 +02:00
$lang [ 'cs_CZ' ][ '' ][ 'CHOOSEPAGE' ] = 'Vyberte položku vlevo, prosím ' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'AssetAdmin' ][ 'CHOOSEFILE' ] = 'Vybrat soubor' ;
$lang [ 'cs_CZ' ][ 'AssetAdmin' ][ 'DELETEDX' ] = 'Smazáno %s souborů.%s' ;
$lang [ 'cs_CZ' ][ 'AssetAdmin' ][ 'FILESREADY' ] = 'Soubory připravené k nahrání:' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'AssetAdmin' ][ 'FOLDERDELETED' ] = 'složka odstraněna.' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'AssetAdmin' ][ 'FOLDERSDELETED' ] = 'adresáře smazány.' ;
$lang [ 'cs_CZ' ][ 'AssetAdmin' ][ 'MENUTITLE' ] = 'Soubory & Obrázky' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'AssetAdmin' ][ 'MENUTITLE' ] = 'Soubory & Obrázky' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'AssetAdmin' ][ 'MOVEDX' ] = 'Přesunuto %s souborů' ;
$lang [ 'cs_CZ' ][ 'AssetAdmin' ][ 'NEWFOLDER' ] = 'Nová složka' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'AssetAdmin' ][ 'NOTEMP' ] = 'Nenalezen dočasný adresář pro upload. Prosím nastavte upload_tmp_dir v php.ini.' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'AssetAdmin' ][ 'NOTHINGTOUPLOAD' ] = 'Nic k nahrání' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'AssetAdmin' ][ 'NOWBROKEN' ] = 'Následující stránky mají nyní nefunkční odkazy:' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'AssetAdmin' ][ 'NOWBROKEN2' ] = 'Jejich majitelé byly upozorněni e-mailem a měli by spravit tyto stránky.' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'AssetAdmin' ][ 'SAVEDFILE' ] = 'Soubor %s uložen' ;
2007-12-16 03:20:06 +01:00
$lang [ 'cs_CZ' ][ 'AssetAdmin' ][ 'SAVEFOLDERNAME' ] = 'Uložit název složky' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'AssetAdmin' ][ 'THUMBSDELETED' ] = 'Všechny nepoužívané miniatury byly odstraněny.' ;
2007-12-16 03:20:06 +01:00
$lang [ 'cs_CZ' ][ 'AssetAdmin' ][ 'UPLOAD' ] = 'Nahrát soubory sepsané níže' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'AssetAdmin' ][ 'UPLOADEDX' ] = 'Nahráno %s souborů' ;
$lang [ 'cs_CZ' ][ 'AssetAdmin_left.ss' ][ 'CREATE' ] = 'Vytvořit' ;
$lang [ 'cs_CZ' ][ 'AssetAdmin_left.ss' ][ 'DELETE' ] = 'Smazat' ;
$lang [ 'cs_CZ' ][ 'AssetAdmin_left.ss' ][ 'DELFOLDERS' ] = 'Smazat vybrané složky' ;
2010-07-14 04:51:11 +02:00
$lang [ 'cs_CZ' ][ 'AssetAdmin_left.ss' ][ 'ENABLEDRAGGING' ] = 'Povolit přesuny "táhni a pusť"' ;
2010-03-11 06:01:30 +01:00
$lang [ 'cs_CZ' ][ 'AssetAdmin_left.ss' ][ 'FILESYSTEMSYNC' ] = 'Hledat nové soubory' ;
2010-07-14 04:51:11 +02:00
$lang [ 'cs_CZ' ][ 'AssetAdmin_left.ss' ][ 'FILESYSTEMSYNC_DESC' ] = 'SilverStripe udržuje svoji vlastní databázi souborů a obrázků uložených ve vašem assets/ adresáři. Klikněte na tlačítko k obnovení této databáze, když jsou soubory přidány do assets/ adresáře mimo SilverStripe, například, když jste soubory nahráli přes FTP.' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'AssetAdmin_left.ss' ][ 'FOLDERS' ] = 'Složky' ;
$lang [ 'cs_CZ' ][ 'AssetAdmin_left.ss' ][ 'GO' ] = 'Proveď' ;
$lang [ 'cs_CZ' ][ 'AssetAdmin_left.ss' ][ 'SELECTTODEL' ] = 'Vyberte složky, které chcete smazat. Pak klikněte na tlačítko níže' ;
$lang [ 'cs_CZ' ][ 'AssetAdmin_left.ss' ][ 'TOREORG' ] = 'Pro organizaci Vašich složek je přetáhněte, kam potřebujete.' ;
$lang [ 'cs_CZ' ][ 'AssetAdmin_right.ss' ][ 'CHOOSEPAGE' ] = 'Prosím vyberte stránku vlevo.' ;
$lang [ 'cs_CZ' ][ 'AssetAdmin_right.ss' ][ 'WELCOME' ] = 'Vítejte v' ;
2007-12-16 03:20:06 +01:00
$lang [ 'cs_CZ' ][ 'AssetAdmin_uploadiframe.ss' ][ 'PERMFAILED' ] = 'Nemáte oprávnění pro nahrávání souborů do této složky.' ;
2010-03-11 06:01:30 +01:00
$lang [ 'cs_CZ' ][ 'AssetAdmin_uploadiframe.ss' ][ 'TITLE' ] = 'Rámec nahrávání obrázku' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'AssetTableField' ][ 'CAPTION' ] = 'Titulek' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'AssetTableField' ][ 'CREATED' ] = 'Poprvé nahráno' ;
$lang [ 'cs_CZ' ][ 'AssetTableField' ][ 'DIM' ] = 'Rozměry' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'AssetTableField' ][ 'DIMLIMT' ] = 'Omezit velikost popup okna' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'AssetTableField' ][ 'FILENAME' ] = 'Název souboru' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'AssetTableField' ][ 'GALLERYOPTIONS' ] = 'Nastavení galerie' ;
2010-07-14 04:51:11 +02:00
$lang [ 'cs_CZ' ][ 'AssetTableField' ][ 'IMAGE' ] = 'Obrázek' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'AssetTableField' ][ 'ISFLASH' ] = 'Je dokument typu Flash' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'AssetTableField' ][ 'LASTEDIT' ] = 'Naposledy změněno' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'AssetTableField' ][ 'MAIN' ] = 'Hlavni' ;
2007-12-16 03:20:06 +01:00
$lang [ 'cs_CZ' ][ 'AssetTableField' ][ 'NOLINKS' ] = 'Na tento soubor neodkazují žádné jiné stránky.' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'AssetTableField' ][ 'OWNER' ] = 'Vlastník' ;
$lang [ 'cs_CZ' ][ 'AssetTableField' ][ 'PAGESLINKING' ] = 'Následující stránky odkazují na tento soubor:' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'AssetTableField' ][ 'POPUPHEIGHT' ] = 'Výška popup okna' ;
$lang [ 'cs_CZ' ][ 'AssetTableField' ][ 'POPUPWIDTH' ] = 'Šířka popup okna' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'AssetTableField' ][ 'SIZE' ] = 'Velikost' ;
$lang [ 'cs_CZ' ][ 'AssetTableField.ss' ][ 'DELFILE' ] = 'Smazat tento soubor' ;
$lang [ 'cs_CZ' ][ 'AssetTableField.ss' ][ 'DRAGTOFOLDER' ] = 'Pro přesun souboru ho přetáhněte do složky vlevo' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'AssetTableField.ss' ][ 'EDIT' ] = 'Upravit přednosti' ;
$lang [ 'cs_CZ' ][ 'AssetTableField.ss' ][ 'SHOW' ] = 'Zobrazit přednosti' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'AssetTableField' ][ 'SWFFILEOPTIONS' ] = 'Nastavení SWF souboru' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'AssetTableField' ][ 'TITLE' ] = 'Titulek' ;
$lang [ 'cs_CZ' ][ 'AssetTableField' ][ 'TYPE' ] = 'Typ' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'AssetTableField' ][ 'URL' ] = 'URL' ;
2010-04-30 06:38:06 +02:00
$lang [ 'cs_CZ' ][ 'BrokenLinksReport' ][ 'BROKENLINKS' ] = 'Výkaz porušených odkazů' ;
$lang [ 'cs_CZ' ][ 'BrokenLinksReport' ][ 'CheckSiteDropdownDraft' ] = 'Koncept webu' ;
$lang [ 'cs_CZ' ][ 'BrokenLinksReport' ][ 'CheckSiteDropdownPublished' ] = 'Zveřejněný web' ;
$lang [ 'cs_CZ' ][ 'BrokenLinksReport' ][ 'ColumnDateLastModified' ] = 'Datum poslední změny' ;
$lang [ 'cs_CZ' ][ 'BrokenLinksReport' ][ 'ColumnDateLastPublished' ] = 'Datum posledního zveřejnění' ;
$lang [ 'cs_CZ' ][ 'BrokenLinksReport' ][ 'ColumnProblemType' ] = 'Problém typu' ;
$lang [ 'cs_CZ' ][ 'BrokenLinksReport' ][ 'ColumnURL' ] = 'URL' ;
$lang [ 'cs_CZ' ][ 'BrokenLinksReport' ][ 'HasBrokenFile' ] = 'porušen soubor' ;
$lang [ 'cs_CZ' ][ 'BrokenLinksReport' ][ 'HasBrokenLink' ] = 'porušen odkaz' ;
$lang [ 'cs_CZ' ][ 'BrokenLinksReport' ][ 'HasBrokenLinkAndFile' ] = 'porušen odkaz a soubor' ;
$lang [ 'cs_CZ' ][ 'BrokenLinksReport' ][ 'HoverTitleEditPage' ] = 'Editovat stránku' ;
$lang [ 'cs_CZ' ][ 'BrokenLinksReport' ][ 'ReasonDropdown' ] = 'Problém ke kontrole' ;
$lang [ 'cs_CZ' ][ 'BrokenLinksReport' ][ 'ReasonDropdownBROKENFILE' ] = 'Porušen soubor' ;
$lang [ 'cs_CZ' ][ 'BrokenLinksReport' ][ 'ReasonDropdownBROKENLINK' ] = 'Porušen odkaz' ;
$lang [ 'cs_CZ' ][ 'BrokenLinksReport' ][ 'ReasonDropdownRPBROKENLINK' ] = 'Stránka redirektoru ukazuje na neexistující stránku' ;
$lang [ 'cs_CZ' ][ 'BrokenLinksReport' ][ 'ReasonDropdownVPBROKENLINK' ] = 'Virtuální stránka ukazuje na neexistující stránku' ;
$lang [ 'cs_CZ' ][ 'BrokenLinksReport' ][ 'RedirectorNonExistent' ] = 'stránka redirektoru ukazuje na neexistující stránku' ;
$lang [ 'cs_CZ' ][ 'BrokenLinksReport' ][ 'VirtualPageNonExistent' ] = 'virtuální stránka ukazuje na neexistující stránku' ;
$lang [ 'cs_CZ' ][ 'CMSBatchActions' ][ 'DELETED_DRAFT_PAGES' ] = 'Smazáno %d stránek z konceptu webu, %d selhání' ;
2010-03-11 06:01:30 +01:00
$lang [ 'cs_CZ' ][ 'CMSBatchActions' ][ 'DELETED_PAGES' ] = 'Smazáno %d stránek ze zveřejněného webu' ;
2010-04-30 06:38:06 +02:00
$lang [ 'cs_CZ' ][ 'CMSBatchActions' ][ 'DELETE_DRAFT_PAGES' ] = 'Smazáno z konceptu webu' ;
2010-03-11 06:01:30 +01:00
$lang [ 'cs_CZ' ][ 'CMSBatchActions' ][ 'DELETE_PAGES' ] = 'Smazat ze zveřejněného webu' ;
2010-04-30 06:38:06 +02:00
$lang [ 'cs_CZ' ][ 'CMSBatchActions' ][ 'DELETING_DRAFT_PAGES' ] = 'Mazání vybraných stránek z konceptu webu' ;
2010-03-11 06:01:30 +01:00
$lang [ 'cs_CZ' ][ 'CMSBatchActions' ][ 'DELETING_PAGES' ] = 'Mazání vybraných stránek ze zveřejněného webu' ;
$lang [ 'cs_CZ' ][ 'CMSBatchActions' ][ 'PUBLISHED_PAGES' ] = 'Zveřejněných %d stránek' ;
$lang [ 'cs_CZ' ][ 'CMSBatchActions' ][ 'PUBLISHING_PAGES' ] = 'Zveřejňování stránek' ;
$lang [ 'cs_CZ' ][ 'CMSBatchActions' ][ 'PUBLISH_PAGES' ] = 'Zveřejnit' ;
$lang [ 'cs_CZ' ][ 'CMSBatchActions' ][ 'UNPUBLISHED_PAGES' ] = 'Nezveřejněných %d stránek' ;
$lang [ 'cs_CZ' ][ 'CMSBatchActions' ][ 'UNPUBLISHING_PAGES' ] = 'Nezveřejňování stránek' ;
$lang [ 'cs_CZ' ][ 'CMSBatchActions' ][ 'UNPUBLISH_PAGES' ] = 'Nezveřejnit' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'ACCESS' ] = 'Přístup do %s v CMS' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'ACCESSALLINTERFACES' ] = 'Přístup ke všem rozhraním CMS' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'CANCEL' ] = 'Zrušit' ;
2007-12-16 03:20:06 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'CHOOSEREPORT' ] = '(Vyberte výkaz)' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'COMPARINGV' ] = 'Porovnáváte verze #%d a #%d' ;
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'COPYPUBTOSTAGE' ] = 'Opravdu chcete zkopírovat zveřejněný obsah do úschovny?' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'DELETE' ] = 'Odstranit z návrhu' ;
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'DESCREMOVED' ] = 'a %s potomci' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'EMAIL' ] = 'Email' ;
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'GO' ] = 'Proveď' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'MENUTITLE' ] = 'Obsah webu' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'MENUTITLE' ] = 'Obsah stránky' ;
2010-03-11 06:01:30 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'MENUTITLEOPT' ] = 'Navigační návěstí' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'METADESCOPT' ] = 'Popis' ;
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'METAKEYWORDSOPT' ] = 'Klíčová slova' ;
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'NEW' ] = 'Nový' ;
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'NOCONTENT' ] = 'bez obsahu' ;
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'NOTHINGASSIGNED' ] = 'Nemáte nic přiřazeného.' ;
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'NOWAITINGON' ] = 'Nečekáte na nikoho.' ;
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'NOWBROKEN' ] = 'Následující stránky mají nyní neplatné odkazy:' ;
2007-12-16 03:20:06 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'NOWBROKEN2' ] = 'Jejich vlastníci byli informováni emailem a tyto stránky opraví.' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'OK' ] = 'OK' ;
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'PAGEDEL' ] = '%d stránka smazána' ;
2007-12-16 03:20:06 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'PAGENOTEXISTS' ] = 'Tato stránka neexistuje' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'PAGEPUB' ] = '%d stránek zveřejněno' ;
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'PAGESDEL' ] = '%d stránky (stránek) smazáno' ;
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'PAGESPUB' ] = '%d stránek zveřejněno' ;
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'PAGETYPEOPT' ] = 'Typ stránky' ;
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'PRINT' ] = 'Tisk' ;
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'PUBALLCONFIRM' ] = 'Prosím zveřejněte veškeré stránky z úschovny' ;
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'PUBALLFUN' ] = 'Funkce "Publikovat vše"' ;
2007-12-16 03:20:06 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'PUBALLFUN2' ] = 'Stisknutí tohoto tlačítka se rovná zveřejnění každé jednotlivé stránky. Toto tlačítko má být použito, pokud se vyskytly rozsáhlé úpravy obsahu, jako např. když poprvé sestavujete stránky.' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'PUBPAGES' ] = 'Hotovo: Zveřejněno %d stránek' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'REMOVED' ] = 'Smazán \'%s\'%s ze živé stránky' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'REMOVEDFD' ] = 'Smazáno z konceptů' ;
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'REMOVEDPAGE' ] = '\'%s\' odstraněno ze zveřejněných' ;
2010-04-30 06:38:06 +02:00
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'REMOVEDPAGEFROMDRAFT' ] = '\'%s\' odebráno z konceptu' ;
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'REPORT' ] = 'Výkaz' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'RESTORED' ] = '\'%s\' úspěšně obnoven' ;
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'ROLLBACK' ] = 'Vrátit se zpět na tuto verzi' ;
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'ROLLEDBACKPUB' ] = 'Vracím se zpět na zveřejněnou verzi. Číslo nové verze je #%d' ;
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'ROLLEDBACKVERSION' ] = 'Vracím se zpět na verzi #%d. Číslo nové verze je #%d' ;
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'SAVE' ] = 'Uložit' ;
2007-12-16 03:20:06 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'SENTTO' ] = 'Posláno %s %s ke schválení.' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'STATUSOPT' ] = 'Stav' ;
2010-03-11 06:01:30 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'TITLEOPT' ] = 'Titul' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'TOTALPAGES' ] = 'Celkem stránek:' ;
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'VERSIONSNOPAGE' ] = 'Nemohu najít stránku #%d' ;
2009-05-28 06:39:29 +02:00
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'VIEWING' ] = 'Prohlížíte verzi #%s, vytvořenou %s - autor %s' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'VISITRESTORE' ] = 'navštívit restorepage/(ID)' ;
2007-12-16 03:20:06 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'WAITINGON' ] = 'Čekáte na jiné lidi, než dokončí práci na těchto <b>%d</b> stránkách.' ;
$lang [ 'cs_CZ' ][ 'CMSMain' ][ 'WORKTODO' ] = 'Máte na těchto <b>%d</b> stránkách práci k udělání.' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain_dialog.ss' ][ 'BUTTONNOTFOUND' ] = 'Systém nemůže nelézt jméno tlačítka' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain_dialog.ss' ][ 'NOLINKED' ] = 'Nemůžete najít objekt window.linkedObject pro zaslání kliknutí na tlačítko zpět do hlavního okna.' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain_left.ss' ][ 'ADDEDNOTPUB' ] = 'Přidáno do konceptů, ale ještě nezveřejněno' ;
$lang [ 'cs_CZ' ][ 'CMSMain_left.ss' ][ 'ADDSEARCHCRITERIA' ] = 'Přidat kritérium...' ;
$lang [ 'cs_CZ' ][ 'CMSMain_left.ss' ][ 'BATCHACTIONS' ] = 'Skupinové akce' ;
$lang [ 'cs_CZ' ][ 'CMSMain_left.ss' ][ 'CHANGED' ] = 'změněno' ;
2010-04-30 06:38:06 +02:00
$lang [ 'cs_CZ' ][ 'CMSMain_left.ss' ][ 'CLEAR' ] = 'Vyčistit' ;
2010-03-11 06:01:30 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain_left.ss' ][ 'CLEARTITLE' ] = 'Vyčistit hledání a zobrazit všechny položky' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain_left.ss' ][ 'CLOSEBOX' ] = 'klikněte pro zavření pole' ;
$lang [ 'cs_CZ' ][ 'CMSMain_left.ss' ][ 'COMPAREMODE' ] = 'Mód porovnávání (klikněte níže)' ;
$lang [ 'cs_CZ' ][ 'CMSMain_left.ss' ][ 'CREATE' ] = 'Vytvořit' ;
$lang [ 'cs_CZ' ][ 'CMSMain_left.ss' ][ 'DEL' ] = 'smazáno' ;
$lang [ 'cs_CZ' ][ 'CMSMain_left.ss' ][ 'DELETECONFIRM' ] = 'Smazat vybrané stránky' ;
$lang [ 'cs_CZ' ][ 'CMSMain_left.ss' ][ 'DELETEDSTILLLIVE' ] = 'Smazáno z konceptů, ale stále na stránkách' ;
$lang [ 'cs_CZ' ][ 'CMSMain_left.ss' ][ 'EDITEDNOTPUB' ] = 'Upraveno v konceptech, ale ještě nezveřejněno' ;
$lang [ 'cs_CZ' ][ 'CMSMain_left.ss' ][ 'EDITEDSINCE' ] = 'Naposledy upraveno' ;
2010-07-14 04:51:11 +02:00
$lang [ 'cs_CZ' ][ 'CMSMain_left.ss' ][ 'ENABLEDRAGGING' ] = 'Povolit přesuny "táhni a pusť"' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain_left.ss' ][ 'GO' ] = 'Proveď' ;
2010-03-11 06:01:30 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain_left.ss' ][ 'HIDDEN' ] = 'skrytý' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain_left.ss' ][ 'KEY' ] = 'Klíč:' ;
$lang [ 'cs_CZ' ][ 'CMSMain_left.ss' ][ 'NEW' ] = 'nový' ;
2010-03-11 06:01:30 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain_left.ss' ][ 'NOTINMENU' ] = 'Vynecháno z navigační nabídky' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain_left.ss' ][ 'OPENBOX' ] = 'klikněte pro otevření tohoto pole' ;
$lang [ 'cs_CZ' ][ 'CMSMain_left.ss' ][ 'PAGEVERSIONH' ] = 'Historie verzí stránky' ;
$lang [ 'cs_CZ' ][ 'CMSMain_left.ss' ][ 'PUBLISHCONFIRM' ] = 'Zveřejnit vybrané stránky' ;
$lang [ 'cs_CZ' ][ 'CMSMain_left.ss' ][ 'SEARCH' ] = 'Hledat' ;
2010-07-14 04:51:11 +02:00
$lang [ 'cs_CZ' ][ 'CMSMain_left.ss' ][ 'SEARCHTITLE' ] = 'Prohledávat URL, Titulky, Titulky Menu, a Obsah' ;
$lang [ 'cs_CZ' ][ 'CMSMain_left.ss' ][ 'SELECTPAGESACTIONS' ] = 'Vyberte stránky, které chcete změnit a potom klikněte na akci:' ;
2010-04-30 06:38:06 +02:00
$lang [ 'cs_CZ' ][ 'CMSMain_left.ss' ][ 'SHOWITEMS' ] = 'Ukázat:' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain_left.ss' ][ 'SHOWONLYCHANGED' ] = 'Zobrazovat jen změněné stránky' ;
$lang [ 'cs_CZ' ][ 'CMSMain_left.ss' ][ 'SHOWUNPUB' ] = 'Ukázat nezveřejněné verze' ;
2007-12-16 03:20:06 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain_left.ss' ][ 'SITECONTENT TITLE' ] = 'Obsah a struktura webu' ;
$lang [ 'cs_CZ' ][ 'CMSMain_left.ss' ][ 'SITEREPORTS' ] = 'Výkazy stránek' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain_right.ss' ][ 'ANYMESSAGE' ] = 'Máte nějakou zprávu pro Vašeho redaktora?' ;
$lang [ 'cs_CZ' ][ 'CMSMain_right.ss' ][ 'CHOOSEPAGE' ] = 'Prosím vyberte stránku vlevo.' ;
$lang [ 'cs_CZ' ][ 'CMSMain_right.ss' ][ 'LOADING' ] = 'nahrávání...' ;
$lang [ 'cs_CZ' ][ 'CMSMain_right.ss' ][ 'MESSAGE' ] = 'Zpráva' ;
$lang [ 'cs_CZ' ][ 'CMSMain_right.ss' ][ 'SENDTO' ] = 'Poslat' ;
$lang [ 'cs_CZ' ][ 'CMSMain_right.ss' ][ 'STATUS' ] = 'Stav' ;
$lang [ 'cs_CZ' ][ 'CMSMain_right.ss' ][ 'SUBMIT' ] = 'Odevzdat na schválení' ;
$lang [ 'cs_CZ' ][ 'CMSMain_right.ss' ][ 'WELCOMETO' ] = 'Vítejte v' ;
$lang [ 'cs_CZ' ][ 'CMSMain_versions.ss' ][ 'AUTHOR' ] = 'Autor' ;
2007-12-16 03:20:06 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain_versions.ss' ][ 'NOTPUB' ] = 'Nezveřejněno' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'CMSMain_versions.ss' ][ 'PUBR' ] = 'Vydavatel' ;
$lang [ 'cs_CZ' ][ 'CMSMain_versions.ss' ][ 'UNKNOWN' ] = 'Neznámý' ;
$lang [ 'cs_CZ' ][ 'CMSMain_versions.ss' ][ 'WHEN' ] = 'Kdy' ;
2010-04-30 06:38:06 +02:00
$lang [ 'cs_CZ' ][ 'CMSSiteTreeFilter' ][ 'ALL' ] = 'Všechny položky' ;
$lang [ 'cs_CZ' ][ 'CMSSiteTreeFilter' ][ 'DELETEDPAGES' ] = 'Všechny stránky, včetně smazaných' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'CommentAdmin' ][ 'ACCEPT' ] = 'Schválit' ;
$lang [ 'cs_CZ' ][ 'CommentAdmin' ][ 'APPROVED' ] = 'Schváleno %s komentářů.' ;
$lang [ 'cs_CZ' ][ 'CommentAdmin' ][ 'APPROVEDCOMMENTS' ] = 'Schválené komentáře' ;
$lang [ 'cs_CZ' ][ 'CommentAdmin' ][ 'AUTHOR' ] = 'Autor' ;
$lang [ 'cs_CZ' ][ 'CommentAdmin' ][ 'COMMENT' ] = 'Komentář' ;
2010-03-11 06:01:30 +01:00
$lang [ 'cs_CZ' ][ 'CommentAdmin' ][ 'COMMENTERURL' ] = 'URL' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'CommentAdmin' ][ 'COMMENTS' ] = 'Komentáře' ;
$lang [ 'cs_CZ' ][ 'CommentAdmin' ][ 'COMMENTSAWAITINGMODERATION' ] = 'Komentáře čekající na schválení' ;
$lang [ 'cs_CZ' ][ 'CommentAdmin' ][ 'DATEPOSTED' ] = 'Datum vložení' ;
$lang [ 'cs_CZ' ][ 'CommentAdmin' ][ 'DELETE' ] = 'Odstranit' ;
$lang [ 'cs_CZ' ][ 'CommentAdmin' ][ 'DELETEALL' ] = 'Odstranit vše' ;
$lang [ 'cs_CZ' ][ 'CommentAdmin' ][ 'DELETED' ] = 'Smazáno %s komentářů.' ;
$lang [ 'cs_CZ' ][ 'CommentAdmin' ][ 'MARKASNOTSPAM' ] = 'Označit NENÍ SPAM' ;
$lang [ 'cs_CZ' ][ 'CommentAdmin' ][ 'MARKEDNOTSPAM' ] = 'Označeno %s komentařů jako NENÍ SPAM.' ;
$lang [ 'cs_CZ' ][ 'CommentAdmin' ][ 'MARKEDSPAM' ] = 'Označeno %s komentářů jako SPAM' ;
$lang [ 'cs_CZ' ][ 'CommentAdmin' ][ 'MENUTITLE' ] = 'Komentáře' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'CommentAdmin' ][ 'MENUTITLE' ] = 'Komentáře' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'CommentAdmin' ][ 'NAME' ] = 'Jméno' ;
$lang [ 'cs_CZ' ][ 'CommentAdmin' ][ 'PAGE' ] = 'Strana' ;
$lang [ 'cs_CZ' ][ 'CommentAdmin' ][ 'SPAM' ] = 'Spam' ;
$lang [ 'cs_CZ' ][ 'CommentAdmin' ][ 'SPAMMARKED' ] = 'Označit jako SPAM' ;
$lang [ 'cs_CZ' ][ 'CommentAdmin_left.ss' ][ 'COMMENTS' ] = 'Komentáře' ;
$lang [ 'cs_CZ' ][ 'CommentAdmin_right.ss' ][ 'WELCOME1' ] = 'Vítejte v' ;
$lang [ 'cs_CZ' ][ 'CommentAdmin_right.ss' ][ 'WELCOME2' ] = 'správa komentářů. Prosím vyberte složku vpravo.' ;
$lang [ 'cs_CZ' ][ 'CommentAdmin_SiteTree.ss' ][ 'APPROVED' ] = 'Schváleno' ;
$lang [ 'cs_CZ' ][ 'CommentAdmin_SiteTree.ss' ][ 'AWAITMODERATION' ] = 'Čekající na schválení' ;
$lang [ 'cs_CZ' ][ 'CommentAdmin_SiteTree.ss' ][ 'COMMENTS' ] = 'Komentáře' ;
$lang [ 'cs_CZ' ][ 'CommentAdmin_SiteTree.ss' ][ 'SPAM' ] = 'Spam' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'CommentList.ss' ][ 'CREATEDW' ] = 'Komentáře se vytvářejí, kdykoliv provedete nějakou pracovní akci - Zveřejnění, Zamítnutí, Odevzdání.' ;
$lang [ 'cs_CZ' ][ 'CommentList.ss' ][ 'NOCOM' ] = 'Na tuto stránku ještě nikdo neposlal komentář.' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'CommentTableField' ][ 'FILTER' ] = 'Filtr' ;
$lang [ 'cs_CZ' ][ 'CommentTableField' ][ 'SEARCH' ] = 'Hledání' ;
$lang [ 'cs_CZ' ][ 'CommentTableField.ss' ][ 'APPROVE' ] = 'schvalit' ;
$lang [ 'cs_CZ' ][ 'CommentTableField.ss' ][ 'APPROVECOMMENT' ] = 'Schválit tento komentář' ;
$lang [ 'cs_CZ' ][ 'CommentTableField.ss' ][ 'DELETE' ] = 'odstranit' ;
$lang [ 'cs_CZ' ][ 'CommentTableField.ss' ][ 'DELETEROW' ] = 'Smazat tento řádek' ;
$lang [ 'cs_CZ' ][ 'CommentTableField.ss' ][ 'EDIT' ] = 'zmenit' ;
$lang [ 'cs_CZ' ][ 'CommentTableField.ss' ][ 'HAM' ] = 'ham' ;
$lang [ 'cs_CZ' ][ 'CommentTableField.ss' ][ 'MARKASSPAM' ] = 'Označit komentář jako SPAM' ;
$lang [ 'cs_CZ' ][ 'CommentTableField.ss' ][ 'MARKNOSPAM' ] = 'Označit komentář jako normální (není SPAM)' ;
$lang [ 'cs_CZ' ][ 'CommentTableField.ss' ][ 'NOITEMSFOUND' ] = 'Nenalezeny žádné položky' ;
$lang [ 'cs_CZ' ][ 'CommentTableField.ss' ][ 'SPAM' ] = 'spam' ;
$lang [ 'cs_CZ' ][ 'ComplexTableField' ][ 'CLOSEPOPUP' ] = 'Zavřít' ;
$lang [ 'cs_CZ' ][ 'ComplexTableField' ][ 'SUCCESSADD' ] = 'Přidáno %s %s %s' ;
2010-04-30 06:38:06 +02:00
$lang [ 'cs_CZ' ][ 'Group' ][ 'IMPORTTABTITLE' ] = 'Import' ;
$lang [ 'cs_CZ' ][ 'Group' ][ 'RolesAddEditLink' ] = 'Přidat/editovat role' ;
2010-07-14 04:51:11 +02:00
$lang [ 'cs_CZ' ][ 'GroupImportForm' ][ 'Help1' ] = '<p>Import jednu nebo více skupin v <em>CSV</em> formátu (čárkou-oddělené hodnoty). <small><a href="#" class="toggle-advanced">Ukázat rozšířené použití</a></small></p>' ;
2010-04-30 06:38:06 +02:00
$lang [ 'cs_CZ' ][ 'GroupImportForm' ][ 'ResultCreated' ] = 'Vytvořeno %d skupin' ;
$lang [ 'cs_CZ' ][ 'GroupImportForm' ][ 'ResultDeleted' ] = 'Smazáno %d skupin' ;
$lang [ 'cs_CZ' ][ 'GroupImportForm' ][ 'ResultUpdated' ] = 'Aktualizováno %d skupin' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'ImageEditor.ss' ][ 'ACTIONS' ] = 'akce' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'ImageEditor.ss' ][ 'ADJUST' ] = 'adjustace' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'ImageEditor.ss' ][ 'APPLY' ] = 'použít' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'ImageEditor.ss' ][ 'BLUR' ] = 'blur' ;
$lang [ 'cs_CZ' ][ 'ImageEditor.ss' ][ 'BRIGHTNESS' ] = 'světlost' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'ImageEditor.ss' ][ 'CANCEL' ] = 'zrušit' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'ImageEditor.ss' ][ 'CONTRAST' ] = 'kontrast' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'ImageEditor.ss' ][ 'CROP' ] = 'oříznout' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'ImageEditor.ss' ][ 'CURRENTACTION' ] = 'aktuální akce' ;
$lang [ 'cs_CZ' ][ 'ImageEditor.ss' ][ 'EDITFUNCTIONS' ] = 'změnit funkce' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'ImageEditor.ss' ][ 'EFFECTS' ] = 'efekty' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'ImageEditor.ss' ][ 'EXIT' ] = 'konec' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'ImageEditor.ss' ][ 'GAMMA' ] = 'gamma' ;
$lang [ 'cs_CZ' ][ 'ImageEditor.ss' ][ 'GREYSCALE' ] = 'šedá škála' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'ImageEditor.ss' ][ 'HEIGHT' ] = 'výška' ;
$lang [ 'cs_CZ' ][ 'ImageEditor.ss' ][ 'REDO' ] = 'znovu' ;
$lang [ 'cs_CZ' ][ 'ImageEditor.ss' ][ 'ROT' ] = 'otočit' ;
2010-07-14 04:51:11 +02:00
$lang [ 'cs_CZ' ][ 'ImageEditor.ss' ][ 'SAVE' ] = 'uložit obrázek' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'ImageEditor.ss' ][ 'SEPIA' ] = 'sepia' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'ImageEditor.ss' ][ 'UNDO' ] = 'zpět' ;
$lang [ 'cs_CZ' ][ 'ImageEditor.ss' ][ 'UNTITLED' ] = 'Nepojmenovaný dokument' ;
$lang [ 'cs_CZ' ][ 'ImageEditor.ss' ][ 'WIDTH' ] = 'šířka' ;
2010-03-11 06:01:30 +01:00
$lang [ 'cs_CZ' ][ 'LeftAndMain' ][ 'CANT_REORGANISE' ] = 'Nemáte oprávnění rearanžovat strukturu webu. Vaše změny nebyly uloženy.' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'LeftAndMain' ][ 'CHANGEDURL' ] = 'URL změněno na \'%s\'' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'LeftAndMain' ][ 'COMMENTS' ] = 'Komentáře' ;
2010-07-14 04:51:11 +02:00
$lang [ 'cs_CZ' ][ 'LeftAndMain' ][ 'FILESIMAGES' ] = 'Soubory a obrázky' ;
2007-12-16 03:20:06 +01:00
$lang [ 'cs_CZ' ][ 'LeftAndMain' ][ 'HELP' ] = 'Nápověda' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'LeftAndMain' ][ 'PAGETYPE' ] = 'Typ stránky:' ;
2007-12-16 03:20:06 +01:00
$lang [ 'cs_CZ' ][ 'LeftAndMain' ][ 'PERMAGAIN' ] = 'Byli jste odhlášeni z CMS. Pokud se chcete znovu přihlásit, zadejte níže své uživatelské jméno a heslo.' ;
$lang [ 'cs_CZ' ][ 'LeftAndMain' ][ 'PERMALREADY' ] = 'Je nám líto, ale nemůžete vstoupit do této části CMS. Pokud se chcete přihlásit jako někdo jiný, udělejte tak níže' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'LeftAndMain' ][ 'PERMDEFAULT' ] = 'Pro přístup do CMS vložte Vaši e-mailovou adresu a heslo.' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'LeftAndMain' ][ 'PLEASESAVE' ] = 'Prosím uložte stránku: Tato stránka nemohla být aktualizována, protože ještě nebyla uložena.' ;
2010-04-30 06:38:06 +02:00
$lang [ 'cs_CZ' ][ 'LeftAndMain' ][ 'REPORTS' ] = 'Výkazy' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'LeftAndMain' ][ 'REQUESTERROR' ] = 'Chyba v požadavku' ;
$lang [ 'cs_CZ' ][ 'LeftAndMain' ][ 'SAVED' ] = 'uloženo' ;
$lang [ 'cs_CZ' ][ 'LeftAndMain' ][ 'SAVEDUP' ] = 'Uloženo' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'LeftAndMain' ][ 'SECURITY' ] = 'Bezpečnost' ;
2010-04-30 06:38:06 +02:00
$lang [ 'cs_CZ' ][ 'LeftAndMain' ][ 'SITECONTENT' ] = 'Obsah weby' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'LeftAndMain' ][ 'SITECONTENTLEFT' ] = 'Obsah webu' ;
$lang [ 'cs_CZ' ][ 'LeftAndMain.ss' ][ 'APPVERSIONTEXT1' ] = 'Toto je' ;
$lang [ 'cs_CZ' ][ 'LeftAndMain.ss' ][ 'APPVERSIONTEXT2' ] = 'verze, kterou nyní používáte, je technicky CVS větev' ;
$lang [ 'cs_CZ' ][ 'LeftAndMain.ss' ][ 'ARCHS' ] = 'Archiv' ;
2010-04-30 06:38:06 +02:00
$lang [ 'cs_CZ' ][ 'LeftAndMain.ss' ][ 'DRAFTS' ] = 'Koncepty webu' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'LeftAndMain.ss' ][ 'EDIT' ] = 'Upravit' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'LeftAndMain.ss' ][ 'EDITINCMS' ] = 'Editovat tuto stránku v CMS' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'LeftAndMain.ss' ][ 'EDITPROFILE' ] = 'Profil' ;
$lang [ 'cs_CZ' ][ 'LeftAndMain.ss' ][ 'LOADING' ] = 'Nahrávání...' ;
$lang [ 'cs_CZ' ][ 'LeftAndMain.ss' ][ 'LOGGEDINAS' ] = 'Přihlášen jako' ;
$lang [ 'cs_CZ' ][ 'LeftAndMain.ss' ][ 'LOGOUT' ] = 'odhlásit' ;
$lang [ 'cs_CZ' ][ 'LeftAndMain.ss' ][ 'PUBLIS' ] = 'Zveřejněné' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'LeftAndMain.ss' ][ 'REQUIREJS' ] = 'SilverStripe vyžaduje zaplý Javascript.' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'LeftAndMain.ss' ][ 'SSWEB' ] = 'Webová stránka SilverStripe' ;
2010-04-30 06:38:06 +02:00
$lang [ 'cs_CZ' ][ 'LeftAndMain.ss' ][ 'VIEWINDRAFT' ] = 'Zobraz stránku v konceptu stránky' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'LeftAndMain.ss' ][ 'VIEWINPUBLISHED' ] = 'Zobraz stránku v publikovaných stránkách' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'LeftAndMain.ss' ][ 'VIEWPAGEIN' ] = 'Zobrazení stránky:' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'LeftAndMain' ][ 'STATUSPUBLISHEDSUCCESS' ] = '\'%s\' publikováno úspěšně' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'LeftAndMain' ][ 'STATUSTO' ] = 'Stav změněn na \'%s\'' ;
$lang [ 'cs_CZ' ][ 'LeftAndMain' ][ 'TREESITECONTENT' ] = 'Obsah webu' ;
2010-04-30 06:38:06 +02:00
$lang [ 'cs_CZ' ][ 'LeftAndMain_right.ss' ][ 'WELCOMETO' ] = 'Vítejte v' ;
$lang [ 'cs_CZ' ][ 'MathSpamProtection' ][ 'EIGHT' ] = 'osm' ;
$lang [ 'cs_CZ' ][ 'MathSpamProtection' ][ 'EIGHTEEN' ] = 'osmnáct' ;
$lang [ 'cs_CZ' ][ 'MathSpamProtection' ][ 'ELEVEN' ] = 'jedenáct' ;
$lang [ 'cs_CZ' ][ 'MathSpamProtection' ][ 'FIFTEEN' ] = 'patnáct' ;
$lang [ 'cs_CZ' ][ 'MathSpamProtection' ][ 'FIVE' ] = 'pět' ;
$lang [ 'cs_CZ' ][ 'MathSpamProtection' ][ 'FOUR' ] = 'čtyři' ;
$lang [ 'cs_CZ' ][ 'MathSpamProtection' ][ 'FOURTEEN' ] = 'čtrnáct' ;
$lang [ 'cs_CZ' ][ 'MathSpamProtection' ][ 'NINE' ] = 'devět' ;
$lang [ 'cs_CZ' ][ 'MathSpamProtection' ][ 'ONE' ] = 'jeden' ;
$lang [ 'cs_CZ' ][ 'MathSpamProtection' ][ 'SEVEN' ] = 'sedm' ;
$lang [ 'cs_CZ' ][ 'MathSpamProtection' ][ 'SEVENTEEN' ] = 'sedmnáct' ;
$lang [ 'cs_CZ' ][ 'MathSpamProtection' ][ 'SIX' ] = 'šest' ;
$lang [ 'cs_CZ' ][ 'MathSpamProtection' ][ 'SIXTEEN' ] = 'šestnáct' ;
$lang [ 'cs_CZ' ][ 'MathSpamProtection' ][ 'TEN' ] = 'deset' ;
$lang [ 'cs_CZ' ][ 'MathSpamProtection' ][ 'THIRTEEN' ] = 'třináct' ;
$lang [ 'cs_CZ' ][ 'MathSpamProtection' ][ 'THREE' ] = 'tři' ;
$lang [ 'cs_CZ' ][ 'MathSpamProtection' ][ 'TWELVE' ] = 'dvanáct' ;
$lang [ 'cs_CZ' ][ 'MathSpamProtection' ][ 'TWO' ] = 'dvě' ;
$lang [ 'cs_CZ' ][ 'MathSpamProtection' ][ 'WHATIS' ] = 'Kolik je %s plus %s?' ;
$lang [ 'cs_CZ' ][ 'MathSpamProtection' ][ 'ZERO' ] = 'Nula' ;
2010-07-14 04:51:11 +02:00
$lang [ 'cs_CZ' ][ 'MemberImportForm' ][ 'Help1' ] = '<p>Import členů v <em>CSV formátu</em> (čárkou-oddělené hodnoty). <small><a href="#" class="toggle-advanced">Ukázat rozšířené použití</a></small></p>' ;
2010-04-30 06:38:06 +02:00
$lang [ 'cs_CZ' ][ 'MemberImportForm' ][ 'ResultCreated' ] = 'Vytvořeno %d členů' ;
$lang [ 'cs_CZ' ][ 'MemberImportForm' ][ 'ResultDeleted' ] = 'Smazáno %d členů' ;
$lang [ 'cs_CZ' ][ 'MemberImportForm' ][ 'ResultNone' ] = 'Žádné změny' ;
$lang [ 'cs_CZ' ][ 'MemberImportForm' ][ 'ResultUpdated' ] = 'Aktualizováno %d členů' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'MemberList.ss' ][ 'FILTER' ] = 'Filtr' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'MemberList_PageControls.ss' ][ 'DISPLAYING' ] = 'Zobrazuji' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'MemberList_PageControls.ss' ][ 'FIRSTMEMBERS' ] = 'členové' ;
$lang [ 'cs_CZ' ][ 'MemberList_PageControls.ss' ][ 'LASTMEMBERS' ] = 'členové' ;
$lang [ 'cs_CZ' ][ 'MemberList_PageControls.ss' ][ 'NEXTMEMBERS' ] = 'členové' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'MemberList_PageControls.ss' ][ 'OF' ] = 'z' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'MemberList_PageControls.ss' ][ 'PREVIOUSMEMBERS' ] = 'členové' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'MemberList_PageControls.ss' ][ 'TO' ] = 'do' ;
$lang [ 'cs_CZ' ][ 'MemberList_PageControls.ss' ][ 'VIEWFIRST' ] = 'Zobrazit první' ;
$lang [ 'cs_CZ' ][ 'MemberList_PageControls.ss' ][ 'VIEWLAST' ] = 'Zobrazit poslední' ;
$lang [ 'cs_CZ' ][ 'MemberList_PageControls.ss' ][ 'VIEWNEXT' ] = 'Zobrazit další' ;
$lang [ 'cs_CZ' ][ 'MemberList_PageControls.ss' ][ 'VIEWPREVIOUS' ] = 'Zobrazit předešlý' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'MemberList_Table.ss' ][ 'EMAIL' ] = 'Emailová adresa' ;
$lang [ 'cs_CZ' ][ 'MemberList_Table.ss' ][ 'FN' ] = 'Křestní jméno' ;
$lang [ 'cs_CZ' ][ 'MemberList_Table.ss' ][ 'PASSWD' ] = 'Heslo' ;
$lang [ 'cs_CZ' ][ 'MemberList_Table.ss' ][ 'SN' ] = 'Příjmení' ;
$lang [ 'cs_CZ' ][ 'MemberTableField' ][ 'ADD' ] = 'Přidat' ;
$lang [ 'cs_CZ' ][ 'MemberTableField' ][ 'ADDEDTOGROUP' ] = 'Přidat člena do skupiny' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'MemberTableField' ][ 'ADDINGFIELD' ] = 'Přidání selhalo' ;
$lang [ 'cs_CZ' ][ 'MemberTableField' ][ 'ANYGROUP' ] = 'Každá skupina' ;
$lang [ 'cs_CZ' ][ 'MemberTableField' ][ 'ASC' ] = 'Vzestupně' ;
2010-04-30 06:38:06 +02:00
$lang [ 'cs_CZ' ][ 'MemberTableField' ][ 'DeleteTitleText' ] = 'Smazat z této skupiny' ;
$lang [ 'cs_CZ' ][ 'MemberTableField' ][ 'DeleteTitleTextDatabase' ] = 'Smazat z databáze a všech skupin' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'MemberTableField' ][ 'DESC' ] = 'Sestupně' ;
$lang [ 'cs_CZ' ][ 'MemberTableField' ][ 'EMAIL' ] = 'Email' ;
2010-03-11 06:01:30 +01:00
$lang [ 'cs_CZ' ][ 'MemberTableField' ][ 'ERRORADDINGUSER' ] = 'Nastala chyba pri přidání uživatele do skupiny: %s' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'MemberTableField' ][ 'FILTER' ] = 'Filtr' ;
$lang [ 'cs_CZ' ][ 'MemberTableField' ][ 'FILTERBYGROUP' ] = 'Filtrovat podle skupiny' ;
$lang [ 'cs_CZ' ][ 'MemberTableField' ][ 'FIRSTNAME' ] = 'KrestniJmeno' ;
$lang [ 'cs_CZ' ][ 'MemberTableField' ][ 'ORDERBY' ] = 'Seřadit podle' ;
$lang [ 'cs_CZ' ][ 'MemberTableField' ][ 'SEARCH' ] = 'Hledani' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'MemberTableField.ss' ][ 'ADDNEW' ] = 'Přidat nový' ;
$lang [ 'cs_CZ' ][ 'MemberTableField.ss' ][ 'DELETEMEMBER' ] = 'Smazat tohoto člena' ;
$lang [ 'cs_CZ' ][ 'MemberTableField.ss' ][ 'EDITMEMBER' ] = 'Upravit tohoto člena' ;
2010-03-11 06:01:30 +01:00
$lang [ 'cs_CZ' ][ 'MemberTableField.ss' ][ 'NOITEMSFOUND' ] = 'Žádné položky nalezeny' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'MemberTableField.ss' ][ 'SHOWMEMBER' ] = 'Zobrazit tohoto člena' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'MemberTableField' ][ 'SURNAME' ] = 'Prijmeni' ;
$lang [ 'cs_CZ' ][ 'ModelAdmin' ][ 'ADDBUTTON' ] = 'Přidat' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'ModelAdmin' ][ 'ADDFORM' ] = 'Vyplňte tento formulář pro přidání %s do databáze' ;
$lang [ 'cs_CZ' ][ 'ModelAdmin' ][ 'CHOOSE_COLUMNS' ] = 'Vybrat sloupec výsledků...' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'ModelAdmin' ][ 'CLEAR_SEARCH' ] = 'Čisté hledání' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'ModelAdmin' ][ 'CREATEBUTTON' ] = 'Vytvořit \'%s\'' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'ModelAdmin' ][ 'DELETE' ] = 'Smazat' ;
$lang [ 'cs_CZ' ][ 'ModelAdmin' ][ 'DELETEDRECORDS' ] = 'Odstraněno %s záznamů.' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'ModelAdmin' ][ 'FOUNDRESULTS' ] = 'Vaše vyhledávání nalezlo % položek' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'ModelAdmin' ][ 'GOBACK' ] = 'Zpět' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'ModelAdmin' ][ 'GOFORWARD' ] = 'Vpřed' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'ModelAdmin' ][ 'IMPORT' ] = 'Importovat ze souboru CSV' ;
$lang [ 'cs_CZ' ][ 'ModelAdmin' ][ 'IMPORTEDRECORDS' ] = 'Importováno %s záznamů.' ;
$lang [ 'cs_CZ' ][ 'ModelAdmin' ][ 'ITEMNOTFOUND' ] = 'Systém nemůže najít tuto položku' ;
$lang [ 'cs_CZ' ][ 'ModelAdmin' ][ 'LOADEDFOREDITING' ] = '\'%s\' načteno pro editaci' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'ModelAdmin' ][ 'NOCSVFILE' ] = 'Prosím, vyhledejte soubor CSV pro import' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'ModelAdmin' ][ 'NOIMPORT' ] = 'Nic k importu' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'ModelAdmin' ][ 'NORESULTS' ] = 'Bez výsledků' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'ModelAdmin' ][ 'SAVE' ] = 'Uložit' ;
2010-03-11 06:01:30 +01:00
$lang [ 'cs_CZ' ][ 'ModelAdmin' ][ 'SEARCHFOR' ] = 'Hledat' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'ModelAdmin' ][ 'SEARCHRESULTS' ] = 'Výsledky hledání' ;
$lang [ 'cs_CZ' ][ 'ModelAdmin' ][ 'SELECTALL' ] = 'označit vše' ;
$lang [ 'cs_CZ' ][ 'ModelAdmin' ][ 'SELECTNONE' ] = 'Vybrat žádné' ;
$lang [ 'cs_CZ' ][ 'ModelAdmin' ][ 'UPDATEDRECORDS' ] = 'Aktualizováno %s záznamů.' ;
$lang [ 'cs_CZ' ][ 'ModelAdmin_ImportSpec.ss' ][ 'IMPORTSPECFIELDS' ] = 'Sloupce v databázi' ;
$lang [ 'cs_CZ' ][ 'ModelAdmin_ImportSpec.ss' ][ 'IMPORTSPECLINK' ] = 'Zobrazit specifikace pro %s' ;
$lang [ 'cs_CZ' ][ 'ModelAdmin_ImportSpec.ss' ][ 'IMPORTSPECRELATIONS' ] = 'Vztahy' ;
$lang [ 'cs_CZ' ][ 'ModelAdmin_ImportSpec.ss' ][ 'IMPORTSPECTITLE' ] = 'Specifikace pro %s' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'ModelAdmin_left.ss' ][ 'ADDLISTING' ] = 'Přidat' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'ModelAdmin_left.ss' ][ 'IMPORT_TAB_HEADER' ] = 'Importovat' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'ModelAdmin_left.ss' ][ 'SEARCHLISTINGS' ] = 'Hledat' ;
$lang [ 'cs_CZ' ][ 'ModelAdmin_right.ss' ][ 'WELCOME1' ] = 'Vítejte v %s. Vyberte si prosím jednu z položek v levém panelu.' ;
2010-03-11 06:01:30 +01:00
$lang [ 'cs_CZ' ][ 'ModelSidebar.ss' ][ 'ADDLISTING' ] = 'Přidat' ;
$lang [ 'cs_CZ' ][ 'ModelSidebar.ss' ][ 'IMPORT_TAB_HEADER' ] = 'Importovat' ;
$lang [ 'cs_CZ' ][ 'ModelSidebar.ss' ][ 'SEARCHLISTINGS' ] = 'Hledat' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'PageComment' ][ 'Comment' ] = 'Komentář' ;
2007-12-16 03:20:06 +01:00
$lang [ 'cs_CZ' ][ 'PageComment' ][ 'COMMENTBY' ] = 'Komentář od \'%s\' na %s' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'PageComment' ][ 'IsSpam' ] = 'Spam?' ;
$lang [ 'cs_CZ' ][ 'PageComment' ][ 'Name' ] = 'Jméno autora' ;
$lang [ 'cs_CZ' ][ 'PageComment' ][ 'NeedsModeration' ] = 'Vyžaduje moderování?' ;
$lang [ 'cs_CZ' ][ 'PageComment' ][ 'PLURALNAME' ] = 'Komentáře stránky' ;
2010-04-30 06:38:06 +02:00
$lang [ 'cs_CZ' ][ 'PageComment' ][ 'SINGULARNAME' ] = 'Komentář stránky' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'PageCommentInterface' ][ 'COMMENTERURL' ] = 'URL vaší webové stránky' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'PageCommentInterface' ][ 'POST' ] = 'Příspěvek' ;
$lang [ 'cs_CZ' ][ 'PageCommentInterface' ][ 'SPAMQUESTION' ] = 'Antispamová otázka: %s' ;
2010-03-11 06:01:30 +01:00
$lang [ 'cs_CZ' ][ 'PageCommentInterface.ss' ][ 'COMMENTLOGINERROR' ] = 'Nemůžete přidat komentáře pokud nejste přihlášen/a' ;
$lang [ 'cs_CZ' ][ 'PageCommentInterface.ss' ][ 'COMMENTPERMISSIONERROR' ] = 'a nemáte příslušnou úroveň oprávnění' ;
$lang [ 'cs_CZ' ][ 'PageCommentInterface.ss' ][ 'COMMENTPOSTLOGIN' ] = 'Přihlášení zde' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'PageCommentInterface.ss' ][ 'COMMENTS' ] = 'Komentáře' ;
2010-03-11 06:01:30 +01:00
$lang [ 'cs_CZ' ][ 'PageCommentInterface.ss' ][ 'COMMENTSDISABLED' ] = 'Odesílání kometářů bylo znemožněno' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'PageCommentInterface.ss' ][ 'NEXT' ] = 'další' ;
$lang [ 'cs_CZ' ][ 'PageCommentInterface.ss' ][ 'NOCOMMENTSYET' ] = 'Nikdo na této stránce ještě nepřidal komentář.' ;
$lang [ 'cs_CZ' ][ 'PageCommentInterface.ss' ][ 'POSTCOM' ] = 'Zaslat komentář' ;
$lang [ 'cs_CZ' ][ 'PageCommentInterface.ss' ][ 'PREV' ] = 'předchozí' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'PageCommentInterface.ss' ][ 'RSSFEEDALLCOMMENTS' ] = 'RSS kanál pro všechny komentáře' ;
$lang [ 'cs_CZ' ][ 'PageCommentInterface.ss' ][ 'RSSFEEDCOMMENTS' ] = 'RSS kanál pro komentáře na této stránce' ;
$lang [ 'cs_CZ' ][ 'PageCommentInterface.ss' ][ 'RSSVIEWALLCOMMENTS' ] = 'Zobrazit všechny komentáře' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'PageCommentInterface' ][ 'YOURCOMMENT' ] = 'Komentáře' ;
$lang [ 'cs_CZ' ][ 'PageCommentInterface' ][ 'YOURNAME' ] = 'Vaše jméno' ;
$lang [ 'cs_CZ' ][ 'PageCommentInterface_Controller' ][ 'SPAMQUESTION' ] = 'Antispamová kontrolní otázka: %s' ;
$lang [ 'cs_CZ' ][ 'PageCommentInterface_Form' ][ 'AWAITINGMODERATION' ] = 'Váš komentář byl odeslán a čeká na schválení.' ;
$lang [ 'cs_CZ' ][ 'PageCommentInterface_Form' ][ 'MSGYOUPOSTED' ] = 'Vámi zaslaná zpráva:' ;
$lang [ 'cs_CZ' ][ 'PageCommentInterface_Form' ][ 'SPAMDETECTED' ] = 'Odhalen SPAM!!!' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'PageCommentInterface_singlecomment.ss' ][ 'APPROVE' ] = 'povolit tento komentář' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'PageCommentInterface_singlecomment.ss' ][ 'ISNTSPAM' ] = 'tento komentář není spam' ;
$lang [ 'cs_CZ' ][ 'PageCommentInterface_singlecomment.ss' ][ 'ISSPAM' ] = 'tento komentář je spam' ;
2007-12-16 03:20:06 +01:00
$lang [ 'cs_CZ' ][ 'PageCommentInterface_singlecomment.ss' ][ 'PBY' ] = 'Zaslal(a)' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'PageCommentInterface_singlecomment.ss' ][ 'REMCOM' ] = 'odstranit tento komentář' ;
2010-04-30 06:38:06 +02:00
$lang [ 'cs_CZ' ][ 'Permission' ][ 'CMS_ACCESS_CATEGORY' ] = 'Přístup CMS' ;
$lang [ 'cs_CZ' ][ 'Permissions' ][ 'PERMISSIONS_CATEGORY' ] = 'Role a přístupová práva' ;
$lang [ 'cs_CZ' ][ 'ReportAdmin' ][ 'MENUTITLE' ] = 'Výkazy' ;
2007-12-16 03:20:06 +01:00
$lang [ 'cs_CZ' ][ 'ReportAdmin_left.ss' ][ 'REPORTS' ] = 'Výkazy' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'ReportAdmin_right.ss' ][ 'WELCOME1' ] = 'Vítejte v' ;
2007-12-16 03:20:06 +01:00
$lang [ 'cs_CZ' ][ 'ReportAdmin_right.ss' ][ 'WELCOME2' ] = 'sekci výkazů. Prosím vyberte výkaz vlevo.' ;
$lang [ 'cs_CZ' ][ 'ReportAdmin_SiteTree.ss' ][ 'REPORTS' ] = 'Výkazy' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'SecurityAdmin' ][ 'ADDMEMBER' ] = 'Přidat člena' ;
2010-04-30 06:38:06 +02:00
$lang [ 'cs_CZ' ][ 'SecurityAdmin' ][ 'APPLY_ROLES' ] = 'Použít role na skupiny' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'SecurityAdmin' ][ 'EDITPERMISSIONS' ] = 'Upravit oprávnění a IP adresy pro každou skupinu' ;
2010-04-30 06:38:06 +02:00
$lang [ 'cs_CZ' ][ 'SecurityAdmin' ][ 'MemberListCaution' ] = 'Varování: Odstranění členů z tohoto seznamu způsobí, že členové budou odtraněni ze všech skupin a databáze' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'SecurityAdmin' ][ 'MENUTITLE' ] = 'Uživatelé & skupiny' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'SecurityAdmin' ][ 'MENUTITLE' ] = 'Bezpečnost' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'SecurityAdmin' ][ 'NEWGROUP' ] = 'Nová skupina' ;
$lang [ 'cs_CZ' ][ 'SecurityAdmin' ][ 'SAVE' ] = 'Uložit' ;
$lang [ 'cs_CZ' ][ 'SecurityAdmin' ][ 'SGROUPS' ] = 'Bezpečnostní skupiny' ;
2010-04-30 06:38:06 +02:00
$lang [ 'cs_CZ' ][ 'SecurityAdmin' ][ 'TABIMPORT' ] = 'Import' ;
$lang [ 'cs_CZ' ][ 'SecurityAdmin' ][ 'TABROLES' ] = 'Role' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'SecurityAdmin_left.ss' ][ 'CREATE' ] = 'Vytvořit' ;
$lang [ 'cs_CZ' ][ 'SecurityAdmin_left.ss' ][ 'DEL' ] = 'Smazat' ;
$lang [ 'cs_CZ' ][ 'SecurityAdmin_left.ss' ][ 'DELGROUPS' ] = 'Smazat vybrané skupiny' ;
2010-07-14 04:51:11 +02:00
$lang [ 'cs_CZ' ][ 'SecurityAdmin_left.ss' ][ 'ENABLEDRAGGING' ] = 'Povolit přesuny "táhni a pusť"' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'SecurityAdmin_left.ss' ][ 'GO' ] = 'Proveď' ;
$lang [ 'cs_CZ' ][ 'SecurityAdmin_left.ss' ][ 'SECGROUPS' ] = 'Bezpečnostní skupiny' ;
$lang [ 'cs_CZ' ][ 'SecurityAdmin_left.ss' ][ 'SELECT' ] = 'Vyberte stárnky, které chcete smazat. Pak klikněte na tlačítko níže' ;
2007-12-16 03:20:06 +01:00
$lang [ 'cs_CZ' ][ 'SecurityAdmin_left.ss' ][ 'TOREORG' ] = 'Pro reorganizaci Vašich stránek, přetáhněte stránky, kam potřebujete.' ;
2010-04-30 06:38:06 +02:00
$lang [ 'cs_CZ' ][ 'SecurityAdmin_MemberImportForm' ][ 'BtnImport' ] = 'Import' ;
$lang [ 'cs_CZ' ][ 'SecurityAdmin_MemberImportForm' ][ 'FileFieldLabel' ] = 'Soubor CSV <small>(Povoleny přípony: *.csv)</small>' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'SecurityAdmin_right.ss' ][ 'WELCOME1' ] = 'Vítejte v' ;
$lang [ 'cs_CZ' ][ 'SecurityAdmin_right.ss' ][ 'WELCOME2' ] = 'sekci administrace bezpečnosti. Prosím vyberte skupinu vlevo.' ;
2010-04-30 06:38:06 +02:00
$lang [ 'cs_CZ' ][ 'SideReport' ][ 'BROKENFILES' ] = 'Stránky s porušenými soubory' ;
$lang [ 'cs_CZ' ][ 'SideReport' ][ 'BROKENLINKS' ] = 'Stránky s porušenými odkazy' ;
$lang [ 'cs_CZ' ][ 'SideReport' ][ 'BrokenLinksGroupTitle' ] = 'Výkazy porušených odkazů' ;
$lang [ 'cs_CZ' ][ 'SideReport' ][ 'BROKENREDIRECTORPAGES' ] = 'RedirectorPages ukazuje na smazané stránky' ;
$lang [ 'cs_CZ' ][ 'SideReport' ][ 'BROKENVIRTUALPAGES' ] = 'VirualPages ukazuje na smazané stránky' ;
$lang [ 'cs_CZ' ][ 'SideReport' ][ 'ContentGroupTitle' ] = 'Výkazy obsahu' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'SideReport' ][ 'EMPTYPAGES' ] = 'Prázdné stránky' ;
$lang [ 'cs_CZ' ][ 'SideReport' ][ 'LAST2WEEKS' ] = 'Stránky upravené během posledních 2 týdnů' ;
2010-04-30 06:38:06 +02:00
$lang [ 'cs_CZ' ][ 'SideReport' ][ 'OtherGroupTitle' ] = 'Jiné' ;
$lang [ 'cs_CZ' ][ 'SideReport' ][ 'ParameterLiveCheckbox' ] = 'Zkontrolovat web' ;
2007-12-16 03:20:06 +01:00
$lang [ 'cs_CZ' ][ 'SideReport' ][ 'REPEMPTY' ] = 'Výkaz %s je prázdný.' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'SideReport' ][ 'TODO' ] = 'Udělat' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'StaticExporter' ][ 'BASEURL' ] = 'Základní URL' ;
$lang [ 'cs_CZ' ][ 'StaticExporter' ][ 'EXPORTTO' ] = 'Exportovat do této složky' ;
$lang [ 'cs_CZ' ][ 'StaticExporter' ][ 'FOLDEREXPORT' ] = 'Složka, kam se má exportovat' ;
$lang [ 'cs_CZ' ][ 'StaticExporter' ][ 'NAME' ] = 'Statický exportér' ;
2010-04-30 06:38:06 +02:00
$lang [ 'cs_CZ' ][ 'TableListField.ss' ][ 'NOITEMSFOUND' ] = 'Žádné položky nalezeny' ;
$lang [ 'cs_CZ' ][ 'TableListField.ss' ][ 'SORTASC' ] = 'Třídit v vzestupném pořadí' ;
$lang [ 'cs_CZ' ][ 'TableListField.ss' ][ 'SORTDESC' ] = 'Třídit v sestupném pořadí' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'TableListField_PageControls.ss' ][ 'DISPLAYING' ] = 'Zobrazuji' ;
$lang [ 'cs_CZ' ][ 'TableListField_PageControls.ss' ][ 'OF' ] = 'z' ;
$lang [ 'cs_CZ' ][ 'TableListField_PageControls.ss' ][ 'TO' ] = 'do' ;
$lang [ 'cs_CZ' ][ 'TableListField_PageControls.ss' ][ 'VIEWFIRST' ] = 'Zobraz první' ;
$lang [ 'cs_CZ' ][ 'TableListField_PageControls.ss' ][ 'VIEWLAST' ] = 'Zobraz poslední' ;
$lang [ 'cs_CZ' ][ 'TableListField_PageControls.ss' ][ 'VIEWNEXT' ] = 'Zobrazit další' ;
$lang [ 'cs_CZ' ][ 'TableListField_PageControls.ss' ][ 'VIEWPREVIOUS' ] = 'Zobrazit předchozí' ;
$lang [ 'cs_CZ' ][ 'ThumbnailStripField' ][ 'NOFLASHFOUND' ] = 'Flash soubory nenalezeny' ;
$lang [ 'cs_CZ' ][ 'ThumbnailStripField' ][ 'NOFOLDERFLASHFOUND' ] = 'Flash soubory nenalezeny v' ;
$lang [ 'cs_CZ' ][ 'ThumbnailStripField' ][ 'NOFOLDERIMAGESFOUND' ] = 'Obrázky nenalezeny v' ;
2009-05-28 06:39:29 +02:00
$lang [ 'cs_CZ' ][ 'ThumbnailStripField' ][ 'NOIMAGESFOUND' ] = 'Žádný obrázky nenalezeny.' ;
$lang [ 'cs_CZ' ][ 'ThumbnailStripField.ss' ][ 'CHOOSEFOLDER' ] = '(Vyberte složku nebo použijte vyhledávání)' ;
2007-12-13 23:10:34 +01:00
$lang [ 'cs_CZ' ][ 'ViewArchivedEmail.ss' ][ 'CANACCESS' ] = 'Můžete přistupovat k archivu pomocí tohoto odkazu:' ;
2007-12-16 03:20:06 +01:00
$lang [ 'cs_CZ' ][ 'ViewArchivedEmail.ss' ][ 'HAVEASKED' ] = 'Požadovali jste prohlížet obsah našich stránek během' ;
$lang [ 'cs_CZ' ][ 'WaitingOn.ss' ][ 'ATO' ] = 'přiřazeno k' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'WidgetAreaEditor.ss' ][ 'AVAILABLE' ] = 'Dostupné widgety' ;
2010-04-30 06:38:06 +02:00
$lang [ 'cs_CZ' ][ 'WidgetAreaEditor.ss' ][ 'AVAILWIDGETS' ] = 'Klikněte na titulek widgetu dole pro jeho použití na této stránce.' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'WidgetAreaEditor.ss' ][ 'INUSE' ] = 'Aktuálně používané widgety' ;
MINOR Updated translations
MINOR Added translations for Catalan - thanks to Bernat and Alex
MINOR Added translations for English (uk) - thanks to Matt and Marti
MINOR Added translations for Spanish (Latin America) - thanks to Antonio, ruben, Miguel, Luis, Carlos, Luciano
MINOR Added translations for Spanish (Mexico) - thanks to Nacho and Antonio
MINOR Added translations for Spanish (Arguentinia) - thanks to Carlos and Luciano
MINOR Added translations for Indonesian - thanks to Fajrin, Lewi, Wirawan, Bima
MINOR Added translations for Norwegian Bokmal - thanks to Emil, Siv, Eskild, Andreas, Johannes, Jana, Carl G.
MINOR Added translations for Serbian (Serbia) - thanks to Jonan and Oliver
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@72774 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-03-10 13:41:50 +01:00
$lang [ 'cs_CZ' ][ 'WidgetAreaEditor.ss' ][ 'NOAVAIL' ] = 'V současnosti nejsou povoleny žádné widgety.' ;
$lang [ 'cs_CZ' ][ 'WidgetAreaEditor.ss' ][ 'TOADD' ] = 'Pro přidání widgetu jej přetáhněte z levé strany do této oblasti.' ;
2010-04-30 06:38:06 +02:00
$lang [ 'cs_CZ' ][ 'WidgetAreaEditor.ss' ][ 'TOSORT' ] = 'Pro pořadí právě používaných widgetů na této stránce, táhněte je nahoru a dolů.' ;
$lang [ 'cs_CZ' ][ 'WidgetDescription.ss' ][ 'CLICKTOADDWIDGET' ] = 'Klikněte k přidání tohoto widgetu' ;
2009-01-05 07:17:59 +01:00
$lang [ 'cs_CZ' ][ 'WidgetEditor.ss' ][ 'DELETE' ] = 'Odstranit' ;
2007-12-13 23:10:34 +01:00
?>