]> git.mxchange.org Git - friendica-addons.git/blobdiff - nsfw/lang/it/strings.php
IT: imported translations
[friendica-addons.git] / nsfw / lang / it / strings.php
index 690ef6c12c29529e22ff07d6008ddede1ddd8b02..95cef0f5c14ab8ae28f6e1b3a10324a9455f27ee 100644 (file)
@@ -1,10 +1,15 @@
-<?php\r
-\r
-$a->strings["Not Safe For Work (General Purpose Content Filter) settings"] = "Impostazioni per NSWF (Filtro Contenuti Generico)";\r
-$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."] = "Questo plugin cerca nei messagi le parole/testo che inserisci qui sotto, e collassa i messaggi che li contengono, per non mostrare contenuto inappropriato nel momento sbagliato, come contenuto a sfondo sessuale che puo' essere inappropriato in un ambiente di lavoro. E' educato (e consigliato) taggare i messaggi che contengono nudità con #NSFW (Not Safe For Work: Non Sicuro Per il Lavoro). Questo filtro puo' cercare anche qualsiasi parola che inserisci, quindi puo' essere usato come filtro di contenuti generico.";\r
-$a->strings["Enable Content filter"] = "Abilita il Filtro Contenuti";\r
-$a->strings["Comma separated list of keywords to hide"] = "Elenco separato da virgole di parole da nascondere";\r
-$a->strings["Submit"] = "Invia";\r
-$a->strings["Use /expression/ to provide regular expressions"] = "Utilizza /espressione/ per inserire espressioni regolari";\r
-$a->strings["NSFW Settings saved."] = "Impostazioni NSFW salvate.";\r
-$a->strings["%s - Click to open/close"] = "%s - Clicca per aprire / chiudere";\r
+<?php
+
+if(! function_exists("string_plural_select_it")) {
+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"] = "";