OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <!-- Media Router-specific strings (included from generated_resources.grd). --> | 2 <!-- Media Router-specific strings (included from generated_resources.grd). --> |
3 <grit-part> | 3 <grit-part> |
4 <!-- General --> | 4 <!-- General --> |
5 <message name="IDS_MEDIA_ROUTER_TITLE" desc="Title of a dialog offering possib
le actions for Media Router, which enables users to mirror individual tabs or de
sktop as well as cast content to a device."> | 5 <message name="IDS_MEDIA_ROUTER_TITLE" desc="Title of a dialog offering possib
le actions for Media Router, which enables users to mirror individual tabs or de
sktop as well as cast content to a device."> |
6 Media Router | 6 Media Router |
7 </message> | 7 </message> |
8 <message name="IDS_MEDIA_ROUTER_SHARE_YOUR_SCREEN_TEXT" desc="Tooltip for the
Media Router Action icon, which appears in the toolbar. The tooltip appears on m
ouseover of the icon."> | 8 <message name="IDS_MEDIA_ROUTER_SHARE_YOUR_SCREEN_TEXT" desc="Tooltip for the
Media Router Action icon, which appears in the toolbar. The tooltip appears on m
ouseover of the icon."> |
9 Share your screen | 9 Share your screen |
10 </message> | 10 </message> |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 | 47 |
48 <!-- Issue Actions --> | 48 <!-- Issue Actions --> |
49 <message name="IDS_MEDIA_ROUTER_DISMISS_BUTTON" desc="Dismiss button, which, o
n click, will dismiss the current issue."> | 49 <message name="IDS_MEDIA_ROUTER_DISMISS_BUTTON" desc="Dismiss button, which, o
n click, will dismiss the current issue."> |
50 Dismiss | 50 Dismiss |
51 </message> | 51 </message> |
52 <message name="IDS_MEDIA_ROUTER_LEARN_MORE_BUTTON" desc="Learn more button, wh
ich, on click, will open a page with more details about the current issue."> | 52 <message name="IDS_MEDIA_ROUTER_LEARN_MORE_BUTTON" desc="Learn more button, wh
ich, on click, will open a page with more details about the current issue."> |
53 Learn More | 53 Learn More |
54 </message> | 54 </message> |
55 | 55 |
56 <!-- Issue Messaging --> | 56 <!-- Issue Messaging --> |
| 57 <message name="IDS_MEDIA_ROUTER_ISSUE_CREATE_ROUTE_TIMEOUT" desc="Title of an
issue to show when the user attempts to create a route and the Media Router time
s out while waiting for a route creation response."> |
| 58 <ph name="HOST_NAME">$1<ex>youtube.com</ex></ph> not responding. Unable to c
ast. |
| 59 </message> |
| 60 <message name="IDS_MEDIA_ROUTER_ISSUE_CREATE_ROUTE_TIMEOUT_FOR_TAB" desc="Titl
e of an issue to show when the user attempts to create a route to mirror a tab a
nd the Media Router times out while waiting for a route creation response."> |
| 61 Tab not responding. Unable to cast. |
| 62 </message> |
57 <message name="IDS_MEDIA_ROUTER_ISSUE_PENDING_ROUTE" desc="Title of an issue t
o show when the user attempts to create more than one route at a time."> | 63 <message name="IDS_MEDIA_ROUTER_ISSUE_PENDING_ROUTE" desc="Title of an issue t
o show when the user attempts to create more than one route at a time."> |
58 Only one session can be created at a time. | 64 Only one session can be created at a time. |
59 </message> | 65 </message> |
60 | 66 |
61 <!-- Route Details --> | 67 <!-- Route Details --> |
62 <message name="IDS_MEDIA_ROUTER_CASTING_ACTIVITY_STATUS" desc="Label of activi
ty status, which describes the media that is currently being casted."> | 68 <message name="IDS_MEDIA_ROUTER_CASTING_ACTIVITY_STATUS" desc="Label of activi
ty status, which describes the media that is currently being casted."> |
63 Casting: <ph name="routeTitle">$1<ex>Video</ex></ph> | 69 Casting: <ph name="routeTitle">$1<ex>Video</ex></ph> |
64 </message> | 70 </message> |
65 <message name="IDS_MEDIA_ROUTER_STOP_CASTING_BUTTON" desc="Stop casting button
, which, on click, will stop the current route."> | 71 <message name="IDS_MEDIA_ROUTER_STOP_CASTING_BUTTON" desc="Stop casting button
, which, on click, will stop the current route."> |
66 Stop casting | 72 Stop casting |
67 </message> | 73 </message> |
68 | 74 |
69 <!-- Sink List --> | 75 <!-- Sink List --> |
70 <message name="IDS_MEDIA_ROUTER_DEVICE_MISSING" desc="Link to display when no
devices are found which, on click, opens a page to the Chromecast help center ex
plaining possible reasons why no devices are detected."> | 76 <message name="IDS_MEDIA_ROUTER_DEVICE_MISSING" desc="Link to display when no
devices are found which, on click, opens a page to the Chromecast help center ex
plaining possible reasons why no devices are detected."> |
71 Device missing? | 77 Device missing? |
72 </message> | 78 </message> |
73 </grit-part> | 79 </grit-part> |
OLD | NEW |