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

Unified Diff: chrome/app/chromeos_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/chromeos_strings.grdp
diff --git a/chrome/app/chromeos_strings.grdp b/chrome/app/chromeos_strings.grdp
index 7b064d6c592998d595ac95ac2f3388450e5fee38..c8b437f1681bc58a56c8549fb96e36b9c720d358 100644
--- a/chrome/app/chromeos_strings.grdp
+++ b/chrome/app/chromeos_strings.grdp
@@ -2314,6 +2314,23 @@ Press any key to continue exploring.
Certificates not loaded
</message>
+ <!-- Strings used in <cr-network-list>, used in Settings and OOBE -->
+ <message name="IDS_NETWORK_LIST_DISABLED" desc="Text in the network list element when the network type is disabled.">
+ Disabled
+ </message>
+ <message name="IDS_NETWORK_LIST_NOT_CONNECTED" desc="Text in the network list element when there is no network for the type.">
+ No network
+ </message>
+ <message name="IDS_NETWORK_LIST_CONNECTED" desc="Text in a network list item when the network is connected.">
+ connected
+ </message>
+ <message name="IDS_NETWORK_LIST_CONNECTING" desc="Text in the network element when a 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>
+
<!-- Other Network UI strings -->
<message name="IDS_NETWORK_CONNECTION_ERROR_TITLE" desc="Title for network connection error notification">
Network Connection Error
« no previous file with comments | « no previous file | chrome/app/settings_strings.grdp » ('j') | chrome/browser/resources/chromeos/login/oobe_welcome.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698