diff options
author | Sean Leonard <meanderingcode@aetherislands.net> | 2013-07-12 11:46:04 -0600 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-07-12 11:46:04 -0600 |
commit | 6a8a4acdca2c0828c2768a18a470ee64525e0d7f (patch) | |
tree | b2182b98c884cea821f2afb9510c920169b2326c /res | |
parent | 9d89c120aa1f01874b3b41169456efdfc5407b17 (diff) | |
parent | acdbbb68f2429986f96d94888c12a01883785170 (diff) |
Merge branch 'feature/messages-providers-unavailable' into develop
Diffstat (limited to 'res')
-rwxr-xr-x | res/values/strings.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 0cc35934..6f06ab64 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -291,7 +291,9 @@ <string name="incorrectly_downloaded_json_files_message">You have not entered a LEAP provider URL or it is unavailable</string> <string name="correctly_downloaded_json_files_message">Your anon cert has been correctly downloaded</string> <string name="incorrectly_downloaded_certificate_message">Your anon cert was not downloaded</string> - <string name="incorrectly_updated_provider_dot_json_message">Server is down.</string> + <string name="server_is_down_message">Server is down.</string> + <string name="malformed_url">It doesn\'t seem to be a LEAP provider.</string> + <string name="certificate_error">This is not a trusted LEAP provider.</string> <string name="not_valid_password_message">Your password is not well-formed: it should have at least 8 characters.</string> <string name="succesful_authentication_message">Authentication succeeded.</string> <string name="authentication_failed_message">Authentication failed.</string> |