summaryrefslogtreecommitdiffstats
path: root/web/lang/es/test_po.inc
blob: ba5b678a752d302466a55b2f87080880050504e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?
# Spanish (Español) translation
# Translator: Víctor Martínez Romanos <vmromanos@gmail.com>

include_once("translator.inc");
global $_t;

$_t["es"]["Select your language here: %h%s%h, %h%s%h, %h%s%h, %h%s%h."] = "Seleccione su idioma aquí: %h%s%h, %h%s%h, %h%s%h, %h%s%h.";

$_t["es"]["Hello, world!"] = "¡Hola, mundo!";

$_t["es"]["Hello, again!"] = "¡Hola, otra vez!";

$_t["es"]["My current language tag is: '%s'."] = "Mi identificador actual del idioma es: '%s'.";

?>