diff options
author | Sean Leonard <meanderingcode@aetherislands.net> | 2014-02-07 14:46:10 -0800 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2014-02-07 14:46:37 -0800 |
commit | 754e15dc7c46981ccc3fe3f5e9dcc14487ddf5bb (patch) | |
tree | 2459a31d1e7926ebfebd2e8f3bbf06a969102ffd /res/values/strings.xml | |
parent | c49e87b8fd272fabc3f674fa8103b455c3bb5304 (diff) |
bugfix for #4664 and #4668 (login/logout messages)
Conflicts:
src/se/leap/bitmaskclient/ProviderAPI.java
res/values/strings.xml (Re-add lines removed in 7297632a01d5fb606b901d8c54e190e28b95716e )
Diffstat (limited to 'res/values/strings.xml')
-rwxr-xr-x | res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 255d5108..bfdf5acd 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -126,7 +126,12 @@ <string name="malformed_url">It doesn\'t seem to be a Bitmask provider.</string> <string name="certificate_error">This is not a trusted Bitmask provider.</string> <string name="configuring_provider">Configuring provider</string> + <string name="incorrectly_downloaded_certificate_message">Your anon cert was not downloaded</string> + <string name="authenticating_message">Logging in</string> + <string name="logout_message">Logging out from this session.</string> <string name="log_out_failed_message">Didn\'t logged out.</string> + <string name="succesful_authentication_message">Authentication succeeded.</string> + <string name="authentication_failed_message">Authentication failed.</string> <string name="successful_authed_cert_downloaded_message">Your own cert has been correctly downloaded.</string> <string name="authed_cert_download_failed_message">Your own cert has incorrectly been downloaded.</string> <string name="eip_status_start_pending">Initiating connection</string> |