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

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

Issue 350683002: [fsp] Add notifications in case of slow operations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed clang. Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/chromeos/file_system_provider/fake_provided_file_system.h » ('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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 </message> 131 </message>
132 <message name="IDS_FLAGS_FILE_MANAGER_ENABLE_NEW_AUDIO_PLAYER_DESCRIPTION" des c="Description of the about:flag option to the enable new audio player app."> 132 <message name="IDS_FLAGS_FILE_MANAGER_ENABLE_NEW_AUDIO_PLAYER_DESCRIPTION" des c="Description of the about:flag option to the enable new audio player app.">
133 Use the experimental new audio player instead of the stable one. 133 Use the experimental new audio player instead of the stable one.
134 </message> 134 </message>
135 <message name="IDS_FLAGS_FILE_MANAGER_ENABLE_NEW_GALLERY_NAME" desc="Name of t he about:flag option to enable the new gallery app."> 135 <message name="IDS_FLAGS_FILE_MANAGER_ENABLE_NEW_GALLERY_NAME" desc="Name of t he about:flag option to enable the new gallery app.">
136 Enable the new gallery 136 Enable the new gallery
137 </message> 137 </message>
138 <message name="IDS_FLAGS_FILE_MANAGER_ENABLE_NEW_GALLERY_DESCRIPTION" desc="De scription of the about:flag option to the enable new gallery app."> 138 <message name="IDS_FLAGS_FILE_MANAGER_ENABLE_NEW_GALLERY_DESCRIPTION" desc="De scription of the about:flag option to the enable new gallery app.">
139 Use the experimental new gallery instead of the stable one. 139 Use the experimental new gallery instead of the stable one.
140 </message> 140 </message>
141 <message name="IDS_FILE_SYSTEM_PROVIDER_UNRESPONSIVE_WARNING" desc="A warning shown in a notification that an operation is taking longer than expected.">
142 An operation is taking longer than expected. Do you want to abort it?
143 </message>
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.">
145 Some operations are taking longer than expected. Do you want to abort them?
146 </message>
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.">
148 Abort
149 </message>
141 <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.">
142 Archives 151 Archives
143 </message> 152 </message>
144 <message name="IDS_FILE_BROWSER_REMOVABLE_DIRECTORY_LABEL" desc="/removable di rectory label."> 153 <message name="IDS_FILE_BROWSER_REMOVABLE_DIRECTORY_LABEL" desc="/removable di rectory label.">
145 External Storage 154 External Storage
146 </message> 155 </message>
147 <message name="IDS_FILE_BROWSER_DRIVE_DIRECTORY_LABEL" desc="/drive directory label."> 156 <message name="IDS_FILE_BROWSER_DRIVE_DIRECTORY_LABEL" desc="/drive directory label.">
148 Google Drive 157 Google Drive
149 </message> 158 </message>
150 <message name="IDS_FILE_BROWSER_DRIVE_MY_DRIVE_LABEL" desc="A label for the 'M y Drive' collection of Google Drive."> 159 <message name="IDS_FILE_BROWSER_DRIVE_MY_DRIVE_LABEL" desc="A label for the 'M y Drive' collection of Google Drive.">
(...skipping 5332 matching lines...) Expand 10 before | Expand all | Expand 10 after
5483 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window."> 5492 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window.">
5484 Done 5493 Done
5485 </message> 5494 </message>
5486 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element ."> 5495 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element .">
5487 System date 5496 System date
5488 </message> 5497 </message>
5489 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element ."> 5498 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element .">
5490 System time 5499 System time
5491 </message> 5500 </message>
5492 </grit-part> 5501 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/file_system_provider/fake_provided_file_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698