forked from friendica/deprecated-addons
moved deprecated communityhome, dav and yourls to the deprecated-addons repository
This commit is contained in:
parent
24444adef3
commit
31520f804d
675 changed files with 195144 additions and 0 deletions
20
communityhome/lang/es/strings.php
Normal file
20
communityhome/lang/es/strings.php
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?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