summaryrefslogtreecommitdiffstats
path: root/web/lang/es/timeout_po.inc
blob: c47b7c9376be0b3c9ada703781dc5cdbfef12d6d (plain)
1
2
3
4
5
6
7
8
9
10
11
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.";

?>