mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 05:38:06 -06:00
Translatable strings fixes (Masato HASHIMOTO)
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
<div style="padding-left: 30px;">
|
||||
<input type="checkbox" id="autorun_checkbox" onclick="updateAutoRun();"/> _(Run an external program on torrent completion)<br/>
|
||||
<input type="text" id="autorunProg_txt" style="width: 400px;"/><br/>
|
||||
<i>The following parameters are supported:
|
||||
<i>_(The following parameters are supported:)
|
||||
<ul>
|
||||
<li>%f: _(Torrent path)</li>
|
||||
<li>%n: _(Torrent name)</li>
|
||||
|
||||
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user