Translatable strings fixes (Masato HASHIMOTO)

This commit is contained in:
Christophe Dumez
2011-05-03 16:45:20 +00:00
parent dc87b9f9f4
commit 86d3c98069
35 changed files with 172 additions and 20 deletions

View File

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