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. --> | 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."> |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 </message> | 134 </message> |
135 <message name="IDS_NETWORK_OUT_OF_CREDITS_BODY" desc="Message body for network
out of data error notification"> | 135 <message name="IDS_NETWORK_OUT_OF_CREDITS_BODY" desc="Message body for network
out of data error notification"> |
136 You may have used up your mobile data allowance. | 136 You may have used up your mobile data allowance. |
137 </message> | 137 </message> |
138 <message name="IDS_NETWORK_OUT_OF_CREDITS_LINK" desc="Link text for network ou
t of data error notification"> | 138 <message name="IDS_NETWORK_OUT_OF_CREDITS_LINK" desc="Link text for network ou
t of data error notification"> |
139 Visit the <ph name="name">$1<ex>GoogleGuest</ex></ph> activation portal to b
uy more data. | 139 Visit the <ph name="name">$1<ex>GoogleGuest</ex></ph> activation portal to b
uy more data. |
140 </message> | 140 </message> |
141 <message name="IDS_NETWORK_UNRECOGNIZED_ERROR" desc="Unrecognized Network erro
r text"> | 141 <message name="IDS_NETWORK_UNRECOGNIZED_ERROR" desc="Unrecognized Network erro
r text"> |
142 Unrecognized error: <ph name="desc">$1<ex>ShillErrorString</ex></ph> | 142 Unrecognized error: <ph name="desc">$1<ex>ShillErrorString</ex></ph> |
143 </message> | 143 </message> |
| 144 <message name="IDS_NETWORK_CELLULAR_ACTIVATED_TITLE" desc="Title for cellular
activated notification"> |
| 145 Cellular Activated |
| 146 </message> |
| 147 <message name="IDS_NETWORK_CELLULAR_ACTIVATED" desc="Text of the cellular acti
vated notification"> |
| 148 Congratulations! Your '<ph name="name">$1<ex>Generic Wireless</ex></ph>' dat
a service has been activated and is ready to go. |
| 149 </message> |
| 150 <message name="IDS_NETWORK_ACTIVATION_ERROR_TITLE" desc="Title for network act
ivation error notification"> |
| 151 Network Activation Error |
| 152 </message> |
| 153 <message name="IDS_NETWORK_ACTIVATION_NEEDS_CONNECTION" desc="Message when att
empting to activate a mobile network that requires a connection"> |
| 154 Activation of '<ph name="name">$1<ex>Generic Wireless</ex></ph>' requires a
network connection. |
| 155 </message> |
144 | 156 |
145 <!-- Network state strings --> | 157 <!-- Network state strings --> |
146 <message name="IDS_CHROMEOS_NETWORK_STATE_UNKNOWN" desc="Network state in abou
t:network: UNKNOWN"> | 158 <message name="IDS_CHROMEOS_NETWORK_STATE_UNKNOWN" desc="Network state in abou
t:network: UNKNOWN"> |
147 Unknown | 159 Unknown |
148 </message> | 160 </message> |
149 <message name="IDS_CHROMEOS_NETWORK_STATE_IDLE" desc="Network state in about:n
etwork: IDLE"> | 161 <message name="IDS_CHROMEOS_NETWORK_STATE_IDLE" desc="Network state in about:n
etwork: IDLE"> |
150 Idle | 162 Idle |
151 </message> | 163 </message> |
152 <message name="IDS_CHROMEOS_NETWORK_STATE_CARRIER" desc="Network state in abou
t:network: CARRIER"> | 164 <message name="IDS_CHROMEOS_NETWORK_STATE_CARRIER" desc="Network state in abou
t:network: CARRIER"> |
153 Carrier | 165 Carrier |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
286 | 298 |
287 <message name="IDS_ASH_STATUS_TRAY_AUDIO_BLUETOOTH_DEVICE" desc="label used fo
r bluetooth audio device"> | 299 <message name="IDS_ASH_STATUS_TRAY_AUDIO_BLUETOOTH_DEVICE" desc="label used fo
r bluetooth audio device"> |
288 <ph name="device_name">$1<ex>Headphone</ex></ph> (Bluetooth) | 300 <ph name="device_name">$1<ex>Headphone</ex></ph> (Bluetooth) |
289 </message> | 301 </message> |
290 | 302 |
291 <message name="IDS_ASH_STATUS_TRAY_AUDIO_HDMI_DEVICE" desc="label used for hdm
i audio device"> | 303 <message name="IDS_ASH_STATUS_TRAY_AUDIO_HDMI_DEVICE" desc="label used for hdm
i audio device"> |
292 <ph name="device_name">$1<ex>Speaker</ex></ph> (HDMI) | 304 <ph name="device_name">$1<ex>Speaker</ex></ph> (HDMI) |
293 </message> | 305 </message> |
294 | 306 |
295 </grit-part> | 307 </grit-part> |
OLD | NEW |