- Extended internationalization support in Web UI to the Javascript scripts

This commit is contained in:
Christophe Dumez 2009-11-23 13:11:09 +00:00
parent b1bbbd79c4
commit 74f0737903
32 changed files with 131 additions and 6 deletions

View file

@ -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()