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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 Initializing cellular modem... | 115 Initializing cellular modem... |
116 </message> | 116 </message> |
117 <message name="IDS_ASH_STATUS_TRAY_CELLULAR_SCANNING" desc="Message when scann
ing for cellular networks"> | 117 <message name="IDS_ASH_STATUS_TRAY_CELLULAR_SCANNING" desc="Message when scann
ing for cellular networks"> |
118 Searching for cellular networks... | 118 Searching for cellular networks... |
119 </message> | 119 </message> |
120 | 120 |
121 <!-- Other Network UI strings --> | 121 <!-- Other Network UI strings --> |
122 <message name="IDS_NETWORK_CONNECTION_ERROR_TITLE" desc="Title for network con
nection error notification"> | 122 <message name="IDS_NETWORK_CONNECTION_ERROR_TITLE" desc="Title for network con
nection error notification"> |
123 Network Connection Error | 123 Network Connection Error |
124 </message> | 124 </message> |
125 <message name="IDS_NETWORK_CONNECTION_ERROR_MESSAGE_WITH_DETAILS" desc="Messag
e for network connection error notification with details"> | 125 <message name="IDS_NETWORK_CONNECTION_ERROR_MESSAGE" desc="Message for network
connection error notification"> |
126 Failed to connect to network '<ph name="name">$1<ex>GoogleGuest</ex></ph>':
<ph name="details">$2<ex>Unrecognized error</ex></ph> | 126 Failed to connect to network '<ph name="name">$1<ex>GoogleGuest</ex></ph>':
<ph name="details">$2<ex>Unrecognized error</ex></ph> |
127 </message> | 127 </message> |
128 <message name="IDS_NETWORK_CONNECTION_ERROR_MESSAGE_WITH_SERVER_MESSAGE" desc=
"Message for network connection error notification with details and a server mes
sage"> | 128 <message name="IDS_NETWORK_CONNECTION_ERROR_MESSAGE_WITH_SERVER_MESSAGE" desc=
"Message for network connection error notification with details and a server mes
sage"> |
129 Failed to connect to '<ph name="name">$1<ex>GoogleGuest</ex></ph>': <ph name="de
tails">$2<ex>Unrecognized error</ex></ph> | 129 Failed to connect to '<ph name="name">$1<ex>GoogleGuest</ex></ph>': <ph name="de
tails">$2<ex>Unrecognized error</ex></ph> |
130 Server message: <ph name="server_msg">$3<ex>Incorrect password</ex></ph> | 130 Server message: <ph name="server_msg">$3<ex>Incorrect password</ex></ph> |
131 </message> | 131 </message> |
| 132 <message name="IDS_NETWORK_CONNECTION_ERROR_MESSAGE_NO_NAME" desc="Message for
network connection error where the network name is unavailable"> |
| 133 Failed to connect to network: <ph name="details">$2<ex>Unrecognized error</e
x></ph> |
| 134 </message> |
132 <message name="IDS_NETWORK_OUT_OF_CREDITS_TITLE" desc="Title for network out o
f data error notification"> | 135 <message name="IDS_NETWORK_OUT_OF_CREDITS_TITLE" desc="Title for network out o
f data error notification"> |
133 Network Connection Error | 136 Network Connection Error |
134 </message> | 137 </message> |
135 <message name="IDS_NETWORK_OUT_OF_CREDITS_BODY" desc="Message body for network
out of data error notification"> | 138 <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. | 139 You may have used up your mobile data allowance. Visit the <ph name="name">$
1<ex>GoogleGuest</ex></ph> activation portal to buy more data. |
137 </message> | |
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. | |
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"> | 144 <message name="IDS_NETWORK_CELLULAR_ACTIVATED_TITLE" desc="Title for cellular
activated notification"> |
145 Cellular Activated | 145 Cellular Activated |
146 </message> | 146 </message> |
147 <message name="IDS_NETWORK_CELLULAR_ACTIVATED" desc="Text of the cellular acti
vated notification"> | 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. | 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> | 149 </message> |
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
298 | 298 |
299 <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"> |
300 <ph name="device_name">$1<ex>Headphone</ex></ph> (Bluetooth) | 300 <ph name="device_name">$1<ex>Headphone</ex></ph> (Bluetooth) |
301 </message> | 301 </message> |
302 | 302 |
303 <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"> |
304 <ph name="device_name">$1<ex>Speaker</ex></ph> (HDMI) | 304 <ph name="device_name">$1<ex>Speaker</ex></ph> (HDMI) |
305 </message> | 305 </message> |
306 | 306 |
307 </grit-part> | 307 </grit-part> |
OLD | NEW |