diff options
Diffstat (limited to 'locale/en.ini')
| -rw-r--r-- | locale/en.ini | 4 |
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 |
