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:
Loui Chang 2009-01-24 00:40:30 -05:00
parent ff3a29ea07
commit 6bac561bf8
11 changed files with 36 additions and 44 deletions

View file

@ -181,7 +181,7 @@ $_t["Email Address:"] = "Adres e-mail:";
$_t["You must supply an email address."] = "Musisz podać adres e-mail.";
$_t["Incorrect password for email address, %s."] = "Nieprawidłowe hasło dla adresu %s.";
$_t["Incorrect password for username, %s."] = "Nieprawidłowe hasło dla użytkownika %s.";
$_t["Logged in as: %h%s%h"] = "Zalogowany jako: %h%s%h";
$_t["Logged in as: %s"] = "Zalogowany jako: %s";
$_t["Error looking up username, %s."] = "Błąd podczas wyszukiwania użytkownika %s.";
$_t["Welcome to the AUR! If you're a newcomer, you may want to read the %hGuidelines%h."] = "Witamy w AUR! Jeżeli jesteś tu po raz pierwszy, być może zechcesz przeczytać %hInstrukcję%h.";