mirror of
https://github.com/jamessanford/kegs.git
synced 2024-11-18 15:06:59 +00:00
16 lines
565 B
XML
16 lines
565 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
<string name="app_name">KEGS</string>
|
||
|
<string name="app_description">Apple IIgs Emulator</string>
|
||
|
|
||
|
<string name="rom_title">Checking for ROM</string>
|
||
|
<string name="rom_check">Checking for ROM...</string>
|
||
|
<string name="rom_error">Unable to obtain ROM. Find ROM.01 or ROM.03 and put it in the /KEGS/ directory on your SD Card.</string>
|
||
|
|
||
|
<string-array name="rom_choices">
|
||
|
<item>I don\'t own a GS</item>
|
||
|
<item>I have a ROM 01</item>
|
||
|
<item>I have a ROM 03</item>
|
||
|
</string-array>
|
||
|
</resources>
|