added CS translation of the nsfw addon THX Aditoo

pull/619/head
Tobias Diekershoff 2018-06-12 16:03:28 +02:00
parent 98682dc67c
commit e46a269ccb
2 changed files with 11 additions and 11 deletions

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";