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

Unified Diff: chrome/app/google_chrome_strings.grd

Issue 14846020: Add Views implementation of ProfileSigninConfirmationDialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove default button Created 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/app/google_chrome_strings.grd
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd
index 3142ad5f2f603d21cc48f3cc8443d072abc07549..8d386ab9d57faaf8013fc1e85104b8c7852a4836 100644
--- a/chrome/app/google_chrome_strings.grd
+++ b/chrome/app/google_chrome_strings.grd
@@ -795,6 +795,18 @@ Signing in anyway will merge Chrome information like bookmarks, history, and oth
Link my Chrome data to this account
</message>
+ <!-- Enterprise sign-in dialog (new-style) -->
+ <!-- TODO(dconnelly): remove "new-style" once the old dialog is gone. -->
+ <message name="IDS_ENTERPRISE_SIGNIN_TITLE_NEW_STYLE" desc="The title of the dialog to confirm linking the browser profile with the signed-in enterprise account">
+ Save your Chrome data to this account?
+ </message>
+ <message name="IDS_ENTERPRISE_SIGNIN_EXPLANATION_WITHOUT_PROFILE_CREATION_NEW_STYLE" desc="The warning message displayed to an enterprise user about to link their profile to their Google account. This message is followed by a 'Learn more' link.">
+ Your bookmarks, history and other Chrome data can be saved to your Google Account and will then be controlled by the <ph name="DOMAIN">$1<ex>example.com</ex></ph> administrator. <ph name="LEARN_MORE">$2<ex>Learn more</ex></ph>
+ </message>
+ <message name="IDS_ENTERPRISE_SIGNIN_EXPLANATION_WITH_PROFILE_CREATION_NEW_STYLE" desc="The warning message displayed to an enterprise user about to link their profile to their Google account. Additionally notifies the user that they can create a new profile instead. This message is followed by a 'Learn more' link.">
+ Your bookmarks, history and other Chrome data can be saved to your Google Account and will then be controlled by the <ph name="DOMAIN">$1<ex>example.com</ex></ph> administrator. You can optionally create a new profile to keep your existing Chrome data separate. <ph name="LEARN_MORE">$2<ex>Learn more</ex></ph>
+ </message>
+
<message name="IDS_AUTOFILL_DIALOG_SAVE_LOCALLY_CHECKBOX" desc="Checkbox that controls whether info the user types into the autofill dialog is saved by chrome.">
Save details in Chrome
</message>

Powered by Google App Engine
This is Rietveld 408576698