1<!--
2  ~ Copyright 2017 Google Inc.
3  ~
4  ~ Licensed under the Apache License, Version 2.0 (the "License");
5  ~ you may not use this file except in compliance with the License.
6  ~ You may obtain a copy of the License at
7  ~
8  ~     http://www.apache.org/licenses/LICENSE-2.0
9  ~
10  ~ Unless required by applicable law or agreed to in writing, software
11  ~ distributed under the License is distributed on an "AS IS" BASIS,
12  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  ~ See the License for the specific language governing permissions and
14  ~ limitations under the License.
15  -->
16<resources>
17
18    <string name="channel_added">Channel added</string>
19    <string name="channel_not_added">Channel not added</string>
20
21    <string name="title_tv_shows">Your TV Shows</string>
22    <string name="your_videos">Your Videos</string>
23    <string name="cat_videos">Cat Videos</string>
24    <string name="new_for_you">New for You</string>
25    <string name="new_for_you_description">These are recommended programs that we think you will like.</string>
26    <string name="trending_videos">Trending Videos</string>
27    <string name="trending_videos_description">These are trending videos from our app.</string>
28    <string name="featured_films">Featured Films</string>
29    <string name="featured_films_description">These are featured films that have been rated highly from our staff.</string>
30    <string name="tv_shows">TV Shows</string>
31    <string name="subscribe">Subscribe</string>
32    <string name="video_clips">Video Clips</string>
33    <string name="tv_shows_description">These are TV shows that you have added to your TV Show List.</string>
34    <string name="your_videos_description">These are videos that you have added to your Video List.</string>
35    <string name="cat_videos_description">These are cat videos that you may or may not even like.</string>
36    <string name="button_instructions">Click on the buttons to see how to prompt users for dynamic channels.</string>
37    <string name="implement_movie_presenter_here">Implement movie presenter here.</string>
38
39</resources>
40