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

Side by Side Diff: chrome/app/google_chrome_strings.grd

Issue 10332185: Update behavior of one-click infobar to remove modal dialog, add "undo". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix mac compiler error Created 8 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This file contains definitions of strings that are specific to 2 <!-- This file contains definitions of strings that are specific to
3 Google Chrome. These strings will be translated for each locale that Google 3 Google Chrome. These strings will be translated for each locale that Google
4 Chrome supports. --> 4 Chrome supports. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/google_chrome_strings.h" type="rc_header"> 9 <output filename="grit/google_chrome_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 <!-- Sync promo page chrome://signin --> 702 <!-- Sync promo page chrome://signin -->
703 <message name="IDS_SYNC_PROMO_V_LEARN_MORE" desc="Learn more link at the b ottom of the sync promo."> 703 <message name="IDS_SYNC_PROMO_V_LEARN_MORE" desc="Learn more link at the b ottom of the sync promo.">
704 See <ph name="BEGIN_LINK">&lt;a target="_blank" href="$1"&gt;</ph>more b enefits<ph name="END_LINK">&lt;/a&gt;</ph> of signing in to Chrome. 704 See <ph name="BEGIN_LINK">&lt;a target="_blank" href="$1"&gt;</ph>more b enefits<ph name="END_LINK">&lt;/a&gt;</ph> of signing in to Chrome.
705 </message> 705 </message>
706 706
707 <!-- One click sign in infobar --> 707 <!-- One click sign in infobar -->
708 <if expr="not pp_ifdef('chromeos')"> 708 <if expr="not pp_ifdef('chromeos')">
709 <message name="IDS_ONE_CLICK_SIGNIN_INFOBAR_MESSAGE" desc="The string sh own in the infobar explaining that the user can connect his profile to a Google account instead of logging in only here."> 709 <message name="IDS_ONE_CLICK_SIGNIN_INFOBAR_MESSAGE" desc="The string sh own in the infobar explaining that the user can connect his profile to a Google account instead of logging in only here.">
710 Use this Google Account to sync all your Chrome stuff? 710 Use this Google Account to sync all your Chrome stuff?
711 </message> 711 </message>
712 <message name="IDS_ONE_CLICK_SIGNIN_BUBBLE_MESSAGE" desc="The body of th e sync promo NTP bubble.">
713 You're now signed in to Chrome! Your bookmarks, history, and other set tings will be synced to your Google Account.
714 </message>
712 <message name="IDS_ONE_CLICK_SIGNIN_DIALOG_HEADING" desc="The heading of the reverse auto-login dialog."> 715 <message name="IDS_ONE_CLICK_SIGNIN_DIALOG_HEADING" desc="The heading of the reverse auto-login dialog.">
713 Sign in to Chrome 716 Sign in to Chrome
714 </message> 717 </message>
715 </if> 718 </if>
716 719
717 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill options menu entry."> 720 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill options menu entry.">
718 Chrome Autofill settings 721 Chrome Autofill settings
719 </message> 722 </message>
720 723
721 <!-- Web Intents --> 724 <!-- Web Intents -->
722 <message name="IDS_INTENT_PICKER_INSTALL_EXTENSION" desc="Text on the butt on in the web intent picker that installs an extension then uses the extension a s an intent service."> 725 <message name="IDS_INTENT_PICKER_INSTALL_EXTENSION" desc="Text on the butt on in the web intent picker that installs an extension then uses the extension a s an intent service.">
723 Add to Chrome 726 Add to Chrome
724 </message> 727 </message>
725 </messages> 728 </messages>
726 </release> 729 </release>
727 </grit> 730 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698