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 01:21:56 -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 [ " generic profile image " ] = " immagine generica del profilo " ;
$a -> strings [ " random geometric pattern " ] = " schema geometrico casuale " ;
$a -> strings [ " monster face " ] = " faccia di mostro " ;
$a -> strings [ " computer generated face " ] = " faccia generata dal computer " ;
$a -> strings [ " retro arcade style face " ] = " faccia stile retro arcade " ;
2021-02-01 01:21:56 -05:00
$a -> strings [ " roboter face " ] = " faccia robotica " ;
$a -> strings [ " retro adventure game character " ] = " personaggio di un gioco di avventura retrò " ;
2015-04-03 07:17:32 -04:00
$a -> strings [ " Information " ] = " Informazione " ;
2021-05-08 01:21:31 -04:00
$a -> strings [ " Gravatar addon is installed. Please disable the Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar. " ] = " Il componente aggiuntivo Gravatar è installato. Disabilita il componente aggiuntivo Gravatar.<br> Il componente aggiuntivo Libravatar si appoggerà a Gravatar se non trova nulla su Libravatar. " ;
2021-02-01 01:21:56 -05:00
$a -> strings [ " Save Settings " ] = " Salva Impostazioni " ;
2015-04-03 07:17:32 -04:00
$a -> strings [ " Default avatar image " ] = " Immagine avatar predefinita " ;
$a -> strings [ " Select default avatar image if none was found. See README " ] = " Seleziona l'immagine di default se non viene trovato niente. Vedi README " ;