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. 30 This list should be synced the data in src/com/android/tv/data/GenreItems.java --> 31 <eat-comment /> 32 <!-- Genre list [CHAR LIMIT=20] --> 33 <string-array name="genre_labels" 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 <item>Arts</item> 47 <item>Entertainment</item> 48 <item>Lifestyle</item> 49 <item>Music</item> 50 <item>Premier</item> 51 <item>Tech/Science</item> 52 </string-array> 53 54 <!-- Titles in the onboarding page. --> 55 <string-array name="welcome_page_titles"> 56 <item>Live TV</item> 57 <item>A simple way to discover content</item> 58 <item>Download apps, get more channels</item> 59 <item>Customize your channel line-up</item> 60 </string-array> 61 62 <!-- Descriptions in the onboarding page. --> 63 <string-array name="welcome_page_descriptions"> 64 <item>Watch content from your apps like watching channels on TV.</item> 65 <item>Browse content from your apps with a familiar guide and friendly interface, 66 \njust like channels on TV.</item> 67 <item>Add more channels by installing apps that offer live channels. 68 \nFind compatible apps in the online store by using the link within the TV menu.</item> 69 <!-- Refer to @string/settings_channel_source_item_setup for "Channel sources" menu 70 and @string/options_item_settings for "Settings" menu. --> 71 <item>Set up your newly installed channel sources to customize your channel list. 72 \nChoose the Channel sources within the Settings menu to get started.</item> 73 </string-array> 74 </resources> 75