EN-US translation added for nsfw
[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         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Content Filter (NSFW and more)"] = "";
9 $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."] = "";
10 $a->strings["Enable Content filter"] = "Enable content filter";
11 $a->strings["Comma separated list of keywords to hide"] = "Comma separated list of keywords";
12 $a->strings["Save Settings"] = "";
13 $a->strings["Use /expression/ to provide regular expressions"] = "Use /expression/ for regular expressions.";
14 $a->strings["NSFW Settings saved."] = "NSFW settings saved.";
15 $a->strings["%s - Click to open/close"] = "%s - Reveal/hide";