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

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

Issue 1363593003: [Media Router] Set timeout for route creation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes per imcheng@'s comments. Created 5 years, 2 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/media/router/media_router.mojom » ('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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 47
48 <!-- Issue Actions --> 48 <!-- Issue Actions -->
49 <message name="IDS_MEDIA_ROUTER_DISMISS_BUTTON" desc="Dismiss button, which, o n click, will dismiss the current issue."> 49 <message name="IDS_MEDIA_ROUTER_DISMISS_BUTTON" desc="Dismiss button, which, o n click, will dismiss the current issue.">
50 Dismiss 50 Dismiss
51 </message> 51 </message>
52 <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."> 52 <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.">
53 Learn More 53 Learn More
54 </message> 54 </message>
55 55
56 <!-- Issue Messaging --> 56 <!-- Issue Messaging -->
57 <message name="IDS_MEDIA_ROUTER_ISSUE_CREATE_ROUTE_TIMEOUT" desc="Title of an issue to show when the user attempts to create a route and the Media Router time s out while waiting for a route creation response.">
58 <ph name="HOST_NAME">$1<ex>youtube.com</ex></ph> not responding. Unable to c ast.
59 </message>
60 <message name="IDS_MEDIA_ROUTER_ISSUE_CREATE_ROUTE_TIMEOUT_FOR_TAB" desc="Titl e of an issue to show when the user attempts to create a route to mirror a tab a nd the Media Router times out while waiting for a route creation response.">
61 Tab not responding. Unable to cast.
62 </message>
57 <message name="IDS_MEDIA_ROUTER_ISSUE_PENDING_ROUTE" desc="Title of an issue t o show when the user attempts to create more than one route at a time."> 63 <message name="IDS_MEDIA_ROUTER_ISSUE_PENDING_ROUTE" desc="Title of an issue t o show when the user attempts to create more than one route at a time.">
58 Only one session can be created at a time. 64 Only one session can be created at a time.
59 </message> 65 </message>
60 66
61 <!-- Route Details --> 67 <!-- Route Details -->
62 <message name="IDS_MEDIA_ROUTER_CASTING_ACTIVITY_STATUS" desc="Label of activi ty status, which describes the media that is currently being casted."> 68 <message name="IDS_MEDIA_ROUTER_CASTING_ACTIVITY_STATUS" desc="Label of activi ty status, which describes the media that is currently being casted.">
63 Casting: <ph name="routeTitle">$1<ex>Video</ex></ph> 69 Casting: <ph name="routeTitle">$1<ex>Video</ex></ph>
64 </message> 70 </message>
65 <message name="IDS_MEDIA_ROUTER_STOP_CASTING_BUTTON" desc="Stop casting button , which, on click, will stop the current route."> 71 <message name="IDS_MEDIA_ROUTER_STOP_CASTING_BUTTON" desc="Stop casting button , which, on click, will stop the current route.">
66 Stop casting 72 Stop casting
67 </message> 73 </message>
68 74
69 <!-- Sink List --> 75 <!-- Sink List -->
70 <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."> 76 <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.">
71 Device missing? 77 Device missing?
72 </message> 78 </message>
73 </grit-part> 79 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/media/router/media_router.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698