| 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_ICON_TOOLTIP_TEXT" desc="Tooltip for the Media
Router Action icon, which appears in the toolbar. The tooltip appears on mouseo
ver of the icon."> | 8 <message name="IDS_MEDIA_ROUTER_ICON_TOOLTIP_TEXT" desc="Tooltip for the Media
Router Action icon, which appears in the toolbar. The tooltip appears on mouseo
ver of the icon."> |
| 9 Display on another screen | 9 Display on another screen |
| 10 </message> | 10 </message> |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 Casting: <ph name="routeTitle">$1<ex>Video</ex></ph> | 130 Casting: <ph name="routeTitle">$1<ex>Video</ex></ph> |
| 131 </message> | 131 </message> |
| 132 <message name="IDS_MEDIA_ROUTER_START_CASTING_BUTTON" desc="Start casting butt
on, which, on click, will start casting to the current route."> | 132 <message name="IDS_MEDIA_ROUTER_START_CASTING_BUTTON" desc="Start casting butt
on, which, on click, will start casting to the current route."> |
| 133 Cast | 133 Cast |
| 134 </message> | 134 </message> |
| 135 <message name="IDS_MEDIA_ROUTER_STOP_CASTING_BUTTON" desc="Stop casting button
, which, on click, will stop the current route."> | 135 <message name="IDS_MEDIA_ROUTER_STOP_CASTING_BUTTON" desc="Stop casting button
, which, on click, will stop the current route."> |
| 136 Stop | 136 Stop |
| 137 </message> | 137 </message> |
| 138 | 138 |
| 139 <!-- Sink List --> | 139 <!-- Sink List --> |
| 140 <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."> | 140 <message name="IDS_MEDIA_ROUTER_DESTINATION_MISSING" desc="Link to display whe
n no Cast destinations are found which, on click, opens a page to the Chromecast
help center explaining possible reasons why none are detected."> |
| 141 Device missing? | 141 No Cast destinations found. Need help? |
| 142 </message> | 142 </message> |
| 143 | 143 |
| 144 <!-- Sink Search --> | 144 <!-- Sink Search --> |
| 145 <message name="IDS_MEDIA_ROUTER_SEARCH_LABEL" desc="Label for search input in
sink list."> | 145 <message name="IDS_MEDIA_ROUTER_SEARCH_LABEL" desc="Label for search input in
sink list."> |
| 146 Search | 146 Search |
| 147 </message> | 147 </message> |
| 148 <message name="IDS_MEDIA_ROUTER_SEARCH_NO_MATCHES" desc="Text to display when
there are no sinks matching the user input search text."> | 148 <message name="IDS_MEDIA_ROUTER_SEARCH_NO_MATCHES" desc="Text to display when
there are no sinks matching the user input search text."> |
| 149 No matches | 149 No matches |
| 150 </message> | 150 </message> |
| 151 </grit-part> | 151 </grit-part> |
| OLD | NEW |