traducción a español

This commit is contained in:
simo 2005-11-09 00:13:54 +00:00
parent 8139930902
commit 6432876d77
29 changed files with 634 additions and 2 deletions

View file

@ -0,0 +1,12 @@
<?
# Spanish (Español) translation
# Translator: Víctor Martínez Romanos <vmromanos@gmail.com>
include_once("translator.inc");
global $_t;
$_t["es"]["Click on the Home link above to log in."] = "Pulse en el enlace de Inicio de arriba para registrarse.";
$_t["es"]["Your session has timed out. You must log in again."] = "Su sesión ha expirado. Debe registrarse de nuevo.";
?>