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

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: 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
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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 44
45 <!-- Issue Actions --> 45 <!-- Issue Actions -->
46 <message name="IDS_MEDIA_ROUTER_DISMISS_BUTTON" desc="Dismiss button, which, o n click, will dismiss the current issue."> 46 <message name="IDS_MEDIA_ROUTER_DISMISS_BUTTON" desc="Dismiss button, which, o n click, will dismiss the current issue.">
47 Dismiss 47 Dismiss
48 </message> 48 </message>
49 <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."> 49 <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.">
50 Learn More 50 Learn More
51 </message> 51 </message>
52 52
53 <!-- Issue Messaging --> 53 <!-- Issue Messaging -->
54 <message name="IDS_MEDIA_ROUTER_ISSUE_CREATE_ROUTE_TIMEOUT" desc="Title of an issue to show when the user attemps to create a route and the Media Router times out while waiting for a route creation response.">
imcheng 2015/09/22 21:45:11 typo in "attempts"
apacible 2015/09/22 22:37:18 Done.
55 Unable to cast to device.
56 </message>
54 <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."> 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.">
55 Only one session can be created at a time. 58 Only one session can be created at a time.
56 </message> 59 </message>
57 60
58 <!-- Route Details --> 61 <!-- Route Details -->
59 <message name="IDS_MEDIA_ROUTER_CASTING_ACTIVITY_STATUS" desc="Label of activi ty status, which describes the media that is currently being casted."> 62 <message name="IDS_MEDIA_ROUTER_CASTING_ACTIVITY_STATUS" desc="Label of activi ty status, which describes the media that is currently being casted.">
60 Casting: <ph name="routeTitle">$1<ex>Video</ex></ph> 63 Casting: <ph name="routeTitle">$1<ex>Video</ex></ph>
61 </message> 64 </message>
62 <message name="IDS_MEDIA_ROUTER_STOP_CASTING_BUTTON" desc="Stop casting button , which, on click, will stop the current route."> 65 <message name="IDS_MEDIA_ROUTER_STOP_CASTING_BUTTON" desc="Stop casting button , which, on click, will stop the current route.">
63 Stop casting 66 Stop casting
64 </message> 67 </message>
65 68
66 <!-- Sink List --> 69 <!-- Sink List -->
67 <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."> 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.">
68 Device missing? 71 Device missing?
69 </message> 72 </message>
70 </grit-part> 73 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698