ES libravatar

This commit is contained in:
Tobias Diekershoff 2016-11-10 10:38:52 +01:00
parent f29c45572d
commit 327b810438
2 changed files with 106 additions and 17 deletions

View file

@ -1,17 +1,22 @@
<?php
$a->strings["Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"] = "Libravatar puede no haberse instalado correctamente.<br>Requiere PHP >=5.3";
$a->strings["generic profile image"] = "imagen genérica del perfil";
$a->strings["random geometric pattern"] = "patrón geométrico aleatorio";
$a->strings["monster face"] = "monstruosa";
$a->strings["computer generated face"] = "generada por ordenador";
$a->strings["retro arcade style face"] = "estilo retro arcade";
$a->strings["Warning"] = "Aviso";
$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "Tu versión de PHP %s, menor que la requerida (PHP >=5.3).";
$a->strings["This addon is not functional on your server."] = "Esta funcionalidad no está activa en tu servidor.";
$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 está instalado. Por favor, desactiva dicho complemento.<br>El complemento Libravatar usará Gravatar si no encuentra nada en Libravatar.";
$a->strings["Submit"] = "Envíar";
$a->strings["Default avatar image"] = "Imagen del avatar por defecto";
$a->strings["Select default avatar image if none was found. See README"] = "Elige una imagen para tu avatar si no se encuentra ninguna (ver README)";
$a->strings["Libravatar settings updated."] = "Configuración de Libravatar actualizada.";
<?php
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
return ($n != 1);;
}}
;
$a->strings["Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"] = "Podría NO instalar Libravatar con éxito.<br>Requiere PHP >= 5.3";
$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["Warning"] = "Advertencia";
$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "Su versión PHP %s es inferior a la requerida PHP >= 5.3.";
$a->strings["This addon is not functional on your server."] = "Este complemento no es funcional en su servidor";
$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["Submit"] = "Enviar";
$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["Libravatar settings updated."] = "Ajustes de Libravatar actualizados";