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

Side by Side Diff: components/page_info_strings.grdp

Issue 2797063004: Rename pageinfo_strings.grdp to page_info_strings.grdp (Closed)
Patch Set: Rename pageinfo_strings.grdp to page_info_strings.grdp 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
« no previous file with comments | « components/components_strings.grd ('k') | components/pageinfo_strings.grdp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 <!-- Summary strings -->
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."> 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 Secure connection 5 Secure connection
6 </message> 6 </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)."> 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 Your connection to this site is not fully secure 8 Your connection to this site is not fully secure
9 </message> 9 </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."> 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.">
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 <message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="Text of button in the pa ge info that shows the SSL certificate."> 105 <message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="Text of button in the pa ge info that shows the SSL certificate.">
106 Certificate information 106 Certificate information
107 </message> 107 </message>
108 </if> 108 </if>
109 <if expr="use_titlecase"> 109 <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."> 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.">
111 Certificate Information 111 Certificate Information
112 </message> 112 </message>
113 </if> 113 </if>
114 </grit-part> 114 </grit-part>
OLDNEW
« no previous file with comments | « components/components_strings.grd ('k') | components/pageinfo_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698