summaryrefslogtreecommitdiffstats
path: root/web/lang/es/timeout_po.inc
blob: 3ed6d218cf15d83120eea387d01715b24836ec22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
# 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 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 identificarse de nuevo.";

?>