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

Side by Side Diff: ash/ash_strings.grd

Issue 2838903002: Add accessibility related notification to notification center (Closed)
Patch Set: nits 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 | « no previous file | 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 </message> 163 </message>
164 164
165 <message name="IDS_ASH_LEARN_MORE" desc="Text of Learn more links."> 165 <message name="IDS_ASH_LEARN_MORE" desc="Text of Learn more links.">
166 Learn more 166 Learn more
167 </message> 167 </message>
168 168
169 <!-- Status tray items --> 169 <!-- Status tray items -->
170 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBLE_DESCRIPTION" desc="The acces sible description of the status tray and the information on it."> 170 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBLE_DESCRIPTION" desc="The acces sible description of the status tray and the information on it.">
171 Status tray, time <ph name="time">$1<ex>9:50</ex></ph>, <ph name="batter y">$2<ex>Battery is full.</ex></ph> 171 Status tray, time <ph name="time">$1<ex>9:50</ex></ph>, <ph name="batter y">$2<ex>Battery is full.</ex></ph>
172 </message> 172 </message>
173 <message name="IDS_ASH_STATUS_TRAY_BRAILLE_DISPLAY_CONNECTED_BUBBLE" desc= "The message shown on a bubble when a braille display is connected"> 173 <message name="IDS_ASH_STATUS_TRAY_BRAILLE_DISPLAY_CONNECTED" desc="The me ssage shown on a notification when a braille display is connected">
174 Braille display connected. 174 Braille display connected.
175 </message> 175 </message>
176 <message name="IDS_ASH_STATUS_TRAY_SETTINGS" desc="The accessible text for a settings button."> 176 <message name="IDS_ASH_STATUS_TRAY_SETTINGS" desc="The accessible text for a settings button.">
177 Settings 177 Settings
178 </message> 178 </message>
179 <message name="IDS_ASH_STATUS_TRAY_SPOKEN_FEEDBACK_ENABLED_BUBBLE" desc="T he message shown on a bubble when spoken feedback is enabled"> 179 <message name="IDS_ASH_STATUS_TRAY_SPOKEN_FEEDBACK_ENABLED" desc="The mess age shown on a notification when spoken feedback is enabled">
180 ChromeVox (spoken feedback) is enabled. 180 Press Ctrl + Alt + Z to disable spoken feedback.
181 Press Ctrl+Alt+Z to disable. 181 </message>
182 <message name="IDS_ASH_STATUS_TRAY_SPOKEN_FEEDBACK_ENABLED_TITLE" desc="Th e title message shown on a notification when spoken feedback is enabled">
183 ChromeVox enabled
184 </message>
185 <message name="IDS_ASH_STATUS_TRAY_SPOKEN_FEEDBACK_BRAILLE_ENABLED_TITLE" desc="The message shown on a notification when both the spoken feedback and brai lle are enabled">
186 Braille and ChromeVox are enabled
182 </message> 187 </message>
183 <message name="IDS_ASH_STATUS_TRAY_SIGN_OUT" desc="The label used for the button in the status tray to sign out of the system."> 188 <message name="IDS_ASH_STATUS_TRAY_SIGN_OUT" desc="The label used for the button in the status tray to sign out of the system.">
184 Sign out 189 Sign out
185 </message> 190 </message>
186 <message name="IDS_ASH_STATUS_TRAY_SIGN_OUT_ALL" desc="The label used for the button in the status tray to sign out all users of the system."> 191 <message name="IDS_ASH_STATUS_TRAY_SIGN_OUT_ALL" desc="The label used for the button in the status tray to sign out all users of the system.">
187 Sign out all 192 Sign out all
188 </message> 193 </message>
189 <message name="IDS_ASH_STATUS_TRAY_GUEST_LABEL" desc="The label used in th e system tray's user card to indicate that the current session is a guest sessio n."> 194 <message name="IDS_ASH_STATUS_TRAY_GUEST_LABEL" desc="The label used in th e system tray's user card to indicate that the current session is a guest sessio n.">
190 Guest 195 Guest
191 </message> 196 </message>
(...skipping 842 matching lines...) Expand 10 before | Expand all | Expand 10 after
1034 1039
1035 <!-- Tray scale strings --> 1040 <!-- Tray scale strings -->
1036 <message name="IDS_ASH_STATUS_TRAY_SCALE" desc="The label used in scale se tting detailed page of ash tray popup."> 1041 <message name="IDS_ASH_STATUS_TRAY_SCALE" desc="The label used in scale se tting detailed page of ash tray popup.">
1037 Display scale settings 1042 Display scale settings
1038 </message> 1043 </message>
1039 <message name="IDS_ASH_STATUS_TRAY_SCALE_SLIDER" desc="The accessible text for the scale slider">Display scale</message> 1044 <message name="IDS_ASH_STATUS_TRAY_SCALE_SLIDER" desc="The accessible text for the scale slider">Display scale</message>
1040 </messages> 1045 </messages>
1041 </release> 1046 </release>
1042 </grit> 1047 </grit>
1043 1048
OLDNEW
« no previous file with comments | « no previous file | ash/metrics/user_metrics_action.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698