mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
22 lines
No EOL
433 B
PHP
22 lines
No EOL
433 B
PHP
<?
|
|
# Spanish (Español) translation
|
|
# Translator: Víctor Martínez Romanos <vmromanos@gmail.com>
|
|
|
|
include_once("translator.inc");
|
|
global $_t;
|
|
|
|
$_t["es"]["%s: %sAn ArchLinux project%s"] = "%s: %sUn proyecto de ArchLinux%s";
|
|
|
|
$_t["es"]["Logout"] = "Salir";
|
|
|
|
$_t["es"]["Discussion"] = "Discusión";
|
|
|
|
$_t["es"]["Bugs"] = "Bugs";
|
|
|
|
$_t["es"]["Accounts"] = "Cuentas";
|
|
|
|
$_t["es"]["Home"] = "Inicio";
|
|
|
|
$_t["es"]["Packages"] = "Paquetes";
|
|
|
|
?>
|