1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2016 The Android Open Source Project 3 4 Licensed under the Apache License, Version 2.0 (the "License"); 5 you may not use this file except in compliance with the License. 6 You may obtain a copy of the License at 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 Unless required by applicable law or agreed to in writing, software 11 distributed under the License is distributed on an "AS IS" BASIS, 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 See the License for the specific language governing permissions and 14 limitations under the License. 15--> 16<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 17 <!-- Description for a button that downloads a piece of media content onto the device. [CHAR LIMIT=20] --> 18 <string name="exo_download_description">Download</string> 19 <!-- Default name for a notification channel corresponding to media downloads. [CHAR LIMIT=40] --> 20 <string name="exo_download_notification_channel_name">Downloads</string> 21 <!-- Shown in a notification or UI component to indicate a download is currently downloading. [CHAR LIMIT=40] --> 22 <string name="exo_download_downloading">Downloading</string> 23 <!-- Shown in a notification or UI component to indicate a download has finished downloading. [CHAR LIMIT=40] --> 24 <string name="exo_download_completed">Download completed</string> 25 <!-- Shown in a notification or UI component to indicate a download has failed. [CHAR LIMIT=40] --> 26 <string name="exo_download_failed">Download failed</string> 27 <!-- Shown in a notification or UI component to indicate downloads are being removed from the device. [CHAR LIMIT=40] --> 28 <string name="exo_download_removing">Removing downloads</string> 29 <!-- Shown in a notification or UI component to indicate downloads are paused. [CHAR LIMIT=40] --> 30 <string name="exo_download_paused">Downloads paused</string> 31 <!-- Shown in a notification or UI component to indicate downloads are paused waiting for network connectivity. [CHAR LIMIT=40] --> 32 <string name="exo_download_paused_for_network">Downloads waiting for network</string> 33 <!-- Shown in a notification or UI component to indicate downloads are paused waiting for WiFi connectivity. [CHAR LIMIT=40] --> 34 <string name="exo_download_paused_for_wifi">Downloads waiting for WiFi</string> 35</resources> 36