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

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

Issue 2338283002: Site Settings Desktop: Implement Cookie Search. (Closed)
Patch Set: Address feedback Created 4 years, 3 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/site_settings/site_data.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_DETAILED_BUILD_INFO" desc="Label desc ribing the section that shows detailed information about the current Chrome buil d."> 6 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc ribing the section that shows detailed information about the current Chrome buil d.">
7 Detailed build information 7 Detailed build information
8 </message> 8 </message>
9 <message name="IDS_SETTINGS_ABOUT_PAGE_ARC_VERSION" desc="Label for ARC vers ion"> 9 <message name="IDS_SETTINGS_ABOUT_PAGE_ARC_VERSION" desc="Label for ARC vers ion">
10 ARC Version 10 ARC Version
(...skipping 1713 matching lines...) Expand 10 before | Expand all | Expand 10 after
1724 </message> 1724 </message>
1725 <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIE_DIALOG" desc="A label for coo kie dialog, stating which site we're showing data for."> 1725 <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIE_DIALOG" desc="A label for coo kie dialog, stating which site we're showing data for.">
1726 <ph name="SITE">$1<ex>www.example.com</ex></ph> locally stored data 1726 <ph name="SITE">$1<ex>www.example.com</ex></ph> locally stored data
1727 </message> 1727 </message>
1728 <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIE_REMOVE" desc="Label for the b utton to delete a single site cookie."> 1728 <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIE_REMOVE" desc="Label for the b utton to delete a single site cookie.">
1729 Remove 1729 Remove
1730 </message> 1730 </message>
1731 <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIE_REMOVE_ALL" desc="Label for t he button to delete all cookies for a site."> 1731 <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIE_REMOVE_ALL" desc="Label for t he button to delete all cookies for a site.">
1732 Remove All 1732 Remove All
1733 </message> 1733 </message>
1734 <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIE_REMOVE_ALL_SHOWN" desc="Label for the button to delete all visible cookies for a site.">
1735 Remove All Shown
1736 </message>
1737 <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIE_SEARCH" desc="A placeholder l abel shown inside the Cookie Data filter textbox as a hint that the user can ent er a substring to search for.">
1738 Search cookies
1739 </message>
1734 <message name="IDS_SETTINGS_SITE_SETTINGS_THIRD_PARTY_COOKIE" desc="Label for the Block 3rd-party cookie checkbox on the Cookies category."> 1740 <message name="IDS_SETTINGS_SITE_SETTINGS_THIRD_PARTY_COOKIE" desc="Label for the Block 3rd-party cookie checkbox on the Cookies category.">
1735 Block third-party cookies. 1741 Block third-party cookies.
1736 </message> 1742 </message>
1737 <message name="IDS_SETTINGS_SITE_SETTINGS_THIRD_PARTY_COOKIE_SUBLABEL" desc="A sub-label below the Block 3rd-party cookie checkbox."> 1743 <message name="IDS_SETTINGS_SITE_SETTINGS_THIRD_PARTY_COOKIE_SUBLABEL" desc="A sub-label below the Block 3rd-party cookie checkbox.">
1738 Prevent third-party websites from saving and reading cookie data. 1744 Prevent third-party websites from saving and reading cookie data.
1739 </message> 1745 </message>
1740 <message name="IDS_SETTINGS_SITE_SETTINGS_DELETE_DATA_POST_SESSION" desc="Labe l for the checkbox that allows the user to automatically delete their data at th e end of the browser session."> 1746 <message name="IDS_SETTINGS_SITE_SETTINGS_DELETE_DATA_POST_SESSION" desc="Labe l for the checkbox that allows the user to automatically delete their data at th e end of the browser session.">
1741 Keep local data only until you quit your browser 1747 Keep local data only until you quit your browser
1742 </message> 1748 </message>
1743 <message name="IDS_SETTINGS_SITE_SETTINGS_ADOBE_FLASH_SETTINGS" desc="The text for the link that points the user to the Adobe Flash Player Storage settings on the web"> 1749 <message name="IDS_SETTINGS_SITE_SETTINGS_ADOBE_FLASH_SETTINGS" desc="The text for the link that points the user to the Adobe Flash Player Storage settings on the web">
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
2290 System 2296 System
2291 </message> 2297 </message>
2292 <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."> 2298 <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.">
2293 Use hardware acceleration when available 2299 Use hardware acceleration when available
2294 </message> 2300 </message>
2295 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2301 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2296 Change proxy settings 2302 Change proxy settings
2297 </message> 2303 </message>
2298 </if> 2304 </if>
2299 </grit-part> 2305 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/site_settings/site_data.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698