mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +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
17
libravatar/lang/es/strings.php
Normal file
17
libravatar/lang/es/strings.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?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.";
|
Loading…
Add table
Add a link
Reference in a new issue