Only display register form if it'll work
[disorder] / templates / options.labels
index f72ab84..56e3fe6 100644 (file)
@@ -144,7 +144,13 @@ label      login.email             "Email address"
 label  login.login             "Login"
 label  login.register          "Register"
 label  login.edituser          "Change Details"
-label  login.lougout           "Logout"
+label  login.logout            "Logout"
+
+# Text for login page responses
+label  login.loginok           "Logged in OK"
+label  login.logoutok          "Logged out OK"
+label  login.registered        "Registered your new login"
+label  login.confirmed         "Confirmed your new login"
 
 # <TITLE> for account page
 label  account.title           "DisOrder User Details"
@@ -157,7 +163,7 @@ label       error.title             "DisOrder error"
 label  error.connect           "Cannot connect to server."
 
 # Text used when cannot become right user
-label  error.become            "Unauthorized user."
+label  error.loginfailed       "Incorrect username and/or password."
 
 # Text appended to all error pages
 label  error.generic           ""
@@ -203,9 +209,9 @@ label       heading.length          Length
 # (Possibly relative) URL to images.  This be a URL for the directory
 # containing the icons used by the web interface (which might be
 # /usr/local/share/disorder/static/).
-label  url.static              static/
+label  url.static              /disorder/
 
 # Stylesheet.  As above, a (possibly relative) URL, but this time pointing
 # to the stylesheet to use in all DisOrder web pages.
-label  links.css               static/disorder.css
+label  links.css               /disorder/disorder.css