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