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

Unified Diff: chrome/app/settings_strings.grdp

Issue 2848683003: MD Settings: Add settings-internet-config (WiFi only, no certs) (Closed)
Patch Set: . Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/about_flags.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/settings_strings.grdp
diff --git a/chrome/app/settings_strings.grdp b/chrome/app/settings_strings.grdp
index 630595ff05624ea7bb723529165c5de6b02d7e61..8e55e34878c70017933e5974723056ce6d63832a 100644
--- a/chrome/app/settings_strings.grdp
+++ b/chrome/app/settings_strings.grdp
@@ -1096,6 +1096,9 @@
<message name="IDS_SETTINGS_INTERNET" desc="Name of the settings page which displays internet preferences.">
Network
</message>
+ <message name="IDS_SETTINGS_INTERNET_CONFIG" desc="Name of the settings page for configuring networks.">
michaelpg 2017/05/18 21:14:22 nit: configuring *a* network (It's not wrong as wr
stevenjb 2017/05/19 23:35:33 Done.
+ Configure network
+ </message>
<message name="IDS_SETTINGS_INTERNET_DETAIL" desc="Name of the settings page which displays network details.">
Network Details
</message>
@@ -1555,12 +1558,30 @@
<message name="IDS_ONC_WIFI_FREQUENCY" desc="ONC Property label for WiFi.Frequency">
Frequency
</message>
+ <message name="IDS_ONC_WIFI_PASSWORD" desc="ONC Property label for WiFi.Password">
+ Password
+ </message>
<message name="IDS_ONC_WIFI_SECURITY" desc="ONC Property label for WiFi.Security">
Security
</message>
+ <message name="IDS_ONC_WIFI_SECURITY_NONE" desc="In settings > Internet, a string specifying security type = none.">
+ None
+ </message>
+ <message name="IDS_ONC_WIFI_SECURITY_WEP" desc="In settings > Internet, a string specifying security type = WEP.">
+ WEP
+ </message>
+ <message name="IDS_ONC_WIFI_SECURITY_PSK" desc="In settings > Internet, a string specifying security type = PSK (either WPA-PSK or RSN-PSK).">
+ PSK (WPA or RSN)
+ </message>
+ <message name="IDS_ONC_WIFI_SECURITY_EAP" desc="In settings > Internet, a string specifying security type = EAP (8021.X).">
michaelpg 2017/05/18 21:14:22 nit: 802.1X?
stevenjb 2017/05/19 23:35:33 Done.
+ EAP
+ </message>
<message name="IDS_ONC_WIFI_SIGNAL_STRENGTH" desc="ONC Property label for WiFi.SignalStrength">
Signal strength
</message>
+ <message name="IDS_ONC_WIFI_SSID" desc="ONC Property label for WiFi.SSID">
+ SSID
+ </message>
<message name="IDS_ONC_WIMAX_EAP_IDENTITY" desc="ONC Property label for WiMAX.EAP.Identity">
Identity
</message>
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/about_flags.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698