CS translation updates #619

Merged
tobiasd merged 12 commits from 20180612-cs into develop 2018-06-12 16:32:49 +02:00
24 changed files with 452 additions and 302 deletions

View file

@ -4,37 +4,51 @@
# #
# #
# Translators: # Translators:
# Michal Šupler <msupler@gmail.com>, 2014-2015 # Aditoo, 2018
# Aditoo, 2018
# michal_s <msupler@gmail.com>, 2014-2015
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n" "POT-Creation-Date: 2018-04-01 11:14-0400\n"
"PO-Revision-Date: 2015-02-11 19:38+0000\n" "PO-Revision-Date: 2018-06-11 19:37+0000\n"
"Last-Translator: Michal Šupler <msupler@gmail.com>\n" "Last-Translator: Aditoo\n"
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n" "Language-Team: Czech (http://www.transifex.com/Friendica/friendica/language/cs/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: cs\n" "Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
#: fromgplus.php:33 #: fromgplus.php:55 fromgplus.php:59
msgid "Google+ Import Settings" msgid "Google+ Mirror"
msgstr "Nastavení importu z Google+ " msgstr "Zrcadlení Google+"
#: fromgplus.php:36 #: fromgplus.php:64
msgid "Enable Google+ Import" msgid "Enable Google+ Import"
msgstr "Povolit Import z Google+" msgstr "Povolit Import z Google+"
#: fromgplus.php:39 #: fromgplus.php:67
msgid "Google Account ID" msgid "Google Account ID"
msgstr "název účtu Google " msgstr "ID účtu Google "
#: fromgplus.php:44 #: fromgplus.php:70
msgid "Submit" msgid "Add keywords to post"
msgstr "Odeslat" msgstr "Přidat k příspěvku klíčová slova"
#: fromgplus.php:59 #: fromgplus.php:75 fromgplus.php:105
msgid "Save Settings"
msgstr "Uložit nastavení"
#: fromgplus.php:96
msgid "Google+ Import Settings saved." msgid "Google+ Import Settings saved."
msgstr "Nastavení importu z Google+ uloženo." msgstr "Nastavení importu z Google+ uloženo."
#: fromgplus.php:106
msgid "Key"
msgstr "Klíč"
#: fromgplus.php:114
msgid "Settings updated."
msgstr "Nastavení aktualizována"

View file

@ -2,11 +2,15 @@
if(! function_exists("string_plural_select_cs")) { if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){ function string_plural_select_cs($n){
return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;; $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["Google+ Import Settings"] = "Nastavení importu z Google+ "; $a->strings["Google+ Mirror"] = "Zrcadlení Google+";
$a->strings["Enable Google+ Import"] = "Povolit Import z Google+"; $a->strings["Enable Google+ Import"] = "Povolit Import z Google+";
$a->strings["Google Account ID"] = "název účtu Google "; $a->strings["Google Account ID"] = "ID účtu Google ";
$a->strings["Submit"] = "Odeslat"; $a->strings["Add keywords to post"] = "Přidat k příspěvku klíčová slova";
$a->strings["Save Settings"] = "Uložit nastavení";
$a->strings["Google+ Import Settings saved."] = "Nastavení importu z Google+ uloženo."; $a->strings["Google+ Import Settings saved."] = "Nastavení importu z Google+ uloženo.";
$a->strings["Key"] = "Klíč";
$a->strings["Settings updated."] = "Nastavení aktualizována";

View file

@ -10,7 +10,7 @@ msgstr ""
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-27 09:30+0100\n" "POT-Creation-Date: 2017-11-27 09:30+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Lorem Ipsum <aditoo@seznam.cz>, 2018\n" "Last-Translator: Aditoo, 2018\n"
"Language-Team: Czech (https://www.transifex.com/Friendica/teams/12172/cs/)\n" "Language-Team: Czech (https://www.transifex.com/Friendica/teams/12172/cs/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -29,22 +29,26 @@ msgid ""
"href=\"https://ifttt.com/maker\">Maker</a> (In the form \"if Facebook then " "href=\"https://ifttt.com/maker\">Maker</a> (In the form \"if Facebook then "
"Maker\") with the following parameters:" "Maker\") with the following parameters:"
msgstr "" msgstr ""
"Vytvořte si účet na <a href=\"http://www.ifttt.com\">IFTTT</a>. Vytvořte si "
"tři recepty na Facebooku, které jsou připojeny k <a "
"href=\"https://ifttt.com/maker\">Makeru</a> (ve formě \"If Facebook then "
"Maker\") s následujícími parametry:"
#: ifttt.php:68 #: ifttt.php:68
msgid "Body for \"new status message\"" msgid "Body for \"new status message\""
msgstr "" msgstr "Tělo pole \"nová statusová zpráva\""
#: ifttt.php:70 #: ifttt.php:70
msgid "Body for \"new photo upload\"" msgid "Body for \"new photo upload\""
msgstr "" msgstr "Tělo pole \"nová nahraná fotografie\""
#: ifttt.php:72 #: ifttt.php:72
msgid "Body for \"new link post\"" msgid "Body for \"new link post\""
msgstr "" msgstr "Tělo pole \"nový příspěvek\""
#: ifttt.php:77 #: ifttt.php:77
msgid "Generate new key" msgid "Generate new key"
msgstr "" msgstr "Generovat nový klíč"
#: ifttt.php:81 #: ifttt.php:81
msgid "Save Settings" msgid "Save Settings"

View file

@ -7,9 +7,9 @@ function string_plural_select_cs($n){
}} }}
; ;
$a->strings["IFTTT Mirror"] = "Zrcadlení IFTTT"; $a->strings["IFTTT Mirror"] = "Zrcadlení IFTTT";
$a->strings["Create an account at <a href=\"http://www.ifttt.com\">IFTTT</a>. Create three Facebook recipes that are connected with <a href=\"https://ifttt.com/maker\">Maker</a> (In the form \"if Facebook then Maker\") with the following parameters:"] = ""; $a->strings["Create an account at <a href=\"http://www.ifttt.com\">IFTTT</a>. Create three Facebook recipes that are connected with <a href=\"https://ifttt.com/maker\">Maker</a> (In the form \"if Facebook then Maker\") with the following parameters:"] = "Vytvořte si účet na <a href=\"http://www.ifttt.com\">IFTTT</a>. Vytvořte si tři recepty na Facebooku, které jsou připojeny k <a href=\"https://ifttt.com/maker\">Makeru</a> (ve formě \"If Facebook then Maker\") s následujícími parametry:";
$a->strings["Body for \"new status message\""] = ""; $a->strings["Body for \"new status message\""] = "Tělo pole \"nová statusová zpráva\"";
$a->strings["Body for \"new photo upload\""] = ""; $a->strings["Body for \"new photo upload\""] = "Tělo pole \"nová nahraná fotografie\"";
$a->strings["Body for \"new link post\""] = ""; $a->strings["Body for \"new link post\""] = "Tělo pole \"nový příspěvek\"";
$a->strings["Generate new key"] = ""; $a->strings["Generate new key"] = "Generovat nový klíč";
$a->strings["Save Settings"] = "Uložit nastavení"; $a->strings["Save Settings"] = "Uložit nastavení";

View file

@ -4,45 +4,65 @@
# #
# #
# Translators: # Translators:
# Michal Šupler <msupler@gmail.com>, 2014-2015 # Aditoo, 2018
# michal_s <msupler@gmail.com>, 2014-2015
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n" "POT-Creation-Date: 2015-07-08 13:17+0200\n"
"PO-Revision-Date: 2015-02-11 19:41+0000\n" "PO-Revision-Date: 2018-06-11 13:51+0000\n"
"Last-Translator: Michal Šupler <msupler@gmail.com>\n" "Last-Translator: Aditoo\n"
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n" "Language-Team: Czech (http://www.transifex.com/Friendica/friendica/language/cs/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: cs\n" "Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
#: irc.php:44 #: irc.php:37
msgid "IRC Settings" msgid "IRC Settings"
msgstr "IRC Nastavení" msgstr "IRC Nastavení"
#: irc.php:46 #: irc.php:38
msgid ""
"Here you can change the system wide settings for the channels to "
"automatically join and access via the side bar. Note the changes you do "
"here, only effect the channel selection if you are logged in."
msgstr ""
#: irc.php:39 irc.php:136
msgid "Save Settings"
msgstr "Uložit nastavení"
#: irc.php:40 irc.php:137
msgid "Channel(s) to auto connect (comma separated)" msgid "Channel(s) to auto connect (comma separated)"
msgstr "Kanál(y) pro automatické připojení(oddělené čárkou)" msgstr "Kanál(y) pro automatické připojení(oddělené čárkou)"
#: irc.php:51 #: irc.php:40 irc.php:137
msgid ""
"List of channels that shall automatically connected to when the app is "
"launched."
msgstr ""
#: irc.php:41 irc.php:138
msgid "Popular Channels (comma separated)" msgid "Popular Channels (comma separated)"
msgstr "Oblíbené Kanály (oddělené čárkou)" msgstr "Oblíbené Kanály (oddělené čárkou)"
#: irc.php:55 #: irc.php:41 irc.php:138
msgid "Submit" msgid ""
msgstr "Odeslat" "List of popular channels, will be displayed at the side and hotlinked for "
"easy joining."
msgstr ""
#: irc.php:69 #: irc.php:57 irc.php:128
msgid "IRC settings saved." msgid "IRC settings saved."
msgstr "IRC Nastavení uloženo." msgstr "IRC Nastavení uloženo."
#: irc.php:74 #: irc.php:62
msgid "IRC Chatroom" msgid "IRC Chatroom"
msgstr "IRC Místnost" msgstr "IRC Místnost"
#: irc.php:96 #: irc.php:90
msgid "Popular Channels" msgid "Popular Channels"
msgstr "Oblíbené kanály" msgstr "Oblíbené kanály"

View file

@ -2,13 +2,17 @@
if(! function_exists("string_plural_select_cs")) { if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){ function string_plural_select_cs($n){
return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;; $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["IRC Settings"] = "IRC Nastavení"; $a->strings["IRC Settings"] = "IRC Nastavení";
$a->strings["Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in."] = "";
$a->strings["Save Settings"] = "Uložit nastavení";
$a->strings["Channel(s) to auto connect (comma separated)"] = "Kanál(y) pro automatické připojení(oddělené čárkou)"; $a->strings["Channel(s) to auto connect (comma separated)"] = "Kanál(y) pro automatické připojení(oddělené čárkou)";
$a->strings["List of channels that shall automatically connected to when the app is launched."] = "";
$a->strings["Popular Channels (comma separated)"] = "Oblíbené Kanály (oddělené čárkou)"; $a->strings["Popular Channels (comma separated)"] = "Oblíbené Kanály (oddělené čárkou)";
$a->strings["Submit"] = "Odeslat"; $a->strings["List of popular channels, will be displayed at the side and hotlinked for easy joining."] = "";
$a->strings["IRC settings saved."] = "IRC Nastavení uloženo."; $a->strings["IRC settings saved."] = "IRC Nastavení uloženo.";
$a->strings["IRC Chatroom"] = "IRC Místnost"; $a->strings["IRC Chatroom"] = "IRC Místnost";
$a->strings["Popular Channels"] = "Oblíbené kanály"; $a->strings["Popular Channels"] = "Oblíbené kanály";

View file

@ -4,20 +4,21 @@
# #
# #
# Translators: # Translators:
# Michal Šupler <msupler@gmail.com>, 2014-2015 # Aditoo, 2018
# michal_s <msupler@gmail.com>, 2014-2015
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n" "POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2015-02-11 19:41+0000\n" "PO-Revision-Date: 2018-06-11 13:09+0000\n"
"Last-Translator: Michal Šupler <msupler@gmail.com>\n" "Last-Translator: Aditoo\n"
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n" "Language-Team: Czech (http://www.transifex.com/Friendica/friendica/language/cs/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: cs\n" "Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
#: jappixmini.php:266 #: jappixmini.php:266
msgid "Jappix Mini addon settings" msgid "Jappix Mini addon settings"
@ -25,12 +26,12 @@ msgstr "Nastavení rozšíření Jappix Mini"
#: jappixmini.php:268 #: jappixmini.php:268
msgid "Activate addon" msgid "Activate addon"
msgstr "Aktivovat rozšíření" msgstr "Aktivovat doplněk"
#: jappixmini.php:271 #: jappixmini.php:271
msgid "" msgid ""
"Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface" "Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"
msgstr "<em>Nevlkádejte</em> Jappixmini Chat-Widget do webového rozhraní" msgstr "<em>Nevkládejte</em> Jappixmini Chat-Widget do webového rozhraní"
#: jappixmini.php:274 #: jappixmini.php:274
msgid "Jabber username" msgid "Jabber username"

View file

@ -2,12 +2,13 @@
if(! function_exists("string_plural_select_cs")) { if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){ function string_plural_select_cs($n){
return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;; $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["Jappix Mini addon settings"] = "Nastavení rozšíření Jappix Mini"; $a->strings["Jappix Mini addon settings"] = "Nastavení rozšíření Jappix Mini";
$a->strings["Activate addon"] = "Aktivovat rozšíření"; $a->strings["Activate addon"] = "Aktivovat doplněk";
$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "<em>Nevlkádejte</em> Jappixmini Chat-Widget do webového rozhraní"; $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"] = "Jabber uživatelské jméno";
$a->strings["Jabber server"] = "Jabber server"; $a->strings["Jabber server"] = "Jabber server";
$a->strings["Jabber BOSH host"] = "Jabber BOSH host"; $a->strings["Jabber BOSH host"] = "Jabber BOSH host";

View file

@ -4,15 +4,15 @@
# #
# #
# Translators: # Translators:
# Lorem Ipsum <aditoo@seznam.cz>, 2018 # Aditoo, 2018
# michal_s <msupler@gmail.com>, 2014-2015 # michal_s <msupler@gmail.com>, 2014-2015
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-01 11:11-0400\n" "POT-Creation-Date: 2018-04-01 11:11-0400\n"
"PO-Revision-Date: 2018-06-09 10:08+0000\n" "PO-Revision-Date: 2018-06-11 13:37+0000\n"
"Last-Translator: Lorem Ipsum <aditoo@seznam.cz>\n" "Last-Translator: Aditoo\n"
"Language-Team: Czech (http://www.transifex.com/Friendica/friendica/language/cs/)\n" "Language-Team: Czech (http://www.transifex.com/Friendica/friendica/language/cs/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -22,7 +22,7 @@ msgstr ""
#: nsfw.php:77 nsfw.php:81 #: nsfw.php:77 nsfw.php:81
msgid "Content Filter (NSFW and more)" msgid "Content Filter (NSFW and more)"
msgstr "" msgstr "Filtr obsahu (citlivý obsah a další)"
#: nsfw.php:85 #: nsfw.php:85
msgid "" msgid ""
@ -30,11 +30,11 @@ msgid ""
" can be used to filter content tagged with for instance #NSFW that may be " " can be used to filter content tagged with for instance #NSFW that may be "
"deemed inappropriate at certain times or places, such as being at work. It " "deemed inappropriate at certain times or places, such as being at work. It "
"is also useful for hiding irrelevant or annoying content from direct view." "is also useful for hiding irrelevant or annoying content from direct view."
msgstr "" msgstr "Tento doplněk vyhledává specifikovaná slova/text v příspěvcích a skrývá je. Může být použit pro filtrování obsahu označeného štítky, jako například #NSFW, který může být považován za nevhodný v určitých časech či místech, například když jste v práci. Může být také užitečný ke skrývání nepodstatného či nepříjemného obsahu z přímého pohledu."
#: nsfw.php:86 #: nsfw.php:86
msgid "Enable Content filter" msgid "Enable Content filter"
msgstr "Povolit Kontextový filtr" msgstr "Povolit filtr obsahu"
#: nsfw.php:89 #: nsfw.php:89
msgid "Comma separated list of keywords to hide" msgid "Comma separated list of keywords to hide"
@ -50,7 +50,7 @@ msgstr "Použít /výraz/ pro použití regulárních výrazů"
#: nsfw.php:109 #: nsfw.php:109
msgid "NSFW Settings saved." msgid "NSFW Settings saved."
msgstr "NSFW nastavení uloženo" msgstr "Nastavení NSFW uloženo"
#: nsfw.php:162 #: nsfw.php:162
#, php-format #, php-format

View file

@ -6,12 +6,12 @@ function string_plural_select_cs($n){
return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;; return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
}} }}
; ;
$a->strings["Content Filter (NSFW and more)"] = ""; $a->strings["Content Filter (NSFW and more)"] = "Filtr obsahu (citlivý obsah a další)";
$a->strings["This addon searches for specified words/text in posts and collapses them. It can be used to filter content tagged with for instance #NSFW that may be deemed inappropriate at certain times or places, such as being at work. It is also useful for hiding irrelevant or annoying content from direct view."] = ""; $a->strings["This addon searches for specified words/text in posts and collapses them. It can be used to filter content tagged with for instance #NSFW that may be deemed inappropriate at certain times or places, such as being at work. It is also useful for hiding irrelevant or annoying content from direct view."] = "Tento doplněk vyhledává specifikovaná slova/text v příspěvcích a skrývá je. Může být použit pro filtrování obsahu označeného štítky, jako například #NSFW, který může být považován za nevhodný v určitých časech či místech, například když jste v práci. Může být také užitečný ke skrývání nepodstatného či nepříjemného obsahu z přímého pohledu.";
$a->strings["Enable Content filter"] = "Povolit Kontextový filtr"; $a->strings["Enable Content filter"] = "Povolit filtr obsahu";
$a->strings["Comma separated list of keywords to hide"] = "Čárkou oddělený seznam klíčových slov ke skrytí"; $a->strings["Comma separated list of keywords to hide"] = "Čárkou oddělený seznam klíčových slov ke skrytí";
$a->strings["Save Settings"] = "Uložit nastavení"; $a->strings["Save Settings"] = "Uložit nastavení";
$a->strings["Use /expression/ to provide regular expressions"] = "Použít /výraz/ pro použití regulárních výrazů"; $a->strings["Use /expression/ to provide regular expressions"] = "Použít /výraz/ pro použití regulárních výrazů";
$a->strings["NSFW Settings saved."] = "NSFW nastavení uloženo"; $a->strings["NSFW Settings saved."] = "Nastavení NSFW uloženo";
$a->strings["Filtered tag: %s"] = "Filtrovaná značka: %s"; $a->strings["Filtered tag: %s"] = "Filtrovaná značka: %s";
$a->strings["Filtered word: %s"] = "Filtrované slovo: %s"; $a->strings["Filtered word: %s"] = "Filtrované slovo: %s";

View file

@ -4,20 +4,21 @@
# #
# #
# Translators: # Translators:
# Michal Šupler <msupler@gmail.com>, 2014-2015 # Aditoo, 2018
# michal_s <msupler@gmail.com>, 2014-2015
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n" "POT-Creation-Date: 2015-07-26 12:49+0200\n"
"PO-Revision-Date: 2015-02-11 19:39+0000\n" "PO-Revision-Date: 2018-06-11 19:40+0000\n"
"Last-Translator: Michal Šupler <msupler@gmail.com>\n" "Last-Translator: Aditoo\n"
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n" "Language-Team: Czech (http://www.transifex.com/Friendica/friendica/language/cs/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: cs\n" "Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
#: piwik.php:79 #: piwik.php:79
msgid "" msgid ""
@ -28,14 +29,14 @@ msgstr "Tato webová stránka je sledována pomocí nástroje pro analýzu <a hr
#: piwik.php:82 #: piwik.php:82
#, php-format #, php-format
msgid "" msgid ""
"If you do not want that your visits are logged this way you <a href='%s'>can" "If you do not want that your visits are logged in this way you <a "
" set a cookie to prevent Piwik from tracking further visits of the site</a> " "href='%s'>can set a cookie to prevent Piwik from tracking further visits of "
"(opt-out)." "the site</a> (opt-out)."
msgstr "Pokud si nepřejete, aby vaše návštěvy byly takto sledovány, <a href='%s'>můžete si nastavit cookie, které zastaví sledování dalších návštěv na tomto webu</a> (opt-out)." msgstr "Pokut nechcete, aby byly vaše návštěvy takto sledovány, můžete si <a href='%s'>nastavit soubor cookie, která zabrání Piwik, aby sledovala Vaše další návštěvy na stránce</a> (tzv. opt-out)"
#: piwik.php:89 #: piwik.php:89
msgid "Submit" msgid "Save Settings"
msgstr "Odeslat" msgstr "Uložit nastavení"
#: piwik.php:90 #: piwik.php:90
msgid "Piwik Base URL" msgid "Piwik Base URL"

View file

@ -2,12 +2,13 @@
if(! function_exists("string_plural_select_cs")) { if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){ function string_plural_select_cs($n){
return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;; $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["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Tato webová stránka je sledována pomocí nástroje pro analýzu <a href='http://www.piwik.org'>Piwik</a>."; $a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Tato webová stránka je sledována pomocí nástroje pro analýzu <a href='http://www.piwik.org'>Piwik</a>.";
$a->strings["If you do not want that your visits are logged this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "Pokud si nepřejete, aby vaše návštěvy byly takto sledovány, <a href='%s'>můžete si nastavit cookie, které zastaví sledování dalších návštěv na tomto webu</a> (opt-out)."; $a->strings["If you do not want that your visits are logged in this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "Pokut nechcete, aby byly vaše návštěvy takto sledovány, můžete si <a href='%s'>nastavit soubor cookie, která zabrání Piwik, aby sledovala Vaše další návštěvy na stránce</a> (tzv. opt-out)";
$a->strings["Submit"] = "Odeslat"; $a->strings["Save Settings"] = "Uložit nastavení";
$a->strings["Piwik Base URL"] = "Piwik Base adresa URL"; $a->strings["Piwik Base URL"] = "Piwik Base adresa URL";
$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "Absolutní cesta k Vaší instalaci Piwik. (bez protokolu (http/s), s koncovým lomítkem)"; $a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "Absolutní cesta k Vaší instalaci Piwik. (bez protokolu (http/s), s koncovým lomítkem)";
$a->strings["Site ID"] = "ID webu"; $a->strings["Site ID"] = "ID webu";

View file

@ -4,28 +4,29 @@
# #
# #
# Translators: # Translators:
# Michal Šupler <msupler@gmail.com>, 2014-2015 # Aditoo, 2018
# michal_s <msupler@gmail.com>, 2014-2015
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n" "POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2015-02-11 19:37+0000\n" "PO-Revision-Date: 2018-06-11 15:42+0000\n"
"Last-Translator: Michal Šupler <msupler@gmail.com>\n" "Last-Translator: Aditoo\n"
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n" "Language-Team: Czech (http://www.transifex.com/Friendica/friendica/language/cs/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: cs\n" "Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
#: planets.php:150 #: planets.php:150
msgid "Planets Settings" msgid "Planets Settings"
msgstr "Planets Nastavení" msgstr "Nastavení Planets"
#: planets.php:152 #: planets.php:152
msgid "Enable Planets Addon" msgid "Enable Planets Addon"
msgstr "Povolit Planets addon" msgstr "Povolit doplněk Planets"
#: planets.php:158 #: planets.php:158
msgid "Submit" msgid "Submit"

View file

@ -2,9 +2,10 @@
if(! function_exists("string_plural_select_cs")) { if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){ function string_plural_select_cs($n){
return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;; $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["Planets Settings"] = "Planets Nastavení"; $a->strings["Planets Settings"] = "Nastavení Planets";
$a->strings["Enable Planets Addon"] = "Povolit Planets addon"; $a->strings["Enable Planets Addon"] = "Povolit doplněk Planets";
$a->strings["Submit"] = "Odeslat"; $a->strings["Submit"] = "Odeslat";

View file

@ -4,20 +4,21 @@
# #
# #
# Translators: # Translators:
# Michal Šupler <msupler@gmail.com>, 2014 # Aditoo, 2018
# michal_s <msupler@gmail.com>, 2014
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-22 13:18+0200\n" "POT-Creation-Date: 2014-06-23 14:45+0200\n"
"PO-Revision-Date: 2014-07-28 18:19+0000\n" "PO-Revision-Date: 2018-06-11 19:43+0000\n"
"Last-Translator: Michal Šupler <msupler@gmail.com>\n" "Last-Translator: Aditoo\n"
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n" "Language-Team: Czech (http://www.transifex.com/Friendica/friendica/language/cs/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: cs\n" "Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
#: pumpio.php:38 #: pumpio.php:38
msgid "Permission denied." msgid "Permission denied."
@ -62,11 +63,11 @@ msgstr "Importovat vzdálenou časovou osu"
#: pumpio.php:255 #: pumpio.php:255
msgid "Enable pump.io Post Addon" msgid "Enable pump.io Post Addon"
msgstr "Aktivovat pump.io Post Addon" msgstr "Povolit doplněk pumo.io Post"
#: pumpio.php:260 #: pumpio.php:260
msgid "Post to pump.io by default" msgid "Post to pump.io by default"
msgstr "Defaultní umístění na pump.oi " msgstr "Posílat příspěvky na pump.io automaticky"
#: pumpio.php:265 #: pumpio.php:265
msgid "Should posts be public?" msgid "Should posts be public?"
@ -94,9 +95,9 @@ msgstr "Zaslání příspěvku na Pump.io zřejmě selhalo. Příspěvek byl za
#: pumpio.php:875 #: pumpio.php:875
msgid "status" msgid "status"
msgstr "Stav" msgstr "stav"
#: pumpio.php:879 #: pumpio.php:879
#, php-format #, php-format
msgid "%1$s likes %2$s's %3$s" msgid "%1$s likes %2$s's %3$s"
msgstr "Uživateli %1$s se líbí příspěvek %3$s uživatele %2$s" msgstr "%1$s se líbí %3$s %2$s"

View file

@ -2,7 +2,8 @@
if(! function_exists("string_plural_select_cs")) { if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){ function string_plural_select_cs($n){
return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;; $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["Permission denied."] = "Přístup odmítnut."; $a->strings["Permission denied."] = "Přístup odmítnut.";
@ -15,13 +16,13 @@ $a->strings["pump.io username (without the servername)"] = "uživatelské jméno
$a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = "jméno serveru pump.io (bez \"http://\" nebo \"https://\" )"; $a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = "jméno serveru pump.io (bez \"http://\" nebo \"https://\" )";
$a->strings["Authenticate your pump.io connection"] = "Přihlásit ke spojení na pump.io"; $a->strings["Authenticate your pump.io connection"] = "Přihlásit ke spojení na pump.io";
$a->strings["Import the remote timeline"] = "Importovat vzdálenou časovou osu"; $a->strings["Import the remote timeline"] = "Importovat vzdálenou časovou osu";
$a->strings["Enable pump.io Post Addon"] = "Aktivovat pump.io Post Addon"; $a->strings["Enable pump.io Post Addon"] = "Povolit doplněk pumo.io Post";
$a->strings["Post to pump.io by default"] = "Defaultní umístění na pump.oi "; $a->strings["Post to pump.io by default"] = "Posílat příspěvky na pump.io automaticky";
$a->strings["Should posts be public?"] = "Mají být příspěvky veřejné?"; $a->strings["Should posts be public?"] = "Mají být příspěvky veřejné?";
$a->strings["Mirror all public posts"] = "Zrcadlit všechny veřejné příspěvky"; $a->strings["Mirror all public posts"] = "Zrcadlit všechny veřejné příspěvky";
$a->strings["Check to delete this preset"] = "Zaškrtnout pro smazání tohoto nastavení"; $a->strings["Check to delete this preset"] = "Zaškrtnout pro smazání tohoto nastavení";
$a->strings["Save Settings"] = "Uložit Nastavení"; $a->strings["Save Settings"] = "Uložit Nastavení";
$a->strings["Pump.io post failed. Queued for retry."] = "Zaslání příspěvku na Pump.io selhalo. Příspěvek byl zařazen do fronty pro opakované odeslání."; $a->strings["Pump.io post failed. Queued for retry."] = "Zaslání příspěvku na Pump.io selhalo. Příspěvek byl zařazen do fronty pro opakované odeslání.";
$a->strings["Pump.io like failed. Queued for retry."] = "Zaslání příspěvku na Pump.io zřejmě selhalo. Příspěvek byl zařazen do fronty pro opakované odeslání."; $a->strings["Pump.io like failed. Queued for retry."] = "Zaslání příspěvku na Pump.io zřejmě selhalo. Příspěvek byl zařazen do fronty pro opakované odeslání.";
$a->strings["status"] = "Stav"; $a->strings["status"] = "stav";
$a->strings["%1\$s likes %2\$s's %3\$s"] = "Uživateli %1\$s se líbí příspěvek %3\$s uživatele %2\$s"; $a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s se líbí %3\$s %2\$s";

View file

@ -10,7 +10,7 @@ msgstr ""
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-11 21:14+0200\n" "POT-Creation-Date: 2017-04-11 21:14+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Lorem Ipsum <aditoo@seznam.cz>, 2018\n" "Last-Translator: Aditoo, 2018\n"
"Language-Team: Czech (https://www.transifex.com/Friendica/teams/12172/cs/)\n" "Language-Team: Czech (https://www.transifex.com/Friendica/teams/12172/cs/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -28,28 +28,28 @@ msgstr "Uložit nastavení"
#: securemail.php:55 securemail.php:76 #: securemail.php:55 securemail.php:76
msgid "Save and send test" msgid "Save and send test"
msgstr "" msgstr "Uložit a poslat test"
#: securemail.php:56 #: securemail.php:56
msgid "Enable Secure Mail" msgid "Enable Secure Mail"
msgstr "" msgstr "Povolit Secure Mail"
#: securemail.php:57 #: securemail.php:57
msgid "Public key" msgid "Public key"
msgstr "" msgstr "Veřejný klíč"
#: securemail.php:57 #: securemail.php:57
msgid "Your public PGP key, ascii armored format" msgid "Your public PGP key, ascii armored format"
msgstr "" msgstr "Váš veřejný klíč PGP ve formátu ASCII Armor"
#: securemail.php:74 #: securemail.php:74
msgid "Secure Mail Settings saved." msgid "Secure Mail Settings saved."
msgstr "" msgstr "Nastavení Secure Mail uložena."
#: securemail.php:111 #: securemail.php:111
msgid "Test email sent" msgid "Test email sent"
msgstr "" msgstr "Testovací e-mail odeslán"
#: securemail.php:113 #: securemail.php:113
msgid "There was an error sending the test email" msgid "There was an error sending the test email"
msgstr "" msgstr "Při odesílání testovacího e-mailu se vyskytla chyba"

View file

@ -8,10 +8,10 @@ function string_plural_select_cs($n){
; ;
$a->strings["\"Secure Mail\" Settings"] = "Nastavení \"Secure Mail\""; $a->strings["\"Secure Mail\" Settings"] = "Nastavení \"Secure Mail\"";
$a->strings["Save Settings"] = "Uložit nastavení"; $a->strings["Save Settings"] = "Uložit nastavení";
$a->strings["Save and send test"] = ""; $a->strings["Save and send test"] = "Uložit a poslat test";
$a->strings["Enable Secure Mail"] = ""; $a->strings["Enable Secure Mail"] = "Povolit Secure Mail";
$a->strings["Public key"] = ""; $a->strings["Public key"] = "Veřejný klíč";
$a->strings["Your public PGP key, ascii armored format"] = ""; $a->strings["Your public PGP key, ascii armored format"] = "Váš veřejný klíč PGP ve formátu ASCII Armor";
$a->strings["Secure Mail Settings saved."] = ""; $a->strings["Secure Mail Settings saved."] = "Nastavení Secure Mail uložena.";
$a->strings["Test email sent"] = ""; $a->strings["Test email sent"] = "Testovací e-mail odeslán";
$a->strings["There was an error sending the test email"] = ""; $a->strings["There was an error sending the test email"] = "Při odesílání testovacího e-mailu se vyskytla chyba";

View file

@ -4,33 +4,34 @@
# #
# #
# Translators: # Translators:
# Michal Šupler <msupler@gmail.com>, 2014 # Aditoo, 2018
# michal_s <msupler@gmail.com>, 2014
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-23 14:45+0200\n" "POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2014-07-28 18:13+0000\n" "PO-Revision-Date: 2018-06-12 12:13+0000\n"
"Last-Translator: Michal Šupler <msupler@gmail.com>\n" "Last-Translator: Aditoo\n"
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n" "Language-Team: Czech (http://www.transifex.com/Friendica/friendica/language/cs/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: cs\n" "Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
#: startpage.php:83 startpage.php:87 #: startpage.php:83
msgid "Startpage" msgid "Startpage Settings"
msgstr "Úvodní stránka" msgstr "Nastavení startovní stránky"
#: startpage.php:90 #: startpage.php:85
msgid "Home page to load after login - leave blank for profile wall" msgid "Home page to load after login - leave blank for profile wall"
msgstr "Domá stránka k načtení po přihlášení - pro profilovou zeď ponechejte prázdné" msgstr "Domovslá stránka k načtení po přihlášení - pro profilovou zeď ponechejte prázdné"
#: startpage.php:93 #: startpage.php:88
msgid "Examples: &quot;network&quot; or &quot;notifications/system&quot;" msgid "Examples: &quot;network&quot; or &quot;notifications/system&quot;"
msgstr "Příklady: \"síť\" nebo \"notifikace systému\"" msgstr "Příklady: &quot;network&quot; nebo &quot;notifications/system&quot;"
#: startpage.php:97 #: startpage.php:92
msgid "Save Settings" msgid "Submit"
msgstr "Uložit Nastavení" msgstr "Odeslat"

View file

@ -2,10 +2,11 @@
if(! function_exists("string_plural_select_cs")) { if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){ function string_plural_select_cs($n){
return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;; $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["Startpage"] = "Úvodní stránka"; $a->strings["Startpage Settings"] = "Nastavení startovní stránky";
$a->strings["Home page to load after login - leave blank for profile wall"] = "Domá 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"] = "Domovslá stránka k načtení po přihlášení - pro profilovou zeď ponechejte prázdné";
$a->strings["Examples: &quot;network&quot; or &quot;notifications/system&quot;"] = "Příklady: \"síť\" nebo \"notifikace systému\""; $a->strings["Examples: &quot;network&quot; or &quot;notifications/system&quot;"] = "Příklady: &quot;network&quot; nebo &quot;notifications/system&quot;";
$a->strings["Save Settings"] = "Uložit Nastavení"; $a->strings["Submit"] = "Odeslat";

View file

@ -4,168 +4,173 @@
# #
# #
# Translators: # Translators:
# Michal Šupler <msupler@gmail.com>, 2014 # Aditoo, 2018
# michal_s <msupler@gmail.com>, 2014
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-23 14:45+0200\n" "POT-Creation-Date: 2015-07-27 07:21+0200\n"
"PO-Revision-Date: 2014-07-28 18:15+0000\n" "PO-Revision-Date: 2018-06-11 14:49+0000\n"
"Last-Translator: Michal Šupler <msupler@gmail.com>\n" "Last-Translator: Aditoo\n"
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n" "Language-Team: Czech (http://www.transifex.com/Friendica/friendica/language/cs/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: cs\n" "Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
#: statusnet.php:149 #: statusnet.php:151
msgid "Post to StatusNet" msgid "Post to GNU Social"
msgstr "Poslat příspěvek na StatusNet" msgstr "Poslat na GNU social"
#: statusnet.php:194 #: statusnet.php:196
msgid "" msgid ""
"Please contact your site administrator.<br />The provided API URL is not " "Please contact your site administrator.<br />The provided API URL is not "
"valid." "valid."
msgstr "Obraťte se na administratora webu.<br />Poskytnutý odkaz na API není platný." msgstr "Obraťte se na administratora webu.<br />Poskytnutý odkaz na API není platný."
#: statusnet.php:223 #: statusnet.php:225
msgid "We could not contact the StatusNet API with the Path you entered." msgid "We could not contact the GNU Social API with the Path you entered."
msgstr "S cestou, kterou jste zadali, se nebylo možné spojit s API StatusNetu." msgstr "Nemohli jsme kontaktovat API GNU social pomocí cesty, kterou jste zadal/a."
#: statusnet.php:257 #: statusnet.php:259
msgid "StatusNet settings updated." msgid "GNU Social settings updated."
msgstr "Nastavení StatusNetu aktualizováno." msgstr "Nastavení pro GNU social aktualizována."
#: statusnet.php:289 statusnet.php:293 #: statusnet.php:294 statusnet.php:298
msgid "StatusNet Import/Export/Mirror" msgid "GNU Social Import/Export/Mirror"
msgstr "StatusNet Import/Export/Zrcadlení" msgstr ""
#: statusnet.php:308 #: statusnet.php:313
msgid "Globally Available StatusNet OAuthKeys" msgid "Globally Available GNU Social OAuthKeys"
msgstr "Globálně dostupné StatusNet OAuth klíče" msgstr ""
#: statusnet.php:309 #: statusnet.php:314
msgid "" msgid ""
"There are preconfigured OAuth key pairs for some StatusNet servers " "There are preconfigured OAuth key pairs for some GNU Social servers "
"available. If you are useing one of them, please use these credentials. If " "available. If you are using one of them, please use these credentials. If "
"not feel free to connect to any other StatusNet instance (see below)." "not feel free to connect to any other GNU Social instance (see below)."
msgstr "Jsou dostupné přednastavené OAuth páry klíčů pro některé servery StatusNetu. Pokud používáte některý z nich, použijte toto přihlášení. Pokud ne, neváhejte se připojit k jiné instanci StatusNet (viz níže)." msgstr ""
#: statusnet.php:315 statusnet.php:332 statusnet.php:359 statusnet.php:366 #: statusnet.php:320 statusnet.php:337 statusnet.php:364 statusnet.php:371
#: statusnet.php:404 statusnet.php:673 #: statusnet.php:416 statusnet.php:699
msgid "Save Settings" msgid "Save Settings"
msgstr "Uložit Nastavení" msgstr "Uložit nastavení"
#: statusnet.php:317 #: statusnet.php:322
msgid "Provide your own OAuth Credentials" msgid "Provide your own OAuth Credentials"
msgstr "Uveďte své vlastní OAuth přihlašovací údaje" msgstr "Uveďte své vlastní OAuth přihlašovací údaje"
#: statusnet.php:318 #: statusnet.php:323
msgid "" msgid ""
"No consumer key pair for StatusNet found. Register your Friendica Account as" "No consumer key pair for GNU Social found. Register your Friendica Account "
" an desktop client on your StatusNet account, copy the consumer key pair " "as an desktop client on your GNU Social account, copy the consumer key pair "
"here and enter the API base root.<br />Before you register your own OAuth " "here and enter the API base root.<br />Before you register your own OAuth "
"key pair ask the administrator if there is already a key pair for this " "key pair ask the administrator if there is already a key pair for this "
"Friendica installation at your favorited StatusNet installation." "Friendica installation at your favorited GNU Social installation."
msgstr "Nenalezen žádný spotřebitelský páru klíčů pro StatusNet. Zaregistrujte si svůj účet Friendica jako desktopový klient ve Vašem účtu StatusNet, zkopírujte si sem spotřebitelský páru klíčů a vložte API base root.<br />Předtím, než si zaregistrujete Váš vlastní pár klíčů OAuth, zjistěte si od Friendica administrátora, zda-li již existuje pár klíčů pro tuto instalaci Friendica pro Vaši oblíbenou StatusNet instalaci." msgstr ""
#: statusnet.php:320 #: statusnet.php:325
msgid "OAuth Consumer Key" msgid "OAuth Consumer Key"
msgstr "OAuth Consumer Key" msgstr "OAuth Consumer Key"
#: statusnet.php:323 #: statusnet.php:328
msgid "OAuth Consumer Secret" msgid "OAuth Consumer Secret"
msgstr "OAuth Consumer Secret" msgstr "OAuth Consumer Secret"
#: statusnet.php:326 statusnet.php:653 statusnet.php:665 #: statusnet.php:331 statusnet.php:679 statusnet.php:691
msgid "Base API Path (remember the trailing /)" msgid "Base API Path (remember the trailing /)"
msgstr "Cesta k Base API (nezapomeňte na koncové /)" msgstr "Cesta k Base API (nezapomeňte na koncové /)"
#: statusnet.php:329 #: statusnet.php:356
msgid "StatusNet application name"
msgstr "StatusNet název aplikace"
#: statusnet.php:351
msgid "" msgid ""
"To connect to your StatusNet account click the button below to get a " "To connect to your GNU Social account click the button below to get a "
"security code from StatusNet which you have to copy into the input box below" "security code from GNU Social which you have to copy into the input box "
" and submit the form. Only your <strong>public</strong> posts will be posted" "below and submit the form. Only your <strong>public</strong> posts will be "
" to StatusNet." "posted to GNU Social."
msgstr "Chcete-li připojit k vašemu účtu StatusNet klikněte na tlačítko níže, abyste dostati bezpečnostní kód ze StatusNetu, který musíte zkopírovat do vstupního pole níže a odelat formulář. Pouze Vaše <strong>veřejné</strong> příspěvky budou zveřejněny na StatusNetu." msgstr ""
#: statusnet.php:352 #: statusnet.php:357
msgid "Log in with StatusNet" msgid "Log in with GNU Social"
msgstr "Přihlásit se s StatusNet" msgstr "Přihlásit se pomocí GNU social"
#: statusnet.php:354 #: statusnet.php:359
msgid "Copy the security code from StatusNet here" msgid "Copy the security code from GNU Social here"
msgstr "Zkopírujte sem bezpečnostní kód ze StatusNet" msgstr "Zde překopírujte váš bezpečnostní kód z GNU social"
#: statusnet.php:360 #: statusnet.php:365
msgid "Cancel Connection Process" msgid "Cancel Connection Process"
msgstr "Zrušit připojování" msgstr "Zrušit připojování"
#: statusnet.php:362 #: statusnet.php:367
msgid "Current StatusNet API is" msgid "Current GNU Social API is"
msgstr "Aktuální StatusNet API je" msgstr ""
#: statusnet.php:363 #: statusnet.php:368
msgid "Cancel StatusNet Connection" msgid "Cancel GNU Social Connection"
msgstr "Zrušit StatusNet připojení" msgstr "Zrušit spojení s GNU social"
#: statusnet.php:374 #: statusnet.php:379
msgid "Currently connected to: " msgid "Currently connected to: "
msgstr "V současné době připojen k:" msgstr "Aktuálně jste připojen/a k:"
#: statusnet.php:375 #: statusnet.php:380
msgid "" msgid ""
"If enabled all your <strong>public</strong> postings can be posted to the " "If enabled all your <strong>public</strong> postings can be posted to the "
"associated StatusNet account. You can choose to do so by default (here) or " "associated GNU Social account. You can choose to do so by default (here) or "
"for every posting separately in the posting options when writing the entry." "for every posting separately in the posting options when writing the entry."
msgstr "Je-li povoleno, všechny Vaše <strong>veřejné</strong> příspěvky mohou být zaslány na související StatusNet účet. Můžete si vybrat, zda-li toto bude výchozí nastavení (zde), nebo budete mít možnost si vybrat požadované chování při psaní každého příspěvku." msgstr ""
#: statusnet.php:377 #: statusnet.php:382
msgid "" msgid ""
"<strong>Note</strong>: Due your privacy settings (<em>Hide your profile " "<strong>Note</strong>: Due your privacy settings (<em>Hide your profile "
"details from unknown viewers?</em>) the link potentially included in public " "details from unknown viewers?</em>) the link potentially included in public "
"postings relayed to StatusNet will lead the visitor to a blank page " "postings relayed to GNU Social will lead the visitor to a blank page "
"informing the visitor that the access to your profile has been restricted." "informing the visitor that the access to your profile has been restricted."
msgstr "<strong>Upozornění</strong>: Z důvodů Vašeho nastavení ochrany soukromí (<em> Skrýt Vaše profilové detaily před neznámými čtenáři?</em>) \nodkaz potenciálně zahrnutý ve Vašich veřejných příspěvcích poslaných do sítě StatusNet přesměruje návštěvníky na prázdnou stránku informující návštěvníky, že přístup k vašemu profilu je omezen." msgstr ""
#: statusnet.php:380 #: statusnet.php:385
msgid "Allow posting to StatusNet" msgid "Allow posting to GNU Social"
msgstr "Povolit zasílání příspěvků na StatusNet" msgstr "Povolit posílání příspěvků na GNU social"
#: statusnet.php:383 #: statusnet.php:388
msgid "Send public postings to StatusNet by default" msgid "Send public postings to GNU Social by default"
msgstr "Standardně poslílat veřejné příspěvky na StatusNet" msgstr ""
#: statusnet.php:387
msgid ""
"Mirror all posts from statusnet that are no replies or repeated messages"
msgstr "Zrcadlit všechny příspěvky ze statusnet, které nejsou odpověďmi nebo opakovanými zprávami"
#: statusnet.php:392 #: statusnet.php:392
msgid "Import the remote timeline" msgid ""
msgstr "Importovat vzdálenou časovou osu" "Mirror all posts from GNU Social that are no replies or repeated messages"
msgstr ""
#: statusnet.php:401 #: statusnet.php:398
msgid "Import the remote timeline"
msgstr ""
#: statusnet.php:402
msgid "Disabled"
msgstr "Zakázáno"
#: statusnet.php:403
msgid "Full Timeline"
msgstr ""
#: statusnet.php:404
msgid "Only Mentions"
msgstr ""
#: statusnet.php:413
msgid "Clear OAuth configuration" msgid "Clear OAuth configuration"
msgstr "Vymazat konfiguraci OAuth" msgstr "Vymazat konfiguraci OAuth"
#: statusnet.php:664 #: statusnet.php:690
msgid "Site name" msgid "Site name"
msgstr "Název webu" msgstr "Název webu"
#: statusnet.php:666 #: statusnet.php:692
msgid "Consumer Secret" msgid "Consumer Secret"
msgstr "Consumer Secret" msgstr "Consumer Secret"
#: statusnet.php:667 #: statusnet.php:693
msgid "Consumer Key" msgid "Consumer Key"
msgstr "Consumer Key" msgstr "Consumer Key"
#: statusnet.php:668
msgid "Application name"
msgstr "Název aplikace"

View file

@ -2,38 +2,40 @@
if(! function_exists("string_plural_select_cs")) { if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){ function string_plural_select_cs($n){
return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;; $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["Post to StatusNet"] = "Poslat příspěvek na StatusNet"; $a->strings["Post to GNU Social"] = "Poslat na GNU social";
$a->strings["Please contact your site administrator.<br />The provided API URL is not valid."] = "Obraťte se na administratora webu.<br />Poskytnutý odkaz na API není platný."; $a->strings["Please contact your site administrator.<br />The provided API URL is not valid."] = "Obraťte se na administratora webu.<br />Poskytnutý odkaz na API není platný.";
$a->strings["We could not contact the StatusNet API with the Path you entered."] = "S cestou, kterou jste zadali, se nebylo možné spojit s API StatusNetu."; $a->strings["We could not contact the GNU Social API with the Path you entered."] = "Nemohli jsme kontaktovat API GNU social pomocí cesty, kterou jste zadal/a.";
$a->strings["StatusNet settings updated."] = "Nastavení StatusNetu aktualizováno."; $a->strings["GNU Social settings updated."] = "Nastavení pro GNU social aktualizována.";
$a->strings["StatusNet Import/Export/Mirror"] = "StatusNet Import/Export/Zrcadlení"; $a->strings["GNU Social Import/Export/Mirror"] = "";
$a->strings["Globally Available StatusNet OAuthKeys"] = "Globálně dostupné StatusNet OAuth klíče"; $a->strings["Globally Available GNU Social OAuthKeys"] = "";
$a->strings["There are preconfigured OAuth key pairs for some StatusNet servers available. If you are useing one of them, please use these credentials. If not feel free to connect to any other StatusNet instance (see below)."] = "Jsou dostupné přednastavené OAuth páry klíčů pro některé servery StatusNetu. Pokud používáte některý z nich, použijte toto přihlášení. Pokud ne, neváhejte se připojit k jiné instanci StatusNet (viz níže)."; $a->strings["There are preconfigured OAuth key pairs for some GNU Social servers available. If you are using one of them, please use these credentials. If not feel free to connect to any other GNU Social instance (see below)."] = "";
$a->strings["Save Settings"] = "Uložit Nastavení"; $a->strings["Save Settings"] = "Uložit nastavení";
$a->strings["Provide your own OAuth Credentials"] = "Uveďte své vlastní OAuth přihlašovací údaje"; $a->strings["Provide your own OAuth Credentials"] = "Uveďte své vlastní OAuth přihlašovací údaje";
$a->strings["No consumer key pair for StatusNet found. Register your Friendica Account as an desktop client on your StatusNet account, copy the consumer key pair here and enter the API base root.<br />Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited StatusNet installation."] = "Nenalezen žádný spotřebitelský páru klíčů pro StatusNet. Zaregistrujte si svůj účet Friendica jako desktopový klient ve Vašem účtu StatusNet, zkopírujte si sem spotřebitelský páru klíčů a vložte API base root.<br />Předtím, než si zaregistrujete Váš vlastní pár klíčů OAuth, zjistěte si od Friendica administrátora, zda-li již existuje pár klíčů pro tuto instalaci Friendica pro Vaši oblíbenou StatusNet instalaci."; $a->strings["No consumer key pair for GNU Social found. Register your Friendica Account as an desktop client on your GNU Social account, copy the consumer key pair here and enter the API base root.<br />Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited GNU Social installation."] = "";
$a->strings["OAuth Consumer Key"] = "OAuth Consumer Key"; $a->strings["OAuth Consumer Key"] = "OAuth Consumer Key";
$a->strings["OAuth Consumer Secret"] = "OAuth Consumer Secret"; $a->strings["OAuth Consumer Secret"] = "OAuth Consumer Secret";
$a->strings["Base API Path (remember the trailing /)"] = "Cesta k Base API (nezapomeňte na koncové /)"; $a->strings["Base API Path (remember the trailing /)"] = "Cesta k Base API (nezapomeňte na koncové /)";
$a->strings["StatusNet application name"] = "StatusNet název aplikace"; $a->strings["To connect to your GNU Social account click the button below to get a security code from GNU Social which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to GNU Social."] = "";
$a->strings["To connect to your StatusNet account click the button below to get a security code from StatusNet which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to StatusNet."] = "Chcete-li připojit k vašemu účtu StatusNet klikněte na tlačítko níže, abyste dostati bezpečnostní kód ze StatusNetu, který musíte zkopírovat do vstupního pole níže a odelat formulář. Pouze Vaše <strong>veřejné</strong> příspěvky budou zveřejněny na StatusNetu."; $a->strings["Log in with GNU Social"] = "Přihlásit se pomocí GNU social";
$a->strings["Log in with StatusNet"] = "Přihlásit se s StatusNet"; $a->strings["Copy the security code from GNU Social here"] = "Zde překopírujte váš bezpečnostní kód z GNU social";
$a->strings["Copy the security code from StatusNet here"] = "Zkopírujte sem bezpečnostní kód ze StatusNet";
$a->strings["Cancel Connection Process"] = "Zrušit připojování"; $a->strings["Cancel Connection Process"] = "Zrušit připojování";
$a->strings["Current StatusNet API is"] = "Aktuální StatusNet API je"; $a->strings["Current GNU Social API is"] = "";
$a->strings["Cancel StatusNet Connection"] = "Zrušit StatusNet připojení"; $a->strings["Cancel GNU Social Connection"] = "Zrušit spojení s GNU social";
$a->strings["Currently connected to: "] = "V současné době připojen k:"; $a->strings["Currently connected to: "] = "Aktuálně jste připojen/a k:";
$a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated StatusNet account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Je-li povoleno, všechny Vaše <strong>veřejné</strong> příspěvky mohou být zaslány na související StatusNet účet. Můžete si vybrat, zda-li toto bude výchozí nastavení (zde), nebo budete mít možnost si vybrat požadované chování při psaní každého příspěvku."; $a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "";
$a->strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to StatusNet will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "<strong>Upozornění</strong>: Z důvodů Vašeho nastavení ochrany soukromí (<em> Skrýt Vaše profilové detaily před neznámými čtenáři?</em>) \nodkaz potenciálně zahrnutý ve Vašich veřejných příspěvcích poslaných do sítě StatusNet přesměruje návštěvníky na prázdnou stránku informující návštěvníky, že přístup k vašemu profilu je omezen."; $a->strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to GNU Social will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "";
$a->strings["Allow posting to StatusNet"] = "Povolit zasílání příspěvků na StatusNet"; $a->strings["Allow posting to GNU Social"] = "Povolit posílání příspěvků na GNU social";
$a->strings["Send public postings to StatusNet by default"] = "Standardně poslílat veřejné příspěvky na StatusNet"; $a->strings["Send public postings to GNU Social by default"] = "";
$a->strings["Mirror all posts from statusnet that are no replies or repeated messages"] = "Zrcadlit všechny příspěvky ze statusnet, které nejsou odpověďmi nebo opakovanými zprávami"; $a->strings["Mirror all posts from GNU Social that are no replies or repeated messages"] = "";
$a->strings["Import the remote timeline"] = "Importovat vzdálenou časovou osu"; $a->strings["Import the remote timeline"] = "";
$a->strings["Disabled"] = "Zakázáno";
$a->strings["Full Timeline"] = "";
$a->strings["Only Mentions"] = "";
$a->strings["Clear OAuth configuration"] = "Vymazat konfiguraci OAuth"; $a->strings["Clear OAuth configuration"] = "Vymazat konfiguraci OAuth";
$a->strings["Site name"] = "Název webu"; $a->strings["Site name"] = "Název webu";
$a->strings["Consumer Secret"] = "Consumer Secret"; $a->strings["Consumer Secret"] = "Consumer Secret";
$a->strings["Consumer Key"] = "Consumer Key"; $a->strings["Consumer Key"] = "Consumer Key";
$a->strings["Application name"] = "Název aplikace";

View file

@ -1,18 +1,19 @@
# ADDON nsfw # ADDON twitter
# Copyright (C) # Copyright (C)
# This file is distributed under the same license as the Friendica nsfw addon package. # This file is distributed under the same license as the Friendica twitter addon package.
# #
# #
# Translators: # Translators:
# Lorem Ipsum <aditoo@seznam.cz>, 2018 # Aditoo, 2018
# michal_s <msupler@gmail.com>, 2014-2015 # Aditoo, 2018
# michal_s <msupler@gmail.com>, 2014
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-01 11:11-0400\n" "POT-Creation-Date: 2018-06-02 10:25+0700\n"
"PO-Revision-Date: 2018-06-09 10:08+0000\n" "PO-Revision-Date: 2018-06-12 12:14+0000\n"
"Last-Translator: Lorem Ipsum <aditoo@seznam.cz>\n" "Last-Translator: Aditoo\n"
"Language-Team: Czech (http://www.transifex.com/Friendica/friendica/language/cs/)\n" "Language-Team: Czech (http://www.transifex.com/Friendica/friendica/language/cs/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -20,44 +21,116 @@ msgstr ""
"Language: cs\n" "Language: cs\n"
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
#: nsfw.php:77 nsfw.php:81 #: twitter.php:195
msgid "Content Filter (NSFW and more)" msgid "Post to Twitter"
msgstr "" msgstr "Poslat příspěvek na Twitter"
#: nsfw.php:85 #: twitter.php:236
msgid "" msgid ""
"This addon searches for specified words/text in posts and collapses them. It" "You submitted an empty PIN, please Sign In with Twitter again to get a new "
" can be used to filter content tagged with for instance #NSFW that may be " "one."
"deemed inappropriate at certain times or places, such as being at work. It "
"is also useful for hiding irrelevant or annoying content from direct view."
msgstr "" msgstr ""
#: nsfw.php:86 #: twitter.php:263
msgid "Enable Content filter" msgid "Twitter settings updated."
msgstr "Povolit Kontextový filtr" msgstr "Nastavení Twitteru aktualizováno."
#: nsfw.php:89 #: twitter.php:293 twitter.php:297
msgid "Comma separated list of keywords to hide" msgid "Twitter Import/Export/Mirror"
msgstr "Čárkou oddělený seznam klíčových slov ke skrytí" msgstr "Import/Export/Zrcadlení Twitteru"
#: nsfw.php:93 #: twitter.php:304
msgid ""
"No consumer key pair for Twitter found. Please contact your site "
"administrator."
msgstr "Nenalezen žádný spotřebitelský páru klíčů pro Twitter. Obraťte se na administrátora webu."
#: twitter.php:316
msgid ""
"At this Friendica instance the Twitter addon was enabled but you have not "
"yet connected your account to your Twitter account. To do so click the "
"button below to get a PIN from Twitter which you have to copy into the input"
" box below and submit the form. Only your <strong>public</strong> posts will"
" be posted to Twitter."
msgstr ""
#: twitter.php:317
msgid "Log in with Twitter"
msgstr "Přihlásit se s Twitter"
#: twitter.php:319
msgid "Copy the PIN from Twitter here"
msgstr "Zkopírujte sem PIN z Twitteru"
#: twitter.php:324 twitter.php:366 twitter.php:636
msgid "Save Settings" msgid "Save Settings"
msgstr "Uložit nastavení" msgstr "Uložit nastavení"
#: nsfw.php:94 #: twitter.php:336
msgid "Use /expression/ to provide regular expressions" msgid "Currently connected to: "
msgstr "Použít /výraz/ pro použití regulárních výrazů" msgstr "V současné době připojen k:"
#: nsfw.php:109 #: twitter.php:337
msgid "NSFW Settings saved." msgid "Disconnect"
msgstr "NSFW nastavení uloženo" msgstr "Odpojit"
#: nsfw.php:162 #: twitter.php:347
#, php-format msgid "Allow posting to Twitter"
msgid "Filtered tag: %s" msgstr "Povolit odesílání na Twitter"
msgstr "Filtrovaná značka: %s"
#: nsfw.php:164 #: twitter.php:347
#, php-format msgid ""
msgid "Filtered word: %s" "If enabled all your <strong>public</strong> postings can be posted to the "
msgstr "Filtrované slovo: %s" "associated Twitter account. You can choose to do so by default (here) or for"
" every posting separately in the posting options when writing the entry."
msgstr "Je-li povoleno, všechny Vaše <strong>veřejné</strong> příspěvky mohou být zaslány na související Twitter účet. Můžete si vybrat, zda-li toto bude výchozí nastavení (zde), nebo budete mít možnost si vybrat požadované chování při psaní každého příspěvku."
#: twitter.php:350
msgid ""
"<strong>Note</strong>: Due to your privacy settings (<em>Hide your profile "
"details from unknown viewers?</em>) the link potentially included in public "
"postings relayed to Twitter will lead the visitor to a blank page informing "
"the visitor that the access to your profile has been restricted."
msgstr ""
#: twitter.php:353
msgid "Send public postings to Twitter by default"
msgstr "Defaultně zasílat veřejné komentáře na Twitter"
#: twitter.php:356
msgid "Mirror all posts from twitter that are no replies"
msgstr ""
#: twitter.php:359
msgid "Import the remote timeline"
msgstr ""
#: twitter.php:362
msgid "Automatically create contacts"
msgstr "Automaticky vytvořit kontakty"
#: twitter.php:362
msgid ""
"This will automatically create a contact in Friendica as soon as you receive"
" a message from an existing contact via the Twitter network. If you do not "
"enable this, you need to manually add those Twitter contacts in Friendica "
"from whom you would like to see posts here. However if enabled, you cannot "
"merely remove a twitter contact from the Friendica contact list, as it will "
"recreate this contact when they post again."
msgstr ""
#: twitter.php:614
msgid "Twitter post failed. Queued for retry."
msgstr ""
#: twitter.php:628
msgid "Settings updated."
msgstr "Nastavení aktualizováno."
#: twitter.php:638
msgid "Consumer key"
msgstr "Consumer key"
#: twitter.php:639
msgid "Consumer secret"
msgstr "Consumer secret"

View file

@ -6,12 +6,26 @@ function string_plural_select_cs($n){
return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;; return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
}} }}
; ;
$a->strings["Content Filter (NSFW and more)"] = ""; $a->strings["Post to Twitter"] = "Poslat příspěvek na Twitter";
$a->strings["This addon searches for specified words/text in posts and collapses them. It can be used to filter content tagged with for instance #NSFW that may be deemed inappropriate at certain times or places, such as being at work. It is also useful for hiding irrelevant or annoying content from direct view."] = ""; $a->strings["You submitted an empty PIN, please Sign In with Twitter again to get a new one."] = "";
$a->strings["Enable Content filter"] = "Povolit Kontextový filtr"; $a->strings["Twitter settings updated."] = "Nastavení Twitteru aktualizováno.";
$a->strings["Comma separated list of keywords to hide"] = "Čárkou oddělený seznam klíčových slov ke skrytí"; $a->strings["Twitter Import/Export/Mirror"] = "Import/Export/Zrcadlení Twitteru";
$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "Nenalezen žádný spotřebitelský páru klíčů pro Twitter. Obraťte se na administrátora webu.";
$a->strings["At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to Twitter."] = "";
$a->strings["Log in with Twitter"] = "Přihlásit se s Twitter";
$a->strings["Copy the PIN from Twitter here"] = "Zkopírujte sem PIN z Twitteru";
$a->strings["Save Settings"] = "Uložit nastavení"; $a->strings["Save Settings"] = "Uložit nastavení";
$a->strings["Use /expression/ to provide regular expressions"] = "Použít /výraz/ pro použití regulárních výrazů"; $a->strings["Currently connected to: "] = "V současné době připojen k:";
$a->strings["NSFW Settings saved."] = "NSFW nastavení uloženo"; $a->strings["Disconnect"] = "Odpojit";
$a->strings["Filtered tag: %s"] = "Filtrovaná značka: %s"; $a->strings["Allow posting to Twitter"] = "Povolit odesílání na Twitter";
$a->strings["Filtered word: %s"] = "Filtrované slovo: %s"; $a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Je-li povoleno, všechny Vaše <strong>veřejné</strong> příspěvky mohou být zaslány na související Twitter účet. Můžete si vybrat, zda-li toto bude výchozí nastavení (zde), nebo budete mít možnost si vybrat požadované chování při psaní každého příspěvku.";
$a->strings["<strong>Note</strong>: Due to your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "";
$a->strings["Send public postings to Twitter by default"] = "Defaultně zasílat veřejné komentáře na Twitter";
$a->strings["Mirror all posts from twitter that are no replies"] = "";
$a->strings["Import the remote timeline"] = "";
$a->strings["Automatically create contacts"] = "Automaticky vytvořit kontakty";
$a->strings["This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here. However if enabled, you cannot merely remove a twitter contact from the Friendica contact list, as it will recreate this contact when they post again."] = "";
$a->strings["Twitter post failed. Queued for retry."] = "";
$a->strings["Settings updated."] = "Nastavení aktualizováno.";
$a->strings["Consumer key"] = "Consumer key";
$a->strings["Consumer secret"] = "Consumer secret";