diff --git a/shell/android/res/values/strings.xml b/shell/android/res/values/strings.xml index 5878540d6..6cd2589ce 100644 --- a/shell/android/res/values/strings.xml +++ b/shell/android/res/values/strings.xml @@ -1,52 +1,52 @@ - + Settings - + System Path (location of the data folder with dc_boot.bin/dc_flash.bin inside) Default System Path - Storage Path (location of .gdi, .chd or .cdi images) + Storage Path (location of *.gdi, *.chd or *.cdi images) Default Game Storage - Please configure a home directory - Please configure a games directory - Unsupported Kernel Version! + Please configure a home directory. + Please configure a game directory. + Unsupported kernel version! - Boot Dreamcast Bios - BIOS Missing. The Dreamcast BIOS is required for this emulator to work. Place the BIOS file in %1$s/data/dc_boot.bin - Flash Missing. The Dreamcast Flash is required for this emulator to work. Place the Flash file in %1$s/data/dc_flash.bin - You have to provide the BIOS - The data folder is assumed - GitHub Native Unavailable! + Boot Dreamcast BIOS + The Dreamcast BIOS is missing. A dump of the Dreamcast BIOS is required for this emulator to work. Place the BIOS file is named "dc_boot.bin" and is in %1$s/data/dc_boot.bin + The Dreamcast Flash is missing. A dump of the Dreamcast Flash is required for this emulator to work. Make sure the Flash file is named "dc_flash.bin" and is in %1$s/data/dc_flash.bin + You have to provide a Dreamcast BIOS. + The current data folder is assumed. + GitHub Native is unavailable! + + Boot BIOS + Select current folder - BOOT BIOS - SELECT CURRENT FOLDER - Optimization and Debugging Options - Expert (May cause widespread panic) + Experimental (May cause widespread panic) Enable Native Interface Dynarec Options Unstable Optimisations DC Region Broadcast Limit FPS - Use Mipmaps (fix for old SGX540) + Use Mipmaps (fixes SGX540) Widescreen Mode Frameskip Value PVR Rendering (does nothing for now) - Show OnScreen FPS + Show On-screen FPS Force Software Rendering Disable Emulator Sound Rendering Depth Force v6 GPU Config - Set Default Disk - - Available Dreamcast Games - + Default Disk + + Game List + Previous Crash Detected Configuration failed! - + Customize Touch Controls Launch Editor - Touch Vibration + Haptic Feedback Controller A Controller B Controller C @@ -58,7 +58,7 @@ Select Controller Press any button on the controller %1$s to assign to port This controller is already in use! - Use Joystick For Dpad Input + Use Joystick For D-Pad Input Enable Custom Key Layout Enable Compatibility Mode Microphone plugged into port 2 @@ -67,17 +67,17 @@ Modify Controller Press the new controller button for %1$s - MOGA Pro Connected! - MOGA Connected! - - reicast is a dreamcast emulator + MOGA Pro connected! + MOGA connected! + + reicast is a multi-platform Dreamcast emulator. Version: %1$s [%2$s] - Controller A - Controller B - Controller C - Controller D + Controller A + Controller B + Controller C + Controller D Browser @@ -90,8 +90,8 @@ ON OFF - + Cancel Manual - - + + \ No newline at end of file diff --git a/shell/android/src/com/reicast/emulator/MainActivity.java b/shell/android/src/com/reicast/emulator/MainActivity.java index 97282eafa..3aa242dd6 100644 --- a/shell/android/src/com/reicast/emulator/MainActivity.java +++ b/shell/android/src/com/reicast/emulator/MainActivity.java @@ -352,7 +352,7 @@ public class MainActivity extends SlidingFragmentActivity implements this); // set title - alertDialogBuilder.setTitle("You have to provide the BIOS"); + alertDialogBuilder.setTitle("You have to provide a Dreamcast BIOS."); // set dialog message alertDialogBuilder