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
|
@ -190,7 +190,7 @@ $_t["Password:"] = "Passwort";
|
|||
|
||||
$_t["Registered Users"] = "Registrierte Benutzer";
|
||||
|
||||
$_t["Logged-in as: %h%s%h"] = "Angemeldet als: %h%s%h";
|
||||
$_t["Logged-in as: %s"] = "Angemeldet als: %s";
|
||||
|
||||
$_t["Incorrect password for username, %s."] = "Falsches Passwort für Benutzername %s.";
|
||||
|
||||
|
@ -350,8 +350,6 @@ $_t["Search Criteria"] = "Suchkriterien";
|
|||
|
||||
$_t["Notify"] = "Benachrichtigen";
|
||||
|
||||
$_t["O%hut-of-Date"] = "V%heraltet";
|
||||
|
||||
$_t["Vote"] = "Abstimmen";
|
||||
|
||||
$_t["Adopt Packages"] = "Pakete übernehmen";
|
||||
|
@ -402,8 +400,6 @@ $_t["Required by"] = "Benötigt von";
|
|||
|
||||
$_t["Accounts"] = "Konten";
|
||||
|
||||
|
||||
|
||||
$_t["None of the selected packages could be deleted."] = "Keines der markierten Pakete konnte gelöscht werden.";
|
||||
|
||||
$_t["Your votes have been removed from the selected packages."] = "Deine Stimmen wurden von den markierten Paketen entfernt.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue