17 lines
564 B
PHP
17 lines
564 B
PHP
|
<?php
|
||
|
|
||
|
if(! function_exists("string_plural_select_fi_fi")) {
|
||
|
function string_plural_select_fi_fi($n){
|
||
|
return ($n != 1);;
|
||
|
}}
|
||
|
;
|
||
|
$a->strings["\"Secure Mail\" Settings"] = "";
|
||
|
$a->strings["Save Settings"] = "Tallenna asetukset";
|
||
|
$a->strings["Save and send test"] = "";
|
||
|
$a->strings["Enable Secure Mail"] = "";
|
||
|
$a->strings["Public key"] = "Julkinen avain";
|
||
|
$a->strings["Your public PGP key, ascii armored format"] = "";
|
||
|
$a->strings["Secure Mail Settings saved."] = "";
|
||
|
$a->strings["Test email sent"] = "";
|
||
|
$a->strings["There was an error sending the test email"] = "";
|