mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
account adding/editing is working
This commit is contained in:
parent
64db123697
commit
84912ddb2e
8 changed files with 178 additions and 49 deletions
|
@ -246,4 +246,29 @@ $_t["en"]["You are not allowed to access this area."] = "You are not allowed to
|
|||
# $_t["fr"]["You are not allowed to access this area."] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["You are not allowed to access this area."] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["Use this form to create an account."] = "Use this form to create an account.";
|
||||
# $_t["es"]["Use this form to create an account."] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Use this form to create an account."] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Use this form to create an account."] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["Use this form to update your account."] = "Use this form to update your account.";
|
||||
# $_t["es"]["Use this form to update your account."] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Use this form to update your account."] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Use this form to update your account."] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["Leave the password fields blank to keep your same password."] = "Leave the password fields blank to keep your same password.";
|
||||
# $_t["es"]["Leave the password fields blank to keep your same password."] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Leave the password fields blank to keep your same password."] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Leave the password fields blank to keep your same password."] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["Could not retrieve information for the specified user."] = "Could not retrieve information for the specified user.";
|
||||
# $_t["es"]["Could not retrieve information for the specified user."] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Could not retrieve information for the specified user."] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Could not retrieve information for the specified user."] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["You do not have permission to edit this account."] = "You do not have permission to edit this account.";
|
||||
# $_t["es"]["You do not have permission to edit this account."] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["You do not have permission to edit this account."] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["You do not have permission to edit this account."] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
?>
|
|
@ -191,4 +191,9 @@ $_t["en"]["No more results to display."] = "No more results to display.";
|
|||
# $_t["fr"]["No more results to display."] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["No more results to display."] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["A Trusted User cannot assign Developer status."] = "A Trusted User cannot assign Developer status.";
|
||||
# $_t["es"]["A Trusted User cannot assign Developer status."] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["A Trusted User cannot assign Developer status."] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["A Trusted User cannot assign Developer status."] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
?>
|
|
@ -96,4 +96,19 @@ $_t["en"]["Incorrect password for email address, %s."] = "Incorrect password for
|
|||
# $_t["fr"]["Incorrect password for email address, %s."] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Incorrect password for email address, %s."] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["Incorrect password for username, %s."] = "Incorrect password for username, %s.";
|
||||
# $_t["es"]["Incorrect password for username, %s."] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Incorrect password for username, %s."] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Incorrect password for username, %s."] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["Logged in as: %h%s%h"] = "Logged in as: %h%s%h";
|
||||
# $_t["es"]["Logged in as: %h%s%h"] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Logged in as: %h%s%h"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Logged in as: %h%s%h"] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["Logged-in as: %h%s%h"] = "Logged-in as: %h%s%h";
|
||||
# $_t["es"]["Logged-in as: %h%s%h"] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Logged-in as: %h%s%h"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Logged-in as: %h%s%h"] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue