93 lines
3.7 KiB
XML
93 lines
3.7 KiB
XML
<?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 for LMP.
|
|
This list should be synced the data in src/com/android/tv/data/GenreItems.java -->
|
|
<eat-comment />
|
|
<!-- Genre list for LMP [CHAR LIMIT=20] -->
|
|
<string-array name="genre_labels_l" 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>
|
|
</string-array>
|
|
|
|
<!-- The category strings to be displayed in the channel guide for LMP MR1.
|
|
This list should be synced the data in src/com/android/tv/data/GenreItems.java -->
|
|
<eat-comment />
|
|
<!-- Genre list for LMP MR1 [CHAR LIMIT=20] -->
|
|
<string-array name="genre_labels_l_mr1" 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>
|