blob: 89cc13cefead0e5bb3d9ca765b7a47fada1cf2d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<?
# Spanish (Español) translation
# Translator: Víctor Martínez Romanos <vmromanos@gmail.com>
include_once("translator.inc");
global $_t;
$_t["es"]["Reset"] = "Restaurar";
$_t["es"]["Username"] = "Nombre de usuario";
$_t["es"]["Email Address"] = "Dirección de email";
$_t["es"]["Less"] = "Menos";
$_t["es"]["Clear"] = "Limpiar";
$_t["es"]["required"] = "obligatorio";
$_t["es"]["Update"] = "Actualizar";
$_t["es"]["Submit"] = "Enviar";
$_t["es"]["Password"] = "Contraseña";
$_t["es"]["Create"] = "Crear";
$_t["es"]["More"] = "Más";
?>
|