aboutsummaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authorwinter Sparkles2026-08-09 02:26:33 +0100
committerwinter Sparkles2026-08-09 02:26:33 +0100
commit3354d45762bbe0db33e3d26d8997e6f6624f24d7 (patch)
tree4bef4bf59488f443ed54ff6e30002268836ac259 /locale
parent4bb659e1f7bb5850db5695a536428a9b71e3ffe5 (diff)
implement sessions and also log in/out
session data is stored in sqlite, not using php sessions
Diffstat (limited to 'locale')
-rw-r--r--locale/en.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/locale/en.ini b/locale/en.ini
index 7809906..295ffcc 100644
--- a/locale/en.ini
+++ b/locale/en.ini
@@ -6,10 +6,14 @@ error.wrong-method.long = "Your request method (%s) is not valid for this path."
error.uncaught = "Uncaught exception"
ui.powered-by = "Powered by Pleasant SSO"
ui.source-code = "Source code"
+logout.title = "Log out"
+logout.warning = "Are you sure you want to log out?"
+logout.confirm = "Yes, I'm sure"
login.title = "Log in"
challenge.input.username = "Username"
challenge.input.password = "Password"
challenge.input.otp = "One-time passcode"
+challenge.message.wrong-username = "Username does not exist"
challenge.message.wrong-password = "Incorrect username or password"
challenge.message.wrong-otp = "Invalid OTP code"
challenge.continue = "Continue" \ No newline at end of file