2018-04-06 07:58:38 -04:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_fi_fi")) {
|
|
|
|
function string_plural_select_fi_fi($n){
|
2018-05-20 13:16:32 -04:00
|
|
|
$n = intval($n);
|
2021-02-01 12:47:38 -05:00
|
|
|
return intval($n != 1);
|
2018-04-06 07:58:38 -04:00
|
|
|
}}
|
|
|
|
;
|
2018-04-09 09:00:17 -04:00
|
|
|
$a->strings["Impressum"] = "Impressum";
|
2018-04-06 07:58:38 -04:00
|
|
|
$a->strings["Site Owner"] = "Sivuston omistaja";
|
|
|
|
$a->strings["Email Address"] = "Sähköpostiosoite";
|
|
|
|
$a->strings["Postal Address"] = "Postiosoite";
|
|
|
|
$a->strings["Settings updated."] = "Asetukset tallennettu";
|
|
|
|
$a->strings["Submit"] = "Lähetä";
|
2018-05-20 13:16:32 -04:00
|
|
|
$a->strings["The page operators name."] = "Sivuston ylläpitäjän nimi.";
|
2018-04-09 09:00:17 -04:00
|
|
|
$a->strings["Site Owners Profile"] = "Sivuston omistajan profiili";
|
2018-05-20 13:16:32 -04:00
|
|
|
$a->strings["Profile address of the operator."] = "Ylläpitäjän profiiliosoite.";
|
2018-04-06 07:58:38 -04:00
|
|
|
$a->strings["Notes"] = "Muistiinpanot";
|