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

Side by Side Diff: components/pageinfo_strings.grdp

Issue 2670993003: Fix punctuation of several Page Info strings (Closed)
Patch Set: Created 3 years, 10 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 | « chrome/app/google_chrome_strings.grd ('k') | no next file » | 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 <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."> 85 <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.">
86 Unable to check whether the certificate has been revoked. 86 Unable to check whether the certificate has been revoked.
87 </message> 87 </message>
88 <message name="IDS_PAGE_INFO_SECURITY_TAB_UNKNOWN_PARTY" desc="The default nam e used when we did not find a principal name."> 88 <message name="IDS_PAGE_INFO_SECURITY_TAB_UNKNOWN_PARTY" desc="The default nam e used when we did not find a principal name.">
89 unknown name 89 unknown name
90 </message> 90 </message>
91 <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." > 91 <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." >
92 Your connection to <ph name="DOMAIN">$1<ex>www.google.com</ex></ph> is encry pted using an obsolete cipher suite. 92 Your connection to <ph name="DOMAIN">$1<ex>www.google.com</ex></ph> is encry pted using an obsolete cipher suite.
93 </message> 93 </message>
94 <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."> 94 <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.">
95 You are viewing an extension page. 95 You're viewing an extension page
96 </message> 96 </message>
97 <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."> 97 <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.">
98 You are viewing the source of a web page. 98 You're viewing the source of a web page
99 </message> 99 </message>
100 100
101 <if expr="not use_titlecase"> 101 <if expr="not use_titlecase">
102 <message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="Text of button in the pa ge info that shows the SSL certificate."> 102 <message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="Text of button in the pa ge info that shows the SSL certificate.">
103 Certificate information 103 Certificate information
104 </message> 104 </message>
105 </if> 105 </if>
106 <if expr="use_titlecase"> 106 <if expr="use_titlecase">
107 <message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="In Title Case: Text of b utton in the page info that shows the SSL certificate."> 107 <message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="In Title Case: Text of b utton in the page info that shows the SSL certificate.">
108 Certificate Information 108 Certificate Information
109 </message> 109 </message>
110 </if> 110 </if>
111 </grit-part> 111 </grit-part>
OLDNEW
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698