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

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

Issue 1554663002: [Media Router] First Run Flow WebUI and strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_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 30 matching lines...) Expand all
41 <message name="IDS_MEDIA_ROUTER_HELP" desc="Title of a menu item which, on cli ck, opens a page to the Chromecast help center."> 41 <message name="IDS_MEDIA_ROUTER_HELP" desc="Title of a menu item which, on cli ck, opens a page to the Chromecast help center.">
42 Help 42 Help
43 </message> 43 </message>
44 <message name="IDS_MEDIA_ROUTER_LEARN_MORE" desc="Title of a menu item which, on click, opens a page with instructions on how to cast to a Chromecast."> 44 <message name="IDS_MEDIA_ROUTER_LEARN_MORE" desc="Title of a menu item which, on click, opens a page with instructions on how to cast to a Chromecast.">
45 Learn more 45 Learn more
46 </message> 46 </message>
47 <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."> 47 <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.">
48 Report an issue 48 Report an issue
49 </message> 49 </message>
50 50
51 <!-- First Run Flow -->
52 <message name="IDS_MEDIA_ROUTER_FIRST_RUN_FLOW_TITLE" desc="Title of the first run flow, which is shown to the user the first time they use Media Router, unti l they acknowledge the message. This is a welcome message that introduces Media Router to the user.">
53 Welcome to the Cast experience in Chromium!
54 </message>
55 <message name="IDS_MEDIA_ROUTER_FIRST_RUN_FLOW_TEXT" desc="Text of the first r un flow, which is shown to the user the first time they use Media Router. This i s an introductory description of what Media Router does.">
56 You can use this feature to display content from Chromium on your TV or othe r devices.
57 </message>
58 <message name="IDS_MEDIA_ROUTER_FIRST_RUN_FLOW_BUTTON" desc="Acknowledge butto n for the first run flow, which, on click, will dismiss the first run flow and s et the current profile's preference that the user has acknowledged the first run flow.">
59 Ok, got it
60 </message>
61
51 <!-- Issue Actions --> 62 <!-- Issue Actions -->
52 <message name="IDS_MEDIA_ROUTER_DISMISS_BUTTON" desc="Dismiss button, which, o n click, will dismiss the current issue."> 63 <message name="IDS_MEDIA_ROUTER_DISMISS_BUTTON" desc="Dismiss button, which, o n click, will dismiss the current issue.">
53 Dismiss 64 Dismiss
54 </message> 65 </message>
55 <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."> 66 <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.">
56 Learn More 67 Learn More
57 </message> 68 </message>
58 69
59 <!-- Issue Messaging --> 70 <!-- Issue Messaging -->
60 <message name="IDS_MEDIA_ROUTER_ISSUE_HEADER" desc="Title of the header in the dialog when there is a user action blocking issue surfaced."> 71 <message name="IDS_MEDIA_ROUTER_ISSUE_HEADER" desc="Title of the header in the dialog when there is a user action blocking issue surfaced.">
(...skipping 15 matching lines...) Expand all
76 </message> 87 </message>
77 <message name="IDS_MEDIA_ROUTER_STOP_CASTING_BUTTON" desc="Stop casting button , which, on click, will stop the current route."> 88 <message name="IDS_MEDIA_ROUTER_STOP_CASTING_BUTTON" desc="Stop casting button , which, on click, will stop the current route.">
78 Stop casting 89 Stop casting
79 </message> 90 </message>
80 91
81 <!-- Sink List --> 92 <!-- Sink List -->
82 <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."> 93 <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.">
83 Device missing? 94 Device missing?
84 </message> 95 </message>
85 </grit-part> 96 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698