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

Side by Side Diff: chrome/app/chromium_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: Minor comment fixes 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 distribution specific. 2 <!-- This file contains definitions of strings that are distribution specific.
3 These strings will not be translated and only english versions will 3 These strings will not be translated and only english versions will
4 be available for now. --> 4 be available for now. -->
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/chromium_strings.h" type="rc_header"> 9 <output filename="grit/chromium_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 766 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 <!-- Sync promo page chrome://signin --> 777 <!-- Sync promo page chrome://signin -->
778 <message name="IDS_SYNC_PROMO_V_LEARN_MORE" desc="Learn more link at the b ottom of the sync promo."> 778 <message name="IDS_SYNC_PROMO_V_LEARN_MORE" desc="Learn more link at the b ottom of the sync promo.">
779 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 Chromium. 779 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 Chromium.
780 </message> 780 </message>
781 781
782 <!-- One click sign in infobar --> 782 <!-- One click sign in infobar -->
783 <if expr="not pp_ifdef('chromeos')"> 783 <if expr="not pp_ifdef('chromeos')">
784 <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."> 784 <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.">
785 Use this Google Account to sync all your Chromium stuff? 785 Use this Google Account to sync all your Chromium stuff?
786 </message> 786 </message>
787 <message name="IDS_ONE_CLICK_SIGNIN_BUBBLE_MESSAGE" desc="The body of th e sync promo NTP bubble.">
788 You're now signed in to Chromium! Your bookmarks, history, and other s ettings will be synced to your Google Account.
789 </message>
787 <message name="IDS_ONE_CLICK_SIGNIN_DIALOG_HEADING" desc="The heading of the reverse auto-login dialog."> 790 <message name="IDS_ONE_CLICK_SIGNIN_DIALOG_HEADING" desc="The heading of the reverse auto-login dialog.">
788 Sign in to Chromium 791 Sign in to Chromium
789 </message> 792 </message>
790 </if> 793 </if>
791 794
792 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill options menu entry."> 795 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill options menu entry.">
793 Chromium Autofill settings 796 Chromium Autofill settings
794 </message> 797 </message>
795 798
796 <!-- Web Intents --> 799 <!-- Web Intents -->
797 <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."> 800 <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.">
798 Add to Chromium 801 Add to Chromium
799 </message> 802 </message>
800 </messages> 803 </messages>
801 </release> 804 </release>
802 </grit> 805 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698