13 lines
395 B
PHP
13 lines
395 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_it")) {
|
|
function string_plural_select_it($n){
|
|
return ($n != 1);;
|
|
}}
|
|
;
|
|
$a->strings["\"Superblock\" Settings"] = "";
|
|
$a->strings["Comma separated profile URLS to block"] = "";
|
|
$a->strings["Save Settings"] = "";
|
|
$a->strings["SUPERBLOCK Settings saved."] = "";
|
|
$a->strings["Block Completely"] = "";
|
|
$a->strings["superblock settings updated"] = "";
|