aboutsummaryrefslogtreecommitdiff
path: root/res/values/strings.xml
blob: 5eac13133fd7982ca2df61ec1ab9b8bc0a69e1ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="tv_app">TV</string>
    <string name="select_input_device">Select Input Device</string>
    <!-- Used in the "Select Input Device" dialog to indicate that the user is already watching TV
        from the current TV input, i.e. this input device is already selected. -->
    <string name="selected">(Selected)</string>
    <!-- Used in the "Select Input Device" dialog to indicate that the user is already watching TV
        in the picture-in-piture mode from the current TV input, i.e. this input device is already
        selected. -->
    <string name="selected_picture_in_picture">(Selected/Picture-In-Picture)</string>
    <string name="no_input_device_found">No input device found</string>
    <string name="no_available_input_device">No input device is available</string>
    <string name="input_is_not_available">The TV input is not available. Please change the TV input.</string>
    <string name="please_select_input_device">Please select input device</string>
    <string name="no_program_information">No program information</string>
    <string name="previously_selected_input_unavailable">Previously selected input unavailable</string>
    <string name="edit_input_device_name">Edit Input Device Name</string>
    <string name="recently_watched">Recently Watched</string>
    <string name="new_input_device_name">New Input Device Name</string>
    <string name="name_already_exists">Name already exists</string>
    <string name="input_setup_activity_not_found">Setup activity for \'<xliff:g id="majorNumber">%s</xliff:g>\' is not found.\r\nMaybe you need to setup the input manually.</string>
    <string name="OK">OK</string>

    <!-- menu option title. [CHAR LIMIT=30] -->
    <string name="menu_title">Options</string>

    <!-- "Select TV Input" menu option [CHAR LIMIT=30] -->
    <string name="menu_select_input">Select TV input</string>
    <!-- "Edit Channels" menu option [CHAR LIMIT=30] -->
    <string name="menu_edit_channels">Edit channel list</string>
    <!-- "Auto-Scan Channels" menu option [CHAR LIMIT=30] -->
    <string name="menu_auto_scan">Auto-scan channels</string>
    <!-- "Privacy settings" menu option [CHAR LIMIT=30] -->
    <string name="menu_privacy_setting">Privacy setting</string>
    <!-- Toggle PIP [CHAR LIMIT=30] -->
    <string name="menu_toggle_pip">Toggle PIP</string>
    <!-- Source specific settings menu option [CHAR LIMIT=30] -->
    <string name="source_specific_setting">More\u2026</string>
    <!-- Unified TV input label -->
    <string name="unified_tv_input_label">Unified TV input</string>

    <!-- Edit channel list (enable/disable individual channels) -->
    <string name="edit_channels_title">Edit channel list for <xliff:g id="serviceName">%s</xliff:g></string>
    <!-- Button label to enable all -->
    <string name="button_enable_all">Check all</string>
    <!-- Button label to disable all -->
    <string name="button_disable_all">Uncheck all</string>
    <!-- Text displayed in edit channels activity when there aren't any channels in the TV input.
         [CHAR LIMIT=20] -->
    <string name="empty_channel_tvinput">No channels in the TV input.</string>
    <string name="all_the_channels_are_unchecked">If all the channels are unchecked, you can watch all the channels.</string>

    <!-- Format string for an item in the channel selection list. [CHAR LIMIT=30] -->
    <string name="channel_item"><xliff:g id="channel_number">%s</xliff:g> <xliff:g id="channel_name">%s</xliff:g></string>

    <!-- Privacy setting dialog title-->
    <string name="privacy_dialog_title">Privacy Settings</string>

    <!-- Confirmation of TV watch logging -->
    <string name="privacy_watch_logging">Send TV watch history to Google</string>

    <string name="channel_banner_channel_title">&lt;font color="black"&gt;<xliff:g id="channel_number">%s</xliff:g>&lt;/font&gt; &lt;font color="#FF969495"&gt;<xliff:g id="channel_name">%s</xliff:g>&lt;/font&gt;</string>
    <!-- Time format string at the channel banner [DO NOT TRANSLATE] -->
    <string name="channel_banner_time_format">h:mm a</string>
    <!-- Program time format string at the channel banner [DO NOT TRANSLATE] -->
    <string name="channel_banner_program_time_format">%1$s - %2$s</string>

    <!-- Label of reset button. [CHAR LIMIT=20] -->
    <string name="reset">Reset</string>

    <!-- Text displayed in a toast to tell the user to long-press BACK key to exit the application
         instead of the normal press. -->
    <string name="long_press_back">Long-press BACK key instead to exit.</string>
</resources>