summaryrefslogtreecommitdiffstats
path: root/web/lang/es/hacker_po.inc
blob: 046cbf5c780267b4a2af85b81f24a59322d19d7f (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"]["Your session id is invalid."] = "Su identificador de sesión no es válido.";

$_t["es"]["If this problem persists, please contact the site administrator."] = "Si el problema persiste, por favor contacte con el administrador del sitio.";

?>