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

Side by Side Diff: ash/ash_strings.grd

Issue 2857103007: [Night Light] CL2: Ash and system tray work (Closed)
Patch Set: Update comment 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
« no previous file with comments | « ash/BUILD.gn ('k') | ash/metrics/user_metrics_action.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 </message> 206 </message>
207 <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."> 207 <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.">
208 You can only have up to three accounts in multiple sign-in. 208 You can only have up to three accounts in multiple sign-in.
209 </message> 209 </message>
210 <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."> 210 <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.">
211 The administrator for this account has disallowed multiple sign-in. 211 The administrator for this account has disallowed multiple sign-in.
212 </message> 212 </message>
213 <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."> 213 <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.">
214 All available users have already been added to this session. 214 All available users have already been added to this session.
215 </message> 215 </message>
216 216 <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.">
217 Toggle Night Light
218 </message>
217 <message name="IDS_ASH_STATUS_TRAY_CAST" desc="The label used as the heade r in the cast popup."> 219 <message name="IDS_ASH_STATUS_TRAY_CAST" desc="The label used as the heade r in the cast popup.">
218 Cast screen 220 Cast screen
219 </message> 221 </message>
220 <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."> 222 <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.">
221 Casting screen to <ph name="RECEIVER_NAME">$1<ex>Living Room</ex></ph> 223 Casting screen to <ph name="RECEIVER_NAME">$1<ex>Living Room</ex></ph>
222 </message> 224 </message>
223 <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."> 225 <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.">
224 Stop casting screen to <ph name="RECEIVER_NAME">$1<ex>Living Room</ex></ ph> 226 Stop casting screen to <ph name="RECEIVER_NAME">$1<ex>Living Room</ex></ ph>
225 </message> 227 </message>
226 <message name="IDS_ASH_STATUS_TRAY_CAST_CAST_TAB" desc="The title label us ed in the tray popup to tell the user we are casting a tab."> 228 <message name="IDS_ASH_STATUS_TRAY_CAST_CAST_TAB" desc="The title label us ed in the tray popup to tell the user we are casting a tab.">
(...skipping 799 matching lines...) Expand 10 before | Expand all | Expand 10 after
1026 1028
1027 <!-- Notification that an accelerator was pressed, so the user knows how t o toggle it back --> 1029 <!-- Notification that an accelerator was pressed, so the user knows how t o toggle it back -->
1028 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG" 1030 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG"
1029 desc="Notification message to tell users that they just pressed t he Search+Shift+H shortcut to toggle High Contrast Mode, and that pressing it ag ain will toggle it off."> 1031 desc="Notification message to tell users that they just pressed t he Search+Shift+H shortcut to toggle High Contrast Mode, and that pressing it ag ain will toggle it off.">
1030 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off. 1032 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off.
1031 </message> 1033 </message>
1032 </messages> 1034 </messages>
1033 </release> 1035 </release>
1034 </grit> 1036 </grit>
1035 1037
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/metrics/user_metrics_action.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698