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

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

Issue 683413002: [unpacker] Add a disable flag for the new zip unpacker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 </message> 84 </message>
85 <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."> 85 <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.">
86 Show MTP devices as a file storage in the file manager. 86 Show MTP devices as a file storage in the file manager.
87 </message> 87 </message>
88 <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."> 88 <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.">
89 Experimental Chromecast support for Video Player 89 Experimental Chromecast support for Video Player
90 </message> 90 </message>
91 <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."> 91 <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.">
92 This option enables experimental Chromecast support for Video Player app on ChromeOS. 92 This option enables experimental Chromecast support for Video Player app on ChromeOS.
93 </message> 93 </message>
94 <message name="IDS_FLAGS_DISABLE_NEW_ZIP_UNPACKER_NAME" desc="Name of about::f lags option to enable the new ZIP unpacker based on the File System Provider API .">
95 Enable the new ZIP unpacker.
96 </message>
97 <message name="IDS_FLAGS_DISABLE_NEW_ZIP_UNPACKER_DESCRIPTION" desc="Descripti on of about::flags option to enable the new ZIP unpacker based on the File Syste m Provider API.">
98 Enable the new ZIP unpacker flow, based on the File System Provider API.
99 </message>
94 <message name="IDS_FILE_SYSTEM_PROVIDER_UNRESPONSIVE_WARNING" desc="A warning shown in a notification that an operation is taking longer than expected."> 100 <message name="IDS_FILE_SYSTEM_PROVIDER_UNRESPONSIVE_WARNING" desc="A warning shown in a notification that an operation is taking longer than expected.">
95 An operation is taking longer than expected. Do you want to abort it? 101 An operation is taking longer than expected. Do you want to abort it?
96 </message> 102 </message>
97 <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."> 103 <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.">
98 Some operations are taking longer than expected. Do you want to abort them? 104 Some operations are taking longer than expected. Do you want to abort them?
99 </message> 105 </message>
100 <message name="IDS_FILE_SYSTEM_PROVIDER_UNRESPONSIVE_ABORT_BUTTON" desc="Label of the button on the notification about an operation(s) taking to long."> 106 <message name="IDS_FILE_SYSTEM_PROVIDER_UNRESPONSIVE_ABORT_BUTTON" desc="Label of the button on the notification about an operation(s) taking to long.">
101 Abort 107 Abort
102 </message> 108 </message>
103 <message name="IDS_FILE_BROWSER_ARCHIVE_DIRECTORY_LABEL" desc="/archive direct ory label."> 109 <message name="IDS_FILE_BROWSER_ARCHIVE_DIRECTORY_LABEL" desc="/archive direct ory label.">
(...skipping 5865 matching lines...) Expand 10 before | Expand all | Expand 10 after
5969 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window."> 5975 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window.">
5970 Done 5976 Done
5971 </message> 5977 </message>
5972 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element ."> 5978 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element .">
5973 System date 5979 System date
5974 </message> 5980 </message>
5975 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element ."> 5981 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element .">
5976 System time 5982 System time
5977 </message> 5983 </message>
5978 </grit-part> 5984 </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