From d061ab79970f2381cf93233c3e066bd2b60754b4 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 10 Jun 2018 08:32:38 +0200 Subject: [PATCH] added CS translation of the langfilter addon THX Aditoo --- langfilter/lang/cs/messages.po | 80 ++++++++++++++++++++++++++++++++++ langfilter/lang/cs/strings.php | 20 +++++++++ 2 files changed, 100 insertions(+) create mode 100644 langfilter/lang/cs/messages.po create mode 100644 langfilter/lang/cs/strings.php diff --git a/langfilter/lang/cs/messages.po b/langfilter/lang/cs/messages.po new file mode 100644 index 00000000..951c416d --- /dev/null +++ b/langfilter/lang/cs/messages.po @@ -0,0 +1,80 @@ +# ADDON langfilter +# Copyright (C) +# This file is distributed under the same license as the Friendica langfilter addon package. +# +# +# Translators: +# Lorem Ipsum , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-04-01 11:11-0400\n" +"PO-Revision-Date: 2018-06-09 09:56+0000\n" +"Last-Translator: Lorem Ipsum \n" +"Language-Team: Czech (http://www.transifex.com/Friendica/friendica/language/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\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" + +#: langfilter.php:58 +msgid "Language Filter" +msgstr "Jazykový filtr" + +#: langfilter.php:59 +msgid "" +"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." +msgstr "" + +#: langfilter.php:60 +msgid "Use the language filter" +msgstr "Použít jazykový filtr" + +#: langfilter.php:61 +msgid "Able to read" +msgstr "" + +#: langfilter.php:61 +msgid "" +"List of abbreviations (iso2 codes) for languages you speak, comma separated." +" For example \"de,it\"." +msgstr "" + +#: langfilter.php:62 +msgid "Minimum confidence in language detection" +msgstr "" + +#: langfilter.php:62 +msgid "" +"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." +msgstr "" + +#: langfilter.php:63 +msgid "Minimum length of message body" +msgstr "" + +#: langfilter.php:63 +msgid "" +"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)." +msgstr "" + +#: langfilter.php:64 +msgid "Save Settings" +msgstr "Uložit nastavení" + +#: langfilter.php:105 +msgid "Language Filter Settings saved." +msgstr "" + +#: langfilter.php:182 +#, php-format +msgid "Filtered language: %s" +msgstr "Filtrovaný jazyk: %s" diff --git a/langfilter/lang/cs/strings.php b/langfilter/lang/cs/strings.php new file mode 100644 index 00000000..1566b0bd --- /dev/null +++ b/langfilter/lang/cs/strings.php @@ -0,0 +1,20 @@ += 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;; +}} +; +$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["Use the language filter"] = "Použít jazykový filtr"; +$a->strings["Able to read"] = ""; +$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = ""; +$a->strings["Minimum confidence in language detection"] = ""; +$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 length of message body"] = ""; +$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["Save Settings"] = "Uložit nastavení"; +$a->strings["Language Filter Settings saved."] = ""; +$a->strings["Filtered language: %s"] = "Filtrovaný jazyk: %s";