| 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 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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 </message> | 318 </message> |
| 319 | 319 |
| 320 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY" desc="The label used in
the tray menu to show the accessibility option menu."> | 320 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY" desc="The label used in
the tray menu to show the accessibility option menu."> |
| 321 Accessibility | 321 Accessibility |
| 322 </message> | 322 </message> |
| 323 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_TITLE" desc="The label us
ed in the title of the accessibility option menu."> | 323 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_TITLE" desc="The label us
ed in the title of the accessibility option menu."> |
| 324 Accessibility | 324 Accessibility |
| 325 </message> | 325 </message> |
| 326 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_SPOKEN_FEEDBACK" desc="Th
e label used in the accessibility menu of the | 326 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_SPOKEN_FEEDBACK" desc="Th
e label used in the accessibility menu of the |
| 327 system tray to toggle on/off spoken feedback feature."> | 327 system tray to toggle on/off spoken feedback feature."> |
| 328 ChromeVox (Spoken feedback) | 328 ChromeVox (spoken feedback) |
| 329 </message> | 329 </message> |
| 330 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_HIGH_CONTRAST_MODE" desc=
"The label used in the accessibility menu of the system tray to toggle on/off hi
gh contrast feature."> | 330 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_HIGH_CONTRAST_MODE" desc=
"The label used in the accessibility menu of the system tray to toggle on/off hi
gh contrast feature."> |
| 331 High contrast mode | 331 High contrast mode |
| 332 </message> | 332 </message> |
| 333 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_SCREEN_MAGNIFIER" desc="T
he label used in the accessibility menu of the system tray to toggle on/off magn
ifier feature."> | 333 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_SCREEN_MAGNIFIER" desc="T
he label used in the accessibility menu of the system tray to toggle on/off magn
ifier feature."> |
| 334 Screen magnifier | 334 Screen magnifier |
| 335 </message> | 335 </message> |
| 336 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_LARGE_CURSOR" desc="The l
abel used in the accessibility menu of the system tray to toggle on/off large mo
use cursor feature."> | 336 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_LARGE_CURSOR" desc="The l
abel used in the accessibility menu of the system tray to toggle on/off large mo
use cursor feature."> |
| 337 Large mouse cursor | 337 Large mouse cursor |
| 338 </message> | 338 </message> |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 444 | 444 |
| 445 <!-- ChromeOS-specific strings --> | 445 <!-- ChromeOS-specific strings --> |
| 446 <if expr="chromeos"> | 446 <if expr="chromeos"> |
| 447 <part file="ash_chromeos_strings.grdp" /> | 447 <part file="ash_chromeos_strings.grdp" /> |
| 448 </if> | 448 </if> |
| 449 | 449 |
| 450 </messages> | 450 </messages> |
| 451 </release> | 451 </release> |
| 452 </grit> | 452 </grit> |
| 453 | 453 |
| OLD | NEW |