mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
10 lines
No EOL
236 B
PHP
10 lines
No EOL
236 B
PHP
<?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í!";
|
|
|
|
?>
|