1 <!-- Copyright (C) 2015 The Android Open Source Project 2 3 Licensed under the Apache License, Version 2.0 (the "License"); 4 you may not use this file except in compliance with the License. 5 You may obtain a copy of the License at 6 7 http://www.apache.org/licenses/LICENSE-2.0 8 9 Unless required by applicable law or agreed to in writing, software 10 distributed under the License is distributed on an "AS IS" BASIS, 11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 See the License for the specific language governing permissions and 13 limitations under the License. 14 --> 15 <resources> 16 <string name="app_name">Sample TV Inputs</string> 17 <string name="about_app">About TV Sample Input</string> 18 <string name="version">Version: %1$s</string> 19 <string name="sample_tv_input" translatable="false">SampleTvInput</string> 20 <string name="simple_input_label" translatable="false">Simple Input</string> 21 <string name="simple_setup_title">Setup Simple Input</string> 22 <string name="simple_setup_message">Do you want to register detected channels?</string> 23 <string name="rich_input_label" translatable="false">Rich Input</string> 24 <string name="rich_input_feed_url">http://commondatastorage.googleapis.com/android-tv/rich_tv_inputs_tif.xml</string> 25 <string name="rich_setup_add_channel">Add Channels</string> 26 <string name="rich_setup_update_channel">Update Channels</string> 27 <string name="rich_setup_cancel">Cancel Setup</string> 28 <string name="rich_setup_in_progress">In Progress...</string> 29 <string name="rich_settings_browse_title">TV Inputs by Your Company</string> 30 <string name="feed_error_message">No feed. Check your connection!</string> 31 </resources> 32