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

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

Issue 2951483003: [Night Light] CL9: Add localization for time's AM and PM (Closed)
Patch Set: Created 3 years, 6 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 01180d1e51a4620a7c7c837dc4dd2a1d6e3a0cc2..45a002a78e983506517e630a7bf68a6d0df8017e 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
@@ -654,6 +654,10 @@ void AddDeviceStrings(content::WebUIDataSource* html_source) {
{"displayArrangementTitle", IDS_SETTINGS_DISPLAY_ARRANGEMENT_TITLE},
{"displayMirror", IDS_SETTINGS_DISPLAY_MIRROR},
{"displayNightLightLabel", IDS_SETTINGS_DISPLAY_NIGHT_LIGHT_LABEL},
+ {"displayNightLightLegend6Am", IDS_SETTINGS_DISPLAY_NIGHT_LEGEND_6AM},
+ {"displayNightLightLegend6Pm", IDS_SETTINGS_DISPLAY_NIGHT_LEGEND_6PM},
+ {"displayNightLightLegend12Am", IDS_SETTINGS_DISPLAY_NIGHT_LEGEND_12AM},
+ {"displayNightLightLegend12Pm", IDS_SETTINGS_DISPLAY_NIGHT_LEGEND_12PM},
{"displayNightLightScheduleCustom",
IDS_SETTINGS_DISPLAY_NIGHT_LIGHT_SCHEDULE_CUSTOM},
{"displayNightLightScheduleLabel",
@@ -672,6 +676,8 @@ void AddDeviceStrings(content::WebUIDataSource* html_source) {
IDS_SETTINGS_DISPLAY_NIGHT_LIGHT_TEMP_SLIDER_MAX_LABEL},
{"displayNightLightTempSliderMinLabel",
IDS_SETTINGS_DISPLAY_NIGHT_LIGHT_TEMP_SLIDER_MIN_LABEL},
+ {"displayNightLightTimeAm", IDS_SETTINGS_DISPLAY_NIGHT_TIME_AM},
+ {"displayNightLightTimePm", IDS_SETTINGS_DISPLAY_NIGHT_TIME_PM},
{"displayUnfiedDesktop", IDS_SETTINGS_DISPLAY_UNIFIED_DESKTOP},
{"displayResolutionTitle", IDS_SETTINGS_DISPLAY_RESOLUTION_TITLE},
{"displayResolutionText", IDS_SETTINGS_DISPLAY_RESOLUTION_TEXT},

Powered by Google App Engine
This is Rietveld 408576698