blob: c6eb0fb6aa8d77f809bec6badc32fe0394a7762c [file] [log] [blame]
Ying Wang1ee37af2014-07-14 17:26:42 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2013 The Android Open Source Project
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
17<resources>
18 <!-- Name for the default system route prior to Jellybean. [CHAR LIMIT=30] -->
19 <string name="mr_system_route_name">System</string>
20
21 <!-- Name for the user route category created when publishing routes to the system in Jellybean and above. [CHAR LIMIT=30] -->
22 <string name="mr_user_route_category_name">Devices</string>
23
Dharmesh Mokani66e1d302014-07-25 15:27:41 -070024 <!-- Content description of a MediaRouteButton for accessibility support.
25 Cast is the standard android verb for sending content to a remote device. [CHAR LIMIT=50] -->
26 <string name="mr_media_route_button_content_description">Cast</string>
Ying Wang1ee37af2014-07-14 17:26:42 -070027
28 <!-- Title of the media route chooser dialog. [CHAR LIMIT=30] -->
29 <string name="mr_media_route_chooser_title">Connect to device</string>
30
31 <!-- Placeholder text to show when no devices have been found. [CHAR LIMIT=50] -->
32 <string name="mr_media_route_chooser_searching">Searching for devices\u2026</string>
33
34 <!-- Button to disconnect from a media route. [CHAR LIMIT=30] -->
35 <string name="mr_media_route_controller_disconnect">Disconnect</string>
36
Qiwen Zhao0d3d24a2014-12-02 09:39:35 -080037 <!-- Button to stop playback and disconnect from a media route. [CHAR LIMIT=30] -->
38 <string name="mr_media_route_controller_stop">Stop casting</string>
39
40 <!-- Description for a button that takes you to settings for the active route -->
41 <string name="mr_media_route_controller_settings_description">Route settings</string>
42
43 <!-- Accessibility description for the play button -->
44 <string name="mr_media_route_controller_play">Play</string>
45
46 <!-- Accessibility description for the pause button -->
47 <string name="mr_media_route_controller_pause">Pause</string>
Ying Wang1ee37af2014-07-14 17:26:42 -070048</resources>