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

Unified Diff: chrome/app/settings_strings.grdp

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/app/settings_strings.grdp
diff --git a/chrome/app/settings_strings.grdp b/chrome/app/settings_strings.grdp
index a65a92192cf24f30251b48ca36fc759ce65ed737..21d56c67853121bb87eaf1b6110a50befa233750 100644
--- a/chrome/app/settings_strings.grdp
+++ b/chrome/app/settings_strings.grdp
@@ -2983,6 +2983,18 @@
<message name="IDS_SETTINGS_DISPLAY_NIGHT_LIGHT_LABEL" desc="In Device Settings > Displays, the label for the Night Light feature (which controls the color temperature of the screen) section.">
Night Light
</message>
+ <message name="IDS_SETTINGS_DISPLAY_NIGHT_LEGEND_6AM" desc="In Device Settings > Displays, the label of the time slider marker that marks the time 6 AM.">
+ 6 AM
+ </message>
+ <message name="IDS_SETTINGS_DISPLAY_NIGHT_LEGEND_6PM" desc="In Device Settings > Displays, the label of the time slider marker that marks the time 6 pM.">
+ 6 PM
+ </message>
+ <message name="IDS_SETTINGS_DISPLAY_NIGHT_LEGEND_12AM" desc="In Device Settings > Displays, the label of the time slider marker that marks the time 12 AM.">
+ 12 AM
+ </message>
+ <message name="IDS_SETTINGS_DISPLAY_NIGHT_LEGEND_12PM" desc="In Device Settings > Displays, the label of the time slider marker that marks the time 12 PM.">
+ 12 PM
+ </message>
<message name="IDS_SETTINGS_DISPLAY_NIGHT_LIGHT_SCHEDULE_CUSTOM" desc="In Device Settings > Displays, the label of the option to set a custom schedule of the Night Light feature.">
Custom Schedule
</message>
@@ -3013,6 +3025,12 @@
<message name="IDS_SETTINGS_DISPLAY_NIGHT_LIGHT_TEMP_SLIDER_MIN_LABEL" desc="In Device Settings > Displays, label of the minimum value settable by the color temperature slider.">
Less warm
</message>
+ <message name="IDS_SETTINGS_DISPLAY_NIGHT_TIME_AM" desc="In Device Settings > Displays, the label designating morning hours (example 'AM' in 10:30 AM).">
+ AM
+ </message>
+ <message name="IDS_SETTINGS_DISPLAY_NIGHT_TIME_PM" desc="In Device Settings > Displays, the label designating evening hours (example 'PM' in 10:30 PM).">
+ PM
+ </message>
<message name="IDS_SETTINGS_DISPLAY_UNIFIED_DESKTOP" desc="In Device Settings > Displays, the label for the control for the unified desktop feature.">
Allow windows to span displays
</message>

Powered by Google App Engine
This is Rietveld 408576698