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

Unified Diff: chrome/app/generated_resources.grd

Issue 10828153: Change butter bar message depending on the type of operation and the number of files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove debug output. Created 8 years, 4 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:
Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_browser_private_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index a9d80edf12d2c2c9da10031b5579484e5461210b..8c59e9ada513cf4dd164c2e6fa8d7a38cdf53268 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -11130,21 +11130,57 @@ Some features may be unavailable. Please check that the profile exists and you
Cut
</message>
- <message name="IDS_FILE_BROWSER_PASTE_ITEMS_REMAINING" desc="File Manager status message. 'Item' is used here as a generic term for file or directory.">
- Transferring $1 items
+ <message name="IDS_FILE_BROWSER_TRANSFER_ITEMS_REMAINING" desc="File Manager status message. 'Item' is used here as a generic term for file or directory. 'Transferring' is used in the sense 'copying or moving files'.">
+ Transferring $1 items.
</message>
- <message name="IDS_FILE_BROWSER_PASTE_CANCELLED" desc="File Manager status message.">
+ <message name="IDS_FILE_BROWSER_TRANSFER_CANCELLED" desc="File Manager status message. 'Transferring' is used in the sense 'copying or moving files'.">
Transfer cancelled.
</message>
- <message name="IDS_FILE_BROWSER_PASTE_TARGET_EXISTS_ERROR" desc="File Manager error message. 'Item' is used here as a generic term for file or directory.">
+ <message name="IDS_FILE_BROWSER_TRANSFER_TARGET_EXISTS_ERROR" desc="File Manager error message. 'Item' is used here as a generic term for file or directory. 'Transferring' is used in the sense 'copying or moving files'.">
Transfer failed, item exists: "$1"
</message>
- <message name="IDS_FILE_BROWSER_PASTE_FILESYSTEM_ERROR" desc="File Manager error message.">
+ <message name="IDS_FILE_BROWSER_TRANSFER_FILESYSTEM_ERROR" desc="File Manager error message. 'Transferring' is used in the sense 'copying or moving files'.">
Transfer failed. <ph name="ERROR_MESSAGE">$1<ex>An error occurred (code: ABORT)</ex></ph>
</message>
- <message name="IDS_FILE_BROWSER_PASTE_UNEXPECTED_ERROR" desc="File Manager error message.">
+ <message name="IDS_FILE_BROWSER_TRANSFER_UNEXPECTED_ERROR" desc="File Manager error message. 'Transferring' is used in the sense 'copying or moving files'.">
Transfer failed, unexpected error: $1
</message>
+ <message name="IDS_FILE_BROWSER_COPY_FILE_NAME" desc="File Manager status message.">
+ Copying <ph name="FILE_NAME">$1<ex>movie.avi</ex></ph>
+ </message>
+ <message name="IDS_FILE_BROWSER_COPY_ITEMS_REMAINING" desc="File Manager status message. 'Item' is used here as a generic term for file or directory.">
+ Copying $1 items.
+ </message>
+ <message name="IDS_FILE_BROWSER_COPY_CANCELLED" desc="File Manager status message.">
+ Copy operation cancelled.
+ </message>
+ <message name="IDS_FILE_BROWSER_COPY_TARGET_EXISTS_ERROR" desc="File Manager error message. 'Item' is used here as a generic term for file or directory.">
+ Copy operation failed, item exists: "$1"
+ </message>
+ <message name="IDS_FILE_BROWSER_COPY_FILESYSTEM_ERROR" desc="File Manager error message.">
+ Copy operation failed. <ph name="ERROR_MESSAGE">$1<ex>An error occurred (code: ABORT)</ex></ph>
+ </message>
+ <message name="IDS_FILE_BROWSER_COPY_UNEXPECTED_ERROR" desc="File Manager error message.">
+ Copy operation failed, unexpected error: $1
+ </message>
+ <message name="IDS_FILE_BROWSER_MOVE_FILE_NAME" desc="File Manager status message.">
+ Moving <ph name="FILE_NAME">$1<ex>movie.avi</ex></ph>
+ </message>
+ <message name="IDS_FILE_BROWSER_MOVE_ITEMS_REMAINING" desc="File Manager status message. 'Item' is used here as a generic term for file or directory.">
+ Moving $1 items.
+ </message>
+ <message name="IDS_FILE_BROWSER_MOVE_CANCELLED" desc="File Manager status message.">
+ Move cancelled.
+ </message>
+ <message name="IDS_FILE_BROWSER_MOVE_TARGET_EXISTS_ERROR" desc="File Manager error message. 'Item' is used here as a generic term for file or directory.">
+ Move failed, item exists: "$1"
+ </message>
+ <message name="IDS_FILE_BROWSER_MOVE_FILESYSTEM_ERROR" desc="File Manager error message.">
+ Move failed. <ph name="ERROR_MESSAGE">$1<ex>An error occurred (code: ABORT)</ex></ph>
+ </message>
+ <message name="IDS_FILE_BROWSER_MOVE_UNEXPECTED_ERROR" desc="File Manager error message.">
+ Move failed, unexpected error: $1
+ </message>
<message name="IDS_FILE_BROWSER_CANCEL_LABEL" desc="Cancel label.">
Cancel
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_browser_private_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698