Context-detection API for Android developed as a university project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

strings_plugin.xml 816B

12345678910
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <!-- NOTE: these names cannot be changed without also changing the string constants in com.twofortyfouram.MarketActivity. You will NOT get a compile time error -->
  4. <string name="plugin_dialog_title"><i>Locale</i> Required</string>
  5. <string name="plugin_dialog_install">Install</string>
  6. <string name="plugin_dialog_need_locale_message"><i>Locale</i> is required to use this plug-in. Would you like to install <i>Locale</i>?</string>
  7. <string name="plugin_dialog_need_locale_informative">Tap \"Install\" to find <i>Locale</i> on the Android Market.</string> <!-- "Install" should match up with the plugin_dialog_install string -->
  8. <string name="plugin_dialog_market_not_available">Application is not installed on your phone.</string>
  9. </resources>