Reorder the content of the notification and add the download progress as text, the current speed and the ETA.
42 lines
2.0 KiB
XML
42 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2017 The LineageOS Project
|
|
|
|
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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
<string name="app_name">Updater</string>
|
|
<string name="display_name">Updater</string>
|
|
|
|
<string name="download_path_cache" translatable="false">/cache/ota_package/</string>
|
|
<string name="download_path_data" translatable="false">/data/ota_package/</string>
|
|
<string name="conf_update_server_url_def" translatable="false">https://download.lineageos.org/api</string>
|
|
|
|
<string name="verification_failed_notification">Verification failed</string>
|
|
<string name="verifying_download_notification">Verifying download</string>
|
|
<string name="downloading_notification">Downloading</string>
|
|
<string name="download_paused_notification">Download paused</string>
|
|
<string name="download_paused_error_notification">Download error</string>
|
|
<string name="download_completed_notification">Download completed</string>
|
|
<string name="download_starting_notification">Starting download</string>
|
|
|
|
<string name="text_download_speed">%1$s, %2$s/s</string>
|
|
<string name="download_remaining"><xliff:g id="duration" example="3 minutes">%s</xliff:g> left</string>
|
|
|
|
<string name="download_button">Download</string>
|
|
<string name="pause_button">Pause</string>
|
|
<string name="resume_button">Resume</string>
|
|
<string name="cancel_button">Delete</string>
|
|
<string name="install_button">Install</string>
|
|
</resources>
|