]> git.mxchange.org Git - friendica-addons.git/blob - securemail/lang/fi-fi/strings.php
Merge pull request #1033 from MrPetovan/task/9380-langfilter-remove-composer
[friendica-addons.git] / securemail / lang / fi-fi / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_fi_fi")) {
4 function string_plural_select_fi_fi($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["\"Secure Mail\" Settings"] = "Secure Mail -asetukset";
9 $a->strings["Save Settings"] = "Tallenna asetukset";
10 $a->strings["Save and send test"] = "Tallenna ja lähetä koeviesti";
11 $a->strings["Enable Secure Mail"] = "Ota Secure Mail käyttöön";
12 $a->strings["Public key"] = "Julkinen avain";
13 $a->strings["Your public PGP key, ascii armored format"] = "";
14 $a->strings["Secure Mail Settings saved."] = "Secure Mail -asetukset tallennettu.";
15 $a->strings["Test email sent"] = "Koeviesti lähetetty";
16 $a->strings["There was an error sending the test email"] = "Testisähköpostin lähetyksessä tapahtui virhe";