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

Unified Diff: chrome/app/generated_resources.grd

Issue 7471024: Formatting feature initial commit for ChromeOS Tree (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Added dependency on cros change Created 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 5fb5f9b7ee48bc71dbe42b2efa83bf82efac857e..fa3f264531f97a2a58763d409a745628b8f69d4a 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -8910,6 +8910,10 @@ ls' lab.">
Save
</message>
+ <message name="IDS_FILE_BROWSER_FORMATTING_WARNING" desc="Displayed when you attempt to format device.">
+ Formatting the removable media is going to erase all data. Do you wish to continue?
+ </message>
+
<message name="IDS_FILE_BROWSER_SELECT_FOLDER_TITLE" desc="Select folder title.">
Select a folder to open
</message>
@@ -12045,6 +12049,26 @@ ls' lab.">
Scanning content...
</message>
+ <!-- Formatting device notifications -->
+ <message name="IDS_FORMATTING_OF_DEVICE_PENDING_TITLE" desc="Text of notification message which is shown when formatting process of some device is pending">
+ Formatting pending
+ </message>
+ <message name="IDS_FORMATTING_OF_DEVICE_FINISHED_TITLE" desc="Text of notification message which is shown when formatting process finshes">
+ Formatting finished
+ </message>
+ <message name="IDS_FORMATTING_OF_DEVICE_PENDING_MESSAGE" desc="Text of notification message which is shown when formatting process of some device is pending">
+ The formatting process can take a couple of seconds. Please wait.
+ </message>
+ <message name="IDS_FORMATTING_STARTED_FAILURE_MESSAGE" desc="Text of notification message which is shown when formatting process can not be started.">
+ Could not start the formatting process.
+ </message>
+ <message name="IDS_FORMATTING_FINISHED_SUCCESS_MESSAGE" desc="Text of notification message which is shown when formatting finishes without any errors.">
+ Formatting finished successfully!
+ </message>
+ <message name="IDS_FORMATTING_FINISHED_FAILURE_MESSAGE" desc="Text of notification message which is shown when there are some errors while formatting.">
+ Aw, Snap! There've been some errors while formatting...
+ </message>
+
<!-- Network state strings for ChromeOS -->
<message name="IDS_CHROMEOS_NETWORK_STATE_UNKNOWN" desc="Network state in about:network: UNKNOWN">
Unknown
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/mount_library.h » ('j') | chrome/browser/chromeos/cros/mount_library.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698