aboutsummaryrefslogtreecommitdiff
path: root/res/values/arrays.xml
blob: a6c8735b6dcf36b110a59879e89c06cb9cd7421f (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
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2015 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">
    <!-- The display_mode_label should be synced with src/com/android/tv/data/DisplayMode.java -->
    <eat-comment />
    <!-- Option list of display mode. http://en.wikipedia.org/wiki/Widescreen_display_modes
         [CHAR LIMIT=20] -->
    <string-array name="display_mode_labels" translatable="true">
        <item>Normal</item>
        <item>Full</item>
        <item>Zoom</item>
    </string-array>

    <!-- The category strings to be displayed in the channel guide.
         This list should be synced the data in src/com/android/tv/data/GenreItems.java -->
    <eat-comment />
    <!-- Genre list [CHAR LIMIT=20] -->
    <string-array name="genre_labels" translatable="true">
        <item>All channels</item>
        <item>Family/Kids</item>
        <item>Sports</item>
        <item>Shopping</item>
        <item>Movies</item>
        <item>Comedy</item>
        <item>Travel</item>
        <item>Drama</item>
        <item>Education</item>
        <item>Animal/Wildlife</item>
        <item>News</item>
        <item>Gaming</item>
        <item>Arts</item>
        <item>Entertainment</item>
        <item>Lifestyle</item>
        <item>Music</item>
        <item>Premier</item>
        <item>Tech/Science</item>
    </string-array>

    <!-- Titles in the onboarding page. -->
    <string-array name="welcome_page_titles">
        <item>Live TV</item>
        <item>A simple way to discover content</item>
        <item>Download apps, get more channels</item>
        <item>Customize your channel line-up</item>
    </string-array>

    <!-- Descriptions in the onboarding page. -->
    <string-array name="welcome_page_descriptions">
        <item>Watch content from your apps like watching channels on TV.</item>
        <item>Browse content from your apps with a familiar guide and friendly interface,
\njust like channels on TV.</item>
        <item>Add more channels by installing apps that offer live channels.
\nFind compatible apps in Google Play Store by using the link within the TV menu.</item>
        <!-- Refer to @string/settings_channel_source_item_setup for "Channel sources" menu
             and @string/options_item_settings for "Settings" menu. -->
        <item>Set up your newly installed channel sources to customize your channel list.
\nChoose the Channel sources within the Settings menu to get started.</item>
    </string-array>
</resources>