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

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

Issue 2499483002: MD Settings: Internet: Allow Shared Proxies (Closed)
Patch Set: Rebase Created 4 years, 1 month 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_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 1011 matching lines...) Expand 10 before | Expand all | Expand 10 after
1022 </message> 1022 </message>
1023 <message name="IDS_SETTINGS_INTERNET_NETWORK_SHARED" desc="Settings > Intern et > Network details: Text to show when a network is shared."> 1023 <message name="IDS_SETTINGS_INTERNET_NETWORK_SHARED" desc="Settings > Intern et > Network details: Text to show when a network is shared.">
1024 This network is shared with other users. 1024 This network is shared with other users.
1025 </message> 1025 </message>
1026 <message name="IDS_SETTINGS_INTERNET_NETWORK_PROXY_CONTROLLED_EXTENSION" des c="Settings > Internet > Network details: Text to show when a network proxy is c ontrolled by an extension."> 1026 <message name="IDS_SETTINGS_INTERNET_NETWORK_PROXY_CONTROLLED_EXTENSION" des c="Settings > Internet > Network details: Text to show when a network proxy is c ontrolled by an extension.">
1027 The network proxy is controlled by an extension. 1027 The network proxy is controlled by an extension.
1028 </message> 1028 </message>
1029 <message name="IDS_SETTINGS_INTERNET_NETWORK_PROXY_ENFORCED_POLICY" desc="Se ttings > Internet > Network details: Text to show when a network proxy is policy enforced."> 1029 <message name="IDS_SETTINGS_INTERNET_NETWORK_PROXY_ENFORCED_POLICY" desc="Se ttings > Internet > Network details: Text to show when a network proxy is policy enforced.">
1030 This proxy is enforced by your administrator. 1030 This proxy is enforced by your administrator.
1031 </message> 1031 </message>
1032 <message name="IDS_SETTINGS_INTERNET_NETWORK_PROXY_ALLOW_SHARED" desc="Setti ngs > Internet > Network details: Text next to the checkbox for allowing proxy s ettings for shared networks.">
1033 Allow proxies for shared networks
1034 </message>
1035 <message name="IDS_SETTINGS_INTERNET_NETWORK_PROXY_ALLOW_SHARED_WARNING_TITL E" desc="Settings > Internet > Network details: Title for warning dialog when ch anging the allow shared proxies setting.">
1036 Confirm change to allow proxies for shared networks
1037 </message>
1038 <message name="IDS_SETTINGS_INTERNET_NETWORK_PROXY_ALLOW_SHARED_WARNING_MESS AGE" desc="Settings > Internet > Network details: Warning message when changing the allow shared proxies setting.">
1039 Changing this setting will affect all shared networks.
1040 </message>
1032 <message name="IDS_SETTINGS_INTERNET_NETWORK_PROXY_TYPE_DIRECT" desc="Radio used to tell it to just connect directly, not use a proxy."> 1041 <message name="IDS_SETTINGS_INTERNET_NETWORK_PROXY_TYPE_DIRECT" desc="Radio used to tell it to just connect directly, not use a proxy.">
1033 Direct Internet connection 1042 Direct Internet connection
1034 </message> 1043 </message>
1035 <message name="IDS_SETTINGS_INTERNET_NETWORK_PROXY_TYPE_MANUAL" desc="Radio used to tell it to configure manually."> 1044 <message name="IDS_SETTINGS_INTERNET_NETWORK_PROXY_TYPE_MANUAL" desc="Radio used to tell it to configure manually.">
1036 Manual proxy configuration 1045 Manual proxy configuration
1037 </message> 1046 </message>
1038 <message name="IDS_SETTINGS_INTERNET_NETWORK_PROXY_TYPE_PAC" desc="Radio to select configuring from a URL."> 1047 <message name="IDS_SETTINGS_INTERNET_NETWORK_PROXY_TYPE_PAC" desc="Radio to select configuring from a URL.">
1039 Automatic proxy configuration 1048 Automatic proxy configuration
1040 </message> 1049 </message>
1041 <message name="IDS_SETTINGS_INTERNET_NETWORK_PROXY_TYPE_WPAD" desc="Label fo r the checkbox that controls whether to use an autoconfiguration URL."> 1050 <message name="IDS_SETTINGS_INTERNET_NETWORK_PROXY_TYPE_WPAD" desc="Label fo r the checkbox that controls whether to use an autoconfiguration URL.">
(...skipping 1632 matching lines...) Expand 10 before | Expand all | Expand 10 after
2674 System 2683 System
2675 </message> 2684 </message>
2676 <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."> 2685 <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.">
2677 Use hardware acceleration when available 2686 Use hardware acceleration when available
2678 </message> 2687 </message>
2679 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2688 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2680 Change proxy settings 2689 Change proxy settings
2681 </message> 2690 </message>
2682 </if> 2691 </if>
2683 </grit-part> 2692 </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