Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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. Untrusted certificates are sometimes added in order to explicitly distrust them. Thus, they will be lis ted but it's important that the user note that they serve a different purpose fr om the rest."> | |
|
dschuyler
2016/03/29 00:39:17
This is an excellent comment, but it may be in
the
dpapad
2016/03/29 00:57:54
I agree with your assessment. Initially I did not
| |
| 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 Loading... | |
| 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> |
| OLD | NEW |