mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 08:07:45 +00:00
[Android] Externalize the device compatibility warning strings.
This commit is contained in:
parent
4bb22aa0ab
commit
8c7d1afd5f
4 changed files with 11 additions and 3 deletions
|
@ -26,6 +26,10 @@
|
|||
<string name="settings">Settings</string>
|
||||
<string name="about">About</string>
|
||||
|
||||
<!-- Game List Activity - Device Compatibility AlertDialog -->
|
||||
<string name="device_compat_warning">Device Compatibility Warning</string>
|
||||
<string name="device_compat_warning_msg">Your phone doesn\'t support NEON which makes it incapable of running Dolphin Mobile?\nDo you want to try anyway?</string>
|
||||
|
||||
<!-- Game List Fragment -->
|
||||
<string name="file_clicked">File clicked: %1$s</string>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue