X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mailstream%2Flang%2Fit%2Fstrings.php;h=3abb9ae77dacf1aae4182f7df3a6299a2e067f66;hb=25ba6023d0ac5d3fed79edeb207f00c0faa132e5;hp=a6a4828763f3bf482c0081bab68535af42044f50;hpb=bfd8e37fb89c74bc1ba588845c8d7a7e817e0544;p=friendica-addons.git diff --git a/mailstream/lang/it/strings.php b/mailstream/lang/it/strings.php index a6a48287..3abb9ae7 100644 --- a/mailstream/lang/it/strings.php +++ b/mailstream/lang/it/strings.php @@ -2,25 +2,25 @@ 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"; -$a->strings["Email address that stream items will appear to be from."] = "Indirizzo email da cui i messaggi appariranno inviati"; -$a->strings["Save Settings"] = "Salva Impostazioni"; -$a->strings["Re:"] = "R:"; -$a->strings["Friendica post"] = "Messaggio Friendica"; -$a->strings["Diaspora post"] = "Messaggio Diaspora"; -$a->strings["Feed item"] = "Elemento da feed"; -$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["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"; +$a->strings['From Address'] = 'Indirizzo di invio'; +$a->strings['Email address that stream items will appear to be from.'] = 'Indirizzo email da cui i messaggi appariranno inviati'; +$a->strings['Save Settings'] = 'Salva Impostazioni'; +$a->strings['Re:'] = 'R:'; +$a->strings['Friendica post'] = 'Messaggio Friendica'; +$a->strings['Diaspora post'] = 'Messaggio Diaspora'; +$a->strings['Feed item'] = 'Elemento da feed'; +$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['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';