diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-01-24 00:40:30 -0500 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-01-24 00:40:30 -0500 |
commit | 6bac561bf8cdbdb979417326173ace7a05ea391b (patch) | |
tree | eeb4929f7c508b8c01666f1a0c547800797c8b63 /web/lang/pt.po | |
parent | ff3a29ea075b661b5110572325bcd9db78518051 (diff) |
Rework login form.
Correct some xhtml validation errors.
Correct translation usage.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/lang/pt.po')
-rw-r--r-- | web/lang/pt.po | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/web/lang/pt.po b/web/lang/pt.po index 053a5e2..9133a79 100644 --- a/web/lang/pt.po +++ b/web/lang/pt.po @@ -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."; |