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

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

Issue 2031833003: MD Site Settings: Implement the third-party checkbox for Cookies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback Created 4 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 <!-- About Page --> 4 <!-- About Page -->
5 <if expr="chromeos"> 5 <if expr="chromeos">
6 <message name="IDS_SETTINGS_ABOUT_PAGE_CHECK_FOR_UPDATES" desc="The button l abel to check for updates and apply (download and install) if found"> 6 <message name="IDS_SETTINGS_ABOUT_PAGE_CHECK_FOR_UPDATES" desc="The button l abel to check for updates and apply (download and install) if found">
7 Check for updates 7 Check for updates
8 </message> 8 </message>
9 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_STABLE" desc="The sta ble label in the message about current channel."> 9 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_STABLE" desc="The sta ble label in the message about current channel.">
10 stable 10 stable
(...skipping 1003 matching lines...) Expand 10 before | Expand all | Expand 10 after
1014 </message> 1014 </message>
1015 <message name="IDS_SETTINGS_SITE_SETTINGS_PERMISSIONS" desc="The Permissions h eader, used to group together permissions, such as Geolocation, on the Site Deta ils page."> 1015 <message name="IDS_SETTINGS_SITE_SETTINGS_PERMISSIONS" desc="The Permissions h eader, used to group together permissions, such as Geolocation, on the Site Deta ils page.">
1016 Permissions 1016 Permissions
1017 </message> 1017 </message>
1018 <message name="IDS_SETTINGS_SITE_SETTINGS_CLEAR_BUTTON" desc="The Clear and Re set button, used to clear all permissions and storage for a given site."> 1018 <message name="IDS_SETTINGS_SITE_SETTINGS_CLEAR_BUTTON" desc="The Clear and Re set button, used to clear all permissions and storage for a given site.">
1019 Clear &amp; Reset 1019 Clear &amp; Reset
1020 </message> 1020 </message>
1021 <message name="IDS_SETTINGS_SITE_SETTINGS_DELETE" desc="Label for the trashcan icon used to delete storage on the Site Details page."> 1021 <message name="IDS_SETTINGS_SITE_SETTINGS_DELETE" desc="Label for the trashcan icon used to delete storage on the Site Details page.">
1022 Delete 1022 Delete
1023 </message> 1023 </message>
1024 <message name="IDS_SETTINGS_SITE_SETTINGS_THIRD_PARTY_COOKIE" desc="Label for the Block 3rd-party cookie checkbox on the Cookies category.">
1025 Block third-party cookies.
1026 </message>
1027 <message name="IDS_SETTINGS_SITE_SETTINGS_THIRD_PARTY_COOKIE_SUBLABEL" desc="A sub-label below the Block 3rd-party cookie checkbox.">
1028 Prevent third-party websites from saving and reading cookie data.
1029 </message>
1024 1030
1025 <!-- Sync / People Page --> 1031 <!-- Sync / People Page -->
1026 <message name="IDS_SETTINGS_PEOPLE" desc="Name of the settings page which mana ges Chrome's signed-in Google profile."> 1032 <message name="IDS_SETTINGS_PEOPLE" desc="Name of the settings page which mana ges Chrome's signed-in Google profile.">
1027 People 1033 People
1028 </message> 1034 </message>
1029 <message name="IDS_SETTINGS_PEOPLE_MANAGE_OTHER_PEOPLE" desc="Label for the bu tton that opens the multi-profile user manager."> 1035 <message name="IDS_SETTINGS_PEOPLE_MANAGE_OTHER_PEOPLE" desc="Label for the bu tton that opens the multi-profile user manager.">
1030 Manage other people 1036 Manage other people
1031 </message> 1037 </message>
1032 1038
1033 <if expr="chromeos"> 1039 <if expr="chromeos">
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
1421 System 1427 System
1422 </message> 1428 </message>
1423 <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."> 1429 <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.">
1424 Use hardware acceleration when available 1430 Use hardware acceleration when available
1425 </message> 1431 </message>
1426 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 1432 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
1427 Change proxy settings 1433 Change proxy settings
1428 </message> 1434 </message>
1429 </if> 1435 </if>
1430 </grit-part> 1436 </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