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

Unified Diff: chrome/app/chromeos_strings.grdp

Issue 880073002: Networking.config: Implementation of the NetworkingConfigService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 d62db65f051bcd3ed2e71fb4f9bea42a702d9976..aba3c42e6266efcf91096914ff6ac866132d772e 100644
--- a/chrome/app/chromeos_strings.grdp
+++ b/chrome/app/chromeos_strings.grdp
@@ -6028,4 +6028,14 @@ All users must sign out to continue.
<message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element.">
System time
</message>
+ <!-- Strings for the networking config API -->
+ <message name="IDS_EXTENSION_NETWORKING_CONFIG_CAPTIVE_AUTH_UNHANDLED" desc="Error message displayed when the extension is not capable to log into the captive portal, i.e. different Wifi provider.">
+ The extension <ph name="ExtensionName">$1<ex>WiFi Company Authenticator</ex></ph> is not capable of authenticating to this particular captive portal.
+ </message>
+ <message name="IDS_EXTENSION_NETWORKING_CONFIG_CAPTIVE_AUTH_REJECTED" desc="Error mesage displayed when the captive portal rejects the user's credentials.">
+ The server rejected your credentials.
+ </message>
+ <message name="IDS_EXTENSION_NETWORKING_CONFIG_CAPTIVE_AUTH_FAILED" desc="Error message displayed when the captive portal fails to authenticate.">
+ The extension <ph name="ExtensionName">$1<ex>WiFi Company Authenticator</ex></ph> failed to authenticate to the captive portal.
+ </message>
</grit-part>

Powered by Google App Engine
This is Rietveld 408576698