| 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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 </message> | 312 </message> |
| 313 | 313 |
| 314 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY" desc="The label used in
the tray menu to show the accessibility option menu."> | 314 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY" desc="The label used in
the tray menu to show the accessibility option menu."> |
| 315 Accessibility | 315 Accessibility |
| 316 </message> | 316 </message> |
| 317 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_TITLE" desc="The label us
ed in the title of the accessibility option menu."> | 317 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_TITLE" desc="The label us
ed in the title of the accessibility option menu."> |
| 318 Accessibility | 318 Accessibility |
| 319 </message> | 319 </message> |
| 320 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_SPOKEN_FEEDBACK" desc="Th
e label used in the accessibility menu of the | 320 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_SPOKEN_FEEDBACK" desc="Th
e label used in the accessibility menu of the |
| 321 system tray to toggle on/off spoken feedback feature."> | 321 system tray to toggle on/off spoken feedback feature."> |
| 322 ChromeVox (Spoken feedback) | 322 ChromeVox (spoken feedback) |
| 323 </message> | 323 </message> |
| 324 <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."> | 324 <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."> |
| 325 High contrast mode | 325 High contrast mode |
| 326 </message> | 326 </message> |
| 327 <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."> | 327 <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."> |
| 328 Screen magnifier | 328 Screen magnifier |
| 329 </message> | 329 </message> |
| 330 <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."> | 330 <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."> |
| 331 Large mouse cursor | 331 Large mouse cursor |
| 332 </message> | 332 </message> |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 438 | 438 |
| 439 <!-- ChromeOS-specific strings --> | 439 <!-- ChromeOS-specific strings --> |
| 440 <if expr="chromeos"> | 440 <if expr="chromeos"> |
| 441 <part file="ash_chromeos_strings.grdp" /> | 441 <part file="ash_chromeos_strings.grdp" /> |
| 442 </if> | 442 </if> |
| 443 | 443 |
| 444 </messages> | 444 </messages> |
| 445 </release> | 445 </release> |
| 446 </grit> | 446 </grit> |
| 447 | 447 |
| OLD | NEW |