updating the addon translations, missed some files due missing git fu

This commit is contained in:
Tobias Diekershoff 2015-04-03 13:17:32 +02:00
parent be2e3e6bf7
commit 4533ed9a34
302 changed files with 3081 additions and 2904 deletions

View file

@ -5,36 +5,9 @@ function string_plural_select_cs($n){
return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
}}
;
$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["Friendica-Native events"] = "Nativní Friendica události";
$a->strings["Friendica-Contacts"] = "Friendica kontakty";
$a->strings["Your Friendica-Contacts"] = "Vaše Friendica kontakty";
$a->strings["Friendica-Native events"] = "Nativní Friendica události";
$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["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.";
@ -72,6 +45,33 @@ $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";
@ -134,8 +134,8 @@ $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["Private Addressbooks"] = "Soukromé adresáře kontaktů";
$a->strings["Private Events"] = "Soukromé události";
$a->strings["No access"] = "Zádný přístup";
$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ů";