mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
working on the accounts stuff
This commit is contained in:
parent
84e15d0463
commit
38eda65735
11 changed files with 809 additions and 16 deletions
|
@ -81,4 +81,19 @@ $_t["en"]["Login"] = "Login";
|
|||
# $_t["fr"]["Login"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Login"] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["Email Address:"] = "Email Address:";
|
||||
# $_t["es"]["Email Address:"] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Email Address:"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Email Address:"] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["You must supply an email address."] = "You must supply an email address.";
|
||||
# $_t["es"]["You must supply an email address."] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["You must supply an email address."] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["You must supply an email address."] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["Incorrect password for email address, %s."] = "Incorrect password for email address, %s.";
|
||||
# $_t["es"]["Incorrect password for email address, %s."] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Incorrect password for email address, %s."] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Incorrect password for email address, %s."] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue