Spanish translation update from Víctor Martínez Romanos.

This commit is contained in:
swiergot 2007-02-26 13:16:56 +00:00
parent 658db4c5b8
commit 18b18eb7b0
3 changed files with 8 additions and 8 deletions

View file

@ -5,7 +5,7 @@
include_once("translator.inc"); include_once("translator.inc");
global $_t; global $_t;
$_t["es"]["Reset"] = "Restaurar"; $_t["es"]["Reset"] = "Limpiar";
$_t["es"]["Username"] = "Nombre de usuario"; $_t["es"]["Username"] = "Nombre de usuario";

View file

@ -55,9 +55,9 @@ $_t["es"]["Logged-in as: %h%s%h"] = "Identificado como: %h%s%h";
$_t["es"]["Incorrect password for username, %s."] = "Contraseña incorrecta para el usuario, %s."; $_t["es"]["Incorrect password for username, %s."] = "Contraseña incorrecta para el usuario, %s.";
$_t["es"]["Safe"] = "Seguro"; $_t["es"]["Safe"] = "Seguros";
$_t["es"]["Out-of-date"] = "Desactualizado"; $_t["es"]["Out-of-date"] = "Desactualizados";
$_t["es"]["User Statistics"] = "Estadísticas del Usuario"; $_t["es"]["User Statistics"] = "Estadísticas del Usuario";

View file

@ -37,7 +37,7 @@ $_t["es"]["Description"] = "Descripción";
$_t["es"]["My Packages"] = "Mis paquetes"; $_t["es"]["My Packages"] = "Mis paquetes";
$_t["es"]["Safe"] = "Seguro"; $_t["es"]["Safe"] = "Seguros";
$_t["es"]["Sort order"] = "Ordenar en sentido"; $_t["es"]["Sort order"] = "Ordenar en sentido";
@ -153,7 +153,7 @@ $_t["es"]["Use this form to search existing accounts."] = "Use este formulario p
$_t["es"]["Submitter"] = "Contribuidor"; $_t["es"]["Submitter"] = "Contribuidor";
$_t["es"]["All"] = "Todo"; $_t["es"]["All"] = "Todos";
$_t["es"]["Use this form to create an account."] = "Use este formulario para crear una cuenta."; $_t["es"]["Use this form to create an account."] = "Use este formulario para crear una cuenta.";
@ -161,6 +161,6 @@ $_t["es"]["Use this form to update your account."] = "Use este formulario para a
$_t["es"]["You are not allowed to access this area."] = "No está autorizado a acceder a esta área."; $_t["es"]["You are not allowed to access this area."] = "No está autorizado a acceder a esta área.";
$_t["es"]["Unsafe"] = "Inseguro"; $_t["es"]["Unsafe"] = "Inseguros";
?> ?>