diff options
author | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-29 21:30:43 +0000 |
---|---|---|
committer | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-29 21:30:43 +0000 |
commit | ec7be0a8648508960007da8f53e2f9007da7a7ed (patch) | |
tree | 3b1a4b86e0e8f96443e08e9666732b24e79ac977 /chrome/app | |
parent | afc3320c7503e09dad36bb82e1c5ed5f22a5eff9 (diff) | |
download | chromium_src-ec7be0a8648508960007da8f53e2f9007da7a7ed.zip chromium_src-ec7be0a8648508960007da8f53e2f9007da7a7ed.tar.gz chromium_src-ec7be0a8648508960007da8f53e2f9007da7a7ed.tar.bz2 |
Add sync promo text
This adds some explanatory text to the side of the sync promo.
Note, this doesn't change the look of the sync sign-in dialog in Settings. I'll do that as a separate CL.
BUG=89276
TEST=
Review URL: http://codereview.chromium.org/8021014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103356 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 466434f..6e88528 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -10112,6 +10112,23 @@ Keep your key file in a safe place. You will need it to create new versions of y </message> </if> + <!-- Sync promo page chrome://syncpromo --> + <message name="IDS_SYNC_PROMO_TITLE" desc="The title at the top of the sync promo"> + Welcome To <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> + </message> + <message name="IDS_SYNC_PROMO_MESSAGE_TITLE" desc="The first part of the sync promo message."> + Set up <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> with your Google Account + </message> + <message name="IDS_SYNC_PROMO_MESSAGE_BODY" desc="The body of the sync promo message. This is followed by a learn more link."> + Automatically <strong> back up </strong> and <strong> sync </strong> your bookmarks and settings. + </message> + <message name="IDS_SYNC_PROMO_SKIP_MESSAGE" desc="The text at the bottom to let the user skip the sync promo."> + or + </message> + <message name="IDS_SYNC_PROMO_SKIP_BUTTON" desc="The button at the bottom to let the user skip the sync promo."> + Skip setup for now + </message> + <!-- Translate Info Bar --> <message name="IDS_TRANSLATE_INFOBAR_OPTIONS" desc="Text to show for the translate infobar options menu button"> Options |