xupdate_strings.xml 2.9 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. <!-- 更新界面使用到的内容,界面国际化需要配置这些内容 -->
  19. <string name="xupdate_lab_update">升级</string>
  20. <string name="xupdate_lab_background_update">后台更新</string>
  21. <string name="xupdate_lab_install">安装</string>
  22. <string name="xupdate_lab_ignore">忽略此版本</string>
  23. <string name="xupdate_tip_permissions_reject">请授权访问存储空间权限,否则App无法更新!</string>
  24. <string name="xupdate_connecting_service">正在连接服务器…</string>
  25. <string name="xupdate_start_download">开始下载</string>
  26. <string name="xupdate_download_complete">下载完成,请点击安装</string>
  27. <string name="xupdate_lab_ready_update">是否升级到%s版本?</string>
  28. <string name="xupdate_lab_new_version_size">新版本大小:</string>
  29. <string name="xupdate_lab_downloading">正在下载:</string>
  30. <string name="xupdate_tip_download_url_error">新版本下载路径错误</string>
  31. <!-- 更新错误信息 -->
  32. <string name="xupdate_error_install_failed">安装APK失败!</string>
  33. <string name="xupdate_error_download_permission_denied">无法下载:存储权限申请被拒绝!</string>
  34. <string name="xupdate_error_download_failed">下载失败!</string>
  35. <string name="xupdate_error_prompt_activity_destroy">提示失败:activity已被销毁!</string>
  36. <string name="xupdate_error_prompt_unknown">提示失败:未知错误!</string>
  37. <string name="xupdate_error_check_apk_cache_dir_empty">更新失败:apk的下载缓存目录为空!</string>
  38. <string name="xupdate_error_check_ignored_version">更新失败:已经被忽略的版本!</string>
  39. <string name="xupdate_error_check_parse">查询失败:</string>
  40. <string name="xupdate_error_check_json_empty">查询失败:Json为空!</string>
  41. <string name="xupdate_error_check_no_new_version">已是最新版本!</string>
  42. <string name="xupdate_error_check_updating">程序正在进行版本更新!</string>
  43. <string name="xupdate_error_check_no_network">网络异常!</string>
  44. <string name="xupdate_error_check_no_wifi">查询失败:没有WIFI!</string>
  45. <string name="xupdate_error_check_net_request">查询失败:网络请求错误!</string>
  46. </resources>