16 lines
639 B
PHP
16 lines
639 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_it")) {
|
|
function string_plural_select_it($n){
|
|
return ($n != 1);;
|
|
}}
|
|
;
|
|
$a->strings["Use Cat as Avatar"] = "Usa il Gatto come avatar";
|
|
$a->strings["More Random Cat!"] = "Altro Gatto a caso!";
|
|
$a->strings["Reset to email Cat"] = "Reimposta Gatto";
|
|
$a->strings["Cat Avatar Settings"] = "Impostazioni Avatar Gatto";
|
|
$a->strings["The cat hadn't found itself."] = "Il gatto non ha trovato sé stesso.";
|
|
$a->strings["There was an error, the cat ran away."] = "Si è verificato un errore, il gatto è scappato.";
|
|
$a->strings["Profile Photos"] = "Foto del profilo";
|
|
$a->strings["Meow!"] = "Miao!";
|