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

Unified Diff: chrome/browser/resources/file_manager/js/mock_chrome.js

Issue 7706028: This is UI side unreadable device support. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: merging conflict Created 9 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:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/file_manager/js/mock_chrome.js
diff --git a/chrome/browser/resources/file_manager/js/mock_chrome.js b/chrome/browser/resources/file_manager/js/mock_chrome.js
index 70bb972deee18c2cea12d52b6a2d7ca4a616ccb5..298accdc037e0bdb98f8a4f5dde73c4d4199c188 100644
--- a/chrome/browser/resources/file_manager/js/mock_chrome.js
+++ b/chrome/browser/resources/file_manager/js/mock_chrome.js
@@ -281,6 +281,13 @@ chrome.fileBrowserPrivate = {
CONFIRM_DELETE_ONE: 'Are you sure you want to delete "$1"?',
CONFIRM_DELETE_SOME: 'Are you sure you want to delete $1 items?',
+ UNKNOWN_FILESYSTEM_WARNING:'This device cannot be opened because its' +
+ ' filesystem was not recognized.',
+ UNSUPPORTED_FILESYSTEM_WARNING: 'This device cannot be opened because' +
+ ' its filesystem is not supported.',
+ FORMATTING_WARNING: 'Formatting the removable media is going to erase' +
+ ' all data. Do you wish to continue?',
+
ID3_ALBUM: 'Album', // TALB
ID3_BPM: 'BPM ', // TBPM
ID3_COMPOSER: 'Composer', // TCOM
« no previous file with comments | « chrome/browser/resources/file_manager/js/file_manager.js ('k') | chrome/browser/ui/webui/fileicon_source_cros.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698