Added basic authentication and localization

This commit is contained in:
2025-12-14 11:38:32 +01:00
parent 78f52faf46
commit c56b8a7f32
9 changed files with 184 additions and 7 deletions

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<data name="LoggedInAs" xml:space="preserve">
<value>Logged in as</value>
</data>
<data name="Logout" xml:space="preserve">
<value>Log out</value>
</data>
<data name="Login" xml:space="preserve">
<value>Login</value>
</data>
<data name="Username" xml:space="preserve">
<value>Username</value>
</data>
<data name="Password" xml:space="preserve">
<value>Password</value>
</data>
<data name="InvalidCredentials" xml:space="preserve">
<value>Invalid credentials.</value>
</data>
</root>