CS langfilter addon

This commit is contained in:
Tobias Diekershoff 2018-06-18 10:39:42 +02:00
parent df9364039b
commit ce5b211b9a
2 changed files with 20 additions and 19 deletions

View File

@ -4,14 +4,15 @@
# #
# #
# Translators: # Translators:
# Lorem Ipsum <aditoo@seznam.cz>, 2018 # Aditoo, 2018
# Aditoo, 2018
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 09:56+0000\n" "PO-Revision-Date: 2018-06-14 14:15+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"
@ -28,7 +29,7 @@ msgid ""
"This addon tries to identify the language posts are writen in. If it does " "This addon tries to identify the language posts are writen in. If it does "
"not match any language specifed below, posts will be hidden by collapsing " "not match any language specifed below, posts will be hidden by collapsing "
"them." "them."
msgstr "" msgstr "Tento doplněk zkouší identifikovat jazyk, ve kterém jsou napsány příspěvky. Pokud nelze přiřadit příspěvky k žádnému níže specifikovanému jazyku, příspěvky budou zabaleny."
#: langfilter.php:60 #: langfilter.php:60
msgid "Use the language filter" msgid "Use the language filter"
@ -36,35 +37,35 @@ msgstr "Použít jazykový filtr"
#: langfilter.php:61 #: langfilter.php:61
msgid "Able to read" msgid "Able to read"
msgstr "" msgstr "Lze číst"
#: langfilter.php:61 #: langfilter.php:61
msgid "" msgid ""
"List of abbreviations (iso2 codes) for languages you speak, comma separated." "List of abbreviations (iso2 codes) for languages you speak, comma separated."
" For example \"de,it\"." " For example \"de,it\"."
msgstr "" msgstr "Seznam zkratek (kódů ISO 2) pro jazyky, kterými mluvíte, oddělených čárkami. Příklad: \"cs,sk\"."
#: langfilter.php:62 #: langfilter.php:62
msgid "Minimum confidence in language detection" msgid "Minimum confidence in language detection"
msgstr "" msgstr "Minimální jistota v detekci jazyka"
#: langfilter.php:62 #: langfilter.php:62
msgid "" msgid ""
"Minimum confidence in language detection being correct, from 0 to 100. Posts" "Minimum confidence in language detection being correct, from 0 to 100. Posts"
" will not be filtered when the confidence of language detection is below " " will not be filtered when the confidence of language detection is below "
"this percent value." "this percent value."
msgstr "" msgstr "Minimální jistota ve správnost detekce jazyka, od 0 do 100. Pokud jistota v detekci spadne pod tuto úroveň, nebudou příspěvky filtrovány."
#: langfilter.php:63 #: langfilter.php:63
msgid "Minimum length of message body" msgid "Minimum length of message body"
msgstr "" msgstr "Minimální délka těla zprávy"
#: langfilter.php:63 #: langfilter.php:63
msgid "" msgid ""
"Minimum number of characters in message body for filter to be used. Posts " "Minimum number of characters in message body for filter to be used. Posts "
"shorter than this will not be filtered. Note: Language detection is " "shorter than this will not be filtered. Note: Language detection is "
"unreliable for short content (<200 characters)." "unreliable for short content (<200 characters)."
msgstr "" msgstr "Minimální počet znaků v těle zprávy pro použití filtru. Kratší zprávy nebudou filtrovány. Poznámka: Detekce jazyka je nespolehlivá pro krátký obsah (<200 znaků)."
#: langfilter.php:64 #: langfilter.php:64
msgid "Save Settings" msgid "Save Settings"
@ -72,7 +73,7 @@ msgstr "Uložit nastavení"
#: langfilter.php:105 #: langfilter.php:105
msgid "Language Filter Settings saved." msgid "Language Filter Settings saved."
msgstr "" msgstr "Nastavení Language Filter uložena."
#: langfilter.php:182 #: langfilter.php:182
#, php-format #, php-format

View File

@ -7,14 +7,14 @@ function string_plural_select_cs($n){
}} }}
; ;
$a->strings["Language Filter"] = "Jazykový filtr"; $a->strings["Language Filter"] = "Jazykový filtr";
$a->strings["This addon tries to identify the language posts are writen in. If it does not match any language specifed below, posts will be hidden by collapsing them."] = ""; $a->strings["This addon tries to identify the language posts are writen in. If it does not match any language specifed below, posts will be hidden by collapsing them."] = "Tento doplněk zkouší identifikovat jazyk, ve kterém jsou napsány příspěvky. Pokud nelze přiřadit příspěvky k žádnému níže specifikovanému jazyku, příspěvky budou zabaleny.";
$a->strings["Use the language filter"] = "Použít jazykový filtr"; $a->strings["Use the language filter"] = "Použít jazykový filtr";
$a->strings["Able to read"] = ""; $a->strings["Able to read"] = "Lze číst";
$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = ""; $a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "Seznam zkratek (kódů ISO 2) pro jazyky, kterými mluvíte, oddělených čárkami. Příklad: \"cs,sk\".";
$a->strings["Minimum confidence in language detection"] = ""; $a->strings["Minimum confidence in language detection"] = "Minimální jistota v detekci jazyka";
$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = ""; $a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Minimální jistota ve správnost detekce jazyka, od 0 do 100. Pokud jistota v detekci spadne pod tuto úroveň, nebudou příspěvky filtrovány.";
$a->strings["Minimum length of message body"] = ""; $a->strings["Minimum length of message body"] = "Minimální délka těla zprávy";
$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = ""; $a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Minimální počet znaků v těle zprávy pro použití filtru. Kratší zprávy nebudou filtrovány. Poznámka: Detekce jazyka je nespolehlivá pro krátký obsah (<200 znaků).";
$a->strings["Save Settings"] = "Uložit nastavení"; $a->strings["Save Settings"] = "Uložit nastavení";
$a->strings["Language Filter Settings saved."] = ""; $a->strings["Language Filter Settings saved."] = "Nastavení Language Filter uložena.";
$a->strings["Filtered language: %s"] = "Filtrovaný jazyk: %s"; $a->strings["Filtered language: %s"] = "Filtrovaný jazyk: %s";