2014-09-14 16:01:44 -04:00
< ? php
if ( ! function_exists ( " string_plural_select_it " )) {
function string_plural_select_it ( $n ){
2021-02-01 12:47:38 -05:00
$n = intval ( $n );
return intval ( $n != 1 );
2014-09-14 16:01:44 -04:00
}}
;
2015-04-03 07:17:32 -04:00
$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 " ;
2018-03-19 16:28:00 -04:00
$a -> strings [ " Enabled " ] = " Abilitato " ;
2015-04-03 07:17:32 -04:00
$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 " ;
2018-03-19 16:28:00 -04:00
$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. " ;
2015-04-03 07:17:32 -04:00
$a -> strings [ " Mail Stream Settings " ] = " Impostazioni Mail Stream " ;