forked from friendica/friendica-addons
		
	
		
			
				
	
	
		
			141 lines
		
	
	
	
		
			9 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			141 lines
		
	
	
	
		
			9 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
if(! function_exists("string_plural_select_cs")) {
 | 
						|
function string_plural_select_cs($n){
 | 
						|
	return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
 | 
						|
}}
 | 
						|
;
 | 
						|
$a->strings["Friendica-Native events"] = "Nativní Friendica události";
 | 
						|
$a->strings["Friendica-Contacts"] = "Friendica kontakty";
 | 
						|
$a->strings["Your Friendica-Contacts"] = "Vaše Friendica kontakty";
 | 
						|
$a->strings["Something went wrong when trying to import the file. Sorry. Maybe some events were imported anyway."] = "Při importu souboru se něco nezdařilo, omlouváme se. Přesto se mohly některé události načíst.";
 | 
						|
$a->strings["Something went wrong when trying to import the file. Sorry."] = "Při importu souboru se něco nezdařilo, omlouváme se.";
 | 
						|
$a->strings["The ICS-File has been imported."] = "ICS soubor byl importován.";
 | 
						|
$a->strings["No file was uploaded."] = "Žádný soubor nebyl nahrán.";
 | 
						|
$a->strings["Go back to the calendar"] = "Návrat na kalendář";
 | 
						|
$a->strings["Import a ICS-file"] = "Import ICS souboru.";
 | 
						|
$a->strings["ICS-File"] = "ICS soubor.";
 | 
						|
$a->strings["Overwrite all #num# existing events"] = "Přepsat všechny #num# existující události";
 | 
						|
$a->strings["Upload"] = "Nahrát";
 | 
						|
$a->strings["Settings"] = "Nastavení";
 | 
						|
$a->strings["Help"] = "Nápověda";
 | 
						|
$a->strings["New event"] = "Nová událost";
 | 
						|
$a->strings["Today"] = "Dnes";
 | 
						|
$a->strings["Day"] = "Den";
 | 
						|
$a->strings["Week"] = "Týden";
 | 
						|
$a->strings["Month"] = "Měsíc";
 | 
						|
$a->strings["Reload"] = "Načíst znovu";
 | 
						|
$a->strings["Previous"] = "Předchozí";
 | 
						|
$a->strings["Next"] = "Dále";
 | 
						|
$a->strings["Date"] = "Datum";
 | 
						|
$a->strings["Error"] = "Chyba";
 | 
						|
$a->strings["Permission denied."] = "Přístup odmítnut.";
 | 
						|
$a->strings["The new values have been saved."] = "Nové hodnoty byly uloženy.";
 | 
						|
$a->strings["The calendar has been updated."] = "Kalendář byl aktualizován.";
 | 
						|
$a->strings["The new calendar has been created."] = "Nový kalendář byl vytvořen.";
 | 
						|
$a->strings["The calendar has been deleted."] = "Kalendář byl smazán.";
 | 
						|
$a->strings["Calendar Settings"] = "Nastavení kalendáře";
 | 
						|
$a->strings["Date format"] = "Formát datumu";
 | 
						|
$a->strings["Time zone"] = "Časová zóna";
 | 
						|
$a->strings["Save"] = "Uložit";
 | 
						|
$a->strings["Calendars"] = "Kalendáře";
 | 
						|
$a->strings["Create a new calendar"] = "Vytvořit nový kalendář";
 | 
						|
$a->strings["Limitations"] = "Limity";
 | 
						|
$a->strings["Warning"] = "Omezení";
 | 
						|
$a->strings["Synchronization (iPhone, Thunderbird Lightning, Android, ...)"] = "Synchronizace (iPhone, Thunderbird Lightning, Android, ...)";
 | 
						|
$a->strings["Synchronizing this calendar with the iPhone"] = "Synchronizovat tento kalendář s iPhone";
 | 
						|
$a->strings["Synchronizing your Friendica-Contacts with the iPhone"] = "Synchronizovat Vaše Friendica kontakty s iPhone";
 | 
						|
$a->strings["The current version of this plugin has not been set up correctly. Please contact the system administrator of your installation of friendica to fix this."] = "Stávající verze tohoto rozšíření nebyla správně nastavena. Prosím, kontaktujte administrátora webu, ať to opraví.";
 | 
						|
$a->strings["Calendar"] = "Kalendář";
 | 
						|
$a->strings["Extended calendar with CalDAV-support"] = "Rozšířený kalendář s podporou CalDAV";
 | 
						|
$a->strings["noreply"] = "bez odpovědi";
 | 
						|
$a->strings["Notification: "] = "Notifikace:";
 | 
						|
$a->strings["The database tables have been installed."] = "Databázové tabulky byly nainstalovány";
 | 
						|
$a->strings["An error occurred during the installation."] = "Během instalace nastala chyba.";
 | 
						|
$a->strings["The database tables have been updated."] = "Databázové tabulky byly aktualizovány.";
 | 
						|
$a->strings["An error occurred during the update."] = "Během aktualizace došlo k chybě.";
 | 
						|
$a->strings["No system-wide settings yet."] = "Nastavení systému dosud nebylo vytvořeno";
 | 
						|
$a->strings["Database status"] = "Status databáze";
 | 
						|
$a->strings["Installed"] = "Instalováno";
 | 
						|
$a->strings["Upgrade needed"] = "Upgrade vyžadován";
 | 
						|
$a->strings["Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events <i>should</i> be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button."] = "Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events <i>should</i> be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button.";
 | 
						|
$a->strings["Upgrade"] = "Upgrade";
 | 
						|
$a->strings["Not installed"] = "Nenainstalováno";
 | 
						|
$a->strings["Install"] = "Instalovat";
 | 
						|
$a->strings["Unknown"] = "Neznámý";
 | 
						|
$a->strings["Something really went wrong. I cannot recover from this state automatically, sorry. Please go to the database backend, back up the data, and delete all tables beginning with 'dav_' manually. Afterwards, this installation routine should be able to reinitialize the tables automatically."] = "Něco se opravdu nepovedlo. Z aktuálního stavu nelze provést automatickou obnovu. Prosím přihlaste se do databáze, zazálohujte data a smažte manuálně všechny tabulky začínající s \"dav_\". Poté by měl instalační skript sám automaticky znovu založit potřebné tabulky.";
 | 
						|
$a->strings["Troubleshooting"] = "Řešení problémů";
 | 
						|
$a->strings["Manual creation of the database tables:"] = "Manuálnní vytvoření databázových tabulek:";
 | 
						|
$a->strings["Show SQL-statements"] = "Zobrazit SQL-příkazy";
 | 
						|
$a->strings["Private Calendar"] = "Soukromý kalendář";
 | 
						|
$a->strings["Friendica Events: Mine"] = "Friendica události: Mé";
 | 
						|
$a->strings["Friendica Events: Contacts"] = "Friendica události: Kontakty";
 | 
						|
$a->strings["Private Addresses"] = "Soukromé adresy";
 | 
						|
$a->strings["Friendica Contacts"] = "Friendica Kontakty";
 | 
						|
$a->strings["Could not open component for editing"] = "Nelze otevřít komponentu pro editaci";
 | 
						|
$a->strings["Event data"] = "Data události";
 | 
						|
$a->strings["Special color"] = "Speciální barva";
 | 
						|
$a->strings["Subject"] = "Subjekt";
 | 
						|
$a->strings["Starts"] = "Hvězdiček";
 | 
						|
$a->strings["Ends"] = "Končí";
 | 
						|
$a->strings["Location"] = "Lokace";
 | 
						|
$a->strings["Description"] = "Popis";
 | 
						|
$a->strings["Recurrence"] = "Opakování";
 | 
						|
$a->strings["Frequency"] = "Frekvence";
 | 
						|
$a->strings["None"] = "Žádný";
 | 
						|
$a->strings["Daily"] = "denně";
 | 
						|
$a->strings["Weekly"] = "Týdenně";
 | 
						|
$a->strings["Monthly"] = "Měsíčně";
 | 
						|
$a->strings["Yearly"] = "Ročně";
 | 
						|
$a->strings["days"] = "dnů";
 | 
						|
$a->strings["weeks"] = "týdny";
 | 
						|
$a->strings["months"] = "měsíců";
 | 
						|
$a->strings["years"] = "let";
 | 
						|
$a->strings["Interval"] = "Interval";
 | 
						|
$a->strings["All %select% %time%"] = "Všechny %select% %time%";
 | 
						|
$a->strings["Days"] = "Dny";
 | 
						|
$a->strings["Sunday"] = "Neděle";
 | 
						|
$a->strings["Monday"] = "Pondělí";
 | 
						|
$a->strings["Tuesday"] = "Úterý";
 | 
						|
$a->strings["Wednesday"] = "Středa";
 | 
						|
$a->strings["Thursday"] = "Čtvrtek";
 | 
						|
$a->strings["Friday"] = "Pátek";
 | 
						|
$a->strings["Saturday"] = "Sobota";
 | 
						|
$a->strings["First day of week:"] = "První den v týdnu";
 | 
						|
$a->strings["Day of month"] = "Den v měsíci";
 | 
						|
$a->strings["#num#th of each month"] = "#num#. v každém měsíci";
 | 
						|
$a->strings["#num#th-last of each month"] = "#num# pořadí od konce v každém měsíci";
 | 
						|
$a->strings["#num#th #wkday# of each month"] = "#num#. #wkday# v každém měsíci";
 | 
						|
$a->strings["#num#th-last #wkday# of each month"] = "#num#. od konce #wkday# v každém měsíci";
 | 
						|
$a->strings["#num#th of the given month"] = "#num#. v daném měsíci";
 | 
						|
$a->strings["#num#th-last of the given month"] = "#num#. od konce v daném měsíci";
 | 
						|
$a->strings["#num#th #wkday# of the given month"] = "#num#. #wkday# v daném měsíci";
 | 
						|
$a->strings["#num#th-last #wkday# of the given month"] = "#num#.  #wkday# od konce v daném měsíci";
 | 
						|
$a->strings["Repeat until"] = "Opakuj dokud";
 | 
						|
$a->strings["Infinite"] = "Do nekončena";
 | 
						|
$a->strings["Until the following date"] = "Do následujícího data";
 | 
						|
$a->strings["Number of times"] = "Počet opakování";
 | 
						|
$a->strings["Exceptions"] = "Výjimky";
 | 
						|
$a->strings["none"] = "žádný";
 | 
						|
$a->strings["Notification"] = "Notifikace";
 | 
						|
$a->strings["Notify by"] = "Notifikivat";
 | 
						|
$a->strings["Remove"] = "Odstranit";
 | 
						|
$a->strings["E-Mail"] = "e-mailem";
 | 
						|
$a->strings["On Friendica / Display"] = "Na stránce Friendica";
 | 
						|
$a->strings["Time"] = "Čas";
 | 
						|
$a->strings["Hours"] = "Hodiny";
 | 
						|
$a->strings["Minutes"] = "Minuty";
 | 
						|
$a->strings["Seconds"] = "sekund";
 | 
						|
$a->strings["Weeks"] = "týdnů";
 | 
						|
$a->strings["before the"] = "před";
 | 
						|
$a->strings["start of the event"] = "začátkem události";
 | 
						|
$a->strings["end of the event"] = "koncem události";
 | 
						|
$a->strings["Add a notification"] = "Přidat notifikaci";
 | 
						|
$a->strings["The event #name# will start at #date"] = "Událost #name# bude zahájena #date";
 | 
						|
$a->strings["#name# is about to begin."] = "#name# právě začíná.";
 | 
						|
$a->strings["Saved"] = "Uloženo";
 | 
						|
$a->strings["U.S. Time Format (mm/dd/YYYY)"] = "americký formát času (mm/dd/YYYY)";
 | 
						|
$a->strings["German Time Format (dd.mm.YYYY)"] = "německý formát času (dd.mm.YYYY)";
 | 
						|
$a->strings["Private Events"] = "Soukromé události";
 | 
						|
$a->strings["No access"] = "Zádný přístup";
 | 
						|
$a->strings["Private Addressbooks"] = "Soukromé adresáře kontaktů";
 |