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

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

Issue 1351623008: MD Settings: Languages model for language pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@SingletonPrefs
Patch Set: Created 5 years, 3 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
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 6a8dfc8ab3083fe85a4b01ab27cffc1477058965..1e6e43d359dddb9e7cd57dd2bbec760bb321d6ac 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
@@ -232,6 +232,13 @@ void AddLanguagesStrings(content::WebUIDataSource* html_source) {
"spellCheckListTitle", IDS_SETTINGS_LANGUAGES_SPELL_CHECK_LIST_TITLE);
html_source->AddLocalizedString(
"manageSpellCheck", IDS_SETTINGS_LANGUAGES_SPELL_CHECK_MANAGE);
+ html_source->AddLocalizedString(
+ "manageLanguagesPageTitle",
+ IDS_SETTINGS_LANGUAGES_MANAGE_LANGUAGES_TITLE);
+ html_source->AddLocalizedString(
+ "allLanguages", IDS_SETTINGS_LANGUAGES_ALL_LANGUAGES);
+ html_source->AddLocalizedString(
+ "enabledLanguages", IDS_SETTINGS_LANGUAGES_ENABLED_LANGUAGES);
}
void AddOnStartupStrings(content::WebUIDataSource* html_source) {
« no previous file with comments | « chrome/browser/ui/webui/settings/languages_handler.cc ('k') | chrome/browser/ui/webui/settings/md_settings_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698