Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Side by Side Diff: ash/ash_chromeos_strings.grdp

Issue 22796014: Eliminate c/b/chromeos/options/network_connect.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/system/chromeos/network/network_connect.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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>
OLDNEW
« no previous file with comments | « no previous file | ash/system/chromeos/network/network_connect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698