| Index: chrome/app/chromium_strings.grd
|
| diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd
|
| index 76ebfc5f41705e134438bb41c4524c70d6d4044e..939f55e2013e7dd24f901fee9c51e5b6349074f6 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 confirm close all browser windows">
|
| + Close all Chromium windows and sign in now
|
| + </message>
|
| + <message name="IDS_ENTERPRISE_FORCE_SIGNOUT_EXPLANATION" desc="Text of the reason to sign out">
|
| + 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 information. <ph name="ADDITIONAL_EXPLANATION">$3</ph>
|
| + </message>
|
| + <message name="IDS_ENTERPRISE_FORCE_SIGNOUT_EXPLANATION_WITHOUT_USER_NAME" desc="Text of the reason to sign out when there is no valid email address">
|
| + Authentication certificate failed. Please sign in to Chromium again or contact your administrator for more information. <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.">
|
|
|