traducción a español

This commit is contained in:
simo 2005-11-09 00:13:54 +00:00
parent 8139930902
commit 6432876d77
29 changed files with 634 additions and 2 deletions

View file

@ -0,0 +1,10 @@
<?
# 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í!";
?>