summaryrefslogtreecommitdiff
path: root/app/src/test/resources/error_messages.json
blob: c5e1768303c91c5b2a4bdec9e7c640dc87d4453b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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 %s provider.",
  "certificate_error": "This is not a trusted %s 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 %s (recommended) or update the provider details using a commercial CA certificate.",
  "warning_corrupted_provider_cert": "Stored provider certificate is invalid. You can either update %s (recommended) or update the provider certificate using a commercial CA certificate.",
  "warning_expired_provider_cert": "Stored provider certificate is expired. You can either update %s (recommended) or update the provider certificate using a commercial CA certificate.",
  "setup_error_text": "There was an error configuring %s with your chosen provider.",
  "error_tor_timeout": "Starting bridges failed. Do you want to retry or continue with an unobfuscated secure connection to configure %s?"
}