mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Rework login form.
Correct some xhtml validation errors. Correct translation usage. Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
ff3a29ea07
commit
6bac561bf8
11 changed files with 36 additions and 44 deletions
|
@ -147,15 +147,13 @@ $_t["Create"] = "Criar";
|
|||
|
||||
$_t["More"] = "Mais";
|
||||
|
||||
|
||||
|
||||
$_t["You must supply a password."] = "Você deve informar uma senha.";
|
||||
|
||||
$_t["You must supply a username."] = "Você deve informar um usuário.";
|
||||
|
||||
$_t["After that, this can be filled in with more meaningful text."] = "Depois, isso pode ter um texto mais significativo.";
|
||||
|
||||
$_t["Logged-in as: %h%s%h"] = "Logado como: %h%s%h";
|
||||
$_t["Logged-in as: %s"] = "Logado como: %s";
|
||||
|
||||
$_t["Your account has been suspended."] = "Sua conta foi suspensa.";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue