]> git.mxchange.org Git - friendica-addons.git/blob - mailstream/lang/it/strings.php
added DE translation of the SAML addon
[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         $n = intval($n);
6         return intval($n != 1);
7 }}
8 ;
9 $a->strings["From Address"] = "Indirizzo di invio";
10 $a->strings["Email address that stream items will appear to be from."] = "Indirizzo email da cui i messaggi appariranno inviati";
11 $a->strings["Save Settings"] = "Salva Impostazioni";
12 $a->strings["Re:"] = "R:";
13 $a->strings["Friendica post"] = "Messaggio Friendica";
14 $a->strings["Diaspora post"] = "Messaggio Diaspora";
15 $a->strings["Feed item"] = "Elemento da feed";
16 $a->strings["Email"] = "Email";
17 $a->strings["Friendica Item"] = "Elemento da Friendica";
18 $a->strings["Upstream"] = "Upstream";
19 $a->strings["Local"] = "Locale";
20 $a->strings["Enabled"] = "Abilitato";
21 $a->strings["Email Address"] = "Indirizzo Email";
22 $a->strings["Leave blank to use your account email address"] = "Lascia in bianco per usare l'indirizzo email del tuo account";
23 $a->strings["Exclude Likes"] = "Escludi \"Mi Piace\"";
24 $a->strings["Check this to omit mailing \"Like\" notifications"] = "Seleziona per evitare di inviare notifiche per \"Mi Piace\"";
25 $a->strings["Attach Images"] = "Allega Immagini";
26 $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.";
27 $a->strings["Mail Stream Settings"] = "Impostazioni Mail Stream";