CS translation jappixmini THX Aditoo
This commit is contained in:
parent
fb806682cc
commit
895942a3a2
2 changed files with 11 additions and 11 deletions
|
@ -12,7 +12,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-08-16 10:11+0000\n"
|
||||
"PO-Revision-Date: 2018-09-12 12:50+0000\n"
|
||||
"Last-Translator: Aditoo\n"
|
||||
"Language-Team: Czech (http://www.transifex.com/Friendica/friendica/language/cs/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -36,7 +36,7 @@ msgstr "<em>Nevkládejte</em> Jappixmini Chat-Widget do webového rozhraní"
|
|||
|
||||
#: jappixmini.php:274
|
||||
msgid "Jabber username"
|
||||
msgstr "Jabber uživatelské jméno"
|
||||
msgstr "Uživatelské jméno Jabber"
|
||||
|
||||
#: jappixmini.php:277
|
||||
msgid "Jabber server"
|
||||
|
@ -48,11 +48,11 @@ msgstr "Jabber BOSH host"
|
|||
|
||||
#: jappixmini.php:285
|
||||
msgid "Jabber password"
|
||||
msgstr "Jabber heslo"
|
||||
msgstr "Heslo Jabber"
|
||||
|
||||
#: jappixmini.php:290
|
||||
msgid "Encrypt Jabber password with Friendica password (recommended)"
|
||||
msgstr "Zašifrovat Jabber heslo s heslem Friendica (doporučeno)"
|
||||
msgstr "Zašifrovat heslo Jabber heslem Friendica (doporučeno)"
|
||||
|
||||
#: jappixmini.php:293
|
||||
msgid "Friendica password"
|
||||
|
@ -60,11 +60,11 @@ msgstr "Heslo Friendica"
|
|||
|
||||
#: jappixmini.php:296
|
||||
msgid "Approve subscription requests from Friendica contacts automatically"
|
||||
msgstr "Automaticky schválit požadavek na členství od kontaktů Friendica."
|
||||
msgstr "Automaticky schválit požadavek o odběr od kontaktů Friendica."
|
||||
|
||||
#: jappixmini.php:299
|
||||
msgid "Subscribe to Friendica contacts automatically"
|
||||
msgstr "Automaticky zaslat požadavek na členství kontaktům Friendica."
|
||||
msgstr "Automaticky odebírat od kontaktů Friendica."
|
||||
|
||||
#: jappixmini.php:302
|
||||
msgid "Purge internal list of jabber addresses of contacts"
|
||||
|
|
|
@ -9,14 +9,14 @@ function string_plural_select_cs($n){
|
|||
$a->strings["Jappix Mini addon settings"] = "Nastavení rozšíření Jappix Mini";
|
||||
$a->strings["Activate addon"] = "Aktivovat doplněk";
|
||||
$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "<em>Nevkládejte</em> Jappixmini Chat-Widget do webového rozhraní";
|
||||
$a->strings["Jabber username"] = "Jabber uživatelské jméno";
|
||||
$a->strings["Jabber username"] = "Uživatelské jméno Jabber";
|
||||
$a->strings["Jabber server"] = "Jabber server";
|
||||
$a->strings["Jabber BOSH host"] = "Jabber BOSH host";
|
||||
$a->strings["Jabber password"] = "Jabber heslo";
|
||||
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Zašifrovat Jabber heslo s heslem Friendica (doporučeno)";
|
||||
$a->strings["Jabber password"] = "Heslo Jabber";
|
||||
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Zašifrovat heslo Jabber heslem Friendica (doporučeno)";
|
||||
$a->strings["Friendica password"] = "Heslo Friendica";
|
||||
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "Automaticky schválit požadavek na členství od kontaktů Friendica.";
|
||||
$a->strings["Subscribe to Friendica contacts automatically"] = "Automaticky zaslat požadavek na členství kontaktům Friendica.";
|
||||
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "Automaticky schválit požadavek o odběr od kontaktů Friendica.";
|
||||
$a->strings["Subscribe to Friendica contacts automatically"] = "Automaticky odebírat od kontaktů Friendica.";
|
||||
$a->strings["Purge internal list of jabber addresses of contacts"] = "Očistit interní seznam jabber adres kontaktů";
|
||||
$a->strings["Submit"] = "Odeslat";
|
||||
$a->strings["Add contact"] = "Přidat kontakt";
|
||||
|
|
Loading…
Reference in a new issue