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

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

Issue 2853113004: chromeos: Add settings to control power management prefs. (Closed)
Patch Set: add c++ and js tests 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 3131 matching lines...) Expand 10 before | Expand all | Expand 10 after
3142 </message> 3142 </message>
3143 <message name="IDS_SETTINGS_POWER_SOURCE_AC_ADAPTER" desc="In Device Setting s > Power, the text referring to a dedicated charger like an AC adapter as the p ower source."> 3143 <message name="IDS_SETTINGS_POWER_SOURCE_AC_ADAPTER" desc="In Device Setting s > Power, the text referring to a dedicated charger like an AC adapter as the p ower source.">
3144 AC adapter 3144 AC adapter
3145 </message> 3145 </message>
3146 <message name="IDS_SETTINGS_POWER_SOURCE_LOW_POWER_CHARGER" desc="In Device Settings > Power, the text referring to a low-power charger like a USB charger a s the power source."> 3146 <message name="IDS_SETTINGS_POWER_SOURCE_LOW_POWER_CHARGER" desc="In Device Settings > Power, the text referring to a low-power charger like a USB charger a s the power source.">
3147 Low-power charger 3147 Low-power charger
3148 </message> 3148 </message>
3149 <message name="IDS_SETTINGS_POWER_SOURCE_CALCULATING" desc="In Device Settin gs > Power, the power source description when the power status is being determin ed."> 3149 <message name="IDS_SETTINGS_POWER_SOURCE_CALCULATING" desc="In Device Settin gs > Power, the power source description when the power status is being determin ed.">
3150 Checking... 3150 Checking...
3151 </message> 3151 </message>
3152 <message name="IDS_SETTINGS_POWER_IDLE_LABEL" desc="In Device Settings > Pow er, label for idle behavior.">
michaelpg 2017/06/16 01:34:59 "label for behavior when device is idle" to reduce
Daniel Erat 2017/06/16 02:34:24 Done.
3153 When idle
3154 </message>
3155 <message name="IDS_SETTINGS_POWER_IDLE_DISPLAY_OFF_SLEEP" desc="In Device Se ttings > Power, menu item for idle behavior that turns the screen off and later puts the device to sleep.">
3156 Turn off display and sleep
3157 </message>
3158 <message name="IDS_SETTINGS_POWER_IDLE_DISPLAY_OFF_STAY_AWAKE" desc="In Devi ce Settings > Power, menu item for idle behavior that turns the screen off but p revents the device from sleeping.">
3159 Turn off display but stay awake
3160 </message>
3161 <message name="IDS_SETTINGS_POWER_IDLE_DISPLAY_ON" desc="In Device Settings > Power, menu item for idle behavior that prevents the screen from turning off a nd prevents the device from sleeping.">
3162 Keep display on
3163 </message>
3164 <message name="IDS_SETTINGS_POWER_IDLE_OTHER" desc="In Device Settings > Pow er, menu item for custom idle behavior.">
3165 Other
3166 </message>
3167 <message name="IDS_SETTINGS_POWER_LID_CLOSED_LABEL" desc="In Device Settings > Power, label for lid-closed behavior.">
3168 When lid is closed
3169 </message>
3170 <message name="IDS_SETTINGS_POWER_LID_CLOSED_SLEEP" desc="In Device Settings > Power, menu item for lid-closed behavior that puts the device to sleep.">
3171 Sleep
3172 </message>
3173 <message name="IDS_SETTINGS_POWER_LID_CLOSED_STAY_AWAKE" desc="In Device Set tings > Power, menu item for lid-closed behavior that prevents the device from s leeping.">
3174 Stay awake
3175 </message>
3176 <message name="IDS_SETTINGS_POWER_LID_CLOSED_SIGN_OUT" desc="In Device Setti ngs > Power, menu item for lid-closed behavior that signs the user out.">
3177 Sign out
3178 </message>
3179 <message name="IDS_SETTINGS_POWER_LID_CLOSED_SHUT_DOWN" desc="In Device Sett ings > Power, menu item for lid-closed behavior that shuts the system down.">
3180 Shut down
3181 </message>
3152 </if> 3182 </if>
3153 3183
3154 <!-- System Page --> 3184 <!-- System Page -->
3155 <if expr="not chromeos"> 3185 <if expr="not chromeos">
3156 <message name="IDS_SETTINGS_SYSTEM" desc="Title of the system settings."> 3186 <message name="IDS_SETTINGS_SYSTEM" desc="Title of the system settings.">
3157 System 3187 System
3158 </message> 3188 </message>
3159 <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."> 3189 <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.">
3160 Use hardware acceleration when available 3190 Use hardware acceleration when available
3161 </message> 3191 </message>
3162 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_LABEL" desc="Label for the control that opens a user's network proxy settings."> 3192 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_LABEL" desc="Label for the control that opens a user's network proxy settings.">
3163 Open proxy settings 3193 Open proxy settings
3164 </message> 3194 </message>
3165 </if> 3195 </if>
3166 </grit-part> 3196 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698