From b422b6ded608807c7d3bb8b965b3797ca513610b Mon Sep 17 00:00:00 2001 From: winter Sparkles Date: Sat, 8 Aug 2026 23:01:51 +0100 Subject: implement a large chunk of the auth system itself :D --- localisation.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 localisation.php (limited to 'localisation.php') diff --git a/localisation.php b/localisation.php new file mode 100644 index 0000000..0e193b0 --- /dev/null +++ b/localisation.php @@ -0,0 +1,14 @@ + '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', + ][$key] ?? $key; +} -- cgit v1.3