mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
traducción a español
This commit is contained in:
parent
8139930902
commit
6432876d77
29 changed files with 634 additions and 2 deletions
16
web/lang/es/test_po.inc
Normal file
16
web/lang/es/test_po.inc
Normal file
|
@ -0,0 +1,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 etiqueta actual del idioma es: '%s'.";
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue