]> git.mxchange.org Git - friendica-addons.git/blob - nsfw/lang/it/strings.php
IT: imported translations
[friendica-addons.git] / nsfw / lang / it / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_it")) {
4 function string_plural_select_it($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Not Safe For Work (General Purpose Content Filter)"] = "";
9 $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."] = "";
10 $a->strings["Enable Content filter"] = "";
11 $a->strings["Comma separated list of keywords to hide"] = "";
12 $a->strings["Save Settings"] = "";
13 $a->strings["Use /expression/ to provide regular expressions"] = "";
14 $a->strings["NSFW Settings saved."] = "";
15 $a->strings["%s - Click to open/close"] = "";