Update IT strings
[friendica-addons.git] / mailstream / lang / it / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_it")) {
4 function string_plural_select_it($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["From Address"] = "Indirizzo di invio";
9 $a->strings["Email address that stream items will appear to be from."] = "Indirizzo email da cui i messaggi appariranno inviati";
10 $a->strings["Save Settings"] = "Salva Impostazioni";
11 $a->strings["Re:"] = "R:";
12 $a->strings["Friendica post"] = "Messaggio Friendica";
13 $a->strings["Diaspora post"] = "Messaggio Diaspora";
14 $a->strings["Feed item"] = "Elemento da feed";
15 $a->strings["Email"] = "Email";
16 $a->strings["Friendica Item"] = "Elemento da Friendica";
17 $a->strings["Upstream"] = "Upstream";
18 $a->strings["Local"] = "Locale";
19 $a->strings["Enabled"] = "Abilitato";
20 $a->strings["Email Address"] = "Indirizzo Email";
21 $a->strings["Leave blank to use your account email address"] = "Lascia in bianco per usare l'indirizzo email del tuo account";
22 $a->strings["Exclude Likes"] = "Escludi \"Mi Piace\"";
23 $a->strings["Check this to omit mailing \"Like\" notifications"] = "Seleziona per evitare di inviare notifiche per \"Mi Piace\"";
24 $a->strings["Attach Images"] = "Allega Immagini";
25 $a->strings["Download images in posts and attach them to the email.  Useful for reading email while offline."] = "Scarica le immagini nei messaggi e le allega alle email. Utile per leggere le email mentre si รจ offline.";
26 $a->strings["Mail Stream Settings"] = "Impostazioni Mail Stream";