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

Unified Diff: chrome/app/settings_strings.grdp

Issue 2951483003: [Night Light] CL9: Add localization for time's AM and PM (Closed)
Patch Set: toLocaleTimeString() 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..bff322e3c27e330a936981f6cbc397d56787cae7 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>

Powered by Google App Engine
This is Rietveld 408576698