Chromium Code Reviews| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 59 About | 59 About |
| 60 </message> | 60 </message> |
| 61 <if expr="_google_chrome"> | 61 <if expr="_google_chrome"> |
| 62 <message name="IDS_MEDIA_ROUTER_CLOUD_SERVICES_TOGGLE" desc="Title of a menu item which, on click, toggles the preference to opt in or out of cloud services ."> | 62 <message name="IDS_MEDIA_ROUTER_CLOUD_SERVICES_TOGGLE" desc="Title of a menu item which, on click, toggles the preference to opt in or out of cloud services ."> |
| 63 Enable Cloud Services | 63 Enable Cloud Services |
| 64 </message> | 64 </message> |
| 65 </if> | 65 </if> |
| 66 <message name="IDS_MEDIA_ROUTER_HELP" desc="Title of a menu item which, on cli ck, opens a page to the Chromecast help center."> | 66 <message name="IDS_MEDIA_ROUTER_HELP" desc="Title of a menu item which, on cli ck, opens a page to the Chromecast help center."> |
| 67 Help | 67 Help |
| 68 </message> | 68 </message> |
| 69 <message name="IDS_MEDIA_ROUTER_REMOVE_TOOLBAR_ACTION" desc="Title of a menu i tem which, on click, removes the Media Router action from the toolbar."> | |
|
apacible
2016/06/30 16:57:56
nit: "...the Media Router Action icon..."
| |
| 70 Remove icon | |
| 71 </message> | |
| 69 <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."> | 72 <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 Report an issue | 73 Report an issue |
| 71 </message> | 74 </message> |
| 72 <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."> | 75 <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 Manage Cast devices | 76 Manage Cast devices |
| 74 </message> | 77 </message> |
| 75 | 78 |
| 76 <!-- First Run Flow --> | 79 <!-- First Run Flow --> |
| 77 <if expr="_google_chrome"> | 80 <if expr="_google_chrome"> |
| 78 <message name="IDS_MEDIA_ROUTER_FIRST_RUN_FLOW_CLOUD_PREF_TEXT" desc="Text o f the cloud services preferences text in the first run flow, which is shown to t he 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 o f the cloud services preferences text in the first run flow, which is shown to t he user if they are currently signed in and have enabled sync."> |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 139 </message> | 142 </message> |
| 140 | 143 |
| 141 <!-- Sink Search --> | 144 <!-- Sink Search --> |
| 142 <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."> |
| 143 Search | 146 Search |
| 144 </message> | 147 </message> |
| 145 <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."> |
| 146 No matches | 149 No matches |
| 147 </message> | 150 </message> |
| 148 </grit-part> | 151 </grit-part> |
| OLD | NEW |