mirror of
https://github.com/friendica/friendica
synced 2025-04-25 23:50:11 +00:00
CS translation update THX Aditoo
This commit is contained in:
parent
b73caa83fc
commit
bffffd45bf
2 changed files with 186 additions and 170 deletions
|
@ -811,17 +811,17 @@ $a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla
|
|||
$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = " - prosím nepoužívejte tento formulář. Místo toho zadejte do vašeho vyhledávacího pole Diaspora %s.";
|
||||
$a->strings["Your Identity Address:"] = "Vaše adresa identity:";
|
||||
$a->strings["Submit Request"] = "Odeslat požadavek";
|
||||
$a->strings["Location:"] = "Poloha:";
|
||||
$a->strings["Gender:"] = "Pohlaví:";
|
||||
$a->strings["Status:"] = "Stav:";
|
||||
$a->strings["Homepage:"] = "Domovská stránka:";
|
||||
$a->strings["About:"] = "O mně:";
|
||||
$a->strings["No entries (some entries may be hidden)."] = "Žádné záznamy (některé položky mohou být skryty).";
|
||||
$a->strings["Global Directory"] = "Globální adresář";
|
||||
$a->strings["Find on this site"] = "Najít na tomto webu";
|
||||
$a->strings["Results for:"] = "Výsledky pro:";
|
||||
$a->strings["Site Directory"] = "Adresář serveru";
|
||||
$a->strings["Find"] = "Najít";
|
||||
$a->strings["No entries (some entries may be hidden)."] = "Žádné záznamy (některé položky mohou být skryty).";
|
||||
$a->strings["Location:"] = "Poloha:";
|
||||
$a->strings["Gender:"] = "Pohlaví:";
|
||||
$a->strings["Status:"] = "Stav:";
|
||||
$a->strings["Homepage:"] = "Domovská stránka:";
|
||||
$a->strings["About:"] = "O mně:";
|
||||
$a->strings["People Search - %s"] = "Vyhledávání lidí - %s";
|
||||
$a->strings["Forum Search - %s"] = "Vyhledávání fór - %s";
|
||||
$a->strings["No matches"] = "Žádné shody";
|
||||
|
@ -1540,6 +1540,7 @@ $a->strings["Diaspora Connector"] = "Diaspora Connector";
|
|||
$a->strings["GNU Social Connector"] = "GNU social Connector";
|
||||
$a->strings["ActivityPub"] = "ActivityPub";
|
||||
$a->strings["pnut"] = "pnut";
|
||||
$a->strings["No answer"] = "Žádná odpověď";
|
||||
$a->strings["Male"] = "Muž";
|
||||
$a->strings["Female"] = "Žena";
|
||||
$a->strings["Currently Male"] = "V současnosti muž";
|
||||
|
@ -1791,6 +1792,8 @@ $a->strings["POSIX PHP module"] = "PHP modul POSIX";
|
|||
$a->strings["Error: POSIX PHP module required but not installed."] = "Chyba: PHP modul POSIX je vyžadován, ale není nainstalován.";
|
||||
$a->strings["JSON PHP module"] = "PHP modul JSON";
|
||||
$a->strings["Error: JSON PHP module required but not installed."] = "Chyba: PHP modul JSON je vyžadován, ale není nainstalován";
|
||||
$a->strings["File Information PHP module"] = "PHP modul File Information";
|
||||
$a->strings["Error: File Information PHP module required but not installed."] = "Chyba: PHP modul File Information je vyžadován, ale není nainstalován.";
|
||||
$a->strings["The web installer needs to be able to create a file called \"local.config.php\" in the \"config\" folder of your web server and it is unable to do so."] = "Webový instalátor musí být schopen vytvořit soubor s názvem „local.config.php“ v adresáři „config“ Vašeho webového serveru a není mu to umožněno. ";
|
||||
$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Toto je nejčastěji nastavením oprávnění, kdy webový server nemusí být schopen zapisovat soubory do vašeho adresáře - i když vy můžete.";
|
||||
$a->strings["At the end of this procedure, we will give you a text to save in a file named local.config.php in your Friendica \"config\" folder."] = "Na konci této procedury od nás obdržíte text k uložení v souboru pojmenovaném local.config.php v adresáři „config“ na Vaší instalaci Friendica.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue