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

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

Issue 10790100: [File Manager] Support HiDPI images in action picker and default action picker (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 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
« no previous file with comments | « chrome/browser/resources/file_manager/js/file_tasks.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5f6cd7ceecaafbbd7033f27a4032dcf88acc78a1..dd9e2d50afdaeb014b760a1b1cfbea5ec0831e1e 100644
--- a/chrome/browser/resources/file_manager/js/mock_chrome.js
+++ b/chrome/browser/resources/file_manager/js/mock_chrome.js
@@ -479,6 +479,9 @@ chrome.fileBrowserPrivate = {
ACTION_LISTEN: 'Listen',
INSTALL_CRX: 'Open',
+ CHANGE_DEFAULT_MENU_ITEM: 'Change default...',
+ CHANGE_DEFAULT_CAPTION: 'Choose the default app for $1 files:',
+
GALLERY_EDIT: 'Edit',
GALLERY_SHARE: 'Share',
GALLERY_AUTOFIX: 'Auto-fix',
@@ -631,6 +634,7 @@ chrome.fileBrowserPrivate = {
IMAGE_FILE_TYPE: '$1 image',
VIDEO_FILE_TYPE: '$1 video',
AUDIO_FILE_TYPE: '$1 audio',
+ GENERIC_FILE_TYPE: '$1 file',
HTML_DOCUMENT_FILE_TYPE: 'HTML document',
ZIP_ARCHIVE_FILE_TYPE: 'Zip archive',
RAR_ARCHIVE_FILE_TYPE: 'RAR archive',
@@ -643,6 +647,7 @@ chrome.fileBrowserPrivate = {
POWERPOINT_PRESENTATION_FILE_TYPE: 'PowerPoint presentation',
EXCEL_FILE_TYPE: 'Excel spreadsheet',
+ SEARCH_TEXT_LABEL: 'Search',
SEARCH_NO_MATCHING_FILES: 'No files match <b>"$1"</b>',
TIME_TODAY: 'Today, $1',
« no previous file with comments | « chrome/browser/resources/file_manager/js/file_tasks.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698