Spanish translation update from Víctor Martinez Romanos.

This commit is contained in:
swiergot 2007-02-16 13:06:41 +00:00
parent ce2e4460ae
commit 5598d72c50
10 changed files with 59 additions and 21 deletions

View file

@ -5,8 +5,8 @@
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"]["Click on the Home link above to log in."] = "Pulse en el enlace de Inicio situado en la parte superior para identificarse.";
$_t["es"]["Your session has timed out. You must log in again."] = "Su sesión ha expirado. Debe registrarse de nuevo.";
$_t["es"]["Your session has timed out. You must log in again."] = "Su sesión ha expirado. Debe identificarse de nuevo.";
?>