mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 10:58:48 +00:00
ES translations THX Albert
This commit is contained in:
parent
54cd1d998c
commit
0771c0566f
15 changed files with 594 additions and 241 deletions
|
@ -1,15 +1,20 @@
|
|||
<?php
|
||||
|
||||
$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["Information"] = "Información";
|
||||
$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "El complemento Libravatar también está instalado. Por favor desactiva este complemento o el complemento de Gravatar.<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 at Gravatar. See README"] = "Selecionar la imagen del avatar por defecto si no se ha encontrado ninguna en Gravatar. Mira el README";
|
||||
$a->strings["Rating of images"] = "Valoración de las imágenes";
|
||||
$a->strings["Select the appropriate avatar rating for your site. See README"] = "Selecciona el avatar de clasificación apropiado para tu sitio. Ver README";
|
||||
$a->strings["Gravatar settings updated."] = "Configuración de Gravatar actualizada.";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["generic profile image"] = "imagen de perfir genético";
|
||||
$a->strings["random geometric pattern"] = "patrón 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 estilo arcade clásico";
|
||||
$a->strings["Information"] = "información";
|
||||
$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "El addon Libravatar está instalado también. Por favor deshabilite el addon de Libravatar o este addon de Gravatar.<br>El addon de Libravatar retrocederá a 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 at Gravatar. See README"] = "Seleccionar la imagen de avatar por defecto si no se encuentra ninguna en Gravatar. Vea README";
|
||||
$a->strings["Rating of images"] = "Clasificación de imágenes";
|
||||
$a->strings["Select the appropriate avatar rating for your site. See README"] = "Seleccionar la apropiada clasificación de avatar para su página. Vea README";
|
||||
$a->strings["Gravatar settings updated."] = "Ajustes de Gravatar actualizados.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue