| 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 995 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1006 </message> | 1006 </message> |
| 1007 <message name="IDS_SHORTCUT_LOCK_SCREEN_NEW" desc="the new shortcut to loc
k the screen."> | 1007 <message name="IDS_SHORTCUT_LOCK_SCREEN_NEW" desc="the new shortcut to loc
k the screen."> |
| 1008 Search+L | 1008 Search+L |
| 1009 </message> | 1009 </message> |
| 1010 <message name="IDS_SHORTCUT_TASK_MANAGER_OLD" desc="the old deprecated sho
rtcut to open the task manager."> | 1010 <message name="IDS_SHORTCUT_TASK_MANAGER_OLD" desc="the old deprecated sho
rtcut to open the task manager."> |
| 1011 Shift+Esc | 1011 Shift+Esc |
| 1012 </message> | 1012 </message> |
| 1013 <message name="IDS_SHORTCUT_TASK_MANAGER_NEW" desc="the new shortcut to op
en the task manager."> | 1013 <message name="IDS_SHORTCUT_TASK_MANAGER_NEW" desc="the new shortcut to op
en the task manager."> |
| 1014 Search+Esc | 1014 Search+Esc |
| 1015 </message> | 1015 </message> |
| 1016 <message name="IDS_SHORTCUT_IME_BUBBLE_OLD" desc="the old deprecated short
cut to show the input options menu bubble in the shelf."> |
| 1017 Alt+Shift+K |
| 1018 </message> |
| 1019 <message name="IDS_SHORTCUT_IME_BUBBLE_NEW" desc="the new shortcut to show
the input options menu bubble in the shelf."> |
| 1020 Search+Shift+K |
| 1021 </message> |
| 1016 <message name="IDS_DEPRECATED_LOCK_SCREEN_MSG" | 1022 <message name="IDS_DEPRECATED_LOCK_SCREEN_MSG" |
| 1017 desc="Notification message to tell users about the deprecation of
Ctrl+Shift+L shortcut to lock the screen."> | 1023 desc="Notification message to tell users about the deprecation of
Ctrl+Shift+L shortcut to lock the screen."> |
| 1018 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>. | 1024 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>. |
| 1019 </message> | 1025 </message> |
| 1020 <message name="IDS_DEPRECATED_SHOW_TASK_MANAGER_MSG" | 1026 <message name="IDS_DEPRECATED_SHOW_TASK_MANAGER_MSG" |
| 1021 desc="Notification message to tell users about the deprecation of
Shift+ESC shortcut to show the task manager."> | 1027 desc="Notification message to tell users about the deprecation of
Shift+ESC shortcut to show the task manager."> |
| 1022 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>. | 1028 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>. |
| 1023 </message> | 1029 </message> |
| 1030 <message name="IDS_DEPRECATED_SHOW_IME_BUBBLE_MSG" |
| 1031 desc="Notification message to tell users about the deprecation of
Alt+Shift+K shortcut to show the input options menu bubble in the shelf."> |
| 1032 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>. |
| 1033 </message> |
| 1024 | 1034 |
| 1025 <!-- Notification that an accelerator was pressed, so the user knows how t
o toggle it back --> | 1035 <!-- Notification that an accelerator was pressed, so the user knows how t
o toggle it back --> |
| 1026 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG" | 1036 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG" |
| 1027 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."> | 1037 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 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off. | 1038 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off. |
| 1029 </message> | 1039 </message> |
| 1030 </messages> | 1040 </messages> |
| 1031 </release> | 1041 </release> |
| 1032 </grit> | 1042 </grit> |
| 1033 | 1043 |
| OLD | NEW |