mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 01:48:48 +00:00
ES update to the translations THX Athalbert
This commit is contained in:
parent
edc3b196e6
commit
71f988d1bf
14 changed files with 660 additions and 48 deletions
|
@ -1,14 +1,20 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Login"] = "Acceder";
|
||||
$a->strings["OpenID"] = "OpenID";
|
||||
$a->strings["Latest users"] = "Últimos usuarios";
|
||||
$a->strings["Most active users"] = "Usuarios más activos";
|
||||
$a->strings["Latest photos"] = "Últimas fotos";
|
||||
$a->strings["Contact Photos"] = "Foto del contacto";
|
||||
$a->strings["Profile Photos"] = "Foto del perfil";
|
||||
$a->strings["Latest likes"] = "Últimos me gusta";
|
||||
$a->strings["event"] = "evento";
|
||||
$a->strings["status"] = "estado";
|
||||
$a->strings["photo"] = "foto";
|
||||
$a->strings["Welcome to %s"] = "Bienvenido a %s";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Login"] = "Acceder";
|
||||
$a->strings["OpenID"] = "ID Abierta";
|
||||
$a->strings["Latest users"] = "Usuarios recientes";
|
||||
$a->strings["Most active users"] = "Usuarios más activos";
|
||||
$a->strings["Latest photos"] = "Fotos recientes";
|
||||
$a->strings["Contact Photos"] = "Fotos de contacto";
|
||||
$a->strings["Profile Photos"] = "Fotos de perfil";
|
||||
$a->strings["Latest likes"] = "Últomos Me gusta";
|
||||
$a->strings["event"] = "evento";
|
||||
$a->strings["status"] = "estatus social";
|
||||
$a->strings["photo"] = "foto";
|
||||
$a->strings["%1\$s likes %2\$s's %3\$s"] = "A %1\$s le gusta %2\$s's %3\$s";
|
||||
$a->strings["Welcome to %s"] = "Bienvenido a %s";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue