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
30
web/lang/es/common_po.inc
Normal file
30
web/lang/es/common_po.inc
Normal file
|
@ -0,0 +1,30 @@
|
|||
<?
|
||||
# Spanish (Español) translation
|
||||
# Translator: Víctor Martínez Romanos <vmromanos@gmail.com>
|
||||
|
||||
include_once("translator.inc");
|
||||
global $_t;
|
||||
|
||||
$_t["es"]["Reset"] = "Restaurar";
|
||||
|
||||
$_t["es"]["Username"] = "Nombre de usuario";
|
||||
|
||||
$_t["es"]["Email Address"] = "Dirección de email";
|
||||
|
||||
$_t["es"]["Less"] = "Menos";
|
||||
|
||||
$_t["es"]["Clear"] = "Limpiar";
|
||||
|
||||
$_t["es"]["required"] = "obligatorio";
|
||||
|
||||
$_t["es"]["Update"] = "Actualizar";
|
||||
|
||||
$_t["es"]["Submit"] = "Enviar";
|
||||
|
||||
$_t["es"]["Password"] = "Contraseña";
|
||||
|
||||
$_t["es"]["Create"] = "Crear";
|
||||
|
||||
$_t["es"]["More"] = "Más";
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue