| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 </message> | 66 </message> |
| 67 <message name="IDS_MEDIA_ROUTER_ALWAYS_SHOW_TOOLBAR_ACTION" desc="Title of a m
enu item which, on click, toggles whether or not the Media Router action icon is
always shown. When toggled off, the icon is shown only when the Media Router di
alog is open or if there is an active local Media Route or an issue."> | 67 <message name="IDS_MEDIA_ROUTER_ALWAYS_SHOW_TOOLBAR_ACTION" desc="Title of a m
enu item which, on click, toggles whether or not the Media Router action icon is
always shown. When toggled off, the icon is shown only when the Media Router di
alog is open or if there is an active local Media Route or an issue."> |
| 68 Always show icon | 68 Always show icon |
| 69 </message> | 69 </message> |
| 70 <message name="IDS_MEDIA_ROUTER_REPORT_ISSUE" desc="Title of a menu item which
, on click, opens a page to give feedback or report an issue with Chromecast int
egration."> | 70 <message name="IDS_MEDIA_ROUTER_REPORT_ISSUE" desc="Title of a menu item which
, on click, opens a page to give feedback or report an issue with Chromecast int
egration."> |
| 71 Report an issue | 71 Report an issue |
| 72 </message> | 72 </message> |
| 73 <message name="IDS_MEDIA_ROUTER_MANAGE_DEVICES" desc="Title of a menu item whi
ch, on click, opens a page that allows the user to manage Cast devices: view, re
boot, reset, and manage settings of available Cast devices, or set up new Cast d
evices."> | 73 <message name="IDS_MEDIA_ROUTER_MANAGE_DEVICES" desc="Title of a menu item whi
ch, on click, opens a page that allows the user to manage Cast devices: view, re
boot, reset, and manage settings of available Cast devices, or set up new Cast d
evices."> |
| 74 Manage Cast devices | 74 Manage Cast devices |
| 75 </message> | 75 </message> |
| 76 <message name="IDS_MEDIA_ROUTER_SHOWN_BY_POLICY" desc="Title of a menu item, w
hich indicates that the Media Router action icon was added to the toolbar by the
policy enabled by the user's administrator."> |
| 77 Added by your administrator |
| 78 </message> |
| 76 | 79 |
| 77 <!-- First Run Flow --> | 80 <!-- First Run Flow --> |
| 78 <message name="IDS_MEDIA_ROUTER_FIRST_RUN_FLOW_CLOUD_PREF_TEXT" desc="Text of
the cloud services preferences text in the first run flow, which is shown to the
user if they are currently signed in and have enabled sync."> | 81 <message name="IDS_MEDIA_ROUTER_FIRST_RUN_FLOW_CLOUD_PREF_TEXT" desc="Text of
the cloud services preferences text in the first run flow, which is shown to the
user if they are currently signed in and have enabled sync."> |
| 79 Enable casting to cloud-based services like Google Hangouts. | 82 Enable casting to cloud-based services like Google Hangouts. |
| 80 </message> | 83 </message> |
| 81 <if expr="_google_chrome"> | 84 <if expr="_google_chrome"> |
| 82 <message name="IDS_MEDIA_ROUTER_FIRST_RUN_FLOW_TITLE" desc="Title of the fir
st run flow, which is shown to the user the first time they use Media Router, un
til they acknowledge the message. This is a welcome message that introduces Medi
a Router to the user."> | 85 <message name="IDS_MEDIA_ROUTER_FIRST_RUN_FLOW_TITLE" desc="Title of the fir
st run flow, which is shown to the user the first time they use Media Router, un
til they acknowledge the message. This is a welcome message that introduces Medi
a Router to the user."> |
| 83 Welcome to the Cast experience in Chrome! | 86 Welcome to the Cast experience in Chrome! |
| 84 </message> | 87 </message> |
| 85 <message name="IDS_MEDIA_ROUTER_FIRST_RUN_FLOW_TEXT" desc="Text of the first
run flow, which is shown to the user the first time they use Media Router. This
is an introductory description of what Media Router does."> | 88 <message name="IDS_MEDIA_ROUTER_FIRST_RUN_FLOW_TEXT" desc="Text of the first
run flow, which is shown to the user the first time they use Media Router. This
is an introductory description of what Media Router does."> |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 </message> | 143 </message> |
| 141 | 144 |
| 142 <!-- Sink Search --> | 145 <!-- Sink Search --> |
| 143 <message name="IDS_MEDIA_ROUTER_SEARCH_LABEL" desc="Label for search input in
sink list."> | 146 <message name="IDS_MEDIA_ROUTER_SEARCH_LABEL" desc="Label for search input in
sink list."> |
| 144 Search | 147 Search |
| 145 </message> | 148 </message> |
| 146 <message name="IDS_MEDIA_ROUTER_SEARCH_NO_MATCHES" desc="Text to display when
there are no sinks matching the user input search text."> | 149 <message name="IDS_MEDIA_ROUTER_SEARCH_NO_MATCHES" desc="Text to display when
there are no sinks matching the user input search text."> |
| 147 No matches | 150 No matches |
| 148 </message> | 151 </message> |
| 149 </grit-part> | 152 </grit-part> |
| OLD | NEW |