| 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 986 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 997 </message> | 997 </message> |
| 998 <message name="IDS_SHORTCUT_LOCK_SCREEN_NEW" desc="the new shortcut to loc
k the screen."> | 998 <message name="IDS_SHORTCUT_LOCK_SCREEN_NEW" desc="the new shortcut to loc
k the screen."> |
| 999 Search+L | 999 Search+L |
| 1000 </message> | 1000 </message> |
| 1001 <message name="IDS_SHORTCUT_TASK_MANAGER_OLD" desc="the old deprecated sho
rtcut to open the task manager."> | 1001 <message name="IDS_SHORTCUT_TASK_MANAGER_OLD" desc="the old deprecated sho
rtcut to open the task manager."> |
| 1002 Shift+Esc | 1002 Shift+Esc |
| 1003 </message> | 1003 </message> |
| 1004 <message name="IDS_SHORTCUT_TASK_MANAGER_NEW" desc="the new shortcut to op
en the task manager."> | 1004 <message name="IDS_SHORTCUT_TASK_MANAGER_NEW" desc="the new shortcut to op
en the task manager."> |
| 1005 Search+Esc | 1005 Search+Esc |
| 1006 </message> | 1006 </message> |
| 1007 <message name="IDS_SHORTCUT_IME_BUBBLE_OLD" desc="the old deprecated short
cut to show the input options menu bubble in the shelf."> |
| 1008 Alt+Shift+K |
| 1009 </message> |
| 1010 <message name="IDS_SHORTCUT_IME_BUBBLE_NEW" desc="the new shortcut to show
the input options menu bubble in the shelf."> |
| 1011 Search+Shift+K |
| 1012 </message> |
| 1007 <message name="IDS_DEPRECATED_LOCK_SCREEN_MSG" | 1013 <message name="IDS_DEPRECATED_LOCK_SCREEN_MSG" |
| 1008 desc="Notification message to tell users about the deprecation of
Ctrl+Shift+L shortcut to lock the screen."> | 1014 desc="Notification message to tell users about the deprecation of
Ctrl+Shift+L shortcut to lock the screen."> |
| 1009 The shortcut to lock the screen has changed. Please use <ph name="NEW_SH
ORTCUT">$1<ex>Search+L</ex></ph> instead of <ph name="OLD_SHORTCUT">$2<ex>Ctrl+S
hift+L</ex></ph>. | 1015 The shortcut to lock the screen has changed. Please use <ph name="NEW_SH
ORTCUT">$1<ex>Search+L</ex></ph> instead of <ph name="OLD_SHORTCUT">$2<ex>Ctrl+S
hift+L</ex></ph>. |
| 1010 </message> | 1016 </message> |
| 1011 <message name="IDS_DEPRECATED_SHOW_TASK_MANAGER_MSG" | 1017 <message name="IDS_DEPRECATED_SHOW_TASK_MANAGER_MSG" |
| 1012 desc="Notification message to tell users about the deprecation of
Shift+ESC shortcut to show the task manager."> | 1018 desc="Notification message to tell users about the deprecation of
Shift+ESC shortcut to show the task manager."> |
| 1013 The shortcut to open the task manager has changed. Please use <ph name="
NEW_SHORTCUT">$1<ex>Search+Esc</ex></ph> instead of <ph name="OLD_SHORTCUT">$2<e
x>Shift+Esc</ex></ph>. | 1019 The shortcut to open the task manager has changed. Please use <ph name="
NEW_SHORTCUT">$1<ex>Search+Esc</ex></ph> instead of <ph name="OLD_SHORTCUT">$2<e
x>Shift+Esc</ex></ph>. |
| 1014 </message> | 1020 </message> |
| 1021 <message name="IDS_DEPRECATED_SHOW_IME_BUBBLE_MSG" |
| 1022 desc="Notification message to tell users about the deprecation of
Alt+Shift+K shortcut to show the input options menu bubble in the shelf."> |
| 1023 The shortcut to show the input options menu bubble in the shelf has chan
ged. Please use <ph name="NEW_SHORTCUT">$1<ex>Search+Shift+K</ex></ph> instead o
f <ph name="OLD_SHORTCUT">$2<ex>Alt+Shift+K</ex></ph>. |
| 1024 </message> |
| 1015 | 1025 |
| 1016 <!-- Notification that an accelerator was pressed, so the user knows how t
o toggle it back --> | 1026 <!-- Notification that an accelerator was pressed, so the user knows how t
o toggle it back --> |
| 1017 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG" | 1027 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG" |
| 1018 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."> | 1028 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."> |
| 1019 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off. | 1029 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off. |
| 1020 </message> | 1030 </message> |
| 1021 </messages> | 1031 </messages> |
| 1022 </release> | 1032 </release> |
| 1023 </grit> | 1033 </grit> |
| 1024 | 1034 |
| OLD | NEW |