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

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 935903002: Upstream privacy settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: init CommandLine to fix tests Created 5 years, 10 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 <grit current_release="1" latest_public_release="0"> 2 <grit current_release="1" latest_public_release="0">
3 <outputs> 3 <outputs>
4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" /> 4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" />
5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" /> 5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" />
6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" /> 6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" />
7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" /> 7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" />
8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" /> 8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" />
9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" /> 9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" />
10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" /> 10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" />
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 </message> 240 </message>
241 <message name="IDS_PASSWORD_ENTRY_EDITOR_TITLE" desc='Title of the "edit a name/password" screen.'> 241 <message name="IDS_PASSWORD_ENTRY_EDITOR_TITLE" desc='Title of the "edit a name/password" screen.'>
242 Edit saved name/password or exception 242 Edit saved name/password or exception
243 </message> 243 </message>
244 244
245 <!-- Homepage preferences --> 245 <!-- Homepage preferences -->
246 <message name="IDS_HOMEPAGE_DEFAULT_TITLE" desc="Label for checkbox to use the default homepage"> 246 <message name="IDS_HOMEPAGE_DEFAULT_TITLE" desc="Label for checkbox to use the default homepage">
247 Default 247 Default
248 </message> 248 </message>
249 249
250 <!-- Privacy preferences -->
251 <message name="IDS_PREFS_PRIVACY" desc="Title for the Privacy preferences. [CHAR-LIMIT=32]">
252 Privacy
253 </message>
254 <message name="IDS_NAVIGATION_ERROR_TITLE" desc="Title for checkbox to ena ble or disable navigation error suggestions.">
255 Navigation error suggestions
256 </message>
257 <message name="IDS_NAVIGATION_ERROR_SUMMARY" desc="Summary for navigation error suggestions.">
258 Show suggestions when a web address does not resolve or a connection can not be made
259 </message>
260 <message name="IDS_SEARCH_SUGGESTIONS_TITLE" desc="Title for search and ur l suggestions.">
261 Search and URL suggestions
262 </message>
263 <message name="IDS_SEARCH_SUGGESTIONS_SUMMARY" desc="Summary for search an d url suggestions.">
264 Use a prediction service to show related queries and popular websites as you type in the address bar
265 </message>
266 <message name="IDS_NETWORK_PREDICTIONS_TITLE" desc="Title for Prefetch pag e resources.">
267 Prefetch page resources
268 </message>
269 <message name="IDS_NETWORK_PREDICTIONS_SUMMARY" desc="Summary for Prefetch page resources.">
270 Improve page load performance
271 </message>
272 <message name="IDS_NETWORK_PREDICTION_ALWAYS_VALUE" desc="Internal value f or prefetch page resources preference" translateable="false">
273 network_prediction_always
274 </message>
275 <message name="IDS_NETWORK_PREDICTION_WIFI_ONLY_VALUE" desc="Internal valu e for prefetch page resources preference" translateable="false">
276 network_prediction_wifi_only
277 </message>
278 <message name="IDS_NETWORK_PREDICTION_NEVER_VALUE" desc="Internal value fo r prefetch page resources preference" translateable="false">
279 network_prediction_never
280 </message>
281 <message name="IDS_CONTEXTUAL_SEARCH_TITLE" desc="Name for the Contextual Search feature, which allows users to search for a term in a web page by tapping on it.">
282 Touch to Search
283 </message>
284 <message name="IDS_CONTEXTUAL_SEARCH_DESCRIPTION" desc="Description for Co ntextual Search preference">
285 Learn about topics on websites without leaving the page. Touch to Search sends a word and its surrounding context to Google Search, returning definition s, pictures, search results, and other details.
286
287 To adjust your search term, long press to select. To refine your search, slide t he panel all the way up and touch the search box.
288 </message>
289 <message name="IDS_CONTEXTUAL_SEARCH_LEARN_MORE_URL" desc="URL for learnin g more about Contextual Search preference" translateable="false">
290 https://support.google.com/chrome/answer/95440#android
291 </message>
292 <message name="IDS_CRASH_DUMP_UPLOAD_TITLE" desc="Title for crash upload u pload preference">
293 Usage and crash reports
294 </message>
295 <message name="IDS_CRASH_DUMP_NEVER_UPLOAD" desc="Settings option never to upload crash reports [CHAR-LIMIT=32]">
296 Never send
297 </message>
298 <message name="IDS_CRASH_DUMP_ALWAYS_UPLOAD" desc="Settings option to uplo ad crash reports only anytime (when on Wi-Fi or mobile data) [CHAR-LIMIT=32]">
299 Always send
300 </message>
301 <message name="IDS_CRASH_DUMP_ONLY_WITH_WIFI" desc="Settings option to upl oad crash reports only over Wi-Fi [CHAR-LIMIT=32]">
302 Only send on Wi-Fi
303 </message>
304 <message name="IDS_CRASH_DUMP_NEVER_UPLOAD_VALUE" desc="Internal value for crash uploading preference." translateable="false">
305 crash_dump_never_upload
306 </message>
307 <message name="IDS_CRASH_DUMP_ALWAYS_UPLOAD_VALUE" desc="Internal value fo r crash uploading preference." translateable="false">
308 crash_dump_always_upload
309 </message>
310 <message name="IDS_CRASH_DUMP_ONLY_WITH_WIFI_VALUE" desc="Internal value f or crash uploading preference." translateable="false">
311 crash_dump_only_with_wifi
312 </message>
313 <message name="IDS_DO_NOT_TRACK_TITLE" desc="Title for 'Do Not Track' pref erence">
314 ‘Do Not Track’
315 </message>
316 <message name="IDS_DO_NOT_TRACK_DESCRIPTION" desc="Description for 'Do Not Track' preference">
317 Enabling ‘Do Not Track’ means that a request will be included with your browsing traffic. Any effect depends on whether a website responds to the reques t, and how the request is interpreted.
318
319 For example, some websites may respond to this request by showing you ads that a ren’t based on other websites you’ve visited. Many websites will still collect a nd use your browsing data - for example to improve security, to provide content, ads and recommendations on their websites, and to generate reporting statistics .
320 </message>
321 <message name="IDS_DO_NOT_TRACK_LEARN_MORE_URL" desc="URL for learning mor e about 'Do Not Track' preference" translateable="false">
322 https://support.google.com/chrome/?p=settings_do_not_track
323 </message>
324 <message name="IDS_CLEAR_BROWSING_DATA_TITLE" desc="Button to Clear Browsi ng Data [CHAR-LIMIT=24]">
325 Clear browsing data
326 </message>
327 <message name="IDS_CLEAR_CACHE_TITLE" desc="Title for Clear Cache in Clear Browsing Data dialog">
328 Clear the cache
329 </message>
330 <message name="IDS_CLEAR_HISTORY_TITLE" desc="Title for Clear History in C lear Browsing Data dialog">
331 Clear browsing history
332 </message>
333 <message name="IDS_CLEAR_COOKIES_AND_SITE_DATA_TITLE" desc="Title for Clea r Cookies and site data in Clear Browsing Data dialog">
334 Clear cookies, site data
335 </message>
336 <message name="IDS_CLEAR_COOKIES_NO_SIGN_OUT_SUMMARY" desc="Text at the bo ttom of the Clear Browsing Data dialog informing that clearing cookies wouldn't sign the user out of Google Accounts. Dialog also contains a link which opens th e Account Management screen.">
337 You won't be signed out of your <ph name="BEGIN_LINK">&lt;link&gt;</ph>G oogle Accounts<ph name="END_LINK">&lt;/link&gt;</ph>
338 </message>
339 <message name="IDS_CLEAR_PASSWORDS_TITLE" desc="Title for Clear Passwords in Clear Browsing Data preference">
340 Clear saved passwords
341 </message>
342 <message name="IDS_CLEAR_FORMDATA_TITLE" desc="Title for Clear Form Data i n Clear Browsing Data preference">
343 Clear autofill data
344 </message>
345 <message name="IDS_CLEAR_BOOKMARKS_TITLE" desc="Title for Clear Bookmarks data in Clear Synced Data dialog">
346 Clear bookmarks
347 </message>
348 <message name="IDS_CLEAR_BROWSING_DATA_PROGRESS_TITLE" desc='Title for the progress dialog used when waiting for "clear browsing data" to complete.'>
349 Clearing browsing data
350 </message>
351 <message name="IDS_CLEAR_DATA_DELETE" desc="Button that allows the user to clear their browsing data. [CHAR-LIMIT=20]">
352 Clear
353 </message>
354 <message name="IDS_CLEAR_BROWSING_DATA_PROGRESS_MESSAGE" desc='Message on the progress dialog used when waiting for "clear browsing data" to complete.'>
355 Please wait…
356 </message>
357
250 <!-- Accessibility preferences --> 358 <!-- Accessibility preferences -->
251 <message name="IDS_PREFS_ACCESSIBILITY" desc="Title of Accessibility setti ngs, which allows the user to change webpage font sizes. [CHAR-LIMIT=32]"> 359 <message name="IDS_PREFS_ACCESSIBILITY" desc="Title of Accessibility setti ngs, which allows the user to change webpage font sizes. [CHAR-LIMIT=32]">
252 Accessibility 360 Accessibility
253 </message> 361 </message>
254 <message name="IDS_FONT_SIZE" desc="Title for font size preference."> 362 <message name="IDS_FONT_SIZE" desc="Title for font size preference.">
255 Text scaling 363 Text scaling
256 </message> 364 </message>
257 <message name="IDS_FONT_SIZE_PREVIEW_TEXT" desc="Preview text for font-siz e slider."> 365 <message name="IDS_FONT_SIZE_PREVIEW_TEXT" desc="Preview text for font-siz e slider.">
258 Drag the slider until you can read this comfortably. Text should look at least this big after double-tapping on a paragraph. 366 Drag the slider until you can read this comfortably. Text should look at least this big after double-tapping on a paragraph.
259 </message> 367 </message>
(...skipping 852 matching lines...) Expand 10 before | Expand all | Expand 10 after
1112 <message name="IDS_CARD_UNMASK_INPUT_HINT" desc="Hint text for an input fi eld containing the user's credit card CVC (card verification code)."> 1220 <message name="IDS_CARD_UNMASK_INPUT_HINT" desc="Hint text for an input fi eld containing the user's credit card CVC (card verification code).">
1113 CVC 1221 CVC
1114 </message> 1222 </message>
1115 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_STORE_LOCALLY" desc="Checkb ox text that permits a user to skip past this dialog next time this credit card is used on this device."> 1223 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_STORE_LOCALLY" desc="Checkb ox text that permits a user to skip past this dialog next time this credit card is used on this device.">
1116 Don't ask again for this card 1224 Don't ask again for this card
1117 </message> 1225 </message>
1118 1226
1119 </messages> 1227 </messages>
1120 </release> 1228 </release>
1121 </grit> 1229 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698