CS, EN US localization superblock addon

This commit is contained in:
Tobias Diekershoff 2018-06-18 11:37:59 +02:00
parent 14996bd9b0
commit befc6eeb58
4 changed files with 85 additions and 24 deletions

View file

@ -0,0 +1,14 @@
<?php
if(! function_exists("string_plural_select_en_us")) {
function string_plural_select_en_us($n){
$n = intval($n);
return ($n != 1);;
}}
;
$a->strings["\"Superblock\""] = "";
$a->strings["Comma separated profile URLS to block"] = "Comma-separated profile URLs to block";
$a->strings["Save Settings"] = "";
$a->strings["SUPERBLOCK Settings saved."] = "";
$a->strings["Block Completely"] = "";
$a->strings["superblock settings updated"] = "";