| 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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 </message> | 335 </message> |
| 336 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_CARET_HIGHLIGHT" desc="Th
e label used in the additional settings of accessibility menu of the system tray
to toggle on/off caret highlight."> | 336 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_CARET_HIGHLIGHT" desc="Th
e label used in the additional settings of accessibility menu of the system tray
to toggle on/off caret highlight."> |
| 337 Highlight text caret | 337 Highlight text caret |
| 338 </message> | 338 </message> |
| 339 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_HIGHLIGHT_MOUSE_CURSOR" d
esc="The label used in the additional settings of accessibility menu of the syst
em tray to toggle on/off highlight mouse cursor."> | 339 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_HIGHLIGHT_MOUSE_CURSOR" d
esc="The label used in the additional settings of accessibility menu of the syst
em tray to toggle on/off highlight mouse cursor."> |
| 340 Highlight mouse cursor | 340 Highlight mouse cursor |
| 341 </message> | 341 </message> |
| 342 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_HIGHLIGHT_KEYBOARD_FOCUS"
desc="The label used in the additional settings of accessibility menu of the sy
stem tray to toggle on/off highlight keyboard focus."> | 342 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_HIGHLIGHT_KEYBOARD_FOCUS"
desc="The label used in the additional settings of accessibility menu of the sy
stem tray to toggle on/off highlight keyboard focus."> |
| 343 Highlight object with keyboard focus | 343 Highlight object with keyboard focus |
| 344 </message> | 344 </message> |
| 345 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_STICKY_KEYS" desc="The la
bel used in the additional settings of accessibility menu of the system tray to
toggle on/off sticky keys."> |
| 346 Sticky keys |
| 347 </message> |
| 348 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_TAP_DRAGGING" desc="The l
abel used in the additional settings of accessibility menu of the system tray to
toggle on/off tap dragging."> |
| 349 Tap dragging |
| 350 </message> |
| 345 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_SETTINGS" desc="The label
used in the accessibility menu of system tray to open accessibility setting pag
e."> | 351 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_SETTINGS" desc="The label
used in the accessibility menu of system tray to open accessibility setting pag
e."> |
| 346 Accessibility settings | 352 Accessibility settings |
| 347 </message> | 353 </message> |
| 348 <message name="IDS_ASH_STATUS_TRAY_HELP" desc="The accessible text for the
help button."> | 354 <message name="IDS_ASH_STATUS_TRAY_HELP" desc="The accessible text for the
help button."> |
| 349 Help | 355 Help |
| 350 </message> | 356 </message> |
| 351 <message name="IDS_ASH_STATUS_TRAY_DATE" desc="The date displayed on ash s
ystem bubble, Depending on launguage, please choose the best separator(eg ',') b
etween abbreviated weekday and date"> | 357 <message name="IDS_ASH_STATUS_TRAY_DATE" desc="The date displayed on ash s
ystem bubble, Depending on launguage, please choose the best separator(eg ',') b
etween abbreviated weekday and date"> |
| 352 <ph name="short_weekday">$1<ex>Fri</ex></ph>, <ph name="date">$2<ex>Aug
31, 2012</ex></ph> | 358 <ph name="short_weekday">$1<ex>Fri</ex></ph>, <ph name="date">$2<ex>Aug
31, 2012</ex></ph> |
| 353 </message> | 359 </message> |
| 354 <message name="IDS_ASH_STATUS_TRAY_REBOOT" desc="The accessible text for t
he reboot button."> | 360 <message name="IDS_ASH_STATUS_TRAY_REBOOT" desc="The accessible text for t
he reboot button."> |
| (...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 992 | 998 |
| 993 <!-- Notification that an accelerator was pressed, so the user knows how t
o toggle it back --> | 999 <!-- Notification that an accelerator was pressed, so the user knows how t
o toggle it back --> |
| 994 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG" | 1000 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG" |
| 995 desc="Notification message to tell users that they just pressed t
he Search+Shift+H shortcut to toggle High Contrast Mode, and that pressing it ag
ain will toggle it off."> | 1001 desc="Notification message to tell users that they just pressed t
he Search+Shift+H shortcut to toggle High Contrast Mode, and that pressing it ag
ain will toggle it off."> |
| 996 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off. | 1002 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off. |
| 997 </message> | 1003 </message> |
| 998 </messages> | 1004 </messages> |
| 999 </release> | 1005 </release> |
| 1000 </grit> | 1006 </grit> |
| 1001 | 1007 |
| OLD | NEW |