diff options
author | eric <eric> | 2004-06-23 02:28:13 +0200 |
---|---|---|
committer | eric <eric> | 2004-06-23 02:28:13 +0200 |
commit | 84912ddb2e9e695980ac42c599ceda8362455790 (patch) | |
tree | 39bb7ff98de81556b9fe83e63acabc91ad94da58 /web/lang/index_po.inc | |
parent | 64db123697c4ce34bd9ef0c3881771627465ae6b (diff) | |
download | aur-84912ddb2e9e695980ac42c599ceda8362455790.tar.gz aur-84912ddb2e9e695980ac42c599ceda8362455790.tar.xz |
account adding/editing is working
Diffstat (limited to 'web/lang/index_po.inc')
-rw-r--r-- | web/lang/index_po.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/web/lang/index_po.inc b/web/lang/index_po.inc index 58bb8ab0..d96cd67a 100644 --- a/web/lang/index_po.inc +++ b/web/lang/index_po.inc @@ -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. <--"; + ?>
\ No newline at end of file |