strings.xml 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <!-- When a download completes, a notification is displayed, and this
  4. string is used to indicate that the download successfully completed.
  5. Note that such a download could have been initiated by a variety of
  6. applications, including (but not limited to) the browser, an email
  7. application, a content marketplace. -->
  8. <string name="notification_download_complete">Download complete</string>
  9. <!-- When a download completes, a notification is displayed, and this
  10. string is used to indicate that the download failed.
  11. Note that such a download could have been initiated by a variety of
  12. applications, including (but not limited to) the browser, an email
  13. application, a content marketplace. -->
  14. <string name="notification_download_failed">Download unsuccessful</string>
  15. <string name="state_unknown">Starting..."</string>
  16. <string name="state_idle">Waiting for download to start</string>
  17. <string name="state_fetching_url">Looking for resources to download</string>
  18. <string name="state_connecting">Connecting to the download server</string>
  19. <string name="state_downloading">Downloading resources</string>
  20. <string name="state_completed">Download finished</string>
  21. <string name="state_paused_network_unavailable">Download paused because no network is available</string>
  22. <string name="state_paused_network_setup_failure">Download paused. Test a website in browser</string>
  23. <string name="state_paused_by_request">Download paused</string>
  24. <string name="state_paused_wifi_unavailable">Download paused because wifi is unavailable</string>
  25. <string name="state_paused_wifi_disabled">Download paused because wifi is disabled</string>
  26. <string name="state_paused_roaming">Download paused because you are roaming</string>
  27. <string name="state_paused_sdcard_unavailable">Download paused because the external storage is unavailable</string>
  28. <string name="state_failed_unlicensed">Download failed because you may not have purchased this app</string>
  29. <string name="state_failed_fetching_url">Download failed because the resources could not be found</string>
  30. <string name="state_failed_sdcard_full">Download failed because the external storage is full</string>
  31. <string name="state_failed_cancelled">Download cancelled</string>
  32. <string name="state_failed">Download failed</string>
  33. <string name="kilobytes_per_second">%1$s KB/s</string>
  34. <string name="time_remaining">Time remaining: %1$s</string>
  35. <string name="time_remaining_notification">%1$s left</string>
  36. </resources>