From 4bb659e1f7bb5850db5695a536428a9b71e3ffe5 Mon Sep 17 00:00:00 2001 From: winter Sparkles Date: Sat, 8 Aug 2026 23:33:27 +0100 Subject: tidy up the localisation stuff --- locale/en.ini | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locale/en.ini (limited to 'locale/en.ini') 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 -- cgit v1.3