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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2450843002: Indicate that sync was disabled by administrator. (Closed)
Patch Set: Address code review. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 5c802f32ad954e08f7aa960587e0d703a22c0758..3b19b6559666adfb633219caea4dfbaef960c8ef 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -11200,6 +11200,7 @@ I don't think this site should be blocked!
<message name="IDS_SYNC_CONFIRMATION_TITLE" desc="Title of the sync confirmation dialog in the tab modal signin flow">
You're now signed in to Chrome
</message>
+
<message name="IDS_SYNC_CONFIRMATION_CHROME_SYNC_TITLE" desc="Title of the chrome sync section of the sync confirmation dialog in the tab modal signin flow" formatter_data="android_java">
Chrome Sync
</message>
@@ -11225,6 +11226,21 @@ I don't think this site should be blocked!
Undo
</message>
+ <!--- Sync Confirmation section of the tab modal signin flow when sync is disabled by policy -->
+ <message name="IDS_SYNC_DISABLED_CONFIRMATION_CHROME_SYNC_TITLE" desc="Title of the chrome sync section of the sync confirmation dialog in the tab modal signin flow when sync is disabled by policy" formatter_data="android_java">
+ Sync is disabled by your administrator
+ </message>
+ <message name="IDS_SYNC_DISABLED_CONFIRMATION_DETAILS" desc="Body of the sync confirmation dialog in the tab modal signin flow when sync is disabled by policy">
+ Your administrator has disabled syncing of your bookmarks, history, passwords, and other settings.
+ </message>
+ <message name="IDS_SYNC_DISABLED_CONFIRMATION_CONFIRM_BUTTON_LABEL" desc="Label of the confirmation button in the sync confirmation dialog of the tab modal signin flow">
+ Sign in anyway
+ </message>
+ <message name="IDS_SYNC_DISABLED_CONFIRMATION_UNDO_BUTTON_LABEL" desc="Label of the undo button in the sync confirmation dialog of the tab modal signin flow">
+ Cancel sign in
+ </message>
+
+
<!-- Signin Error tab modal dialogue -->
<message name="IDS_SIGNIN_ERROR_TITLE" desc="Title of the signin error tab modal dialog.">
Can't sign in

Powered by Google App Engine
This is Rietveld 408576698