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

Unified Diff: chrome/app/chromium_strings.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
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | chrome/app/generated_resources.grd » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chromium_strings.grd
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd
index 594c0ca27470da691879cd6694db6e62ebde805e..dccc176a4c166a961236cb09d133a4e00ed6c184 100644
--- a/chrome/app/chromium_strings.grd
+++ b/chrome/app/chromium_strings.grd
@@ -757,6 +757,18 @@ Signing in anyway will merge Chromium information like bookmarks, history, and o
</message>
</if>
+ <if expr="toolkit_views">
+ <message name="IDS_ENTERPRISE_FORCE_SIGNOUT_CLOSE_CONFIRM" desc="Text of the button to cofirm close all browser window">
sky 2017/05/04 03:45:11 cofirm->confirm window->windows
zmin 2017/05/04 23:13:51 Done.
+ Close all Chromium windows and sign in now
+ </message>
+ <message name="IDS_ENTERPRISE_FORCE_SIGNOUT_EXPLANATION" desc="Text of the reason of sign out">
sky 2017/05/04 03:45:11 'of sign out' -> 'to sign out'
zmin 2017/05/04 23:13:52 Done.
+ Authentication certificate failed. Please sign in to Chromium again as <ph name="USER_NAME">$2<ex>pat@example.com</ex></ph> or contact your administrator for more inforamtion. <ph name="ADDITIONAL_EXPLANATION">$3</ph>
+ </message>
+ <message name="IDS_ENTERPRISE_FORCE_SIGNOUT_EXPLANATION_WITHOUT_USER_NAME" desc="Text of the reason of sign out when there is no valid email address">
sky 2017/05/04 03:45:11 'of sign' -> 'to sign'
zmin 2017/05/04 23:13:52 Done.
+ Authentication certificate failed. Please sign in to Chromium again or contact your administrator for more inforamtion. <ph name="ADDITIONAL_EXPLANATION">$2</ph>
+ </message>
+ </if>
+
<!-- Signin Email Confirmation tab modal dialog -->
<if expr="not chromeos">
<message name="IDS_SIGNIN_EMAIL_CONFIRMATION_TITLE" desc="Title of the signin email confirmation tab modal dialog.">
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | chrome/app/generated_resources.grd » ('J')

Powered by Google App Engine
This is Rietveld 408576698