blob: f8cac0e84ee1a16bc42ddb7bfe1f79c16e48a97a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?
# 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";
?>
|