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

Unified Diff: chrome/app/settings_strings.grdp

Issue 2627023006: WebUI: Remove i18n from cr_elements/network (Closed)
Patch Set: . Created 3 years, 11 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 d2fde5a4915ef8df761c1b8ded86003259929b86..99bf82331241578f6275fb861a2eae4af65fe794 100644
--- a/chrome/app/settings_strings.grdp
+++ b/chrome/app/settings_strings.grdp
@@ -1221,21 +1221,6 @@
<message name="IDS_SETTINGS_INTERNET_BUTTON_DISCONNECT" desc="Settings > Internet > Network details: The label for the button to disconnect from a network.">
Disconnect
</message>
- <message name="IDS_SETTINGS_NETWORK_TYPE_ETHERNET" desc="The ethernet network type.">
- Ethernet
- </message>
- <message name="IDS_SETTINGS_NETWORK_TYPE_WIFI" desc="The wifi network type.">
- Wi-Fi
- </message>
- <message name="IDS_SETTINGS_NETWORK_TYPE_WIMAX" desc="The wimax network type.">
- WiMAX
- </message>
- <message name="IDS_SETTINGS_NETWORK_TYPE_CELLULAR" desc="The cellular network type.">
- Cellular
- </message>
- <message name="IDS_SETTINGS_NETWORK_TYPE_VPN" desc="The vpn network type.">
- VPN
- </message>
<message name="IDS_SETTINGS_INTERNET_KNOWN_NETWORKS_BUTTON" desc="Text for button that opens the known networks subpage.">
Known networks
</message>
@@ -1252,23 +1237,6 @@
All networks
</message>
- <!-- Strings used in <cr-network-list>, used in Settings and OOBE -->
- <message name="IDS_NETWORK_LIST_DISABLED" desc="Settings > Internet, text in network summary when the network type is connected">
- Disabled
- </message>
- <message name="IDS_NETWORK_LIST_NOT_CONNECTED" desc="Settings > Internet, text in network summary when there is no network for the type.">
- No network
- </message>
- <message name="IDS_NETWORK_LIST_CONNECTED" desc="Settings > Internet, text to show in a network list item that is connected.">
- connected
- </message>
- <message name="IDS_NETWORK_LIST_CONNECTING" desc="Settings > Internet, text in network summary when the primary network is connecting.">
- Connecting to <ph name="NAME">$1<ex>GoogleGuest</ex></ph>
- </message>
- <message name="IDS_NETWORK_LIST_THIRD_PARTY_VPN_NAME_TEMPLATE" desc="Template for constructing the name of a VPN network that is handled by a third-party VPN provider from the provider name and the network name.">
- <ph name="PROVIDER_NAME">$1<ex>OpenVPN</ex></ph>: <ph name="NETWORK_NAME">$2<ex>Work Network</ex></ph>
- </message>
-
<!-- Strings translating ONC (Open Network Configuration) properties -->
<!-- and translatable values. See onc_spec.html for more information. -->
<message name="IDS_ONC_IPV4_ADDRESS" desc="ONC Property label for ipv4-IPAddress">

Powered by Google App Engine
This is Rietveld 408576698