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

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

Issue 10909095: Delete images in Photo Editor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 adfff1b6f799407120cef04a38cbd7605e0022b6..4236e9df1a47a779a8ce97a8e92fe6fb62947992 100644
--- a/chrome/browser/resources/file_manager/js/mock_chrome.js
+++ b/chrome/browser/resources/file_manager/js/mock_chrome.js
@@ -538,6 +538,11 @@ chrome.fileBrowserPrivate = {
GALLERY_SLIDESHOW: 'Slide show',
GALLERY_DELETE: 'Delete',
+ GALLERY_OK_LABEL: 'OK',
+ GALLERY_CANCEL_LABEL: 'Cancel',
+ GALLERY_CONFIRM_DELETE_ONE: 'Are you sure you want to delete "$1"?',
+ GALLERY_CONFIRM_DELETE_SOME: 'Are you sure you want to delete $1 items?',
+
AUDIO_ERROR: 'This file could not be played',
CONFIRM_OVERWRITE_FILE: 'A file named "$1" already exists. Do you want to replace it?',

Powered by Google App Engine
This is Rietveld 408576698