summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Android/app/src/main/res/values/strings.xml')
-rw-r--r--Source/Android/app/src/main/res/values/strings.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/Source/Android/app/src/main/res/values/strings.xml b/Source/Android/app/src/main/res/values/strings.xml
index 8a2b8dd1b2..5fcd3e9b40 100644
--- a/Source/Android/app/src/main/res/values/strings.xml
+++ b/Source/Android/app/src/main/res/values/strings.xml
@@ -841,6 +841,18 @@ It can efficiently compress both junk data and encrypted Wii data.
<string name="about_github"><a href="https://github.com/dolphin-emu/dolphin">GitHub</a></string>
<string name="about_support"><a href="https://forums.dolphin-emu.org/">Support</a></string>
<string name="about_copyright_warning">\u00A9 2003–2015+ Dolphin Team. \u201cGameCube\u201d and \u201cWii\u201d are trademarks of Nintendo. Dolphin is not affiliated with Nintendo in any way.</string>
+ <string name="system_driver">System driver</string>
+ <string name="system_driver_desc">The GPU driver that is part of the OS.</string>
+
+ <!-- Custom GPU drivers -->
+ <string name="gpu_driver_submenu">GPU driver</string>
+ <string name="gpu_driver_install_inprogress">Installing the GPU driver…</string>
+ <string name="gpu_driver_install_success">GPU driver installed successfully</string>
+ <string name="gpu_driver_install_invalid_archive">Failed to unzip the provided driver package</string>
+ <string name="gpu_driver_install_missing_metadata">The supplied driver package is invalid due to missing metadata</string>
+ <string name="gpu_driver_install_invalid_metadata">The supplied driver package contains invalid metadata, it may be corrupted</string>
+ <string name="gpu_driver_install_unsupported_android_version">Your device doesn\'t meet the minimum Android version requirements for the supplied driver</string>
+ <string name="gpu_driver_install_already_installed">The supplied driver package is already installled</string>
<!-- Emulated USB Devices -->
<string name="emulated_usb_devices">Emulated USB Devices</string>