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

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

Issue 2115833003: Site Settings Desktop: Implement the cookies list and details dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback Created 4 years, 5 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/resources/settings/privacy_page/privacy_page.html » ('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 1125 matching lines...) Expand 10 before | Expand all | Expand 10 after
1136 </message> 1136 </message>
1137 <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."> 1137 <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.">
1138 Permissions 1138 Permissions
1139 </message> 1139 </message>
1140 <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."> 1140 <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.">
1141 Clear &amp; Reset 1141 Clear &amp; Reset
1142 </message> 1142 </message>
1143 <message name="IDS_SETTINGS_SITE_SETTINGS_DELETE" desc="Label for the trashcan icon used to delete storage on the Site Details page."> 1143 <message name="IDS_SETTINGS_SITE_SETTINGS_DELETE" desc="Label for the trashcan icon used to delete storage on the Site Details page.">
1144 Delete 1144 Delete
1145 </message> 1145 </message>
1146 <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIE_HEADER" desc="A header for th e list of showing all sites and their data.">
1147 All cookies and site data
1148 </message>
1149 <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIE_DIALOG" desc="A label for coo kie dialog, stating which site we're showing data for.">
1150 <ph name="SITE">$1<ex>www.example.com</ex></ph> locally stored data
1151 </message>
1152 <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIE_REMOVE" desc="Label for the b utton to delete a single site cookie.">
1153 Remove
1154 </message>
1155 <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIE_REMOVE_ALL" desc="Label for t he button to delete all cookies for a site.">
1156 Remove All
1157 </message>
1146 <message name="IDS_SETTINGS_SITE_SETTINGS_THIRD_PARTY_COOKIE" desc="Label for the Block 3rd-party cookie checkbox on the Cookies category."> 1158 <message name="IDS_SETTINGS_SITE_SETTINGS_THIRD_PARTY_COOKIE" desc="Label for the Block 3rd-party cookie checkbox on the Cookies category.">
1147 Block third-party cookies. 1159 Block third-party cookies.
1148 </message> 1160 </message>
1149 <message name="IDS_SETTINGS_SITE_SETTINGS_THIRD_PARTY_COOKIE_SUBLABEL" desc="A sub-label below the Block 3rd-party cookie checkbox."> 1161 <message name="IDS_SETTINGS_SITE_SETTINGS_THIRD_PARTY_COOKIE_SUBLABEL" desc="A sub-label below the Block 3rd-party cookie checkbox.">
1150 Prevent third-party websites from saving and reading cookie data. 1162 Prevent third-party websites from saving and reading cookie data.
1151 </message> 1163 </message>
1152 1164
1153 <!-- Sync / People Page --> 1165 <!-- Sync / People Page -->
1154 <message name="IDS_SETTINGS_PEOPLE" desc="Name of the settings page which mana ges Chrome's signed-in Google profile."> 1166 <message name="IDS_SETTINGS_PEOPLE" desc="Name of the settings page which mana ges Chrome's signed-in Google profile.">
1155 People 1167 People
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
1633 System 1645 System
1634 </message> 1646 </message>
1635 <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."> 1647 <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.">
1636 Use hardware acceleration when available 1648 Use hardware acceleration when available
1637 </message> 1649 </message>
1638 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 1650 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
1639 Change proxy settings 1651 Change proxy settings
1640 </message> 1652 </message>
1641 </if> 1653 </if>
1642 </grit-part> 1654 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/privacy_page/privacy_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698