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

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: cr and rebase from master 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 8083 matching lines...) Expand 10 before | Expand all | Expand 10 after
8094 Create a new profile 8094 Create a new profile
8095 </message> 8095 </message>
8096 <message name="IDS_ENTERPRISE_SIGNIN_CONTINUE" desc="Text of the button to link the current profile with the signed-in enterprise account"> 8096 <message name="IDS_ENTERPRISE_SIGNIN_CONTINUE" desc="Text of the button to link the current profile with the signed-in enterprise account">
8097 Link data 8097 Link data
8098 </message> 8098 </message>
8099 8099
8100 <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"> 8100 <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">
8101 This account is managed by <ph name="DOMAIN">$1<ex>example.com</ex></ph> 8101 This account is managed by <ph name="DOMAIN">$1<ex>example.com</ex></ph>
8102 </message> 8102 </message>
8103 8103
8104 <!-- Enterprise force-sign-out dialog-->
8105 <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.">
8106 Sign in certification is not valid
8107 </message>
8108 <message name="IDS_ENTERPRISE_FORCE_SIGNOUT_CLOSE_DELAY" desc="Text of the button to delay closing all browser window">
8109 Sign in later
8110 </message>
8111 <message name="IDS_ENTERPRISE_FORCE_SIGNOUT_ADDITIONAL_EXPLANATION" desc=" Text of auto close warning">
8112 All browser windows will be closed automatically after 5 minutes without sign in.
8113 </message>
8114
8115
8104 <!-- Cookies Window --> 8116 <!-- Cookies Window -->
8105 <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"> 8117 <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">
8106 Cookies and site data 8118 Cookies and site data
8107 </message> 8119 </message>
8108 <message name="IDS_COOKIES_SEARCH_COOKIES" desc="Placeholder text shown in the search box in the Cookies Window"> 8120 <message name="IDS_COOKIES_SEARCH_COOKIES" desc="Placeholder text shown in the search box in the Cookies Window">
8109 Search cookies 8121 Search cookies
8110 </message> 8122 </message>
8111 <message name="IDS_COOKIES_REMOVE_LABEL" desc="The label of the 'Remove' b utton in the Cookies Window"> 8123 <message name="IDS_COOKIES_REMOVE_LABEL" desc="The label of the 'Remove' b utton in the Cookies Window">
8112 Remove 8124 Remove
8113 </message> 8125 </message>
(...skipping 4158 matching lines...) Expand 10 before | Expand all | Expand 10 after
12272 Your downloads appear here 12284 Your downloads appear here
12273 </message> 12285 </message>
12274 12286
12275 <!-- Automation info bar --> 12287 <!-- Automation info bar -->
12276 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test."> 12288 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test.">
12277 Chrome is being controlled by automated test software. 12289 Chrome is being controlled by automated test software.
12278 </message> 12290 </message>
12279 </messages> 12291 </messages>
12280 </release> 12292 </release>
12281 </grit> 12293 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698