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

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

Issue 1168793002: Add an initial implementation of the Privacy Page. No subpages yet. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove copy pasta Created 5 years, 6 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/extensions/api/settings_private/prefs_util.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_PAGE_TITLE" desc="Name of the settin gs page which displays accessibility preferences."> 5 <message name="IDS_SETTINGS_ACCESSIBILITY_PAGE_TITLE" desc="Name of the settin gs page which 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 </message> 115 </message>
116 116
117 <!-- Internet Page --> 117 <!-- Internet Page -->
118 <message name="IDS_SETTINGS_INTERNET_PAGE_TITLE" desc="Name of the settings pa ge which displays internet preferences."> 118 <message name="IDS_SETTINGS_INTERNET_PAGE_TITLE" desc="Name of the settings pa ge which displays internet preferences.">
119 Internet Connection 119 Internet Connection
120 </message> 120 </message>
121 <message name="IDS_SETTINGS_INTERNET_DETAIL_PAGE_TITLE" desc="Name of the sett ings page which displays network details."> 121 <message name="IDS_SETTINGS_INTERNET_DETAIL_PAGE_TITLE" desc="Name of the sett ings page which displays network details.">
122 Network Details 122 Network Details
123 </message> 123 </message>
124 124
125 <!-- Privacy Page -->
126 <message name="IDS_SETTINGS_PRIVACY_PAGE_TITLE" desc="Name of the settings pag e which privacy and security settings.">
Kyle Horimoto 2015/06/08 18:41:06 s/which/which allows users to modify/
Jeremy Klein 2015/06/08 19:42:44 Done.
127 Privacy &amp; Security
128 </message>
129 <message name="IDS_SETTINGS_IMPROVE_BROWSING_EXPERIENCE" desc="The text in the options panel that describes how we use web services to improve browsing experi ence.">
130 Google Chrome may use <ph name="BEGIN_LINK">&lt;a target="_blank" href="$1"& gt;</ph>web services<ph name="END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph> to im prove your browsing experience. You may optionally disable these services at any time.
Kyle Horimoto 2015/06/08 18:41:05 You need to use settings_chromium_strings.grdp and
Jeremy Klein 2015/06/08 19:42:44 Done.
131 </message>
132 <message name="IDS_SETTINGS_LINKDOCTOR_PREF" desc="The documentation string of the 'Use Link Doctor' preference to help with navigation errors.">
133 Use a web service to help resolve navigation errors
134 </message>
135 <message name="IDS_SETTINGS_SUGGEST_PREF" desc="The documentation string of th e 'Use Suggest' preference">
136 Use a prediction service to help complete searches and URLs typed in the add ress bar or the app launcher search box
137 </message>
138 <message name="IDS_SETTINGS_NETWORK_PREDICTION_ENABLED_DESCRIPTION" desc="In t he advanced options tab, the text next to the checkbox that enables prediction o f network actions. Actions include DNS prefetching, TCP and SSL preconnection, and prerendering of webpages.">
139 Prefetch resources to load pages more quickly
140 </message>
141 <message name="IDS_SETTINGS_SAFEBROWSING_ENABLEPROTECTION" desc="The label of the 'Enable phishing and malware protection' checkbox">
142 Enable phishing and malware protection
143 </message>
144 <message name="IDS_SETTINGS_SAFEBROWSING_ENABLE_EXTENDED_REPORTING" desc="Chec kbox label: should Chrome upload information about suspicious downloads and webs ites to Safe Browsing">
145 Automatically report details of possible security incidents to Google
146 </message>
147 <message name="IDS_SETTINGS_SPELLING_PREF" desc="The documentation string of t he 'Use Spelling' preference">
148 Use a web service to help resolve spelling errors
149 </message>
150 <message name="IDS_SETTINGS_ENABLE_LOGGING" desc="The label of the checkbox to enable/disable crash and user metrics logging">
151 Automatically send usage statistics and crash reports to Google
152 </message>
153 <message name="IDS_SETTINGS_ENABLE_DO_NOT_TRACK" desc="The label of the checkb ox to enable/disable sending the 'Do Not track' header">
154 Send a "Do Not Track" request with your browsing traffic
155 </message>
156 <message name="IDS_SETTINGS_ENABLE_CONTENT_PROTECTION_ATTESTATION" desc="descr iption label for verified access about premium contents">
157 Enable Verified Access
158 </message>
159 <message name="IDS_SETTINGS_WAKE_ON_WIFI_DESCRIPTION" desc="In the settings ta b, the text next to the checkbox for enabling quickly reconnecting to known Wi-F i SSIDs.">
160 Keep Wi-Fi on during sleep
161 </message>
162 <message name="IDS_SETTINGS_PRIVACY_SITE_SETTINGS_BUTTON" desc="Text for site settings button in Privacy options">
163 Site settings
164 </message>
165 <message name="IDS_SETTINGS_PRIVACY_CLEAR_DATA_BUTTON" desc="Text for clear br owsing data button in Privacy options">
166 Clear browsing data
167 </message>
168
Kyle Horimoto 2015/06/08 18:41:06 nit: Remove newline.
Jeremy Klein 2015/06/08 19:42:44 Done.
169
125 <!-- Search Page --> 170 <!-- Search Page -->
126 <message name="IDS_SETTINGS_SEARCH_PAGE_TITLE" desc="Name of the settings page which displays search engine preferences."> 171 <message name="IDS_SETTINGS_SEARCH_PAGE_TITLE" desc="Name of the settings page which displays search engine preferences.">
127 Search 172 Search
128 </message> 173 </message>
129 <message name="IDS_SETTINGS_SEARCH_EXPLANATION" desc="Explanation for the sear ch engine dropdown setting."> 174 <message name="IDS_SETTINGS_SEARCH_EXPLANATION" desc="Explanation for the sear ch engine dropdown setting.">
130 Set which search engine is used when searching from the omnibox. 175 Set which search engine is used when searching from the omnibox.
131 </message> 176 </message>
132 <message name="IDS_SETTINGS_SEARCH_MANAGE_BUTTON_LABEL" desc="Label for the Ma nage Search Engines button."> 177 <message name="IDS_SETTINGS_SEARCH_MANAGE_BUTTON_LABEL" desc="Label for the Ma nage Search Engines button.">
133 Manage Search Engines 178 Manage Search Engines
134 </message> 179 </message>
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 <message name="IDS_SETTINGS_USERS_SHOW_ON_SIGNIN_LABEL" desc="Label for the 's how users on sign-in screen' setting."> 288 <message name="IDS_SETTINGS_USERS_SHOW_ON_SIGNIN_LABEL" desc="Label for the 's how users on sign-in screen' setting.">
244 Show usernames and photos on the sign-in screen 289 Show usernames and photos on the sign-in screen
245 </message> 290 </message>
246 <message name="IDS_SETTINGS_USERS_RESTRICT_SIGNIN_LABEL" desc="Label for the s etting for restricting sign in to specific users."> 291 <message name="IDS_SETTINGS_USERS_RESTRICT_SIGNIN_LABEL" desc="Label for the s etting for restricting sign in to specific users.">
247 Restrict sign-in to the following users: 292 Restrict sign-in to the following users:
248 </message> 293 </message>
249 <message name="IDS_SETTINGS_USERS_ADD_USERS_LABEL" desc="Label for the input f ield for adding users."> 294 <message name="IDS_SETTINGS_USERS_ADD_USERS_LABEL" desc="Label for the input f ield for adding users.">
250 Add users 295 Add users
251 </message> 296 </message>
252 </grit-part> 297 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/api/settings_private/prefs_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698