diff options
author | zelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-25 06:17:04 +0000 |
---|---|---|
committer | zelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-25 06:17:04 +0000 |
commit | 9d3f7d5e85d9834495434d7b925c1ba7933a344f (patch) | |
tree | 1b1100ef3ca76cbd86aa302cd29603c7dbffed84 /chrome/app/generated_resources.grd | |
parent | 5530ac65a61c659e28ced24a4479a5c4d11dc546 (diff) | |
download | chromium_src-9d3f7d5e85d9834495434d7b925c1ba7933a344f.zip chromium_src-9d3f7d5e85d9834495434d7b925c1ba7933a344f.tar.gz chromium_src-9d3f7d5e85d9834495434d7b925c1ba7933a344f.tar.bz2 |
Skeleton for mobile device activation UI.
BUG=chromium-os:6868
TEST=none
Review URL: http://codereview.chromium.org/3448018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60568 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 9738ef1..8a766dc 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3886,8 +3886,8 @@ Keep your key file in a safe place. You will need it to create new versions of y You are using an unsupported command-line flag: <ph name="BAD_FLAG">$1<ex>--no-sandbox</ex></ph>. Stability and security will suffer. </message> - <!-- about:system strings --> <if expr="pp_ifdef('chromeos')"> + <!-- about:system strings --> <message name="IDS_ABOUT_SYS_TITLE" desc="about:system page title"> About System </message> @@ -3909,6 +3909,14 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_ABOUT_SYS_COLLAPSE" desc="name of a button that hides (collapses) specific system details"> Collapse... </message> + + <!-- chrome://mobilesetup strings --> + <message name="IDS_MOBILE_SETUP_TITLE" desc="ChromeOS mobile device activation page title"> + Activate your cellular connection + </message> + <message name="IDS_MOBILE_SETUP_HEADER" desc="ChromeOS mobile device activation page heade"> + Cellular device activation + </message> </if> <!-- about:version strings --> |