Home | History | Annotate | Download | only in values
      1 <?xml 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     <string name="font" translatable="false">sans-serif</string>
     20     <string name="light_font" translatable="false">sans-serif-light</string>
     21     <string name="thin_font" translatable="false">sans-serif-thin</string>
     22     <string name="condensed_font" translatable="false">sans-serif-condensed</string>
     23 
     24     <string name="option_item_text_font" translatable="false">@string/condensed_font</string>
     25     <string name="option_item_secondary_text_font" translatable="false">@string/condensed_font</string>
     26 
     27     <string name="option_item_divider_font" translatable="false">@string/condensed_font</string>
     28 
     29     <!-- Name of application [CHAR LIMIT=NONE] -->
     30     <string name="app_name">Live TV</string>
     31 
     32     <!-- Title of an application permission, listed so the user can choose
     33         whether they want to allow the application to do this. -->
     34     <string name="permlab_receiveInputEvent" translatable="false">receive input events from Live TV app</string>
     35     <!-- Description of an application permission, listed so the user can choose
     36         whether they want to allow the application to do this. -->
     37     <string name="permdesc_receiveInputEvent" translatable="false">Allows the app to receive input events from Live TV app</string>
     38 
     39     <!-- Program information, mainly used for channel banner and program guide. -->
     40     <eat-comment />
     41     <!-- Mark for closed caption when a program has closed caption tracks -->
     42     <string name="closed_caption" translatable="false">CC</string>
     43     <!-- Mark indicating that the current program has ultra-high-definition video. -->
     44     <string name="video_definition_level_ultra_hd" translatable="false">Ultra HD</string>
     45     <!-- Mark indicating that the current program has full-high-definition video. -->
     46     <string name="video_definition_level_full_hd" translatable="false">Full HD</string>
     47     <!-- Mark indicating that the current program has high-definition video. -->
     48     <string name="video_definition_level_hd" translatable="false">HD</string>
     49     <!-- Mark indicating that the current program has standard-definition video.  -->
     50     <string name="video_definition_level_sd" translatable="false">SD</string>
     51     <!-- Mark indicating that the current program has only one audio channel (mono).
     52          [CHAR LIMIT=8] -->
     53     <string name="audio_channel_mono">mono</string>
     54     <!-- Mark indicating that the current program has two audio channels (stereo).
     55          [CHAR LIMIT=8] -->
     56     <string name="audio_channel_stereo">stereo</string>
     57     <!-- Mark indicating that the current program has 5.1 surround audio channels. -->
     58     <string name="audio_channel_5_1" translatable="false">5.1</string>
     59     <!-- Mark indicating that the current program has 7.1 surround audio channels. -->
     60     <string name="audio_channel_7_1" translatable="false">7.1</string>
     61 
     62     <!-- Title of the play controls row in the main menu.
     63          The play means a playback of video and audio. [CHAR LIMIT=NONE] -->
     64     <string name="menu_title_play_controls">Play controls</string>
     65     <!-- Title of the channels row in the main menu. [CHAR LIMIT=NONE] -->
     66     <string name="menu_title_channels">Recent channels</string>
     67     <!-- Title of the TV option row in the main menu. [CHAR LIMIT=NONE] -->
     68     <string name="menu_title_options">TV options</string>
     69     <!-- Title of the PIP option row in the main menu. [CHAR LIMIT=NONE] -->
     70     <string name="menu_title_pip_options">PIP options</string>
     71 
     72     <!-- Play speed of 2X, 3X, 4X, 5X -->
     73     <string name="play_controls_speed" translatable="false">%1$dX</string>
     74     <!-- Message when the trick play is not available [CHAR LIMIT=NONE] -->
     75     <string name="play_controls_unavailable">Play controls unavailable for this channel</string>
     76     <!-- Description of the Play Pause button on the play controls. -->
     77     <string name="play_controls_description_play_pause">Play or pause</string>
     78     <!-- Description of the Fast Forward button on the play controls. -->
     79     <string name="play_controls_description_fast_forward">Fast forward</string>
     80     <!-- Description of the Rewind button on the play controls. -->
     81     <string name="play_controls_description_fast_rewind">Rewind</string>
     82     <!-- Description of the Next button on the play controls. -->
     83     <string name="play_controls_description_skip_next">Next</string>
     84     <!-- Description of the Previous button on the play controls. -->
     85     <string name="play_controls_description_skip_previous">Previous</string>
     86 
     87     <!-- Label of Program guide item in the channel list row. [CHAR LIMIT=23] -->
     88     <string name="channels_item_program_guide">Program guide</string>
     89     <!-- Label of setup item in the channel list row. The item is shown only
     90          when new inputs are installed. [CHAR LIMIT=23] -->
     91     <string name="channels_item_setup">New channels available</string>
     92     <!-- Label of the app link card used for Google analytics. -->
     93     <string name="channels_item_app_link" translatable="false">App link</string>
     94     <!-- Default label of the app link card indicating there is no app link available for
     95          the current channel. [CHAR LIMIT=23] -->
     96     <string name="channels_item_app_link_no_app_link">No link available</string>
     97     <!-- Label of app link card for launching app in the channel list row. [CHAR LIMIT=NONE] -->
     98     <string name="channels_item_app_link_app_launcher">Open <xliff:g id="app_name" example="YouTube">%1$s</xliff:g></string>
     99 
    100     <!-- Label of "Closed captions" item in the TV option row. [CHAR LIMIT=17] -->
    101     <string name="options_item_closed_caption">Closed captions</string>
    102     <!-- Label of "Display mode" item in the TV option row. Inside display mode,
    103          there are three items: Full, Normal, Zoom. [CHAR LIMIT=17] -->
    104     <string name="options_item_display_mode">Display mode</string>
    105     <!-- Label of "PIP (Picture in picture)" item in the TV option row. [CHAR LIMIT=17] -->
    106     <string name="options_item_pip">PIP</string>
    107     <!-- Description of the "PIP" item in the TV option row indicating that the currently the PIP
    108          is turned on. [CHAR LIMIT=17] -->
    109     <string name="options_item_pip_on">On</string>
    110     <!-- Description of the "PIP" item in the TV option row indicating that the currently the PIP
    111          is turned off. [CHAR LIMIT=20] -->
    112     <string name="options_item_pip_off">Off</string>
    113     <!-- Label of "Multi audio" item in the TV option row. [CHAR LIMIT=17] -->
    114     <string name="options_item_multi_audio">Multi-audio</string>
    115     <!-- Label of "Get more channels" item in the TV option row. [CHAR LIMIT=17] -->
    116     <string name="options_item_more_channels">Get more channels</string>
    117     <!-- Label of "Settings" item in the TV option row. [CHAR LIMIT=17] -->
    118     <string name="options_item_settings">Settings</string>
    119 
    120     <!-- Label of "Source" item in the PIP option row. The item enables the user to select
    121          a specific input (e.g. HDMI 1) for the PIP window. [CHAR LIMIT=17] -->
    122     <string name="pip_options_item_source">Source</string>
    123     <!-- Label of "Swap" item in the PIP option row.
    124          After swapping, the main window and PIP window will show the channels of each other. [CHAR LIMIT=17] -->
    125     <string name="pip_options_item_swap">Swap</string>
    126     <!-- Description of the "Swap" item in the PIP option row indicating that the currently the
    127          windows are swapped. [CHAR LIMIT=20] -->
    128     <string name="pip_options_item_swap_on">On</string>
    129     <!-- Description of the "Swap" item in the PIP option row indicating that the currently the
    130          windows are not swapped. [CHAR LIMIT=20] -->
    131     <string name="pip_options_item_swap_off">Off</string>
    132     <!-- Label of "Sound" item in the PIP option row. [CHAR LIMIT=17] -->
    133     <string name="pip_options_item_sound">Sound</string>
    134     <!-- Description of the "Sound" item in the PIP option row indicating that the current sound
    135          source is main window. [CHAR LIMIT=20] -->
    136     <string name="pip_options_item_sound_main">Main</string>
    137     <!-- Description of the "Sound" item in the PIP option row indicating that the current sound
    138          source is PIP window. [CHAR LIMIT=20] -->
    139     <string name="pip_options_item_sound_pip_window">PIP window</string>
    140     <!-- Label of "Layout" item in the PIP option row. [CHAR LIMIT=17] -->
    141     <string name="pip_options_item_layout">Layout</string>
    142     <!-- Description of the "Layout" item in the PIP option row indicating that the current PIP
    143          window is at the bottom right corner of the screen. [CHAR LIMIT=20] -->
    144     <string name="pip_options_item_layout_bottom_right">Bottom right</string>
    145     <!-- Description of the "Layout" item in the PIP option row indicating that the current PIP
    146          window is at the top right corner of the screen. [CHAR LIMIT=20] -->
    147     <string name="pip_options_item_layout_top_right">Top right</string>
    148     <!-- Description of the "Layout" item in the PIP option row indicating that the current PIP
    149          window is at the top left corner of the screen. [CHAR LIMIT=20] -->
    150     <string name="pip_options_item_layout_top_left">Top left</string>
    151     <!-- Description of the "Layout" item in the PIP option row indicating that the current PIP
    152          window is at the bottom left corner of the screen. [CHAR LIMIT=20] -->
    153     <string name="pip_options_item_layout_bottom_left">Bottom left</string>
    154     <!-- Description of the "Layout" item in the PIP option row indicating that the current PIP
    155          layout is side-by-side (i.e. Picture and Picture). [CHAR LIMIT=20] -->
    156     <string name="pip_options_item_layout_side_by_side">Side by side</string>
    157     <!-- Label of "Size" item in the PIP option row. [CHAR LIMIT=17] -->
    158     <string name="pip_options_item_size">Size</string>
    159     <!-- Description of the "Size" item in the PIP option row indicating that the current PIP size
    160          is big.  [CHAR LIMIT=20] -->
    161     <string name="pip_options_item_size_big">Big</string>
    162     <!-- Description of the "Size" item in the PIP option row indicating that the current PIP size
    163          is small.  [CHAR LIMIT=20] -->
    164     <string name="pip_options_item_size_small">Small</string>
    165 
    166     <!-- Title of "Input source" option to select an input for PIP. [CHAR LIMIT=30] -->
    167     <string name="side_panel_title_pip_input_source">Input source</string>
    168     <!-- Label of a unified input for tuner type inputs. [CHAR LIMIT=30] -->
    169     <string name="input_long_label_for_tuner">TV (antenna/cable)</string>
    170 
    171     <!-- Default program name when there is no program title. [CHAR LIMIT=30] -->
    172     <string name="no_program_information">No program information</string>
    173 
    174     <!-- Program title for no information. [CHAR LIMIT=23] -->
    175     <string name="program_title_for_no_information">No information</string>
    176     <!-- Program title for blocked channel [CHAR LIMIT=23] -->
    177     <string name="program_title_for_blocked_channel">Blocked channel</string>
    178 
    179     <!-- Default string for unknown language used in "Closed Caption" and "Multi Audio" options. [CHAR LIMIT=30] -->
    180     <string name="default_language">Unknown language</string>
    181 
    182     <!-- Inside "Closed captions" option side panel -->
    183     <eat-comment />
    184     <!-- Title of "Closed captions" option. [CHAR LIMIT=30] -->
    185     <string name="side_panel_title_closed_caption">Closed captions</string>
    186     <!-- Label of an option item for Closed Caption "off" [CHAR LIMIT=30] -->
    187     <string name="closed_caption_option_item_off">Off</string>
    188     <!-- Label of an option item to launch system closed caption settings [CHAR LIMIT=30] -->
    189     <string name="closed_caption_system_settings">Customize formatting</string>
    190     <!-- Description for "System Caption Settings" option [CHAR LIMIT=NONE] -->
    191     <string name="closed_caption_system_settings_description">Set system-wide preferences for closed captions</string>
    192 
    193     <!-- Inside "Display Mode" option side panel -->
    194     <eat-comment />
    195     <!-- Title of "Display Mode" option. It has three items: Normal, Full, Zoom. [CHAR LIMIT=30]-->
    196     <string name="side_panel_title_display_mode">Display mode</string>
    197 
    198     <!-- Inside "Multi Audio" option side panel -->
    199     <eat-comment />
    200     <!-- Title of "Multi-Audio" option. [CHAR LIMIT=30] -->
    201     <string name="side_panel_title_multi_audio">Multi-audio</string>
    202     <!-- Format of "Multi-Audio" item. E.g.) English (stereo) -->
    203     <string name="multi_audio_display_string_with_channel" translatable="false">%1$s (%2$s)</string>
    204     <!-- Label of audio track with one audio channel [CHAR LIMIT=30] -->
    205     <string name="multi_audio_channel_mono">mono</string>
    206     <!-- Label of audio track with two audio channels [CHAR LIMIT=30] -->
    207     <string name="multi_audio_channel_stereo">stereo</string>
    208     <!-- Label of audio track with six audio channels [CHAR LIMIT=30] -->
    209     <string name="multi_audio_channel_surround_6">5.1 surround</string>
    210     <!-- Label of audio track with eight audio channels [CHAR LIMIT=30] -->
    211     <string name="multi_audio_channel_surround_8">7.1 surround</string>
    212     <!-- Label of audio track with other audio channels than 1, 2, 6, and 8 [CHAR LIMIT=30] -->
    213     <string name="multi_audio_channel_suffix">%d channels</string>
    214 
    215     <!-- Inside "Edit Channels for a specific input" option side panel -->
    216     <eat-comment />
    217     <!-- Title of "Edit channels" option. [CHAR LIMIT=30] -->
    218     <string name="side_panel_title_edit_channels_for_an_input">Customize channel list</string>
    219     <!-- Label of "Select group" item to make all channels of a group enabled. The group can
    220          be a channel source or video quality like HD or SD. [CHAR LIMIT=30] -->
    221     <string name="edit_channels_item_select_group">Select group</string>
    222     <!-- Label of "Deselect group" item to make all channels of a group disabled. The group can
    223          be a channel source or video quality like HD or SD. [CHAR LIMIT=30] -->
    224     <string name="edit_channels_item_deselect_group">Deselect group</string>
    225     <!-- Label of "Group by" item to regroup channels [CHAR LIMIT=30] -->
    226     <string name="edit_channels_item_group_by">Group by</string>
    227     <!-- Type of grouping by channel source [CHAR LIMIT=30] -->
    228     <string name="edit_channels_group_by_sources">Channel source</string>
    229     <!-- Type of grouping by video quality [CHAR LIMIT=30] -->
    230     <string name="edit_channels_group_by_hd_sd">HD/SD</string>
    231     <!-- Subheader of HD channel group [CHAR LIMIT=30] -->
    232     <string name="edit_channels_group_divider_for_hd">HD</string>
    233     <!-- Subheader of SD channel group [CHAR LIMIT=40] -->
    234     <string name="edit_channels_group_divider_for_sd">SD</string>
    235     <!-- Title of "Group by" side panel to set grouping type [CHAR LIMIT=30] -->
    236     <string name="side_panel_title_group_by">Group by</string>
    237 
    238     <!-- Inside full EPG -->
    239     <eat-comment />
    240     <!-- Description in the TV guide when the rating of the current content is restricted by parental control. [CHAR LIMIT=NONE] -->
    241     <string name="program_guide_content_locked">This program is blocked</string>
    242     <!-- Description in the TV guide with the rating when the rating of the current content is restricted by parental control. [CHAR LIMIT=NONE] -->
    243     <string name="program_guide_content_locked_format">This program is rated <xliff:g id="rating" example="TV_MA">%1$s</xliff:g></string>
    244 
    245     <!-- Message when a channel item is clicked for channel auto-scan, but the input doesn't
    246          have auto-scan function. [CHAR LIMIT=NONE] -->
    247     <string name="msg_no_setup_activity">The input doesn\'t support auto-scan</string>
    248     <!-- Error message when Live TV app cannnot launch auto-scan activity due to the wrong information
    249          from the input. [CHAR LIMIT=NONE] -->
    250     <string name="msg_unable_to_start_setup_activity">Unable to start auto-scan for \'<xliff:g id="tv_input" example="Built-in Tuner">%s</xliff:g>\'</string>
    251     <!-- Error message when Live TV app cannnot launch the system-wide preferences for closed captions. [CHAR LIMIT=NONE] -->
    252     <string name="msg_unable_to_start_system_captioning_settings">Unable to start the system-wide preferences for closed captions.</string>
    253     <!-- Message after some channels are added. [CHAR LIMIT=NONE] -->
    254     <plurals name="msg_channel_added">
    255         <item quantity="one">%1$d channel added</item>
    256         <item quantity="other">%1$d channels added</item>
    257     </plurals>
    258     <!-- Message after no channel is added after setting up an input. [CHAR LIMIT=NONE] -->
    259     <string name="msg_no_channel_added">No channels added</string>
    260 
    261     <!-- Inside "Input Selector" option side panel -->
    262     <eat-comment />
    263     <!-- Label of a tuner input in "Input Selector" option. [CHAR LIMIT=30] -->
    264     <string name="input_selector_tuner_label">Tuner</string>
    265 
    266     <!-- Parental control -->
    267     <eat-comment />
    268     <!-- Title of "Parental Contrals" option. [CHAR LIMIT=30] -->
    269     <string name="menu_parental_controls">Parental controls</string>
    270     <!-- Label in On state of On/Off switch for "Parental Contrals" option. [CHAR LIMIT=30] -->
    271     <string name="option_toggle_parental_controls_on">On</string>
    272     <!-- Label in Off state of On/Off switch for "Parental Contrals" option. [CHAR LIMIT=30] -->
    273     <string name="option_toggle_parental_controls_off">Off</string>
    274     <!-- Item and title of "Channels blocked" option. This option provides an interface for parents
    275          to block/unblock channels that are not suitable for their children. [CHAR LIMIT=30] -->
    276     <string name="option_channels_locked">Channels blocked</string>
    277     <!-- Label of an item to lock all channels. [CHAR LIMIT=30] -->
    278     <string name="option_channels_lock_all">Block all</string>
    279     <!-- Label of an item to unlock all channels. [CHAR LIMIT=30] -->
    280     <string name="option_channels_unlock_all">Unblock all</string>
    281     <!-- Subheader below a divider to separate hidden channels from visible channels. Visible
    282          channels appear first in the list and this divider comes, followed by hidden channels.
    283          [CHAR LIMIT=30] -->
    284     <string name="option_channels_subheader_hidden">Hidden channels</string>
    285     <!-- Item and title of "Program restrictions" option. It has two items: Rating Systems
    286          and Ratings [CHAR LIMIT=30] -->
    287     <string name="option_program_restrictions">Program restrictions</string>
    288     <string name="option_change_pin">Change PIN</string>
    289     <!-- Item and title of "Rating Systems" option. In this option, a user can choose the rating
    290          system per country listed [CHAR LIMIT=30] -->
    291     <string name="option_country_rating_systems">Rating systems</string>
    292     <!-- Item and title of "Rating Systems" option. In this option, after choosing a rating system,
    293          a user selects the actual rating to be restricted. [CHAR LIMIT=30] -->
    294     <string name="option_ratings">Ratings</string>
    295     <!-- Label of an item to show all rating systems in the system. [CHAR LIMIT=30] -->
    296     <string name="option_see_all_rating_systems">See all rating systems</string>
    297     <!-- Display country name for rating systems used in multiple countries.
    298          [CHAR LIMIT=30] -->
    299     <string name="other_countries">Other countries</string>
    300 
    301     <!-- Description below "Channel Locked" item when there is no locked channel.
    302          [CHAR LIMIT=NONE] -->
    303     <string name="option_no_locked_channel">None</string>
    304     <!-- Description below "Program Restrictions" item when there is no locked channel.
    305          [CHAR LIMIT=NONE] -->
    306     <string name="option_no_enabled_rating_system">None</string>
    307 
    308     <!-- Label of an item not to select any restriction. [CHAR LIMIT=30] -->
    309     <string name="option_rating_none">None</string>
    310     <!-- Label of an item to select high restriction. [CHAR LIMIT=30] -->
    311     <string name="option_rating_high">High restrictions</string>
    312     <!-- Label of an item to select medium restriction. [CHAR LIMIT=30] -->
    313     <string name="option_rating_medium">Medium restrictions</string>
    314     <!-- Label of an item to select low restriction. [CHAR LIMIT=30] -->
    315     <string name="option_rating_low">Low restrictions</string>
    316     <!-- Label of an item to select custom restriction. In the restriction, a user
    317          can finely tune the restriction with rating details. [CHAR LIMIT=30] -->
    318     <string name="option_rating_custom">Custom</string>
    319 
    320     <!-- The description used for high restrictions. [CHAR LIMIT=NONE] -->
    321     <string name="option_rating_high_description">Content suitable for children</string>
    322     <!-- The description used for medium restrictions. [CHAR LIMIT=NONE] -->
    323     <string name="option_rating_medium_description">Content suitable for older children</string>
    324     <!-- The description used for low restrictions. [CHAR LIMIT=NONE] -->
    325     <string name="option_rating_low_description">Content suitable for teens</string>
    326     <!-- The description used for custom restrictions. [CHAR LIMIT=NONE] -->
    327     <string name="option_rating_custom_description">Manual restrictions</string>
    328 
    329     <!-- Attribution text shown at the end of the 'Ratings' menu. It indicates where those rating
    330          descriptions come from. [CHAR LIMIT=NONE] -->
    331     <string name="option_attribution">Sources for rating descriptions</string>
    332 
    333     <!-- Title of the menu where the user can select sub-ratings settings. Sub-ratings can be added
    334          to the basic rating to let parents know additional information about the TV program such as
    335          drug, violence, nudity, sex and coarse language. [CHAR LIMIT=30] -->
    336     <string name="option_subrating_title">%1$s and sub-ratings</string>
    337     <!-- Header of the divider in the sub-ratings menu. Sub-ratings can be added to the basic rating
    338          to let parents know additional information about the TV program such as drug, violence,
    339          nudity, sex and coarse language. [CHAR LIMIT=30] -->
    340     <string name="option_subrating_header">Sub-ratings</string>
    341 
    342     <!-- PIN UX -->
    343     <eat-comment />
    344     <!-- Title of PIN dialog when an user is asked to enter PIN to unlock channel.
    345          [CHAR LIMIT=NONE] -->
    346     <string name="pin_enter_unlock_channel">Enter your PIN to watch this channel</string>
    347     <!-- Title of PIN dialog when an user is asked to enter PIN to unlock program.
    348          [CHAR LIMIT=NONE] -->
    349     <string name="pin_enter_unlock_program">Enter your PIN to watch this program</string>
    350     <!-- Title of PIN dialog when an user tries to change Parental control setting.
    351          [CHAR LIMIT=NONE] -->
    352     <string name="pin_enter_pin">Enter your PIN</string>
    353     <!-- Title of PIN dialog when an user is asked to set a PIN for the first time.
    354          [CHAR LIMIT=NONE] -->
    355     <string name="pin_enter_create_pin">To set parental controls, create a PIN</string>
    356     <!-- Title of PIN dialog when an user is asked to change PIN [CHAR LIMIT=NONE] -->
    357     <string name="pin_enter_new_pin">Enter new PIN</string>
    358     <!-- Title of PIN dialog when an user is asked to set a PIN. [CHAR LIMIT=NONE] -->
    359     <string name="pin_enter_again">Confirm your PIN</string>
    360     <!-- Title of PIN dialog when an user is about to change older PIN. [CHAR LIMIT=NONE] -->
    361     <string name="pin_enter_old_pin">Enter your current PIN</string>
    362     <!-- Message shown in the dialog when the user entered the wrong. [CHAR LIMIT=NONE] -->
    363     <plurals name="pin_enter_countdown">
    364         <item quantity="one">You entered the wrong PIN 5 times.\nTry again in <xliff:g id="remaining_seconds" example="1">%1$d</xliff:g> second.</item>
    365         <item quantity="other">You entered the wrong PIN 5 times.\nTry again in <xliff:g id="remaining_seconds" example="60">%1$d</xliff:g> seconds.</item>
    366     </plurals>
    367     <!-- Toast message when an user entered wrong PIN. [CHAR LIMIT=NONE] -->
    368     <string name="pin_toast_wrong">That PIN was wrong. Try again.</string>
    369     <!-- Toast message when an user couldn't pass the PIN confirmation. [CHAR LIMIT=NONE] -->
    370     <string name="pin_toast_not_match">Try again, PIN doesn\'t match</string>
    371 
    372     <!-- menu for "Settings" option -->
    373     <eat-comment />
    374     <!--  Title of "Settings" option. [CHAR LIMIT=30] -->
    375     <string name="side_panel_title_settings">Settings</string>
    376     <!-- Label of "Customize channels list" item to select and deselect channels.
    377          [CHAR LIMIT=30] -->
    378     <string name="settings_channel_source_item_customize_channels">Customize channel list</string>
    379     <!-- Description of "Customize channels list" item. [CHAR LIMIT=NONE] -->
    380     <string name="settings_channel_source_item_customize_channels_description">Choose channels for your program guide</string>
    381     <!-- Label of "Channel sources" item to setup channels. [CHAR LIMIT=30] -->
    382     <string name="settings_channel_source_item_setup">Channel sources</string>
    383     <!-- Description of "Channel sources" item only when new inputs are available.
    384          [CHAR LIMIT=NONE] -->
    385     <string name="settings_channel_source_item_setup_new_inputs">New channels available</string>
    386     <!-- Label of "Parental controls" item. [CHAR LIMIT=30] -->
    387     <string name="settings_parental_controls">Parental controls</string>
    388     <!-- Menu item to show licenses for open source code used in the app [CHAR LIMIT=35] -->
    389     <string name="settings_menu_licenses">Open source licenses</string>
    390     <!--Title for a dialog box that shows licenses for open source code used in the app [CHAR LIMIT=35] -->
    391     <string name="dialog_title_licenses">Open source licenses</string>
    392     <!-- Menu item that shows the application version(eg 1.2.03-final) as a second line below this title [CHAR LIMIT=35] -->
    393     <string name="settings_menu_version">Version</string>
    394 
    395     <!-- opt out preferences -->
    396     <eat-comment />
    397 
    398     <!--Title of option set to improve the Live TV app.
    399        "Live TV" should match app_name -->
    400     <string name="about_menu_improve">Help improve Live TV</string>
    401     <!--Summary of option to improve the Live TV app. -->
    402     <string name="about_menu_improve_summary">Share anonymous usage and diagnostics data with Google so we can make Live TV better and prevent issues like crashing and freezing.</string>
    403 
    404     <!-- TunableTvView -->
    405     <eat-comment />
    406     <!-- Description on the locked screen when current channel is locked by parental control. [CHAR LIMIT=NONE] -->
    407     <string name="tvview_channel_locked">To watch this channel, press Right and enter your PIN</string>
    408     <!-- Description on the locked screen when the rating of the current content is restricted by parental control. [CHAR LIMIT=NONE] -->
    409     <string name="tvview_content_locked">To watch this program, press Right and enter your PIN</string>
    410     <!-- Description on the locked screen with the rating when the rating of the current content is restricted by parental control. [CHAR LIMIT=NONE] -->
    411     <string name="tvview_content_locked_format">This program is rated <xliff:g id="rating" example="TV_MA">%1$s</xliff:g>.\nTo watch this program, press Right and enter your PIN.</string>
    412     <!-- Description on the locked screen when current channel is locked by parental control. [CHAR LIMIT=NONE] -->
    413     <string name="tvview_channel_locked_no_permission">To watch this channel, use the default Live TV app.</string>
    414     <!-- Description on the locked screen when the rating of the current content is restricted by parental control. [CHAR LIMIT=NONE] -->
    415     <string name="tvview_content_locked_no_permission">To watch this program, use the default Live TV app.</string>
    416     <!-- Description on the locked screen with the rating when the rating of the current content is restricted by parental control. [CHAR LIMIT=NONE] -->
    417     <string name="tvview_content_locked_format_no_permission">This program is rated <xliff:g id="rating" example="TV_MA">%1$s</xliff:g>.\nTo watch this program, use the default Live TV app.</string>
    418 
    419     <!-- Description on the locked screen when the rating of the current content is restricted by parental control. [CHAR LIMIT=NONE] -->
    420     <string name="shrunken_tvview_content_locked">Program is blocked</string>
    421     <!-- Description on the locked screen with the rating when the rating of the current content is restricted by parental control. [CHAR LIMIT=NONE] -->
    422     <string name="shrunken_tvview_content_locked_format">This program is rated <xliff:g id="rating" example="TV_MA">%1$s</xliff:g></string>
    423 
    424     <!-- The text message which is shown when the current program is audio only one.
    425          i.e. The program doesn't have a video. [CHAR LIMIT=NONE] -->
    426     <string name="tvview_msg_audio_only">Audio only</string>
    427     <!-- Message displayed when current channel's signal is too weak to use. [CHAR LIMIT=NONE] -->
    428     <string name="tvview_msg_weak_signal">Weak signal</string>
    429     <!-- The text message which is shown when the internet connection fails.
    430          This message is shown at the center of the screen. [CHAR LIMIT=NONE] -->
    431     <string name="tvview_msg_no_internet_connection">No internet connection</string>
    432 
    433     <!-- Channel Banner -->
    434     <eat-comment />
    435     <!-- The text used when there is no program title. [CHAR LIMIT=NONE] -->
    436     <string name="channel_banner_no_title">No title</string>
    437     <!-- The text used when a channel is locked and program title needs to be hidden. [CHAR LIMIT=NONE] -->
    438     <string name="channel_banner_locked_channel_title">Channel blocked</string>
    439 
    440     <!-- Setup Sources Fragment -->
    441     <eat-comment />
    442     <!-- Category name for the newly installed channel sources(inputs).-->
    443     <string name="setup_category_new">New</string>
    444     <!-- Category name for the installed channel sources(inputs). -->
    445     <string name="setup_category_done">Sources</string>
    446     <!-- Description of an input to describe its channel count. [CHAR LIMIT=40] -->
    447     <plurals name="setup_input_channels">
    448         <item quantity="one">%1$d channel</item>
    449         <item quantity="other">%1$d channels</item>
    450     </plurals>
    451     <!-- Description of an input with 0 channels. [CHAR LIMIT=40] -->
    452     <string name="setup_input_no_channels">No channels available</string>
    453     <!-- Description of newly installed inputs. [CHAR LIMIT=40] -->
    454     <string name="setup_input_new">New</string>
    455     <!-- Description of an input which was installed but not setup yet. [CHAR LIMIT=40] -->
    456     <string name="setup_input_setup_now">Not set up</string>
    457     <!-- Title for the link to the play store to get more channel sources. -->
    458     <string name="setup_play_store_action_title">Get more sources</string>
    459     <!-- Description for the link to the play store to get more channel sources. -->
    460     <string name="setup_play_store_action_description">Browse apps that offer live channels</string>
    461 
    462     <!-- New Sources Fragment -->
    463     <eat-comment />
    464     <!-- Title for the new sources fragment -->
    465     <string name="new_sources_title">New channel sources available</string>
    466     <!-- Description for the new sources fragment -->
    467     <string name="new_sources_description">New channel sources have channels to offer.\nSet them up now, or do this later in the channel sources setting.</string>
    468     <!-- String for the "Set up now" action -->
    469     <string name="new_sources_action_setup">Set up now</string>
    470     <!-- String for the "skip" action -->
    471     <string name="new_sources_action_skip">Ok, got it</string>
    472 
    473     <!-- Intro dialog -->
    474     <eat-comment />
    475     <string name="intro_title">@string/app_name</string>
    476     <!-- Description of Intro Dialog [CHAR LIMIT=NONE] -->
    477     <string name="intro_description"><b>Press SELECT</b> to access the TV menu.</string>
    478 
    479     <!-- Toast messages -->
    480     <eat-comment />
    481     <!-- Error message when there is no TV input. [CHAR LIMIT=NONE] -->
    482     <string name="msg_no_input">No TV input found</string>
    483     <!-- Error message when a specific TV input isn't installed. [CHAR LIMIT=NONE] -->
    484     <string name="msg_no_specific_input">Cannot find the TV input</string>
    485     <!-- Error message when PIP is not supported. [CHAR LIMIT=NONE] -->
    486     <string name="msg_no_pip_support">PIP is not supported</string>
    487     <!-- Error message when there is no available input. [CHAR LIMIT=NONE] -->
    488     <string name="msg_no_available_input_by_pip">There is no available input which can be shown with PIP</string>
    489     <!-- Error message when the selected TV input is a tuner type TV input, not a pass-through type
    490          input. Tuner type inputs such as built-in tuner, external usb tuner, network tuner or
    491          virtual IPTV tuner provide live channels to tune to. As opposed to tuner type input,
    492          pass-through type inputs such as HDMI, component, S-video, DVI or display port merely pass
    493          the source video through to the display and don't provide ability to tune to a specific
    494          channel unless the user directly controls the external source device (e.g. game console,
    495          DVD player, settop box, etc) that is connected to the TV. [CHAR LIMIT=NONE] -->
    496     <string name="msg_not_passthrough_input">Tuner type not suitable. Please launch Live TV app for tuner type TV input.</string>
    497     <!-- Error message when tune is failed. [CHAR LIMIT=NONE] -->
    498     <string name="msg_tune_failed">Tune failed</string>
    499     <!-- Error message when the user attempts an action (select TIS setup-activity, app-link,
    500          custom options, etc.) and no application was found that could perform the action.
    501          [CHAR LIMIT=NONE] -->
    502     <string name="msg_missing_app">No app was found to handle this action.</string>
    503     <!-- Message when all channels are hidden. [CHAR LIMIT=NONE] -->
    504     <string name="msg_all_channels_hidden">All source channels are hidden.\nSelect at least one channel to watch.</string>
    505     <!-- Message displayed when availability is changed by unknown reason. [CHAR LIMIT=NONE] -->
    506     <string name="msg_channel_unavailable_unknown">The video is unexpectedly unavailable</string>
    507     <!-- Message to notify the different use of Back Button: Home Button(To exit) Back button
    508          (commands for external device)  [CHAR LIMIT=NONE] -->
    509     <string name="msg_back_key_guide">BACK key is for connected device. Press HOME button to exit.</string>
    510     <!-- Error message when Live channels has been launched in Lollipop devices without system
    511          permission. [CHAR LIMIT=NONE] -->
    512     <string name="msg_not_supported_device">Live TV is not supported on this device with Android Lollipop.</string>
    513     <!-- Error message when a user denied to grant READ_TV_LISTING permission. [CHAR LIMIT=NONE] -->
    514     <string name="msg_read_tv_listing_permission_denied">Live TV needs permission to read the TV listings.</string>
    515 
    516     <!-- Strings for debug or not to be shown to users -->
    517     <eat-comment />
    518     <!-- Debug Options -->
    519     <string name="menu_debug_options" translatable="false">Debug options</string>
    520     <string name="item_watch_history" translatable="false">Watch history</string>
    521 
    522     <!-- Title of Recently watched dialog. It is used for debug purpose. -->
    523     <string name="recently_watched" translatable="false">Recently watched</string>
    524 
    525     <!-- EPG Search strings. -->
    526     <!-- Remove translatable="false" once UI is finalized -->
    527     <string name="search_result_no_result" translatable="false">No result</string>
    528     <string name="search_result_title" translatable="false">Search results</string>
    529 
    530     <!-- Onboarding experience.
    531          TODO: Change translatable to true.-->
    532     <eat-comment />
    533     <!-- Text for the channel sources screen in onboarding. -->
    534     <string name="setup_sources_text">Set up your sources</string>
    535     <!-- Description for channel sources screen in onboarding. -->
    536     <string name="setup_sources_description">Live channels combines the experience of traditional TV channels with streaming channels provided by apps.
    537 \n\nGet started by setting up the channel sources already installed. Or browse Google Play Store for more apps that offer live channels.</string>
    538 
    539     <!-- DVR TODO(DVR): make translatable true. -->
    540     <eat-comment />
    541     <!-- Dialog message to ask to remove the selected recording schedule. -->
    542     <string name="epg_dvr_dialog_message_remove_recording_schedule" translatable="false">Remove the scheduled recording?</string>
    543     <!-- Dialog message to ask to stop the current recording. -->
    544     <string name="epg_dvr_dialog_message_stop_recording" translatable="false">Stop the recording?</string>
    545     <!-- Dialog message to ask to schedule the recording of the selected program. -->
    546     <string name="epg_dvr_dialog_message_schedule_recording" translatable="false">Schedule the program recording?</string>
    547     <!-- Dialog message to ask to delecte the recorded program. -->
    548     <string name="epg_dvr_dialog_message_delete_schedule" translatable="false">Delete the recording schedule?</string>
    549     <!-- Item label to schedule program recording. -->
    550     <string name="epg_dvr_record_program" translatable="false">Record program</string>
    551     <!-- Item label to schedule whole season recording of a TV show. -->
    552     <string name="epg_dvr_record_season" translatable="false">Record season</string>
    553     <!-- Item label to delete a recording schedule when a recording scheduled program is
    554          clicked in EPG. -->
    555     <string name="epg_dvr_delete_program" translatable="false">Delete schedule</string>
    556 
    557     <!-- Menu item label to start DVR manager UI. -->
    558     <string name="channels_item_dvr" translatable="false">Recorded programs</string>
    559     <!-- Menu item label to start recording of the current channel. -->
    560     <string name="channels_item_record_start" translatable="false">Start recording</string>
    561     <!-- Menu item label to start recording of the current channel. -->
    562     <string name="channels_item_record_stop" translatable="false">Stop recording</string>
    563 
    564     <!-- Item of record start dialog item for 10 min recording. -->
    565     <string name="recording_start_dialog_10_min_duration" translatable="false">10 min.</string>
    566     <!-- Item of record start dialog item for 30 min recording. -->
    567     <string name="recording_start_dialog_30_min_duration" translatable="false">30 min.</string>
    568     <!-- Item of record start dialog item for 1 hour recording. -->
    569     <string name="recording_start_dialog_1_hour_duration" translatable="false">1 hour</string>
    570     <!-- Item of record start dialog item for 3 min recording. -->
    571     <string name="recording_start_dialog_3_hours_duration" translatable="false">3 hours</string>
    572     <!-- Item of record start dialog item until the end of the current program. -->
    573     <string name="recording_start_dialog_till_end_of_program" translatable="false">End of program</string>
    574 
    575     <!--TODO(DVR): decide if translation needed Name of DVR service [CHAR LIMIT=NONE]  -->
    576     <string name="dvr_service_name" translatable="false">DVR Service</string>
    577 
    578     <!-- DVR Menu strings. -->
    579     <eat-comment />
    580     <string name="dvr_main_current_recordings" translatable="false">Current Recordings</string>
    581     <string name="dvr_main_scheduled_recordings" translatable="false">Scheduled Recordings</string>
    582     <string name="dvr_main_recorded_programs" translatable="false">Recorded Programs</string>
    583     <string name="dvr_main_settings" translatable="false">Settings</string>
    584     <string name="dvr_msg_no_recording_on_the_row" translatable="false">None</string>
    585     <string name="dvr_msg_program_title_unknown" translatable="false">Unknown</string>
    586     <string name="dvr_msg_channel_unknown" translatable="false">Channel unknown</string>
    587 
    588     <!-- DVR detailed page -->
    589     <eat-comment />
    590     <string name="dvr_detail_cancel" translatable="false">Cancel recording</string>
    591     <string name="dvr_detail_stop_keep" translatable="false">Stop and keep recording</string>
    592     <string name="dvr_detail_stop_delete" translatable="false">Stop and delete recording</string>
    593     <string name="dvr_detail_play" translatable="false">Play recording</string>
    594     <string name="dvr_detail_delete" translatable="false">Delete recording</string>
    595 
    596     <!-- DVR epg strings -->
    597     <eat-comment />
    598     <string name="dvr_epg_record" translatable="false">Record</string>
    599     <string name="dvr_epg_do_not_record" translatable="false">Do not record</string>
    600     <string name="dvr_epg_conflict_dialog_title" translatable="false">Recording this program will
    601         prevent the recording of the following programs:</string>
    602 
    603 </resources>
    604