mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +02:00
PL translation of various addons updated
This commit is contained in:
parent
361e5407cf
commit
b64639dc4c
26 changed files with 98 additions and 78 deletions
|
@ -4,14 +4,15 @@
|
|||
#
|
||||
#
|
||||
# Translators:
|
||||
# Piotr Strębski <strebski@gmail.com>, 2022
|
||||
# Waldemar Stoczkowski, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \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"
|
||||
"POT-Creation-Date: 2022-11-18 11:57-0500\n"
|
||||
"PO-Revision-Date: 2014-06-23 10:34+0000\n"
|
||||
"Last-Translator: Piotr Strębski <strebski@gmail.com>, 2022\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"
|
||||
|
@ -36,8 +37,10 @@ msgid "Comma separated list of keywords to hide"
|
|||
msgstr "Rozdzielana przecinkami lista słów kluczowych do ukrycia"
|
||||
|
||||
#: nsfw.php:67
|
||||
msgid "Use /expression/ to provide regular expressions"
|
||||
msgstr "Użyj /wyrażenia/, aby zapewnić wyrażenia regularne"
|
||||
msgid ""
|
||||
"Use /expression/ to provide regular expressions, #tag to specfically match "
|
||||
"hashtags (case-insensitive), or regular words (case-sensitive)"
|
||||
msgstr ""
|
||||
|
||||
#: nsfw.php:72
|
||||
msgid "Content Filter (NSFW and more)"
|
||||
|
@ -46,7 +49,7 @@ msgstr "Filtr zawartości (NSFW i więcej)"
|
|||
#: nsfw.php:140
|
||||
#, php-format
|
||||
msgid "Filtered tag: %s"
|
||||
msgstr "Filtrowane tagów: %s"
|
||||
msgstr "Filtrowane znaczników: %s"
|
||||
|
||||
#: nsfw.php:142
|
||||
#, php-format
|
||||
|
|
|
@ -8,7 +8,6 @@ function string_plural_select_pl($n){
|
|||
$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['Use /expression/ to provide regular expressions'] = 'Użyj /wyrażenia/, aby zapewnić wyrażenia regularne';
|
||||
$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 tag: %s'] = 'Filtrowane znaczników: %s';
|
||||
$a->strings['Filtered word: %s'] = 'Filtrowane słowo: %s';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue