CS translation of several addons THX Aditoo

This commit is contained in:
Tobias Diekershoff 2018-08-17 10:39:02 +02:00
parent 2e907b76f4
commit d3a1a58ce0
10 changed files with 27 additions and 24 deletions

View file

@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2018-06-12 12:13+0000\n"
"PO-Revision-Date: 2018-08-16 10:08+0000\n"
"Last-Translator: Aditoo\n"
"Language-Team: Czech (http://www.transifex.com/Friendica/friendica/language/cs/)\n"
"MIME-Version: 1.0\n"
@ -26,7 +26,7 @@ msgstr "Nastavení startovní stránky"
#: startpage.php:85
msgid "Home page to load after login - leave blank for profile wall"
msgstr "Domovslá stránka k načtení po přihlášení - pro profilovou zeď ponechejte prázdné"
msgstr "Domovská stránka k načtení po přihlášení - pro profilovou zeď ponechejte prázdné"
#: startpage.php:88
msgid "Examples: "network" or "notifications/system""

View file

@ -7,6 +7,6 @@ function string_plural_select_cs($n){
}}
;
$a->strings["Startpage Settings"] = "Nastavení startovní stránky";
$a->strings["Home page to load after login - leave blank for profile wall"] = "Domovslá stránka k načtení po přihlášení - pro profilovou zeď ponechejte prázdné";
$a->strings["Home page to load after login - leave blank for profile wall"] = "Domovská stránka k načtení po přihlášení - pro profilovou zeď ponechejte prázdné";
$a->strings["Examples: "network" or "notifications/system""] = "Příklady: "network" nebo "notifications/system"";
$a->strings["Submit"] = "Odeslat";