PL translation update THX strebski

This commit is contained in:
Tobias Diekershoff 2022-03-08 16:26:19 +01:00
parent ba94368482
commit ed96e0a2f6
No known key found for this signature in database
GPG key ID: 25FE376FF17694A1
107 changed files with 1290 additions and 1501 deletions

View file

@ -4,14 +4,14 @@
#
#
# Translators:
# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018
# Waldemar Stoczkowski, 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-04-07 16:56+0000\n"
"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\n"
"POT-Creation-Date: 2021-11-21 19:15-0500\n"
"PO-Revision-Date: 2021-12-22 17:22+0000\n"
"Last-Translator: Transifex Bot <>\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -19,11 +19,7 @@ msgstr ""
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: nsfw.php:77 nsfw.php:81
msgid "Content Filter (NSFW and more)"
msgstr "Filtr zawartości (NSFW i więcej)"
#: nsfw.php:85
#: nsfw.php:65
msgid ""
"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 "
@ -31,32 +27,28 @@ msgid ""
"is also useful for hiding irrelevant or annoying content from direct view."
msgstr "Ten dodatek szuka określonych słów/tekstów w postach i zwija je. Może służyć do filtrowania treści oznaczonych np. NSFW, które mogą zostać uznane za nieodpowiednie w określonych momentach lub miejscach, na przykład w pracy. Jest to również przydatne do ukrywania nieistotnych lub irytujących treści z bezpośredniego widoku."
#: nsfw.php:86
#: nsfw.php:66
msgid "Enable Content filter"
msgstr "Włącz filtr treści"
#: nsfw.php:89
#: nsfw.php:67
msgid "Comma separated list of keywords to hide"
msgstr "Rozdzielana przecinkami lista słów kluczowych do ukrycia"
#: nsfw.php:93
msgid "Save Settings"
msgstr "Zapisz ustawienia"
#: nsfw.php:94
#: nsfw.php:67
msgid "Use /expression/ to provide regular expressions"
msgstr "Użyj /wyrażenia/, aby zapewnić wyrażenia regularne"
#: nsfw.php:109
msgid "NSFW Settings saved."
msgstr "Ustawienia NSFW zostały zapisane."
#: nsfw.php:72
msgid "Content Filter (NSFW and more)"
msgstr "Filtr zawartości (NSFW i więcej)"
#: nsfw.php:162
#: nsfw.php:140
#, php-format
msgid "Filtered tag: %s"
msgstr "Filtrowane tagów: %s"
#: nsfw.php:164
#: nsfw.php:142
#, php-format
msgid "Filtered word: %s"
msgstr "Filtrowane słowo: %s"

View file

@ -5,12 +5,10 @@ function string_plural_select_pl($n){
$n = intval($n);
if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
$a->strings['Content Filter (NSFW and more)'] = 'Filtr zawartości (NSFW i więcej)';
$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.'] = 'Ten dodatek szuka określonych słów/tekstów w postach i zwija je. Może służyć do filtrowania treści oznaczonych np. NSFW, które mogą zostać uznane za nieodpowiednie w określonych momentach lub miejscach, na przykład w pracy. Jest to również przydatne do ukrywania nieistotnych lub irytujących treści z bezpośredniego widoku.';
$a->strings['Enable Content filter'] = 'Włącz filtr treści';
$a->strings['Comma separated list of keywords to hide'] = 'Rozdzielana przecinkami lista słów kluczowych do ukrycia';
$a->strings['Save Settings'] = 'Zapisz ustawienia';
$a->strings['Use /expression/ to provide regular expressions'] = 'Użyj /wyrażenia/, aby zapewnić wyrażenia regularne';
$a->strings['NSFW Settings saved.'] = 'Ustawienia NSFW zostały zapisane.';
$a->strings['Content Filter (NSFW and more)'] = 'Filtr zawartości (NSFW i więcej)';
$a->strings['Filtered tag: %s'] = 'Filtrowane tagów: %s';
$a->strings['Filtered word: %s'] = 'Filtrowane słowo: %s';