mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 09:43:07 -07:00
- Extended internationalization support in Web UI to the Javascript scripts
This commit is contained in:
parent
b1bbbd79c4
commit
74f0737903
32 changed files with 131 additions and 6 deletions
|
@ -67,6 +67,7 @@ HttpServer::HttpServer(Bittorrent *_BTSession, int msec, QObject* parent) : QTcp
|
|||
a = tr("Torrent files were correctly added to download list.");
|
||||
a = tr("Point to torrent file");
|
||||
a = tr("Download");
|
||||
a = tr("Are you sure you want to delete the selected torrents from the transfer list and hard disk?");
|
||||
}
|
||||
|
||||
HttpServer::~HttpServer()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue