Release ProZilla 2.2.0 with translated status output
This commit is contained in:
@@ -50,7 +50,7 @@ FTPS_Window::fetch_mirror_info(urlinfo * u, off_t file_size,
|
||||
|
||||
request = proz_ftps_request_init(u, file_size, ftps_loc,
|
||||
server_type, num_req_mirrors);
|
||||
PrintMessage("Attempting to get %d mirrors from %s\n\n", num_req_mirrors, ftps_loc);
|
||||
PrintMessage(_("Attempting to get %d mirrors from %s\n\n"), num_req_mirrors, ftps_loc);
|
||||
//proz_connection_set_msg_proc (request->connection,
|
||||
// ftps_win_message_proc, this);
|
||||
proz_get_complete_mirror_list(request);
|
||||
@@ -92,7 +92,7 @@ FTPS_Window::callback()
|
||||
request->ping_timeout.tv_usec = 0;
|
||||
|
||||
//Launch the pinging thread
|
||||
PrintMessage("Got mirror info, %d server(s) found\n", request->num_mirrors);
|
||||
PrintMessage(_("Got mirror info, %d server(s) found\n"), request->num_mirrors);
|
||||
proz_mass_ping(request);
|
||||
ping_running = TRUE;
|
||||
return MASSPINGINPROGRESS;
|
||||
|
||||
Reference in New Issue
Block a user