Add a settings screen.

This commit is contained in:
Andres Gomez, Thomas (ITDV RL) 2024-06-10 09:23:48 +02:00
parent 90bf11909f
commit a6124cbe79
28 changed files with 668 additions and 63 deletions

View file

@ -50,6 +50,7 @@
<string name="landing__caterogy__character">Character\'s sheets</string>
<string name="landing__caterogy__tools">Tools</string>
<string name="landing__caterogy__encyclopedia">Encyclopedia</string>
<string name="landing__caterogy__other">Other</string>
<string name="landing__character_brulkhai" translatable="false">Brulkhai</string>
<string name="landing__character_leandre" translatable="false">Léandre</string>
<string name="landing__character_nelia" translatable="false">Nelia</string>
@ -246,4 +247,11 @@
<string name="summary__title">Game Master</string>
<string name="adventures_title">Stories &amp; Adventures</string>
<string name="settings__title">Settings</string>
<string name="settings__dark_theme__title">Dark theme</string>
<string name="settings__dark_theme__description">Use black background to save battery.</string>
<string name="settings__logout__title">Authentication</string>
<string name="settings__logout__description">Logout from your google account.</string>
<string name="settings__logout__action">Logout</string>
</resources>