3ad8da0dac7c57a4fdb25b9cec9764aa5a67ef16
[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         return ($n != 1);;
6 }}
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 - Show/hide";
14 $a->strings["Unblock Author"] = "Unblock author";
15 $a->strings["Block Author"] = "Block author";
16 $a->strings["blockem settings updated"] = "Blockem settings updated";