summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2023-06-06 02:41:19 +0200
committerGitHub <noreply@github.com>2023-06-06 02:41:19 +0200
commitdc2a0b2e503703e55a32e110e02a3cd77e7ba737 (patch)
treef5bc678763248662c46aadf1084845610a6fd972 /src/android/app/src/main/res/values/strings.xml
parentMerge pull request #10618 from t895/licenses (diff)
parentandroid: HomeSettingsFragment: Use string resource for "Share log". (diff)
downloadyuzu-dc2a0b2e503703e55a32e110e02a3cd77e7ba737.tar
yuzu-dc2a0b2e503703e55a32e110e02a3cd77e7ba737.tar.gz
yuzu-dc2a0b2e503703e55a32e110e02a3cd77e7ba737.tar.bz2
yuzu-dc2a0b2e503703e55a32e110e02a3cd77e7ba737.tar.lz
yuzu-dc2a0b2e503703e55a32e110e02a3cd77e7ba737.tar.xz
yuzu-dc2a0b2e503703e55a32e110e02a3cd77e7ba737.tar.zst
yuzu-dc2a0b2e503703e55a32e110e02a3cd77e7ba737.zip
Diffstat (limited to 'src/android/app/src/main/res/values/strings.xml')
-rw-r--r--src/android/app/src/main/res/values/strings.xml9
1 files changed, 9 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 b86f45385..0ae69afb4 100644
--- a/src/android/app/src/main/res/values/strings.xml
+++ b/src/android/app/src/main/res/values/strings.xml
@@ -96,6 +96,15 @@
<string name="save_file_invalid_zip_structure_description">The first subfolder name must be the title ID of the game.</string>
<string name="import_saves">Import</string>
<string name="export_saves">Export</string>
+ <string name="install_firmware">Install firmware</string>
+ <string name="install_firmware_description">Firmware must be in a ZIP archive and is needed to boot some games</string>
+ <string name="firmware_installing">Installing firmware</string>
+ <string name="firmware_installed_success">Firmware installed successfully</string>
+ <string name="firmware_installed_failure">Firmware installation failed</string>
+ <string name="firmware_installed_failure_description">Verify that the ZIP contains valid firmware and try again.</string>
+ <string name="share_log">Share debug logs</string>
+ <string name="share_log_description">Share yuzu\'s log file to debug issues</string>
+ <string name="share_log_missing">No log file found</string>
<!-- About screen strings -->
<string name="gaia_is_not_real">Gaia isn\'t real</string>