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

Unified Diff: chrome/app/generated_resources.grd

Issue 2862653002: If force-sign-in policy is enabled, popup warning dialog before window closing if auth token becom… (Closed)
Patch Set: fixup Created 3 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 side-by-side diff with in-line comments
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 673e467ca2b3dd360d1936f5e54c579e369325cd..1145604312d3e95d91c7825f74df3866a8d89819 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -8230,6 +8230,18 @@ I don't think this site should be blocked!
This account is managed by <ph name="DOMAIN">$1<ex>example.com</ex></ph>
</message>
+ <!-- Enterprise force-sign-out dialog-->
+ <message name="IDS_ENTERPRISE_FORCE_SIGNOUT_TITLE" desc="The title of the dialog to notift brower window closing when force sign in is enabled and local auth info is not valid.">
sky 2017/05/04 03:45:11 The title of the dialog shown when the user closes
zmin 2017/05/04 23:13:52 Done.
+ Sign in certification is not valid
+ </message>
+ <message name="IDS_ENTERPRISE_FORCE_SIGNOUT_CLOSE_DELAY" desc="Text of the button to delay close all browser window">
sky 2017/05/04 03:45:11 close->closing
zmin 2017/05/04 23:13:52 Done.
+ Sign in later
+ </message>
+ <message name="IDS_ENTERPRISE_FORCE_SIGNOUT_ADDITIONAL_EXPLANATION" desc="Text of auto close warning">
+ All browser windows will be closed automatically after 5 minutes without sign in.
+ </message>
+
+
<!-- Cookies Window -->
<message name="IDS_COOKIES_WEBSITE_PERMISSIONS_WINDOW_TITLE" desc="The title of the redesigned Cookies Window that lets you manage cookies, storage quota for websites and other permissions per-website">
Cookies and site data

Powered by Google App Engine
This is Rietveld 408576698