Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3      Copyright (C) 2014 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>
     19     <string name="app_name">Leanback API Demo</string>
     20     <string name="browse_title"><![CDATA[Videos by Google]]></string>
     21     <string name="related_movies">Related Movies</string>
     22     <string name="vertical_grid_title"><![CDATA[Vertical Video Grid]]></string>
     23     <string name="error">Error</string>
     24     <string name="ok">OK</string>
     25     <string name="pause">Pause</string>
     26     <string name="play">Play</string>
     27     <string name="stop">Stop</string>
     28     <string name="init_text">00:00</string>
     29     <string name="play_pause_description">Play Pause Button</string>
     30     <string name="loading">Loading&#8230;</string>
     31     <string name="no_video_found">No video was found</string>
     32     <string name="version">Version: %1$s</string>
     33     <string name="popular_header">Popular Videos</string>
     34     <string name="preferences">PREFERENCES</string>
     35     <string name="grid_view">Grid View</string>
     36     <string name="send_feeback">Send Feedback</string>
     37     <string name="personal_settings">Personal Settings</string>
     38     <string name="watch_trailer_1">Watch trailer</string>
     39     <string name="watch_trailer_2">FREE</string>
     40     <string name="rent_1">Rent By Day</string>
     41     <string name="rent_2">From $1.99</string>
     42     <string name="buy_1">Buy and Own</string>
     43     <string name="buy_2">AT $9.99</string>
     44     <string name="movie">Movie</string>
     45     <string name="should_start">shouldStart</string>
     46     <string name="start_position">startPosition</string>
     47     <string name="search_results">Search Results</string>
     48     <string name="catalog_url">http://commondatastorage.googleapis.com/android-tv/android_tv_videos.json</string>
     49     <string name="prefix_url">http://commondatastorage.googleapis.com/android-tv/Sample%20videos/</string>
     50     
     51     <!-- Error messages -->
     52     <string name="failed_to_launch_app">Failed to launch application</string>
     53     <string name="failed_to_find_app">The application you are trying to launch is not available</string>
     54     <string name="failed_app_launch_timeout">The request to launch the application has timed out!</string>
     55     <string name="failed_to_play">Failed to start the playback of media</string>
     56     <string name="failed_to_pause">Failed to pause the playback of media</string>
     57     <string name="failed_to_connect">Could not connect to the device</string>
     58     <string name="failed_to_seek">Failed to seek to the specified position on the remote device</string>
     59     <string name="video_error_media_load_timeout">Media loading timed out</string>
     60     <string name="video_error_server_unaccessible">Media server was not reachable</string>
     61     <string name="video_error_unknown_error">Failed to load video</string>
     62     <string name="oops">Oops</string>
     63 
     64     <!-- Preferences -->
     65     <string name="prefs_header_application">Application Behavior</string>
     66     <string name="prefs_header_application_summary">Control how the application behaves on the TV</string>
     67     <string name="prefs_termination_policy_default">0</string>
     68     <string name="prefs_termination_policy_dialog_title">When Disconnecting</string>
     69     <string name="prefs_volume_title">Volume Assignment</string>
     70     <string name="prefs_volume_title_summary">Controls %1$s</string>
     71     <string name="prefs_volume_dialog_title">Volume Assignment</string>
     72     <string name="prefs_volume_default">device</string>
     73     <string name="title_activity_test">TestActivity</string>
     74 </resources>
     75