diff options
Diffstat (limited to 'locale/en.ini')
| -rw-r--r-- | locale/en.ini | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/locale/en.ini b/locale/en.ini new file mode 100644 index 0000000..7809906 --- /dev/null +++ b/locale/en.ini @@ -0,0 +1,15 @@ +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" +login.title = "Log in" +challenge.input.username = "Username" +challenge.input.password = "Password" +challenge.input.otp = "One-time passcode" +challenge.message.wrong-password = "Incorrect username or password" +challenge.message.wrong-otp = "Invalid OTP code" +challenge.continue = "Continue"
\ No newline at end of file |
