]> git.mxchange.org Git - friendica-addons.git/blob - nsfw/lang/en-us/strings.php
nitter: replace mobile link to twitter as well
[friendica-addons.git] / nsfw / lang / en-us / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_en_us")) {
4 function string_plural_select_en_us($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}
8 ;
9 $a->strings["Enable Content filter"] = "Enable content filter";
10 $a->strings["Comma separated list of keywords to hide"] = "Comma separated list of keywords";
11 $a->strings["Use /expression/ to provide regular expressions"] = "Use /expression/ for regular expressions.";
12 $a->strings["NSFW Settings saved."] = "NSFW settings saved.";
13 $a->strings["%s - Click to open/close"] = "%s - Reveal/hide";