]> git.mxchange.org Git - friendica-addons.git/blob - securemail/lang/fi-fi/strings.php
regenerated all the strings
[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         $n = intval($n);
6         return intval($n != 1);
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['Secure Mail Settings saved.'] = 'Secure Mail -asetukset tallennettu.';
14 $a->strings['Test email sent'] = 'Koeviesti lähetetty';
15 $a->strings['There was an error sending the test email'] = 'Testisähköpostin lähetyksessä tapahtui virhe';