]> git.mxchange.org Git - friendica-addons.git/blob - nsfw/lang/nl/strings.php
Move expand_acl to ACLFormatter::expand()
[friendica-addons.git] / nsfw / lang / nl / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_nl")) {
4 function string_plural_select_nl($n){
5         $n = intval($n);
6         return ($n != 1);;
7 }}
8 ;
9 $a->strings["Content Filter (NSFW and more)"] = "Inhoud filter (NSFW en meer)";
10 $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."] = "";
11 $a->strings["Enable Content filter"] = "Content filter inschakelen";
12 $a->strings["Comma separated list of keywords to hide"] = "";
13 $a->strings["Save Settings"] = "Instellingen opslaan";
14 $a->strings["Use /expression/ to provide regular expressions"] = "";
15 $a->strings["NSFW Settings saved."] = "NSFW instellingen opgeslagen";
16 $a->strings["Filtered tag: %s"] = "";
17 $a->strings["Filtered word: %s"] = "";