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

Side by Side Diff: ash/ash_strings.grd

Issue 2907503002: Use correct theme for the off icon of NightLight, fix tooltip and a11y (Closed)
Patch Set: Expose button for tests. Created 3 years, 7 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 2
3 <!-- 3 <!--
4 This file contains the strings for ash. 4 This file contains the strings for ash.
5 --> 5 -->
6 6
7 <grit base_dir="." latest_public_release="0" current_release="1" 7 <grit base_dir="." latest_public_release="0" current_release="1"
8 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> 8 output_all_resource_defines="false" source_lang_id="en" enc_check="möl">
9 <outputs> 9 <outputs>
10 <output filename="grit/ash_strings.h" type="rc_header"> 10 <output filename="grit/ash_strings.h" type="rc_header">
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 <message name="IDS_ASH_STATUS_TRAY_MESSAGE_CANNOT_ADD_USER" desc="The erro r message when the user has reached the limit of multi profile users."> 212 <message name="IDS_ASH_STATUS_TRAY_MESSAGE_CANNOT_ADD_USER" desc="The erro r message when the user has reached the limit of multi profile users.">
213 You can only have up to three accounts in multiple sign-in. 213 You can only have up to three accounts in multiple sign-in.
214 </message> 214 </message>
215 <message name="IDS_ASH_STATUS_TRAY_MESSAGE_NOT_ALLOWED_PRIMARY_USER" desc= "The error message when the primary user forbids multiple signin because of not- allowed policy or because of usage policy-pushed certificates."> 215 <message name="IDS_ASH_STATUS_TRAY_MESSAGE_NOT_ALLOWED_PRIMARY_USER" desc= "The error message when the primary user forbids multiple signin because of not- allowed policy or because of usage policy-pushed certificates.">
216 The administrator for this account has disallowed multiple sign-in. 216 The administrator for this account has disallowed multiple sign-in.
217 </message> 217 </message>
218 <message name="IDS_ASH_STATUS_TRAY_MESSAGE_OUT_OF_USERS" desc="The error m essage when all the users are added into multi-profile session."> 218 <message name="IDS_ASH_STATUS_TRAY_MESSAGE_OUT_OF_USERS" desc="The error m essage when all the users are added into multi-profile session.">
219 All available users have already been added to this session. 219 All available users have already been added to this session.
220 </message> 220 </message>
221 <message name="IDS_ASH_STATUS_TRAY_NIGHT_LIGHT" desc="The label used for t he button in the status tray to toggle the Night Light feature (which controls t he color temperature of the screen) on or off."> 221 <message name="IDS_ASH_STATUS_TRAY_NIGHT_LIGHT" desc="The label used for t he button in the status tray to toggle the Night Light feature (which controls t he color temperature of the screen) on or off.">
222 Toggle Night Light 222 Night light
223 </message> 223 </message>
224 <message name="IDS_ASH_STATUS_TRAY_CAST" desc="The label used as the heade r in the cast popup."> 224 <message name="IDS_ASH_STATUS_TRAY_CAST" desc="The label used as the heade r in the cast popup.">
225 Cast screen 225 Cast screen
226 </message> 226 </message>
227 <message name="IDS_ASH_STATUS_TRAY_CAST_CAST_DESKTOP" desc="The label used in the tray popup to tell the user we are casting the desktop."> 227 <message name="IDS_ASH_STATUS_TRAY_CAST_CAST_DESKTOP" desc="The label used in the tray popup to tell the user we are casting the desktop.">
228 Casting screen to <ph name="RECEIVER_NAME">$1<ex>Living Room</ex></ph> 228 Casting screen to <ph name="RECEIVER_NAME">$1<ex>Living Room</ex></ph>
229 </message> 229 </message>
230 <message name="IDS_ASH_STATUS_TRAY_CAST_CAST_DESKTOP_ACCESSIBILITY_STOP" d esc="Stop button accessibility label used in the tray popup to tell the user to stop a cast to the desktop."> 230 <message name="IDS_ASH_STATUS_TRAY_CAST_CAST_DESKTOP_ACCESSIBILITY_STOP" d esc="Stop button accessibility label used in the tray popup to tell the user to stop a cast to the desktop.">
231 Stop casting screen to <ph name="RECEIVER_NAME">$1<ex>Living Room</ex></ ph> 231 Stop casting screen to <ph name="RECEIVER_NAME">$1<ex>Living Room</ex></ ph>
232 </message> 232 </message>
(...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after
1043 1043
1044 <!-- Tray scale strings --> 1044 <!-- Tray scale strings -->
1045 <message name="IDS_ASH_STATUS_TRAY_SCALE" desc="The label used in scale se tting detailed page of ash tray popup."> 1045 <message name="IDS_ASH_STATUS_TRAY_SCALE" desc="The label used in scale se tting detailed page of ash tray popup.">
1046 Display scale settings 1046 Display scale settings
1047 </message> 1047 </message>
1048 <message name="IDS_ASH_STATUS_TRAY_SCALE_SLIDER" desc="The accessible text for the scale slider">Display scale</message> 1048 <message name="IDS_ASH_STATUS_TRAY_SCALE_SLIDER" desc="The accessible text for the scale slider">Display scale</message>
1049 </messages> 1049 </messages>
1050 </release> 1050 </release>
1051 </grit> 1051 </grit>
1052 1052
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698