21 lines
1.3 KiB
PHP
21 lines
1.3 KiB
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_es")) {
|
|
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";
|