summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-04-21 00:01:09 +0200
committerbunnei <bunneidev@gmail.com>2023-06-03 09:05:54 +0200
commitd9684a2010c1e4643ba7882b2616823814a45342 (patch)
treeb049de2679584c00b8b7848331646e768d86df08 /src/android/app/src/main/res/values/strings.xml
parentandroid: Add theme picker (diff)
downloadyuzu-d9684a2010c1e4643ba7882b2616823814a45342.tar
yuzu-d9684a2010c1e4643ba7882b2616823814a45342.tar.gz
yuzu-d9684a2010c1e4643ba7882b2616823814a45342.tar.bz2
yuzu-d9684a2010c1e4643ba7882b2616823814a45342.tar.lz
yuzu-d9684a2010c1e4643ba7882b2616823814a45342.tar.xz
yuzu-d9684a2010c1e4643ba7882b2616823814a45342.tar.zst
yuzu-d9684a2010c1e4643ba7882b2616823814a45342.zip
Diffstat (limited to 'src/android/app/src/main/res/values/strings.xml')
-rw-r--r--src/android/app/src/main/res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/android/app/src/main/res/values/strings.xml b/src/android/app/src/main/res/values/strings.xml
index 90c94d67f..28c9af7bd 100644
--- a/src/android/app/src/main/res/values/strings.xml
+++ b/src/android/app/src/main/res/values/strings.xml
@@ -235,4 +235,10 @@
<string name="theme_default">Default</string>
<string name="theme_material_you">Material You</string>
+ <!-- Theme Modes -->
+ <string name="change_theme_mode">Change Theme Mode</string>
+ <string name="theme_mode_follow_system">Follow System</string>
+ <string name="theme_mode_light">Light</string>
+ <string name="theme_mode_dark">Dark</string>
+
</resources>