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

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

Issue 2298283002: Site Settings Desktop: Support adding exceptions for incognito mode. (Closed)
Patch Set: Fix test 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/add_site_dialog.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 1683 matching lines...) Expand 10 before | Expand all | Expand 10 after
1694 </message> 1694 </message>
1695 <message name="IDS_SETTINGS_SITE_SETTINGS_HANDLER_IS_DEFAULT" desc="A label sh owing that a certain handler for a given protocol is the default."> 1695 <message name="IDS_SETTINGS_SITE_SETTINGS_HANDLER_IS_DEFAULT" desc="A label sh owing that a certain handler for a given protocol is the default.">
1696 Default 1696 Default
1697 </message> 1697 </message>
1698 <message name="IDS_SETTINGS_SITE_SETTINGS_HANDLER_SET_DEFAULT" desc="A label f or the action of making a certain handler the default for a given protocol."> 1698 <message name="IDS_SETTINGS_SITE_SETTINGS_HANDLER_SET_DEFAULT" desc="A label f or the action of making a certain handler the default for a given protocol.">
1699 Set as default 1699 Set as default
1700 </message> 1700 </message>
1701 <message name="IDS_SETTINGS_SITE_SETTINGS_REMOVE" desc="A label for the action of removing (deleting) a certain handler."> 1701 <message name="IDS_SETTINGS_SITE_SETTINGS_REMOVE" desc="A label for the action of removing (deleting) a certain handler.">
1702 Remove 1702 Remove
1703 </message> 1703 </message>
1704 <message name="IDS_SETTINGS_SITE_SETTINGS_INCOGNITO_ONLY" desc="A label for th e checkbox to make the rule apply to the current incognito session only.">
1705 Current incognito session only
1706 </message>
1707 <message name="IDS_SETTINGS_SITE_SETTINGS_INCOGNITO" desc="A label for a site rule that only applies to the current incognito session.">
1708 Current incognito session
1709 </message>
1710 <message name="IDS_SETTINGS_SITE_SETTINGS_INCOGNITO_EMBEDDED" desc="A label fo r a site rule that specifies an embedded origin and only applies to the current incognito session.">
1711 Current incognito session (<ph name="EMBEDDING">$1<ex>embedded on google.com </ex></ph>)
1712 </message>
1704 1713
1705 <!-- Sync / People Page --> 1714 <!-- Sync / People Page -->
1706 <message name="IDS_SETTINGS_PEOPLE" desc="Name of the settings page which mana ges Chrome's signed-in Google profile."> 1715 <message name="IDS_SETTINGS_PEOPLE" desc="Name of the settings page which mana ges Chrome's signed-in Google profile.">
1707 People 1716 People
1708 </message> 1717 </message>
1709 <message name="IDS_SETTINGS_PEOPLE_MANAGE_OTHER_PEOPLE" desc="Label for the bu tton that opens the multi-profile user manager."> 1718 <message name="IDS_SETTINGS_PEOPLE_MANAGE_OTHER_PEOPLE" desc="Label for the bu tton that opens the multi-profile user manager.">
1710 Manage other people 1719 Manage other people
1711 </message> 1720 </message>
1712 <message name="IDS_SETTINGS_PEOPLE_MANAGE_SUPERVISED_USERS" desc="Label for th e button that opens the supervised users dashboard."> 1721 <message name="IDS_SETTINGS_PEOPLE_MANAGE_SUPERVISED_USERS" desc="Label for th e button that opens the supervised users dashboard.">
1713 Manage supervised users 1722 Manage supervised users
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
2224 System 2233 System
2225 </message> 2234 </message>
2226 <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."> 2235 <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.">
2227 Use hardware acceleration when available 2236 Use hardware acceleration when available
2228 </message> 2237 </message>
2229 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2238 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2230 Change proxy settings 2239 Change proxy settings
2231 </message> 2240 </message>
2232 </if> 2241 </if>
2233 </grit-part> 2242 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/site_settings/add_site_dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698