| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- ChromeOS-specific strings (included from ash_strings.grd). | 2 <!-- ChromeOS-specific strings (included from ash_strings.grd). |
| 3 Everything in this file is wrapped in <if expr="chromeos">. --> | 3 Everything in this file is wrapped in <if expr="chromeos">. --> |
| 4 <grit-part> | 4 <grit-part> |
| 5 | 5 |
| 6 <!-- Device types --> | 6 <!-- Device types --> |
| 7 <message name="IDS_ASH_CHROMEBASE" desc="The device name for a Chromebase (ver
sus say Chromebox)"> | 7 <message name="IDS_ASH_CHROMEBASE" desc="The device name for a Chromebase (ver
sus say Chromebox)"> |
| 8 Chromebase | 8 Chromebase |
| 9 </message> | 9 </message> |
| 10 <message name="IDS_ASH_CHROMEBIT" desc="The device name for a Chromebit (versu
s say Chromebox)"> | 10 <message name="IDS_ASH_CHROMEBIT" desc="The device name for a Chromebit (versu
s say Chromebox)"> |
| (...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 605 </message> | 605 </message> |
| 606 <message name="IDS_SHORTCUT_LOCK_SCREEN_NEW" desc="the new shortcut to lock th
e screen."> | 606 <message name="IDS_SHORTCUT_LOCK_SCREEN_NEW" desc="the new shortcut to lock th
e screen."> |
| 607 Search+L | 607 Search+L |
| 608 </message> | 608 </message> |
| 609 <message name="IDS_SHORTCUT_TASK_MANAGER_OLD" desc="the old deprecated shortcu
t to open the task manager."> | 609 <message name="IDS_SHORTCUT_TASK_MANAGER_OLD" desc="the old deprecated shortcu
t to open the task manager."> |
| 610 Shift+Esc | 610 Shift+Esc |
| 611 </message> | 611 </message> |
| 612 <message name="IDS_SHORTCUT_TASK_MANAGER_NEW" desc="the new shortcut to open t
he task manager."> | 612 <message name="IDS_SHORTCUT_TASK_MANAGER_NEW" desc="the new shortcut to open t
he task manager."> |
| 613 Search+Esc | 613 Search+Esc |
| 614 </message> | 614 </message> |
| 615 <message name="IDS_SHORTCUT_NEXT_IME_OLD" desc="the old deprecated shortcut to
switch to the next input method."> | |
| 616 Shift+Alt | |
| 617 </message> | |
| 618 <message name="IDS_SHORTCUT_NEXT_IME_NEW" desc="the new shortcut to switch to
the next input method."> | |
| 619 Ctrl+Shift+Space | |
| 620 </message> | |
| 621 <message name="IDS_DEPRECATED_LOCK_SCREEN_MSG" | 615 <message name="IDS_DEPRECATED_LOCK_SCREEN_MSG" |
| 622 desc="Notification message to tell users about the deprecation of Ctr
l+Shift+L shortcut to lock the screen."> | 616 desc="Notification message to tell users about the deprecation of Ctr
l+Shift+L shortcut to lock the screen."> |
| 623 The shortcut to lock the screen has changed. Please use <ph name="NEW_SHORTC
UT">$1<ex>Search+L</ex></ph> instead of <ph name="OLD_SHORTCUT">$2<ex>Ctrl+Shift
+L</ex></ph>. | 617 The shortcut to lock the screen has changed. Please use <ph name="NEW_SHORTC
UT">$1<ex>Search+L</ex></ph> instead of <ph name="OLD_SHORTCUT">$2<ex>Ctrl+Shift
+L</ex></ph>. |
| 624 </message> | 618 </message> |
| 625 <message name="IDS_DEPRECATED_SHOW_TASK_MANAGER_MSG" | 619 <message name="IDS_DEPRECATED_SHOW_TASK_MANAGER_MSG" |
| 626 desc="Notification message to tell users about the deprecation of Shi
ft+ESC shortcut to show the task manager."> | 620 desc="Notification message to tell users about the deprecation of Shi
ft+ESC shortcut to show the task manager."> |
| 627 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<ex>Sh
ift+Esc</ex></ph>. | 621 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<ex>Sh
ift+Esc</ex></ph>. |
| 628 </message> | 622 </message> |
| 629 <message name="IDS_DEPRECATED_NEXT_IME_MSG" | |
| 630 desc="Notification message to tell users about the deprecation of Shi
ft+Alt shortcut to switch to the next input method."> | |
| 631 The shortcut to switch to the next input method has changed. Please use <ph
name="NEW_SHORTCUT">$1<ex>Ctrl+Shift+Space</ex></ph> instead of <ph name="OLD_SH
ORTCUT">$2<ex>Shift+Alt</ex></ph>. | |
| 632 </message> | |
| 633 | 623 |
| 634 <!-- Notification that an accelerator was pressed, so the user knows how to to
ggle it back --> | 624 <!-- Notification that an accelerator was pressed, so the user knows how to to
ggle it back --> |
| 635 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG" | 625 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG" |
| 636 desc="Notification message to tell users that they just pressed the S
earch+Shift+H shortcut to toggle High Contrast Mode, and that pressing it again
will toggle it off."> | 626 desc="Notification message to tell users that they just pressed the S
earch+Shift+H shortcut to toggle High Contrast Mode, and that pressing it again
will toggle it off."> |
| 637 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off. | 627 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off. |
| 638 </message> | 628 </message> |
| 639 </grit-part> | 629 </grit-part> |
| OLD | NEW |