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 con nection error notification"> | |
pneubeck (no reviews)
2013/08/20 08:32:26
the 'desc' is inconsistent with the text content:
stevenjb
2013/08/20 20:47:43
Done.
| |
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 requries a connection"> | |
pneubeck (no reviews)
2013/08/20 08:32:26
nit: requries -> requires
stevenjb
2013/08/20 20:47:43
Done.
| |
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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
261 Stop | 273 Stop |
262 </message> | 274 </message> |
263 <message name="IDS_ASH_STATUS_TRAY_SCREEN_SHARE_BEING_HELPED" desc="label for screen sharing notification"> | 275 <message name="IDS_ASH_STATUS_TRAY_SCREEN_SHARE_BEING_HELPED" desc="label for screen sharing notification"> |
264 Sharing control of your screen via Hangouts. | 276 Sharing control of your screen via Hangouts. |
265 </message> | 277 </message> |
266 <message name="IDS_ASH_STATUS_TRAY_SCREEN_SHARE_BEING_HELPED_NAME" desc="label for screen sharing notification with name"> | 278 <message name="IDS_ASH_STATUS_TRAY_SCREEN_SHARE_BEING_HELPED_NAME" desc="label for screen sharing notification with name"> |
267 Sharing control of your screen with <ph name="HELPER_NAME">$1<ex>Walder Frey </ex></ph> via Hangouts. | 279 Sharing control of your screen with <ph name="HELPER_NAME">$1<ex>Walder Frey </ex></ph> via Hangouts. |
268 </message> | 280 </message> |
269 | 281 |
270 </grit-part> | 282 </grit-part> |
OLD | NEW |