Web UI translation fixes

This commit is contained in:
Christophe Dumez 2011-04-18 16:58:13 +00:00
parent 4ec78d1405
commit ed3fa0ccee
67 changed files with 178 additions and 22 deletions

View file

@ -129,6 +129,7 @@ HttpServer::HttpServer(int msec, QObject* parent) : QTcpServer(parent) {
a = tr("The Web UI password must be at least 3 characters long.");
a = tr("Save");
a = tr("qBittorrent client is not reachable");
a = tr("HTTP Server");
}
HttpServer::~HttpServer()