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 <!-- Title for channel scanning result menu when channels were found --> 131 <plurals name="ut_result_found_title"> 132 <item quantity="one">%1$d channel found</item> 133 <item quantity="other">%1$d channels found</item> 134 </plurals> 135 <!-- Description for channel scanning result menu when channels were found --> 136 <plurals name="ut_result_found_description"> 137 <item quantity="one">Nice! %1$d channel was found during the channel scan. 138 If this doesnt seem right, try adjusting the antenna position and scan again.</item> 139 <item quantity="other">Nice! %1$d channels were found during the channel scan. 140 If this doesnt seem right, try adjusting the antenna position and scan again.</item> 141 </plurals> 142 <!-- Menu items for channel scanning result menu when channels were found --> 143 <string-array name="ut_result_found_choices"> 144 <item>Done</item> 145 <item>Scan again</item> 146 </string-array> 147 <!-- Title for channel scanning result menu when no channel was found --> 148 <string name="ut_result_not_found_title">No Channels found</string> 149 <!-- Description for channel scanning result menu when no channel was found --> 150 <string name="bt_result_not_found_description">The scan did not find any channels. Verify 151 your TV is connected to a TV signal source.\n\nIf using an over-the-air antenna, adjust 152 its placement or direction. For best results, place it high and near a window and scan 153 again.</string> 154 <!-- Description for channel scanning result menu when no channel was found with USB tuners--> 155 <string name="ut_result_not_found_description">The scan did not find any channels. Verify the 156 USB tuner is plugged in and connected to a TV signal source.\n\nIf using an over-the-air 157 antenna, adjust its placement or direction. For best results, place it high and near a 158 window and scan again.</string> 159 <!-- Description for channel scanning result menu when no channel was found with network 160 tuners --> 161 <string name="nt_result_not_found_description">The scan did not find any channels. Verify the 162 network tuner is powered on and connected to a TV signal source.\n\nIf using an over-the-air 163 antenna, adjust its placement or direction. For best results, place it high and near a 164 window and scan again.</string> 165 <!-- Menu items for channel scanning result menu when no channel was found --> 166 <string-array name="ut_result_not_found_choices"> 167 <item>Scan again</item> 168 <item>Done</item> 169 </string-array> 170 171 <!-- Notification of USB channel tuner setup strings. --> 172 <!-- Name of notification channel which is for tuner setup. --> 173 <string name="ut_setup_notification_channel_name" translatable="false">USB tuner set up</string> 174 <!-- Content title of the notification to launch the setup application of 175 USB tuner TV input for scanning channels. --> 176 <string name="ut_setup_notification_content_title">Scan for TV channels</string> 177 <!-- Content text and info of the notification to launch the setup application of 178 built-in tuner TV input for scanning channels. --> 179 <string name="bt_setup_notification_content_text">TV Tuner setup</string> 180 <!-- Content text and info of the notification to launch the setup application of 181 USB tuner TV input for scanning channels. --> 182 <string name="ut_setup_notification_content_text">USB TV Tuner setup</string> 183 <!-- Content text and info of the notification to launch the setup application of 184 network tuner TV input for scanning channels. --> 185 <string name="nt_setup_notification_content_text">Network TV Tuner setup</string> 186 187 <!-- Message when USB tuner device is unplugged or disconnected. [CHAR LIMIT=NONE] --> 188 <string name="msg_usb_tuner_disconnected">USB TV tuner disconnected.</string> 189 <!-- Message when Network tuner device is unplugged or disconnected. [CHAR LIMIT=NONE] --> 190 <string name="msg_network_tuner_disconnected">Network tuner disconnected.</string> 191 </resources> 192