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

Side by Side 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: refactor Created 3 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 8037 matching lines...) Expand 10 before | Expand all | Expand 10 after
8048 Create a new profile 8048 Create a new profile
8049 </message> 8049 </message>
8050 <message name="IDS_ENTERPRISE_SIGNIN_CONTINUE" desc="Text of the button to link the current profile with the signed-in enterprise account"> 8050 <message name="IDS_ENTERPRISE_SIGNIN_CONTINUE" desc="Text of the button to link the current profile with the signed-in enterprise account">
8051 Link data 8051 Link data
8052 </message> 8052 </message>
8053 8053
8054 <message name="IDS_ENTERPRISE_SIGNIN_ALERT" desc="The text of the prompt t o create a new profile after signing in to an enterprise account"> 8054 <message name="IDS_ENTERPRISE_SIGNIN_ALERT" desc="The text of the prompt t o create a new profile after signing in to an enterprise account">
8055 This account is managed by <ph name="DOMAIN">$1<ex>example.com</ex></ph> 8055 This account is managed by <ph name="DOMAIN">$1<ex>example.com</ex></ph>
8056 </message> 8056 </message>
8057 8057
8058 <!-- Enterprise force-sign-out dialog-->
8059 <message name="IDS_ENTERPRISE_FORCE_SIGNOUT_TITLE" desc="The title of the dialog shown when the user closes a browser and force sign in is enabled and loc al auth info is not valid.">
8060 Sign in certification is not valid
8061 </message>
8062 <message name="IDS_ENTERPRISE_FORCE_SIGNOUT_CLOSE_DELAY" desc="Text of the button to delay closing all browser window">
8063 Sign in later
8064 </message>
8065 <message name="IDS_ENTERPRISE_FORCE_SIGNOUT_ADDITIONAL_EXPLANATION" desc=" Text of auto close warning">
8066 All browser windows will be closed automatically after 5 minutes without sign in.
8067 </message>
8068
8069
8058 <!-- Cookies Window --> 8070 <!-- Cookies Window -->
8059 <message name="IDS_COOKIES_WEBSITE_PERMISSIONS_WINDOW_TITLE" desc="The tit le of the redesigned Cookies Window that lets you manage cookies, storage quota for websites and other permissions per-website"> 8071 <message name="IDS_COOKIES_WEBSITE_PERMISSIONS_WINDOW_TITLE" desc="The tit le of the redesigned Cookies Window that lets you manage cookies, storage quota for websites and other permissions per-website">
8060 Cookies and site data 8072 Cookies and site data
8061 </message> 8073 </message>
8062 <message name="IDS_COOKIES_SEARCH_COOKIES" desc="Placeholder text shown in the search box in the Cookies Window"> 8074 <message name="IDS_COOKIES_SEARCH_COOKIES" desc="Placeholder text shown in the search box in the Cookies Window">
8063 Search cookies 8075 Search cookies
8064 </message> 8076 </message>
8065 <message name="IDS_COOKIES_REMOVE_LABEL" desc="The label of the 'Remove' b utton in the Cookies Window"> 8077 <message name="IDS_COOKIES_REMOVE_LABEL" desc="The label of the 'Remove' b utton in the Cookies Window">
8066 Remove 8078 Remove
8067 </message> 8079 </message>
(...skipping 4118 matching lines...) Expand 10 before | Expand all | Expand 10 after
12186 Your downloads appear here 12198 Your downloads appear here
12187 </message> 12199 </message>
12188 12200
12189 <!-- Automation info bar --> 12201 <!-- Automation info bar -->
12190 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test."> 12202 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test.">
12191 Chrome is being controlled by automated test software. 12203 Chrome is being controlled by automated test software.
12192 </message> 12204 </message>
12193 </messages> 12205 </messages>
12194 </release> 12206 </release>
12195 </grit> 12207 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698