2014-09-19 19:15:20 -04:00
{
2016-12-22 19:56:39 -05:00
"config_onion_service" : "Configuring onion service on port {0:d}." ,
2015-05-15 19:55:03 -04:00
"cant_connect_ctrlport" : "Can't connect to Tor control port on port {0:s}. OnionShare requires Tor Browser to be running in the background to work. If you don't have it you can get it from https://www.torproject.org/." ,
"cant_connect_socksport" : "Can't connect to Tor SOCKS5 server on port {0:s}. OnionShare requires Tor Browser to be running in the background to work. If you don't have it you can get it from https://www.torproject.org/." ,
2016-12-22 16:39:32 -05:00
"ctrlport_missing_password" : "Connected to Tor control port on port {0:s}, but you require a password. You must have the TOR_AUTHENTICATION_PASSWORD environment variable set. Or just open Tor Browser in the background." ,
"ctrlport_unreadable_cookie" : "Connected to Tor control port on port {0:s}, but your user does not have permission to authenticate. You might want to add a HashedControlPassword to your torrc, and set the TOR_AUTHENTICATION_PASSWORD environment variable. Or just open Tor Browser in the background." ,
2014-09-19 19:15:20 -04:00
"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:" ,
2016-12-22 19:56:39 -05:00
"give_this_url_stealth" : "Give this URL and HidServAuth line to the person you're sending the file to:" ,
2014-09-19 19:15:20 -04:00
"ctrlc_to_stop" : "Press Ctrl-C to stop server" ,
2015-05-15 15:26:58 -04:00
"not_a_file" : "{0:s} is not a file." ,
2014-09-19 19:15:20 -04:00
"download_page_loaded" : "Download page loaded" ,
"other_page_loaded" : "URL loaded" ,
2015-05-27 14:12:39 -04:00
"close_on_finish" : "Stop sharing automatically" ,
2014-09-19 19:15:20 -04:00
"closing_automatically" : "Closing automatically because download finished" ,
"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" ,
"help_local_only" : "Do not attempt to use tor: for development only" ,
2016-09-04 20:23:06 -04:00
"help_stay_open" : "Keep onion service running after download has finished" ,
2015-09-08 00:44:29 -04:00
"help_transparent_torification" : "My system is transparently torified" ,
2016-12-22 19:56:39 -05:00
"help_stealth" : "Create stealth onion service (advanced)" ,
2014-09-19 19:15:20 -04:00
"help_debug" : "Log errors to disk" ,
"help_filename" : "List of files or folders to share" ,
"gui_drag_and_drop" : "Drag and drop\nfiles here" ,
"gui_add_files" : "Add Files" ,
"gui_add_folder" : "Add Folder" ,
"gui_delete" : "Delete" ,
"gui_choose_files" : "Choose files" ,
"gui_choose_folder" : "Choose folder" ,
2015-05-27 14:12:39 -04:00
"gui_start_server" : "Start Sharing" ,
"gui_stop_server" : "Stop Sharing" ,
2014-09-19 19:15:20 -04:00
"gui_copy_url" : "Copy URL" ,
2016-12-22 20:47:05 -05:00
"gui_copy_hidservauth" : "Copy HidServAuth" ,
2014-09-19 19:15:20 -04:00
"gui_downloads" : "Downloads:" ,
2014-09-22 16:22:30 -04:00
"gui_canceled" : "Canceled" ,
2014-09-19 19:15:20 -04:00
"gui_copied_url" : "Copied URL to clipboard" ,
2016-12-22 20:47:05 -05:00
"gui_copied_hidservauth" : "Copied HidServAuth line to clipboard" ,
2016-09-04 20:23:06 -04:00
"gui_starting_server1" : "Starting Tor onion service..." ,
2014-09-22 15:19:24 -04:00
"gui_starting_server2" : "Crunching files..." ,
2016-09-04 20:23:06 -04:00
"gui_starting_server3" : "Waiting for Tor onion service..." ,
2015-05-19 16:34:36 -04:00
"gui_please_wait" : "Please wait..." ,
2016-09-04 20:23:06 -04:00
"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" : "Staring ephemeral Tor onion service and awaiting publication" ,
2016-02-12 11:58:29 -05:00
"gui_download_progress_complete" : "%p%, Time Elapsed: {0:s}" ,
"gui_download_progress_starting" : "{0:s}, %p% (Computing ETA)" ,
2016-02-12 13:48:25 -05:00
"gui_download_progress_eta" : "{0:s}, ETA: {1:s}, %p%" ,
2016-04-10 22:28:22 -04:00
"version_string" : "Onionshare {0:s} | https://onionshare.org/" ,
2016-04-11 13:08:24 -04:00
"gui_quit_warning" : "Are you sure you want to quit?\nThe URL you are sharing won't exist anymore." ,
"gui_quit_warning_quit" : "Quit" ,
2016-04-12 19:49:46 -04:00
"gui_quit_warning_dont_quit" : "Don't Quit" ,
2016-08-23 16:13:21 -04:00
"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." ,
2016-12-22 19:56:39 -05:00
"zip_progress_bar_format" : "Crunching files: %p%" ,
2016-12-22 20:47:05 -05:00
"error_stealth_not_supported" : "Your versions of tor or stem are too old. You need to upgrade them to create stealth onion services." ,
"create_stealth" : "Create stealth onion service (advanced)"
2014-09-19 19:15:20 -04:00
}