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 Network strings --> | 6 <!-- Status Tray Network strings --> |
7 <message name="IDS_ASH_STATUS_TRAY_NETWORK" desc="The label used in the networ
k dialog header."> | 7 <message name="IDS_ASH_STATUS_TRAY_NETWORK" desc="The label used in the networ
k dialog header."> |
8 Network | 8 Network |
9 </message> | 9 </message> |
10 <message name="IDS_ASH_STATUS_TRAY_VPN" desc="The label used in the VPN detail
ed view header."> | 10 <message name="IDS_ASH_STATUS_TRAY_VPN" desc="The label used in the VPN detail
ed view header."> |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 Searching for cellular networks... | 110 Searching for cellular networks... |
111 </message> | 111 </message> |
112 | 112 |
113 <!-- Other Network UI strings --> | 113 <!-- Other Network UI strings --> |
114 <message name="IDS_NETWORK_CONNECTION_ERROR_TITLE" desc="Title for network con
nection error notification"> | 114 <message name="IDS_NETWORK_CONNECTION_ERROR_TITLE" desc="Title for network con
nection error notification"> |
115 Network Connection Error | 115 Network Connection Error |
116 </message> | 116 </message> |
117 <message name="IDS_NETWORK_CONNECTION_ERROR_MESSAGE_WITH_DETAILS" desc="Messag
e for network connection error notification with details"> | 117 <message name="IDS_NETWORK_CONNECTION_ERROR_MESSAGE_WITH_DETAILS" desc="Messag
e for network connection error notification with details"> |
118 Failed to connect to network '<ph name="name">$1<ex>GoogleGuest</ex></ph>':
<ph name="details">$2<ex>Unrecognized error</ex></ph> | 118 Failed to connect to network '<ph name="name">$1<ex>GoogleGuest</ex></ph>':
<ph name="details">$2<ex>Unrecognized error</ex></ph> |
119 </message> | 119 </message> |
| 120 <message name="IDS_NETWORK_OUT_OF_CREDITS_TITLE" desc="Title for network out o
f data error notification"> |
| 121 Network Connection Error |
| 122 </message> |
| 123 <message name="IDS_NETWORK_OUT_OF_CREDITS_BODY" desc="Message body for network
out of data error notification"> |
| 124 You may have used up your mobile data allowance. |
| 125 </message> |
| 126 <message name="IDS_NETWORK_OUT_OF_CREDITS_LINK" desc="Link text for network ou
t of data error notification"> |
| 127 Visit the <ph name="name">$1<ex>GoogleGuest</ex></ph> activation portal to b
uy more data. |
| 128 </message> |
120 | 129 |
121 <!-- Network state strings --> | 130 <!-- Network state strings --> |
122 <message name="IDS_CHROMEOS_NETWORK_STATE_UNKNOWN" desc="Network state in abou
t:network: UNKNOWN"> | 131 <message name="IDS_CHROMEOS_NETWORK_STATE_UNKNOWN" desc="Network state in abou
t:network: UNKNOWN"> |
123 Unknown | 132 Unknown |
124 </message> | 133 </message> |
125 <message name="IDS_CHROMEOS_NETWORK_STATE_IDLE" desc="Network state in about:n
etwork: IDLE"> | 134 <message name="IDS_CHROMEOS_NETWORK_STATE_IDLE" desc="Network state in about:n
etwork: IDLE"> |
126 Idle | 135 Idle |
127 </message> | 136 </message> |
128 <message name="IDS_CHROMEOS_NETWORK_STATE_CARRIER" desc="Network state in abou
t:network: CARRIER"> | 137 <message name="IDS_CHROMEOS_NETWORK_STATE_CARRIER" desc="Network state in abou
t:network: CARRIER"> |
129 Carrier | 138 Carrier |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
212 Failed to authenticate with provided certificate | 221 Failed to authenticate with provided certificate |
213 </message> | 222 </message> |
214 <message name="IDS_CHROMEOS_NETWORK_ERROR_PPP_AUTH_FAILED" desc="Network error
in about:network: PPP_AUTH_FAILED"> | 223 <message name="IDS_CHROMEOS_NETWORK_ERROR_PPP_AUTH_FAILED" desc="Network error
in about:network: PPP_AUTH_FAILED"> |
215 Failed to authenticate with provided username or password | 224 Failed to authenticate with provided username or password |
216 </message> | 225 </message> |
217 <message name="IDS_CHROMEOS_NETWORK_ERROR_UNRECOGNIZED" desc="Network error in
about:network: Unrecognized"> | 226 <message name="IDS_CHROMEOS_NETWORK_ERROR_UNRECOGNIZED" desc="Network error in
about:network: Unrecognized"> |
218 Unrecognized error | 227 Unrecognized error |
219 </message> | 228 </message> |
220 | 229 |
221 </grit-part> | 230 </grit-part> |
OLD | NEW |