]> git.mxchange.org Git - friendica-addons.git/blobdiff - nsfw/lang/it/strings.php
Update IT strings
[friendica-addons.git] / nsfw / lang / it / strings.php
index 95cef0f5c14ab8ae28f6e1b3a10324a9455f27ee..886299af890718b8a6199889457e5ccbf2f317fe 100644 (file)
@@ -5,11 +5,11 @@ function string_plural_select_it($n){
        return ($n != 1);;
 }}
 ;
-$a->strings["Not Safe For Work (General Purpose Content Filter)"] = "";
-$a->strings["This plugin looks in posts for the words/text you specify below, and collapses any content containing those keywords so it is not displayed at inappropriate times, such as sexual innuendo that may be improper in a work setting. It is polite and recommended to tag any content containing nudity with #NSFW.  This filter can also match any other word/text you specify, and can thereby be used as a general purpose content filter."] = "";
-$a->strings["Enable Content filter"] = "";
-$a->strings["Comma separated list of keywords to hide"] = "";
-$a->strings["Save Settings"] = "";
-$a->strings["Use /expression/ to provide regular expressions"] = "";
-$a->strings["NSFW Settings saved."] = "";
-$a->strings["%s - Click to open/close"] = "";
+$a->strings["Content Filter (NSFW and more)"] = "Filtro Contenuto (NSFW e altro)";
+$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."] = "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 puo' risultare inappropriato in certi orari o in certi luoghi, come appunto al lavoro. È anche utile per nascondere contenuto irrilevante o fastidioso.";
+$a->strings["Enable Content filter"] = "Abilita il Filtro Contenuti";
+$a->strings["Comma separated list of keywords to hide"] = "Elenco separato da virgole di parole da nascondere";
+$a->strings["Save Settings"] = "Salva Impostazioni";
+$a->strings["Use /expression/ to provide regular expressions"] = "Utilizza /espressione/ per inserire espressioni regolari";
+$a->strings["NSFW Settings saved."] = "Impostazioni NSFW salvate.";
+$a->strings["%s - Click to open/close"] = "%s - Clicca per aprire / chiudere";