regenerated all the strings

This commit is contained in:
Tobias Diekershoff 2021-10-10 08:27:53 +02:00
parent 55986ad17d
commit 25ba6023d0
767 changed files with 7410 additions and 7962 deletions

View file

@ -3,15 +3,14 @@
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
$n = intval($n);
return ($n != 1);;
return intval($n != 1);
}}
;
$a->strings["Use Cat as Avatar"] = "Usar Gato como Avatar";
$a->strings["More Random Cat!"] = "¡Más gato al azar!";
$a->strings["Reset to email Cat"] = "Restablecer a correo electrónico Gato";
$a->strings["Cat Avatar Settings"] = "Ajustes de Avatar Gato";
$a->strings["Set default profile avatar or randomize the cat."] = "Establezca su avatar de perfil o pondremos una foto de un gato al azar";
$a->strings["The cat hadn't found itself."] = "El gato no se había encontrado.";
$a->strings["There was an error, the cat ran away."] = "Hubo un error, el gato se escapó.";
$a->strings["Profile Photos"] = "Fotos de perfil";
$a->strings["Meow!"] = "¡Miau!";
$a->strings['Use Cat as Avatar'] = 'Usar Gato como Avatar';
$a->strings['More Random Cat!'] = '¡Más gato al azar!';
$a->strings['Reset to email Cat'] = 'Restablecer a correo electrónico Gato';
$a->strings['Cat Avatar Settings'] = 'Ajustes de Avatar Gato';
$a->strings['Set default profile avatar or randomize the cat.'] = 'Establezca su avatar de perfil o pondremos una foto de un gato al azar';
$a->strings['The cat hadn\'t found itself.'] = 'El gato no se había encontrado.';
$a->strings['There was an error, the cat ran away.'] = 'Hubo un error, el gato se escapó.';
$a->strings['Profile Photos'] = 'Fotos de perfil';
$a->strings['Meow!'] = '¡Miau!';