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

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 + fix clang 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
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 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
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>
OLDNEW
« no previous file with comments | « no previous file | ash/system/chromeos/network/network_connect.h » ('j') | ash/system/chromeos/network/network_connect.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698