summaryrefslogtreecommitdiff
path: root/share/locale/en.json
blob: cdd89c1eac541e12a2aa7dd74c89e489d79ac909 (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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
    "config_onion_service": "Configuring onion service on port {0:d}.",
    "preparing_files": "Preparing files to share.",
    "wait_for_hs": "Waiting for HS to be ready:",
    "wait_for_hs_trying": "Trying...",
    "wait_for_hs_nope": "Not ready yet.",
    "wait_for_hs_yup": "Ready!",
    "give_this_url": "Give this URL to the person you're sending the file to:",
    "give_this_url_stealth": "Give this URL and HidServAuth line to the person you're sending the file to:",
    "ctrlc_to_stop":  "Press Ctrl-C to stop server",
    "not_a_file": "{0:s} is not a valid file.",
    "not_a_readable_file": "{0:s} is not a readable file.",
    "no_available_port": "Could not start the Onion service as there was no available port.",
    "download_page_loaded": "Download page loaded",
    "other_page_loaded": "URL loaded",
    "close_on_timeout": "Closing automatically because timeout was reached",
    "closing_automatically": "Closing automatically because download finished",
    "timeout_download_still_running": "Waiting for download to complete before auto-stopping",
    "large_filesize": "Warning: Sending large files could take hours",
    "error_tails_invalid_port": "Invalid value, port must be an integer",
    "error_tails_unknown_root": "Unknown error with Tails root process",
    "systray_menu_exit": "Quit",
    "systray_download_started_title": "OnionShare Download Started",
    "systray_download_started_message": "A user started downloading your files",
    "systray_download_completed_title": "OnionShare Download Finished",
    "systray_download_completed_message": "The user finished downloading your files",
    "systray_download_canceled_title": "OnionShare Download Canceled",
    "systray_download_canceled_message": "The user canceled the download",
    "help_local_only": "Do not attempt to use tor: for development only",
    "help_stay_open": "Keep onion service running after download has finished",
    "help_shutdown_timeout": "Shut down the onion service after N seconds",
    "help_transparent_torification": "My system is transparently torified",
    "help_stealth": "Create stealth onion service (advanced)",
    "help_debug": "Log application errors to stdout, and log web errors to disk",
    "help_filename": "List of files or folders to share",
    "help_config": "Path to a custom JSON config file (optional)",
    "gui_drag_and_drop": "Drag and drop\nfiles here",
    "gui_add": "Add",
    "gui_delete": "Delete",
    "gui_choose_items": "Choose",
    "gui_start_server": "Start Sharing",
    "gui_stop_server": "Stop Sharing",
    "gui_copy_url": "Copy URL",
    "gui_copy_hidservauth": "Copy HidServAuth",
    "gui_downloads": "Downloads:",
    "gui_canceled": "Canceled",
    "gui_copied_url": "Copied URL to clipboard",
    "gui_copied_hidservauth": "Copied HidServAuth line to clipboard",
    "gui_starting_server1": "Starting Tor onion service...",
    "gui_starting_server2": "Crunching files...",
    "gui_please_wait": "Please wait...",
    "error_hs_dir_cannot_create": "Cannot create onion service dir {0:s}",
    "error_hs_dir_not_writable": "onion service dir {0:s} is not writable",
    "using_ephemeral": "Starting ephemeral Tor onion service and awaiting publication",
    "gui_download_progress_complete": "%p%, Time Elapsed: {0:s}",
    "gui_download_progress_starting": "{0:s}, %p% (Computing ETA)",
    "gui_download_progress_eta": "{0:s}, ETA: {1:s}, %p%",
    "version_string": "Onionshare {0:s} | https://onionshare.org/",
    "gui_quit_warning": "Are you sure you want to quit?\nThe URL you are sharing won't exist anymore.",
    "gui_quit_warning_quit": "Quit",
    "gui_quit_warning_dont_quit": "Don't Quit",
    "error_rate_limit": "An attacker might be trying to guess your URL. To prevent this, OnionShare has automatically stopped the server. To share the files you must start it again and share the new URL.",
    "zip_progress_bar_format": "Crunching files: %p%",
    "error_stealth_not_supported": "To create stealth onion services, you need at least Tor 0.2.9.1-alpha (or Tor Browser 6.5) and at least python3-stem 1.5.0.",
    "error_ephemeral_not_supported": "OnionShare requires at least at least Tor 0.2.7.1 and at least python3-stem 1.4.0.",
    "gui_settings_window_title": "Settings",
    "gui_settings_stealth_label": "Stealth (advanced)",
    "gui_settings_stealth_option": "Create stealth onion services",
    "gui_settings_stealth_option_details": "This makes OnionShare more secure, but also more difficult for the recipient to connect to it.<br><a href=\"https://github.com/micahflee/onionshare/wiki/Stealth-Onion-Services\">More information</a>.",
    "gui_settings_stealth_hidservauth_string": "You have saved the private key for reuse, so your HidServAuth string is also reused.\nClick below to copy the HidServAuth.",
    "gui_settings_autoupdate_label": "Check for updates",
    "gui_settings_autoupdate_option": "Notify me when updates are available",
    "gui_settings_autoupdate_timestamp": "Last checked: {}",
    "gui_settings_autoupdate_timestamp_never": "Never",
    "gui_settings_autoupdate_check_button": "Check For Updates",
    "gui_settings_sharing_label": "Sharing options",
    "gui_settings_close_after_first_download_option": "Stop sharing after first download",
    "gui_settings_systray_notifications": "Show desktop notifications",
    "gui_settings_connection_type_label": "How should OnionShare connect to Tor?",
    "gui_settings_connection_type_bundled_option": "Use Tor that is bundled with OnionShare",
    "gui_settings_connection_type_automatic_option": "Attempt automatic configuration with Tor Browser",
    "gui_settings_connection_type_control_port_option": "Connect using control port",
    "gui_settings_connection_type_socket_file_option": "Connect using socket file",
    "gui_settings_connection_type_test_button": "Test Tor Settings",
    "gui_settings_control_port_label": "Control port",
    "gui_settings_socket_file_label": "Socket file",
    "gui_settings_socks_label": "SOCKS port",
    "gui_settings_authenticate_label": "Tor authentication options",
    "gui_settings_authenticate_no_auth_option": "No authentication, or cookie authentication",
    "gui_settings_authenticate_password_option": "Password",
    "gui_settings_authenticate_cookie_option": "Cookie",
    "gui_settings_password_label": "Password",
    "gui_settings_cookie_label": "Cookie path",
    "gui_settings_tor_bridges": "Tor Bridge support",
    "gui_settings_tor_bridges_no_bridges_radio_option": "Don't use bridges",
    "gui_settings_tor_bridges_obfs4_radio_option": "Use obfs4 pluggable transports",
    "gui_settings_tor_bridges_obfs4_radio_option_no_obfs4proxy": "Use obfs4 pluggable transports (requires obfs4proxy)",
    "gui_settings_tor_bridges_custom_radio_option": "Use custom bridges (non-pluggable transports)",
    "gui_settings_tor_bridges_custom_label": "You can get bridges from <a href=\"https://bridges.torproject.org/bridges\">https://bridges.torproject.org</a>",
    "gui_settings_tor_bridges_invalid": "None of the bridges you supplied seem to be valid, so they've been ignored.\nPlease try again with valid bridges.",
    "gui_settings_button_save": "Save",
    "gui_settings_button_cancel": "Cancel",
    "gui_settings_button_help": "Help",
    "gui_settings_shutdown_timeout_choice": "Set auto-stop timer?",
    "gui_settings_shutdown_timeout": "Stop the share at:",
    "settings_saved": "Settings saved to {}",
    "settings_error_unknown": "Can't connect to Tor controller because the settings don't make sense.",
    "settings_error_automatic": "Can't connect to Tor controller. Is Tor Browser running in the background? If you don't have it you can get it from:\nhttps://www.torproject.org/.",
    "settings_error_socket_port": "Can't connect to Tor controller on {}:{}.",
    "settings_error_socket_file": "Can't connect to Tor controller using socket file {}.",
    "settings_error_auth": "Connected to {}:{}, but can't authenticate. Maybe this isn't a Tor controller?",
    "settings_error_missing_password": "Connected to Tor controller, but it requires a password to authenticate.",
    "settings_error_unreadable_cookie_file": "Connected to Tor controller, but can't authenticate because your password may be wrong, and your user doesn't have permission to read the cookie file.",
    "settings_error_bundled_tor_not_supported": "Bundled Tor is not supported when not using developer mode in Windows or macOS.",
    "settings_error_bundled_tor_timeout": "Connecting to Tor is taking too long. Maybe your computer is offline, or your clock isn't accurate.",
    "settings_error_bundled_tor_canceled": "The Tor process closed before it could finish connecting.",
    "settings_error_bundled_tor_broken": "Something is wrong with OnionShare connecting to Tor in the background:\n{}",
    "settings_test_success": "Congratulations, OnionShare can connect to the Tor controller.\n\nTor version: {}\nSupports ephemeral onion services: {}\nSupports stealth onion services: {}",
    "error_tor_protocol_error": "Error talking to the Tor controller.\nIf you're using Whonix, check out https://www.whonix.org/wiki/onionshare to make OnionShare work.",
    "connecting_to_tor": "Connecting to the Tor network",
    "update_available": "There is an OnionShare update available. <a href='{}'>Click here</a> to download it.<br><br>Installed version: {}<br>Latest version: {}",
    "update_error_check_error": "Error checking for updates: Maybe you're not connected to Tor, or maybe the OnionShare website is down.",
    "update_error_invalid_latest_version": "Error checking for updates: The OnionShare website responded saying the latest version is '{}', but that doesn't appear to be a valid version string.",
    "update_not_available": "You are running the latest version of OnionShare.",
    "gui_tor_connection_ask": "Would you like to open OnionShare settings to troubleshoot connecting to Tor?",
    "gui_tor_connection_ask_open_settings": "Open Settings",
    "gui_tor_connection_ask_quit": "Quit",
    "gui_tor_connection_error_settings": "Try adjusting how OnionShare connects to the Tor network in Settings.",
    "gui_tor_connection_canceled": "OnionShare cannot connect to Tor.\n\nMake sure you're connected to the internet, then re-open OnionShare to configure the Tor connection.",
    "gui_tor_connection_lost": "Disconnected from Tor.",
    "gui_server_started_after_timeout": "The server started after your chosen auto-timeout.\nPlease start a new share.",
    "gui_server_timeout_expired": "The chosen timeout has already expired.\nPlease update the timeout and then you may start sharing.",
    "share_via_onionshare": "Share via OnionShare",
    "gui_save_private_key_checkbox": "Use a persistent URL\n(unchecking will delete any saved URL)",
    "persistent_url_in_use": "This share is using a persistent URL"
}