Optino to reset SDL config, and show user a message if gyroscope is absent

This commit is contained in:
pelya
2013-03-09 15:40:42 +02:00
parent a54f508150
commit 7c1805a9b8
6 changed files with 80 additions and 4 deletions

View File

@@ -136,4 +136,10 @@
<string name="not_enough_ram">Not enough RAM</string>
<string name="not_enough_ram_size">This app needs %1$d Mb RAM, your device has %2$d Mb</string>
<string name="ignore">Ignore</string>
<string name="calibrate_gyroscope">Calibrate gyroscope</string>
<string name="calibrate_gyroscope_text">Put your phone on a flat surface</string>
<string name="reset_config">Reset config to defaults</string>
<string name="cancel">Cancel</string>
<string name="calibrate_gyroscope_not_supported">Your device does not have gyroscope</string>
<string name="reset_config_ask">Reset all options to default values?</string>
</resources>