| 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?',
|
|
|