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

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

Issue 1290093003: [MD settings] fix for missing certificate manager string (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix for reversed strings Created 5 years, 4 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/ui/webui/settings/md_settings_localized_strings_provider.cc » ('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 <!-- Accessibility Page --> 4 <!-- Accessibility Page -->
5 <message name="IDS_SETTINGS_ACCESSIBILITY" desc="Name of the settings page whi ch displays accessibility preferences."> 5 <message name="IDS_SETTINGS_ACCESSIBILITY" desc="Name of the settings page whi ch displays accessibility preferences.">
6 Accessibility 6 Accessibility
7 </message> 7 </message>
8 <message name="IDS_SETTINGS_MORE_FEATURES_LINK" desc="Link which opens page wh ere users can install extensions which provide additional accessibility features ."> 8 <message name="IDS_SETTINGS_MORE_FEATURES_LINK" desc="Link which opens page wh ere users can install extensions which provide additional accessibility features .">
9 Add additional accessibility features 9 Add additional accessibility features
10 </message> 10 </message>
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 <!-- Certificate Manager Page --> 99 <!-- Certificate Manager Page -->
100 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER" desc="Name of the certificate manager page which allows users to modify SSL certificate settings."> 100 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER" desc="Name of the certificate manager page which allows users to modify SSL certificate settings.">
101 Certificate manager 101 Certificate manager
102 </message> 102 </message>
103 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_YOUR_CERTIFICATES" desc="Label for the your certificates tab in certificate manager."> 103 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_YOUR_CERTIFICATES" desc="Label for the your certificates tab in certificate manager.">
104 Your certificates 104 Your certificates
105 </message> 105 </message>
106 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_SERVERS" desc="Label for the s ervers tab in certificate manager."> 106 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_SERVERS" desc="Label for the s ervers tab in certificate manager.">
107 Servers 107 Servers
108 </message> 108 </message>
109 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_SERVERS_IDENTIFY" desc="Label for servers subtitle tab in certificate manager.">
110 You have certificates on file that identify these servers:
111 </message>
109 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_AUTHORITIES" desc="Label for t he authorities tab in certificate manager."> 112 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_AUTHORITIES" desc="Label for t he authorities tab in certificate manager.">
110 Authorities 113 Authorities
111 </message> 114 </message>
112 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_AUTHORITIES_YOU_HAVE_AUTHORITI ES" desc="Label for authorities subtitle tab in certificate manager."> 115 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_AUTHORITIES_YOU_HAVE_AUTHORITI ES" desc="Label for authorities subtitle tab in certificate manager.">
113 You have certificates on file that identify these certificate authorities: 116 You have certificates on file that identify these certificate authorities:
114 </message> 117 </message>
115 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_OTHERS_YOU_HAVE_OTHERS" desc=" Label for others subtitle tab in certificate manager."> 118 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_OTHERS_YOU_HAVE_OTHERS" desc=" Label for others subtitle tab in certificate manager.">
116 You have certificates on file that do not fit in any of the other categories : 119 You have certificates on file that do not fit in any of the other categories :
117 </message> 120 </message>
118 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_VIEW" desc="Label for view but ton in certificate manager."> 121 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_VIEW" desc="Label for view but ton in certificate manager.">
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 <message name="IDS_SETTINGS_USERS_SHOW_ON_SIGNIN_LABEL" desc="Label for the 's how users on sign-in screen' setting."> 397 <message name="IDS_SETTINGS_USERS_SHOW_ON_SIGNIN_LABEL" desc="Label for the 's how users on sign-in screen' setting.">
395 Show usernames and photos on the sign-in screen 398 Show usernames and photos on the sign-in screen
396 </message> 399 </message>
397 <message name="IDS_SETTINGS_USERS_RESTRICT_SIGNIN_LABEL" desc="Label for the s etting for restricting sign in to specific users."> 400 <message name="IDS_SETTINGS_USERS_RESTRICT_SIGNIN_LABEL" desc="Label for the s etting for restricting sign in to specific users.">
398 Restrict sign-in to the following users: 401 Restrict sign-in to the following users:
399 </message> 402 </message>
400 <message name="IDS_SETTINGS_USERS_ADD_USERS_LABEL" desc="Label for the input f ield for adding users."> 403 <message name="IDS_SETTINGS_USERS_ADD_USERS_LABEL" desc="Label for the input f ield for adding users.">
401 Add users 404 Add users
402 </message> 405 </message>
403 </grit-part> 406 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698