CS and EN-US localization update of the blockem addon

This commit is contained in:
Tobias Diekershoff 2018-06-18 08:40:51 +02:00
parent 5f3320ef58
commit e4b84f3063
4 changed files with 39 additions and 28 deletions

View file

@ -2,12 +2,13 @@
if(! function_exists("string_plural_select_en_us")) {
function string_plural_select_en_us($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["\"Blockem\""] = "Blockem";
$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.";
$a->strings["Comma separated profile URLS:"] = "Comma separated profile URLs:";
$a->strings["Comma separated profile URLS:"] = "Comma-separated profile URLs:";
$a->strings["Save Settings"] = "Save settings";
$a->strings["BLOCKEM Settings saved."] = "Blockem settings saved.";
$a->strings["Filtered user: %s"] = "Filtered user: %s";