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

16 lines
No EOL
476 B
PHP

<?
# 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 etiqueta actual del idioma es: '%s'.";
?>