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
24
web/lang/es/account_po.inc
Normal file
24
web/lang/es/account_po.inc
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?
|
||||
# Spanish (Español) translation
|
||||
# Translator: Víctor Martínez Romanos <vmromanos@gmail.com>
|
||||
|
||||
include_once("translator.inc");
|
||||
global $_t;
|
||||
|
||||
$_t["es"]["Use this form to update your account."] = "Use este formulario para editar su cuenta.";
|
||||
|
||||
$_t["es"]["Leave the password fields blank to keep your same password."] = "Deje en blanco los campos de la contraseña si quiere conservarla.";
|
||||
|
||||
$_t["es"]["You are not allowed to access this area."] = "No está autorizado para acceder a esta área.";
|
||||
|
||||
$_t["es"]["Could not retrieve information for the specified user."] = "No se pudo obtener la información del usuario especificado.";
|
||||
|
||||
$_t["es"]["Use this form to search existing accounts."] = "Use este formulario para buscar cuentas existentes.";
|
||||
|
||||
$_t["es"]["You do not have permission to edit this account."] = "No tiene permiso para editar esta cuenta.";
|
||||
|
||||
$_t["es"]["Use this form to create an account."] = "Use este formulario para crear una cuenta.";
|
||||
|
||||
$_t["es"]["You must log in to view user information."] = "Debe identificarse para ver la información del usuario.";
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue