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

@ -5,16 +5,15 @@ function string_plural_select_es($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["generic profile image"] = "Imagen de perfil genérica";
$a->strings["random geometric pattern"] = "Estampado geométrico aleatorio";
$a->strings["monster face"] = "cara de monstruo";
$a->strings["computer generated face"] = "Cara generada por ordenador";
$a->strings["retro arcade style face"] = "Cara de estilo retro";
$a->strings["roboter face"] = "Cara de Robot";
$a->strings["retro adventure game character"] = "personaje de juego de aventuras retro";
$a->strings["Information"] = "Información";
$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."] = "El complemento Gravatar se ha instalado. Por favor desactive el complemento Gravatar. <br>El complemento Libravatar quedará por detrás de Gravatar si no se encuentra nada en Libravatar.";
$a->strings["Save Settings"] = "Guardar Ajustes";
$a->strings["Default avatar image"] = "Imagen de avatar por defecto";
$a->strings["Select default avatar image if none was found. See README"] = "Selecione el avatar por defecto si no se encuentra ninguno. Vea README";
$a->strings['generic profile image'] = 'Imagen de perfil genérica';
$a->strings['random geometric pattern'] = 'Estampado geométrico aleatorio';
$a->strings['monster face'] = 'cara de monstruo';
$a->strings['computer generated face'] = 'Cara generada por ordenador';
$a->strings['retro arcade style face'] = 'Cara de estilo retro';
$a->strings['roboter face'] = 'Cara de Robot';
$a->strings['retro adventure game character'] = 'personaje de juego de aventuras retro';
$a->strings['Information'] = 'Información';
$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.'] = 'El complemento Gravatar se ha instalado. Por favor desactive el complemento Gravatar. <br>El complemento Libravatar quedará por detrás de Gravatar si no se encuentra nada en Libravatar.';
$a->strings['Save Settings'] = 'Guardar Ajustes';
$a->strings['Default avatar image'] = 'Imagen de avatar por defecto';
$a->strings['Select default avatar image if none was found. See README'] = 'Selecione el avatar por defecto si no se encuentra ninguno. Vea README';