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

Side by Side Diff: components/page_info_strings.grdp

Issue 2849713003: Move all Page Info strings into page_info_strings.grdp (Closed)
Patch Set: IDS_PAGE_INFO_NON_SECURE_TRANSPORT -> IDS_PAGEINFO_NOT_SECURE_SUMMARY 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 <grit-part> 2 <grit-part>
3 <!-- Summary strings --> 3 <!-- Security summary strings -->
4 <!-- TODO(crbug.com/716305): Rename remaining IDS_PAGEINFO_* strings to IDS_PA GE_INFO_* -->
4 <message name="IDS_PAGEINFO_SECURE_SUMMARY" desc="A short summary phrase at th e top of the Page Info bubble (which shows when you click the lock icon) that in dicates that the connection to the current website is secure."> 5 <message name="IDS_PAGEINFO_SECURE_SUMMARY" desc="A short summary phrase at th e top of the Page Info bubble (which shows when you click the lock icon) that in dicates that the connection to the current website is secure.">
5 Secure connection 6 Secure connection
6 </message> 7 </message>
7 <message name="IDS_PAGEINFO_MIXED_CONTENT_SUMMARY" desc="A one-line summary at the top of the Page Info bubble (which shows when you click the security indica tor) if the connection to the current website is using mainly using a secure con nection but has some insecure parts (like insecurely loaded images)."> 8 <message name="IDS_PAGEINFO_MIXED_CONTENT_SUMMARY" desc="A one-line summary at the top of the Page Info bubble (which shows when you click the security indica tor) if the connection to the current website is using mainly using a secure con nection but has some insecure parts (like insecurely loaded images).">
8 Your connection to this site is not fully secure 9 Your connection to this site is not fully secure
9 </message> 10 </message>
10 <message name="IDS_PAGEINFO_NOT_SECURE_SUMMARY" desc="A one-line summary at th e top of the Page Info bubble (which shows when you click the security indicator ) if the connection to the current website is secure."> 11 <message name="IDS_PAGEINFO_NOT_SECURE_SUMMARY" desc="A one-line summary at th e top of the Page Info bubble (which shows when you click the security indicator ) if the connection to the current website is secure.">
11 Your connection to this site is not secure 12 Your connection to this site is not secure
12 </message> 13 </message>
13 <message name="IDS_PAGEINFO_MALWARE_SUMMARY" desc="A one-line summary at the t op of the Page Info bubble (which shows when you click the security indicator) i f the current website has been flagged as containing malware."> 14 <message name="IDS_PAGEINFO_MALWARE_SUMMARY" desc="A one-line summary at the t op of the Page Info bubble (which shows when you click the security indicator) i f the current website has been flagged as containing malware.">
14 This site contains malware 15 This site contains malware
15 </message> 16 </message>
16 <message name="IDS_PAGEINFO_SOCIAL_ENGINEERING_SUMMARY" desc="A one-line summa ry at the top of the Page Info bubble (which shows when you click the security i ndicator) if the current website has been flagged as social engineering."> 17 <message name="IDS_PAGEINFO_SOCIAL_ENGINEERING_SUMMARY" desc="A one-line summa ry at the top of the Page Info bubble (which shows when you click the security i ndicator) if the current website has been flagged as social engineering.">
17 This site is deceptive 18 This site is deceptive
18 </message> 19 </message>
19 <message name="IDS_PAGEINFO_UNWANTED_SOFTWARE_SUMMARY" desc="A one-line summar y at the top of the Page Info bubble (which shows when you click the security in dicator) if the current website has been flagged as containing unwanted software ."> 20 <message name="IDS_PAGEINFO_UNWANTED_SOFTWARE_SUMMARY" desc="A one-line summar y at the top of the Page Info bubble (which shows when you click the security in dicator) if the current website has been flagged as containing unwanted software .">
20 This site contains harmful programs 21 This site contains harmful programs
21 </message> 22 </message>
22 23
24 <!-- Internal page summary strings -->
estark 2017/04/28 05:05:25 Should any of these be marked "not is_ios" so they
lgarron 2017/04/28 22:04:32 Perhaps, but let me get some expert advice. It see
tfarina 2017/04/29 17:53:12 Do you need to exclude these strings from iOS here
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. -->
26 <message name="IDS_PAGE_INFO_EXTENSION_PAGE" desc="Message to display in the p age info bubble when the page you are on is a chrome-extension:// page. This ref ers to Chrome extensions.">
27 You're viewing an extension page
28 </message>
29 <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.">
30 You're viewing the source of a web page
31 </message>
32
23 <!-- Detail strings --> 33 <!-- Detail strings -->
24 <message name="IDS_PAGEINFO_SECURE_DETAILS" desc="A short paragraph explaining a secure site to the user."> 34 <message name="IDS_PAGEINFO_SECURE_DETAILS" desc="A short paragraph explaining a secure site to the user.">
25 Your information (for example, passwords or credit card numbers) is private when it is sent to this site. 35 Your information (for example, passwords or credit card numbers) is private when it is sent to this site.
26 </message> 36 </message>
27 <message name="IDS_PAGEINFO_MIXED_CONTENT_DETAILS" desc="A short paragraph exp laining a partially insecure site to the user."> 37 <message name="IDS_PAGEINFO_MIXED_CONTENT_DETAILS" desc="A short paragraph exp laining a partially insecure site to the user.">
28 Attackers might be able to see the images you’re looking at on this site and trick you by modifying them. 38 Attackers might be able to see the images you’re looking at on this site and trick you by modifying them.
29 </message> 39 </message>
30 <message name="IDS_PAGEINFO_NOT_SECURE_DETAILS" desc="A short paragraph explai ning a non-secure site to the user."> 40 <message name="IDS_PAGEINFO_NOT_SECURE_DETAILS" desc="A short paragraph explai ning a non-secure site to the user.">
31 You should not enter any sensitive information on this site (for example, pa sswords or credit cards), because it could be stolen by attackers. 41 You should not enter any sensitive information on this site (for example, pa sswords or credit cards), because it could be stolen by attackers.
32 </message> 42 </message>
33 <message name="IDS_PAGEINFO_INVALID_CERTIFICATE_DESCRIPTION" desc="A short par agraph to the user that security warnings are disabled. This is the case when th e user has encountered a certificate error for the current site and chosen to ov erride it.">
34 You have chosen to disable security warnings for this site.
35 </message>
36 <message name="IDS_PAGEINFO_MALWARE_DETAILS" desc="A short paragraph explainin g to the user that the current website has been flagged as containing malware."> 43 <message name="IDS_PAGEINFO_MALWARE_DETAILS" desc="A short paragraph explainin g to the user that the current website has been flagged as containing malware.">
37 Attackers on this site might attempt to install dangerous programs on your c omputer that steal or delete your information (for example, photos, passwords, m essages, and credit cards). 44 Attackers on this site might attempt to install dangerous programs on your c omputer that steal or delete your information (for example, photos, passwords, m essages, and credit cards).
38 </message> 45 </message>
39 <message name="IDS_PAGEINFO_SOCIAL_ENGINEERING_DETAILS" desc="A short paragrap h explaining to the user that the current website has been flagged as social eng ineering."> 46 <message name="IDS_PAGEINFO_SOCIAL_ENGINEERING_DETAILS" desc="A short paragrap h explaining to the user that the current website has been flagged as social eng ineering.">
40 Attackers on this site may trick you into doing something dangerous like ins talling software or revealing your personal information (for example, passwords, phone numbers, or credit cards). 47 Attackers on this site may trick you into doing something dangerous like ins talling software or revealing your personal information (for example, passwords, phone numbers, or credit cards).
41 </message> 48 </message>
42 <message name="IDS_PAGEINFO_UNWANTED_SOFTWARE_DETAILS" desc="A short paragraph explaining to the user that the current website has been flagged as containing unwanted software."> 49 <message name="IDS_PAGEINFO_UNWANTED_SOFTWARE_DETAILS" desc="A short paragraph explaining to the user that the current website has been flagged as containing unwanted software.">
43 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). 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).
44 </message> 51 </message>
45 52
53 <!-- Certificate exception decision UI (after clicking through an SSL certific ate error) -->
54 <message name="IDS_PAGEINFO_INVALID_CERTIFICATE_DESCRIPTION" desc="A short par agraph to the user that security warnings are disabled. This is the case when th e user has encountered a certificate error for the current site and chosen to ov erride it.">
55 You have chosen to disable security warnings for this site.
56 </message>
57 <if expr="is_android">
58 <message name="IDS_PAGEINFO_RESET_INVALID_CERTIFICATE_DECISIONS_BUTTON" desc ="Text of button in the page info that resets allow/deny decisions of invalid ce rtificates, which will start showing security warnings for the page again.">
59 Stop using an invalid certificate
60 </message>
61 </if>
62 <if expr="not is_android">
63 <message name="IDS_PAGEINFO_RESET_INVALID_CERTIFICATE_DECISIONS_BUTTON" desc ="Text of button in the page info that resets allow/deny decisions of invalid ce rtificates, which will start showing security warnings for the page again.">
64 Re-enable warnings
65 </message>
66 </if>
67
68 <!-- Administrator-provided certificate notifications -->
69 <message name="IDS_CERT_POLICY_PROVIDED_CERT_MESSAGE" desc="Text that is displ ayed in the Website Settings popup when using an administrator-provided certific ate">
70 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 intercept ed by your administrator.
71 </message>
72
73 <!-- Old connection info UI. Only used on Android. -->
46 <message name="IDS_PAGE_INFO_HELP_CENTER_LINK" desc="This is the text of the l ink pointing to the Help Center. This appears at the bottom of the SSL dialog an d 'this' refers to the sections within the bubble."> 74 <message name="IDS_PAGE_INFO_HELP_CENTER_LINK" desc="This is the text of the l ink pointing to the Help Center. This appears at the bottom of the SSL dialog an d 'this' refers to the sections within the bubble.">
47 What do these mean? 75 What do these mean?
48 </message> 76 </message>
49 <message name="IDS_PAGE_INFO_SECURITY_TAB_DEPRECATED_SIGNATURE_ALGORITHM" desc ="The security summary phrase in the page information panel for a security probl em where the site's certificate chain contains a SHA1 signature. Such certificat es are treated as errors except when a policy override is present."> 77 <message name="IDS_PAGE_INFO_SECURITY_TAB_DEPRECATED_SIGNATURE_ALGORITHM" desc ="The security summary phrase in the page information panel for a security probl em where the site's certificate chain contains a SHA1 signature. Such certificat es are treated as errors except when a policy override is present.">
50 The certificate chain for this site contains a certificate signed using SHA- 1. 78 The certificate chain for this site contains a certificate signed using SHA- 1.
51 </message> 79 </message>
52 <message name="IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTED_CONNECTION_TEXT" desc="The text of the connection section when the connection is encrypted."> 80 <message name="IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTED_CONNECTION_TEXT" desc="The text of the connection section when the connection is encrypted.">
53 Your connection to <ph name="DOMAIN">$1<ex>www.google.com</ex></ph> is encry pted using a modern cipher suite. 81 Your connection to <ph name="DOMAIN">$1<ex>www.google.com</ex></ph> is encry pted using a modern cipher suite.
54 </message> 82 </message>
55 <message name="IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTED_INSECURE_CONTENT_ERROR" de sc="Some extra text of the connection section when the connection is encrypted a nd the page contains insecure content which has been run (e.g. script)."> 83 <message name="IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTED_INSECURE_CONTENT_ERROR" de sc="Some extra text of the connection section when the connection is encrypted a nd the page contains insecure content which has been run (e.g. script).">
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 </message> 115 </message>
88 <message name="IDS_PAGE_INFO_SECURITY_TAB_UNABLE_TO_CHECK_REVOCATION" desc="Th e text of the identity section when we were unable to check if the certificate h as been revoked."> 116 <message name="IDS_PAGE_INFO_SECURITY_TAB_UNABLE_TO_CHECK_REVOCATION" desc="Th e text of the identity section when we were unable to check if the certificate h as been revoked.">
89 Unable to check whether the certificate has been revoked. 117 Unable to check whether the certificate has been revoked.
90 </message> 118 </message>
91 <message name="IDS_PAGE_INFO_SECURITY_TAB_UNKNOWN_PARTY" desc="The default nam e used when we did not find a principal name."> 119 <message name="IDS_PAGE_INFO_SECURITY_TAB_UNKNOWN_PARTY" desc="The default nam e used when we did not find a principal name.">
92 unknown name 120 unknown name
93 </message> 121 </message>
94 <message name="IDS_PAGE_INFO_SECURITY_TAB_WEAK_ENCRYPTION_CONNECTION_TEXT" des c="The text of the connection section when the connection uses weak encryption." > 122 <message name="IDS_PAGE_INFO_SECURITY_TAB_WEAK_ENCRYPTION_CONNECTION_TEXT" des c="The text of the connection section when the connection uses weak encryption." >
95 Your connection to <ph name="DOMAIN">$1<ex>www.google.com</ex></ph> is encry pted using an obsolete cipher suite. 123 Your connection to <ph name="DOMAIN">$1<ex>www.google.com</ex></ph> is encry pted using an obsolete cipher suite.
96 </message> 124 </message>
97 <message name="IDS_PAGE_INFO_EXTENSION_PAGE" desc="Message to display in the p age info bubble when the page you are on is a chrome-extension:// page. This ref ers to Chrome extensions.">
98 You're viewing an extension page
99 </message>
100 <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.">
101 You're viewing the source of a web page
102 </message>
103
104 <if expr="not use_titlecase"> 125 <if expr="not use_titlecase">
105 <message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="Text of button in the pa ge info that shows the SSL certificate."> 126 <message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="Text of button in the pa ge info that shows the SSL certificate.">
106 Certificate information 127 Certificate information
107 </message> 128 </message>
108 </if> 129 </if>
109 <if expr="use_titlecase"> 130 <if expr="use_titlecase">
110 <message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="In Title Case: Text of b utton in the page info that shows the SSL certificate."> 131 <message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="In Title Case: Text of b utton in the page info that shows the SSL certificate.">
111 Certificate Information 132 Certificate Information
112 </message> 133 </message>
113 </if> 134 </if>
135 <message name="IDS_PAGEINFO_ADDRESS" desc="Locality as reported in the EV iden tity text.">
136 <ph name="CITY">$1<ex>Mountain View</ex></ph>, <ph name="STATE">$2<ex>Califo rnia</ex></ph> <ph name="COUNTRY">$3<ex>USA</ex></ph>
137 </message>
138 <message name="IDS_PAGEINFO_PARTIAL_ADDRESS" desc="Locality with missing state as reported in the EV identity text.">
139 <ph name="CITY">$1<ex>Mountain View</ex></ph>, <ph name="COUNTRY">$2<ex>US</ ex></ph>
140 </message>
141 <message name="IDS_PAGE_INFO_SECURITY_TAB_SECURE_IDENTITY_EV_VERIFIED" desc="T he text of the identity section when the page is secured with a valid EV cert.">
142 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="IS SUER">$3<ex>VeriSign</ex></ph>.
143 </message>
114 144
115 <!-- Content settings strings --> 145 <!-- Cookies -->
146 <message name="IDS_PAGE_INFO_COOKIES" desc="The label for the Cookies setting in the Page Information Window.">
147 Cookies
148 </message>
149 <message name="IDS_PAGE_INFO_NUM_COOKIES" desc="The label of the counts for al lowed cookies that are in use on the page.">
150 {NUM_COOKIES, plural, =1 {1 in use} other {# in use}}
151 </message>
152
153 <!-- Permission names -->
154 <message name="IDS_PAGE_INFO_TYPE_AUTOPLAY" desc="The label used for the autop lay permission controls in the Website Settings popup.">
155 Autoplay
156 </message>
157 <message name="IDS_PAGE_INFO_TYPE_BACKGROUND_SYNC" desc="The label used for th e background sync permission controls in the Website Settings popup.">
158 Background Sync
159 </message>
160 <message name="IDS_PAGE_INFO_TYPE_IMAGES" desc="The label used for images perm ission controls in the Website Settings popup.">
161 Images
162 </message>
163 <message name="IDS_PAGE_INFO_TYPE_JAVASCRIPT" desc="The label used for JavaScr ipt permission controls in the Website Settings popup.">
164 JavaScript
165 </message>
166 <message name="IDS_PAGE_INFO_TYPE_POPUPS" desc="The label used for popups perm ission controls in the Website Settings popup.">
167 Popups
168 </message>
169 <message name="IDS_PAGE_INFO_TYPE_FLASH" desc="The label used for Flash permis sions in the Website Settings popup.">
170 Flash
171 </message>
172 <message name="IDS_PAGE_INFO_TYPE_LOCATION" desc="The label used for location permission controls in the Website Settings popup.">
173 Location
174 </message>
175 <message name="IDS_PAGE_INFO_TYPE_NOTIFICATIONS" desc="The label used for noti fications permission controls in the Website Settings popup.">
176 Notifications
177 </message>
178 <message name="IDS_PAGE_INFO_TYPE_MIC" desc="The label used for the microphone permission controls in the Website Settings popup.">
179 Microphone
180 </message>
181 <message name="IDS_PAGE_INFO_TYPE_CAMERA" desc="The label used for the camera permission controls in the Website Settings popup.">
182 Camera
183 </message>
184 <message name="IDS_PAGE_INFO_TYPE_MIDI_SYSEX" desc="The label used for MIDI sy stem exclusive message permission controls in the Website Settings popup.">
185 MIDI devices full control
186 </message>
187 <!-- TODO(crbug.com/716303): A few permissions are missing here. -->
188
189 <!-- Permission values -->
190 <message name="IDS_PAGE_INFO_BUTTON_TEXT_ALLOWED_BY_USER" desc="The Website Se ttings popup contains several buttons for opening dropdown menus and changing si te permissions. This is the text of such a button if the permission controlled b y the button was explicitly set to allow by the user.">
191 Allow
192 </message>
193 <message name="IDS_PAGE_INFO_BUTTON_TEXT_BLOCKED_BY_USER" desc="The Website Se ttings popup contains several buttons for opening dropdown menus and changing si te permissions. This is the text of such a button if the permission controlled b y the button was explicitly set to block by the user.">
194 Block
195 </message>
196 <message name="IDS_PAGE_INFO_BUTTON_TEXT_ASK_BY_USER" desc="The Website Settin gs popup contains several buttons for opening dropdown menus and changing site p ermissions. This is the text of such a button if the permission controlled by th e button was explicitly set to ask by the user.">
197 Ask
198 </message>
199 <message name="IDS_PAGE_INFO_BUTTON_TEXT_DETECT_IMPORTANT_CONTENT_BY_USER" des c="The Website Settings popup contains several buttons for opening dropdown menu s and changing site permissions. This is the text of such a button if the permis sion controlled by the button was explicitly set to detect important content by the user.">
200 Detect
201 </message>
202
203 <message name="IDS_PAGE_INFO_BUTTON_TEXT_ALLOWED_BY_DEFAULT" desc="The Website Settings popup contains several buttons for opening dropdown menus and changing site permissions. This is the text of such a button if the permission controlle d by the button is set to the default setting and the default settings is allow. ">
204 Allow (default)
205 </message>
206 <message name="IDS_PAGE_INFO_BUTTON_TEXT_BLOCKED_BY_DEFAULT" desc="The Website Settings popup contains several buttons for opening dropdown menus and changing site permissions. This is the text of such a button if the permission controlle d by the button is set to the default setting and the default settings is block. ">
207 Block (default)
208 </message>
209 <message name="IDS_PAGE_INFO_BUTTON_TEXT_ASK_BY_DEFAULT" desc="The Website Set tings popup contains several buttons for opening dropdown menus and changing sit e 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.">
210 Ask (default)
211 </message>
212 <message name="IDS_PAGE_INFO_BUTTON_TEXT_DETECT_IMPORTANT_CONTENT_BY_DEFAULT" desc="The Website Settings popup contains several buttons for opening dropdown m enus and changing site permissions. This is the text of such a button if the per mission controlled by the button is set to the default setting and the default s ettings is detect important content.">
213 Detect (default)
214 </message>
215
216 <message name="IDS_PAGE_INFO_MENU_ITEM_DEFAULT_ALLOW" desc="The text of the me nu item of a permissions menu on the Page Info UI that resets the setting to the default setting which is allow.">
217 Use global default (Allow)
218 </message>
219 <message name="IDS_PAGE_INFO_MENU_ITEM_DEFAULT_BLOCK" desc="The text of the me nu item of a permissions menu on the Page Info UI that resets the setting to the default setting which is block.">
220 Use global default (Block)
221 </message>
222 <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 de fault setting which is ask.">
223 Use global default (Ask)
224 </message>
225 <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.">
226 Use global default (Detect)
227 </message>
228
229 <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.">
230 Always allow on this site
231 </message>
232 <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.">
233 Always block on this site
234 </message>
235 <message name="IDS_PAGE_INFO_MENU_ITEM_DETECT_IMPORTANT_CONTENT" desc="The tex t of the menu item of a permissions menu on the Page Info UI that sets the setti ng to detect important content.">
236 Always detect important content on this site
237 </message>
238
239 <!-- UI for device access granted to the site using the device chooser (e.g. U SB, Bluetooth) -->
240 <message name="IDS_PAGE_INFO_USB_DEVICE_LABEL" desc="The label used to describ e a USB device that the user has granted the site permission to access.">
241 <ph name="DEVICE_NAME">$1<ex>Android Phone</ex></ph>
242 </message>
243 <message name="IDS_PAGE_INFO_DELETE_USB_DEVICE" desc="The tooltip displayed wh en hovering over the button that will remove permission to access a USB device t hat the user previously granted to the site.">
244 Revoke access
245 </message>
246
247 <!-- Site settings link -->
248 <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.">
249 Site settings
250 </message>
251 <!-- Permission decision strings -->
116 <message name="IDS_PAGE_INFO_PERMISSION_ALLOWED_BY_POLICY" desc="The label use d underneath a permission listed in the Page Info bubble if the permission was e xplicitly allowed by the user's enterprise policy."> 252 <message name="IDS_PAGE_INFO_PERMISSION_ALLOWED_BY_POLICY" desc="The label use d underneath a permission listed in the Page Info bubble if the permission was e xplicitly allowed by the user's enterprise policy.">
117 Allowed by your administrator 253 Allowed by your administrator
118 </message> 254 </message>
119 <message name="IDS_PAGE_INFO_PERMISSION_BLOCKED_BY_POLICY" desc="The label use d underneath a permission listed in the Page Info bubble if the permission was e xplicitly blocked by the user's enterprise policy."> 255 <message name="IDS_PAGE_INFO_PERMISSION_BLOCKED_BY_POLICY" desc="The label use d underneath a permission listed in the Page Info bubble if the permission was e xplicitly blocked by the user's enterprise policy.">
120 Blocked by your administrator 256 Blocked by your administrator
121 </message> 257 </message>
122 <message name="IDS_PAGE_INFO_PERMISSION_ASK_BY_POLICY" desc="The label used un derneath a permission listed in the Page Info bubble if the permission was expli citly set to 'Ask' by the user's enterprise policy."> 258 <message name="IDS_PAGE_INFO_PERMISSION_ASK_BY_POLICY" desc="The label used un derneath a permission listed in the Page Info bubble if the permission was expli citly set to 'Ask' by the user's enterprise policy.">
123 Setting controlled by your administrator 259 Setting controlled by your administrator
124 </message> 260 </message>
125 <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 wa s explicitly allowed by one of the user's extensions."> 261 <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 wa s explicitly allowed by one of the user's extensions.">
126 Allowed by an extension 262 Allowed by an extension
127 </message> 263 </message>
128 <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 wa s explicitly blocked by one of the user's extensions."> 264 <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 wa s explicitly blocked by one of the user's extensions.">
129 Blocked by an extension 265 Blocked by an extension
130 </message> 266 </message>
131 <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 ex plicitly set to 'Ask' by one of the user's extensions."> 267 <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 ex plicitly set to 'Ask' by one of the user's extensions.">
132 Setting controlled by an extension 268 Setting controlled by an extension
133 </message> 269 </message>
134 <message name="IDS_PAGE_INFO_PERMISSION_AUTOMATICALLY_BLOCKED" desc="The label used underneath a permission listed in the Page Info bubble if the permission w as blocked by Chrome on behalf of the user."> 270 <message name="IDS_PAGE_INFO_PERMISSION_AUTOMATICALLY_BLOCKED" desc="The label used underneath a permission listed in the Page Info bubble if the permission w as blocked by Chrome on behalf of the user.">
135 Automatically blocked 271 Automatically blocked
136 </message> 272 </message>
273
274 <!-- Permission change infobar. -->
275 <message name="IDS_PAGE_INFO_INFOBAR_TEXT" desc="The string shown in the infob ar after the user has changed site permissions settings, reminding them to reloa d the page in order for the new settings to take effect.">
276 New site permissions settings will take effect after reloading the page.
277 </message>
278 <message name="IDS_PAGE_INFO_INFOBAR_BUTTON" desc="The string used in the info bar button allowing the user to reload the page directly from the infobar.">
279 Reload
280 </message>
281
282 <!-- WebVR -->
283 <message name="IDS_PAGE_INFO_INSECURE_WEBVR_CONTENT_TRANSIENT" desc="Text that is displayed temporarily as a large toast on first entering a WebVR page over n on-secure transport.">
284 Your connection to this site is not private. To exit VR mode at any time, re move headset and press back.
285 </message>
286 <message name="IDS_PAGE_INFO_INSECURE_WEBVR_CONTENT_PERMANENT" desc="Text that is displayed in a small permanent notification on a WebVR page loaded over non- secure transport. (Should be short, does not need to be a complete sentence.)">
287 Not secure
288 </message>
289
290 <!-- TODO(crbug.com/704788): Replace with IDS_PAGEINFO_NOT_SECURE_SUMMARY -->
291 <message name="IDS_PAGE_INFO_NON_SECURE_TRANSPORT" desc="Text that is displaye d in the header of the Website Settings popup if the website uses non-secure tra nsport.">
292 Your connection to this site is not private.
293 </message>
294
295 <!-- TODO(crbug.com/716296): Replace with IDS_PAGE_INFO_COOKIES -->
296 <message name="IDS_PAGE_INFO_TITLE_SITE_DATA" desc="Title of the site data sec tion of the page info popup.">
297 Cookies
298 </message>
299
300 <!-- TODO(crbug.com/709701): Remove these strings-->
301 <message name="IDS_PAGE_INFO_PERMISSION_ALLOW" desc="The label used in the per missions dropdowns for the option that grants a permissions.">
302 allow
303 </message>
304 <message name="IDS_PAGE_INFO_PERMISSION_BLOCK" desc="The label used in the per missions dropdowns for the option that denies a permissions. ">
305 block
306 </message>
307 <message name="IDS_PAGE_INFO_PERMISSION_ASK" desc="The label used in the permi ssions dropdowns for the option that makes the browser asks for permission. ">
308 ask
309 </message>
310 <message name="IDS_PAGE_INFO_TITLE_SITE_PERMISSIONS" desc="Title of the permis sions section of the page info popup.">
311 Permissions
312 </message>
137 </grit-part> 313 </grit-part>
OLDNEW
« chrome/browser/ui/page_info/page_info.cc ('K') | « components/components_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698