| 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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 </message> | 285 </message> |
| 286 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_REMOVED" desc="The text of the noti
fication to show when a display is removed."> | 286 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_REMOVED" desc="The text of the noti
fication to show when a display is removed."> |
| 287 Removed display <ph name="DISPLAY_NAME">$1</ph> | 287 Removed display <ph name="DISPLAY_NAME">$1</ph> |
| 288 </message> | 288 </message> |
| 289 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_MIRRORING_NO_INTERNAL" desc="The la
bel used in the tray to show that the current status is mirroring and the device
doesn't have the internal display."> | 289 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_MIRRORING_NO_INTERNAL" desc="The la
bel used in the tray to show that the current status is mirroring and the device
doesn't have the internal display."> |
| 290 Mirroring | 290 Mirroring |
| 291 </message> | 291 </message> |
| 292 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_EXTENDED_NO_INTERNAL" desc="The lab
el used in the tray to show that the current status is extended and the device d
oesn't have the internal display."> | 292 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_EXTENDED_NO_INTERNAL" desc="The lab
el used in the tray to show that the current status is extended and the device d
oesn't have the internal display."> |
| 293 Extending screen | 293 Extending screen |
| 294 </message> | 294 </message> |
| 295 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_DOCKED" desc="The title of the noti
fication indicating that the system is in docked mode."> | |
| 296 Docked mode | |
| 297 </message> | |
| 298 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_DOCKED_DESCRIPTION" desc="The body
of the notification indicating that the system is in docked mode."> | |
| 299 You can keep using your <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></ph> wh
ile it's connected to an external display, even with the lid closed. | |
| 300 </message> | |
| 301 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_DOCKED_EXITING" desc="The notificat
ion message shown to the user when the device is exiting docked mode."> | |
| 302 Exiting docked mode | |
| 303 </message> | |
| 304 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_RESOLUTION_CHANGED" desc="The label
used in the tray to notify that the display resolution settings has changed."> | 295 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_RESOLUTION_CHANGED" desc="The label
used in the tray to notify that the display resolution settings has changed."> |
| 305 <ph name="DISPLAY_NAME">$1</ph> resolution was changed to <ph name="RESOLUTI
ON">$2</ph> | 296 <ph name="DISPLAY_NAME">$1</ph> resolution was changed to <ph name="RESOLUTI
ON">$2</ph> |
| 306 </message> | 297 </message> |
| 307 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_RESOLUTION_CHANGED_TO_UNSUPPORTED"
desc="The label used in the tray to notify that the display resolution settings
has changed to an unsupported resolution and the system falls back to another re
solution."> | 298 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_RESOLUTION_CHANGED_TO_UNSUPPORTED"
desc="The label used in the tray to notify that the display resolution settings
has changed to an unsupported resolution and the system falls back to another re
solution."> |
| 308 <ph name="DISPLAY_NAME">$1</ph> doesn't support <ph name="SPECIFIED_RESOLUTI
ON">$2<ex>2560x1600</ex></ph>. The resolution was changed to <ph name="FALLBACK_
RESOLUTION">$3<ex>1920x1200</ex></ph> | 299 <ph name="DISPLAY_NAME">$1</ph> doesn't support <ph name="SPECIFIED_RESOLUTI
ON">$2<ex>2560x1600</ex></ph>. The resolution was changed to <ph name="FALLBACK_
RESOLUTION">$3<ex>1920x1200</ex></ph> |
| 309 </message> | 300 </message> |
| 310 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_ROTATED" desc="The label used in th
e tray to notify that the display rotation settings has changed."> | 301 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_ROTATED" desc="The label used in th
e tray to notify that the display rotation settings has changed."> |
| 311 <ph name="DISPLAY_NAME">$1</ph> was rotated to <ph name="ROTATION">$2</ph> | 302 <ph name="DISPLAY_NAME">$1</ph> was rotated to <ph name="ROTATION">$2</ph> |
| 312 </message> | 303 </message> |
| 313 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_ANNOTATED_NAME" desc="Label used to
show a display name with annotation (like screen resolution or overscan info)."
> | 304 <message name="IDS_ASH_STATUS_TRAY_DISPLAY_ANNOTATED_NAME" desc="Label used to
show a display name with annotation (like screen resolution or overscan info)."
> |
| (...skipping 303 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."> | 608 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>. | 609 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> | 610 </message> |
| 620 | 611 |
| 621 <!-- Notification that an accelerator was pressed, so the user knows how to to
ggle it back --> | 612 <!-- Notification that an accelerator was pressed, so the user knows how to to
ggle it back --> |
| 622 <message name="IDS_HIGH_CONTRAST_ACCEL_MSG" | 613 <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."> | 614 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. | 615 High Contrast Mode enabled. Press Search+Shift+H again to toggle it off. |
| 625 </message> | 616 </message> |
| 626 </grit-part> | 617 </grit-part> |
| OLD | NEW |