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

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

Issue 2699013002: MD Settings: Allow editing a cookie site exception. (Closed)
Patch Set: Address nits. Created 3 years, 9 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/settings_resources.grd » ('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 <!-- Main Page --> 4 <!-- Main Page -->
5 <if expr="chromeos"> 5 <if expr="chromeos">
6 <message name="IDS_SETTINGS_SECONDARY_USER_BANNER" desc="Banner displayed in settings page when the user is secondary in a multi-profile session."> 6 <message name="IDS_SETTINGS_SECONDARY_USER_BANNER" desc="Banner displayed in settings page when the user is secondary in a multi-profile session.">
7 Some settings belonging to <ph name="PRIMARY_EMAIL">$1<ex>john@google.com< /ex></ph> are being shared with you. These settings only affect your account whe n using multiple sign-in. 7 Some settings belonging to <ph name="PRIMARY_EMAIL">$1<ex>john@google.com< /ex></ph> are being shared with you. These settings only affect your account whe n using multiple sign-in.
8 </message> 8 </message>
9 </if> 9 </if>
10 10
(...skipping 1997 matching lines...) Expand 10 before | Expand all | Expand 10 after
2008 <message name="IDS_SETTINGS_SITE_DETAILS" desc="A title for the site settings details subpage."> 2008 <message name="IDS_SETTINGS_SITE_DETAILS" desc="A title for the site settings details subpage.">
2009 Site details 2009 Site details
2010 </message> 2010 </message>
2011 <message name="IDS_SETTINGS_SITE_NO_SITES_ADDED" desc="Explenation for not sho wing a list of site exceptions"> 2011 <message name="IDS_SETTINGS_SITE_NO_SITES_ADDED" desc="Explenation for not sho wing a list of site exceptions">
2012 No sites added 2012 No sites added
2013 </message> 2013 </message>
2014 2014
2015 <message name="IDS_SETTINGS_ADD_SITE_LINK" desc="Link text to show (to open th e Add Site dialog)"> 2015 <message name="IDS_SETTINGS_ADD_SITE_LINK" desc="Link text to show (to open th e Add Site dialog)">
2016 Add site exception 2016 Add site exception
2017 </message> 2017 </message>
2018 <message name="IDS_SETTINGS_ADD_SITE_HEADER" desc="Header for the Add Site dia log"> 2018 <message name="IDS_SETTINGS_ADD_SITE_TITLE" desc="Title for the Add Site dialo g">
2019 Add an exception for a site 2019 Add an exception for a site
2020 </message> 2020 </message>
2021 <message name="IDS_SETTINGS_EDIT_SITE_TITLE" desc="Title for the Edit Site dia log">
2022 Edit exception
2023 </message>
2021 <message name="IDS_SETTINGS_ADD_SITE" desc="The label for the input box for ad ding a site"> 2024 <message name="IDS_SETTINGS_ADD_SITE" desc="The label for the input box for ad ding a site">
2022 Site 2025 Site
2023 </message> 2026 </message>
2024 2027
2025 <!-- Cookies Window --> 2028 <!-- Cookies Window -->
2026 <message name="IDS_SETTINGS_COOKIES_COOKIE_NAME_LABEL" desc="The Cookie Name l abel"> 2029 <message name="IDS_SETTINGS_COOKIES_COOKIE_NAME_LABEL" desc="The Cookie Name l abel">
2027 Name 2030 Name
2028 </message> 2031 </message>
2029 <message name="IDS_SETTINGS_COOKIES_COOKIE_CONTENT_LABEL" desc="The Cookie Con tent label"> 2032 <message name="IDS_SETTINGS_COOKIES_COOKIE_CONTENT_LABEL" desc="The Cookie Con tent label">
2030 Content 2033 Content
(...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after
2878 System 2881 System
2879 </message> 2882 </message>
2880 <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."> 2883 <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.">
2881 Use hardware acceleration when available 2884 Use hardware acceleration when available
2882 </message> 2885 </message>
2883 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2886 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2884 Change proxy settings 2887 Change proxy settings
2885 </message> 2888 </message>
2886 </if> 2889 </if>
2887 </grit-part> 2890 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698