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

Side by Side Diff: chrome/app/settings_strings.grdp

Issue 1842473004: MD Settings: Certificate manager, add "UNTRUSTED" labels. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments. Created 4 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 | « no previous file | chrome/browser/resources/settings/certificate_manager_page/certificate_entry.html » ('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 <!-- Settings-specific strings (included from generated_resources.grd). --> 2 <!-- Settings-specific strings (included from generated_resources.grd). -->
3 <grit-part> 3 <grit-part>
4 <!-- Policy Indicators --> 4 <!-- Policy Indicators -->
5 <message name="IDS_SETTINGS_CONTROLLED_SETTING_EXTENSION" desc="Text displayed in the controlled settings indicator tooltip when a setting's value is enforced by an extension."> 5 <message name="IDS_SETTINGS_CONTROLLED_SETTING_EXTENSION" desc="Text displayed in the controlled settings indicator tooltip when a setting's value is enforced by an extension.">
6 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten sion</ex></ph> 6 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten sion</ex></ph>
7 </message> 7 </message>
8 8
9 <!-- Accessibility Page --> 9 <!-- Accessibility Page -->
10 <message name="IDS_SETTINGS_ACCESSIBILITY" desc="Name of the settings page whi ch displays accessibility preferences."> 10 <message name="IDS_SETTINGS_ACCESSIBILITY" desc="Name of the settings page whi ch displays accessibility preferences.">
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 </message> 239 </message>
240 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_DONE" desc="Label for done b utton in certificate manager."> 240 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_DONE" desc="Label for done b utton in certificate manager.">
241 Done 241 Done
242 </message> 242 </message>
243 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_OTHERS" desc="Label for the others tab in certificate manager."> 243 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_OTHERS" desc="Label for the others tab in certificate manager.">
244 Others 244 Others
245 </message> 245 </message>
246 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_USAGE_SSL_CLIENT" desc="The description of a certificate that is verified for use as an SSL client"> 246 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_USAGE_SSL_CLIENT" desc="The description of a certificate that is verified for use as an SSL client">
247 SSL Client Certificate 247 SSL Client Certificate
248 </message> 248 </message>
249 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_UNTRUSTED" desc="This text i s displayed next to untrusted certificates in a red box.">
250 Untrusted
251 </message>
249 252
250 <!-- Certificate Manager Page, edit certificate authority trust dialog--> 253 <!-- Certificate Manager Page, edit certificate authority trust dialog-->
251 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_CA_TRUST_EDIT_DIALOG_TITLE" desc="Title of the certificate manager edit trust dialog"> 254 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_CA_TRUST_EDIT_DIALOG_TITLE" desc="Title of the certificate manager edit trust dialog">
252 Certificate authority 255 Certificate authority
253 </message> 256 </message>
254 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_CA_TRUST_EDIT_DIALOG_DESCRIP TION" desc="Line displayed in certificate manager edit trust dialog before the c heckboxes for setting certificate trust flags"> 257 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_CA_TRUST_EDIT_DIALOG_DESCRIP TION" desc="Line displayed in certificate manager edit trust dialog before the c heckboxes for setting certificate trust flags">
255 Edit trust settings: 258 Edit trust settings:
256 </message> 259 </message>
257 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_CA_TRUST_EDIT_DIALOG_EXPLANA TION" desc="Description in dialog for editing Certification Authority trust flag s"> 260 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_CA_TRUST_EDIT_DIALOG_EXPLANA TION" desc="Description in dialog for editing Certification Authority trust flag s">
258 The certificate "<ph name="CERTIFICATE_NAME">$1<ex>Verisign Class 1 Public Primary Certification Authority</ex></ph>" represents a Certification Authority . 261 The certificate "<ph name="CERTIFICATE_NAME">$1<ex>Verisign Class 1 Public Primary Certification Authority</ex></ph>" represents a Certification Authority .
(...skipping 890 matching lines...) Expand 10 before | Expand all | Expand 10 after
1149 System 1152 System
1150 </message> 1153 </message>
1151 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available."> 1154 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available.">
1152 Use hardware acceleration when available 1155 Use hardware acceleration when available
1153 </message> 1156 </message>
1154 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 1157 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
1155 Change proxy settings 1158 Change proxy settings
1156 </message> 1159 </message>
1157 </if> 1160 </if>
1158 </grit-part> 1161 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/certificate_manager_page/certificate_entry.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698