| 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>
|
|
|