aurweb/web/lang/es/template_po.inc

10 lines
No EOL
236 B
PHP

<?php
# Spanish (Español) translation
# Translator: Víctor Martínez Romanos <vmromanos@gmail.com>
include_once("translator.inc");
global $_t;
$_t["es"]["Hi, this is worth reading!"] = "Hola, ¡vale la pena llegar hasta aquí!";
?>