aurweb/web/lang/es/hacker_po.inc
2005-11-09 00:13:54 +00:00

12 lines
No EOL
396 B
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.";
?>