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

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

Issue 374803003: Video Player: Add a flag to support chromecast (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('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 <!-- ChromeOS-specific strings (included from generated_resources.grd). 2 <!-- ChromeOS-specific strings (included from generated_resources.grd).
3 Everything in this file is wrapped in <if expr="chromeos">. --> 3 Everything in this file is wrapped in <if expr="chromeos">. -->
4 <grit-part> 4 <grit-part>
5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required."> 5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required.">
6 </message> 6 </message>
7 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook."> 7 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook.">
8 Chromebook 8 Chromebook
9 </message> 9 </message>
10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox"> 10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox">
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 </message> 125 </message>
126 <message name="IDS_FLAGS_ENABLE_FILE_MANAGER_MTP_DESCRIPTION" desc="Descriptio n of the about:flag option to the enable MTP support in file manager."> 126 <message name="IDS_FLAGS_ENABLE_FILE_MANAGER_MTP_DESCRIPTION" desc="Descriptio n of the about:flag option to the enable MTP support in file manager.">
127 Show MTP devices as a file storage in the file manager. 127 Show MTP devices as a file storage in the file manager.
128 </message> 128 </message>
129 <message name="IDS_FLAGS_FILE_MANAGER_ENABLE_NEW_GALLERY_NAME" desc="Name of t he about:flag option to enable the new gallery app."> 129 <message name="IDS_FLAGS_FILE_MANAGER_ENABLE_NEW_GALLERY_NAME" desc="Name of t he about:flag option to enable the new gallery app.">
130 Enable the new gallery 130 Enable the new gallery
131 </message> 131 </message>
132 <message name="IDS_FLAGS_FILE_MANAGER_ENABLE_NEW_GALLERY_DESCRIPTION" desc="De scription of the about:flag option to the enable new gallery app."> 132 <message name="IDS_FLAGS_FILE_MANAGER_ENABLE_NEW_GALLERY_DESCRIPTION" desc="De scription of the about:flag option to the enable new gallery app.">
133 Use the experimental new gallery instead of the stable one. 133 Use the experimental new gallery instead of the stable one.
134 </message> 134 </message>
135 <message name="IDS_FLAGS_ENABLE_VIDEO_PLAYER_CHROMECAST_SUPPORT_NAME" desc="Na me of the about:flag option to enable the chromecast support for video app.">
136 Experimental Chromecast support for Video Player
137 </message>
138 <message name="IDS_FLAGS_ENABLE_VIDEO_PLAYER_CHROMECAST_SUPPORT_DESCRIPTION" d esc="Description of the about:flag option to the enable the chromecast support f or video app.">
139 This option enables experimental Chromecast support for Video Player app on ChromeOS.
140 </message>
135 <message name="IDS_FILE_SYSTEM_PROVIDER_UNRESPONSIVE_WARNING" desc="A warning shown in a notification that an operation is taking longer than expected."> 141 <message name="IDS_FILE_SYSTEM_PROVIDER_UNRESPONSIVE_WARNING" desc="A warning shown in a notification that an operation is taking longer than expected.">
136 An operation is taking longer than expected. Do you want to abort it? 142 An operation is taking longer than expected. Do you want to abort it?
137 </message> 143 </message>
138 <message name="IDS_FILE_SYSTEM_PROVIDER_MANY_UNRESPONSIVE_WARNING" desc="A war ning shown in a notification that more than one operations are taking longer tha n expected."> 144 <message name="IDS_FILE_SYSTEM_PROVIDER_MANY_UNRESPONSIVE_WARNING" desc="A war ning shown in a notification that more than one operations are taking longer tha n expected.">
139 Some operations are taking longer than expected. Do you want to abort them? 145 Some operations are taking longer than expected. Do you want to abort them?
140 </message> 146 </message>
141 <message name="IDS_FILE_SYSTEM_PROVIDER_UNRESPONSIVE_ABORT_BUTTON" desc="Label of the button on the notification about an operation(s) taking to long."> 147 <message name="IDS_FILE_SYSTEM_PROVIDER_UNRESPONSIVE_ABORT_BUTTON" desc="Label of the button on the notification about an operation(s) taking to long.">
142 Abort 148 Abort
143 </message> 149 </message>
144 <message name="IDS_FILE_BROWSER_ARCHIVE_DIRECTORY_LABEL" desc="/archive direct ory label."> 150 <message name="IDS_FILE_BROWSER_ARCHIVE_DIRECTORY_LABEL" desc="/archive direct ory label.">
(...skipping 5415 matching lines...) Expand 10 before | Expand all | Expand 10 after
5560 </message> 5566 </message>
5561 5567
5562 <!-- 'OK Google' voice search activation display strings --> 5568 <!-- 'OK Google' voice search activation display strings -->
5563 <message name="IDS_FLAGS_OK_GOOGLE_NAME" desc="Name of about:flags option for Ok Google."> 5569 <message name="IDS_FLAGS_OK_GOOGLE_NAME" desc="Name of about:flags option for Ok Google.">
5564 Enable 'Ok Google' to activate voice search. 5570 Enable 'Ok Google' to activate voice search.
5565 </message> 5571 </message>
5566 <message name="IDS_FLAGS_OK_GOOGLE_DESCRIPTION" desc="Description of about:fla gs option Ok Google."> 5572 <message name="IDS_FLAGS_OK_GOOGLE_DESCRIPTION" desc="Description of about:fla gs option Ok Google.">
5567 If enabled, there will be an option in chrome:settings to enable saying 'Ok Google' to activate voice search. 5573 If enabled, there will be an option in chrome:settings to enable saying 'Ok Google' to activate voice search.
5568 </message> 5574 </message>
5569 </grit-part> 5575 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698