strings.xml 1.3 KB

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <string name="app_name">${ANDROID_APP_NAME}</string>
  4. <string name="public_key">${ANDROID_APP_PUBLIC_KEY}</string>
  5. <string name="obfuscator_salt">${ANDROID_APP_OBFUSCATOR_SALT}</string>
  6. <!-- Strings used for the Obb Downloader Activity -->
  7. <string name="text_paused_cellular">Would you like to enable downloading over cellular connections? Depending on your data plan, this may cost you money.</string>
  8. <string name="text_paused_cellular_2">If you choose not to enable downloading over cellular connections, the download will automatically resume when wi-fi is available.</string>
  9. <string name="text_button_resume_cellular">Resume download</string>
  10. <string name="text_button_wifi_settings">Wi-Fi settings</string>
  11. <string name="text_verifying_download">Verifying Download</string>
  12. <string name="text_validation_complete">XAPK File Validation Complete. Select OK to exit.</string>
  13. <string name="text_validation_failed">XAPK File Validation Failed.</string>
  14. <string name="text_button_pause">Pause Download</string>
  15. <string name="text_button_resume">Resume Download</string>
  16. <string name="text_button_cancel">Cancel</string>
  17. <string name="text_button_cancel_verify">Cancel Verification</string>
  18. <!-- End Obb Downloader strings -->
  19. </resources>