]> git.mxchange.org Git - friendica-addons.git/blob - blockem/lang/en-gb/strings.php
regenerated all the strings
[friendica-addons.git] / blockem / lang / en-gb / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_en_gb")) {
4 function string_plural_select_en_gb($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['Hidden content by %s - Click to open/close'] = 'Hidden content by %s - Reveal/hide';
14 $a->strings['Unblock Author'] = 'Unblock author';
15 $a->strings['Block Author'] = 'Block author';
16 $a->strings['blockem settings updated'] = 'Blockem settings updated';