Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(301)

Side by Side Diff: chrome/app/media_router_strings.grdp

Issue 2104463002: [Media Router] Add a context menu item to access the chrome://cast page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed review comments. Explicitly whitelisted the new menu item to Windows, OSX and ChromeOS. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_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."> 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.">
70 Report an issue 70 Report an issue
71 </message> 71 </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.">
73 Manage Cast devices
74 </message>
72 75
73 <!-- First Run Flow --> 76 <!-- First Run Flow -->
74 <if expr="_google_chrome"> 77 <if expr="_google_chrome">
75 <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."> 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.">
76 Enable casting to cloud-based services like Google Hangouts. 79 Enable casting to cloud-based services like Google Hangouts.
77 </message> 80 </message>
78 <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."> 81 <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.">
79 Welcome to the Cast experience in Chrome! 82 Welcome to the Cast experience in Chrome!
80 </message> 83 </message>
81 <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."> 84 <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
136 </message> 139 </message>
137 140
138 <!-- Sink Search --> 141 <!-- Sink Search -->
139 <message name="IDS_MEDIA_ROUTER_SEARCH_LABEL" desc="Label for search input in sink list."> 142 <message name="IDS_MEDIA_ROUTER_SEARCH_LABEL" desc="Label for search input in sink list.">
140 Search 143 Search
141 </message> 144 </message>
142 <message name="IDS_MEDIA_ROUTER_SEARCH_NO_MATCHES" desc="Text to display when there are no sinks matching the user input search text."> 145 <message name="IDS_MEDIA_ROUTER_SEARCH_NO_MATCHES" desc="Text to display when there are no sinks matching the user input search text.">
143 No matches 146 No matches
144 </message> 147 </message>
145 </grit-part> 148 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698