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

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

Issue 1056023003: Add localized string and resource paths for media router WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 7 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 for media router"> 5 <message name="IDS_MEDIA_ROUTER_TITLE" desc="Title for media router">
6 Media Router 6 Media Router
7 </message> 7 </message>
8 8
9 <!-- Cast Modes --> 9 <!-- Cast Modes -->
10 <message name="IDS_MEDIA_ROUTER_DEFAULT_CAST_MODE" desc="Message for default c ast mode."> 10 <message name="IDS_MEDIA_ROUTER_DEFAULT_CAST_MODE" desc="Message for default c ast mode.">
(...skipping 13 matching lines...) Expand all
24 </message> 24 </message>
25 <message name="IDS_MEDIA_ROUTER_SOUND_OPTIMIZED_TAB_MIRROR_CAST_MODE_TITLE" de sc="Title for sound optimized tab mirror cast mode."> 25 <message name="IDS_MEDIA_ROUTER_SOUND_OPTIMIZED_TAB_MIRROR_CAST_MODE_TITLE" de sc="Title for sound optimized tab mirror cast mode.">
26 Cast this tab (optimized for audio) to... 26 Cast this tab (optimized for audio) to...
27 </message> 27 </message>
28 <message name="IDS_MEDIA_ROUTER_TAB_MIRROR_CAST_MODE" desc="Message for tab mi rror cast mode."> 28 <message name="IDS_MEDIA_ROUTER_TAB_MIRROR_CAST_MODE" desc="Message for tab mi rror cast mode.">
29 Cast this tab 29 Cast this tab
30 </message> 30 </message>
31 <message name="IDS_MEDIA_ROUTER_TAB_MIRROR_CAST_MODE_TITLE" desc="Title for ta b mirror cast mode."> 31 <message name="IDS_MEDIA_ROUTER_TAB_MIRROR_CAST_MODE_TITLE" desc="Title for ta b mirror cast mode.">
32 Cast this tab to... 32 Cast this tab to...
33 </message> 33 </message>
34
35 <!-- Route Details -->
36 <message name="IDS_MEDIA_ROUTER_BACK_TO_SINK_PICKER" desc="Label of back to si nk picker button.">
37 Back to device list
38 </message>
39 <message name="IDS_MEDIA_ROUTER_CASTING_ACTIVITY_STATUS" desc="Label of activi ty status.">
40 Casting to <ph name="sinkName">$1<ex>Living Room TV</ex></ph>
41 </message>
42 <message name="IDS_MEDIA_ROUTER_STOP_CASTING_BUTTON" desc="Text of Stop castin g button.">
43 Stop casting
44 </message>
34 </grit-part> 45 </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