Context-detection API for Android developed as a university project
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

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>