blob: 183cea274a29187d8974b5ce484147f5b4011da8 [file] [log] [blame]
sdefresne21a6eaf2016-02-11 22:30:191<?xml version="1.0" encoding="utf-8"?>
2<grit-part>
lgarronfc1d5e52017-05-03 23:15:213 <!-- Security summary strings -->
4 <!-- TODO(crbug.com/716305): Rename remaining IDS_PAGE_INFO_* strings to IDS_PAGE_INFO_* -->
5 <message name="IDS_PAGE_INFO_SECURE_SUMMARY" desc="A short summary phrase at the top of the Page Info bubble (which shows when you click the lock icon) that indicates that the connection to the current website is secure.">
lgarrona0a14a482017-01-12 03:04:106 Secure connection
7 </message>
lgarronfc1d5e52017-05-03 23:15:218 <message name="IDS_PAGE_INFO_MIXED_CONTENT_SUMMARY" desc="A one-line summary at the top of the Page Info bubble (which shows when you click the security indicator) if the connection to the current website is using mainly using a secure connection but has some insecure parts (like insecurely loaded images).">
lgarrona0a14a482017-01-12 03:04:109 Your connection to this site is not fully secure
10 </message>
Trent Apted70291902017-07-17 09:25:2811 <message name="IDS_PAGE_INFO_NOT_SECURE_SUMMARY" desc="A one-line summary at the top of the Page Info bubble (which shows when you click the security indicator) if the connection to the current website is not secure.">
lgarrona0a14a482017-01-12 03:04:1012 Your connection to this site is not secure
13 </message>
lgarronfc1d5e52017-05-03 23:15:2114 <message name="IDS_PAGE_INFO_MALWARE_SUMMARY" desc="A one-line summary at the top of the Page Info bubble (which shows when you click the security indicator) if the current website has been flagged as containing malware.">
lgarrona0a14a482017-01-12 03:04:1015 This site contains malware
16 </message>
lgarronfc1d5e52017-05-03 23:15:2117 <message name="IDS_PAGE_INFO_SOCIAL_ENGINEERING_SUMMARY" desc="A one-line summary at the top of the Page Info bubble (which shows when you click the security indicator) if the current website has been flagged as social engineering.">
lgarrona0a14a482017-01-12 03:04:1018 This site is deceptive
19 </message>
lgarronfc1d5e52017-05-03 23:15:2120 <message name="IDS_PAGE_INFO_UNWANTED_SOFTWARE_SUMMARY" desc="A one-line summary at the top of the Page Info bubble (which shows when you click the security indicator) if the current website has been flagged as containing unwanted software.">
lgarrona0a14a482017-01-12 03:04:1021 This site contains harmful programs
22 </message>
23
lgarronfc1d5e52017-05-03 23:15:2124 <!-- Internal page summary strings -->
25 <!-- Note: IDS_PAGE_INFO_INTERNAL_PAGE would be here, but it is in components_{chromium,google_chrome}_strings.grd because it uses the browser name. -->
meacerdebec2e32016-04-27 17:47:1626 <message name="IDS_PAGE_INFO_EXTENSION_PAGE" desc="Message to display in the page info bubble when the page you are on is a chrome-extension:// page. This refers to Chrome extensions.">
meacerf002ed52017-02-06 19:30:5027 You're viewing an extension page
meacerdebec2e32016-04-27 17:47:1628 </message>
meacere1feca02016-08-15 22:04:4329 <message name="IDS_PAGE_INFO_VIEW_SOURCE_PAGE" desc="Message to display in the page info bubble when you are viewing page sources by using |View page source| option from the right click menu.">
meacerf002ed52017-02-06 19:30:5030 You're viewing the source of a web page
meacere1feca02016-08-15 22:04:4331 </message>
sdefresne21a6eaf2016-02-11 22:30:1932
lgarronfc1d5e52017-05-03 23:15:2133 <!-- Detail strings -->
34 <message name="IDS_PAGE_INFO_SECURE_DETAILS" desc="A short paragraph explaining a secure site to the user.">
35 Your information (for example, passwords or credit card numbers) is private when it is sent to this site.
elawrenced9978fc2017-05-02 02:45:1936 </message>
lgarronfc1d5e52017-05-03 23:15:2137 <message name="IDS_PAGE_INFO_MIXED_CONTENT_DETAILS" desc="A short paragraph explaining a partially insecure site to the user.">
38 Attackers might be able to see the images you’re looking at on this site and trick you by modifying them.
elawrenced9978fc2017-05-02 02:45:1939 </message>
lgarronfc1d5e52017-05-03 23:15:2140 <message name="IDS_PAGE_INFO_NOT_SECURE_DETAILS" desc="A short paragraph explaining a non-secure site to the user.">
41 You should not enter any sensitive information on this site (for example, passwords or credit cards), because it could be stolen by attackers.
elawrenced9978fc2017-05-02 02:45:1942 </message>
lgarronfc1d5e52017-05-03 23:15:2143 <message name="IDS_PAGE_INFO_MALWARE_DETAILS" desc="A short paragraph explaining to the user that the current website has been flagged as containing malware.">
44 Attackers on this site might attempt to install dangerous programs on your computer that steal or delete your information (for example, photos, passwords, messages, and credit cards).
45 </message>
46 <message name="IDS_PAGE_INFO_SOCIAL_ENGINEERING_DETAILS" desc="A short paragraph explaining to the user that the current website has been flagged as social engineering.">
47 Attackers on this site may trick you into doing something dangerous like installing software or revealing your personal information (for example, passwords, phone numbers, or credit cards).
48 </message>
49 <message name="IDS_PAGE_INFO_UNWANTED_SOFTWARE_DETAILS" desc="A short paragraph explaining to the user that the current website has been flagged as containing unwanted software.">
50 Attackers on this site might try to trick you into installing programs that harm your browsing experience (for example, by changing your homepage or showing extra ads on sites you visit).
elawrenced9978fc2017-05-02 02:45:1951 </message>
52
lgarronfc1d5e52017-05-03 23:15:2153 <!-- Identity detail strings shared with iOS -->
54 <message name="IDS_PAGE_INFO_SECURITY_TAB_INSECURE_IDENTITY" desc="The text of the identity section when the page is not secure.">
55 The identity of this website has not been verified.
patricialorb7c5f422017-04-19 04:21:4556 </message>
lgarronfc1d5e52017-05-03 23:15:2157
58 <!-- Strings below are not used on iOS. -->
59 <if expr="not is_ios">
60
61 <!-- Administrator-provided certificate notifications -->
62 <!-- TODO(crbug.com/717802): Only include this on Chrome OS. -->
sperigo36adb722017-06-22 16:50:4563 <message name="IDS_CERT_POLICY_PROVIDED_CERT_MESSAGE" desc="Text that is displayed in the Page Info popup when using an administrator-provided certificate">
lgarronfc1d5e52017-05-03 23:15:2164 You have accessed content using an administrator-provided certificate. Data you provide to <ph name="DOMAIN">$1<ex>www.google.com</ex></ph> can be intercepted by your administrator.
65 </message>
sperigo36adb722017-06-22 16:50:4566
lgarronfc1d5e52017-05-03 23:15:2167 <!-- Certificate exception decision UI (after clicking through an SSL certificate error) -->
68 <!-- TODO(crbug.com/502473): Support revoking certificate overrides on iOS Page Info. -->
69 <message name="IDS_PAGE_INFO_INVALID_CERTIFICATE_DESCRIPTION" desc="A short paragraph to the user that security warnings are disabled. This is the case when the user has encountered a certificate error for the current site and chosen to override it.">
70 You have chosen to disable security warnings for this site.
71 </message>
72 <if expr="is_android">
73 <message name="IDS_PAGE_INFO_RESET_INVALID_CERTIFICATE_DECISIONS_BUTTON" desc="Text of button in the page info that resets allow/deny decisions of invalid certificates, which will start showing security warnings for the page again.">
74 Stop using an invalid certificate
75 </message>
76 </if>
77 <if expr="not is_android">
78 <message name="IDS_PAGE_INFO_RESET_INVALID_CERTIFICATE_DECISIONS_BUTTON" desc="Text of button in the page info that resets allow/deny decisions of invalid certificates, which will start showing security warnings for the page again.">
79 Re-enable warnings
80 </message>
81 </if>
82
83 <!-- Old connection info UI. Only used on Android, but still compiled on desktop. -->
84 <message name="IDS_PAGE_INFO_HELP_CENTER_LINK" desc="This is the text of the link pointing to the Help Center. This appears at the bottom of the SSL dialog and 'this' refers to the sections within the bubble.">
85 What do these mean?
86 </message>
87 <message name="IDS_PAGE_INFO_SECURITY_TAB_DEPRECATED_SIGNATURE_ALGORITHM" desc="The security summary phrase in the page information panel for a security problem where the site's certificate chain contains a SHA1 signature. Such certificates are treated as errors except when a policy override is present.">
88 The certificate chain for this site contains a certificate signed using SHA-1.
89 </message>
90 <message name="IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTED_CONNECTION_TEXT" desc="The text of the connection section when the connection is encrypted.">
91 Your connection to <ph name="DOMAIN">$1<ex>www.google.com</ex></ph> is encrypted using a modern cipher suite.
92 </message>
93 <message name="IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTED_INSECURE_CONTENT_ERROR" desc="Some extra text of the connection section when the connection is encrypted and the page contains insecure content which has been run (e.g. script).">
94 Further, this page includes other resources which are not secure. These resources can be viewed by others while in transit, and can be modified by an attacker to change the behavior of the page.
95 </message>
96 <message name="IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTED_INSECURE_CONTENT_WARNING" desc="Some extra text of the connection section when the connection is encrypted and the page contains insecure content which has been displayed (e.g. images, CSS).">
97 Further, this page includes other resources which are not secure. These resources can be viewed by others while in transit, and can be modified by an attacker to change the look of the page.
98 </message>
99 <message name="IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTED_INSECURE_FORM_WARNING" desc="Some extra text of the connection section when the connection is encrypted and the page contains a form with a non-secure target.">
100 This page includes a form that may not submit securely. Data you send can be viewed by others while in transit or could be modified by an attacker to change what the server receives.
101 </message>
102 <message name="IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTED_SENTENCE_LINK" desc="Linking 2 sentences in 1 paragraph.">
103 <ph name="SENTENCE1">$1<ex>Your connection is encrypted.</ex></ph> <ph name="SENTENCE2">$2<ex>However, this page includes resources from other pages whose identity cannot be verified.</ex></ph>
104 </message>
105 <message name="IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTION_DETAILS" desc="This message gives details of the cryptographic primitives used to protect the HTTPS connection.">
106 The connection is encrypted using <ph name="CIPHER">$1<ex>AES_128</ex></ph>, with <ph name="MAC">$2<ex>HMAC-SHA1</ex></ph> for message authentication and <ph name="KX">$3<ex>RSA</ex></ph> as the key exchange mechanism.
107 </message>
108 <message name="IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTION_DETAILS_AEAD" desc="This message gives details of the cryptographic primitives used to protect the HTTPS connection. It should be translated in a similar manner as IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTION_DETAILS">
109 The connection is encrypted and authenticated using <ph name="CIPHER">$1<ex>AES_128_GCM</ex></ph> and uses <ph name="KX">$2<ex>RSA</ex></ph> as the key exchange mechanism.
110 </message>
111 <message name="IDS_PAGE_INFO_SECURITY_TAB_NON_UNIQUE_NAME" desc="The text of the identity section when the host is not unique (such as with Intranet host names).">
112 The identity of the server you are connected to cannot be fully validated. You are connected to a server using a name only valid within your network, which an external certificate authority has no way to validate ownership of. As some certificate authorities will issue certificates for these names regardless, there is no way to ensure you are connected to the intended website and not an attacker.
113 </message>
114 <message name="IDS_PAGE_INFO_SECURITY_TAB_NOT_ENCRYPTED_CONNECTION_TEXT" desc="The text of the connection section when the connection is not encrypted.">
115 Your connection to <ph name="DOMAIN">$1<ex>www.google.com</ex></ph> is not encrypted.
116 </message>
117 <message name="IDS_PAGE_INFO_SECURITY_TAB_NO_REVOCATION_MECHANISM" desc="The text of the identity section when there is no certificate revocation mechanism.">
118 The certificate does not specify a mechanism to check whether it has been revoked.
119 </message>
120 <message name="IDS_PAGE_INFO_SECURITY_TAB_SSL_VERSION" desc="This message gives the version of the SSL protocol used to protect the HTTPS connection.">
121 The connection uses <ph name="SSL_VERSION">$1<ex>TLS 1.0</ex></ph>.
122 </message>
123 <message name="IDS_PAGE_INFO_SECURITY_TAB_UNABLE_TO_CHECK_REVOCATION" desc="The text of the identity section when we were unable to check if the certificate has been revoked.">
124 Unable to check whether the certificate has been revoked.
125 </message>
126 <message name="IDS_PAGE_INFO_SECURITY_TAB_UNKNOWN_PARTY" desc="The default name used when we did not find a principal name.">
127 unknown name
128 </message>
129 <message name="IDS_PAGE_INFO_SECURITY_TAB_WEAK_ENCRYPTION_CONNECTION_TEXT" desc="The text of the connection section when the connection uses weak encryption.">
130 Your connection to <ph name="DOMAIN">$1<ex>www.google.com</ex></ph> is encrypted using an obsolete cipher suite.
131 </message>
132 <if expr="not use_titlecase">
133 <message name="IDS_PAGE_INFO_CERT_INFO_BUTTON" desc="Text of button in the page info that shows the SSL certificate.">
134 Certificate information
135 </message>
136 </if>
137 <if expr="use_titlecase">
138 <message name="IDS_PAGE_INFO_CERT_INFO_BUTTON" desc="In Title Case: Text of button in the page info that shows the SSL certificate.">
139 Certificate Information
140 </message>
141 </if>
142 <message name="IDS_PAGE_INFO_ADDRESS" desc="Locality as reported in the EV identity text.">
143 <ph name="CITY">$1<ex>Mountain View</ex></ph>, <ph name="STATE">$2<ex>California</ex></ph> <ph name="COUNTRY">$3<ex>USA</ex></ph>
144 </message>
145 <message name="IDS_PAGE_INFO_PARTIAL_ADDRESS" desc="Locality with missing state as reported in the EV identity text.">
146 <ph name="CITY">$1<ex>Mountain View</ex></ph>, <ph name="COUNTRY">$2<ex>US</ex></ph>
147 </message>
148 <message name="IDS_PAGE_INFO_SECURITY_TAB_SECURE_IDENTITY_EV_VERIFIED" desc="The text of the identity section when the page is secured with a valid EV cert.">
149 The identity of <ph name="ORGANIZATION">$1<ex>Google</ex></ph> at <ph name="LOCALITY">$2<ex>Mountain View, CA US</ex></ph> has been verified by <ph name="ISSUER">$3<ex>VeriSign</ex></ph>.
150 </message>
151
152 <!-- Certificate Viewer link -->
153 <if expr="not is_android">
154 <message name="IDS_PAGE_INFO_CERTIFICATE" desc="Title of the certificate area in the Page Info bubble, shown when a HTTPS site is loaded.">
155 Certificate
156 </message>
157 <message name="IDS_PAGE_INFO_CERTIFICATE_VALID_LINK" desc="This appears in the Page Info bubble when a HTTPS site is loaded with a valid certificate. Text of the link that launches the Certificate Viewer.">
158 Valid
159 </message>
160 <message name="IDS_PAGE_INFO_CERTIFICATE_INVALID_LINK" desc="This appears in the Page Info bubble when a HTTPS site is loaded with an invalid certificate, e.g. https://wrong.host.badssl.com/. Text of the link that launches the Certificate Viewer.">
161 Invalid
162 </message>
Patti8b2acc182017-10-09 23:51:40163 <message name="IDS_PAGE_INFO_CERTIFICATE_VALID_LINK_TOOLTIP" desc="The text of the tooltip on IDS_PAGE_INFO_CERTIFICATE_VALID_LINK.">
164 Show certificate (issued by <ph name="ISSUER">$1<ex>Let's Encrypt X3</ex></ph>)
165 </message>
166 <message name="IDS_PAGE_INFO_CERTIFICATE_INVALID_LINK_TOOLTIP" desc="The text of the tooltip on IDS_PAGE_INFO_CERTIFICATE_INVALID_LINK.">
167 Show certificate
lgarronfc1d5e52017-05-03 23:15:21168 </message>
169 </if>
170
171 <!-- Cookies -->
172 <if expr="not is_android">
173 <message name="IDS_PAGE_INFO_COOKIES" desc="The label for the Cookies setting in the Page Information Window.">
174 Cookies
175 </message>
176 <message name="IDS_PAGE_INFO_NUM_COOKIES" desc="The label of the counts for allowed cookies that are in use on the page.">
177 {NUM_COOKIES, plural, =1 {1 in use} other {# in use}}
178 </message>
Timothy Loh89cdd4ac2017-10-27 06:08:18179 <message name="IDS_PAGE_INFO_COOKIES_TOOLTIP" desc="The text of the tooltip on IDS_PAGE_INFO_NUM_COOKIES.">
180 Show cookies
181 </message>
lgarronfc1d5e52017-05-03 23:15:21182 </if>
183
184 <!-- Permission names -->
sperigo36adb722017-06-22 16:50:45185 <message name="IDS_PAGE_INFO_TYPE_ADS" desc="The label used for the ads permission controls in the Page Info popup.">
Charles Harrisona43e5aa2017-06-12 22:49:02186 Ads
187 </message>
sperigo36adb722017-06-22 16:50:45188 <message name="IDS_PAGE_INFO_TYPE_AUTOPLAY" desc="The label used for the autoplay permission controls in the Page Info popup.">
lgarronfc1d5e52017-05-03 23:15:21189 Autoplay
190 </message>
sperigo36adb722017-06-22 16:50:45191 <message name="IDS_PAGE_INFO_TYPE_BACKGROUND_SYNC" desc="The label used for the background sync permission controls in the Page Info popup.">
lgarronfc1d5e52017-05-03 23:15:21192 Background Sync
193 </message>
sperigo36adb722017-06-22 16:50:45194 <message name="IDS_PAGE_INFO_TYPE_IMAGES" desc="The label used for images permission controls in the Page Info popup.">
lgarronfc1d5e52017-05-03 23:15:21195 Images
196 </message>
sperigo36adb722017-06-22 16:50:45197 <message name="IDS_PAGE_INFO_TYPE_JAVASCRIPT" desc="The label used for JavaScript permission controls in the Page Info popup.">
lgarronfc1d5e52017-05-03 23:15:21198 JavaScript
199 </message>
sperigo36adb722017-06-22 16:50:45200 <message name="IDS_PAGE_INFO_TYPE_POPUPS" desc="The label used for popups permission controls in the Page Info popup.">
lgarronfc1d5e52017-05-03 23:15:21201 Popups
202 </message>
sperigo36adb722017-06-22 16:50:45203 <message name="IDS_PAGE_INFO_TYPE_FLASH" desc="The label used for Flash permissions in the Page Info popup.">
lgarronfc1d5e52017-05-03 23:15:21204 Flash
205 </message>
Christian Dullwebere56bcfa12017-09-21 09:49:26206 <message name="IDS_PAGE_INFO_TYPE_LOCATION" desc="The label used for geolocation permission controls in the Page Info popup." meaning="Geolocation">
lgarronfc1d5e52017-05-03 23:15:21207 Location
208 </message>
sperigo36adb722017-06-22 16:50:45209 <message name="IDS_PAGE_INFO_TYPE_NOTIFICATIONS" desc="The label used for notifications permission controls in the Page Info popup.">
lgarronfc1d5e52017-05-03 23:15:21210 Notifications
211 </message>
sperigo36adb722017-06-22 16:50:45212 <message name="IDS_PAGE_INFO_TYPE_MIC" desc="The label used for the microphone permission controls in the Page Info popup.">
lgarronfc1d5e52017-05-03 23:15:21213 Microphone
214 </message>
sperigo36adb722017-06-22 16:50:45215 <message name="IDS_PAGE_INFO_TYPE_CAMERA" desc="The label used for the camera permission controls in the Page Info popup.">
lgarronfc1d5e52017-05-03 23:15:21216 Camera
217 </message>
sperigo36adb722017-06-22 16:50:45218 <message name="IDS_PAGE_INFO_TYPE_MIDI_SYSEX" desc="The label used for MIDI system exclusive message permission controls in the Page Info popup.">
lgarronfc1d5e52017-05-03 23:15:21219 MIDI devices full control
220 </message>
Tommy Steimela8c3757e2017-08-24 00:15:46221 <message name="IDS_PAGE_INFO_TYPE_SOUND" desc="The label used for the sound permission controls in the Page Info popup.">
222 Sound
223 </message>
lgarronfc1d5e52017-05-03 23:15:21224 <!-- TODO(crbug.com/716303): A few permissions are missing here. -->
225
226 <!-- Permission values -->
sperigo36adb722017-06-22 16:50:45227 <message name="IDS_PAGE_INFO_BUTTON_TEXT_ALLOWED_BY_USER" desc="The Page Info popup contains several buttons for opening dropdown menus and changing site permissions. This is the text of such a button if the permission controlled by the button was explicitly set to allow by the user.">
lgarronfc1d5e52017-05-03 23:15:21228 Allow
229 </message>
sperigo36adb722017-06-22 16:50:45230 <message name="IDS_PAGE_INFO_BUTTON_TEXT_BLOCKED_BY_USER" desc="The Page Info popup contains several buttons for opening dropdown menus and changing site permissions. This is the text of such a button if the permission controlled by the button was explicitly set to block by the user.">
lgarronfc1d5e52017-05-03 23:15:21231 Block
232 </message>
sperigo36adb722017-06-22 16:50:45233 <message name="IDS_PAGE_INFO_BUTTON_TEXT_ASK_BY_USER" desc="The Page Info popup contains several buttons for opening dropdown menus and changing site permissions. This is the text of such a button if the permission controlled by the button was explicitly set to ask by the user.">
lgarronfc1d5e52017-05-03 23:15:21234 Ask
235 </message>
sperigo36adb722017-06-22 16:50:45236 <message name="IDS_PAGE_INFO_BUTTON_TEXT_DETECT_IMPORTANT_CONTENT_BY_USER" desc="The Page Info popup contains several buttons for opening dropdown menus and changing site permissions. This is the text of such a button if the permission controlled by the button was explicitly set to detect important content by the user.">
lgarronfc1d5e52017-05-03 23:15:21237 Detect
238 </message>
239
sperigo36adb722017-06-22 16:50:45240 <message name="IDS_PAGE_INFO_BUTTON_TEXT_ALLOWED_BY_DEFAULT" desc="The Page Info popup contains several buttons for opening dropdown menus and changing site permissions. This is the text of such a button if the permission controlled by the button is set to the default setting and the default settings is allow.">
lgarronfc1d5e52017-05-03 23:15:21241 Allow (default)
242 </message>
sperigo36adb722017-06-22 16:50:45243 <message name="IDS_PAGE_INFO_BUTTON_TEXT_BLOCKED_BY_DEFAULT" desc="The Page Info popup contains several buttons for opening dropdown menus and changing site permissions. This is the text of such a button if the permission controlled by the button is set to the default setting and the default settings is block.">
lgarronfc1d5e52017-05-03 23:15:21244 Block (default)
245 </message>
sperigo36adb722017-06-22 16:50:45246 <message name="IDS_PAGE_INFO_BUTTON_TEXT_ASK_BY_DEFAULT" desc="The Page Info popup contains several buttons for opening dropdown menus and changing site permissions. This is the text of such a button if the permission controlled by the button is set to the default setting and the default settings is ask.">
lgarronfc1d5e52017-05-03 23:15:21247 Ask (default)
248 </message>
sperigo36adb722017-06-22 16:50:45249 <message name="IDS_PAGE_INFO_BUTTON_TEXT_DETECT_IMPORTANT_CONTENT_BY_DEFAULT" desc="The Page Info popup contains several buttons for opening dropdown menus and changing site permissions. This is the text of such a button if the permission controlled by the button is set to the default setting and the default settings is detect important content.">
lgarronfc1d5e52017-05-03 23:15:21250 Detect (default)
251 </message>
252
253 <message name="IDS_PAGE_INFO_MENU_ITEM_DEFAULT_ALLOW" desc="The text of the menu item of a permissions menu on the Page Info UI that resets the setting to the default setting which is allow.">
254 Use global default (Allow)
255 </message>
256 <message name="IDS_PAGE_INFO_MENU_ITEM_DEFAULT_BLOCK" desc="The text of the menu item of a permissions menu on the Page Info UI that resets the setting to the default setting which is block.">
257 Use global default (Block)
258 </message>
259 <message name="IDS_PAGE_INFO_MENU_ITEM_DEFAULT_ASK" desc="The text of the menu item of a permissions menu on the Page Info UI that reset the setting to the default setting which is ask.">
260 Use global default (Ask)
261 </message>
262 <message name="IDS_PAGE_INFO_MENU_ITEM_DEFAULT_DETECT_IMPORTANT_CONTENT" desc="The text of the menu item of a permissions menu on the Page Info UI that reset the setting to the default setting which is detect important content.">
263 Use global default (Detect)
264 </message>
265
266 <message name="IDS_PAGE_INFO_MENU_ITEM_ALLOW" desc="The text of the menu item of a permissions menu on the Page Info UI that sets the setting to allow.">
267 Always allow on this site
268 </message>
269 <message name="IDS_PAGE_INFO_MENU_ITEM_BLOCK" desc="The text of the menu item of a permissions menu on the Page Info UI that sets the setting to allow.">
270 Always block on this site
271 </message>
272 <message name="IDS_PAGE_INFO_MENU_ITEM_DETECT_IMPORTANT_CONTENT" desc="The text of the menu item of a permissions menu on the Page Info UI that sets the setting to detect important content.">
273 Always detect important content on this site
274 </message>
Charles Harrisona43e5aa2017-06-12 22:49:02275 <message name="IDS_PAGE_INFO_MENU_ITEM_ADS_BLOCK" desc="The text of the menu item of a permissions menu on the Page Info UI for the ads permission in Block mode">
276 Block on this site
csharrisone2aed4a2017-05-22 21:35:15277 </message>
lgarronfc1d5e52017-05-03 23:15:21278
Timothy Loh7f5722d562017-10-24 08:20:19279 <message name="IDS_PAGE_INFO_SELECTOR_TOOLTIP" desc="The text of the tooltip on the page info selector.">
280 Select permission for <ph name="PERMISSION_NAME">$1<ex>Location</ex></ph>
281 </message>
282
lgarronfc1d5e52017-05-03 23:15:21283 <!-- UI for device access granted to the site using the device chooser (e.g. USB, Bluetooth) -->
284 <message name="IDS_PAGE_INFO_USB_DEVICE_LABEL" desc="The label used to describe a USB device that the user has granted the site permission to access.">
285 <ph name="DEVICE_NAME">$1<ex>Android Phone</ex></ph>
286 </message>
287 <message name="IDS_PAGE_INFO_DELETE_USB_DEVICE" desc="The tooltip displayed when hovering over the button that will remove permission to access a USB device that the user previously granted to the site.">
288 Revoke access
289 </message>
290
291 <!-- Site settings link -->
292 <message name="IDS_PAGE_INFO_SITE_SETTINGS_LINK" desc="This is the text of the link pointing to Chrome's Site Settings page. This appears at the bottom of the Permissions pane of the Page Information Window.">
293 Site settings
294 </message>
Timothy Loh89cdd4ac2017-10-27 06:08:18295 <message name="IDS_PAGE_INFO_SITE_SETTINGS_TOOLTIP" desc="The text of the tooltip on IDS_PAGE_INFO_SITE_SETTINGS_LINK.">
296 Open site settings
297 </message>
lgarronfc1d5e52017-05-03 23:15:21298
299 <!-- Permission decision strings -->
300 <message name="IDS_PAGE_INFO_PERMISSION_ALLOWED_BY_POLICY" desc="The label used underneath a permission listed in the Page Info bubble if the permission was explicitly allowed by the user's enterprise policy.">
301 Allowed by your administrator
302 </message>
303 <message name="IDS_PAGE_INFO_PERMISSION_BLOCKED_BY_POLICY" desc="The label used underneath a permission listed in the Page Info bubble if the permission was explicitly blocked by the user's enterprise policy.">
304 Blocked by your administrator
305 </message>
306 <message name="IDS_PAGE_INFO_PERMISSION_ASK_BY_POLICY" desc="The label used underneath a permission listed in the Page Info bubble if the permission was explicitly set to 'Ask' by the user's enterprise policy.">
307 Setting controlled by your administrator
308 </message>
309 <message name="IDS_PAGE_INFO_PERMISSION_ALLOWED_BY_EXTENSION" desc="The label used underneath a permission listed in the Page Info bubble if the permission was explicitly allowed by one of the user's extensions.">
310 Allowed by an extension
311 </message>
312 <message name="IDS_PAGE_INFO_PERMISSION_BLOCKED_BY_EXTENSION" desc="The label used underneath a permission listed in the Page Info bubble if the permission was explicitly blocked by one of the user's extensions.">
313 Blocked by an extension
314 </message>
315 <message name="IDS_PAGE_INFO_PERMISSION_ASK_BY_EXTENSION" desc="The label used underneath a permission listed in the Page Info bubble if the permission was explicitly set to 'Ask' by one of the user's extensions.">
316 Setting controlled by an extension
317 </message>
318 <message name="IDS_PAGE_INFO_PERMISSION_AUTOMATICALLY_BLOCKED" desc="The label used underneath a permission listed in the Page Info bubble if the permission was blocked by Chrome on behalf of the user.">
319 Automatically blocked
320 </message>
Charles Harrisona43e5aa2017-06-12 22:49:02321 <message name="IDS_PAGE_INFO_PERMISSION_ADS_SUBTITLE" desc="The label used underneath the ads permission in the Page Info UI if the site is being considered for ad blocking. Used on both desktop and Android platforms" formatter_data="android_java">
322 Site tends to show intrusive ads
csharrisonba1e29e2017-05-24 05:11:45323 </message>
lgarronfc1d5e52017-05-03 23:15:21324
325 <!-- Permission change infobar. -->
326 <if expr="not is_android">
327 <message name="IDS_PAGE_INFO_INFOBAR_TEXT" desc="The string shown in the infobar after the user has changed site permissions settings, reminding them to reload the page in order for the new settings to take effect.">
patricialor17d7d8d2017-06-21 00:57:36328 To apply your updated settings to this site, reload this page
lgarronfc1d5e52017-05-03 23:15:21329 </message>
330 <message name="IDS_PAGE_INFO_INFOBAR_BUTTON" desc="The string used in the infobar button allowing the user to reload the page directly from the infobar.">
331 Reload
332 </message>
333 </if>
334
Jialiu Lin6369e3d82017-08-04 18:14:40335 <!-- Password Protection -->
336 <if expr="not is_android">
337 <message name="IDS_PAGE_INFO_CHANGE_PASSWORD_SUMMARY" desc="A one-line summary at the top of the Page Info bubble (which shows when you click the security indicator) if user has reuse their google password on current website.">
338 This site may have just stolen your password
339 </message>
340 <message name="IDS_PAGE_INFO_CHANGE_PASSWORD_SUMMARY_SOFTER" desc="A one-line summary at the top of the Page Info bubble (which shows when you click the security indicator) if user has reuse their google password on current website.">
341 Your password may be compromised
342 </message>
343 <if expr="_google_chrome">
344 <message name="IDS_PAGE_INFO_CHANGE_PASSWORD_DETAILS" desc="A short paragraph explaining to the user that they has reuse their google password on current website.">
345 You could lose access to your Google Account or experience identity theft. Chrome recommends changing your password now.
346 </message>
347 </if>
348 <if expr="not _google_chrome">
349 <message name="IDS_PAGE_INFO_CHANGE_PASSWORD_DETAILS" desc="A short paragraph explaining to the user that they has reuse their google password on current website.">
350 You could lose access to your Google Account or experience identity theft. Chromium recommends changing your password now.
351 </message>
352 </if>
spqchan0e32f2d2017-10-31 22:46:56353
354 <if expr="use_titlecase">
355 <message name="IDS_PAGE_INFO_CHANGE_PASSWORD_BUTTON" desc="The string used in the page info change password button. Title case format.">
356 Help Me Fix This
357 </message>
358 <message name="IDS_PAGE_INFO_IGNORE_PASSWORD_WARNING_BUTTON" desc="The string used in the page info ignore password warning button. Title case format.">
359 Ignore
360 </message>
361 </if>
362 <if expr="not use_titlecase">
363 <message name="IDS_PAGE_INFO_CHANGE_PASSWORD_BUTTON" desc="The string used in the page info change password button.">
364 Help me fix this
365 </message>
366 <message name="IDS_PAGE_INFO_IGNORE_PASSWORD_WARNING_BUTTON" desc="The string used in the page info ignore password warning button.">
367 Ignore
368 </message>
369 </if>
Jialiu Lin6369e3d82017-08-04 18:14:40370 <message name="IDS_PAGE_INFO_WHITELIST_PASSWORD_REUSE_BUTTON" desc="The string used in the page info whitelist password reuse button.">
371 Site is legitimate
372 </message>
373 </if>
lgarronfc1d5e52017-05-03 23:15:21374 </if>
sdefresne21a6eaf2016-02-11 22:30:19375</grit-part>