diff options
author | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-20 17:01:00 +0000 |
---|---|---|
committer | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-20 17:01:00 +0000 |
commit | a5093ca939c435fa11e150f3fa8094dc074fb5b0 (patch) | |
tree | 5c7199e9094296db8f939d98c06295de28c203e9 /chrome/app/generated_resources.grd | |
parent | 2cf725f68fa5106fd5bcb1e1fb8699bb3628cafe (diff) | |
download | chromium_src-a5093ca939c435fa11e150f3fa8094dc074fb5b0.zip chromium_src-a5093ca939c435fa11e150f3fa8094dc074fb5b0.tar.gz chromium_src-a5093ca939c435fa11e150f3fa8094dc074fb5b0.tar.bz2 |
Strings for various sync promo changes
BUG=107623, 107219
TEST=
Review URL: https://chromiumcodereview.appspot.com/9265002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118454 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 36 |
1 files changed, 34 insertions, 2 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index b602fc4..f29ffe9 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -10953,9 +10953,18 @@ Some features may be unavailable. Please check that the profile exists and you <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_TITLE_SHORT" desc="The title at the top of the sync promo with a short product name."> + Welcome to <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> + </message> + <message name="IDS_SYNC_PROMO_TITLE_EXISTING_USER" desc="The title at the top of the sync promo shown to existing users."> + Sign in to <ph name="SHORT_PRODUCT_NAME">$1<ex>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_TITLE_SHORT" desc="A short sync promo message displayed under the title."> + Sign in to get your bookmarks, history, and settings on all your devices. + </message> <message name="IDS_SYNC_PROMO_MESSAGE_BODY_A" desc="The body of the sync promo message. This is experiment choice 0, and the control/default message."> Get your bookmarks, history, and settings on all your devices. </message> @@ -10970,12 +10979,12 @@ Some features may be unavailable. Please check that the profile exists and you </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."> - No Thanks + 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."> - No thanks + Skip for now </message> </if> <message name="IDS_SYNC_PROMO_ADVANCED" desc="The link button at the bottom to let the user customize the sync settings."> @@ -11006,6 +11015,29 @@ Some features may be unavailable. Please check that the profile exists and you <message name="IDS_SYNC_PROMO_NOT_SIGNED_IN_STATUS_LINK" desc="The linkified portion of the sync sign in promo on the NTP. Clicking this text allows the user to sign in to sync."> sign in </message> + <message name="IDS_SYNC_PROMO_V_CREATE_ACCOUNT" desc="Verbose sync promo. A link at the top of the sync promo to create a new account."> + Sign up for a new Google Account + </message> + <message name="IDS_SYNC_PROMO_V_MESSAGE_BODY" desc="Verbose sync promo. The message body."> + Sign in to <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> with your Google Account to get your bookmarks, history, and settings on all your devices. You'll also be automatically signed in to all your favorite Google services. + </message> + <message name="IDS_SYNC_PROMO_V_SYNC_TITLE" desc="Verbose sync promo. Title of the sync message."> + Sync + </message> + <message name="IDS_SYNC_PROMO_V_SYNC_BODY" desc="Verbose sync promo. Body of the sync message."> + 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> + <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> + <message name="IDS_SYNC_PROMO_V_SERVICES_TITLE" desc="Verbose sync promo. Title of the Google Services message."> + Google Services + </message> + <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> <!-- Translate Info Bar --> <message name="IDS_TRANSLATE_INFOBAR_OPTIONS" desc="Text to show for the translate infobar options menu button"> |