| 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="pp_ifdef('chromeos')">. --> | 3 Everything in this file is wrapped in <if expr="chromeos">. --> |
| 4 <grit-part> | 4 <grit-part> |
| 5 | 5 |
| 6 <!-- Status tray charging strings. --> | 6 <!-- Status tray charging strings. --> |
| 7 <message name="IDS_ASH_STATUS_TRAY_LOW_POWER_CHARGER_TITLE" desc="The title of
a notification indicating that a low-current USB charger has been connected."> | 7 <message name="IDS_ASH_STATUS_TRAY_LOW_POWER_CHARGER_TITLE" desc="The title of
a notification indicating that a low-current USB charger has been connected."> |
| 8 Low-power charger connected | 8 Low-power charger connected |
| 9 </message> | 9 </message> |
| 10 <message name="IDS_ASH_STATUS_TRAY_LOW_POWER_CHARGER_MESSAGE" desc="The messag
e body of a notification indicating that a low-current USB charger has been conn
ected."> | 10 <message name="IDS_ASH_STATUS_TRAY_LOW_POWER_CHARGER_MESSAGE" desc="The messag
e body of a notification indicating that a low-current USB charger has been conn
ected."> |
| 11 Your Chromebook may not charge while it is turned on. Consider using the off
icial charger. | 11 Your Chromebook may not charge while it is turned on. Consider using the off
icial charger. |
| 12 </message> | 12 </message> |
| 13 <message name="IDS_ASH_STATUS_TRAY_LOW_POWER_CHARGER_MESSAGE_SHORT" desc="The
message body of a notification indicating that a low-current USB charger has bee
n connected, short version."> | 13 <message name="IDS_ASH_STATUS_TRAY_LOW_POWER_CHARGER_MESSAGE_SHORT" desc="The
message body of a notification indicating that a low-current USB charger has bee
n connected, short version."> |
| (...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 | 308 |
| 309 <message name="IDS_ASH_STATUS_TRAY_AUDIO_BLUETOOTH_DEVICE" desc="label used fo
r bluetooth audio device"> | 309 <message name="IDS_ASH_STATUS_TRAY_AUDIO_BLUETOOTH_DEVICE" desc="label used fo
r bluetooth audio device"> |
| 310 <ph name="device_name">$1<ex>Headphone</ex></ph> (Bluetooth) | 310 <ph name="device_name">$1<ex>Headphone</ex></ph> (Bluetooth) |
| 311 </message> | 311 </message> |
| 312 | 312 |
| 313 <message name="IDS_ASH_STATUS_TRAY_AUDIO_HDMI_DEVICE" desc="label used for hdm
i audio device"> | 313 <message name="IDS_ASH_STATUS_TRAY_AUDIO_HDMI_DEVICE" desc="label used for hdm
i audio device"> |
| 314 <ph name="device_name">$1<ex>Speaker</ex></ph> (HDMI) | 314 <ph name="device_name">$1<ex>Speaker</ex></ph> (HDMI) |
| 315 </message> | 315 </message> |
| 316 | 316 |
| 317 </grit-part> | 317 </grit-part> |
| OLD | NEW |