mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
regenerated all the strings
This commit is contained in:
parent
55986ad17d
commit
25ba6023d0
767 changed files with 7410 additions and 7962 deletions
|
@ -5,13 +5,12 @@ function string_plural_select_it($n){
|
|||
$n = intval($n);
|
||||
return intval($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["Set default profile avatar or randomize the cat."] = "Imposta l'immagine di profilo predefinita o crea un gatto casuale.";
|
||||
$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!";
|
||||
$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['Set default profile avatar or randomize the cat.'] = 'Imposta l\'immagine di profilo predefinita o crea un gatto casuale.';
|
||||
$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!';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue