]> git.mxchange.org Git - friendica-addons.git/blob - securemail/lang/it/strings.php
HU and IT translation updates
[friendica-addons.git] / securemail / lang / it / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_it")) {
4 function string_plural_select_it($n){
5         $n = intval($n);
6         if ($n == 1) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else  { return 2; }
7 }}
8 $a->strings['Enable Secure Mail'] = 'Abilita Secure Mail';
9 $a->strings['Public key'] = 'Chiave pubblica';
10 $a->strings['Your public PGP key, ascii armored format'] = 'La tua chiave pubblica PGP, in formato ascii armored';
11 $a->strings['"Secure Mail" Settings'] = 'Impostazioni Secure Mail';
12 $a->strings['Save Settings'] = 'Salva Impostazioni';
13 $a->strings['Save and send test'] = 'Salva e invia mail di prova';
14 $a->strings['Test email sent'] = 'Email di prova invata';
15 $a->strings['There was an error sending the test email'] = 'Si รจ verificato un errore durante l\'invio dell\'email di prova';