]> git.mxchange.org Git - friendica-addons.git/blob - blockem/lang/en-us/strings.php
Merge pull request #1240 from tobiasd/20220308-pl
[friendica-addons.git] / blockem / 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['"Blockem"'] = 'Blockem';
9 $a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.';
10 $a->strings['Comma separated profile URLS:'] = 'Comma-separated profile URLs:';
11 $a->strings['Save Settings'] = 'Save settings';
12 $a->strings['BLOCKEM Settings saved.'] = 'Blockem settings saved.';
13 $a->strings['Filtered user: %s'] = 'Filtered user: %s';
14 $a->strings['Unblock Author'] = 'Unblock author';
15 $a->strings['Block Author'] = 'Block author';
16 $a->strings['blockem settings updated'] = 'Blockem settings updated';