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

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

Issue 225963004: Adds a settings link to account removal UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 8 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 757 matching lines...) Expand 10 before | Expand all | Expand 10 after
768 <!-- Tutorial card in the avatar menu bubble --> 768 <!-- Tutorial card in the avatar menu bubble -->
769 <message name="IDS_PROFILES_SIGNIN_TUTORIAL_CONTENT_TEXT" desc="The main c ontent of the tutorial card in the avatar menu bubble view for a signed-in user. "> 769 <message name="IDS_PROFILES_SIGNIN_TUTORIAL_CONTENT_TEXT" desc="The main c ontent of the tutorial card in the avatar menu bubble view for a signed-in user. ">
770 You can add your other Google Accounts and lock your Chrome below. 770 You can add your other Google Accounts and lock your Chrome below.
771 </message> 771 </message>
772 772
773 <!-- Account removal view in the avatar menu bubble --> 773 <!-- Account removal view in the avatar menu bubble -->
774 <message name="IDS_PROFILES_ACCOUNT_REMOVAL_TEXT" desc="Main text of the a ccount removal view when removing a secondary account."> 774 <message name="IDS_PROFILES_ACCOUNT_REMOVAL_TEXT" desc="Main text of the a ccount removal view when removing a secondary account.">
775 To remove your account, Chrome needs to restart. Make sure you've saved any open work before continuing. 775 To remove your account, Chrome needs to restart. Make sure you've saved any open work before continuing.
776 </message> 776 </message>
777 <message name="IDS_PROFILES_PRIMARY_ACCOUNT_REMOVAL_TEXT" desc="Main text of the account removal view when removing a primary account."> 777 <message name="IDS_PROFILES_PRIMARY_ACCOUNT_REMOVAL_TEXT" desc="Main text of the account removal view when removing a primary account.">
778 You're using <ph name="PROFILE_EMAIL">$1<ex>jessica@gmail.com</ex></ph> to sync your Chrome stuff. To update your sync preference or to use Chrome witho ut a Google account, visit settings. 778 You're using <ph name="PROFILE_EMAIL">$1<ex>jessica@gmail.com</ex></ph> to sync your Chrome stuff. To update your sync preference or to use Chrome witho ut a Google account, visit <ph name="SETTINGS_LINK">$2<ex>settings</ex></ph>.
779 </message> 779 </message>
780 780
781 <!-- Sync Promo New Tab Page bubble strings --> 781 <!-- Sync Promo New Tab Page bubble strings -->
782 <message name="IDS_SYNC_PROMO_NTP_BUBBLE_MESSAGE_NEW" desc="The body of th e sync promo NTP bubble."> 782 <message name="IDS_SYNC_PROMO_NTP_BUBBLE_MESSAGE_NEW" desc="The body of th e sync promo NTP bubble.">
783 Now that you're signed in, you can get your tabs, bookmarks and other Ch rome stuff across your laptop, phone and tablet. You will also receive more rele vant suggestions and features on Google services. 783 Now that you're signed in, you can get your tabs, bookmarks and other Ch rome stuff across your laptop, phone and tablet. You will also receive more rele vant suggestions and features on Google services.
784 </message> 784 </message>
785 785
786 <!-- One click sign-in infobar --> 786 <!-- One click sign-in infobar -->
787 <if expr="not chromeos"> 787 <if expr="not chromeos">
788 <!-- New one-click sign-in dialog contents for SAML support --> 788 <!-- New one-click sign-in dialog contents for SAML support -->
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
1121 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE" 1121 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE"
1122 desc="Explanation in a new OTR window that extensions have been disabled while in OTR."> 1122 desc="Explanation in a new OTR window that extensions have been disabled while in OTR.">
1123 Because Google Chrome does not control how extensions handle your pers onal data, all extensions have been disabled for incognito windows. You can reen able them individually in the 1123 Because Google Chrome does not control how extensions handle your pers onal data, all extensions have been disabled for incognito windows. You can reen able them individually in the
1124 <ph name="BEGIN_LINK">&lt;a href="$1"&gt;</ph>extensions manager<ph na me="END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph>. 1124 <ph name="BEGIN_LINK">&lt;a href="$1"&gt;</ph>extensions manager<ph na me="END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph>.
1125 </message> 1125 </message>
1126 </if> 1126 </if>
1127 1127
1128 </messages> 1128 </messages>
1129 </release> 1129 </release>
1130 </grit> 1130 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698