OLD | NEW |
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 source_lang_id="en" enc_check="möl"> | 8 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
201 </message> | 201 </message> |
202 | 202 |
203 <message name="IDS_ASH_LEARN_MORE" desc="Text of Learn more links."> | 203 <message name="IDS_ASH_LEARN_MORE" desc="Text of Learn more links."> |
204 Learn more | 204 Learn more |
205 </message> | 205 </message> |
206 | 206 |
207 <!-- Status tray items --> | 207 <!-- Status tray items --> |
208 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBLE_NAME" desc="The accessible n
ame of the status tray."> | 208 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBLE_NAME" desc="The accessible n
ame of the status tray."> |
209 Status tray | 209 Status tray |
210 </message> | 210 </message> |
| 211 <message name="IDS_ASH_STATUS_TRAY_BRAILLE_DISPLAY_CONNECTED_BUBBLE" desc=
"The message shown on a bubble when a braille display is connected"> |
| 212 Braille display connected. |
| 213 </message> |
211 <message name="IDS_ASH_STATUS_TRAY_SPOKEN_FEEDBACK_ENABLED_BUBBLE" desc="T
he message shown on a bubble when spoken feedback is enabled"> | 214 <message name="IDS_ASH_STATUS_TRAY_SPOKEN_FEEDBACK_ENABLED_BUBBLE" desc="T
he message shown on a bubble when spoken feedback is enabled"> |
212 ChromeVox (spoken feedback) is enabled. | 215 ChromeVox (spoken feedback) is enabled. |
213 Press Ctrl+Alt+Z to disable. | 216 Press Ctrl+Alt+Z to disable. |
214 </message> | 217 </message> |
215 <message name="IDS_ASH_STATUS_TRAY_SETTINGS" desc="The label used for the
settings item in the status tray."> | 218 <message name="IDS_ASH_STATUS_TRAY_SETTINGS" desc="The label used for the
settings item in the status tray."> |
216 Settings | 219 Settings |
217 </message> | 220 </message> |
218 <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."> | 221 <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."> |
219 Sign out | 222 Sign out |
220 </message> | 223 </message> |
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
631 | 634 |
632 <!-- ChromeOS-specific strings --> | 635 <!-- ChromeOS-specific strings --> |
633 <if expr="chromeos"> | 636 <if expr="chromeos"> |
634 <part file="ash_chromeos_strings.grdp" /> | 637 <part file="ash_chromeos_strings.grdp" /> |
635 </if> | 638 </if> |
636 | 639 |
637 </messages> | 640 </messages> |
638 </release> | 641 </release> |
639 </grit> | 642 </grit> |
640 | 643 |
OLD | NEW |