2255 lines
215 KiB
PHP
2255 lines
215 KiB
PHP
<?php
|
||
|
||
if(! function_exists("string_plural_select_cs")) {
|
||
function string_plural_select_cs($n){
|
||
$n = intval($n);
|
||
return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
|
||
}}
|
||
;
|
||
$a->strings["You must be logged in to use addons. "] = "Pro použití doplňků musíte být přihlášen/a.";
|
||
$a->strings["Not Found"] = "Nenalezeno";
|
||
$a->strings["Page not found."] = "Stránka nenalezena";
|
||
$a->strings["Permission denied"] = "Nedostatečné oprávnění";
|
||
$a->strings["Permission denied."] = "Přístup odmítnut.";
|
||
$a->strings["toggle mobile"] = "přepínat mobilní zobrazení";
|
||
$a->strings["default"] = "výchozí";
|
||
$a->strings["greenzero"] = "greenzero";
|
||
$a->strings["purplezero"] = "purplezero";
|
||
$a->strings["easterbunny"] = "easterbunny";
|
||
$a->strings["darkzero"] = "darkzero";
|
||
$a->strings["comix"] = "comix";
|
||
$a->strings["slackr"] = "slackr";
|
||
$a->strings["Submit"] = "Odeslat";
|
||
$a->strings["Theme settings"] = "Nastavení motivu";
|
||
$a->strings["Variations"] = "Variace";
|
||
$a->strings["Alignment"] = "Zarovnání";
|
||
$a->strings["Left"] = "Vlevo";
|
||
$a->strings["Center"] = "Uprostřed";
|
||
$a->strings["Color scheme"] = "Barevné schéma";
|
||
$a->strings["Posts font size"] = "Velikost písma u příspěvků";
|
||
$a->strings["Textareas font size"] = "Velikost písma textů";
|
||
$a->strings["Comma separated list of helper forums"] = "Seznam fór s pomocníky, oddělených čárkami";
|
||
$a->strings["don't show"] = "nezobrazit";
|
||
$a->strings["show"] = "zobrazit";
|
||
$a->strings["Set style"] = "Nastavit styl";
|
||
$a->strings["Community Pages"] = "Komunitní stránky";
|
||
$a->strings["Community Profiles"] = "Komunitní profily";
|
||
$a->strings["Help or @NewHere ?"] = "Pomoc nebo @ProNováčky ?";
|
||
$a->strings["Connect Services"] = "Připojit služby";
|
||
$a->strings["Find Friends"] = "Najít přátele";
|
||
$a->strings["Last users"] = "Poslední uživatelé";
|
||
$a->strings["Find People"] = "Najít lidi";
|
||
$a->strings["Enter name or interest"] = "Zadejte jméno nebo zájmy";
|
||
$a->strings["Connect/Follow"] = "Spojit se/sledovat";
|
||
$a->strings["Examples: Robert Morgenstein, Fishing"] = "Příklady: Josef Dvořák, rybaření";
|
||
$a->strings["Find"] = "Najít";
|
||
$a->strings["Friend Suggestions"] = "Návrhy přátel";
|
||
$a->strings["Similar Interests"] = "Podobné zájmy";
|
||
$a->strings["Random Profile"] = "Náhodný profil";
|
||
$a->strings["Invite Friends"] = "Pozvat přátele";
|
||
$a->strings["Global Directory"] = "Globální adresář";
|
||
$a->strings["Local Directory"] = "Místní adresář";
|
||
$a->strings["Forums"] = "Fóra";
|
||
$a->strings["External link to forum"] = "Externí odkaz na fórum";
|
||
$a->strings["show more"] = "zobrazit více";
|
||
$a->strings["Quick Start"] = "Rychlý začátek";
|
||
$a->strings["Help"] = "Nápověda";
|
||
$a->strings["Custom"] = "Vlastní";
|
||
$a->strings["Note"] = "Poznámka";
|
||
$a->strings["Check image permissions if all users are allowed to see the image"] = "Zkontrolujte povolení u obrázku, jestli mají všichni uživatelé povolení obrázek vidět";
|
||
$a->strings["Select color scheme"] = "Vybrat barevné schéma";
|
||
$a->strings["Navigation bar background color"] = "Barva pozadí navigační lišty";
|
||
$a->strings["Navigation bar icon color "] = "Barva ikon navigační lišty";
|
||
$a->strings["Link color"] = "Barva odkazů";
|
||
$a->strings["Set the background color"] = "Nastavit barvu pozadí";
|
||
$a->strings["Content background opacity"] = "Průhlednost pozadí obsahu";
|
||
$a->strings["Set the background image"] = "Nastavit obrázek na pozadí";
|
||
$a->strings["Background image style"] = "Styl obrázku na pozadí";
|
||
$a->strings["Login page background image"] = "Obrázek na pozadí přihlašovací stránky";
|
||
$a->strings["Login page background color"] = "Barva pozadí přihlašovací stránky";
|
||
$a->strings["Leave background image and color empty for theme defaults"] = "Nechejte obrázek a barvu pozadí prázdnou pro výchozí nastavení motivů";
|
||
$a->strings["Guest"] = "Host";
|
||
$a->strings["Visitor"] = "Návštěvník";
|
||
$a->strings["Logout"] = "Odhlásit se";
|
||
$a->strings["End this session"] = "Konec této relace";
|
||
$a->strings["Status"] = "Stav";
|
||
$a->strings["Your posts and conversations"] = "Vaše příspěvky a konverzace";
|
||
$a->strings["Profile"] = "Profil";
|
||
$a->strings["Your profile page"] = "Vaše profilová stránka";
|
||
$a->strings["Photos"] = "Fotky";
|
||
$a->strings["Your photos"] = "Vaše fotky";
|
||
$a->strings["Videos"] = "Videa";
|
||
$a->strings["Your videos"] = "Vaše videa";
|
||
$a->strings["Events"] = "Události";
|
||
$a->strings["Your events"] = "Vaše události";
|
||
$a->strings["Network"] = "Síť";
|
||
$a->strings["Conversations from your friends"] = "Konverzace od Vašich přátel";
|
||
$a->strings["Events and Calendar"] = "Události a kalendář";
|
||
$a->strings["Messages"] = "Zprávy";
|
||
$a->strings["Private mail"] = "Soukromá pošta";
|
||
$a->strings["Settings"] = "Nastavení";
|
||
$a->strings["Account settings"] = "Nastavení účtu";
|
||
$a->strings["Contacts"] = "Kontakty";
|
||
$a->strings["Manage/edit friends and contacts"] = "Spravovat/upravit přátelé a kontakty";
|
||
$a->strings["Follow Thread"] = "Sledovat vlákno";
|
||
$a->strings["Top Banner"] = "Vrchní banner";
|
||
$a->strings["Resize image to the width of the screen and show background color below on long pages."] = "Změnit velikost obrázku na šířku obrazovky a ukázat pod ním barvu pozadí na dlouhých stránkách.";
|
||
$a->strings["Full screen"] = "Celá obrazovka";
|
||
$a->strings["Resize image to fill entire screen, clipping either the right or the bottom."] = "Změnit velikost obrázku, aby zaplnil celou obrazovku, a odštěpit buď pravou, nebo dolní část";
|
||
$a->strings["Single row mosaic"] = "Mozaika s jedinou řadou";
|
||
$a->strings["Resize image to repeat it on a single row, either vertical or horizontal."] = "Změnit velikost obrázku a opakovat jej v jediné řadě, buď svislé, nebo vodorovné";
|
||
$a->strings["Mosaic"] = "Mozaika";
|
||
$a->strings["Repeat image to fill the screen."] = "Opakovat obrázek, aby zaplnil obrazovku";
|
||
$a->strings["%s: Updating author-id and owner-id in item and thread table. "] = "%s: Aktualizuji author-id a owner-id v tabulce položek a vláken.";
|
||
$a->strings["%s: Updating post-type."] = "%s: Aktualizuji post-type.";
|
||
$a->strings["Item not found."] = "Položka nenalezena.";
|
||
$a->strings["Do you really want to delete this item?"] = "Opravdu chcete smazat tuto položku?";
|
||
$a->strings["Yes"] = "Ano";
|
||
$a->strings["Cancel"] = "Zrušit";
|
||
$a->strings["Archives"] = "Archivy";
|
||
$a->strings["event"] = "událost";
|
||
$a->strings["status"] = "stav";
|
||
$a->strings["photo"] = "fotka";
|
||
$a->strings["%1\$s likes %2\$s's %3\$s"] = "Uživateli %1\$s se líbí %3\$s uživatele %2\$s";
|
||
$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "Uživateli %1\$s se nelíbí %3\$s uživatele %2\$s";
|
||
$a->strings["%1\$s attends %2\$s's %3\$s"] = "%1\$s se účastní %3\$s uživatele %2\$s";
|
||
$a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = "%1\$s se neúčastní %3\$s uživatele %2\$s";
|
||
$a->strings["%1\$s attends maybe %2\$s's %3\$s"] = "%1\$s se možná účastní %3\$s uživatele %2\$s";
|
||
$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s se nyní přátelí s uživatelem %2\$s";
|
||
$a->strings["%1\$s poked %2\$s"] = "%1\$s šťouchnul/a uživatele %2\$s";
|
||
$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s označil/a %3\$s uživatele %2\$s štítkem %4\$s";
|
||
$a->strings["post/item"] = "příspěvek/položka";
|
||
$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s označil/a %3\$s uživatele %2\$s jako oblíbené";
|
||
$a->strings["Likes"] = "Libí se";
|
||
$a->strings["Dislikes"] = "Nelibí se";
|
||
$a->strings["Attending"] = [
|
||
0 => "Účastní se",
|
||
1 => "Účastní se",
|
||
2 => "Účastní se",
|
||
3 => "Účastní se",
|
||
];
|
||
$a->strings["Not attending"] = "Neúčastní se";
|
||
$a->strings["Might attend"] = "Mohl/a by se zúčastnit";
|
||
$a->strings["Select"] = "Vybrat";
|
||
$a->strings["Delete"] = "Odstranit";
|
||
$a->strings["View %s's profile @ %s"] = "Zobrazit profil uživatele %s na %s";
|
||
$a->strings["Categories:"] = "Kategorie:";
|
||
$a->strings["Filed under:"] = "Vyplněn pod:";
|
||
$a->strings["%s from %s"] = "%s z %s";
|
||
$a->strings["View in context"] = "Zobrazit v kontextu";
|
||
$a->strings["Please wait"] = "Čekejte prosím";
|
||
$a->strings["remove"] = "odstranit";
|
||
$a->strings["Delete Selected Items"] = "Smazat vybrané položky";
|
||
$a->strings["View Status"] = "Zobrazit stav";
|
||
$a->strings["View Profile"] = "Zobrazit profil";
|
||
$a->strings["View Photos"] = "Zobrazit fotky";
|
||
$a->strings["Network Posts"] = "Zobrazit Příspěvky sítě";
|
||
$a->strings["View Contact"] = "Zobrazit kontakt";
|
||
$a->strings["Send PM"] = "Poslat soukromou zprávu";
|
||
$a->strings["Poke"] = "Šťouchnout";
|
||
$a->strings["%s likes this."] = "Uživateli %s se tohle líbí.";
|
||
$a->strings["%s doesn't like this."] = "Uživateli %s se tohle nelíbí.";
|
||
$a->strings["%s attends."] = "%s se účastní.";
|
||
$a->strings["%s doesn't attend."] = "%s se neúčastní.";
|
||
$a->strings["%s attends maybe."] = "%s se možná účastní.";
|
||
$a->strings["and"] = "a";
|
||
$a->strings["and %d other people"] = "a dalších %d lidí";
|
||
$a->strings["<span %1\$s>%2\$d people</span> like this"] = "<span %1\$s>%2\$d lidem</span> se tohle líbí";
|
||
$a->strings["%s like this."] = "Uživatelům %s se tohle líbí.";
|
||
$a->strings["<span %1\$s>%2\$d people</span> don't like this"] = "<span %1\$s>%2\$d lidem</span> se tohle nelíbí";
|
||
$a->strings["%s don't like this."] = "Uživatelům %s se tohle nelíbí.";
|
||
$a->strings["<span %1\$s>%2\$d people</span> attend"] = "<span %1\$s>%2\$d lidí</span> se účastní";
|
||
$a->strings["%s attend."] = "%s se účastní.";
|
||
$a->strings["<span %1\$s>%2\$d people</span> don't attend"] = "<span %1\$s>%2\$d lidí</span> se neúčastní";
|
||
$a->strings["%s don't attend."] = "%s se neúčastní";
|
||
$a->strings["<span %1\$s>%2\$d people</span> attend maybe"] = "<span %1\$s>%2\$d lidí</span> se možná účastní";
|
||
$a->strings["%s attend maybe."] = "%s se možná účastní";
|
||
$a->strings["Visible to <strong>everybody</strong>"] = "Viditelné pro <strong>všechny</strong>";
|
||
$a->strings["Please enter a link URL:"] = "Zadejte prosím URL odkaz:";
|
||
$a->strings["Please enter a video link/URL:"] = "Prosím zadejte URL adresu videa:";
|
||
$a->strings["Please enter an audio link/URL:"] = "Prosím zadejte URL adresu zvukového záznamu:";
|
||
$a->strings["Tag term:"] = "Štítek:";
|
||
$a->strings["Save to Folder:"] = "Uložit do složky:";
|
||
$a->strings["Where are you right now?"] = "Kde právě jste?";
|
||
$a->strings["Delete item(s)?"] = "Smazat položku(y)?";
|
||
$a->strings["New Post"] = "Nový příspěvek";
|
||
$a->strings["Share"] = "Sdílet";
|
||
$a->strings["Upload photo"] = "Nahrát fotku";
|
||
$a->strings["upload photo"] = "nahrát fotku";
|
||
$a->strings["Attach file"] = "Přiložit soubor";
|
||
$a->strings["attach file"] = "přiložit soubor";
|
||
$a->strings["Insert web link"] = "Vložit webový odkaz";
|
||
$a->strings["web link"] = "webový odkaz";
|
||
$a->strings["Insert video link"] = "Vložit odkaz na video";
|
||
$a->strings["video link"] = "odkaz na video";
|
||
$a->strings["Insert audio link"] = "Vložit odkaz na audio";
|
||
$a->strings["audio link"] = "odkaz na audio";
|
||
$a->strings["Set your location"] = "Nastavit vaši polohu";
|
||
$a->strings["set location"] = "nastavit polohu";
|
||
$a->strings["Clear browser location"] = "Vymazat polohu v prohlížeči";
|
||
$a->strings["clear location"] = "vymazat polohu";
|
||
$a->strings["Set title"] = "Nastavit nadpis";
|
||
$a->strings["Categories (comma-separated list)"] = "Kategorie (seznam, oddělujte čárkou)";
|
||
$a->strings["Permission settings"] = "Nastavení oprávnění";
|
||
$a->strings["permissions"] = "oprávnění";
|
||
$a->strings["Public post"] = "Veřejný příspěvek";
|
||
$a->strings["Preview"] = "Náhled";
|
||
$a->strings["Post to Groups"] = "Zveřejnit ve skupinách";
|
||
$a->strings["Post to Contacts"] = "Zveřejnit v kontaktech";
|
||
$a->strings["Private post"] = "Soukromý příspěvek";
|
||
$a->strings["Message"] = "Zpráva";
|
||
$a->strings["Browser"] = "Prohlížeč";
|
||
$a->strings["View all"] = "Zobrazit vše";
|
||
$a->strings["Like"] = [
|
||
0 => "Líbí se",
|
||
1 => "Líbí se",
|
||
2 => "Líbí se",
|
||
3 => "Líbí se",
|
||
];
|
||
$a->strings["Dislike"] = [
|
||
0 => "Nelíbí se",
|
||
1 => "Nelíbí se",
|
||
2 => "Nelíbí se",
|
||
3 => "Nelíbí se",
|
||
];
|
||
$a->strings["Not Attending"] = [
|
||
0 => "Neúčastní se",
|
||
1 => "Neúčastní se",
|
||
2 => "Neúčastní se",
|
||
3 => "Neúčastní se",
|
||
];
|
||
$a->strings["Undecided"] = [
|
||
0 => "Nerozhodnut",
|
||
1 => "Nerozhodnutí",
|
||
2 => "Nerozhodnutých",
|
||
3 => "Nerozhodnuti",
|
||
];
|
||
$a->strings["Welcome "] = "Vítejte ";
|
||
$a->strings["Please upload a profile photo."] = "Prosím nahrajte profilovou fotku.";
|
||
$a->strings["Welcome back "] = "Vítejte zpět ";
|
||
$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "Formulářový bezpečnostní token nebyl správný. To pravděpodobně nastalo kvůli tom, že formulář byl otevřen příliš dlouho (>3 hodiny) před jeho odesláním.";
|
||
$a->strings["Friendica Notification"] = "Oznámení Friendica";
|
||
$a->strings["Thank You,"] = "Děkuji,";
|
||
$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, administrátor %2\$s";
|
||
$a->strings["%s Administrator"] = "Administrátor %s";
|
||
$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Oznámení] Obdržena nová zpráva na %s";
|
||
$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s Vám poslal/a novou soukromou zprávu na %2\$s.";
|
||
$a->strings["a private message"] = "soukromou zprávu";
|
||
$a->strings["%1\$s sent you %2\$s."] = "%1\$s Vám poslal %2\$s.";
|
||
$a->strings["Please visit %s to view and/or reply to your private messages."] = "Prosím navštivte %s pro zobrazení Vašich soukromých zpráv a možnost na ně odpovědět.";
|
||
$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s okomentoval/a [url=%2\$s]%3\$s[/url]";
|
||
$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s okomentoval/a [url=%2\$s]%4\$s od %3\$s[/url]";
|
||
$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s okomentoval/a [url=%2\$s]Váš/Vaši %3\$s[/url]";
|
||
$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Oznámení] Komentář ke konverzaci #%1\$d od %2\$s";
|
||
$a->strings["%s commented on an item/conversation you have been following."] = "%s okomentoval/a Vámi sledovanou položku/konverzaci.";
|
||
$a->strings["Please visit %s to view and/or reply to the conversation."] = "Prosím navštivte %s pro zobrazení konverzace a možnosti odpovědět.";
|
||
$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Oznámení] %s přidal/a příspěvek na Vaši profilovou zeď";
|
||
$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s přidal/a příspěvek na Vaši profilovou zeď na %2\$s";
|
||
$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s přidal/a příspěvek na [url=%2\$s]Vaši zeď[/url]";
|
||
$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Oznámení] %s Vás označil/a";
|
||
$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s Vás označil/a na %2\$s";
|
||
$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]Vás označil/a[/url].";
|
||
$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Oznámení] %s sdílel/a nový příspěvek";
|
||
$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s sdílel/a nový příspěvek na %2\$s";
|
||
$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]sdílel/a příspěvek[/url].";
|
||
$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Oznámení] %1\$s Vás šťouchnul/a";
|
||
$a->strings["%1\$s poked you at %2\$s"] = "%1\$s Vás šťouchnul/a na %2\$s";
|
||
$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]Vás šťouchnul/a[/url].";
|
||
$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Oznámení] %s označil/a Váš příspěvek";
|
||
$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s označil/a Váš příspěvek na %2\$s";
|
||
$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s označil/a [url=%2\$s]Váš příspěvek[/url]";
|
||
$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Oznámení] Obdrženo představení";
|
||
$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Obdržel/a jste představení od uživatele „%1\$s“ na %2\$s";
|
||
$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Obdržel/a jste [url=%1\$s]představení[/url] od uživatele %2\$s.";
|
||
$a->strings["You may visit their profile at %s"] = "Můžete navštívit jejich profil na %s";
|
||
$a->strings["Please visit %s to approve or reject the introduction."] = "Prosím navštivte %s pro schválení či zamítnutí představení.";
|
||
$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica:Oznámení] Nový člověk s vámi sdílí";
|
||
$a->strings["%1\$s is sharing with you at %2\$s"] = "Uživatel %1\$s s vámi sdílí na %2\$s";
|
||