Chromium Code Reviews| Index: chrome/app/settings_strings.grdp |
| diff --git a/chrome/app/settings_strings.grdp b/chrome/app/settings_strings.grdp |
| index 1eef35ea17af2730559dfd24ce6f5b207f28a01e..8b5103a169db4fdf2319f1f737b68f817ddf3260 100644 |
| --- a/chrome/app/settings_strings.grdp |
| +++ b/chrome/app/settings_strings.grdp |
| @@ -1025,9 +1025,24 @@ |
| <message name="IDS_SETTINGS_INTERNET_NETWORK_SHARED" desc="Settings > Internet > Netwok details: Text to show when a network is shared."> |
| This network is shared with other users. |
| </message> |
| - <message name="IDS_SETTINGS_INTERNET_NETWORK_PROXY_ENFORCED" desc="Settings > Internet > Netwok details: Text to show when a network proxy is policy enforced."> |
| + <message name="IDS_SETTINGS_INTERNET_NETWORK_PROXY_CONTROLLED_EXTENSION" desc="Settings > Internet > Netwok details: Text to show when a network proxy is controlled by an extension."> |
|
michaelpg
2016/11/03 00:17:34
https://memegen.googleplex.com/5899020588810240 he
stevenjb
2016/11/09 22:23:38
?
michaelpg
2016/11/12 00:22:23
I was suggesting you change the various instances
|
| + The network proxy is controlled by an extension. |
| + </message> |
| + <message name="IDS_SETTINGS_INTERNET_NETWORK_PROXY_ENFORCED_POLICY" desc="Settings > Internet > Netwok details: Text to show when a network proxy is policy enforced."> |
| This proxy is enforced by your administrator. |
| </message> |
| + <message name="IDS_SETTINGS_INTERNET_NETWORK_PROXY_TYPE_DIRECT" desc="Radio used to tell it to just connect directly, not use a proxy."> |
| + Direct Internet connection |
| + </message> |
| + <message name="IDS_SETTINGS_INTERNET_NETWORK_PROXY_TYPE_MANUAL" desc="Radio used to tell it to configure manually."> |
| + Manual proxy configuration |
| + </message> |
| + <message name="IDS_SETTINGS_INTERNET_NETWORK_PROXY_TYPE_PAC" desc="Radio to select configuring from a URL."> |
| + Automatic proxy configuration |
| + </message> |
| + <message name="IDS_SETTINGS_INTERNET_NETWORK_PROXY_TYPE_WPAD" desc="Label for the checkbox that controls whether to use an autoconfiguration URL."> |
| + Web proxy autodiscovery |
| + </message> |
| <message name="IDS_SETTINGS_INTERNET_NETWORK_PROXY_USE_SAME" desc="Settings > Internet > Netwok details: Label for checkbox indicating that a network proxy uses the same value for all protocols."> |
| Use the same proxy for all protocols |
| </message> |