Home | History | Annotate | Download | only in values
      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 tuner. It appears in TV app UI, as one of
     22          available TV inputs. -->
     23     <string name="ut_app_name">USB TV Tuner</string>
     24     <!-- Title for an action which turns a feature on [CHAR LIMIT=30] -->
     25     <string name="ut_setup_on">On</string>
     26     <!-- Title for an action which turns a feature off [CHAR LIMIT=30] -->
     27     <string name="ut_setup_off">Off</string>
     28     <!-- Message shown when the scanning process is being canceled by a user and the scanning
     29          process needs the time to wait to finish the processing -->
     30     <string name="ut_setup_cancel">Please wait to finish processing</string>
     31     <!-- Message that asks a user to select the type of signal to be used for input among
     32          the choices like terrestrial, cable, or satellite -->
     33     <string name="ut_select_channel_map">Select your channel source</string>
     34     <!-- Message that indicates TV input signal is lost due to physical disconnection or bad
     35          reception -->
     36     <string name="ut_no_signal">No Signal</string>
     37     <!-- Message that says TV failed to change to a channel (or tune) -->
     38     <string name="ut_fail_to_tune">Failed to tune to <xliff:g id="channel_name">%s</xliff:g></string>
     39     <!-- Message that says TV failed to change(or tune) to a channel which has no title -->
     40     <string name="ut_fail_to_tune_to_unknown_channel">Failed to tune</string>
     41     <!-- Message shown when the scanned channels became invalid due to incompatible changes
     42          found across application versions, hence a user is required to rescan the channels -->
     43     <string name="ut_rescan_needed">Tuner software has been recently updated. Please re-scan the
     44         channels.</string>
     45     <!-- Message that says audio of the current channel is not available due to surround sound
     46          of TV device disabled -->
     47     <string name="ut_surround_sound_disabled">Enable surround sound in system sound settings to enable audio</string>
     48     <!-- Usb Tuner setup common UI breadcrumb -->
     49     <string name="ut_setup_breadcrumb">Channel tuner setup</string>
     50     <!-- Title for TV Tuner main setup menu when no channel exists -->
     51     <string name="bt_setup_new_title">TV Tuner setup</string>
     52     <!-- Title for USB tuner main setup menu when no channel exists -->
     53     <string name="ut_setup_new_title">USB channel tuner setup</string>
     54     <!-- Description for TV tuner main setup menu when no channel exists -->
     55     <string name="bt_setup_new_description">Verify your TV is connected to a TV signal
     56         source.\n\nIf using an over-the-air antenna, you may need to adjust its placement or
     57         direction to receive the most channels. For best results, place it high and near a
     58         window.</string>
     59     <!-- Description for USB tuner main setup menu when no channel exists -->
     60     <string name="ut_setup_new_description">Verify the USB tuner is plugged in and connected
     61         to a TV signal source.\n\nIf using an over-the-air antenna, you may need to adjust its
     62         placement or direction to receive the most channels. For best results,
     63         place it high and near a window.</string>
     64     <!-- Menu items for USB tuner main setup menu when no channel exists -->
     65     <string-array name="ut_setup_new_choices">
     66         <!-- Continue setup -->
     67         <item>Continue</item>
     68         <!-- Exit setup -->
     69         <item>Not now</item>
     70     </string-array>
     71     <!-- Title for tuner main setup menu when channel exists already -->
     72     <string name="bt_setup_again_title">Rerun channel setup?</string>
     73     <!-- Description for TV tuner main setup menu when channel exists already -->
     74     <string name="bt_setup_again_description">This will remove the channels found from the TV
     75         tuner and scan for new channels again.\n\nVerify your TV is connected to a TV signal
     76         source.\n\nIf using an over-the-air antenna, you may need to adjust its placement or
     77         direction to receive the most channels. For best results, place it high and near a
     78         window.</string>
     79     <!-- Description for USB tuner main setup menu when channel exists already -->
     80     <string name="ut_setup_again_description">This will remove the channels found from the USB
     81         tuner and scan for new channels again.\n\nVerify the USB tuner is plugged in and connected
     82         to a TV signal source.\n\nIf using an over-the-air antenna, you may need to adjust its
     83         placement or direction to receive the most channels. For best results, place it high and
     84         near a window.</string>
     85     <!-- Menu items for USB tuner main setup menu when channel exists already -->
     86     <string-array name="ut_setup_again_choices">
     87         <!-- Continue setup -->
     88         <item>Continue</item>
     89         <!-- Exit setup -->
     90         <item>Cancel</item>
     91     </string-array>
     92     <!-- Title for connection type selection menu -->
     93     <string name="ut_connection_title">Select the connection type</string>
     94     <!-- Description for connection type selection menu -->
     95     <string name="ut_connection_description">Choose Antenna if there is an external antenna
     96         connected to the tuner. Choose Cable if your channels come from a cable service provider.
     97         If you are not sure, both types will be scanned, but this may take longer.</string>
     98     <!-- Menu items for connection type selection menu -->
     99     <string-array name="ut_connection_choices">
    100         <!-- Signal coming from the antenna that carries over-the-air, terrestrial channels -->
    101         <item>Antenna</item>
    102         <!-- Signal for cable television channels -->
    103         <item>Cable</item>
    104         <!-- Not sure what type of connection is provided for channel scanning -->
    105         <item>Not sure</item>
    106         <item translatable="false">Development only</item>
    107     </string-array>
    108     <!-- Title for channel scanning menu. Use this title with built-in tuners -->
    109     <string name="bt_channel_scan">TV tuner setup</string>
    110     <!-- Title for channel scanning menu. Use this title with USB tuners -->
    111     <string name="ut_channel_scan">USB channel tuner setup</string>
    112     <!-- Message that says channel is not yet scanned during channel scanning process -->
    113     <string name="ut_channel_scan_time">This may take several minutes</string>
    114     <!-- Message that says Tuner is not available -->
    115     <string name="ut_channel_scan_tuner_unavailable">Tuner is temporarily not available or already
    116         used by recording.</string>
    117     <!-- Message that says channels are found during channel scanning process -->
    118     <plurals name="ut_channel_scan_message">
    119         <item quantity="one">%1$d channel found</item>
    120         <item quantity="other">%1$d channels found</item>
    121     </plurals>
    122     <!-- Title for a button which will stop channel scanning process -->
    123     <string name="ut_stop_channel_scan">STOP CHANNEL SCAN</string>
    124     <!-- Title for channel scanning result menu when channels were found -->
    125     <plurals name="ut_result_found_title">
    126         <item quantity="one">%1$d channel found</item>
    127         <item quantity="other">%1$d channels found</item>
    128     </plurals>
    129     <!-- Description for channel scanning result menu when channels were found -->
    130     <plurals name="ut_result_found_description">
    131         <item quantity="one">Nice! %1$d channel was found during the channel scan.
    132             If this doesnt seem right, try adjusting the antenna position and scan again.</item>
    133         <item quantity="other">Nice! %1$d channels were found during the channel scan.
    134             If this doesnt seem right, try adjusting the antenna position and scan again.</item>
    135     </plurals>
    136     <!-- Menu items for channel scanning result menu when channels were found -->
    137     <string-array name="ut_result_found_choices">
    138         <item>Done</item>
    139         <item>Scan again</item>
    140     </string-array>
    141     <!-- Title for channel scanning result menu when no channel was found -->
    142     <string name="ut_result_not_found_title">No Channels found</string>
    143     <!-- Description for channel scanning result menu when no channel was found -->
    144     <string name="bt_result_not_found_description">The scan did not find any channels. Verify
    145         your TV is connected to a TV signal source.\n\nIf using an over-the-air antenna, adjust
    146         its placement or direction. For best results, place it high and near a window and scan
    147         again.</string>
    148     <!-- Description for channel scanning result menu when no channel was found -->
    149     <string name="ut_result_not_found_description">The scan did not find any channels. Verify the
    150         USB tuner is plugged in and connected to a TV signal source.\n\nIf using an over-the-air
    151         antenna, adjust its placement or direction. For best results, place it high and near a
    152         window and scan again.</string>
    153     <!-- Menu items for channel scanning result menu when no channel was found -->
    154     <string-array name="ut_result_not_found_choices">
    155         <item>Scan again</item>
    156         <item>Done</item>
    157     </string-array>
    158 
    159     <!-- Recommendation card of USB channel tuner setup strings. -->
    160     <!-- Content title of the recommendation card to launch the setup application of
    161          USB tuner TV input for scanning channels. This text is shown only when the card is
    162          focused. -->
    163     <string name="ut_setup_recommendation_card_focused_title">Scan for TV channels</string>
    164     <!-- Content text and info of the recommendation card to launch the setup application of
    165          built-in tuner TV input for scanning channels. -->
    166     <string name="bt_setup_recommendation_card_title">TV Tuner setup</string>
    167     <!-- Content text and info of the recommendation card to launch the setup application of
    168          USB tuner TV input for scanning channels. -->
    169     <string name="ut_setup_recommendation_card_title">USB TV Tuner setup</string>
    170 
    171     <!-- Message when usb tuner device is unplugged. [CHAR LIMIT=NONE] -->
    172     <string name="msg_usb_device_detached">USB TV tuner disconnected.</string>
    173 </resources>
    174