| 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="pp_ifdef('chromeos')">. --> |
| 4 <grit-part> | 4 <grit-part> |
| 5 | 5 |
| 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."> |
| 8 Low-power charger connected |
| 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."> |
| 11 Your Chromebook may not charge while it is turned on. Consider using the off
icial charger. |
| 12 </message> |
| 13 |
| 6 <!-- Status Tray Network strings --> | 14 <!-- Status Tray Network strings --> |
| 7 <message name="IDS_ASH_STATUS_TRAY_NETWORK" desc="The label used in the networ
k dialog header."> | 15 <message name="IDS_ASH_STATUS_TRAY_NETWORK" desc="The label used in the networ
k dialog header."> |
| 8 Network | 16 Network |
| 9 </message> | 17 </message> |
| 10 <message name="IDS_ASH_STATUS_TRAY_VPN" desc="The label used in the VPN detail
ed view header."> | 18 <message name="IDS_ASH_STATUS_TRAY_VPN" desc="The label used in the VPN detail
ed view header."> |
| 11 Private Network | 19 Private Network |
| 12 </message> | 20 </message> |
| 13 <message name="IDS_ASH_STATUS_TRAY_ETHERNET" desc="The ethernet network device
."> | 21 <message name="IDS_ASH_STATUS_TRAY_ETHERNET" desc="The ethernet network device
."> |
| 14 Ethernet | 22 Ethernet |
| 15 </message> | 23 </message> |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 Stop | 258 Stop |
| 251 </message> | 259 </message> |
| 252 <message name="IDS_ASH_STATUS_TRAY_SCREEN_SHARE_BEING_HELPED" desc="label for
screen sharing notification"> | 260 <message name="IDS_ASH_STATUS_TRAY_SCREEN_SHARE_BEING_HELPED" desc="label for
screen sharing notification"> |
| 253 You are being helped | 261 You are being helped |
| 254 </message> | 262 </message> |
| 255 <message name="IDS_ASH_STATUS_TRAY_SCREEN_SHARE_BEING_HELPED_NAME" desc="label
for screen sharing notification with name"> | 263 <message name="IDS_ASH_STATUS_TRAY_SCREEN_SHARE_BEING_HELPED_NAME" desc="label
for screen sharing notification with name"> |
| 256 You are being helped by <ph name="HELPER_NAME">$1<ex>Walder Frey</ex></ph> | 264 You are being helped by <ph name="HELPER_NAME">$1<ex>Walder Frey</ex></ph> |
| 257 </message> | 265 </message> |
| 258 | 266 |
| 259 </grit-part> | 267 </grit-part> |
| OLD | NEW |