xupdate_strings.xml 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. ~ Copyright (C) 2018 xuexiangjys(xuexiangjys@163.com)
  4. ~
  5. ~ Licensed under the Apache License, Version 2.0 (the "License");
  6. ~ you may not use this file except in compliance with the License.
  7. ~ You may obtain a copy of the License at
  8. ~
  9. ~ http://www.apache.org/licenses/LICENSE-2.0
  10. ~
  11. ~ Unless required by applicable law or agreed to in writing, software
  12. ~ distributed under the License is distributed on an "AS IS" BASIS,
  13. ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. ~ See the License for the specific language governing permissions and
  15. ~ limitations under the License.
  16. -->
  17. <resources>
  18. <!-- Update the content used in the interface, which needs to be configured for the internationalization of the interface -->
  19. <string name="xupdate_lab_update">Upgrade</string>
  20. <string name="xupdate_lab_background_update">Background Upgrade</string>
  21. <string name="xupdate_lab_install">Install</string>
  22. <string name="xupdate_lab_ignore">Ignore</string>
  23. <string name="xupdate_tip_permissions_reject">Please authorize access to storage space permissions, otherwise App can not be updated!</string>
  24. <string name="xupdate_connecting_service">Connecting the server…</string>
  25. <string name="xupdate_start_download">Start download</string>
  26. <string name="xupdate_download_complete">Download to complete, please click Install</string>
  27. <string name="xupdate_lab_ready_update">Whether to upgrade to version %s?</string>
  28. <string name="xupdate_lab_new_version_size">New version size:</string>
  29. <string name="xupdate_lab_downloading">Downloading:</string>
  30. <string name="xupdate_tip_download_url_error">New version download path error</string>
  31. <!-- Update error message -->
  32. <string name="xupdate_error_install_failed">Failed to install APK!</string>
  33. <string name="xupdate_error_download_permission_denied">Unable to download: storage permission request rejected!</string>
  34. <string name="xupdate_error_download_failed">Download failed!</string>
  35. <string name="xupdate_error_prompt_activity_destroy">Failed: the activity has been destroyed!</string>
  36. <string name="xupdate_error_prompt_unknown">Failed: unknown error!</string>
  37. <string name="xupdate_error_check_apk_cache_dir_empty">Update failed: apk download cache directory is empty!</string>
  38. <string name="xupdate_error_check_ignored_version">Update failed: ignored version!</string>
  39. <string name="xupdate_error_check_parse">Query failure: Json parsing error!</string>
  40. <string name="xupdate_error_check_json_empty">Query failed: Json is empty!</string>
  41. <string name="xupdate_error_check_no_new_version">It\'s the latest version!</string>
  42. <string name="xupdate_error_check_updating">The program is being updated!</string>
  43. <string name="xupdate_error_check_no_network">Query failed: no network!</string>
  44. <string name="xupdate_error_check_no_wifi">Query failed: no WIFI!</string>
  45. <string name="xupdate_error_check_net_request">Query failed: network request error!</string>
  46. </resources>