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

Side by Side Diff: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc

Issue 2828413002: MD Settings: Polish string for disabling internal PDF plugin (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « chrome/browser/resources/settings/site_settings/pdf_documents.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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/ui/webui/settings/md_settings_localized_strings_provide r.h" 5 #include "chrome/browser/ui/webui/settings/md_settings_localized_strings_provide r.h"
6 6
7 #include <string> 7 #include <string>
8 8
9 #include "base/command_line.h" 9 #include "base/command_line.h"
10 #include "base/i18n/number_formatting.h" 10 #include "base/i18n/number_formatting.h"
(...skipping 1679 matching lines...) Expand 10 before | Expand all | Expand 10 after
1690 {"siteSettingsCamera", IDS_SETTINGS_SITE_SETTINGS_CAMERA}, 1690 {"siteSettingsCamera", IDS_SETTINGS_SITE_SETTINGS_CAMERA},
1691 {"siteSettingsCookies", IDS_SETTINGS_SITE_SETTINGS_COOKIES}, 1691 {"siteSettingsCookies", IDS_SETTINGS_SITE_SETTINGS_COOKIES},
1692 {"siteSettingsHandlers", IDS_SETTINGS_SITE_SETTINGS_HANDLERS}, 1692 {"siteSettingsHandlers", IDS_SETTINGS_SITE_SETTINGS_HANDLERS},
1693 {"siteSettingsLocation", IDS_SETTINGS_SITE_SETTINGS_LOCATION}, 1693 {"siteSettingsLocation", IDS_SETTINGS_SITE_SETTINGS_LOCATION},
1694 {"siteSettingsMic", IDS_SETTINGS_SITE_SETTINGS_MIC}, 1694 {"siteSettingsMic", IDS_SETTINGS_SITE_SETTINGS_MIC},
1695 {"siteSettingsNotifications", IDS_SETTINGS_SITE_SETTINGS_NOTIFICATIONS}, 1695 {"siteSettingsNotifications", IDS_SETTINGS_SITE_SETTINGS_NOTIFICATIONS},
1696 {"siteSettingsImages", IDS_SETTINGS_SITE_SETTINGS_IMAGES}, 1696 {"siteSettingsImages", IDS_SETTINGS_SITE_SETTINGS_IMAGES},
1697 {"siteSettingsJavascript", IDS_SETTINGS_SITE_SETTINGS_JAVASCRIPT}, 1697 {"siteSettingsJavascript", IDS_SETTINGS_SITE_SETTINGS_JAVASCRIPT},
1698 {"siteSettingsFlash", IDS_SETTINGS_SITE_SETTINGS_FLASH}, 1698 {"siteSettingsFlash", IDS_SETTINGS_SITE_SETTINGS_FLASH},
1699 {"siteSettingsPdfDocuments", IDS_SETTINGS_SITE_SETTINGS_PDF_DOCUMENTS}, 1699 {"siteSettingsPdfDocuments", IDS_SETTINGS_SITE_SETTINGS_PDF_DOCUMENTS},
1700 {"siteSettingsPdfDifferentApplication", 1700 {"siteSettingsPdfDownloadPdfs",
1701 IDS_SETTINGS_SITE_SETTINGS_PDF_DIFFERENT_APPLICATION}, 1701 IDS_SETTINGS_SITE_SETTINGS_PDF_DOWNLOAD_PDFS},
1702 {"siteSettingsProtectedContent", 1702 {"siteSettingsProtectedContent",
1703 IDS_SETTINGS_SITE_SETTINGS_PROTECTED_CONTENT}, 1703 IDS_SETTINGS_SITE_SETTINGS_PROTECTED_CONTENT},
1704 {"siteSettingsProtectedContentEnable", 1704 {"siteSettingsProtectedContentEnable",
1705 IDS_SETTINGS_SITE_SETTINGS_PROTECTED_CONTENT_ENABLE}, 1705 IDS_SETTINGS_SITE_SETTINGS_PROTECTED_CONTENT_ENABLE},
1706 #if defined(OS_CHROMEOS) || defined(OS_WIN) 1706 #if defined(OS_CHROMEOS) || defined(OS_WIN)
1707 {"siteSettingsProtectedContentIdentifiersExplanation", 1707 {"siteSettingsProtectedContentIdentifiersExplanation",
1708 IDS_SETTINGS_SITE_SETTINGS_PROTECTED_CONTENT_IDENTIFIERS_EXPLANATION}, 1708 IDS_SETTINGS_SITE_SETTINGS_PROTECTED_CONTENT_IDENTIFIERS_EXPLANATION},
1709 {"siteSettingsProtectedContentEnableIdentifiers", 1709 {"siteSettingsProtectedContentEnableIdentifiers",
1710 IDS_SETTINGS_SITE_SETTINGS_PROTECTED_CONTENT_ENABLE_IDENTIFIERS}, 1710 IDS_SETTINGS_SITE_SETTINGS_PROTECTED_CONTENT_ENABLE_IDENTIFIERS},
1711 #endif 1711 #endif
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
2042 2042
2043 #if defined(OS_CHROMEOS) 2043 #if defined(OS_CHROMEOS)
2044 chromeos::network_element::AddLocalizedStrings(html_source); 2044 chromeos::network_element::AddLocalizedStrings(html_source);
2045 #endif 2045 #endif
2046 policy_indicator::AddLocalizedStrings(html_source); 2046 policy_indicator::AddLocalizedStrings(html_source);
2047 2047
2048 html_source->SetJsonPath(kLocalizedStringsFile); 2048 html_source->SetJsonPath(kLocalizedStringsFile);
2049 } 2049 }
2050 2050
2051 } // namespace settings 2051 } // namespace settings
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/site_settings/pdf_documents.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698