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

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

Issue 1819563002: MD Settings: Certificate manager, populate UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix win,mac failures. Created 4 years, 9 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 <!-- 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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 <!-- Certificate Manager Page --> 208 <!-- Certificate Manager Page -->
209 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER" desc="Name of the certificate manager page which allows users to modify SSL certificate settings."> 209 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER" desc="Name of the certificate manager page which allows users to modify SSL certificate settings.">
210 Certificate manager 210 Certificate manager
211 </message> 211 </message>
212 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_YOUR_CERTIFICATES" desc="Label for the your certificates tab in certificate manager."> 212 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_YOUR_CERTIFICATES" desc="Label for the your certificates tab in certificate manager.">
213 Your certificates 213 Your certificates
214 </message> 214 </message>
215 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_SERVERS" desc="Label for the s ervers tab in certificate manager."> 215 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_SERVERS" desc="Label for the s ervers tab in certificate manager.">
216 Servers 216 Servers
217 </message> 217 </message>
218 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_SERVERS_IDENTIFY" desc="Label for servers subtitle tab in certificate manager.">
219 You have certificates on file that identify these servers:
220 </message>
221 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_AUTHORITIES" desc="Label for t he authorities tab in certificate manager."> 218 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_AUTHORITIES" desc="Label for t he authorities tab in certificate manager.">
222 Authorities 219 Authorities
223 </message> 220 </message>
224 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_AUTHORITIES_YOU_HAVE_AUTHORITI ES" desc="Label for authorities subtitle tab in certificate manager.">
225 You have certificates on file that identify these certificate authorities:
226 </message>
227 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_OTHERS_YOU_HAVE_OTHERS" desc=" Label for others subtitle tab in certificate manager.">
228 You have certificates on file that do not fit in any of the other categories :
229 </message>
230 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_VIEW" desc="Label for view but ton in certificate manager."> 221 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_VIEW" desc="Label for view but ton in certificate manager.">
231 View 222 View
232 </message> 223 </message>
224 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_EDIT" desc="Label for the butt on in the certificate manager which allows you to edit certificate trust">
225 Edit
226 </message>
233 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_IMPORT" desc="Label for import button in certificate manager."> 227 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_IMPORT" desc="Label for import button in certificate manager.">
234 Import 228 Import
235 </message> 229 </message>
236 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_IMPORT_AND_BIND" desc="Label f or import and bind button in certificate manager."> 230 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_IMPORT_AND_BIND" desc="Label f or import and bind button in certificate manager.">
237 Import and Bind to Device 231 Import and Bind to Device
238 </message> 232 </message>
239 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_EXPORT" desc="Label for export button in certificate manager."> 233 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_EXPORT" desc="Label for export button in certificate manager.">
240 Export 234 Export
241 </message> 235 </message>
242 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_DELETE" desc="Label for delete button in certificate manager."> 236 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_DELETE" desc="Label for delete button in certificate manager.">
243 Delete 237 Delete
244 </message> 238 </message>
245 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_DONE" desc="Label for done but ton in certificate manager."> 239 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_DONE" desc="Label for done but ton in certificate manager.">
246 Done 240 Done
247 </message> 241 </message>
248 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_OTHERS" desc="Label for the ot hers tab in certificate manager."> 242 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_OTHERS" desc="Label for the ot hers tab in certificate manager.">
249 Others 243 Others
250 </message> 244 </message>
251 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_YOU_HAVE_CERTIFICATES" desc="L abel for your certificates subtitle tab in certificate manager.">
252 You have certificates from these organizations that identify you:
253 </message>
254 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_USAGE_SSL_CLIENT" desc="The de scription of a certificate that is verified for use as an SSL client"> 245 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_USAGE_SSL_CLIENT" desc="The de scription of a certificate that is verified for use as an SSL client">
255 SSL Client Certificate 246 SSL Client Certificate
256 </message> 247 </message>
257 248
258 <!-- Certificate Manager Page, edit certificate authority trust dialog--> 249 <!-- Certificate Manager Page, edit certificate authority trust dialog-->
259 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_CA_TRUST_EDIT_DIALOG_TITLE" de sc="Title of the certificate manager edit trust dialog"> 250 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_CA_TRUST_EDIT_DIALOG_TITLE" de sc="Title of the certificate manager edit trust dialog">
260 Certificate authority 251 Certificate authority
261 </message> 252 </message>
262 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_CA_TRUST_EDIT_DIALOG_DESCRIPTI ON" desc="Line displayed in certificate manager edit trust dialog before the che ckboxes for setting certificate trust flags"> 253 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_CA_TRUST_EDIT_DIALOG_DESCRIPTI ON" desc="Line displayed in certificate manager edit trust dialog before the che ckboxes for setting certificate trust flags">
263 Edit trust settings: 254 Edit trust settings:
(...skipping 892 matching lines...) Expand 10 before | Expand all | Expand 10 after
1156 System 1147 System
1157 </message> 1148 </message>
1158 <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."> 1149 <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.">
1159 Use hardware acceleration when available 1150 Use hardware acceleration when available
1160 </message> 1151 </message>
1161 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 1152 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
1162 Change proxy settings 1153 Change proxy settings
1163 </message> 1154 </message>
1164 </if> 1155 </if>
1165 </grit-part> 1156 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698