mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 10:58:48 +00:00
add per-plugin language files
This commit is contained in:
parent
32063986f5
commit
887fcdbd3e
840 changed files with 10332 additions and 0 deletions
15
gravatar/lang/es/strings.php
Normal file
15
gravatar/lang/es/strings.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?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.";
|
Loading…
Add table
Add a link
Reference in a new issue