ppsspp/android/res/values/strings.xml
Unknown W. Brackets 76cd5bf876 Android: Use the game title as the shortcut title.
This way when you have more than one, it's not just "PPSSPP" on each of
them.
2016-07-23 14:12:14 -07:00

12 lines
379 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="hello">Hello World, PpssppActivity!</string>
<string name="app_name">PPSSPP</string>
<string name="shortcut_name">PPSSPP game</string>
<string name="bad_disc_title">Unsupported disc</string>
<string name="bad_disc_message">The file you selected wasn\'t recognized as a game.</string>
</resources>