| 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 431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 442 | 442 |
| 443 <!-- Deprecated Accelerators Messages --> | 443 <!-- Deprecated Accelerators Messages --> |
| 444 <message name="IDS_DEPRECATED_LOCK_SCREEN_MSG" | 444 <message name="IDS_DEPRECATED_LOCK_SCREEN_MSG" |
| 445 desc="Notification message to tell users about the deprecation of Ctr
l+Shift+L shortcut to lock the screen."> | 445 desc="Notification message to tell users about the deprecation of Ctr
l+Shift+L shortcut to lock the screen."> |
| 446 The screen lock shortcut has changed. Please use Search+L instead of Ctrl+Sh
ift+L. | 446 The screen lock shortcut has changed. Please use Search+L instead of Ctrl+Sh
ift+L. |
| 447 </message> | 447 </message> |
| 448 <message name="IDS_DEPRECATED_SHOW_TASK_MANAGER_MSG" | 448 <message name="IDS_DEPRECATED_SHOW_TASK_MANAGER_MSG" |
| 449 desc="Notification message to tell users about the deprecation of Shi
ft+ESC shortcut to show the task manager."> | 449 desc="Notification message to tell users about the deprecation of Shi
ft+ESC shortcut to show the task manager."> |
| 450 The task manager shortcut has changed. Please use Search+Esc instead of Shif
t+Esc. | 450 The task manager shortcut has changed. Please use Search+Esc instead of Shif
t+Esc. |
| 451 </message> | 451 </message> |
| 452 <message name="IDS_DEPRECATED_NEXT_IME_MSG" |
| 453 desc="Notification message to tell users about the deprecation of Shi
ft+Alt shortcut to switch to the next input method."> |
| 454 The switch to the next input method shortcut has changed. Please use Ctrl+Sh
ift+Space instead of Shift+Alt. |
| 455 </message> |
| 452 </grit-part> | 456 </grit-part> |
| OLD | NEW |