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     <!-- Title of an application permission, listed so the user can choose
     39         whether they want to allow the application to do this. -->
     40     <string name="permlab_customizeTvApp" translatable="false">customize Live TV app</string>
     41     <!-- Description of an application permission, listed so the user can choose
     42         whether they want to allow the application to do this. -->
     43     <string name="permdesc_customizeTvApp" translatable="false">Allows the app to customize Live TV app</string>
     44 
     45     <!-- Program information, mainly used for channel banner and program guide. -->
     46     <eat-comment />
     47     <!-- Mark for closed caption when a program has closed caption tracks -->
     48     <string name="closed_caption" translatable="false">CC</string>
     49     <!-- Mark indicating that the current program has ultra-high-definition video. -->
     50     <string name="video_definition_level_ultra_hd" translatable="false">Ultra HD</string>
     51     <!-- Mark indicating that the current program has full-high-definition video. -->
     52     <string name="video_definition_level_full_hd" translatable="false">Full HD</string>
     53     <!-- Mark indicating that the current program has high-definition video. -->
     54     <string name="video_definition_level_hd" translatable="false">HD</string>
     55     <!-- Mark indicating that the current program has standard-definition video.  -->
     56     <string name="video_definition_level_sd" translatable="false">SD</string>
     57     <!-- Mark indicating that the current program has only one audio channel (mono).
     58          [CHAR LIMIT=8] -->
     59     <string name="audio_channel_mono">mono</string>
     60     <!-- Mark indicating that the current program has two audio channels (stereo).
     61          [CHAR LIMIT=8] -->
     62     <string name="audio_channel_stereo">stereo</string>
     63     <!-- Mark indicating that the current program has 5.1 surround audio channels. -->
     64     <string name="audio_channel_5_1" translatable="false">5.1</string>
     65     <!-- Mark indicating that the current program has 7.1 surround audio channels. -->
     66     <string name="audio_channel_7_1" translatable="false">7.1</string>
     67 
     68     <!-- Title of the play controls row in the main menu.
     69          The play means a playback of video and audio. [CHAR LIMIT=NONE] -->
     70     <string name="menu_title_play_controls">Play controls</string>
     71     <!-- Title of the channels row in the main menu. [CHAR LIMIT=NONE] -->
     72     <string name="menu_title_channels">Channels</string>
     73     <!-- Title of the TV option row in the main menu. [CHAR LIMIT=NONE] -->
     74     <string name="menu_title_options">TV options</string>
     75 
     76     <!-- Play speed of 2X, 3X, 4X, 5X -->
     77     <string name="play_controls_speed" translatable="false">%1$dX</string>
     78     <!-- Message when the trick play is not available [CHAR LIMIT=NONE] -->
     79     <string name="play_controls_unavailable">Play controls unavailable for this channel</string>
     80     <!-- Description of the Play Pause button on the play controls. -->
     81     <string name="play_controls_description_play_pause">Play or pause</string>
     82     <!-- Description of the Fast Forward button on the play controls. -->
     83     <string name="play_controls_description_fast_forward">Fast forward</string>
     84     <!-- Description of the Rewind button on the play controls. -->
     85     <string name="play_controls_description_fast_rewind">Rewind</string>
     86     <!-- Description of the Next button on the play controls. -->
     87     <string name="play_controls_description_skip_next">Next</string>
     88     <!-- Description of the Previous button on the play controls. -->
     89     <string name="play_controls_description_skip_previous">Previous</string>
     90 
     91     <!-- Label of Program guide item in the channel list row. [CHAR LIMIT=23] -->
     92     <string name="channels_item_program_guide">Program guide</string>
     93     <!-- Label of setup item in the channel list row. The item is shown only
     94          when new inputs are installed. [CHAR LIMIT=23] -->
     95     <string name="channels_item_setup">New channels available</string>
     96     <!-- Label of the app link card used for Google analytics. -->
     97     <string name="channels_item_app_link" translatable="false">App link</string>
     98     <!-- Label of app link card for launching app in the channel list row. [CHAR LIMIT=NONE] -->
     99     <string name="channels_item_app_link_app_launcher">Open <xliff:g id="app_name" example="YouTube">%1$s</xliff:g></string>
    100 
    101     <!-- Label of "Closed captions" item in the TV option row. [CHAR LIMIT=17] -->
    102     <string name="options_item_closed_caption">Closed captions</string>
    103     <!-- Label of "Display mode" item in the TV option row. Inside display mode,
    104          there are three items: Full, Normal, Zoom. [CHAR LIMIT=17] -->
    105     <string name="options_item_display_mode">Display mode</string>
    106     <!-- Label of "PIP (Picture in picture)" item in the TV option row. [CHAR LIMIT=17] -->
    107     <string name="options_item_pip">PIP</string>
    108     <!-- Label of "Multi audio" item in the TV option row. [CHAR LIMIT=17] -->
    109     <string name="options_item_multi_audio">Multi-audio</string>
    110     <!-- Label of "Get more channels" item in the TV option row. [CHAR LIMIT=17] -->
    111     <string name="options_item_more_channels">Get more channels</string>
    112     <!-- Label of "Developer Options" item in the TV option row. [CHAR LIMIT=17] -->
    113     <string name="options_item_developer" translatable="false">Developer options</string>
    114     <!-- Label of "Settings" item in the TV option row. [CHAR LIMIT=17] -->
    115     <string name="options_item_settings">Settings</string>
    116 
    117     <!-- Label of a unified input for tuner type inputs. [CHAR LIMIT=30] -->
    118     <string name="input_long_label_for_tuner">TV (antenna/cable)</string>
    119 
    120     <!-- Default program name when there is no program title. [CHAR LIMIT=30] -->
    121     <string name="no_program_information">No program information</string>
    122 
    123     <!-- Program title for no information. [CHAR LIMIT=23] -->
    124     <string name="program_title_for_no_information">No information</string>
    125     <!-- Program title for blocked channel [CHAR LIMIT=23] -->
    126     <string name="program_title_for_blocked_channel">Blocked channel</string>
    127 
    128     <!-- Default string for unknown language used in "Multi Audio" options. [CHAR LIMIT=30] -->
    129     <string name="multi_audio_unknown_language">Unknown language</string>
    130 
    131     <!-- Default string for unknown language used in "Closed Caption" options. [CHAR LIMIT=30] -->
    132     <string name="closed_caption_unknown_language">Closed captions <xliff:g id="unknown_language_index" example="1">%1$d</xliff:g></string>
    133 
    134     <!-- Inside "Closed captions" option side panel -->
    135     <eat-comment />
    136     <!-- Title of "Closed captions" option. [CHAR LIMIT=30] -->
    137     <string name="side_panel_title_closed_caption">Closed captions</string>
    138     <!-- Label of an option item for Closed Caption "off" [CHAR LIMIT=30] -->
    139     <string name="closed_caption_option_item_off">Off</string>
    140     <!-- Label of an option item to launch system closed caption settings [CHAR LIMIT=30] -->
    141     <string name="closed_caption_system_settings">Customize formatting</string>
    142     <!-- Description for "System Caption Settings" option [CHAR LIMIT=NONE] -->
    143     <string name="closed_caption_system_settings_description">Set system-wide preferences for closed captions</string>
    144 
    145     <!-- Inside "Display Mode" option side panel -->
    146     <eat-comment />
    147     <!-- Title of "Display Mode" option. It has three items: Normal, Full, Zoom. [CHAR LIMIT=30]-->
    148     <string name="side_panel_title_display_mode">Display mode</string>
    149 
    150     <!-- Inside "Multi Audio" option side panel -->
    151     <eat-comment />
    152     <!-- Title of "Multi-Audio" option. [CHAR LIMIT=30] -->
    153     <string name="side_panel_title_multi_audio">Multi-audio</string>
    154     <!-- Format of "Multi-Audio" item. E.g.) English (stereo) -->
    155     <string name="multi_audio_display_string_with_channel" translatable="false">%1$s (%2$s)</string>
    156     <!-- Label of audio track with one audio channel [CHAR LIMIT=30] -->
    157     <string name="multi_audio_channel_mono">mono</string>
    158     <!-- Label of audio track with two audio channels [CHAR LIMIT=30] -->
    159     <string name="multi_audio_channel_stereo">stereo</string>
    160     <!-- Label of audio track with six audio channels [CHAR LIMIT=30] -->
    161     <string name="multi_audio_channel_surround_6">5.1 surround</string>
    162     <!-- Label of audio track with eight audio channels [CHAR LIMIT=30] -->
    163     <string name="multi_audio_channel_surround_8">7.1 surround</string>
    164     <!-- Label of audio track with other audio channels than 1, 2, 6, and 8 [CHAR LIMIT=30] -->
    165     <string name="multi_audio_channel_suffix"><xliff:g id="audio_channel_count" example="5">%d</xliff:g> channels</string>
    166 
    167     <!-- Inside "Edit Channels for a specific input" option side panel -->
    168     <eat-comment />
    169     <!-- Title of "Edit channels" option. [CHAR LIMIT=30] -->
    170     <string name="side_panel_title_edit_channels_for_an_input">Customize channel list</string>
    171     <!-- Label of "Select group" item to make all channels of a group enabled. The group can
    172          be a channel source or video quality like HD or SD. [CHAR LIMIT=30] -->
    173     <string name="edit_channels_item_select_group">Select group</string>
    174     <!-- Label of "Deselect group" item to make all channels of a group disabled. The group can
    175          be a channel source or video quality like HD or SD. [CHAR LIMIT=30] -->
    176     <string name="edit_channels_item_deselect_group">Deselect group</string>
    177     <!-- Label of "Group by" item to regroup channels [CHAR LIMIT=30] -->
    178     <string name="edit_channels_item_group_by">Group by</string>
    179     <!-- Type of grouping by channel source [CHAR LIMIT=30] -->
    180     <string name="edit_channels_group_by_sources">Channel source</string>
    181     <!-- Type of grouping by video quality [CHAR LIMIT=30] -->
    182     <string name="edit_channels_group_by_hd_sd">HD/SD</string>
    183     <!-- Subheader of HD channel group [CHAR LIMIT=30] -->
    184     <string name="edit_channels_group_divider_for_hd">HD</string>
    185     <!-- Subheader of SD channel group [CHAR LIMIT=40] -->
    186     <string name="edit_channels_group_divider_for_sd">SD</string>
    187     <!-- Title of "Group by" side panel to set grouping type [CHAR LIMIT=30] -->
    188     <string name="side_panel_title_group_by">Group by</string>
    189 
    190     <!-- Inside full EPG -->
    191     <eat-comment />
    192     <!-- Description in the TV guide when the rating of the current content is restricted by parental control. [CHAR LIMIT=NONE] -->
    193     <string name="program_guide_content_locked">This program is blocked</string>
    194     <!-- Description in the TV guide when the current content is unrated and it's restricted by parental control. [CHAR LIMIT=NONE] -->
    195     <string name="program_guide_content_locked_unrated">This program is unrated</string>
    196     <!-- Description in the TV guide with the rating when the rating of the current content is restricted by parental control. [CHAR LIMIT=NONE] -->
    197     <string name="program_guide_content_locked_format">This program is rated <xliff:g id="rating" example="TV_MA">%1$s</xliff:g></string>
    198 
    199     <!-- Message when a channel item is clicked for channel auto-scan, but the input doesn't
    200          have auto-scan function. [CHAR LIMIT=NONE] -->
    201     <string name="msg_no_setup_activity">The input doesn\'t support auto-scan</string>
    202     <!-- Error message when Live TV app cannnot launch auto-scan activity due to the wrong information
    203          from the input. [CHAR LIMIT=NONE] -->
    204     <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>
    205     <!-- Error message when Live TV app cannnot launch the system-wide preferences for closed captions. [CHAR LIMIT=NONE] -->
    206     <string name="msg_unable_to_start_system_captioning_settings">Unable to start the system-wide preferences for closed captions.</string>
    207     <!-- Message after some channels are added. [CHAR LIMIT=NONE] -->
    208     <plurals name="msg_channel_added">
    209         <item quantity="one">%1$d channel added</item>
    210         <item quantity="other">%1$d channels added</item>
    211     </plurals>
    212     <!-- Message after no channel is added after setting up an input. [CHAR LIMIT=NONE] -->
    213     <string name="msg_no_channel_added">No channels added</string>
    214 
    215     <!-- Parental control -->
    216     <eat-comment />
    217     <!-- Title of "Parental Contrals" option. [CHAR LIMIT=30] -->
    218     <string name="menu_parental_controls">Parental controls</string>
    219     <!-- Label in On state of On/Off switch for "Parental Contrals" option. [CHAR LIMIT=30] -->
    220     <string name="option_toggle_parental_controls_on">On</string>
    221     <!-- Label in Off state of On/Off switch for "Parental Contrals" option. [CHAR LIMIT=30] -->
    222     <string name="option_toggle_parental_controls_off">Off</string>
    223     <!-- Item and title of "Channels blocked" option. This option provides an interface for parents
    224          to block/unblock channels that are not suitable for their children. [CHAR LIMIT=30] -->
    225     <string name="option_channels_locked">Channels blocked</string>
    226     <!-- Label of an item to lock all channels. [CHAR LIMIT=30] -->
    227     <string name="option_channels_lock_all">Block all</string>
    228     <!-- Label of an item to unlock all channels. [CHAR LIMIT=30] -->
    229     <string name="option_channels_unlock_all">Unblock all</string>
    230     <!-- Subheader below a divider to separate hidden channels from visible channels. Visible
    231          channels appear first in the list and this divider comes, followed by hidden channels.
    232          [CHAR LIMIT=30] -->
    233     <string name="option_channels_subheader_hidden">Hidden channels</string>
    234     <!-- Item and title of "Program restrictions" option. It has two items: Rating Systems
    235          and Ratings [CHAR LIMIT=30] -->
    236     <string name="option_program_restrictions">Program restrictions</string>
    237     <string name="option_change_pin">Change PIN</string>
    238     <!-- Item and title of "Rating Systems" option. In this option, a user can choose the rating
    239          system per country listed [CHAR LIMIT=30] -->
    240     <string name="option_country_rating_systems">Rating systems</string>
    241     <!-- Item and title of "Rating Systems" option. In this option, after choosing a rating system,
    242          a user selects the actual rating to be restricted. [CHAR LIMIT=30] -->
    243     <string name="option_ratings">Ratings</string>
    244     <!-- Label of an item to show all rating systems in the system. [CHAR LIMIT=30] -->
    245     <string name="option_see_all_rating_systems">See all rating systems</string>
    246     <!-- Display country name for rating systems used in multiple countries.
    247          [CHAR LIMIT=30] -->
    248     <string name="other_countries">Other countries</string>
    249 
    250     <!-- Description below "Channel Locked" item when there is no locked channel.
    251          [CHAR LIMIT=NONE] -->
    252     <string name="option_no_locked_channel">None</string>
    253     <!-- Description below "Program Restrictions" item when there is no locked channel.
    254          [CHAR LIMIT=NONE] -->
    255     <string name="option_no_enabled_rating_system">None</string>
    256 
    257     <!-- Display name of unrated rating -->
    258     <string name="unrated_rating_name">Unrated</string>
    259 
    260     <!-- Label of an item to block unrated programs. [CHAR LIMIT=30] -->
    261     <string name="option_block_unrated_programs">Block unrated programs</string>
    262 
    263     <!-- Label of an item not to select any restriction. [CHAR LIMIT=30] -->
    264     <string name="option_rating_none">None</string>
    265     <!-- Label of an item to select high restriction. [CHAR LIMIT=30] -->
    266     <string name="option_rating_high">High restrictions</string>
    267     <!-- Label of an item to select medium restriction. [CHAR LIMIT=30] -->
    268     <string name="option_rating_medium">Medium restrictions</string>
    269     <!-- Label of an item to select low restriction. [CHAR LIMIT=30] -->
    270     <string name="option_rating_low">Low restrictions</string>
    271     <!-- Label of an item to select custom restriction. In the restriction, a user
    272          can finely tune the restriction with rating details. [CHAR LIMIT=30] -->
    273     <string name="option_rating_custom">Custom</string>
    274 
    275     <!-- The description used for high restrictions. [CHAR LIMIT=NONE] -->
    276     <string name="option_rating_high_description">Content suitable for children</string>
    277     <!-- The description used for medium restrictions. [CHAR LIMIT=NONE] -->
    278     <string name="option_rating_medium_description">Content suitable for older children</string>
    279     <!-- The description used for low restrictions. [CHAR LIMIT=NONE] -->
    280     <string name="option_rating_low_description">Content suitable for teens</string>
    281     <!-- The description used for custom restrictions. [CHAR LIMIT=NONE] -->
    282     <string name="option_rating_custom_description">Manual restrictions</string>
    283 
    284     <!-- Attribution text shown at the end of the 'Ratings' menu. It indicates where those rating
    285          descriptions come from. [CHAR LIMIT=NONE] -->
    286     <string name="option_attribution">Sources for rating descriptions</string>
    287 
    288     <!-- Title of the menu where the user can select sub-ratings settings. Sub-ratings can be added
    289          to the basic rating to let parents know additional information about the TV program such as
    290          drug, violence, nudity, sex and coarse language. [CHAR LIMIT=30] -->
    291     <string name="option_subrating_title">%1$s and sub-ratings</string>
    292     <!-- Header of the divider in the sub-ratings menu. Sub-ratings can be added to the basic rating
    293          to let parents know additional information about the TV program such as drug, violence,
    294          nudity, sex and coarse language. [CHAR LIMIT=30] -->
    295     <string name="option_subrating_header">Sub-ratings</string>
    296 
    297     <!-- PIN UX -->
    298     <eat-comment />
    299     <!-- Title of PIN dialog when an user is asked to enter PIN to unlock channel.
    300          [CHAR LIMIT=NONE] -->
    301     <string name="pin_enter_unlock_channel">Enter your PIN to watch this channel</string>
    302     <!-- Title of PIN dialog when an user is asked to enter PIN to unlock program.
    303          [CHAR LIMIT=NONE] -->
    304     <string name="pin_enter_unlock_program">Enter your PIN to watch this program</string>
    305     <!-- Title of PIN dialog when an user is asked to enter PIN to unlock DVR playback.
    306          [CHAR LIMIT=NONE] -->
    307     <string name="pin_enter_unlock_dvr">This program is rated <xliff:g id="rating" example="TV_MA">%1$s</xliff:g>. Enter your PIN to watch this program</string>
    308     <!-- Title of PIN dialog when an user is asked to enter PIN to unlock unrated DVR playback.
    309          [CHAR LIMIT=NONE] -->
    310     <string name="pin_enter_unlock_dvr_unrated">This program is unrated. Enter your PIN to watch this program</string>
    311     <!-- Title of PIN dialog when an user tries to change Parental control setting.
    312          [CHAR LIMIT=NONE] -->
    313     <string name="pin_enter_pin">Enter your PIN</string>
    314     <!-- Title of PIN dialog when an user is asked to set a PIN for the first time.
    315          [CHAR LIMIT=NONE] -->
    316     <string name="pin_enter_create_pin">To set parental controls, create a PIN</string>
    317     <!-- Title of PIN dialog when an user is asked to change PIN [CHAR LIMIT=NONE] -->
    318     <string name="pin_enter_new_pin">Enter new PIN</string>
    319     <!-- Title of PIN dialog when an user is asked to set a PIN. [CHAR LIMIT=NONE] -->
    320     <string name="pin_enter_again">Confirm your PIN</string>
    321     <!-- Title of PIN dialog when an user is about to change older PIN. [CHAR LIMIT=NONE] -->
    322     <string name="pin_enter_old_pin">Enter your current PIN</string>
    323     <!-- Message shown in the dialog when the user entered the wrong. [CHAR LIMIT=NONE] -->
    324     <plurals name="pin_enter_countdown">
    325         <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>
    326         <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>
    327     </plurals>
    328     <!-- Toast message when an user entered wrong PIN. [CHAR LIMIT=NONE] -->
    329     <string name="pin_toast_wrong">That PIN was wrong. Try again.</string>
    330     <!-- Toast message when an user couldn't pass the PIN confirmation. [CHAR LIMIT=NONE] -->
    331     <string name="pin_toast_not_match">Try again, PIN doesn\'t match</string>
    332 
    333     <!-- menu for "Settings" option -->
    334     <eat-comment />
    335     <!--  Title of "Settings" option. [CHAR LIMIT=30] -->
    336     <string name="side_panel_title_settings">Settings</string>
    337     <!-- Label of "Customize channels list" item to select and deselect channels.
    338          [CHAR LIMIT=30] -->
    339     <string name="settings_channel_source_item_customize_channels">Customize channel list</string>
    340     <!-- Description of "Customize channels list" item. [CHAR LIMIT=NONE] -->
    341     <string name="settings_channel_source_item_customize_channels_description">Choose channels for your program guide</string>
    342     <!-- Label of "Channel sources" item to setup channels. [CHAR LIMIT=30] -->
    343     <string name="settings_channel_source_item_setup">Channel sources</string>
    344     <!-- Description of "Channel sources" item only when new inputs are available.
    345          [CHAR LIMIT=NONE] -->
    346     <string name="settings_channel_source_item_setup_new_inputs">New channels available</string>
    347     <!-- Label of "Parental controls" item. [CHAR LIMIT=30] -->
    348     <string name="settings_parental_controls">Parental controls</string>
    349     <!-- Label of "Timeshift" item. Record while watching so you can pause or rewind live
    350          programs.-->
    351     <string name="settings_trickplay">Timeshift</string>
    352     <!-- Description of "Timeshift" item. This explains what is 'Timeshift' to users. Also warns of
    353          the effect of enabling the option. -->
    354     <string name="settings_trickplay_description">Record while watching so you can pause or rewind live programs.\nWarning: This may decrease the life of the internal storage by the intensive use of the storage.</string>
    355     <!-- Menu item to show licenses for open source code used in the app [CHAR LIMIT=35] -->
    356     <string name="settings_menu_licenses">Open source licenses</string>
    357     <!-- Menu item to send feedback [CHAR LIMIT=30] -->
    358     <string name="settings_send_feedback">Send feedback</string>
    359     <!-- Menu item that shows the application version(eg 1.2.03-final) as a second line below this title [CHAR LIMIT=35] -->
    360     <string name="settings_menu_version">Version</string>
    361 
    362     <!-- opt out preferences -->
    363     <eat-comment />
    364 
    365     <!-- TunableTvView -->
    366     <eat-comment />
    367     <!-- Description on the locked screen when current channel is locked by parental control. [CHAR LIMIT=NONE] -->
    368     <string name="tvview_channel_locked">To watch this channel, press Right and enter your PIN</string>
    369     <!-- Description on the locked screen when the rating of the current content is restricted by parental control. [CHAR LIMIT=NONE] -->
    370     <string name="tvview_content_locked">To watch this program, press Right and enter your PIN</string>
    371     <!-- Description on the locked screen when the current content is unrated and it's restricted by parental control. [CHAR LIMIT=NONE] -->
    372     <string name="tvview_content_locked_unrated">This program is unrated.\nTo watch this program, press Right and enter your PIN</string>
    373     <!-- Description on the locked screen with the rating when the rating of the current content is restricted by parental control. [CHAR LIMIT=NONE] -->
    374     <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>
    375     <!-- Description on the locked screen when current channel is locked by parental control. [CHAR LIMIT=NONE] -->
    376     <string name="tvview_channel_locked_no_permission">To watch this channel, use the default Live TV app.</string>
    377     <!-- Description on the locked screen when the rating of the current content is restricted by parental control. [CHAR LIMIT=NONE] -->
    378     <string name="tvview_content_locked_no_permission">To watch this program, use the default Live TV app.</string>
    379     <!-- Description on the locked screen when the current content is restricted by parental control. [CHAR LIMIT=NONE] -->
    380     <string name="tvview_content_locked_unrated_no_permission">This program is unrated.\nTo watch this program, use the default Live TV app.</string>
    381     <!-- Description on the locked screen with the rating when the rating of the current content is restricted by parental control. [CHAR LIMIT=NONE] -->
    382     <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>
    383 
    384     <!-- Description on the locked screen when the rating of the current content is restricted by parental control. [CHAR LIMIT=NONE] -->
    385     <string name="shrunken_tvview_content_locked">Program is blocked</string>
    386     <!-- Description on the locked screen with the rating when the current content is unrated and it's restricted by parental control. [CHAR LIMIT=NONE] -->
    387     <string name="shrunken_tvview_content_locked_unrated">This program is unrated</string>
    388     <!-- Description on the locked screen with the rating when the rating of the current content is restricted by parental control. [CHAR LIMIT=NONE] -->
    389     <string name="shrunken_tvview_content_locked_format">This program is rated <xliff:g id="rating" example="TV_MA">%1$s</xliff:g></string>
    390 
    391     <!-- The text message which is shown when the current program is audio only one.
    392          i.e. The program doesn't have a video. [CHAR LIMIT=NONE] -->
    393     <string name="tvview_msg_audio_only">Audio only</string>
    394     <!-- Message displayed when current channel's signal is too weak to use. [CHAR LIMIT=NONE] -->
    395     <string name="tvview_msg_weak_signal">Weak signal</string>
    396     <!-- The text message which is shown when the internet connection fails.
    397          This message is shown at the center of the screen. [CHAR LIMIT=NONE] -->
    398     <string name="tvview_msg_no_internet_connection">No internet connection</string>
    399     <!-- The text message which is shown when the tune fails due to no available tuners.
    400          This message is shown at the center of the screen. [CHAR LIMIT=NONE] -->
    401     <plurals name="tvview_msg_input_no_resource">
    402         <item quantity="one">This channel can\'t be played until <xliff:g id="end_time" example="9:30 PM">%1$s</xliff:g> because another channel is being recorded.
    403 \n\nPress Right to adjust recording schedule.</item>
    404         <item quantity="other">This channel can\'t be played until <xliff:g id="end_time" example="9:30 PM">%1$s</xliff:g> because other channels are being recorded.
    405 \n\nPress Right to adjust recording schedule.</item>
    406     </plurals>
    407 
    408     <!-- Channel Banner -->
    409     <eat-comment />
    410     <!-- The text used when there is no program title. [CHAR LIMIT=NONE] -->
    411     <string name="channel_banner_no_title">No title</string>
    412     <!-- The text used when a channel is locked and program title needs to be hidden. [CHAR LIMIT=NONE] -->
    413     <string name="channel_banner_locked_channel_title">Channel blocked</string>
    414 
    415     <!-- Setup Sources Fragment -->
    416     <eat-comment />
    417     <!-- Category name for the newly installed channel sources(inputs).-->
    418     <string name="setup_category_new">New</string>
    419     <!-- Category name for the installed channel sources(inputs). -->
    420     <string name="setup_category_done">Sources</string>
    421     <!-- Description of an input to describe its channel count. [CHAR LIMIT=40] -->
    422     <plurals name="setup_input_channels">
    423         <item quantity="one">%1$d channel</item>
    424         <item quantity="other">%1$d channels</item>
    425     </plurals>
    426     <!-- Description of an input with 0 channels. [CHAR LIMIT=40] -->
    427     <string name="setup_input_no_channels">No channels available</string>
    428     <!-- Description of newly installed inputs. [CHAR LIMIT=40] -->
    429     <string name="setup_input_new">New</string>
    430     <!-- Description of an input which was installed but not setup yet. [CHAR LIMIT=40] -->
    431     <string name="setup_input_setup_now">Not set up</string>
    432     <!-- Title for the link to the online store to get more channel sources. -->
    433     <string name="setup_store_action_title">Get more sources</string>
    434     <!-- Description for the link to the online store to get more channel sources. -->
    435     <string name="setup_store_action_description">Browse apps that offer live channels</string>
    436 
    437     <!-- New Sources Fragment -->
    438     <eat-comment />
    439     <!-- Title for the new sources fragment -->
    440     <string name="new_sources_title">New channel sources available</string>
    441     <!-- Description for the new sources fragment -->
    442     <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>
    443     <!-- String for the "Set up now" action -->
    444     <string name="new_sources_action_setup">Set up now</string>
    445     <!-- String for the "skip" action -->
    446     <string name="new_sources_action_skip">Ok, got it</string>
    447 
    448     <!-- Intro dialog -->
    449     <eat-comment />
    450     <string name="intro_title">@string/app_name</string>
    451     <!-- Description of Intro Dialog [CHAR LIMIT=NONE] -->
    452     <string name="intro_description"><b>Press SELECT</b> to access the TV menu.</string>
    453 
    454     <!-- Toast messages -->
    455     <eat-comment />
    456     <!-- Error message when there is no TV input. [CHAR LIMIT=NONE] -->
    457     <string name="msg_no_input">No TV input found</string>
    458     <!-- Error message when a specific TV input isn't installed. [CHAR LIMIT=NONE] -->
    459     <string name="msg_no_specific_input">Cannot find the TV input</string>
    460     <!-- Error message when the selected TV input is a tuner type TV input, not a pass-through type
    461          input. Tuner type inputs such as built-in tuner, external usb tuner, network tuner or
    462          virtual IPTV tuner provide live channels to tune to. As opposed to tuner type input,
    463          pass-through type inputs such as HDMI, component, S-video, DVI or display port merely pass
    464          the source video through to the display and don't provide ability to tune to a specific
    465          channel unless the user directly controls the external source device (e.g. game console,
    466          DVD player, settop box, etc) that is connected to the TV. [CHAR LIMIT=NONE] -->
    467     <string name="msg_not_passthrough_input">Tuner type not suitable. Please launch Live TV app for tuner type TV input.</string>
    468     <!-- Error message when tune is failed. [CHAR LIMIT=NONE] -->
    469     <string name="msg_tune_failed">Tune failed</string>
    470     <!-- Error message when the user attempts an action (select TIS setup-activity, app-link,
    471          custom options, etc.) and no application was found that could perform the action.
    472          [CHAR LIMIT=NONE] -->
    473     <string name="msg_missing_app">No app was found to handle this action.</string>
    474     <!-- Message when all channels are hidden. [CHAR LIMIT=NONE] -->
    475     <string name="msg_all_channels_hidden">All source channels are hidden.\nSelect at least one channel to watch.</string>
    476     <!-- Message displayed when availability is changed by unknown reason. [CHAR LIMIT=NONE] -->
    477     <string name="msg_channel_unavailable_unknown">The video is unexpectedly unavailable</string>
    478     <!-- Message to notify the different use of Back Button: Home Button(To exit) Back button
    479          (commands for external device)  [CHAR LIMIT=NONE] -->
    480     <string name="msg_back_key_guide">BACK key is for connected device. Press HOME button to exit.</string>
    481     <!-- Error message when a user denied to grant READ_TV_LISTING permission. [CHAR LIMIT=NONE] -->
    482     <string name="msg_read_tv_listing_permission_denied">Live TV needs permission to read the TV listings.</string>
    483 
    484     <!-- Strings for debug or not to be shown to users -->
    485     <eat-comment />
    486     <!-- Debug Options -->
    487     <string name="menu_developer_options" translatable="false">Developer options</string>
    488     <string name="dev_item_watch_history" translatable="false">Watch history</string>
    489     <string name="dev_item_dvr_history" translatable="false">DVR history</string>
    490     <string name="dev_item_fetch_epg" translatable="false">Fetch program guide</string>
    491     <string name="dev_item_store_ts_on" translatable="false">Store TS for debugging: On</string>
    492     <string name="dev_item_store_ts_off" translatable="false">Store TS for debugging: Off</string>
    493     <string name="dev_item_store_ts_description" translatable="false">Store some TS data before exceptions/crash for debugging.</string>
    494     <string name="dev_item_show_performance_monitor_log" translatable="false">Show performance log</string>
    495 
    496     <!-- The state of the schedules which is in DVR history. -->
    497     <string name="dvr_history_dialog_state_fail" translatable="false">[Fail]</string>
    498     <string name="dvr_history_dialog_state_success" translatable="false">[Success]</string>
    499     <string name="dvr_history_dialog_state_clip" translatable="false">[Clip]</string>
    500 
    501     <!-- Title of Recently watched dialog. It is used for debug purpose. -->
    502     <string name="recently_watched" translatable="false">Recently watched</string>
    503 
    504     <!-- Title of DVR history dialog. -->
    505     <string name="dvr_history_dialog_title" translatable="false">DVR history</string>
    506 
    507     <!-- Display name of DVR recording service's notification channel. -->
    508     <string name="dvr_notification_channel_name" translatable="false">Live TV DVR</string>
    509     <!-- Content title of DVR recording service's notification. -->
    510     <string name="dvr_notification_content_title" translatable="false">Live TV DVR</string>
    511     <!-- Content text of DVR recording service's notification during recording. -->
    512     <string name="dvr_notification_content_text_recording" translatable="false">Live TV are recording.</string>
    513     <!-- Content text of DVR recording service's notification during updating schedules. -->
    514     <string name="dvr_notification_content_text_loading" translatable="false">Live TV are updating recording schedules.</string>
    515 
    516     <!-- Default content title of tuner installing notifications. -->
    517     <string name="tuner_install_notification_content_title" translatable="false">Install <xliff:g id="tuner_package" example="Tuner package">%s</xliff:g></string>
    518     <!-- Default application name for tuner installing notifications. -->
    519     <string name="tuner_install_default_application_name" translatable="false">Tuner Package</string>
    520     <!-- Default content text of tuner installing notifications. -->
    521     <string name="tuner_install_notification_content_text" translatable="false">Install tuner package to watch tuner channels.</string>
    522 
    523     <!-- EPG Search strings. -->
    524     <!-- Remove translatable="false" once UI is finalized -->
    525     <string name="search_result_no_result" translatable="false">No result</string>
    526     <string name="search_result_title" translatable="false">Search results</string>
    527 
    528     <!-- Onboarding experience. -->
    529     <eat-comment />
    530     <!-- Text for the channel sources screen in onboarding. -->
    531     <string name="setup_sources_text">Set up your sources</string>
    532     <!-- Description for channel sources screen in onboarding. -->
    533     <string name="setup_sources_description">Live channels combines the experience of traditional TV channels with streaming channels provided by apps.
    534 \n\nGet started by setting up the channel sources already installed. Or browse the online store for more apps that offer live channels.</string>
    535 
    536     <!-- Menu item label to start DVR manager UI. -->
    537     <string name="channels_item_dvr">Recordings &amp; schedules</string>
    538     <!-- Menu item label to start recording of the current channel. -->
    539     <string name="channels_item_record_start" translatable="false">Start recording</string>
    540     <!-- Menu item label to stop recording of the current channel. -->
    541     <string name="channels_item_record_stop" translatable="false">Stop recording</string>
    542 
    543     <!-- The action to record the current channel for 10 minutes. [CHAR LIMIT=30] -->
    544     <string name="recording_start_dialog_10_min_duration">10 minutes</string>
    545     <!-- The action to record the current channel for 30 minutes. [CHAR LIMIT=30] -->
    546     <string name="recording_start_dialog_30_min_duration">30 minutes</string>
    547     <!-- The action to record the current channel for 1 hour. [CHAR LIMIT=30] -->
    548     <string name="recording_start_dialog_1_hour_duration">1 hour</string>
    549     <!-- The action to record the current channel for 3 hours. [CHAR LIMIT=30] -->
    550     <string name="recording_start_dialog_3_hours_duration">3 hours</string>
    551 
    552     <!--TODO(DVR): decide if translation needed Name of DVR service [CHAR LIMIT=NONE]  -->
    553     <string name="dvr_service_name" translatable="false">DVR Service</string>
    554 
    555     <!-- DVR Menu strings. -->
    556     <eat-comment />
    557     <!-- Row label of lists of scheduled recording in DVR menu. -->
    558     <!-- Header of DVR tab label for recently recorded programs list [CHAR LIMIT=20] -->
    559     <string name="dvr_main_recent">Recent</string>
    560     <!-- Header of DVR tab label for recording scheduled list [CHAR LIMIT=20] -->
    561     <string name="dvr_main_scheduled">Scheduled</string>
    562     <!-- Header of DVR tab label for recordings lists of TV series [CHAR LIMIT=20] -->
    563     <string name="dvr_main_series">Series</string>
    564     <!-- Header of DVR tab label for recorded programs list without any genre [CHAR LIMIT=20] -->
    565     <string name="dvr_main_others">Others</string>
    566     <!-- Toast message that the current channel cannot be recorded. -->
    567     <string name="dvr_msg_cannot_record_channel">The channel cannot be recorded.</string>
    568     <!-- Toast message that the current program cannot be recorded. -->
    569     <string name="dvr_msg_cannot_record_program">The program cannot be recorded.</string>
    570     <!-- Toast message that a new recording schedule has been created from the user action. -->
    571     <string name="dvr_msg_program_scheduled"><xliff:g id="programName" example="Big bang theory">%1$s</xliff:g> has been scheduled to be recorded</string>
    572     <!-- Toast message that a new recording schedule of the current program has been created
    573          from the user action. -->
    574     <string name="dvr_msg_current_program_scheduled">Recording <xliff:g id="programName" example="Big bang theory">%1$s</xliff:g> from now to <xliff:g id="endTime" example="12:30 PM">%2$s</xliff:g></string>
    575     <!-- Description of a card view to show Recording (DVR) history.[CHAR LIMIT=25]-->
    576     <string name="dvr_history_card_view_title">Recording History</string>
    577     <!-- Description of a card view to show full list of scheduled recordings. [CHAR LIMIT=25] -->
    578     <string name="dvr_full_schedule_card_view_title">Full schedule</string>
    579     <!-- Description of failed recordings. [CHAR LIMIT=25] -->
    580     <string name="dvr_recording_failed">Recording Failed</string>
    581     <!-- Description of how many following days the schedule list will show. [CHAR LIMIT=25] -->
    582     <plurals name="dvr_full_schedule_card_view_content">
    583         <item quantity="one">Next %1$d day</item>
    584         <item quantity="other">Next %1$d days</item>
    585     </plurals>
    586     <!-- Description of recording card views for recorded programs' length. [CHAR LIMIT=15] -->
    587     <plurals name="dvr_program_duration">
    588         <item quantity="one">%1$d minute</item>
    589         <item quantity="other">%1$d minutes</item>
    590     </plurals>
    591     <!-- Description of recording card views for number of new recorded programs [CHAR LIMIT=32] -->
    592     <plurals name="dvr_count_new_recordings">
    593         <item quantity="one">%1$d new recording</item>
    594         <item quantity="other">%1$d new recordings</item>
    595     </plurals>
    596     <!-- Description of recording card views for number of recorded programs [CHAR LIMIT=32] -->
    597     <plurals name="dvr_count_recordings">
    598         <item quantity="one">%1$d recording</item>
    599         <item quantity="other">%1$d recordings</item>
    600     </plurals>
    601     <!-- Description of recording card views for number of scheduled recordings [CHAR LIMIT=32] -->
    602     <plurals name="dvr_count_scheduled_recordings">
    603         <item quantity="one">%1$d recording scheduled</item>
    604         <item quantity="other">%1$d recordings scheduled</item>
    605     </plurals>
    606 
    607 
    608     <!-- DVR detailed page -->
    609     <eat-comment />
    610     <!-- Button label to cancel the recording schedule. -->
    611     <string name="dvr_detail_cancel_recording">Cancel recording</string>
    612     <!-- Button label to stop the current recording. -->
    613     <string name="dvr_detail_stop_recording">Stop recording</string>
    614     <!-- Button label to play recorded programs from beginning.
    615          Displayed when there's no watched history available. [CHAR LIMIT=15] -->
    616     <string name="dvr_detail_watch">Watch</string>
    617     <!-- Button label to play recorded programs from beginning. [CHAR LIMIT=25] -->
    618     <string name="dvr_detail_play_from_beginning">Play from beginning</string>
    619     <!-- Button label to play recorded programs from last watched position. [CHAR LIMIT=20] -->
    620     <string name="dvr_detail_resume_play">Resume playing</string>
    621     <!-- Button label to remove a recorded program in a recording details page [CHAR LIMIT=20] -->
    622     <string name="dvr_detail_delete">Delete</string>
    623     <!-- Button label to remove a recorded program in a series recording details page
    624          [CHAR LIMIT=30] -->
    625     <string name="dvr_detail_series_delete">Delete recordings</string>
    626     <!-- Button label to resume playback of a recorded program [CHAR LIMIT=20] -->
    627     <string name="dvr_detail_series_resume">Resume</string>
    628     <!-- Row label to show the season number of series recordings [CHAR LIMIT=20] -->
    629     <string name="dvr_detail_series_season_title">Season <xliff:g id="season_number">%1$s</xliff:g></string>
    630     <!-- Button label to open full schedule list page [CHAR LIMIT=15] -->
    631     <string name="dvr_detail_view_schedule">View schedule</string>
    632     <!-- Text label to indicate there's more text in the details description [CHAR LIMIT=20] -->
    633     <string name="dvr_detail_read_more">Read more</string>
    634 
    635 
    636     <!-- DVR series settings -->
    637     <eat-comment />
    638     <!-- Title of DVR series deletion [CHAR LIMIT=25] -->
    639     <string name="dvr_series_deletion_title">Delete recordings</string>
    640     <!-- Description of DVR series deletion. -->
    641     <string name="dvr_series_deletion_description">Select the episodes you would like to delete. They can\'t be recovered once deleted.</string>
    642     <!-- Toast message of no recordings can be deleted [CHAR LIMIT=40] -->
    643     <string name="dvr_series_deletion_no_recordings">There\'re no recordings to delete.</string>
    644     <!-- Button label to select all watched episodes of the given series [CHAR LIMIT=35] -->
    645     <string name="dvr_series_select_watched">Select watched episodes</string>
    646     <!-- Button label to select all episodes of the given series [CHAR LIMIT=35] -->
    647     <string name="dvr_series_select_all">Select all episodes</string>
    648     <!-- Button label to deselect all episodes of the given series [CHAR LIMIT=35] -->
    649     <string name="dvr_series_deselect_all">Deselect all episodes</string>
    650     <!-- Description of recording's watched position in minutes. -->
    651     <string name="dvr_series_watched_info_minutes"><xliff:g id="watched">%1$d</xliff:g> of <xliff:g id="duration">%2$d</xliff:g> minutes watched</string>
    652     <!-- Description of recording's watched position in seconds. -->
    653     <string name="dvr_series_watched_info_seconds"><xliff:g id="watched">%1$d</xliff:g> of <xliff:g id="duration">%2$d</xliff:g> seconds watched</string>
    654     <!-- Description of never watched recordings [CHAR LIMIT=25] -->
    655     <string name="dvr_series_never_watched">Never watched</string>
    656     <!-- Message after recorded episodes are deleted. -->
    657     <plurals name="dvr_msg_episodes_deleted">
    658         <item quantity="one">%1$d of %2$d episode is deleted</item>
    659         <item quantity="other">%1$d of %2$d episodes are deleted</item>
    660     </plurals>
    661     <!-- Title of DVR series settings -->
    662     <string name="dvr_series_settings_title" translatable="false">Recording settings</string>
    663     <!-- Item label to change priority of TV series for DVR -->
    664     <string name="dvr_series_settings_priority">Priority</string>
    665     <!-- Item description when the current series has the height proirty among scheduled
    666          TV series. -->
    667     <string name="dvr_series_settings_priority_highest">Highest</string>
    668     <!-- Item description when the current series has the lowest proirty among scheduled
    669          TV series. -->
    670     <string name="dvr_series_settings_priority_lowest">Lowest</string>
    671     <!-- Item description of the priority rank of the current series among all scheduled
    672          TV series. -->
    673     <string name="dvr_series_settings_priority_rank">No. <xliff:g id="rank">%1$d</xliff:g></string>
    674     <!-- Item label to specify channel which will be recorded for TV series recording -->
    675     <string name="dvr_series_settings_channels">Channels</string>
    676     <!-- Sub item label to record TV series from any channel. c.f., a user can
    677          specify a channel like CNN -->
    678     <string name="dvr_series_settings_channels_all">Any</string>
    679     <!-- Title of priority settings fragment -->
    680     <string name="dvr_priority_title">Choose priority</string>
    681     <!-- Description of priority settings fragment -->
    682     <string name="dvr_priority_description">When there are too many programs to be recorded at the same time, only the ones with higher priorities will be recorded.</string>
    683     <!-- Button lable in priority settings fragment to save the current settings -->
    684     <string name="dvr_priority_button_action_save">Save</string>
    685     <!-- Button label in priority settings fragment for one-time recordings -->
    686     <string name="dvr_priority_action_one_time_recording">One-time recordings have the highest priority</string>
    687 
    688     <!-- DVR epg strings -->
    689     <eat-comment />
    690     <string name="dvr_action_delete_schedule" translatable="false">Delete schedule</string>
    691     <string name="dvr_action_record_program" translatable="false">Record program</string>
    692     <!-- The action to forget DVR storage which is missing currently. invoke android internal storage settings activity. -->
    693     <string name="dvr_action_error_storage_settings" translatable="false">Open storage settings</string>
    694     <!-- The action to stop recording. [CHAR LIMIT=10] -->
    695     <string name="dvr_action_stop">Stop</string>
    696     <!-- The action to open the activity which shows all the schedules.[CHAR LIMIT=32] -->
    697     <string name="dvr_action_view_schedules">View recording schedule</string>
    698     <!-- The action to make the recording schedule for only this program(episode).
    699          [CHAR LIMIT=30] -->
    700     <string name="dvr_action_record_episode">This single program</string>
    701     <!-- The description for the action "dvr_action_record_episode" to show the recording duration
    702          which starts now and ends at the end of the program.
    703          [CHAR LIMIT=30] -->
    704     <string name="dvr_action_record_episode_from_now_description">now - <xliff:g id="endTime" example="11:30">%1$s</xliff:g></string>
    705     <!-- The action to make the recording schedule for the series (i.e. all the episodes). The
    706          ellipsis(&#8230) means that there will be a next setup page for the series recording.
    707          [CHAR LIMIT=30] -->
    708     <string name="dvr_action_record_series">Entire series&#8230;</string>
    709     <!-- The title of the action to create a schedule for the program even though there are some
    710          problems. [CHAR LIMIT=32] -->
    711     <string name="dvr_action_record_anyway">Schedule anyway</string>
    712     <!-- The title of the action to record this program instead of the other. This happens when the
    713          user tries to record a program while there is a existing schedule with the same episode
    714          as the program. [CHAR LIMIT=35] -->
    715     <string name="dvr_action_record_instead">Record this one instead</string>
    716     <!-- The title of the action to cancel to create the new schedule. This happens when the user
    717          created a schedule while there is a existing schedule with the same episode as the program.
    718          This action cancels the new schedule. [CHAR LIMIT=32] -->
    719     <string name="dvr_action_record_cancel">Cancel this recording</string>
    720     <!-- The title of the action to show the details of the recorded program. [CHAR LIMIT=32] -->
    721     <string name="dvr_action_watch_now">Watch now</string>
    722     <!-- The title of the action to open the DVR library to delete some recorded programs. [CHAR LIMIT=32] -->
    723     <string name="dvr_action_delete_recordings">Delete recordings&#8230;</string>
    724     <!-- Dvr label in epg to indicate the program is recordable. [CHAR LIMIT=30] -->
    725     <string name="dvr_epg_program_recordable">Recordable</string>
    726     <!-- Dvr label in epg to indicate the program is scheduled to be recorded. [CHAR LIMIT=30] -->
    727     <string name="dvr_epg_program_recording_scheduled">Recording scheduled</string>
    728     <!-- Dvr label in epg to indicate the program has a conflicted scheduled recording. [CHAR LIMIT=30] -->
    729     <string name="dvr_epg_program_recording_conflict">Recording conflict</string>
    730     <!-- Dvr label in epg to indicate the program is recording now. [CHAR LIMIT=30] -->
    731     <string name="dvr_epg_program_recording_in_progress">Recording</string>
    732     <!-- Dvr label in epg to indicate the recording of the program has been failed. [CHAR LIMIT=30] -->
    733     <string name="dvr_epg_program_recording_failed">Recording failed</string>
    734     <string name="dvr_epg_program_icon_text" translatable="false">DVR</string>
    735     <string name="dvr_epg_channel_watch_conflict_dialog_title" translatable="false">Upcoming schedules</string>
    736     <string name="dvr_epg_channel_watch_conflict_dialog_description" translatable="false">The programs will not be recorded if you keep watching this channel. Cancel the recordings, or current channel will be blocked when the recording starts.</string>
    737     <!-- A popup message which informs that Live TV is reading program information. -->
    738     <string name="dvr_series_progress_message_reading_programs">Reading programs</string>
    739     <!-- Dialog action which let user view the recent recordings. -->
    740     <string name="dvr_error_insufficient_space_action_view_recent_recordings">View recent recordings</string>
    741     <!-- Dialog title which means there is one recording doesn't complete. -->
    742     <string name="dvr_error_insufficient_space_title_one_recording">The recording of <xliff:g id="programName" example="Friends">%1$s</xliff:g> is incomplete.</string>
    743     <!-- Dialog title which means there are two recordings don't complete. -->
    744     <string name="dvr_error_insufficient_space_title_two_recordings">The recordings of <xliff:g id="programName_1" example="Friends">%1$s</xliff:g> and <xliff:g id="programName_2" example="Friends">%2$s</xliff:g> are incomplete.</string>
    745     <!-- Dialog title which means there are three or more recordings don't complete.-->
    746     <string name="dvr_error_insufficient_space_title_three_or_more_recordings">The recordings of <xliff:g id="programName_1" example="Friends">%1$s</xliff:g>, <xliff:g id="programName_2" example="Friends">%2$s</xliff:g> and <xliff:g id="programName_3" example="Friends">%3$s</xliff:g> are incomplete.</string>
    747     <!-- Description which means there is one recording didn't complete due to no sufficient space.
    748          -->
    749     <string name="dvr_error_insufficient_space_description_one_recording">The recording of <xliff:g id="programName" example="Friends">%1$s</xliff:g> didn\'t complete due to insufficient storage.</string>
    750     <!-- Description which means there are two recordings didn't complete due to no sufficient
    751          space. -->
    752     <string name="dvr_error_insufficient_space_description_two_recordings">The recordings of <xliff:g id="programName_1" example="Friends">%1$s</xliff:g> and <xliff:g id="programName_2" example="Friends">%2$s</xliff:g> didn\'t complete due to insufficient storage.</string>
    753     <!-- Description which means there are three or more recordings didn't complete due to no
    754          sufficient space.-->
    755     <string name="dvr_error_insufficient_space_description_three_or_more_recordings">The recordings of <xliff:g id="programName_1" example="Friends">%1$s</xliff:g>, <xliff:g id="programName_2" example="Friends">%2$s</xliff:g> and <xliff:g id="programName_3" example="Friends">%3$s</xliff:g> didn\'t complete due to insufficient storage.</string>
    756     <!-- Dialog title which will be shown when the current storage is too small for DVR. -->
    757     <string name="dvr_error_small_sized_storage_title">More stroage needed</string>
    758     <!-- Dialog description which will be shown when the current storage is too small for DVR. -->
    759     <string name="dvr_error_small_sized_storage_description">You will be able to record programs. However there is not enough storage on your device to start recording. Please connect an external drive that is <xliff:g id="storage_size" example="10GB">%1$d</xliff:g>GB or larger and follow the steps to format it as device storage.</string>
    760     <!-- Dialog title which will be shown when there is no free space on the current storage for DVR. -->
    761     <string name="dvr_error_no_free_space_title">Not enough storage</string>
    762     <!-- Dialog description which will be shown when there is no free space on the current storage for DVR. -->
    763     <string name="dvr_error_no_free_space_description">This program will not be recorded because there is not enough storage. Try deleting some existing recordings.</string>
    764     <!-- Dialog title which will be shown when the current DVR storage is not accessible. -->
    765     <string name="dvr_error_missing_storage_title">Missing storage</string>
    766     <!-- Dialog description which will be shown when the current DVR storage is not accessible. -->
    767     <string name="dvr_error_missing_storage_description" translatable="false">Some of the storage used for recording is missing. Please connect the external drive you used before to re-enable recording. Alternately, you can forget the storage in the storage settings, if it\'s no longer available.</string>
    768     <!-- The recording being requested to play is not existent in storage. It may be deleted. -->
    769     <string name="dvr_toast_recording_deleted" translatable="false">The recording seems to be deleted.</string>
    770 
    771     <!-- DVR half sized dialogs -->
    772     <eat-comment />
    773     <!-- The title of the stop recording dialog which asks the user whether to stop recording of the
    774          current channel or not. -->
    775     <string name="dvr_stop_recording_dialog_title">Stop recording?</string>
    776     <!-- The description of the stop recording dialog which asks the user whether to stop recording
    777          of the current channel or not. -->
    778     <string name="dvr_stop_recording_dialog_description">The recorded content will be saved.</string>
    779     <!-- The description of the stop recording dialog which asks the user whether to stop the
    780         current recording to start another conflict schedule. -->
    781     <string name="dvr_stop_recording_dialog_description_on_conflict">The recording of <xliff:g id="programName" example="Friends">%1$s</xliff:g> will be stopped because it conflicts with this program. The recorded content will be saved.</string>
    782     <!--The title of the dialog to notify the user that the new schedule conflicts with others. -->
    783     <string name="dvr_program_conflict_dialog_title">Recording scheduled but has conflicts</string>
    784     <!--The title of the dialog to notify the user that the recording of the current channel
    785         conflicts with other schedules. -->
    786     <string name="dvr_channel_conflict_dialog_title">Recording has started but has conflicts</string>
    787     <!-- The message which says that the new recording schedule has been created. -->
    788     <string name="dvr_program_conflict_dialog_description_prefix"><xliff:g id="programName" example="Friends">%1$s</xliff:g> will be recorded.</string>
    789     <!-- The message which says that the recording of the current channel has been started. -->
    790     <string name="dvr_channel_conflict_dialog_description_prefix"><xliff:g id="channelName" example="KQED">%1$s</xliff:g> is being recorded.</string>
    791     <!--The description of the dialog to notify the user that the new recording schedule conflicts
    792         with another schedule. In this case the old schedule will be clipped or not be recorded.
    793         "Clipped" means that only a part of the program is recorded. -->
    794     <string name="dvr_program_conflict_dialog_description_1">Some parts of <xliff:g id="conflictProgramName" example="Friends">%1$s</xliff:g> will not be recorded.</string>
    795     <!--The description of the dialog to notify the user that the new recording schedule conflicts
    796         with two other schedule. In this case the old schedule will be clipped or not be recorded.
    797         "Clipped" means that only a part of the program is recorded. -->
    798     <string name="dvr_program_conflict_dialog_description_2">Some parts of <xliff:g id="conflictProgramName_1" example="Friends">%1$s</xliff:g> and <xliff:g id="conflictProgramName_2" example="Friends">%2$s</xliff:g> will not be recorded.</string>
    799     <!--The description of the dialog to notify the user that the new recording schedule conflicts
    800         with another schedules. In this case the old schedule will be clipped or not be recorded.
    801         "Clipped" means that only a part of the program is recorded. -->
    802     <string name="dvr_program_conflict_dialog_description_3">Some parts of <xliff:g id="conflictProgramName_1" example="Friends">%1$s</xliff:g>, <xliff:g id="conflictProgramName_2" example="Friends">%2$s</xliff:g> and one more schedule will not be recorded.</string>
    803     <!--The description of the dialog to notify the user that the new recording schedule conflicts
    804         with more than two schedules. In this case the old schedule will be clipped or not be
    805         recorded. "Clipped" means that only a part of the program is recorded. Note that this string
    806         is used only when the quantity is greater than one. -->
    807     <plurals name="dvr_program_conflict_dialog_description_many">
    808         <item quantity="one">Some parts of <xliff:g id="conflictProgramName_1" example="Friends">%1$s</xliff:g>, <xliff:g id="conflictProgramName_2" example="Friends">%2$s</xliff:g> and %3$d more schedule will not be recorded.</item>
    809         <item quantity="other">Some parts of <xliff:g id="conflictProgramName_1" example="Friends">%1$s</xliff:g>, <xliff:g id="conflictProgramName_2" example="Friends">%2$s</xliff:g> and %3$d more schedules will not be recorded.</item>
    810     </plurals>
    811     <!-- The title of the DVR schedule dialog which asks the user whether he/she want to make the
    812          one-time recording or series recording. -->
    813     <string name="dvr_schedule_dialog_title">What would you like to record?</string>
    814     <!-- The title of the DVR channel recording dialog which asks the user how long he/she wants
    815          record the current channel. -->
    816     <string name="dvr_channel_record_duration_dialog_title">How long would you like to record?</string>
    817     <!-- The title of the dialog which notifies the user that a schedule which is the same episode
    818          as this program has already been created. -->
    819     <string name="dvr_already_scheduled_dialog_title">Already scheduled</string>
    820     <!-- The description of the dialog which notifies the user that a schedule which is the same
    821          episode as this program has already been created. -->
    822     <string name="dvr_already_scheduled_dialog_description">The same program has already been scheduled to be recorded at <xliff:g id="programStartTime" example="7:30 AM on Jun 27.">%1$s</xliff:g>.</string>
    823     <!-- The title of the dialog which notifies the user that the same episode as the program has
    824          already been recorded. -->
    825     <string name="dvr_already_recorded_dialog_title">Already recorded</string>
    826     <!-- The description of the dialog which notifies the user that the same episode as the program
    827          has already been recorded. -->
    828     <string name="dvr_already_recorded_dialog_description">This program has already been recorded. Its available in the DVR library.</string>
    829     <!-- The title of dialog that notifies the user the series recording has been scheduled. -->
    830     <string name="dvr_series_recording_dialog_title">Series recording scheduled</string>
    831     <!-- The description of the dialog which notifies how many schedules have been added for the
    832          series. -->
    833     <plurals name="dvr_series_scheduled_no_conflict">
    834         <item quantity="one"><xliff:g id="numberOfRecordings" example="1">%1$d</xliff:g> recording has been scheduled for <xliff:g id="seriesName" example="Friends">%2$s</xliff:g>.</item>
    835         <item quantity="other"><xliff:g id="numberOfRecordings" example="5">%1$d</xliff:g> recordings have been scheduled for <xliff:g id="seriesName" example="Friends">%2$s</xliff:g>.</item>
    836     </plurals>
    837     <!-- The description of the dialog which notifies how many schedules have been added for the
    838          series. But some episodes of this series won't be recorded due to conflict with
    839          other schedules. -->
    840     <plurals name="dvr_series_recording_scheduled_only_this_series_conflict">
    841         <item quantity="one"><xliff:g id="numberOfRecordings" example="1">%1$d</xliff:g> recording has been scheduled for <xliff:g id="seriesName" example="Friends">%2$s</xliff:g>. It will not be recorded due to conflicts.</item>
    842         <item quantity="other"><xliff:g id="numberOfRecordings" example="5">%1$d</xliff:g> recordings have been scheduled for <xliff:g id="seriesName" example="Friends">%2$s</xliff:g>. <xliff:g id="numberOfConflictRecordings" example="2">%3$d</xliff:g> of them will not be recorded due to conflicts.</item>
    843     </plurals>
    844     <!-- The description of the dialog which notifies how many schedules have been added for the
    845          series. But some episodes of this and other series won't be recorded due to the episodes
    846          of this series conflict with other schedules and the episodes of other series conflict
    847          with this series. -->
    848     <plurals name="dvr_series_scheduled_this_and_other_series_conflict">
    849         <item quantity="one"><xliff:g id="numberOfRecordings" example="1">%1$d</xliff:g> recording has been scheduled for <xliff:g id="seriesName" example="Friends">%2$s</xliff:g>. <xliff:g id="numberOfConflictEpisodes" example="1">%3$d</xliff:g> episodes of this series and other series will not be recorded due to conflicts.</item>
    850         <item quantity="other"><xliff:g id="numberOfRecordings" example="5">%1$d</xliff:g> recordings have been scheduled for <xliff:g id="seriesName" example="Friends">%2$s</xliff:g>. <xliff:g id="numberOfConflictEpisodes" example="2">%3$d</xliff:g> episodes of this series and other series will not be recorded due to conflicts.</item>
    851     </plurals>
    852     <!-- The description of the dialog which notifies how many schedules have been added for the
    853          series. But only 1 episode of other series won't be recorded due to conflict
    854          with this series. -->
    855     <plurals name="dvr_series_scheduled_only_other_series_one_conflict">
    856         <item quantity="one"><xliff:g id="numberOfRecordings" example="1">%1$d</xliff:g> recording has been scheduled for <xliff:g id="seriesName" example="Friends">%2$s</xliff:g>. 1 episode of other series will not be recorded due to conflicts.</item>
    857         <item quantity="other"><xliff:g id="numberOfRecordings" example="5">%1$d</xliff:g> recordings have been scheduled for <xliff:g id="seriesName" example="Friends">%2$s</xliff:g>. 1 episode of other series will not be recorded due to conflicts.</item>
    858     </plurals>
    859     <!-- The description of the dialog which notifies how many schedules have been added for the
    860          series. But some episodes of other series won't be recorded due to conflict with this
    861          series. -->
    862     <plurals name="dvr_series_scheduled_only_other_series_many_conflicts">
    863         <item quantity="one"><xliff:g id="numberOfRecordings" example="1">%1$d</xliff:g> recording has been scheduled for <xliff:g id="seriesName" example="Friends">%2$s</xliff:g>. <xliff:g id="numberOfConflictEpisodes" example="1">%3$d</xliff:g> episodes of other series will not be recorded due to conflicts.</item>
    864         <item quantity="other"><xliff:g id="numberOfRecordings" example="5">%1$d</xliff:g> recordings have been scheduled for <xliff:g id="seriesName" example="Friends">%2$s</xliff:g>. <xliff:g id="numberOfConflictEpisodes" example="2">%3$d</xliff:g> episodes of other series will not be recorded due to conflicts.</item>
    865     </plurals>
    866 
    867     <!-- DVR playback strings -->
    868     <eat-comment />
    869     <!-- DVR playback activity's warning about the recorded program is not found. -->
    870     <string name="dvr_program_not_found">Recorded program not found.</string>
    871     <!-- Label used in DVR playback activity as the header of the row of related recordings. [CHAR LIMIT=32] -->
    872     <string name="dvr_playback_related_recordings">Related recordings</string>
    873 
    874     <!-- DVR channel banner strings -->
    875     <eat-comment />
    876     <string name="dvr_recording_till_format" translatable="false">Recording till <xliff:g id="recordingEndTime" example="9:00pm">%1$s</xliff:g></string>
    877 
    878     <!-- DVR schedule list strings -->
    879     <eat-comment/>
    880     <!-- Description of list's header about how many recordings in the recording list. -->
    881     <plurals name="dvr_schedules_section_subtitle">
    882         <item quantity="one">%1$d recording</item>
    883         <item quantity="other">%1$d recordings</item>
    884     </plurals>
    885     <!-- Separator between program name and channel name. -->
    886     <string name="dvr_schedules_information_separator">&#160;/&#160;</string>
    887     <!-- Description of which recording has been removed. -->
    888     <string name="dvr_schedules_deletion_info"><xliff:g id="programName" example="Big bang theory">%1$s</xliff:g> removed from recording schedule</string>
    889     <!-- Description of the schedule will be partially recorded, because of no available tuner
    890          for recording. [CHAR LIMIT=60] -->
    891     <string name="dvr_schedules_tuner_conflict_will_be_partially_recorded">Will be partially recorded due to tuner conflicts.</string>
    892     <!-- Description of the schedule will not be recorded, because of no available tuner for
    893          recording. [CHAR LIMIT=60] -->
    894     <string name="dvr_schedules_tuner_conflict_will_not_be_recorded_info">Won\'t be recorded due to tuner conflicts.</string>
    895     <!-- Description of no schedule recording for now, and ask user to schedule recordings from
    896          the program guide. -->
    897     <string name="dvr_schedules_empty_state">There are no recordings scheduled yet.\nYou can schedule recordings from the program guide.</string>
    898     <!-- Description of no recording history for now, and ask user to schedule recordings from
    899          the program guide. -->
    900     <string name="dvr_history_empty_state">There is no recording history.\nYou can schedule recordings from the program guide.</string>
    901     <!-- Description of schedule list header about how many recordings conflict. -->
    902     <plurals name="dvr_series_schedules_header_description">
    903         <item quantity="one">%1$d recording conflict</item>
    904         <item quantity="other">%1$d recording conflicts</item>
    905     </plurals>
    906     <!-- Button label of settings for DVR series recordings [CHAR LIMIT=25] -->
    907     <string name="dvr_series_schedules_settings">Series settings</string>
    908     <!-- Button label of the action which starts creating schedules for the series automatically.[CHAR LIMIT=32] -->
    909     <string name="dvr_series_schedules_start">Start series recording</string>
    910     <!-- Button label of the action which stops creating schedules for the series automatically. [CHAR LIMIT=32]-->
    911     <string name="dvr_series_schedules_stop">Stop series recording</string>
    912     <!-- The title of asking user whether to stop creating schedules. -->
    913     <string name="dvr_series_schedules_stop_dialog_title">Stop series recording?</string>
    914     <!-- The description of asking user whether to stop creating schedules for the series. -->
    915     <string name="dvr_series_schedules_stop_dialog_description">Recorded episodes will remain available in the DVR library.</string>
    916     <!-- Action to stop creating the schedules for the series. -->
    917     <string name="dvr_series_schedules_stop_dialog_action_stop">Stop</string>
    918      <!-- Description of no episodes in stopped series recording. -->
    919     <string name="dvr_series_schedules_stopped_empty_state">No episodes are on air now.</string>
    920     <!-- Description of no episodes in series recording, and the episodes will be recorded once
    921          they are available. -->
    922     <string name="dvr_series_schedules_empty_state">No episodes are available.\nThey will be recorded once they are available.</string>
    923     <!-- Tag of schedules header focus view. -->
    924     <string name="dvr_schedules_header_focus_view" translatable="false">DvrSchedulesHeaderFocusView</string>
    925     <!-- Tag of schedules item focus view. -->
    926     <string name="dvr_schedules_item_focus_view" translatable="false">DvrSchedulesItemFocusView</string>
    927     <!-- Description of recordings' duration in minutes. [CHAR LIMIT=25] -->
    928     <plurals name="dvr_schedules_recording_duration">
    929         <item quantity="one">(%1$d minute) </item>
    930         <item quantity="other">(%1$d minutes)</item>
    931     </plurals>
    932 
    933     <!-- DVR date related strings -->
    934     <eat-comment/>
    935     <!-- Date text to represent today. -->
    936     <string name="dvr_date_today">Today</string>
    937     <!-- Date text to represent tomorrow. -->
    938     <string name="dvr_date_tomorrow">Tomorrow</string>
    939     <!-- Date text to represent yesterday. -->
    940     <string name="dvr_date_yesterday">Yesterday</string>
    941     <!-- Date text to represent time with today like 8 - 9 AM today -->
    942     <string name="dvr_date_today_time"><xliff:g id="time_range" example="10:00 am - 11:00 am">%1$s</xliff:g> today</string>
    943     <!-- Date text to represent time with today like 8 - 9 AM tomorrow -->
    944     <string name="dvr_date_tomorrow_time"><xliff:g id="time_range" example="10:00 am - 11:00 am">%1$s</xliff:g> tomorrow</string>
    945 
    946     <!-- Program Guide Strings -->
    947     <eat-comment/>
    948     <!-- Text that goes after a Critic Score to indicate that it's a score -->
    949     <string name="program_guide_critic_score">Score</string>
    950 
    951     <!-- Preview Channel Name -->
    952     <eat-comment/>
    953     <!-- Name for recorded programs preview channel -->
    954     <string name="recorded_programs_preview_channel">Recorded Programs</string>
    955 </resources>
    956