blob: 21e45fce86c032556875b1c3dc7ccae4b1c0fc68 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?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í!";
?>
|