summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-06-16 04:15:33 +0200
committerCharles Lombardo <clombardo169@gmail.com>2023-06-16 22:42:56 +0200
commit9f92104f3e7af846fc20edf49931a50c39cd29a4 (patch)
tree3d23677293b627c7be6eba223f35be00798ea73c /src/android/app/src/main/res/values/strings.xml
parentandroid: Expose CPU debugging option (diff)
downloadyuzu-9f92104f3e7af846fc20edf49931a50c39cd29a4.tar
yuzu-9f92104f3e7af846fc20edf49931a50c39cd29a4.tar.gz
yuzu-9f92104f3e7af846fc20edf49931a50c39cd29a4.tar.bz2
yuzu-9f92104f3e7af846fc20edf49931a50c39cd29a4.tar.lz
yuzu-9f92104f3e7af846fc20edf49931a50c39cd29a4.tar.xz
yuzu-9f92104f3e7af846fc20edf49931a50c39cd29a4.tar.zst
yuzu-9f92104f3e7af846fc20edf49931a50c39cd29a4.zip
Diffstat (limited to '')
-rw-r--r--src/android/app/src/main/res/values/strings.xml5
1 files changed, 5 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 a7ea01b55..cc1d8c39d 100644
--- a/src/android/app/src/main/res/values/strings.xml
+++ b/src/android/app/src/main/res/values/strings.xml
@@ -185,6 +185,7 @@
<string name="fastmem">Fastmem</string>
<!-- Audio settings strings -->
+ <string name="audio_output_engine">Output engine</string>
<string name="audio_volume">Volume</string>
<string name="audio_volume_description">Specifies the volume of audio output.</string>
@@ -203,6 +204,7 @@
<string name="learn_more">Learn more</string>
<string name="auto">Auto</string>
<string name="submit">Submit</string>
+ <string name="string_null">Null</string>
<!-- GPU driver installation -->
<string name="select_gpu_driver">Select GPU driver</string>
@@ -373,6 +375,9 @@
<string name="theme_mode_light">Light</string>
<string name="theme_mode_dark">Dark</string>
+ <!-- Audio output engines -->
+ <string name="cubeb">cubeb</string>
+
<!-- Black backgrounds theme -->
<string name="use_black_backgrounds">Black backgrounds</string>
<string name="use_black_backgrounds_description">When using the dark theme, apply black backgrounds.</string>