CS translation piwik addon THX aditoo

This commit is contained in:
Tobias Diekershoff 2019-02-21 07:05:55 +01:00
parent fc85b9dd3f
commit e68af0eb88
2 changed files with 29 additions and 29 deletions

View File

@ -4,14 +4,14 @@
# #
# #
# Translators: # Translators:
# Aditoo, 2018 # Aditoo, 2018-2019
# 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: 2015-07-26 12:49+0200\n" "POT-Creation-Date: 2019-02-19 10:42+0100\n"
"PO-Revision-Date: 2018-06-11 19:40+0000\n" "PO-Revision-Date: 2019-02-20 19:23+0000\n"
"Last-Translator: Aditoo\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"
@ -20,46 +20,46 @@ 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"
#: piwik.php:79 #: piwik.php:94
msgid "" msgid ""
"This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> " "This website is tracked using the <a href='http://www.matomo.org'>Matomo</a>"
"analytics tool." " analytics tool."
msgstr "Tato webová stránka je sledována pomocí nástroje pro analýzu <a href='http://www.piwik.org'>Piwik</a>." msgstr "Tato webová stránka je sledována pomocí nástroje pro analýzu <a href='http://www.matomo.org'>Matomo</a>."
#: piwik.php:82 #: piwik.php:97
#, php-format #, php-format
msgid "" msgid ""
"If you do not want that your visits are logged in this way you <a " "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 " "href='%s'>can set a cookie to prevent Matomo / Piwik from tracking further "
"the site</a> (opt-out)." "visits of the site</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)" 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í službě Matomo/Piwik, aby sledovala vaše další návštěvy na stránce</a> (tzv. opt-out)"
#: piwik.php:89 #: piwik.php:104
msgid "Save Settings" msgid "Save Settings"
msgstr "Uložit nastavení" msgstr "Uložit nastavení"
#: piwik.php:90 #: piwik.php:105
msgid "Piwik Base URL" msgid "Matomo (Piwik) Base URL"
msgstr "Piwik Base adresa URL" msgstr "Základní URL adresa Matomo (Piwik)"
#: piwik.php:90 #: piwik.php:105
msgid "" msgid ""
"Absolute path to your Piwik installation. (without protocol (http/s), with " "Absolute path to your Matomo (Piwik) installation. (without protocol "
"trailing slash)" "(http/s), with trailing slash)"
msgstr "Absolutní cesta k Vaší instalaci Piwik. (bez protokolu (http/s), s koncovým lomítkem)" msgstr "Absolutní cesta k vaší instalaci Matomo (Piwik). (bez protokolu (http/s), s lomítkem na konci)"
#: piwik.php:91 #: piwik.php:106
msgid "Site ID" msgid "Site ID"
msgstr "ID webu" msgstr "ID webu"
#: piwik.php:92 #: piwik.php:107
msgid "Show opt-out cookie link?" msgid "Show opt-out cookie link?"
msgstr "Zobrazit odkaz opt-out cookie?" msgstr "Zobrazit odkaz pro opt-out cookie?"
#: piwik.php:93 #: piwik.php:108
msgid "Asynchronous tracking" msgid "Asynchronous tracking"
msgstr "Asynchronní sledování" msgstr "Asynchronní sledování"
#: piwik.php:105 #: piwik.php:120
msgid "Settings updated." msgid "Settings updated."
msgstr "Nastavení aktualizováno." msgstr "Nastavení aktualizováno."

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["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.matomo.org'>Matomo</a> analytics tool."] = "Tato webová stránka je sledována pomocí nástroje pro analýzu <a href='http://www.matomo.org'>Matomo</a>.";
$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["If you do not want that your visits are logged in this way you <a href='%s'>can set a cookie to prevent Matomo / 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í službě Matomo/Piwik, aby sledovala vaše další návštěvy na stránce</a> (tzv. opt-out)";
$a->strings["Save Settings"] = "Uložit nastavení"; $a->strings["Save Settings"] = "Uložit nastavení";
$a->strings["Piwik Base URL"] = "Piwik Base adresa URL"; $a->strings["Matomo (Piwik) Base URL"] = "Základní URL adresa Matomo (Piwik)";
$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 Matomo (Piwik) installation. (without protocol (http/s), with trailing slash)"] = "Absolutní cesta k vaší instalaci Matomo (Piwik). (bez protokolu (http/s), s lomítkem na konci)";
$a->strings["Site ID"] = "ID webu"; $a->strings["Site ID"] = "ID webu";
$a->strings["Show opt-out cookie link?"] = "Zobrazit odkaz opt-out cookie?"; $a->strings["Show opt-out cookie link?"] = "Zobrazit odkaz pro opt-out cookie?";
$a->strings["Asynchronous tracking"] = "Asynchronní sledování"; $a->strings["Asynchronous tracking"] = "Asynchronní sledování";
$a->strings["Settings updated."] = "Nastavení aktualizováno."; $a->strings["Settings updated."] = "Nastavení aktualizováno.";