2018-04-06 07:58:38 -04:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_fi_fi")) {
|
|
|
|
function string_plural_select_fi_fi($n){
|
2021-02-01 12:47:38 -05:00
|
|
|
$n = intval($n);
|
|
|
|
return intval($n != 1);
|
2018-04-06 07:58:38 -04:00
|
|
|
}}
|
|
|
|
;
|
|
|
|
$a->strings["\"Superblock\""] = "\"Superblock\"";
|
2018-04-17 01:21:08 -04:00
|
|
|
$a->strings["Comma separated profile URLS to block"] = "Estettävien profiilien URL-osoitteet pilkulla erotettuina";
|
2018-04-06 07:58:38 -04:00
|
|
|
$a->strings["Save Settings"] = "Tallenna asetukset";
|
2018-04-17 01:21:08 -04:00
|
|
|
$a->strings["SUPERBLOCK Settings saved."] = "Superblock -asetukset tallennettu.";
|
|
|
|
$a->strings["Block Completely"] = "Estä kokonaan";
|
2018-04-06 07:58:38 -04:00
|
|
|
$a->strings["superblock settings updated"] = "superblock -asetukset päivitetty";
|