1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  ~ Copyright 2018 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:android="http://schemas.android.com/apk/res/android"
19    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
20    <!-- Name for the default system route prior to Jellybean. [CHAR LIMIT=30] -->
21    <string name="mr_system_route_name">System</string>
22
23    <!-- Name for the user route category created when publishing routes to the system in Jellybean and above. [CHAR LIMIT=30] -->
24    <string name="mr_user_route_category_name">Devices</string>
25
26    <!-- String to be shown as a tooltip of MediaRouteButton
27        Cast is the standard android verb for sending content to a remote device. [CHAR LIMIT=50] -->
28    <string name="mr_button_content_description">Cast button</string>
29
30    <!-- Content description of a MediaRouteButton for accessibility support when no remote device is connected.
31        Cast is the standard android verb for sending content to a remote device. [CHAR LIMIT=NONE] -->
32    <string name="mr_cast_button_disconnected">Cast button. Disconnected</string>
33
34    <!-- Content description of a MediaRouteButton for accessibility support while connecting to a remote device.
35        Cast is the standard android verb for sending content to a remote device. [CHAR LIMIT=NONE] -->
36    <string name="mr_cast_button_connecting">Cast button. Connecting</string>
37
38    <!-- Content description of a MediaRouteButton for accessibility support when a remote device is connected.
39        Cast is the standard android verb for sending content to a remote device. [CHAR LIMIT=NONE] -->
40    <string name="mr_cast_button_connected">Cast button. Connected</string>
41
42    <!-- Title of the media route chooser dialog. [CHAR LIMIT=30] -->
43    <string name="mr_chooser_title">Cast to</string>
44
45    <!-- Placeholder text to show when no devices have been found. [CHAR LIMIT=50] -->
46    <string name="mr_chooser_searching">Finding devices</string>
47
48    <!-- Button to disconnect from a media route.  [CHAR LIMIT=30] -->
49    <string name="mr_controller_disconnect">Disconnect</string>
50
51    <!-- Button to stop playback and disconnect from a media route. [CHAR LIMIT=32] -->
52    <string name="mr_controller_stop_casting">Stop casting</string>
53
54    <!-- Content description for accessibility (not shown on the screen): dialog close button. [CHAR LIMIT=NONE] -->
55    <string name="mr_controller_close_description">Close</string>
56
57    <!-- Content description for accessibility (not shown on the screen): media play button. [CHAR LIMIT=NONE] -->
58    <string name="mr_controller_play">Play</string>
59
60    <!-- Content description for accessibility (not shown on the screen): media pause button. [CHAR LIMIT=NONE] -->
61    <string name="mr_controller_pause">Pause</string>
62
63    <!-- Content description for accessibility (not shown on the screen): media stop button. [CHAR LIMIT=NONE] -->
64    <string name="mr_controller_stop">Stop</string>
65
66    <!-- Content description for accessibility (not shown on the screen): group expand button. Pressing button shows group members of a selected route group. [CHAR LIMIT=NONE] -->
67    <string name="mr_controller_expand_group">Expand</string>
68
69    <!-- Content description for accessibility (not shown on the screen): group collapse button. Pressing button hides group members of a selected route group. [CHAR LIMIT=NONE] -->
70    <string name="mr_controller_collapse_group">Collapse</string>
71
72    <!-- Content description for accessibility (not shown on the screen): album art button. Clicking on the album art takes user to a predefined activity per media app. [CHAR LIMIT=50] -->
73    <string name="mr_controller_album_art">Album art</string>
74
75    <!-- Content description for accessibility (not shown on the screen): volume slider. [CHAR LIMIT=NONE] -->
76    <string name="mr_controller_volume_slider">Volume slider</string>
77
78    <!-- Placeholder text to show when no media have been selected for playback. [CHAR LIMIT=50] -->
79    <string name="mr_controller_no_media_selected">No media selected</string>
80
81    <!-- Placeholder text to show when no title/description have been found for a given song/video. [CHAR LIMIT=50] -->
82    <string name="mr_controller_no_info_available">No info available</string>
83
84    <!-- Placeholder text indicating that the user is currently casting screen. [CHAR LIMIT=50] -->
85    <string name="mr_controller_casting_screen">Casting screen</string>
86
87    <!-- Text for error alert when a video container is not valid for progressive download/playback. -->
88    <string name="VideoView2_error_text_invalid_progressive_playback">This video isn\'t valid for streaming to this device.</string>
89    <!-- Text for error alert when a video cannot be played. It can be used by any app. -->
90    <string name="VideoView2_error_text_unknown">Can\'t play this video.</string>
91    <!-- Button to close error alert when a video cannot be played. -->
92    <string name="VideoView2_error_button">OK</string>
93
94    <!-- Text for displaying ad skip wait time. -->
95    <string name="MediaControlView2_ad_skip_wait_time">
96        You can skip Ad in <xliff:g id="wait_time" example="5">%1$d</xliff:g>s
97    </string>
98    <!-- Text for displaying ad total remaining time. -->
99    <string name="MediaControlView2_ad_remaining_time">
100        Ad · <xliff:g id="remaining_time" example="1:15">%1$s</xliff:g> remaining
101    </string>
102    <!-- Placeholder text indicating that the user can press the button to go to an external website. -->
103    <string name="MediaControlView2_ad_text">Visit Advertiser</string>
104    <string name="MediaControlView2_subtitle_text">Closed caption</string>
105    <string name="MediaControlView2_subtitle_off_text">Off</string>
106    <string name="MediaControlView2_audio_track_text">Audio track</string>
107    <string name="MediaControlView2_audio_track_none_text">None</string>
108    <string name="MediaControlView2_video_quality_text">Video quality</string>
109    <string name="MediaControlView2_video_quality_auto_text">Auto</string>
110    <string name="MediaControlView2_help_text">Help &amp; feedback</string>
111    <string name="MediaControlView2_playback_speed_text">Playback speed</string>
112    <string-array name="MediaControlView2_playback_speeds">
113        <item>0.25x</item>
114        <item>0.5x</item>
115        <item>0.75x</item>
116        <item>Normal</item>
117        <item>1.25x</item>
118        <item>1.5x</item>
119        <item>2x</item>
120    </string-array>
121    <!-- Placeholder text for displaying time. Used to calculate which size layout to use. -->
122    <string name="MediaControlView2_time_placeholder">00:00:00</string>
123
124    <!-- Text for displaying subtitle track number. -->
125    <string name="MediaControlView2_subtitle_track_number_text">
126        Track <xliff:g id="track_number" example="1">%1$d</xliff:g>
127    </string>
128    <!-- Text for displaying audio track number. -->
129    <string name="MediaControlView2_audio_track_number_text">
130        Track <xliff:g id="audio_number" example="1">%1$d</xliff:g>
131    </string>
132    <!-- Text for displaying unknown song title. -->
133    <string name="mcv2_music_title_unknown_text">Song title unknown</string>
134    <!-- Text for displaying unknown artist name. -->
135    <string name="mcv2_music_artist_unknown_text">Artist unknown</string>
136
137    <!--Content Descriptions -->
138    <string name="mcv2_back_button_desc">Back</string>
139    <string name="mcv2_overflow_left_button_desc">See more buttons</string>
140    <string name="mcv2_overflow_right_button_desc">Back to previous button list</string>
141    <string name="mcv2_seek_bar_desc">Playback progress</string>
142    <string name="mcv2_settings_button_desc">Settings</string>
143    <string name="mcv2_video_quality_button_desc">Video Quality Selection</string>
144    <string name="mcv2_cc_is_on">Subtitle is on. Click to hide it.</string>
145    <string name="mcv2_cc_is_off">Subtitle is off. Click to show it.</string>
146    <string name="mcv2_replay_button_desc">Replay</string>
147    <string name="mcv2_play_button_desc">Play</string>
148    <string name="mcv2_pause_button_desc">Pause</string>
149    <string name="mcv2_previous_button_desc">Previous media</string>
150    <string name="mcv2_next_button_desc">Next media</string>
151    <string name="mcv2_rewind_button_desc">Rewind by 10 seconds</string>
152    <string name="mcv2_ffwd_button_desc">Go forward by 30 seconds</string>
153    <string name="mcv2_launch_button_desc">Launch Link</string>
154    <string name="mcv2_muted_button_desc">Muted. Click to unmute</string>
155    <string name="mcv2_unmuted_button_desc">Click to Mute</string>
156    <string name="mcv2_full_screen_button_desc">Full screen</string>
157</resources>
158