]> git.mxchange.org Git - friendica-addons.git/blob - nsfw/lang/en-us/strings.php
regenerated all the strings
[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 $a->strings['Enable Content filter'] = 'Enable content filter';
9 $a->strings['Comma separated list of keywords to hide'] = 'Comma separated list of keywords';
10 $a->strings['Use /expression/ to provide regular expressions'] = 'Use /expression/ for regular expressions.';
11 $a->strings['NSFW Settings saved.'] = 'NSFW settings saved.';
12 $a->strings['%s - Click to open/close'] = '%s - Reveal/hide';