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