summaryrefslogtreecommitdiff
path: root/app/src/test/resources/error_messages.json
blob: 8430d9e010007f0b681e68b271e47ed6f559617d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "server_unreachable_message": "Server is unreachable, please try again.",
  "error.security.pinnedcertificate": "Security error, update the app or choose another provider.",
  "malformed_url": "It doesn't seem to be a Bitmask provider.",
  "certificate_error": "This is not a trusted Bitmask provider.",
  "error_srp_math_error_user_message": "Try again: server math error.",
  "error_bad_user_password_user_message": "Incorrect username or password.",
  "error_not_valid_password_user_message": "It should have at least 8 characters.",
  "error_client_http_user_message": "Try again: Client HTTP error",
  "error_io_exception_user_message": "Try again: I/O error",
  "error_json_exception_user_message": "Try again: Bad response from the server",
  "error_no_such_algorithm_exception_user_message": "Encryption algorithm not found. Please update your OS!",
  "warning_corrupted_provider_details": "Stored provider details are corrupted. You can either update Bitmask (recommended) or update the provider details using a commercial CA certificate.",
  "warning_corrupted_provider_cert": "Stored provider certificate is invalid. You can either update Bitmask (recommended) or update the provider certificate using a commercial CA certificate.",
  "warning_expired_provider_cert": "Stored provider certificate is expired. You can either update Bitmask (recommended) or update the provider certificate using a commercial CA certificate.",
  "setup_error_text": "There was an error configuring Bitmask with your chosen provider."
}