summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
blob: 71b6d4372c23490aeb4844d82ce14336078846d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<?xml version='1.0' encoding='UTF-8'?>
<resources>
  <string name="retry">Retry</string>
  <string name="repository_url_text">Source code available at https://0xacab.org/leap/bitmask_android</string>
  <string name="leap_tracker">Issue tracker available at https://0xacab.org/leap/bitmask_android/issues</string>
  <string name="translation_project_text">Translations welcome and appreciated. See our Transifex project at https://www.transifex.com/projects/p/bitmask-android/</string>
  <string name="switch_provider_menu_option">Switch provider</string>
  <string name="info">info</string>
  <string name="show_connection_details">Show connection details</string>
  <string name="routes_info">Routes: %s</string>
  <string name="routes_info6">IPv6 routes: %s</string>
  <string name="error_empty_username">The username must not be empty.</string>
  <string name="cert_from_keystore">Got certificate \'%s\' from keystore</string>
  <string name="provider_label">Provider:</string>
  <string name="provider_label_none">No provider configured</string>
  <string name="status_unknown">Status unknown.</string>
  <string name="eip_service_label">Encrypted VPN Internet Access</string>
  <string name="configuration_wizard_title">Select a service provider</string>
  <string name="add_provider">Add new Provider</string>
  <string name="introduce_new_provider">Add a new service provider</string>
  <string name="save">Save</string>
  <string name="new_provider_uri">Domain name</string>
  <string name="valid_url_entered">The URL is valid</string>
  <string name="not_valid_url_entered">Malformed URL</string>
  <string name="provider_details_title">Provider details</string>
  <string name="use_anonymously_button">Use anonymously</string>
  <string name="username_hint">username</string>
  <string name="username_ask">Please enter your username</string>
  <string name="password_ask">Please enter your password</string>
  <string name="password_hint">password</string>
  <string name="password_match">Passwords match</string>
  <string name="password_mismatch">Passwords do not match</string>
  <string name="user_message">User message</string>
  <string name="about_fragment_title">About</string>
  <string name="error_srp_math_error_user_message">Try again: Server math error.</string>
  <string name="error_bad_user_password_user_message">Incorrect username or password.</string>
  <string name="error_not_valid_password_user_message">It must be at least 8 characters long.</string>
  <string name="error_client_http_user_message">Try again: Client HTTP error</string>
  <string name="error_io_exception_user_message">Try again: I/O error</string>
  <string name="error_json_exception_user_message">Try again: Bad response from the server</string>
  <string name="error_no_such_algorithm_exception_user_message">Encryption algorithm not found. Please upgrade Android!</string>
  <string name="signup_or_login_button">Sign Up/Log In</string>
  <string name="login_button">Log In</string>
  <string name="login_to_profile">Log in to profile</string>
  <string name="logout_button">Log Out</string>
  <string name="signup_button">Sign Up</string>
  <string name="create_profile">Create profile</string>
  <string name="setup_provider">Set up provider</string>
  <string name="setup_error_title">Configuration Error</string>
  <string name="setup_error_configure_button">Configure</string>
  <string name="setup_error_close_button">Exit</string>
  <string name="setup_error_text">There was an error configuring Bitmask with your chosen provider.\n\nYou may choose to reconfigure, or exit and configure a provider upon next launch.</string>
  <string name="server_unreachable_message">The server is unreachable, please try again.</string>
  <string name="error.security.pinnedcertificate">Security error, upgrade the app or choose another provider.</string>
  <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="service_is_down_error">The service is down.</string>
  <string name="configuring_provider">Configuring provider</string>
  <string name="incorrectly_downloaded_certificate_message">Your anon cert was not downloaded</string>
  <string name="downloading_certificate_message">Downloading VPN certificate</string>
  <string name="updating_certificate_message">Updating VPN certificate</string>
  <string name="login.riseup.warning">Riseup users will need to create a separate account to use the VPN service</string>
  <string name="succesful_authentication_message">Authenticated.</string>
  <string name="authentication_failed_message">Authentication failed.</string>
  <string name="registration_failed_message">Registration failed.</string>
  <string name="eip_status_start_pending">Initiating connection</string>
  <string name="eip_cancel_connect_title">Cancel connection?</string>
  <string name="eip_cancel_connect_text">There is a connection attempt in progress.  Do you wish to cancel it?</string>
  <string name="eip.warning.browser_inconsistency">Turn off VPN connection? When the VPN is off, you may leak personal information to your Internet provider or local network.</string>
  <string name="eip_state_not_connected">Not running! Insecure connection!</string>
  <string name="eip_state_connected">Connection Secure.</string>
  <string name="provider_problem">It seems there is a problem with the provider.</string>
  <string name="try_another_provider">Please try another provider, or contact yours.</string>
  <string name="default_username">Anonymous</string>
  <string name="logged_in_user_status">is logged in.</string>
  <string name="logged_out_user_status">logged out.</string>
  <string name="didnt_log_out_user_status">didn\'t log out. Try later, it may be a problem in the network or with the provider. Should it persist, wipe the Bitmask data from the Android settings.</string>
  <string name="not_logged_in_user_status">have not logged in.</string>
  <string name="logging_in_user_status">is logging in.</string>
  <string name="logging_in">Logging in</string>
  <string name="signing_up">Signing up</string>
  <string name="logging_out_user_status">is logging out.</string>
  <string name="signingup_message">is being registered.</string>
  <string name="vpn.button.turn.on">Turn on</string>
  <string name="vpn.button.turn.off">Turn off</string>
  <string name="vpn_button_turn_off_blocking">Stop blocking</string>
  <string name="vpn_securely_routed">Your traffic is securely routed through:</string>
  <string name="vpn_securely_routed_no_internet">No internet connection. Your traffic will be securely routed through:</string>
  <string name="bitmask_log">Bitmask Log</string>
  <string name="title_activity_main">Bitmask</string>
  <string name="log_fragment_title">Log</string>
  <string name="vpn_fragment_title">VPN</string>
  <string name="navigation_drawer_open">Open navigation drawer</string>
  <string name="navigation_drawer_close">Close navigation drawer</string>
  <string name="action_example">Example action</string>
  <string name="action_settings">Settings</string>
  <string name="void_vpn_establish">Bitmask blocks all outgoing internet traffic.</string>
  <string name="void_vpn_error_establish">Failed to establish blocking VPN.</string>
  <string name="void_vpn_stopped">Stopped blocking all outgoing internet traffic.</string>
  <string name="void_vpn_title">Blocking traffic</string>
  <string name="update_provider_details">Update provider details</string>
  <string name="update_certificate">Update certificate</string>
  <string name="warning_eip_json_corrupted">Updating provider configuration failed.</string>
  <string name="eip_json_corrupted_user_message">Updating provider configuration failed. Please log in to try again.</string>
  <string name="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.</string>
  <string name="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.</string>
  <string name="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.</string>
  <string name="downloading_vpn_certificate_failed">Downloading the VPN certificate failed. Try again or choose another provider.</string>
  <string name="vpn_certificate_is_invalid">VPN certificate is invalid. Try to download a new one.</string>
  <string name="vpn_certificate_user_message">The VPN certificate is invalid. Please log in to download a new one.</string>
  <string name="save_battery">Save battery</string>
  <string name="save_battery_message">Background data connections will hibernate when your phone is inactive. This feature is still experimental.</string>
</resources>