mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +02:00
Merge pull request #1337 from tobiasd/20221217-lng
FR, HU, PL translation updates
This commit is contained in:
commit
4cdd24c871
107 changed files with 815 additions and 247 deletions
58
nsfw/lang/fr/messages.po
Normal file
58
nsfw/lang/fr/messages.po
Normal file
|
@ -0,0 +1,58 @@
|
|||
# ADDON nsfw
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica nsfw addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Nicolas Derive, 2022
|
||||
# StefOfficiel <pichard.stephane@free.fr>, 2015
|
||||
# Vincent Vindarel <vindarel@mailz.org>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-11-18 11:57-0500\n"
|
||||
"PO-Revision-Date: 2014-06-23 10:34+0000\n"
|
||||
"Last-Translator: Nicolas Derive, 2022\n"
|
||||
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
|
||||
#: 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 "
|
||||
"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."
|
||||
msgstr "Cette extension recherche des mots/textes spécifiés dans les publications et les masque. Elle peut être utilisée pour filtrer le contenu étiqueté par exemple avec #NSFW qui peut être considéré comme inapproprié à certains moments ou endroits, comme par exemple au travail. Elle est aussi utile pour cacher du contenu non pertinent ou ennuyeux d'une vue directe."
|
||||
|
||||
#: nsfw.php:66
|
||||
msgid "Enable Content filter"
|
||||
msgstr "Activer le filtrage de contenu"
|
||||
|
||||
#: nsfw.php:67
|
||||
msgid "Comma separated list of keywords to hide"
|
||||
msgstr "Liste de mots-clés - séparés par des virgules - à cacher"
|
||||
|
||||
#: nsfw.php:67
|
||||
msgid ""
|
||||
"Use /expression/ to provide regular expressions, #tag to specfically match "
|
||||
"hashtags (case-insensitive), or regular words (case-sensitive)"
|
||||
msgstr "Utiliser /expression/ pour fournir des expressions régulières, #tag pour correspondre à un mot-dièse (hashtag, insensible à la casse), ou des mots classiques (sensible à la casse)"
|
||||
|
||||
#: nsfw.php:72
|
||||
msgid "Content Filter (NSFW and more)"
|
||||
msgstr "Filtre de contenu (NSFW et autres)"
|
||||
|
||||
#: nsfw.php:140
|
||||
#, php-format
|
||||
msgid "Filtered tag: %s"
|
||||
msgstr "Tag filtré: %s"
|
||||
|
||||
#: nsfw.php:142
|
||||
#, php-format
|
||||
msgid "Filtered word: %s"
|
||||
msgstr "Mot filtré: %s"
|
|
@ -5,9 +5,10 @@ function string_plural_select_fr($n){
|
|||
$n = intval($n);
|
||||
if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; }
|
||||
}}
|
||||
$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.'] = 'Cette extension recherche des mots/textes spécifiés dans les publications et les masque. Elle peut être utilisée pour filtrer le contenu étiqueté par exemple avec #NSFW qui peut être considéré comme inapproprié à certains moments ou endroits, comme par exemple au travail. Elle est aussi utile pour cacher du contenu non pertinent ou ennuyeux d\'une vue directe.';
|
||||
$a->strings['Enable Content filter'] = 'Activer le filtrage de contenu';
|
||||
$a->strings['Comma separated list of keywords to hide'] = 'Liste de mots-clés - séparés par des virgules - à cacher';
|
||||
$a->strings['Use /expression/ to provide regular expressions'] = 'Utilisez /expression/ pour les expressions rationnelles';
|
||||
$a->strings['Use /expression/ to provide regular expressions, #tag to specfically match hashtags (case-insensitive), or regular words (case-sensitive)'] = 'Utiliser /expression/ pour fournir des expressions régulières, #tag pour correspondre à un mot-dièse (hashtag, insensible à la casse), ou des mots classiques (sensible à la casse)';
|
||||
$a->strings['Content Filter (NSFW and more)'] = 'Filtre de contenu (NSFW et autres)';
|
||||
$a->strings['Filtered tag: %s'] = 'Tag filtré: %s';
|
||||
$a->strings['Filtered word: %s'] = 'Mot filtré: %s';
|
||||
|
|
|
@ -4,14 +4,14 @@
|
|||
#
|
||||
#
|
||||
# Translators:
|
||||
# Balázs Úr, 2020-2021
|
||||
# Balázs Úr, 2020-2022
|
||||
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-23 18:52+0000\n"
|
||||
"Last-Translator: Balázs Úr\n"
|
||||
"POT-Creation-Date: 2022-11-18 11:57-0500\n"
|
||||
"PO-Revision-Date: 2014-06-23 10:34+0000\n"
|
||||
"Last-Translator: Balázs Úr, 2020-2022\n"
|
||||
"Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -36,8 +36,10 @@ msgid "Comma separated list of keywords to hide"
|
|||
msgstr "Kulcsszavak vesszővel elválasztott listája az elrejtéshez"
|
||||
|
||||
#: nsfw.php:67
|
||||
msgid "Use /expression/ to provide regular expressions"
|
||||
msgstr "Használjon /kifejezést/ reguláris kifejezések megadásához"
|
||||
msgid ""
|
||||
"Use /expression/ to provide regular expressions, #tag to specfically match "
|
||||
"hashtags (case-insensitive), or regular words (case-sensitive)"
|
||||
msgstr "Használjon /kifejezést/ reguláris kifejezések megadásához, #címkét a kettőskeresztescímkék kifejezett illesztéséhez (nem érzékeny a kis- és nagybetűkre) vagy szabályos szavakat (kis- és nagybetűérzékeny)"
|
||||
|
||||
#: nsfw.php:72
|
||||
msgid "Content Filter (NSFW and more)"
|
||||
|
|
|
@ -8,7 +8,7 @@ function string_plural_select_hu($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.'] = 'Ez a bővítmény megadott szavakra vagy szövegre keres a bejegyzésekben, és összecsukja azokat. Használható például az #NSFW megjelölésű tartalmak szűréséhez, amelyek bizonyos időkben vagy helyeken nem megfelelőnek tekinthetők, mint például munka közben. Ez hasznos a nem kapcsolódó vagy idegesítő tartalom elrejtéséhez a közvetlen megtekintés elől.';
|
||||
$a->strings['Enable Content filter'] = 'Tartalomszűrő engedélyezése';
|
||||
$a->strings['Comma separated list of keywords to hide'] = 'Kulcsszavak vesszővel elválasztott listája az elrejtéshez';
|
||||
$a->strings['Use /expression/ to provide regular expressions'] = 'Használjon /kifejezést/ reguláris kifejezések megadásához';
|
||||
$a->strings['Use /expression/ to provide regular expressions, #tag to specfically match hashtags (case-insensitive), or regular words (case-sensitive)'] = 'Használjon /kifejezést/ reguláris kifejezések megadásához, #címkét a kettőskeresztescímkék kifejezett illesztéséhez (nem érzékeny a kis- és nagybetűkre) vagy szabályos szavakat (kis- és nagybetűérzékeny)';
|
||||
$a->strings['Content Filter (NSFW and more)'] = 'Tartalomszűrő (érzékeny tartalmak és egyebek)';
|
||||
$a->strings['Filtered tag: %s'] = 'Kiszűrt címke: %s';
|
||||
$a->strings['Filtered word: %s'] = 'Kiszűrt szó: %s';
|
||||
|
|
|
@ -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