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