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