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

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

Issue 2725503002: [Media Router] Custom Controls 4 - Implement details view WebUI (Closed)
Patch Set: Add braces to @implements {Interface} Created 3 years, 6 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_resources.grdp » ('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_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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 <!-- Route Details --> 129 <!-- Route Details -->
130 <message name="IDS_MEDIA_ROUTER_CASTING_ACTIVITY_STATUS" desc="Label of activi ty status, which describes the media that is currently being casted."> 130 <message name="IDS_MEDIA_ROUTER_CASTING_ACTIVITY_STATUS" desc="Label of activi ty status, which describes the media that is currently being casted.">
131 Casting: <ph name="routeTitle">$1<ex>Video</ex></ph> 131 Casting: <ph name="routeTitle">$1<ex>Video</ex></ph>
132 </message> 132 </message>
133 <message name="IDS_MEDIA_ROUTER_START_CASTING_BUTTON" desc="Start casting butt on, which, on click, will start casting to the current route."> 133 <message name="IDS_MEDIA_ROUTER_START_CASTING_BUTTON" desc="Start casting butt on, which, on click, will start casting to the current route.">
134 Cast 134 Cast
135 </message> 135 </message>
136 <message name="IDS_MEDIA_ROUTER_STOP_CASTING_BUTTON" desc="Stop casting button , which, on click, will stop the current route."> 136 <message name="IDS_MEDIA_ROUTER_STOP_CASTING_BUTTON" desc="Stop casting button , which, on click, will stop the current route.">
137 Stop 137 Stop
138 </message> 138 </message>
139 <message name="IDS_MEDIA_ROUTER_ROUTE_DETAILS_PLAY_TITLE" desc="The title labe l for a button to play media contents.">
140 Play
141 </message>
142 <message name="IDS_MEDIA_ROUTER_ROUTE_DETAILS_PAUSE_TITLE" desc="The title lab el for a button to pause media contents.">
143 Pause
144 </message>
145 <message name="IDS_MEDIA_ROUTER_ROUTE_DETAILS_MUTE_TITLE" desc="The title labe l for a button to mute media contents.">
146 Mute
147 </message>
148 <message name="IDS_MEDIA_ROUTER_ROUTE_DETAILS_UNMUTE_TITLE" desc="The title la bel for a button to unmute media contents.">
149 Unmute
150 </message>
151 <message name="IDS_MEDIA_ROUTER_ROUTE_DETAILS_SEEK_TITLE" desc="The title labe l for a seek bar for media contents.">
152 Seek
153 </message>
154 <message name="IDS_MEDIA_ROUTER_ROUTE_DETAILS_VOLUME_TITLE" desc="The title la bel for a volume control bar for media contents.">
155 Volume
156 </message>
139 157
140 <!-- Sink List --> 158 <!-- Sink List -->
141 <message name="IDS_MEDIA_ROUTER_DESTINATION_MISSING" desc="Link to display whe n no Cast destinations are found which, on click, opens a page to the Chromecast help center explaining possible reasons why none are detected."> 159 <message name="IDS_MEDIA_ROUTER_DESTINATION_MISSING" desc="Link to display whe n no Cast destinations are found which, on click, opens a page to the Chromecast help center explaining possible reasons why none are detected.">
142 No Cast destinations found. Need help? 160 No Cast destinations found. Need help?
143 </message> 161 </message>
144 162
145 <!-- Sink Search --> 163 <!-- Sink Search -->
146 <message name="IDS_MEDIA_ROUTER_SEARCH_LABEL" desc="Label for search input in sink list."> 164 <message name="IDS_MEDIA_ROUTER_SEARCH_LABEL" desc="Label for search input in sink list.">
147 Search 165 Search
148 </message> 166 </message>
149 <message name="IDS_MEDIA_ROUTER_SEARCH_NO_MATCHES" desc="Text to display when there are no sinks matching the user input search text."> 167 <message name="IDS_MEDIA_ROUTER_SEARCH_NO_MATCHES" desc="Text to display when there are no sinks matching the user input search text.">
150 No matches 168 No matches
151 </message> 169 </message>
152 </grit-part> 170 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/media_router_resources.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698