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

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: Tests. 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 <!-- Certificate Manager Page --> 198 <!-- Certificate Manager Page -->
199 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER" desc="Name of the certificate manager page which allows users to modify SSL certificate settings."> 199 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER" desc="Name of the certificate manager page which allows users to modify SSL certificate settings.">
200 Certificate manager 200 Certificate manager
201 </message> 201 </message>
202 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_YOUR_CERTIFICATES" desc="Label for the your certificates tab in certificate manager."> 202 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_YOUR_CERTIFICATES" desc="Label for the your certificates tab in certificate manager.">
203 Your certificates 203 Your certificates
204 </message> 204 </message>
205 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_SERVERS" desc="Label for the s ervers tab in certificate manager."> 205 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_SERVERS" desc="Label for the s ervers tab in certificate manager.">
206 Servers 206 Servers
207 </message> 207 </message>
208 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_SERVERS_IDENTIFY" desc="Label for servers subtitle tab in certificate manager.">
209 You have certificates on file that identify these servers:
210 </message>
211 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_AUTHORITIES" desc="Label for t he authorities tab in certificate manager."> 208 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_AUTHORITIES" desc="Label for t he authorities tab in certificate manager.">
212 Authorities 209 Authorities
213 </message> 210 </message>
214 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_AUTHORITIES_YOU_HAVE_AUTHORITI ES" desc="Label for authorities subtitle tab in certificate manager.">
215 You have certificates on file that identify these certificate authorities:
216 </message>
217 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_OTHERS_YOU_HAVE_OTHERS" desc=" Label for others subtitle tab in certificate manager.">
218 You have certificates on file that do not fit in any of the other categories :
219 </message>
220 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_VIEW" desc="Label for view but ton in certificate manager."> 211 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_VIEW" desc="Label for view but ton in certificate manager.">
221 View 212 View
222 </message> 213 </message>
214 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_EDIT" desc="Label for the butt on in the certificate manager which allows you to edit certificate trust">
215 Edit
216 </message>
223 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_IMPORT" desc="Label for import button in certificate manager."> 217 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_IMPORT" desc="Label for import button in certificate manager.">
224 Import 218 Import
225 </message> 219 </message>
226 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_IMPORT_AND_BIND" desc="Label f or import and bind button in certificate manager."> 220 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_IMPORT_AND_BIND" desc="Label f or import and bind button in certificate manager.">
227 Import and Bind to Device 221 Import and Bind to Device
228 </message> 222 </message>
229 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_EXPORT" desc="Label for export button in certificate manager."> 223 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_EXPORT" desc="Label for export button in certificate manager.">
230 Export 224 Export
231 </message> 225 </message>
232 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_DELETE" desc="Label for delete button in certificate manager."> 226 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_DELETE" desc="Label for delete button in certificate manager.">
233 Delete 227 Delete
234 </message> 228 </message>
235 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_DONE" desc="Label for done but ton in certificate manager."> 229 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_DONE" desc="Label for done but ton in certificate manager.">
236 Done 230 Done
237 </message> 231 </message>
238 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_OTHERS" desc="Label for the ot hers tab in certificate manager."> 232 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_OTHERS" desc="Label for the ot hers tab in certificate manager.">
239 Others 233 Others
240 </message> 234 </message>
241 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_YOU_HAVE_CERTIFICATES" desc="L abel for your certificates subtitle tab in certificate manager.">
242 You have certificates from these organizations that identify you:
243 </message>
244 <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"> 235 <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 SSL Client Certificate 236 SSL Client Certificate
246 </message> 237 </message>
247 238
248 <!-- Certificate Manager Page, edit certificate authority trust dialog--> 239 <!-- Certificate Manager Page, edit certificate authority trust dialog-->
249 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_CA_TRUST_EDIT_DIALOG_TITLE" de sc="Title of the certificate manager edit trust dialog"> 240 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_CA_TRUST_EDIT_DIALOG_TITLE" de sc="Title of the certificate manager edit trust dialog">
250 Certificate authority 241 Certificate authority
251 </message> 242 </message>
252 <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"> 243 <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 Edit trust settings: 244 Edit trust settings:
(...skipping 892 matching lines...) Expand 10 before | Expand all | Expand 10 after
1146 System 1137 System
1147 </message> 1138 </message>
1148 <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."> 1139 <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 Use hardware acceleration when available 1140 Use hardware acceleration when available
1150 </message> 1141 </message>
1151 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 1142 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
1152 Change proxy settings 1143 Change proxy settings
1153 </message> 1144 </message>
1154 </if> 1145 </if>
1155 </grit-part> 1146 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698