friendica-addons/nsfw/lang/it/messages.po

63 lines
2.4 KiB
Plaintext
Raw Normal View History

2014-09-14 20:01:44 +00:00
# ADDON nsfw
# Copyright (C)
# This file is distributed under the same license as the Friendica nsfw addon package.
#
#
# Translators:
2018-03-19 20:28:00 +00:00
# fabrixxm <fabrix.xm@gmail.com>, 2014-2015,2018
2023-04-21 19:41:23 +00:00
# Sylke Vicious <silkevicious@gmail.com>, 2020,2023
2014-09-14 20:01:44 +00:00
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
2023-04-09 05:58:49 +00:00
"POT-Creation-Date: 2022-12-10 14:42-0500\n"
"PO-Revision-Date: 2014-06-23 10:34+0000\n"
2023-04-21 19:41:23 +00:00
"Last-Translator: Sylke Vicious <silkevicious@gmail.com>, 2020,2023\n"
2023-04-09 05:58:49 +00:00
"Language-Team: Italian (http://app.transifex.com/Friendica/friendica/language/it/)\n"
2014-09-14 20:01:44 +00:00
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: it\n"
2023-04-09 05:58:49 +00:00
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
2014-09-14 20:01:44 +00:00
2023-04-09 05:58:49 +00:00
#: nsfw.php:65
2014-09-14 20:01:44 +00:00
msgid ""
2018-03-19 20:28:00 +00:00
"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."
2020-09-18 06:04:03 +00:00
msgstr "Questo componente aggiuntivo cerca per le parole specificate nei messaggi e li collassa. Può essere usato per filtrare contenuto taggato, per esempio, #NSFW (non sicuro per il lavoro), che può risultare inappropriato in certi orari o in certi luoghi, come appunto al lavoro. È anche utile per nascondere contenuto irrilevante o fastidioso."
2018-03-19 20:28:00 +00:00
2023-04-09 05:58:49 +00:00
#: nsfw.php:66
2014-09-14 20:01:44 +00:00
msgid "Enable Content filter"
msgstr "Abilita il Filtro Contenuti"
2014-09-14 20:01:44 +00:00
2023-04-09 05:58:49 +00:00
#: nsfw.php:67
2014-09-14 20:01:44 +00:00
msgid "Comma separated list of keywords to hide"
msgstr "Elenco separato da virgole di parole da nascondere"
2014-09-14 20:01:44 +00:00
2023-04-09 05:58:49 +00:00
#: nsfw.php:67
msgid ""
"Use /expression/ to provide regular expressions, #tag to specfically match "
"hashtags (case-insensitive), or regular words (case-sensitive)"
2023-04-21 19:41:23 +00:00
msgstr "Usa /expression/ per fornire espressioni regolari, #tag per gli hashtag che coincidono specificatamente (insensibile alle maiuscole), o parole normali (sensibile alle maiuscole)"
2014-09-14 20:01:44 +00:00
2023-04-09 05:58:49 +00:00
#: nsfw.php:72
msgid "Content Filter (NSFW and more)"
msgstr "Filtro Contenuto (NSFW e altro)"
2014-09-14 20:01:44 +00:00
2023-04-09 05:58:49 +00:00
#: nsfw.php:96
#, php-format
msgid "Regular expression \"%s\" fails to compile"
2023-04-21 19:41:23 +00:00
msgstr "L'espressione regolare \"%s\" fallisce la compilazione"
2014-09-14 20:01:44 +00:00
2023-04-09 05:58:49 +00:00
#: nsfw.php:154
2014-09-14 20:01:44 +00:00
#, php-format
2018-05-28 11:54:42 +00:00
msgid "Filtered tag: %s"
msgstr "Tag filtrato: %s"
2023-04-09 05:58:49 +00:00
#: nsfw.php:156
2018-05-28 11:54:42 +00:00
#, php-format
msgid "Filtered word: %s"
msgstr "Parola filtrata: %s"