Context-detection API for Android developed as a university project
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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>