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 <!-- The display_mode_label should be synced with src/com/android/tv/data/DisplayMode.java --> 20 <eat-comment /> 21 <!-- Option list of display mode. http://en.wikipedia.org/wiki/Widescreen_display_modes 22 [CHAR LIMIT=20] --> 23 <string-array name="display_mode_labels" translatable="true"> 24 <item>Normal</item> 25 <item>Full</item> 26 <item>Zoom</item> 27 </string-array> 28 29 <!-- The category strings to be displayed in the channel guide for LMP. 30 This list should be synced the data in src/com/android/tv/data/GenreItems.java --> 31 <eat-comment /> 32 <!-- Genre list for LMP [CHAR LIMIT=20] --> 33 <string-array name="genre_labels_l" translatable="true"> 34 <item>All channels</item> 35 <item>Family/Kids</item> 36 <item>Sports</item> 37 <item>Shopping</item> 38 <item>Movies</item> 39 <item>Comedy</item> 40 <item>Travel</item> 41 <item>Drama</item> 42 <item>Education</item> 43 <item>Animal/Wildlife</item> 44 <item>News</item> 45 <item>Gaming</item> 46 </string-array> 47 48 <!-- The category strings to be displayed in the channel guide for LMP MR1. 49 This list should be synced the data in src/com/android/tv/data/GenreItems.java --> 50 <eat-comment /> 51 <!-- Genre list for LMP MR1 [CHAR LIMIT=20] --> 52 <string-array name="genre_labels_l_mr1" translatable="true"> 53 <item>All channels</item> 54 <item>Family/Kids</item> 55 <item>Sports</item> 56 <item>Shopping</item> 57 <item>Movies</item> 58 <item>Comedy</item> 59 <item>Travel</item> 60 <item>Drama</item> 61 <item>Education</item> 62 <item>Animal/Wildlife</item> 63 <item>News</item> 64 <item>Gaming</item> 65 <item>Arts</item> 66 <item>Entertainment</item> 67 <item>Lifestyle</item> 68 <item>Music</item> 69 <item>Premier</item> 70 <item>Tech/Science</item> 71 </string-array> 72 73 <!-- Titles in the onboarding page. --> 74 <string-array name="welcome_page_titles"> 75 <item>Live TV</item> 76 <item>A simple way to discover content</item> 77 <item>Download apps, get more channels</item> 78 <item>Customize your channel line-up</item> 79 </string-array> 80 81 <!-- Descriptions in the onboarding page. --> 82 <string-array name="welcome_page_descriptions"> 83 <item>Watch content from your apps like watching channels on TV.</item> 84 <item>Browse content from your apps with a familiar guide and friendly interface, 85 \njust like channels on TV.</item> 86 <item>Add more channels by installing apps that offer live channels. 87 \nFind compatible apps in Google Play Store by using the link within the TV menu.</item> 88 <!-- Refer to @string/settings_channel_source_item_setup for "Channel sources" menu 89 and @string/options_item_settings for "Settings" menu. --> 90 <item>Set up your newly installed channel sources to customize your channel list. 91 \nChoose the Channel sources within the Settings menu to get started.</item> 92 </string-array> 93 </resources> 94