aboutsummaryrefslogtreecommitdiff
path: root/locale/en.ini
blob: 295ffcce8a996d7d1639c46e404821ce52e6c61b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
error = "Error"
error.not-found = "Page not found"
error.not-found.long = "The page you requested (%s) does not exist."
error.wrong-method = "Invalid method"
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"