display=tr("Checking","Torrent local data is being checked");
break;
caseBitTorrent::TorrentState::QueuedForChecking:
display=tr("Queued for checking","i.e. torrent is queued for hash checking");
break;
caseBitTorrent::TorrentState::CheckingResumeData:
display=tr("Checking resume data","used when loading the torrents from disk after qbt is launched. It checks the correctness of the .fastresume file. Normally it is completed in a fraction of a second, unless loading many many torrents.");
break;
caseBitTorrent::TorrentState::PausedDownloading:
display=tr("Paused");
break;
caseBitTorrent::TorrentState::PausedUploading:
display=tr("Completed");
break;
caseBitTorrent::TorrentState::MissingFiles:
display=tr("Missing Files");
break;
caseBitTorrent::TorrentState::Error:
display=tr("Errored","torrent status, the torrent has an error");
str=tr("Checking","Torrent local data is being checked");
break;
caseBitTorrent::TorrentState::QueuedForChecking:
str=tr("Queued for checking","i.e. torrent is queued for hash checking");
break;
caseBitTorrent::TorrentState::CheckingResumeData:
str=tr("Checking resume data","used when loading the torrents from disk after qbt is launched. It checks the correctness of the .fastresume file. Normally it is completed in a fraction of a second, unless loading many many torrents.");
break;
caseBitTorrent::TorrentState::PausedDownloading:
str=tr("Paused");
break;
caseBitTorrent::TorrentState::PausedUploading:
str=tr("Completed");
break;
caseBitTorrent::TorrentState::MissingFiles:
str=tr("Missing Files");
break;
caseBitTorrent::TorrentState::Error:
str=tr("Errored","torrent status, the torrent has an error");