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

Unified Diff: chrome/app/generated_resources.grd

Issue 3606005: Hooked mobile activation UI with the new libcros additions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/network_library.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
===================================================================
--- chrome/app/generated_resources.grd (revision 61908)
+++ chrome/app/generated_resources.grd (working copy)
@@ -4065,11 +4065,23 @@
<!-- chrome://mobilesetup strings -->
<message name="IDS_MOBILE_SETUP_TITLE" desc="ChromeOS mobile device activation page title">
- Activate your cellular connection
+ Cellular data service management
</message>
- <message name="IDS_MOBILE_SETUP_HEADER" desc="ChromeOS mobile device activation page heade">
- Cellular device activation
+ <message name="IDS_MOBILE_CONNECTING_HEADER" desc="Mobile connection page header while connecting to the provider">
+ Connecting to <ph name="PROVIDER_NAME">$1<ex>Acme Mobile</ex></ph>
</message>
+ <message name="IDS_MOBILE_ERROR_HEADER" desc="Mobile connection page header when connection error occur">
+ Connection error:
+ </message>
+ <message name="IDS_MOBILE_ACTIVATING_HEADER" desc="Message header when data service is being activated">
+ Activating your data service
+ </message>
+ <message name="IDS_MOBILE_COMPLETED_HEADER" desc="Message header when data servicen is completed">
Eric Shienbrood 2010/10/08 20:52:47 typo: s/servicen/service/
+ Activation complete
+ </message>
+ <message name="IDS_MOBILE_COMPLETED_TEXT" desc="Message when cellular data service activation or payment is completed">
+ Your data service is activated and ready to use
+ </message>
</if>
<!-- about:version strings -->
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/network_library.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698