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

Unified Diff: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc

Issue 1060163002: Localize the Downloads page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/settings/downloads_page/downloads_page.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
diff --git a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
index 10c74f1ac3db43a86cb032345a6d0ccdca98be77..9bcb16b4c99f18d5d284be732f1c3541feca02c4 100644
--- a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
+++ b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
@@ -75,6 +75,14 @@ void AddA11yStrings(content::WebUIDataSource* html_source) {
void AddDownloadsStrings(content::WebUIDataSource* html_source) {
html_source->AddLocalizedString(
"downloadsPageTitle", IDS_MD_SETTINGS_DOWNLOADS_PAGE_TITLE);
+ html_source->AddLocalizedString(
+ "downloadsLocationLabel", IDS_SETTINGS_DOWNLOADS_LOCATION_LABEL);
+ html_source->AddLocalizedString(
+ "downloadsChangeLocationButton",
+ IDS_SETTINGS_DOWNLOADS_CHANGE_LOCATION_BUTTON);
+ html_source->AddLocalizedString(
+ "downloadsPromptForDownloadLabel",
+ IDS_SETTINGS_DOWNLOADS_PROMPT_FOR_DOWNLOAD_LABEL);
}
} // namespace
« no previous file with comments | « chrome/browser/resources/settings/downloads_page/downloads_page.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698