| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index 30ef5fa92ff3798ad05d3bbbade4f72bf8480ee3..00cfb5ca959ae4b69a1b543f52ab56b56249d214 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -11763,6 +11763,21 @@ Some features may be unavailable. Please check that the profile exists and you
|
| <message name="IDS_NETWORK_CONFIG_ERROR_CERT_IMPORT" desc="Error for network configuration: Certificate import error.">
|
| Certificate import error
|
| </message>
|
| + <message name="IDS_NETWORK_CONFIG_ERROR_ENCRYPTED_ONC_MALFORMED" desc="Displayed when importing an encrypted ONC file and the ONC file is malformed.">
|
| + Encrypted ONC file is malformed.
|
| + </message>
|
| + <message name="IDS_NETWORK_CONFIG_ERROR_ENCRYPTED_ONC_UNSUPPORTED_ENCRYPTION" desc="Displayed when importing an encrypted ONC file and the ONC file uses an encryption protocol that is not supported.">
|
| + Encrypted ONC file uses an unsupported encryption scheme.
|
| + </message>
|
| + <message name="IDS_NETWORK_CONFIG_ERROR_ENCRYPTED_ONC_UNABLE_TO_DECODE" desc="Displayed when importing an encrypted ONC file and the encryption parameters are not able to be parsed.">
|
| + Unable to parse some parameters in the encrypted ONC file.
|
| + </message>
|
| + <message name="IDS_NETWORK_CONFIG_ERROR_ENCRYPTED_ONC_UNABLE_TO_DECRYPT" desc="Displayed when importing an encrypted ONC file and it is not able to be decrypted.">
|
| + Unable to decrypt the encrypted ONC file.
|
| + </message>
|
| + <message name="IDS_NETWORK_CONFIG_ERROR_ENCRYPTED_ONC_TOO_MANY_ITERATIONS" desc="Displayed when importing an encrypted ONC file and the iteration count is too large.">
|
| + Passphrase iteration count is too large.
|
| + </message>
|
| <message name="IDS_NETWORK_PURCHASE_MORE_MESSAGE" desc="Message for purchase more link on notification when there is no cellular plan">
|
| Buy plan...
|
| </message>
|
|
|