| 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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 </message> | 321 </message> |
| 322 | 322 |
| 323 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY" desc="The label used in
the tray menu to show the accessibility option menu."> | 323 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY" desc="The label used in
the tray menu to show the accessibility option menu."> |
| 324 Accessibility | 324 Accessibility |
| 325 </message> | 325 </message> |
| 326 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_TITLE" desc="The label us
ed in the title of the accessibility option menu."> | 326 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_TITLE" desc="The label us
ed in the title of the accessibility option menu."> |
| 327 Accessibility | 327 Accessibility |
| 328 </message> | 328 </message> |
| 329 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_SPOKEN_FEEDBACK" desc="Th
e label used in the accessibility menu of the | 329 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_SPOKEN_FEEDBACK" desc="Th
e label used in the accessibility menu of the |
| 330 system tray to toggle on/off spoken feedback feature."> | 330 system tray to toggle on/off spoken feedback feature."> |
| 331 ChromeVox (Spoken feedback) | 331 ChromeVox (spoken feedback) |
| 332 </message> | 332 </message> |
| 333 <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."> | 333 <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."> |
| 334 High contrast mode | 334 High contrast mode |
| 335 </message> | 335 </message> |
| 336 <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."> | 336 <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."> |
| 337 Screen magnifier | 337 Screen magnifier |
| 338 </message> | 338 </message> |
| 339 <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."> | 339 <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."> |
| 340 Large mouse cursor | 340 Large mouse cursor |
| 341 </message> | 341 </message> |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 447 | 447 |
| 448 <!-- ChromeOS-specific strings --> | 448 <!-- ChromeOS-specific strings --> |
| 449 <if expr="chromeos"> | 449 <if expr="chromeos"> |
| 450 <part file="ash_chromeos_strings.grdp" /> | 450 <part file="ash_chromeos_strings.grdp" /> |
| 451 </if> | 451 </if> |
| 452 | 452 |
| 453 </messages> | 453 </messages> |
| 454 </release> | 454 </release> |
| 455 </grit> | 455 </grit> |
| 456 | 456 |
| OLD | NEW |