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

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

Issue 12184012: Define strings for enterprise account sign-in profile link confirmation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 10 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 751 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 Use this Google Account to sync all your Chrome stuff? 762 Use this Google Account to sync all your Chrome stuff?
763 </message> 763 </message>
764 <message name="IDS_ONE_CLICK_SIGNIN_BUBBLE_MESSAGE" desc="The body of th e sync promo NTP bubble."> 764 <message name="IDS_ONE_CLICK_SIGNIN_BUBBLE_MESSAGE" desc="The body of th e sync promo NTP bubble.">
765 You're now signed in to Chrome! Your bookmarks, history, and other set tings will be synced to your Google Account. 765 You're now signed in to Chrome! Your bookmarks, history, and other set tings will be synced to your Google Account.
766 </message> 766 </message>
767 <message name="IDS_ONE_CLICK_SIGNIN_DIALOG_HEADING" desc="The heading of the reverse auto-login dialog."> 767 <message name="IDS_ONE_CLICK_SIGNIN_DIALOG_HEADING" desc="The heading of the reverse auto-login dialog.">
768 Sign in to Chrome 768 Sign in to Chrome
769 </message> 769 </message>
770 </if> 770 </if>
771 771
772 <!-- Enterprise sign-in profile linking -->
773 <message name="IDS_ENTERPRISE_SIGNIN_PROFILE_LINK_DIALOG_TITLE" desc="The title of the dialog to confirm linking the browser profile with the signed-in en terprise account">
774 Link your Chrome profile
775 </message>
776 <message name="IDS_ENTERPRISE_SIGNIN_PROFILE_LINK_MESSAGE" desc="The warni ng message displayed to an enterprise user about to link their profile to their Google account. This message is followed by a 'Learn more' link.">
777 You are signing in with a managed account and giving its administrator c ontrol over your Google Chrome profile. Your Chrome data, such as your apps, boo kmarks, history, passwords, and other settings will become permanently tied to < ph name="USER_NAME">$1<ex>pat@example.com</ex></ph>. You will be able to delete this data via the Google Accounts Dashboard, but you will not be able to associa te this data with another account.
778 </message>
779 <message name="IDS_ENTERPRISE_SIGNIN_CREATE_NEW_PROFILE_PROMPT" desc="The text of the prompt to create a new profile after signing into an enterprise acco unt">
780 If you prefer to keep your existing Chrome data separate, you can create a new Chrome user for <ph name="USER_NAME">$1<ex>pat@example.com</ex></ph>.
781 </message>
782 <message name="IDS_ENTERPRISE_SIGNIN_CREATE_NEW_PROFILE_NO" desc="Text of the button to link the current profile with the signed-in enterprise account">
783 Link my Chrome data to this account
784 </message>
785
772 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill options menu entry."> 786 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill options menu entry.">
773 Chrome Autofill settings 787 Chrome Autofill settings
774 </message> 788 </message>
775 <message name="IDS_AUTOFILL_DIALOG_SAVE_LOCALLY_CHECKBOX" desc="Checkbox t hat controls whether info the user types into the autofill dialog is saved by ch rome."> 789 <message name="IDS_AUTOFILL_DIALOG_SAVE_LOCALLY_CHECKBOX" desc="Checkbox t hat controls whether info the user types into the autofill dialog is saved by ch rome.">
776 Save details in Chrome 790 Save details in Chrome
777 </message> 791 </message>
778 792
779 <!-- Web Intents --> 793 <!-- Web Intents -->
780 <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."> 794 <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.">
781 Add to Chrome 795 Add to Chrome
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
871 <!-- App list --> 885 <!-- App list -->
872 <message name="IDS_APP_LIST_SHORTCUT_NAME" desc="Name for the Chrome App L ist to appear in the taskbar and in any shortcuts to it."> 886 <message name="IDS_APP_LIST_SHORTCUT_NAME" desc="Name for the Chrome App L ist to appear in the taskbar and in any shortcuts to it.">
873 Chrome App Launcher 887 Chrome App Launcher
874 </message> 888 </message>
875 <message name="IDS_APP_LIST_OPT_IN_TEXT" desc="Text to appear in the promp t to use the Chrome app list."> 889 <message name="IDS_APP_LIST_OPT_IN_TEXT" desc="Text to appear in the promp t to use the Chrome app list.">
876 Use the Chrome App Launcher to launch your apps. 890 Use the Chrome App Launcher to launch your apps.
877 </message> 891 </message>
878 </messages> 892 </messages>
879 </release> 893 </release>
880 </grit> 894 </grit>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698