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

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, 8 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
Index: chrome/app/settings_strings.grdp
diff --git a/chrome/app/settings_strings.grdp b/chrome/app/settings_strings.grdp
index a2a2861b1938d49a64f9a35f4540cbda29e51c4b..c673bf0fdeb502bc107e66bad5fcd80dee33438b 100644
--- a/chrome/app/settings_strings.grdp
+++ b/chrome/app/settings_strings.grdp
@@ -1105,6 +1105,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.">
+ Configure network
+ </message>
<message name="IDS_SETTINGS_INTERNET_DETAIL" desc="Name of the settings page which displays network details.">
Network Details
</message>
@@ -1132,6 +1135,9 @@
<message name="IDS_SETTINGS_INTERNET_DEVICE_ENABLING" desc="Settings > Internet > Message when a device (e.g a Cellular modem) is enabling.">
Enabling
</message>
+ <message name="IDS_SETTINGS_INTERNET_CONFIG_SHARE" desc="Settings > Internet > Network config: Label for setting allowing other device users to use the network configuration.">
+ Allow other users of this device to use this network
+ </message>
<message name="IDS_SETTINGS_INTERNET_NETWORK_SECTION_ACCESS_POINT" desc="Settings > Internet > Network details: Access Point section label.">
Access Point
</message>
@@ -1166,7 +1172,7 @@
Allow mobile data roaming
</message>
<message name="IDS_SETTINGS_INTERNET_NETWORK_SHARED" desc="Settings > Internet > Network details: Text to show when a network is shared.">
- This network is shared with other users
+ Other users of this device can use this network.
</message>
<message name="IDS_SETTINGS_INTERNET_NETWORK_PRIMARY_USER_CONTROLLED" desc="Settings > Internet > Network details: Text to show when a network configuration is controlled by the primary user.">
Network configuration is controlled by <ph name="USER_EMAIL">$1<ex>joe@gmail.com</ex></ph>.
@@ -1564,12 +1570,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).">
+ 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>

Powered by Google App Engine
This is Rietveld 408576698