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
|
|
|
}}
|
|
|
|
;
|
2018-04-09 09:00:17 -04:00
|
|
|
$a->strings["\"Secure Mail\" Settings"] = "Secure Mail -asetukset";
|
2018-04-06 07:58:38 -04:00
|
|
|
$a->strings["Save Settings"] = "Tallenna asetukset";
|
2018-04-09 09:00:17 -04:00
|
|
|
$a->strings["Save and send test"] = "Tallenna ja lähetä koeviesti";
|
|
|
|
$a->strings["Enable Secure Mail"] = "Ota Secure Mail käyttöön";
|
2018-04-06 07:58:38 -04:00
|
|
|
$a->strings["Public key"] = "Julkinen avain";
|
2018-04-09 09:00:17 -04:00
|
|
|
$a->strings["Secure Mail Settings saved."] = "Secure Mail -asetukset tallennettu.";
|
|
|
|
$a->strings["Test email sent"] = "Koeviesti lähetetty";
|
2018-04-18 02:32:45 -04:00
|
|
|
$a->strings["There was an error sending the test email"] = "Testisähköpostin lähetyksessä tapahtui virhe";
|