]> git.mxchange.org Git - friendica-addons.git/blobdiff - mailstream/lang/it/strings.php
added DE translation of the SAML addon
[friendica-addons.git] / mailstream / lang / it / strings.php
index 7c8402bbf3dc5c764db44a6885d0d0ed054296d9..e402a8aac944fbbab9a2c27398a51442b26e2679 100644 (file)
@@ -2,7 +2,8 @@
 
 if(! function_exists("string_plural_select_it")) {
 function string_plural_select_it($n){
-       return ($n != 1);;
+       $n = intval($n);
+       return intval($n != 1);
 }}
 ;
 $a->strings["From Address"] = "Indirizzo di invio";
@@ -16,7 +17,11 @@ $a->strings["Email"] = "Email";
 $a->strings["Friendica Item"] = "Elemento da Friendica";
 $a->strings["Upstream"] = "Upstream";
 $a->strings["Local"] = "Locale";
+$a->strings["Enabled"] = "Abilitato";
 $a->strings["Email Address"] = "Indirizzo Email";
 $a->strings["Leave blank to use your account email address"] = "Lascia in bianco per usare l'indirizzo email del tuo account";
-$a->strings["Enabled"] = "Abilitato";
+$a->strings["Exclude Likes"] = "Escludi \"Mi Piace\"";
+$a->strings["Check this to omit mailing \"Like\" notifications"] = "Seleziona per evitare di inviare notifiche per \"Mi Piace\"";
+$a->strings["Attach Images"] = "Allega Immagini";
+$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.";
 $a->strings["Mail Stream Settings"] = "Impostazioni Mail Stream";