1<?Xm version="1.0" encoding="utf-8"?> 2<!-- 3 ~ Copyright (C) 2015 The Android Open Source Project 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 18<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 19 <!-- Name of this application. It appears in TV app UI, as one of available TV inputs. --> 20 <string name="bt_app_name">TV Tuner</string> 21 <!-- Name of this application when one uses USB tuners. It appears in TV app UI, as one of 22 available TV inputs. --> 23 <string name="ut_app_name">USB TV Tuner</string> 24 <!-- Name of this application when one uses network tuners. It appears in TV app UI, as one of 25 available TV inputs. --> 26 <string name="nt_app_name">Network TV Tuner (BETA)</string> 27 <!-- Message shown when the scanning process is being canceled by a user and the scanning 28 process needs the time to wait to finish the processing --> 29 <string name="ut_setup_cancel">Please wait to finish processing</string> 30 <!-- Message shown when the scanned channels became invalid due to incompatible changes 31 found across application versions, hence a user is required to rescan the channels --> 32 <string name="ut_rescan_needed">Tuner software has been recently updated. Please re-scan the 33 channels.</string> 34 <!-- Message that says audio of the current channel is not available due to surround sound 35 of TV device disabled --> 36 <string name="ut_surround_sound_disabled">Enable surround sound in system sound settings to enable audio</string> 37 <!-- Message that says audio of the current channel is not available due to AC3 passthrough is not usable --> 38 <string name="audio_passthrough_not_supported">Cannot play audio. Please try another TV</string> 39 <!-- Usb Tuner setup common UI breadcrumb --> 40 <string name="ut_setup_breadcrumb">Channel tuner setup</string> 41 <!-- Title for TV Tuner main setup menu when no channel exists --> 42 <string name="bt_setup_new_title">TV Tuner setup</string> 43 <!-- Title for USB tuner main setup menu when no channel exists --> 44 <string name="ut_setup_new_title">USB channel tuner setup</string> 45 <!-- Title for network tuner main setup menu when no channel exists --> 46 <string name="nt_setup_new_title">Network tuner setup</string> 47 <!-- Description for TV tuner main setup menu when no channel exists --> 48 <string name="bt_setup_new_description">Verify your TV is connected to a TV signal 49 source.\n\nIf using an over-the-air antenna, you may need to adjust its placement or 50 direction to receive the most channels. For best results, place it high and near a 51 window.</string> 52 <!-- Description for USB tuner main setup menu when no channel exists --> 53 <string name="ut_setup_new_description">Verify the USB tuner is plugged in and connected 54 to a TV signal source.\n\nIf using an over-the-air antenna, you may need to adjust its 55 placement or direction to receive the most channels. For best results, 56 place it high and near a window.</string> 57 <!-- Description for network tuner main setup menu when no channel exists --> 58 <string name="nt_setup_new_description">Verify the network tuner is powered on and connected 59 to a TV signal source.\n\nIf using an over-the-air antenna, you may need to adjust its 60 placement or direction to receive the most channels. For best results, 61 place it high and near a window.</string> 62 <!-- Menu items for USB tuner main setup menu when no channel exists --> 63 <string-array name="ut_setup_new_choices"> 64 <!-- Continue setup --> 65 <item>Continue</item> 66 <!-- Exit setup --> 67 <item>Not now</item> 68 </string-array> 69 <!-- Title for tuner main setup menu when channel exists already --> 70 <string name="bt_setup_again_title">Rerun channel setup?</string> 71 <!-- Description for TV tuner main setup menu when channel exists already --> 72 <string name="bt_setup_again_description">This will remove the channels found from the TV 73 tuner and scan for new channels again.\n\nVerify your TV is connected to a TV signal 74 source.\n\nIf using an over-the-air antenna, you may need to adjust its placement or 75 direction to receive the most channels. For best results, place it high and near a 76 window.</string> 77 <!-- Description for USB tuner main setup menu when channel exists already --> 78 <string name="ut_setup_again_description">This will remove the channels found from the USB 79 tuner and scan for new channels again.\n\nVerify the USB tuner is plugged in and connected 80 to a TV signal source.\n\nIf using an over-the-air antenna, you may need to adjust its 81 placement or direction to receive the most channels. For best results, place it high and 82 near a window.</string> 83 <!-- Description for network tuner main setup menu when channel exists already --> 84 <string name="nt_setup_again_description">This will remove the channels found from the network 85 tuner and scan for new channels again.\n\nVerify the network tuner is powered on and 86 connected to a TV signal source.\n\nIf using an over-the-air antenna, you may need to adjust 87 its placement or direction to receive the most channels. For best results, place it high and 88 near a window.</string> 89 <!-- Menu items for USB tuner main setup menu when channel exists already --> 90 <string-array name="ut_setup_again_choices"> 91 <!-- Continue setup --> 92 <item>Continue</item> 93 <!-- Exit setup --> 94 <item>Cancel</item> 95 </string-array> 96 <!-- Title for connection type selection menu --> 97 <string name="ut_connection_title">Select the connection type</string> 98 <!-- Description for connection type selection menu --> 99 <string name="ut_connection_description">Choose Antenna if there is an external antenna 100 connected to the tuner. Choose Cable if your channels come from a cable service provider. 101 If you are not sure, both types will be scanned, but this may take longer.</string> 102 <!-- Menu items for connection type selection menu --> 103 <string-array name="ut_connection_choices"> 104 <!-- Signal coming from the antenna that carries over-the-air, terrestrial channels --> 105 <item>Antenna</item> 106 <!-- Signal for cable television channels --> 107 <item>Cable</item> 108 <!-- Not sure what type of connection is provided for channel scanning --> 109 <item>Not sure</item> 110 <item translatable="false">Development only</item> 111 </string-array> 112 <!-- Title for channel scanning menu. Use this title with built-in tuners --> 113 <string name="bt_channel_scan">TV tuner setup</string> 114 <!-- Title for channel scanning menu. Use this title with USB tuners --> 115 <string name="ut_channel_scan">USB channel tuner setup</string> 116 <!-- Title for channel scanning menu. Use this title with network tuners --> 117 <string name="nt_channel_scan">Network channel tuner setup</string> 118 <!-- Message that says channel is not yet scanned during channel scanning process --> 119 <string name="ut_channel_scan_time">This may take several minutes</string> 120 <!-- Message that says Tuner is not available --> 121 <string name="ut_channel_scan_tuner_unavailable">Tuner is temporarily not available or already 122 used by recording.</string> 123 <!-- Message that says channels are found during channel scanning process --> 124 <plurals name="ut_channel_scan_message"> 125 <item quantity="one">%1$d channel found</item> 126 <item quantity="other">%1$d channels found</item> 127 </plurals> 128 <!-- Title for a button which will stop channel scanning process --> 129 <string name="ut_stop_channel_scan">STOP CHANNEL SCAN</string> 130 131 <!-- Title for lineup selection menu when TV lineups are found --> 132 <string name="ut_lineup_title_lineups_found" >Select a TV lineup</string> 133 <!-- Description for lineup selection menu when TV lineups are found.--> 134 <string name="ut_lineup_description_lineups_found" >Choose how you receive your TV signal.</string> 135 <!-- Title for lineup selection menu when no TV lineups is found --> 136 <string name="ut_lineup_title_lineups_not_found" >No TV lineups found</string> 137 <!-- Description for lineup selection menu when no TV lineups is found --> 138 <string name="ut_lineup_description_lineups_not_found" >Please make sure your device is connected to the internet and the zip code / postal code is correct.</string> 139 <!-- Title for lineup selection menu when fetching lineups --> 140 <string name="ut_lineup_title_fetching_lineups">Fetching TV lineups…</string> 141 <!-- Description for lineup selection menu when fetching lineups --> 142 <string name="ut_lineup_description_fetching_lineups">This may take a few minutes. Please wait…</string> 143 <!-- Description for a button when no channels match --> 144 <string name="ut_lineup_no_channels_matched">No channels match</string> 145 <!-- Number of matched channels for lineup selection menu when lineups were found --> 146 <plurals name="ut_lineup_channels_matched"> 147 <item quantity="one"><xliff:g id="channels_matched_one">%1$d</xliff:g> channel matches</item> 148 <item quantity="other"><xliff:g id="channels_matched_other">%1$d</xliff:g> channels match</item> 149 </plurals> 150 <!-- A button to select a specific TV lineup of channels for the channels received by a "Television Antenna" --> 151 <string name="ut_lineup_name_antenna">Antenna</string> 152 <!-- Title for channel scanning result menu when channels were found --> 153 <plurals name="ut_result_found_title"> 154 <item quantity="one">%1$d channel found</item> 155 <item quantity="other">%1$d channels found</item> 156 </plurals> 157 <!-- Channel description for channel scanning result menu when channels were found "scan again" should match the button in string ut_result_found_choices--> 158 <string name="ut_result_found_description">If that seems incorrect, try adjusting your antenna and scan again.</string> 159 <!-- Rescan description for channel scanning result menu when channels were found --> 160 <!-- Menu items for channel scanning result menu when channels were found --> 161 <string-array name="ut_result_found_choices"> 162 <item>Done</item> 163 <item>Scan again</item> 164 </string-array> 165 <!-- Title for channel scanning result menu when no channel was found --> 166 <string name="ut_result_not_found_title">No Channels found</string> 167 <!-- Description for channel scanning result menu when no channel was found --> 168 <string name="bt_result_not_found_description">The scan did not find any channels. Verify 169 your TV is connected to a TV signal source.\n\nIf using an over-the-air antenna, adjust 170 its placement or direction. For best results, place it high and near a window and scan 171 again.</string> 172 <!-- Description for channel scanning result menu when no channel was found with USB tuners--> 173 <string name="ut_result_not_found_description">The scan did not find any channels. Verify the 174 USB tuner is plugged in and connected to a TV signal source.\n\nIf using an over-the-air 175 antenna, adjust its placement or direction. For best results, place it high and near a 176 window and scan again.</string> 177 <!-- Description for channel scanning result menu when no channel was found with network 178 tuners --> 179 <string name="nt_result_not_found_description">The scan did not find any channels. Verify the 180 network tuner is powered on and connected to a TV signal source.\n\nIf using an over-the-air 181 antenna, adjust its placement or direction. For best results, place it high and near a 182 window and scan again.</string> 183 <!-- Menu items for channel scanning result menu when no channel was found --> 184 <string-array name="ut_result_not_found_choices"> 185 <item>Scan again</item> 186 <item>Done</item> 187 </string-array> 188 189 <!-- Notification of USB channel tuner setup strings. --> 190 <!-- Name of notification channel which is for tuner setup. "USB Tuner" is a TV Tuner that is connected via a USB connection.--> 191 <string name="ut_setup_notification_channel_name" >USB Tuner setup</string> 192 <!-- Content title of the notification to launch the setup application of 193 USB tuner TV input for scanning channels. --> 194 <string name="ut_setup_notification_content_title">Scan for TV channels</string> 195 <!-- Content text and info of the notification to launch the setup application of 196 built-in tuner TV input for scanning channels. --> 197 <string name="bt_setup_notification_content_text">TV Tuner setup</string> 198 <!-- Content text and info of the notification to launch the setup application of 199 USB tuner TV input for scanning channels. --> 200 <string name="ut_setup_notification_content_text">USB TV Tuner setup</string> 201 <!-- Content text and info of the notification to launch the setup application of 202 network tuner TV input for scanning channels. --> 203 <string name="nt_setup_notification_content_text">Network TV Tuner setup</string> 204 205 <!-- Message when USB tuner device is unplugged or disconnected. [CHAR LIMIT=NONE] --> 206 <string name="msg_usb_tuner_disconnected">USB TV tuner disconnected.</string> 207 <!-- Message when Network tuner device is unplugged or disconnected. [CHAR LIMIT=NONE] --> 208 <string name="msg_network_tuner_disconnected">Network tuner disconnected.</string> 209 210 <!-- Title of postal/zip code input guided step fragment [CHAR LIMIT=30] --> 211 <string name="postal_code_guidance_title">Enter your ZIP Code.</string> 212 <!-- Description of postal/zip code input guided step fragment [CHAR LIMIT=NONE] --> 213 <string name="postal_code_guidance_description"> 214 Please enter your ZIP code. 215 <xlgiff id="break">\n</xlgiff> 216 Your ZIP code is stored on device locally and sent to Google servers when updating your 217 program information. The ZIP code sent is never associated with your account or stored in 218 Google servers. 219 <xlgiff id="break">\n</xlgiff> 220 If you do not provide your ZIP code, your TV program guide will be limited.</string> 221 <!-- Description prefix of postal/zip code input guided step fragment when failed to get location automatically. [CHAR LIMIT=NONE] --> 222 <string name="postal_code_guidance_description_get_location_failed"> 223 <xliff:g id="app_name">Live TV</xliff:g> cannot determine your location.</string> 224 <!-- Description of postal/zip code input edit text view to prompt users entering ZIP Code [CHAR LIMIT=30] --> 225 <string name="postal_code_action_description">Enter your ZIP Code</string> 226 <!-- Warning message shown in description field of postal/zip code input edit text view when user enters an invalid ZIP Code and presses Done [CHAR LIMIT=30] --> 227 <string name="postal_code_invalid_warning">Invalid ZIP Code</string> 228 229 <!-- Title of location rationale guided step fragment [CHAR LIMIT=30] --> 230 <string name="location_guidance_title">Location</string> 231 <!-- Description of location rationale guided step fragment [CHAR LIMIT=NONE] --> 232 <string name="location_guidance_description"> 233 <xliff:g id="app_name">Live TV</xliff:g> uses your ZIP code to provide a complete 234 program guide for your TV channels. 235 <xlgiff id="break">\n</xlgiff> 236 Your ZIP code is stored on device locally and sent to Google servers when updating your 237 program information. The ZIP code sent is never associated with your account or stored in 238 Google servers. 239 <xlgiff id="break">\n</xlgiff> 240 If you do not grant permission or do not manually enter your ZIP code, your TV program guide 241 will be limited.</string> 242 <!-- Grant location permission --> 243 <string name="location_choices_allow_permission">Grant Permission</string> 244 <!-- Enter postal code --> 245 <string name="location_choices_enter_zip_code">Enter Zip Code</string> 246 <!-- Message to show users when getting location information --> 247 <string name="location_choices_getting_location">Getting Location</string> 248 249</resources> 250