diff options
author | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-28 20:54:58 +0000 |
---|---|---|
committer | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-28 20:54:58 +0000 |
commit | ecf392af2af30d532779569f51b5f3bc2292b267 (patch) | |
tree | 19c951947369f9342e7b4d745ebce5f748e297fa /chrome/app | |
parent | 8606fb3e81c8ce893abbc5fbf9d04f78f01e1bf3 (diff) | |
download | chromium_src-ecf392af2af30d532779569f51b5f3bc2292b267.zip chromium_src-ecf392af2af30d532779569f51b5f3bc2292b267.tar.gz chromium_src-ecf392af2af30d532779569f51b5f3bc2292b267.tar.bz2 |
Update sync promo page
This CL updates the default sync promo page and adds 3 new experimental layouts. Currently the experimental layout can be viewed by running chrome with --sync-promo-version=n where n is between 0 and 3.
Screenshots: http://imgur.com/a/Smjmh
See bugs for mockups.
BUG=107623
TEST=
Review URL: https://chromiumcodereview.appspot.com/9117046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119624 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/chromium_strings.grd | 5 | ||||
-rw-r--r-- | chrome/app/generated_resources.grd | 19 | ||||
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 5 |
3 files changed, 18 insertions, 11 deletions
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd index ae9d7a3..611cb6f 100644 --- a/chrome/app/chromium_strings.grd +++ b/chrome/app/chromium_strings.grd @@ -660,6 +660,11 @@ The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has been Chromium Utility </message> </if> + + <!-- Sync promo page chrome://syncpromo --> + <message name="IDS_SYNC_PROMO_V_LEARN_MORE" desc="Learn more link at the bottom of the sync promo."> + See <ph name="BEGIN_LINK"><a target="_blank" href="$1"></ph>more benefits<ph name="END_LINK"></a></ph> of signing in to Chromium. + </message> </messages> </release> </grit> diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 6600c73..fcabc40 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -11014,16 +11014,9 @@ Some features may be unavailable. Please check that the profile exists and you <message name="IDS_SYNC_PROMO_MESSAGE_BODY_D" desc="The body of the sync promo message. Experiment choice 3."> Get your bookmarks, history, and settings on all your devices. Plus, you'll be automatically signed in to your favorite Google services. </message> - <if expr="pp_ifdef('use_titlecase')"> - <message name="IDS_SYNC_PROMO_SKIP_BUTTON" desc="In Title Case: The button at the bottom to let the user skip the sync promo."> - Skip for Now - </message> - </if> - <if expr="not pp_ifdef('use_titlecase')"> - <message name="IDS_SYNC_PROMO_SKIP_BUTTON" desc="The button at the bottom to let the user skip the sync promo."> - Skip for now - </message> - </if> + <message name="IDS_SYNC_PROMO_SKIP_BUTTON" desc="The link button at the bottom to let the user skip the sync promo."> + Skip for now + </message> <message name="IDS_SYNC_PROMO_ADVANCED" desc="The link button at the bottom to let the user customize the sync settings."> Advanced... </message> @@ -11065,7 +11058,8 @@ Some features may be unavailable. Please check that the profile exists and you Add a bookmark on one device and it's instantly added on all your devices. </message> <message name="IDS_SYNC_PROMO_V_BACKUP_TITLE" desc="Verbose sync promo. Title of the backup message."> - Backup </message> + Backup + </message> <message name="IDS_SYNC_PROMO_V_BACKUP_BODY" desc="Verbose sync promo. Body of the backup message."> All your <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> settings are safe in case anything happens to your computer. </message> @@ -11075,6 +11069,9 @@ Some features may be unavailable. Please check that the profile exists and you <message name="IDS_SYNC_PROMO_V_SERVICES_BODY" desc="Verbose sync promo. Body of the Google Services message."> Automatically sign in to all your favorite Google services, like Gmail. </message> + <message name="IDS_SYNC_PROMO_V_SIGN_UP" desc="Sign up link at the top of the sync promo."> + Sign up for a new Google Account + </message> <!-- Translate Info Bar --> <message name="IDS_TRANSLATE_INFOBAR_OPTIONS" desc="Text to show for the translate infobar options menu button"> diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index eea76b4..c13cd8c 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -639,6 +639,11 @@ The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has been Chrome Utility </message> </if> + + <!-- Sync promo page chrome://syncpromo --> + <message name="IDS_SYNC_PROMO_V_LEARN_MORE" desc="Learn more link at the bottom of the sync promo."> + See <ph name="BEGIN_LINK"><a target="_blank" href="$1"></ph>more benefits<ph name="END_LINK"></a></ph> of signing in to Chrome. + </message> </messages> </release> </grit> |