summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
blob: 1608f487c1fa0542b80a937ee701877567686ce9 (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
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string name="retry">Retry</string>
    <string name="repository_url_text">Source code available at https://github.com/leapcode/bitmask_android/</string>
    <string name="leap_tracker">Tracker available at https://leap.se/code</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">Routes IPv6: %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="title_activity_dashboard">Bitmask</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="anonymous_secured_status">Connection secure using an anonymous certificate.</string>
    <string name="authed_secured_status">Connection secure using your own certificate.</string>
    <string name="eip_service_label">Encrypted Internet</string>
    <string name="configuration_wizard_title">Select a service provider</string>
    <string name="new_provider_button">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">It seems your URL is well formed</string>
    <string name="not_valid_url_entered">It seems your URL is not well formed</string>
    <string name="provider_details_fragment_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_hint">password</string>
    <string name="user_message">User message</string>
    <string name="title_about_activity">About Bitmask"</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 should have at least 8 characters.</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">Update the app</string>
    <string name="signup_or_login_button">Sign Up/Log In</string>
    <string name="login_button">Log In</string>
    <string name="logout_button">Log Out</string>
    <string name="signup_button">Sign Up</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">Server is unreachable, please try again.</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">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="authenticating_message">Logging in</string>
    <string name="signingup_message">Signing up</string>
    <string name="logout_message">Logging out from this session.</string>
    <string name="logged_out_message">Logged out.</string>
    <string name="log_out_failed_message">Didn\'t log out.</string>
    <string name="succesful_authentication_message">Authentication succeeded.</string>
    <string name="authentication_failed_message">Authentication failed.</string>
    <string name="registration_failed_message">Registration 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>
    <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="yes">Yes</string>
    <string name="no">No</string>
    <string name="eip_state_not_connected">"Not running! Connection not secure!"</string>
    <string name="eip_state_connected">Connection Secure.</string>
</resources>