summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2023-02-04 09:55:02 +0100
committerbunnei <bunneidev@gmail.com>2023-06-03 09:05:29 +0200
commit93cf8c3090889e1228b94df4d171601d8f7dd7f0 (patch)
tree50dea0d1b7e2c9ecd668ad3e33c912df5b3e5f0a /src/android/app/src/main/res/values/strings.xml
parentandroid: jni: Add function to reload keys. (diff)
downloadyuzu-93cf8c3090889e1228b94df4d171601d8f7dd7f0.tar
yuzu-93cf8c3090889e1228b94df4d171601d8f7dd7f0.tar.gz
yuzu-93cf8c3090889e1228b94df4d171601d8f7dd7f0.tar.bz2
yuzu-93cf8c3090889e1228b94df4d171601d8f7dd7f0.tar.lz
yuzu-93cf8c3090889e1228b94df4d171601d8f7dd7f0.tar.xz
yuzu-93cf8c3090889e1228b94df4d171601d8f7dd7f0.tar.zst
yuzu-93cf8c3090889e1228b94df4d171601d8f7dd7f0.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, 4 insertions, 2 deletions
diff --git a/src/android/app/src/main/res/values/strings.xml b/src/android/app/src/main/res/values/strings.xml
index 893f6aa1a..1c6858a60 100644
--- a/src/android/app/src/main/res/values/strings.xml
+++ b/src/android/app/src/main/res/values/strings.xml
@@ -3,7 +3,7 @@
<!-- 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 are included.\n\nBefore you run, please place your rightfully owned Switch game files onto your device storage.</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/wiki/dumping-decryption-keys-from-a-switch-console/">Learn more</a>]]></string>
<string name="app_notification_channel_name" translatable="false">yuzu</string>
<string name="app_notification_channel_id" translatable="false">yuzu</string>
<string name="app_notification_channel_description">yuzu Switch emulator notifications</string>
@@ -49,7 +49,9 @@
<!-- Add Directory Screen-->
<string name="select_game_folder">Select game folder</string>
- <string name="install_cia_title">Install CIA</string>
+ <string name="install_keys">Install keys</string>
+ <string name="install_keys_success">Keys successfully installed</string>
+ <string name="install_keys_failure">Keys file (prod.keys) is invalid</string>
<!-- Preferences Screen -->
<string name="preferences_settings">Settings</string>