Make more strings translatable (Masato HASHIMOTO)

This commit is contained in:
Christophe Dumez
2011-05-02 16:06:26 +00:00
parent b59dded2a4
commit c7c30ccaee
69 changed files with 1972 additions and 1556 deletions

View File

@@ -130,6 +130,8 @@ HttpServer::HttpServer(int msec, QObject* parent) : QTcpServer(parent) {
a = tr("Save");
a = tr("qBittorrent client is not reachable");
a = tr("HTTP Server");
a = tr("Torrent path");
a = tr("Torrent name");
}
HttpServer::~HttpServer()