83 lines
4.7 KiB
XML
83 lines
4.7 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>
|
|
|
|
<!-- Directory where the update files will be downloaded and stored.
|
|
WARNING: The application can and will delete any unknown file. -->
|
|
<string name="download_path" 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 update</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="new_updates_found_title">New updates</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="verify_button">Verify</string>
|
|
<string name="cancel_button">Delete</string>
|
|
<string name="install_button">Install</string>
|
|
|
|
<string name="installing_update">Installing update package</string>
|
|
<string name="installing_update_error">Install error</string>
|
|
<string name="installing_update_finished">Update installed</string>
|
|
<string name="finalizing_package">Finalizing package installation</string>
|
|
<string name="preparing_ota_first_boot">Preparing for first boot</string>
|
|
|
|
<string name="reboot">Reboot</string>
|
|
|
|
<string name="menu_refresh">Refresh</string>
|
|
<string name="menu_auto_updates_check">Auto updates check</string>
|
|
|
|
<string name="dialog_checking_for_updates">Checking for updates</string>
|
|
<string name="snack_updates_found">New updates found</string>
|
|
<string name="snack_no_updates_found">No new updates found</string>
|
|
<string name="snack_updates_check_failed">The update check failed. Please check your internet connection and try again later.</string>
|
|
|
|
<string name="header_title_text">LineageOS\n%1$s</string>
|
|
<string name="header_android_version">Android <xliff:g id="version" example="7.1.2">%1$s</xliff:g></string>
|
|
<string name="header_last_updates_check">Last checked: <xliff:g id="date" example="1 January 1970">%1$s</xliff:g> (<xliff:g id="time" example="01:23">%2$s</xliff:g>)</string>
|
|
|
|
<string name="list_build_version">LineageOS <xliff:g id="version" example="14.1">%1$s</xliff:g></string>
|
|
<string name="list_build_version_date">LineageOS <xliff:g id="version" example="14.1">%1$s</xliff:g> - <xliff:g id="date" example="July 11, 2017">%2$s</xliff:g></string>
|
|
<string name="list_download_progress"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> of <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g></string>
|
|
<string name="list_download_progress_eta"><xliff:g id="filesize_without_unit" example="12.2">%1$s</xliff:g> of <xliff:g id="filesize_without_unit" example="310 MB">%2$s</xliff:g> - <xliff:g id="duration" example="3 minutes">%3$s</xliff:g> left</string>
|
|
<string name="list_installing_update">Installing update</string>
|
|
<string name="list_verifying_update">Verifying update</string>
|
|
|
|
<string name="action_description_download">Download</string>
|
|
<string name="action_description_pause">Pause download</string>
|
|
<string name="action_description_resume">Resume download</string>
|
|
<string name="action_description_install">Install update</string>
|
|
<string name="action_description_verify">Verify update</string>
|
|
|
|
<string name="confirm_delete_dialog_title">Delete file</string>
|
|
<string name="confirm_delete_dialog_message">Delete the selected update file?</string>
|
|
</resources>
|