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

Side by Side Diff: chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc

Issue 455273002: Update .exe and .dmg file error messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/chromeos/extensions/file_manager/private_api_strings.h" 5 #include "chrome/browser/chromeos/extensions/file_manager/private_api_strings.h"
6 6
7 #include "base/strings/stringprintf.h" 7 #include "base/strings/stringprintf.h"
8 #include "base/sys_info.h" 8 #include "base/sys_info.h"
9 #include "chrome/browser/chromeos/file_manager/open_with_browser.h" 9 #include "chrome/browser/chromeos/file_manager/open_with_browser.h"
10 #include "chromeos/system/statistics_provider.h" 10 #include "chromeos/system/statistics_provider.h"
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 SET_STRING("DRIVE_WELCOME_DISMISS", IDS_FILE_BROWSER_DRIVE_WELCOME_DISMISS); 381 SET_STRING("DRIVE_WELCOME_DISMISS", IDS_FILE_BROWSER_DRIVE_WELCOME_DISMISS);
382 SET_STRING("DRIVE_WELCOME_TITLE_ALTERNATIVE", 382 SET_STRING("DRIVE_WELCOME_TITLE_ALTERNATIVE",
383 IDS_FILE_BROWSER_DRIVE_WELCOME_TITLE_ALTERNATIVE); 383 IDS_FILE_BROWSER_DRIVE_WELCOME_TITLE_ALTERNATIVE);
384 SET_STRING("DRIVE_WELCOME_TITLE_ALTERNATIVE_1TB", 384 SET_STRING("DRIVE_WELCOME_TITLE_ALTERNATIVE_1TB",
385 IDS_FILE_BROWSER_DRIVE_WELCOME_TITLE_ALTERNATIVE_1TB); 385 IDS_FILE_BROWSER_DRIVE_WELCOME_TITLE_ALTERNATIVE_1TB);
386 SET_STRING("DRIVE_WELCOME_CHECK_ELIGIBILITY", 386 SET_STRING("DRIVE_WELCOME_CHECK_ELIGIBILITY",
387 IDS_FILE_BROWSER_DRIVE_WELCOME_CHECK_ELIGIBILITY); 387 IDS_FILE_BROWSER_DRIVE_WELCOME_CHECK_ELIGIBILITY);
388 SET_STRING("NO_ACTION_FOR_FILE", IDS_FILE_BROWSER_NO_ACTION_FOR_FILE); 388 SET_STRING("NO_ACTION_FOR_FILE", IDS_FILE_BROWSER_NO_ACTION_FOR_FILE);
389 SET_STRING("NO_ACTION_FOR_EXECUTABLE", 389 SET_STRING("NO_ACTION_FOR_EXECUTABLE",
390 IDS_FILE_BROWSER_NO_ACTION_FOR_EXECUTABLE); 390 IDS_FILE_BROWSER_NO_ACTION_FOR_EXECUTABLE);
391 SET_STRING("NO_ACTION_FOR_DMG", IDS_FILE_BROWSER_NO_ACTION_FOR_DMG);
391 SET_STRING("NO_ACTION_FOR_CRX", IDS_FILE_BROWSER_NO_ACTION_FOR_CRX); 392 SET_STRING("NO_ACTION_FOR_CRX", IDS_FILE_BROWSER_NO_ACTION_FOR_CRX);
392 SET_STRING("NO_ACTION_FOR_CRX_TITLE", 393 SET_STRING("NO_ACTION_FOR_CRX_TITLE",
393 IDS_FILE_BROWSER_NO_ACTION_FOR_CRX_TITLE); 394 IDS_FILE_BROWSER_NO_ACTION_FOR_CRX_TITLE);
394 395
395 // File types 396 // File types
396 SET_STRING("FOLDER", IDS_FILE_BROWSER_FOLDER); 397 SET_STRING("FOLDER", IDS_FILE_BROWSER_FOLDER);
397 SET_STRING("GENERIC_FILE_TYPE", IDS_FILE_BROWSER_GENERIC_FILE_TYPE); 398 SET_STRING("GENERIC_FILE_TYPE", IDS_FILE_BROWSER_GENERIC_FILE_TYPE);
398 SET_STRING("NO_EXTENSION_FILE_TYPE", IDS_FILE_BROWSER_NO_EXTENSION_FILE_TYPE); 399 SET_STRING("NO_EXTENSION_FILE_TYPE", IDS_FILE_BROWSER_NO_EXTENSION_FILE_TYPE);
399 SET_STRING("IMAGE_FILE_TYPE", IDS_FILE_BROWSER_IMAGE_FILE_TYPE); 400 SET_STRING("IMAGE_FILE_TYPE", IDS_FILE_BROWSER_IMAGE_FILE_TYPE);
400 SET_STRING("VIDEO_FILE_TYPE", IDS_FILE_BROWSER_VIDEO_FILE_TYPE); 401 SET_STRING("VIDEO_FILE_TYPE", IDS_FILE_BROWSER_VIDEO_FILE_TYPE);
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 dict->SetString( 550 dict->SetString(
550 "GOOGLE_DRIVE_ERROR_HELP_URL", 551 "GOOGLE_DRIVE_ERROR_HELP_URL",
551 base::StringPrintf(kHelpURLFormat, kGoogleDriveErrorHelpNumber)); 552 base::StringPrintf(kHelpURLFormat, kGoogleDriveErrorHelpNumber));
552 dict->SetString( 553 dict->SetString(
553 "NO_ACTION_FOR_FILE_URL", 554 "NO_ACTION_FOR_FILE_URL",
554 base::StringPrintf(kHelpURLFormat, kNoActionForFileHelpNumber)); 555 base::StringPrintf(kHelpURLFormat, kNoActionForFileHelpNumber));
555 return true; 556 return true;
556 } 557 }
557 558
558 } // namespace extensions 559 } // namespace extensions
OLDNEW
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | ui/file_manager/file_manager/foreground/js/file_tasks.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698