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

Side by Side Diff: chrome/app/settings_strings.grdp

Issue 2915753003: [Night Light] CL5: Schedule Settings (Closed)
Patch Set: Ready for review 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Settings-specific strings (included from generated_resources.grd). --> 2 <!-- Settings-specific strings (included from generated_resources.grd). -->
3 <grit-part> 3 <grit-part>
4 <!-- Main Page --> 4 <!-- Main Page -->
5 <if expr="chromeos"> 5 <if expr="chromeos">
6 <message name="IDS_SETTINGS_SECONDARY_USER_BANNER" desc="Banner displayed in settings page when the user is secondary in a multi-profile session."> 6 <message name="IDS_SETTINGS_SECONDARY_USER_BANNER" desc="Banner displayed in settings page when the user is secondary in a multi-profile session.">
7 Some settings belonging to <ph name="PRIMARY_EMAIL">$1<ex>john@google.com< /ex></ph> are being shared with you. These settings only affect your account whe n using multiple sign-in. 7 Some settings belonging to <ph name="PRIMARY_EMAIL">$1<ex>john@google.com< /ex></ph> are being shared with you. These settings only affect your account whe n using multiple sign-in.
8 </message> 8 </message>
9 </if> 9 </if>
10 10
(...skipping 2968 matching lines...) Expand 10 before | Expand all | Expand 10 after
2979 </message> 2979 </message>
2980 <message name="IDS_SETTINGS_DISPLAY_NIGHT_LIGHT_SCHEDULE_LABEL" desc="In Dev ice Settings > Displays, the label for the automatic schedule section of the Nig ht Light feature."> 2980 <message name="IDS_SETTINGS_DISPLAY_NIGHT_LIGHT_SCHEDULE_LABEL" desc="In Dev ice Settings > Displays, the label for the automatic schedule section of the Nig ht Light feature.">
2981 Schedule 2981 Schedule
2982 </message> 2982 </message>
2983 <message name="IDS_SETTINGS_DISPLAY_NIGHT_LIGHT_SCHEDULE_NEVER" desc="In Dev ice Settings > Displays, the label of the option to turn off the automatic sched ule of the Night Light feature."> 2983 <message name="IDS_SETTINGS_DISPLAY_NIGHT_LIGHT_SCHEDULE_NEVER" desc="In Dev ice Settings > Displays, the label of the option to turn off the automatic sched ule of the Night Light feature.">
2984 Never 2984 Never
2985 </message> 2985 </message>
2986 <message name="IDS_SETTINGS_DISPLAY_NIGHT_LIGHT_SCHEDULE_SUNSET_TO_SUNRISE" desc="In Device Settings > Displays, the label of the option to set the automati c schedule of the Night Light feature to turn on at sunset and off at sunrise."> 2986 <message name="IDS_SETTINGS_DISPLAY_NIGHT_LIGHT_SCHEDULE_SUNSET_TO_SUNRISE" desc="In Device Settings > Displays, the label of the option to set the automati c schedule of the Night Light feature to turn on at sunset and off at sunrise.">
2987 Sunset to Sunrise 2987 Sunset to Sunrise
2988 </message> 2988 </message>
2989 <message name="IDS_SETTINGS_DISPLAY_NIGHT_LIGHT_START_TIME" desc="In Device Settings > Displays, the label of the start time bubble.">
2990 Start time
2991 </message>
2992 <message name="IDS_SETTINGS_DISPLAY_NIGHT_LIGHT_STOP_TIME" desc="In Device S ettings > Displays, the label of the end time bubble.">
2993 End time
2994 </message>
2989 <message name="IDS_SETTINGS_DISPLAY_NIGHT_LIGHT_TEXT" desc="In Device Settin gs > Displays, text describing the Night Light feature."> 2995 <message name="IDS_SETTINGS_DISPLAY_NIGHT_LIGHT_TEXT" desc="In Device Settin gs > Displays, text describing the Night Light feature.">
2990 Makes it easier to look at your screen or read in dim light 2996 Makes it easier to look at your screen or read in dim light
2991 </message> 2997 </message>
2992 <message name="IDS_SETTINGS_DISPLAY_NIGHT_LIGHT_TEMPERATURE_LABEL" desc="In Device Settings > Displays, label of the slider that controls the color temperat ure of the screen when the Night Light feature is on."> 2998 <message name="IDS_SETTINGS_DISPLAY_NIGHT_LIGHT_TEMPERATURE_LABEL" desc="In Device Settings > Displays, label of the slider that controls the color temperat ure of the screen when the Night Light feature is on.">
2993 Color temperature 2999 Color temperature
2994 </message> 3000 </message>
2995 <message name="IDS_SETTINGS_DISPLAY_NIGHT_LIGHT_TEMP_SLIDER_MAX_LABEL" desc= "In Device Settings > Displays, label of the maximum value settable by the color temperature slider."> 3001 <message name="IDS_SETTINGS_DISPLAY_NIGHT_LIGHT_TEMP_SLIDER_MAX_LABEL" desc= "In Device Settings > Displays, label of the maximum value settable by the color temperature slider.">
2996 More warm 3002 More warm
2997 </message> 3003 </message>
2998 <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."> 3004 <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.">
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
3142 System 3148 System
3143 </message> 3149 </message>
3144 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available."> 3150 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available.">
3145 Use hardware acceleration when available 3151 Use hardware acceleration when available
3146 </message> 3152 </message>
3147 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_LABEL" desc="Label for the control that opens a user's network proxy settings."> 3153 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_LABEL" desc="Label for the control that opens a user's network proxy settings.">
3148 Open proxy settings 3154 Open proxy settings
3149 </message> 3155 </message>
3150 </if> 3156 </if>
3151 </grit-part> 3157 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698