]> git.mxchange.org Git - friendica-addons.git/blob - blockem/lang/en-us/strings.php
Some Renames:
[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 ($n != 1);;
7 }}
8 ;
9 $a->strings["\"Blockem\""] = "Blockem";
10 $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.";
11 $a->strings["Comma separated profile URLS:"] = "Comma-separated profile URLs:";
12 $a->strings["Save Settings"] = "Save settings";
13 $a->strings["BLOCKEM Settings saved."] = "Blockem settings saved.";
14 $a->strings["Filtered user: %s"] = "Filtered user: %s";
15 $a->strings["Unblock Author"] = "Unblock author";
16 $a->strings["Block Author"] = "Block author";
17 $a->strings["blockem settings updated"] = "Blockem settings updated";