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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 2737413004: Add a Certificate Viewer link to the Page Info dropdown (Closed)
Patch Set: Add Cocoa, Fix MaxViews, Add Flag Created 3 years, 8 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 7110 matching lines...) Expand 10 before | Expand all | Expand 10 after
7121 </message> 7121 </message>
7122 </if> 7122 </if>
7123 <if expr="not is_android"> 7123 <if expr="not is_android">
7124 <message name="IDS_PAGEINFO_RESET_INVALID_CERTIFICATE_DECISIONS_BUTTON" desc="Text of button in the page info that resets allow/deny decisions of invali d certificates, which will start showing security warnings for the page again."> 7124 <message name="IDS_PAGEINFO_RESET_INVALID_CERTIFICATE_DECISIONS_BUTTON" desc="Text of button in the page info that resets allow/deny decisions of invali d certificates, which will start showing security warnings for the page again.">
7125 Re-enable warnings 7125 Re-enable warnings
7126 </message> 7126 </message>
7127 </if> 7127 </if>
7128 <message name="IDS_PAGE_INFO_COOKIES" desc="The label for the Cookies sett ing in the Page Information Window."> 7128 <message name="IDS_PAGE_INFO_COOKIES" desc="The label for the Cookies sett ing in the Page Information Window.">
7129 Cookies 7129 Cookies
7130 </message> 7130 </message>
7131 <message name="IDS_PAGE_INFO_CERTIFICATE" desc="Title of the certificate a rea in the Page Information Window, shown when a HTTPS site is loaded.">
lgarron 2017/04/05 02:06:25 Could you add these to pageinfo_strings.grdp inste
elawrence 2017/04/06 01:06:10 Done.
7132 Certificate
7133 </message>
7134 <message name="IDS_PAGE_INFO_CERTIFICATE_VALID_LINK" desc="Text of the lin k that launches the Certificate Viewer. This appears in the Page Information Win dow when a HTTPS site is loaded with a valid certificate.">
7135 Valid
7136 </message>
7137 <message name="IDS_PAGE_INFO_CERTIFICATE_INVALID_LINK" desc="Text of the l ink that launches the Certificate Viewer. This appears in the Page Information W indow when a HTTPS site is loaded with an invalid certificate, e.g. https://wron g.host.badssl.com/.">
7138 Invalid
7139 </message>
7131 <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."> 7140 <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.">
7132 Site settings 7141 Site settings
7133 </message> 7142 </message>
7134 7143
7135 <message name="IDS_PAGEINFO_ADDRESS" desc="Locality as reported in the EV identity text."> 7144 <message name="IDS_PAGEINFO_ADDRESS" desc="Locality as reported in the EV identity text.">
7136 <ph name="CITY">$1<ex>Mountain View</ex></ph>, <ph name="STATE">$2<ex>Ca lifornia</ex></ph> <ph name="COUNTRY">$3<ex>USA</ex></ph> 7145 <ph name="CITY">$1<ex>Mountain View</ex></ph>, <ph name="STATE">$2<ex>Ca lifornia</ex></ph> <ph name="COUNTRY">$3<ex>USA</ex></ph>
7137 </message> 7146 </message>
7138 7147
7139 <message name="IDS_PAGEINFO_PARTIAL_ADDRESS" desc="Locality with missing s tate as reported in the EV identity text."> 7148 <message name="IDS_PAGEINFO_PARTIAL_ADDRESS" desc="Locality with missing s tate as reported in the EV identity text.">
7140 <ph name="CITY">$1<ex>Mountain View</ex></ph>, <ph name="COUNTRY">$2<ex> US</ex></ph> 7149 <ph name="CITY">$1<ex>Mountain View</ex></ph>, <ph name="COUNTRY">$2<ex> US</ex></ph>
(...skipping 5262 matching lines...) Expand 10 before | Expand all | Expand 10 after
12403 Your downloads appear here 12412 Your downloads appear here
12404 </message> 12413 </message>
12405 12414
12406 <!-- Automation info bar --> 12415 <!-- Automation info bar -->
12407 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test."> 12416 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test.">
12408 Chrome is being controlled by automated test software. 12417 Chrome is being controlled by automated test software.
12409 </message> 12418 </message>
12410 </messages> 12419 </messages>
12411 </release> 12420 </release>
12412 </grit> 12421 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/theme/default_100_percent/common/certificate.png » ('j') | chrome/browser/about_flags.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698