| 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 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 498 </message> | 498 </message> |
| 499 <message name="IDS_ASH_STATUS_TRAY_WIFI_SCANNING_MESSAGE" desc="Scanning for w
ifi networks"> | 499 <message name="IDS_ASH_STATUS_TRAY_WIFI_SCANNING_MESSAGE" desc="Scanning for w
ifi networks"> |
| 500 Searching for Wi-Fi networks... | 500 Searching for Wi-Fi networks... |
| 501 </message> | 501 </message> |
| 502 <message name="IDS_ASH_STATUS_TRAY_NETWORK_MOBILE" desc="The label used in the
tray popup to separate mobile networks."> | 502 <message name="IDS_ASH_STATUS_TRAY_NETWORK_MOBILE" desc="The label used in the
tray popup to separate mobile networks."> |
| 503 Mobile data | 503 Mobile data |
| 504 </message> | 504 </message> |
| 505 <message name="IDS_ASH_STATUS_TRAY_NETWORK_WIFI" desc="The label used in the t
ray popup to separate Wi-Fi networks."> | 505 <message name="IDS_ASH_STATUS_TRAY_NETWORK_WIFI" desc="The label used in the t
ray popup to separate Wi-Fi networks."> |
| 506 Wi-Fi | 506 Wi-Fi |
| 507 </message> | 507 </message> |
| 508 <message name="IDS_ASH_STATUS_TRAY_NETWORK_TETHER" desc="The label used in the
tray popup to separate Instant Tethering networks."> |
| 509 Instant Tethering |
| 510 </message> |
| 508 <message name="IDS_ASH_STATUS_TRAY_ADD_CONNECTION" desc="Title for control to
add a new network connection." > | 511 <message name="IDS_ASH_STATUS_TRAY_ADD_CONNECTION" desc="Title for control to
add a new network connection." > |
| 509 Add connection | 512 Add connection |
| 510 </message> | 513 </message> |
| 511 | 514 |
| 512 <message name="IDS_ASH_VIRTUAL_KEYBOARD_TRAY_ACCESSIBLE_NAME" desc="The access
ible text for virtual keyboard icon in status tray."> | 515 <message name="IDS_ASH_VIRTUAL_KEYBOARD_TRAY_ACCESSIBLE_NAME" desc="The access
ible text for virtual keyboard icon in status tray."> |
| 513 Show on-screen keyboard | 516 Show on-screen keyboard |
| 514 </message> | 517 </message> |
| 515 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error message to
show that the system failed to enter the mirroring mode."> | 518 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error message to
show that the system failed to enter the mirroring mode."> |
| 516 Could not mirror displays since no supported resolutions found. Entered exte
nded desktop instead. | 519 Could not mirror displays since no supported resolutions found. Entered exte
nded desktop instead. |
| 517 </message> | 520 </message> |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 617 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."> |
| 618 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>. |
| 619 </message> | 622 </message> |
| 620 | 623 |
| 621 <!-- 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 --> |
| 622 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG" | 625 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG" |
| 623 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."> |
| 624 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. |
| 625 </message> | 628 </message> |
| 626 </grit-part> | 629 </grit-part> |
| OLD | NEW |