summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2024-02-09 17:47:11 +0100
committerGitHub <noreply@github.com>2024-02-09 17:47:11 +0100
commita9dcfe2a429c2be0e24dd57279df7258743b7a3d (patch)
tree5aece2548a4b9150b7cc3cf3a624a272e19cd40d /src/android/app/src/main/res/values/strings.xml
parentMerge pull request #12966 from german77/free_npad (diff)
parentandroid: Remove foreground service (diff)
downloadyuzu-a9dcfe2a429c2be0e24dd57279df7258743b7a3d.tar
yuzu-a9dcfe2a429c2be0e24dd57279df7258743b7a3d.tar.gz
yuzu-a9dcfe2a429c2be0e24dd57279df7258743b7a3d.tar.bz2
yuzu-a9dcfe2a429c2be0e24dd57279df7258743b7a3d.tar.lz
yuzu-a9dcfe2a429c2be0e24dd57279df7258743b7a3d.tar.xz
yuzu-a9dcfe2a429c2be0e24dd57279df7258743b7a3d.tar.zst
yuzu-a9dcfe2a429c2be0e24dd57279df7258743b7a3d.zip
Diffstat (limited to 'src/android/app/src/main/res/values/strings.xml')
-rw-r--r--src/android/app/src/main/res/values/strings.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/android/app/src/main/res/values/strings.xml b/src/android/app/src/main/res/values/strings.xml
index 3cd1586fd..775099415 100644
--- a/src/android/app/src/main/res/values/strings.xml
+++ b/src/android/app/src/main/res/values/strings.xml
@@ -4,10 +4,6 @@
<!-- General application strings -->
<string name="app_name" translatable="false">yuzu</string>
<string name="app_disclaimer">This software will run games for the Nintendo Switch game console. No game titles or keys are included.&lt;br /&gt;&lt;br /&gt;Before you begin, please locate your <![CDATA[<b> prod.keys </b>]]> file on your device storage.&lt;br /&gt;&lt;br /&gt;<![CDATA[<a href="https://yuzu-emu.org/help/quickstart">Learn more</a>]]></string>
- <string name="emulation_notification_channel_name">Emulation is Active</string>
- <string name="emulation_notification_channel_id" translatable="false">emulationIsActive</string>
- <string name="emulation_notification_channel_description">Shows a persistent notification when emulation is running.</string>
- <string name="emulation_notification_running">yuzu is running</string>
<string name="notice_notification_channel_name">Notices and errors</string>
<string name="notice_notification_channel_id" translatable="false">noticesAndErrors</string>
<string name="notice_notification_channel_description">Shows notifications when something goes wrong.</string>