Commit c17099dd authored by Trent Begin's avatar Trent Begin Committed by Chromium LUCI CQ

network-ui: move remaining ONC strings to //chromeos/strings

The network ONC strings are used both in //chrome and //chromeos.
Strings that are required in both locations need to be moved to
//chromeos to prevent a layering violation. Screenshots are added in
this change as they were not required when these strings were originally
added. This change moves the remaining cellular, tether, and EAP
strings.

Bug: chromium:1159069
Change-Id: Ifa804cea9be794b8d93091cfd286bb87bd1d7314
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638221Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
Commit-Queue: Trent Begin <tbegin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#845048}
parent bfe8098d
......@@ -1710,170 +1710,7 @@
Not available
</message>
<!-- Open Network (ONC)-->
<!-- TODO(crbug.com/1142857) Move these strings to //chromeos/components/network_ui -->
<message name="IDS_ONC_CELLULAR_ACTIVATION_STATE" desc="ONC Property label for Cellular.ActivationState">
Activation status
</message>
<message name="IDS_ONC_CELLULAR_ACTIVATION_STATE_ACTIVATED" desc="ONC Property value when Cellular.ActivationState = Activated">
Activated
</message>
<message name="IDS_ONC_CELLULAR_ACTIVATION_STATE_ACTIVATING" desc="ONC Property value when Cellular.ActivationState = Activating">
Activating
</message>
<message name="IDS_ONC_CELLULAR_ACTIVATION_STATE_NOT_ACTIVATED" desc="ONC Property value when Cellular.ActivationStat = NotActivated">
Not activated
</message>
<message name="IDS_ONC_CELLULAR_ACTIVATION_STATE_PARTIALLY_ACTIVATED" desc="ONC Property value when Cellular.ActivationState = PartiallyActivated">
Partially activated
</message>
<message name="IDS_ONC_CELLULAR_ACTIVATION_STATE_NO_SERVICE" desc="ONC Property value when Cellular.ActivationState = NoService">
No service
</message>
<message name="IDS_ONC_CELLULAR_APN_ACCESS_POINT_NAME" desc="ONC Property label for APN-AccessPointName">
Access point name
</message>
<message name="IDS_ONC_CELLULAR_APN_ACCESS_POINT_NAME_NONE" desc="ONC Property label for APN-AccessPointName = none (or empty)">
None
</message>
<message name="IDS_ONC_CELLULAR_APN_USERNAME" desc="ONC Property label for APN-Username">
Username
</message>
<message name="IDS_ONC_CELLULAR_APN_PASSWORD" desc="ONC Property label for APN-Password">
Password
</message>
<message name="IDS_ONC_CELLULAR_APN_AUTHENTICATION" desc="ONC Property label for APN-Authentication">
Authentication
</message>
<message name="IDS_ONC_CELLULAR_FAMILY" desc="ONC Property label for Cellular.Family">
Family
</message>
<message name="IDS_ONC_CELLULAR_FIRMWARE_REVISION" desc="ONC Property label for Cellular.FirmwareRevision">
Firmware revision
</message>
<message name="IDS_ONC_CELLULAR_HARDWARE_REVISION" desc="ONC Property label for Cellular.HardwareRevision">
Hardware revision
</message>
<message name="IDS_ONC_CELLULAR_HOME_PROVIDER_CODE" desc="ONC Property label for Cellular.HomeProvider.Code">
Home provider code
</message>
<message name="IDS_ONC_CELLULAR_HOME_PROVIDER_COUNTRY" desc="ONC Property label for Cellular.HomeProvider.Country">
Home provider country
</message>
<message name="IDS_ONC_CELLULAR_HOME_PROVIDER_NAME" desc="ONC Property label for Cellular.HomeProvider.Name">
Home provider name
</message>
<message name="IDS_ONC_CELLULAR_MANUFACTURER" desc="ONC Property label for Cellular.Manufacturer">
Manufacturer
</message>
<message name="IDS_ONC_CELLULAR_MODEL_ID" desc="ONC Property label for Cellular.ModelID">
Model ID
</message>
<message name="IDS_ONC_CELLULAR_NETWORK_TECHNOLOGY" desc="ONC Property label for Cellular.NetworkTechnology">
Technology
</message>
<message name="IDS_ONC_CELLULAR_ROAMING_STATE" desc="ONC Property label for Cellular.RoamingState">
Roaming status
</message>
<message name="IDS_ONC_CELLULAR_ROAMING_STATE_HOME" desc="ONC Property value when OncCellular.RoamingState = Home">
Home network, not roaming
</message>
<message name="IDS_ONC_CELLULAR_ROAMING_STATE_ROAMING" desc="ONC Property value when OncCellular.RoamingState = Roaming">
Roaming
</message>
<message name="IDS_ONC_CELLULAR_SERVING_OPERATOR_CODE" desc="ONC Property label for Cellular.ServingOperator.Code">
Operator code
</message>
<message name="IDS_ONC_CELLULAR_SERVING_OPERATOR_NAME" desc="ONC Property label for Cellular.ServingOperator.Name">
Operator
</message>
<message name="IDS_ONC_EAP_ANONYMOUS_IDENTITY" desc="ONC Property label for EAP.AnonymousIdentity">
Anonymous Identity
</message>
<message name="IDS_ONC_EAP_IDENTITY" desc="ONC Property label for EAP.Identity">
Identity
</message>
<message name="IDS_ONC_EAP_INNER" desc="ONC Property label for EAP.Inner (Phase 2 authentication)">
EAP Phase 2 authentication
</message>
<message name="IDS_ONC_EAP_INNER_AUTOMATIC" desc="ONC Property value for EAP.Inner = Automatic">
Automatic
</message>
<message name="IDS_ONC_EAP_INNER_MD5" desc="ONC Property value for EAP.Inner = MD5">
EAP-MD5
</message>
<message name="IDS_ONC_EAP_INNER_MSCHAP" desc="ONC Property value for EAP.Inner = MSCHAP">
MSCHAP
</message>
<message name="IDS_ONC_EAP_INNER_MSCHAPV2" desc="ONC Property value for EAP.Inner = MSCHAPv2">
MSCHAPv2
</message>
<message name="IDS_ONC_EAP_INNER_PAP" desc="ONC Property value for EAP.Inner = PAP">
PAP
</message>
<message name="IDS_ONC_EAP_INNER_CHAP" desc="ONC Property value for EAP.Inner = CHAP">
CHAP
</message>
<message name="IDS_ONC_EAP_INNER_GTC" desc="ONC Property value for EAP.Inner = GTC">
GTC
</message>
<message name="IDS_ONC_EAP_OUTER" desc="ONC Property label for EAP.Outer (Method)">
EAP method
</message>
<message name="IDS_ONC_EAP_OUTER_LEAP" desc="ONC Property value for EAP.Outer = LEAP">
LEAP
</message>
<message name="IDS_ONC_EAP_OUTER_PEAP" desc="ONC Property value for EAP.Outer = PEAP">
PEAP
</message>
<message name="IDS_ONC_EAP_OUTER_TLS" desc="ONC Property value for EAP.Outer = TLS">
EAP-TLS
</message>
<message name="IDS_ONC_EAP_OUTER_TTLS" desc="ONC Property value for EAP.Outer = TTLS">
EAP-TTLS
</message>
<message name="IDS_ONC_EAP_SERVER_CA" desc="ONC Property label for EAP Server CA Certificate">
Server CA certificate
</message>
<message name="IDS_ONC_EAP_SUBJECT_MATCH" desc="ONC Property label for EAP.SubjectMatch">
Subject match
</message>
<message name="IDS_ONC_EAP_USER_CERT" desc="ONC Property label for EAP User Certs">
User certificate
</message>
<message name="IDS_ONC_NOT_CONNECTED" desc="Settings > Internet, text in network summary when a network is not connecting or connected.">
Not Connected
</message>
<message name="IDS_ONC_TETHER_BATTERY_PERCENTAGE" desc="Settings > Internet > Title of section which displays the battery percentage of another device which provides a tether hotspot for the current device to connect to.">
Battery
</message>
<message name="IDS_ONC_TETHER_BATTERY_PERCENTAGE_VALUE" desc="Settings > Internet > Text contents of section which displays the battery percentage of another device which provides a tether hotspot for the current device to connect to.">
<ph name="BATTERY_PERCENTAGE">$1<ex>100</ex></ph>%
</message>
<message name="IDS_ONC_TETHER_SIGNAL_STRENGTH" desc="Settings > Internet > Title of section which displays the cellular signal strength of another device which provides a tether hotspot for the current device to connect to. The signal strength is displayed as a string (e.g., Strong)">
Signal strength
</message>
<message name="IDS_ONC_TETHER_SIGNAL_STRENGTH_WEAK" desc="Settings > Internet > Label used to describe the signal strength of a device's cellular connection when the signal is weak. The strength value is 1 on a scale from 1 (min) to 5 (max).">
Weak
</message>
<message name="IDS_ONC_TETHER_SIGNAL_STRENGTH_OKAY" desc="Settings > Internet > Label used to describe the signal strength of a device's cellular connection when the signal is okay. The strength value is 2 on a scale from 1 (min) to 5 (max).">
Okay
</message>
<message name="IDS_ONC_TETHER_SIGNAL_STRENGTH_GOOD" desc="Settings > Internet > Label used to describe the signal strength of a device's cellular connection when the signal is good. The strength value is 3 on a scale from 1 (min) to 5 (max).">
Fine
</message>
<message name="IDS_ONC_TETHER_SIGNAL_STRENGTH_STRONG" desc="Settings > Internet > Label used to describe the signal strength of a device's cellular connection when the signal is strong. The strength value is 4 on a scale from 1 (min) to 5 (max).">
Strong
</message>
<message name="IDS_ONC_TETHER_SIGNAL_STRENGTH_VERY_STRONG" desc="Settings > Internet > Label used to describe the signal strength of a device's cellular connection when the signal is very strong. The strength value is 5 on a scale from 1 (min) to 5 (max).">
Very strong
</message>
<message name="IDS_ONC_TETHER_CARRIER" desc="Settings > Internet > Title of section which displays the name of the cellular provider (e.g., Verizon) of another device which provides a tether hotspot for the current device to connect to. To be clear, the current device does not have cellular service; instead, another device has it and can provide data to the current device via a Wi-Fi hotspot.">
Cellular provider
</message>
<message name="IDS_ONC_TETHER_CARRIER_UNKNOWN" desc="Settings > Internet > Text displayed in the settings UI in place of a cellular provider when the actual name of the provider is unknown. In this context, the cellular provider refers to the carrier which provides mobile data service to another device which can start a tether hotspot to provide a data connection to the current device.">
Unknown carrier
</message>
<!-- ONC (Open Network Configuration) strings have moved to //chromeos/chromeos_strings.grd -->
<!-- Settings Internet Page-->
<message name="IDS_SETTINGS_INTERNET_CONFIG" desc="Title for the network configuration dialog.">
......
This diff is collapsed.
93ee484b29233b1649be11b354193bf3e898d052
\ No newline at end of file
883b4bd04232cc6c5297af8043e552fcd3ee45bb
\ No newline at end of file
694872953a2eeb63721420e5cf2ea2276b55aac6
\ No newline at end of file
fe0820580dc70bf68feece133523ad3a3ca78c49
\ No newline at end of file
4eeb649a186f10b6bbd8aa42c736a97adad8d9ec
\ No newline at end of file
1abb38af5ad9f8a20f8a3ad264f14eab96441a7b
\ No newline at end of file
dc4eb6dbe54c268ec6eb9e6f91a12f3e8963eb84
\ No newline at end of file
de524ea006ce2c8bff02707a780f93a0ebac99a5
\ No newline at end of file
ec6bc39d16cca2f2d80a88586ceae7ef43d02d68
\ No newline at end of file
af9c06d9c5cbd2cdd5364cc3568e4831a8194fce
\ No newline at end of file
c098f1596456b2dd65ccd19b607d308f2cee4719
\ No newline at end of file
c39c19e39c08ff57995b9fbb044ee509c2f2874a
\ No newline at end of file
33c6bb4610f20d16dc84511bba59068fc76804cf
\ No newline at end of file
cbeb719edc31d728dbaa6145146094d90bf17f53
\ No newline at end of file
57fdbc9a41bbb9b765a54b02c64cf62d73c6eda8
\ No newline at end of file
8d488fded5654abacb995fff6f0a4befc2570a6c
\ No newline at end of file
7478af8caa725cf116d3b835ea53bd02a819bf8c
\ No newline at end of file
3b0c12a248f0c675083142cc42f84178e9e55f20
\ No newline at end of file
89ead439b4f7e67c9761aa3ce14a9c8c52bc22d5
\ No newline at end of file
3c0083dc053ad23ca7ccd649434eef79c4f91014
\ No newline at end of file
77ae7cf40a79b2438bbee874100ca88ea6e1e062
\ No newline at end of file
24cfca8d3f200b7f602ea003ef7a8c06c7fa375f
\ No newline at end of file
cfbb54e2a5b4d8595f2f0fb8ecfaf5634001d432
\ No newline at end of file
9a97ec7e9d48c110d9f91d2de48ad5bbad5a0397
\ No newline at end of file
8ecac04111478a4f89bfb26a94e1f7ad55e22f9a
\ No newline at end of file
c4ba2c70031f604b45172c50e8811b876edad911
\ No newline at end of file
5cf12684dea96f712c1079658a2dfa28ea34bdfb
\ No newline at end of file
05b5ddd18ea8d19154910c9a9ec5ed8ba1cbdaa5
\ No newline at end of file
72ac654f44a36b892c2db7c0a3314e058c2feb1c
\ No newline at end of file
1d6799627d909730c0af2fbed12c16786c15f094
\ No newline at end of file
ea47bbb1f73bfb0cb9e1a32227bcff709307e54b
\ No newline at end of file
c86ef6bbb3e76a6b3275e9bb6caa7df8eaefed54
\ No newline at end of file
4a8005295053f7f03ade904e37f6d24a3d1d2cd0
\ No newline at end of file
0a45b27d9e124ba3e1ee3c8f96001f3c92e786c1
\ No newline at end of file
ff47cd44a02f36bf306609c89d9713bd3cb72f1c
\ No newline at end of file
7291b18355d0223056893707458a91243ce00be4
\ No newline at end of file
36d419b6ef34c9f59e1dcc94ee74cd365e9da9c4
\ No newline at end of file
5e4e2f9541dbec27098c661d22ee108ce2c0f29d
\ No newline at end of file
2ef7f216d7584a7eecf57c8ff3d26a4cb7c53379
\ No newline at end of file
9933e38fea97311e3c506dbd33b7db8660edc52e
\ No newline at end of file
9bcba96a2b7e6893796730c22860949ad6a0b4f7
\ No newline at end of file
15ce04cac179ec03799fe2ef6dbf5088ed85ccf0
\ No newline at end of file
351b030fa023abfaa10c96e8ea1976cf9a2a2767
\ No newline at end of file
24c5a8a1e4454d68138e08473474ef4a1d5d31d5
\ No newline at end of file
d0d916dd3fb1ca360f9b042053fcc291c442f065
\ No newline at end of file
31c55bb5c582ee97e09a944eb44209727b573f75
\ No newline at end of file
2c912e00bb0ce08b4169ad075c61ee97bfb10cc1
\ No newline at end of file
b590211c675b3ba8fa231fcad55858897a258cc0
\ No newline at end of file
4a375e5defc7b1a939862e5160d46942d1d5409b
\ No newline at end of file
ff1d55a45138d89f033584c7de2d5d28fe31d52a
\ No newline at end of file
d737d7dcf7d67a0ab470d8f12be0ac1d680da3ed
\ No newline at end of file
92edf80a4e2c05ad342478d85a00deaf5d216e5b
\ No newline at end of file
308e1749fa83fc45577daeeac17283bdcd624fad
\ No newline at end of file
809598a3bdd028336896d9b013a45a7457f0dde9
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment