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

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

Issue 1618413002: Change the CBD dialog on Android to a PreferenceFragment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed button, fixed tests Created 4 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 2
3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android.
4 4
5 FAQ: 5 FAQ:
6 - How do I add, change, or remove a string? 6 - How do I add, change, or remove a string?
7 Just update this file. 7 Just update this file.
8 - Translations will happen automatically?? 8 - Translations will happen automatically??
9 Yes, indeed. Just add your string before the branch point and 9 Yes, indeed. Just add your string before the branch point and
10 make the description good. 10 make the description good.
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 “Do Not Track” 411 “Do Not Track”
412 </message> 412 </message>
413 <message name="IDS_DO_NOT_TRACK_DESCRIPTION" desc="Description for 'Do Not Track' preference"> 413 <message name="IDS_DO_NOT_TRACK_DESCRIPTION" desc="Description for 'Do Not Track' preference">
414 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. 414 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.
415 415
416 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, and to generate reporting statistics. 416 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, and to generate reporting statistics.
417 </message> 417 </message>
418 <message name="IDS_CLEAR_BROWSING_DATA_TITLE" desc="Button to Clear Browsi ng Data [CHAR-LIMIT=24]"> 418 <message name="IDS_CLEAR_BROWSING_DATA_TITLE" desc="Button to Clear Browsi ng Data [CHAR-LIMIT=24]">
419 Clear browsing data 419 Clear browsing data
420 </message> 420 </message>
421 <message name="IDS_CLEAR_BROWSING_DATA_FOOTNOTE" desc="A summary string at the bottom of the Clear Browsing Data dialog, informing the user that not all d ata can be cleared through this dialog.">
422 Some settings that may reflect browsing habits will not be cleared.
423 </message>
424 <message name="IDS_CLEAR_BROWSING_DATA_FOOTNOTE_SYNCED" desc="A summary st ring at the bottom of the Clear Browsing Data dialog, informing the user that sy nced data types are deleted across devices, and that not all data can be cleared through this dialog.">
425 This clears synced data from all devices. Some settings that may reflect browsing habits will not be cleared.
426 </message>
421 <message name="IDS_CLEAR_CACHE_TITLE" desc="Title for Clear Cache in Clear Browsing Data dialog"> 427 <message name="IDS_CLEAR_CACHE_TITLE" desc="Title for Clear Cache in Clear Browsing Data dialog">
422 Cache 428 Cache
423 </message> 429 </message>
424 <message name="IDS_CLEAR_HISTORY_TITLE" desc="Title for Clear History in C lear Browsing Data dialog"> 430 <message name="IDS_CLEAR_HISTORY_TITLE" desc="Title for Clear History in C lear Browsing Data dialog">
425 Browsing history 431 Browsing history
426 </message> 432 </message>
427 <message name="IDS_CLEAR_COOKIES_AND_SITE_DATA_TITLE" desc="Title for Clea r Cookies and site data in Clear Browsing Data dialog"> 433 <message name="IDS_CLEAR_COOKIES_AND_SITE_DATA_TITLE" desc="Title for Clea r Cookies and site data in Clear Browsing Data dialog">
428 Cookies, site data 434 Cookies, site data
429 </message> 435 </message>
430 <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."> 436 <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.">
(...skipping 1907 matching lines...) Expand 10 before | Expand all | Expand 10 after
2338 </message> 2344 </message>
2339 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST_SCANNING" desc="The message dis played in place of a list of nearby URLs while still scanning for nearby URLs."> 2345 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST_SCANNING" desc="The message dis played in place of a list of nearby URLs while still scanning for nearby URLs.">
2340 Looking for nearby Physical Web pages 2346 Looking for nearby Physical Web pages
2341 </message> 2347 </message>
2342 <message name="IDS_PHYSICAL_WEB_REFRESH" desc="The label for a button that initiates a scan for nearby URLs"> 2348 <message name="IDS_PHYSICAL_WEB_REFRESH" desc="The label for a button that initiates a scan for nearby URLs">
2343 Refresh 2349 Refresh
2344 </message> 2350 </message>
2345 </messages> 2351 </messages>
2346 </release> 2352 </release>
2347 </grit> 2353 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698