Context-detection API for Android developed as a university project
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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>