diff options
| author | winter Sparkles | 2026-08-08 23:33:27 +0100 |
|---|---|---|
| committer | winter Sparkles | 2026-08-08 23:33:27 +0100 |
| commit | 4bb659e1f7bb5850db5695a536428a9b71e3ffe5 (patch) | |
| tree | 749e41db42f9f5a08e2342e65e660ac5e59c46f7 /locale/en.ini | |
| parent | b422b6ded608807c7d3bb8b965b3797ca513610b (diff) | |
tidy up the localisation stuff
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 |
