mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 08:48:07 -06:00
@@ -164,7 +164,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QGroupBox" name="groupBoxSettings">
|
<widget class="QGroupBox" name="groupBoxSettings">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Torrent settings</string>
|
<string>Torrent options</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||||||
<item>
|
<item>
|
||||||
|
|||||||
@@ -79,7 +79,7 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Web UI</string>
|
<string>WebUI</string>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
@@ -294,7 +294,7 @@
|
|||||||
</property>
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Start / Stop Torrent</string>
|
<string>Start / stop torrent</string>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
@@ -309,7 +309,7 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Show torrent options</string>
|
<string>Open torrent options dialog</string>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
@@ -330,7 +330,7 @@
|
|||||||
<widget class="QComboBox" name="actionTorrentFnOnDblClBox">
|
<widget class="QComboBox" name="actionTorrentFnOnDblClBox">
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Start / Stop Torrent</string>
|
<string>Start / stop torrent</string>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
@@ -345,7 +345,7 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Show torrent options</string>
|
<string>Open torrent options dialog</string>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
@@ -638,7 +638,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QGroupBox" name="checkFileLog">
|
<widget class="QGroupBox" name="checkFileLog">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>&Log file</string>
|
<string>&Log Files</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="checkable">
|
<property name="checkable">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
@@ -1555,14 +1555,14 @@ readme[0-9].txt: filter 'readme1.txt', 'readme2.txt' but not 'readme10.txt'.</st
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="sendTestEmail">
|
<widget class="QPushButton" name="sendTestEmail">
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||||||
<horstretch>0</horstretch>
|
<horstretch>0</horstretch>
|
||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Send test email</string>
|
<string>Send test email</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@@ -1578,7 +1578,7 @@ readme[0-9].txt: filter 'readme1.txt', 'readme2.txt' but not 'readme10.txt'.</st
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QGroupBox" name="groupBoxRunOnAdded">
|
<widget class="QGroupBox" name="groupBoxRunOnAdded">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Run on torrent added</string>
|
<string>Run on torrent added:</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="checkable">
|
<property name="checkable">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
@@ -1596,7 +1596,7 @@ readme[0-9].txt: filter 'readme1.txt', 'readme2.txt' but not 'readme10.txt'.</st
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QGroupBox" name="groupBoxRunOnFinished">
|
<widget class="QGroupBox" name="groupBoxRunOnFinished">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Run on torrent finished</string>
|
<string>Run on torrent finished:</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="checkable">
|
<property name="checkable">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
|||||||
@@ -83,7 +83,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QGroupBox" name="groupBox">
|
<widget class="QGroupBox" name="groupBox">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Torrent speed limits</string>
|
<string>Torrent Speed Limits</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout_2">
|
<layout class="QGridLayout" name="gridLayout_2">
|
||||||
<item row="1" column="0">
|
<item row="1" column="0">
|
||||||
@@ -153,7 +153,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QGroupBox" name="torrentShareLimitsBox">
|
<widget class="QGroupBox" name="torrentShareLimitsBox">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Torrent share limits</string>
|
<string>Torrent Share Limits</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="torrentShareLimitsBoxLayout">
|
<layout class="QVBoxLayout" name="torrentShareLimitsBoxLayout">
|
||||||
<item>
|
<item>
|
||||||
@@ -252,7 +252,4 @@
|
|||||||
</customwidgets>
|
</customwidgets>
|
||||||
<resources/>
|
<resources/>
|
||||||
<connections/>
|
<connections/>
|
||||||
<buttongroups>
|
|
||||||
<buttongroup name="buttonGroup"/>
|
|
||||||
</buttongroups>
|
|
||||||
</ui>
|
</ui>
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ void TorrentTagsDialog::addNewTag()
|
|||||||
while (!done)
|
while (!done)
|
||||||
{
|
{
|
||||||
bool ok = false;
|
bool ok = false;
|
||||||
tag = Tag(AutoExpandableDialog::getText(this, tr("New Tag")
|
tag = Tag(AutoExpandableDialog::getText(this, tr("Add tag")
|
||||||
, tr("Tag:"), QLineEdit::Normal, tag.toString(), &ok));
|
, tr("Tag:"), QLineEdit::Normal, tag.toString(), &ok));
|
||||||
if (!ok || tag.isEmpty())
|
if (!ok || tag.isEmpty())
|
||||||
break;
|
break;
|
||||||
|
|||||||
@@ -164,7 +164,7 @@ Tag TagFilterWidget::askTagName()
|
|||||||
while (invalid)
|
while (invalid)
|
||||||
{
|
{
|
||||||
invalid = false;
|
invalid = false;
|
||||||
tag = Tag(AutoExpandableDialog::getText(this, tr("New Tag"), tr("Tag:")
|
tag = Tag(AutoExpandableDialog::getText(this, tr("Add tag"), tr("Tag:")
|
||||||
, QLineEdit::Normal, tag.toString(), &ok));
|
, QLineEdit::Normal, tag.toString(), &ok));
|
||||||
if (ok && !tag.isEmpty())
|
if (ok && !tag.isEmpty())
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -755,7 +755,7 @@ void TransferListWidget::askNewCategoryForSelection()
|
|||||||
|
|
||||||
void TransferListWidget::askAddTagsForSelection()
|
void TransferListWidget::askAddTagsForSelection()
|
||||||
{
|
{
|
||||||
const TagSet tags = askTagsForSelection(tr("Add Tags"));
|
const TagSet tags = askTagsForSelection(tr("Add tags"));
|
||||||
for (const Tag &tag : tags)
|
for (const Tag &tag : tags)
|
||||||
addSelectionTag(tag);
|
addSelectionTag(tag);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>QBT_TR(Add Tags)QBT_TR[CONTEXT=TransferListWidget]</title>
|
<title>QBT_TR(Add tags)QBT_TR[CONTEXT=TransferListWidget]</title>
|
||||||
<link rel="stylesheet" href="css/style.css?v=${CACHEID}" type="text/css">
|
<link rel="stylesheet" href="css/style.css?v=${CACHEID}" type="text/css">
|
||||||
<script src="scripts/lib/MooTools-Core-1.6.0-compat-compressed.js"></script>
|
<script src="scripts/lib/MooTools-Core-1.6.0-compat-compressed.js"></script>
|
||||||
<script src="scripts/lib/MooTools-More-1.6.0-compat-compressed.js"></script>
|
<script src="scripts/lib/MooTools-More-1.6.0-compat-compressed.js"></script>
|
||||||
|
|||||||
@@ -726,7 +726,7 @@ const initializeWindows = function() {
|
|||||||
if (hashes.length) {
|
if (hashes.length) {
|
||||||
new MochaUI.Window({
|
new MochaUI.Window({
|
||||||
id: "newTagPage",
|
id: "newTagPage",
|
||||||
title: "QBT_TR(Add Tags)QBT_TR[CONTEXT=TransferListWidget]",
|
title: "QBT_TR(Add tags)QBT_TR[CONTEXT=TransferListWidget]",
|
||||||
loadMethod: "iframe",
|
loadMethod: "iframe",
|
||||||
contentURL: new URI("newtag.html").setData("action", action).setData("hashes", hashes.join("|")).toString(),
|
contentURL: new URI("newtag.html").setData("action", action).setData("hashes", hashes.join("|")).toString(),
|
||||||
scrollbars: false,
|
scrollbars: false,
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<div id="BehaviorTab" class="PrefTab">
|
<div id="BehaviorTab" class="PrefTab">
|
||||||
<fieldset class="settings">
|
<fieldset class="settings">
|
||||||
<legend>QBT_TR(Language)QBT_TR[CONTEXT=OptionsDialog]</legend>
|
<legend>QBT_TR(Language)QBT_TR[CONTEXT=OptionsDialog]</legend>
|
||||||
<label for="locale_select">QBT_TR(User Interface Language:)QBT_TR[CONTEXT=OptionsDialog]</label>
|
<label for="locale_select">QBT_TR(User interface language:)QBT_TR[CONTEXT=OptionsDialog]</label>
|
||||||
<select id="locale_select">
|
<select id="locale_select">
|
||||||
${LANGUAGE_OPTIONS}
|
${LANGUAGE_OPTIONS}
|
||||||
</select>
|
</select>
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
<td><label for="dblclickDownloadSelect">QBT_TR(Downloading torrents:)QBT_TR[CONTEXT=OptionsDialog]</label></td>
|
<td><label for="dblclickDownloadSelect">QBT_TR(Downloading torrents:)QBT_TR[CONTEXT=OptionsDialog]</label></td>
|
||||||
<td>
|
<td>
|
||||||
<select id="dblclickDownloadSelect">
|
<select id="dblclickDownloadSelect">
|
||||||
<option value="1" selected>QBT_TR(Start / Stop Torrent)QBT_TR[CONTEXT=OptionsDialog]</option>
|
<option value="1" selected>QBT_TR(Start / stop torrent)QBT_TR[CONTEXT=OptionsDialog]</option>
|
||||||
<option value="0">QBT_TR(No action)QBT_TR[CONTEXT=OptionsDialog]</option>
|
<option value="0">QBT_TR(No action)QBT_TR[CONTEXT=OptionsDialog]</option>
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
<td><label for="dblclickCompleteSelect">QBT_TR(Completed torrents:)QBT_TR[CONTEXT=OptionsDialog]</label></td>
|
<td><label for="dblclickCompleteSelect">QBT_TR(Completed torrents:)QBT_TR[CONTEXT=OptionsDialog]</label></td>
|
||||||
<td>
|
<td>
|
||||||
<select id="dblclickCompleteSelect">
|
<select id="dblclickCompleteSelect">
|
||||||
<option value="1" selected>QBT_TR(Start / Stop Torrent)QBT_TR[CONTEXT=OptionsDialog]</option>
|
<option value="1" selected>QBT_TR(Start / stop torrent)QBT_TR[CONTEXT=OptionsDialog]</option>
|
||||||
<option value="0">QBT_TR(No action)QBT_TR[CONTEXT=OptionsDialog]</option>
|
<option value="0">QBT_TR(No action)QBT_TR[CONTEXT=OptionsDialog]</option>
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
<fieldset class="settings">
|
<fieldset class="settings">
|
||||||
<legend>
|
<legend>
|
||||||
<input type="checkbox" id="filelog_checkbox" onclick="qBittorrent.Preferences.updateFileLogEnabled();">
|
<input type="checkbox" id="filelog_checkbox" onclick="qBittorrent.Preferences.updateFileLogEnabled();">
|
||||||
<label for="filelog_checkbox">QBT_TR(Log file)QBT_TR[CONTEXT=OptionsDialog]</label>
|
<label for="filelog_checkbox">QBT_TR(Log Files)QBT_TR[CONTEXT=OptionsDialog]</label>
|
||||||
</legend>
|
</legend>
|
||||||
<div class="formRow">
|
<div class="formRow">
|
||||||
<label for="filelog_save_path_input">QBT_TR(Save path:)QBT_TR[CONTEXT=OptionsDialog]</label>
|
<label for="filelog_save_path_input">QBT_TR(Save path:)QBT_TR[CONTEXT=OptionsDialog]</label>
|
||||||
@@ -317,12 +317,12 @@
|
|||||||
</legend>
|
</legend>
|
||||||
<div class="formRow">
|
<div class="formRow">
|
||||||
<input type="checkbox" id="autorunOnTorrentAddedCheckbox" onclick="qBittorrent.Preferences.updateAutoRunOnTorrentAdded();">
|
<input type="checkbox" id="autorunOnTorrentAddedCheckbox" onclick="qBittorrent.Preferences.updateAutoRunOnTorrentAdded();">
|
||||||
<label id="autorunOnTorrentAddedLabel" for="autorunOnTorrentAddedCheckbox">QBT_TR(Run external program on torrent added)QBT_TR[CONTEXT=OptionsDialog]</label>
|
<label id="autorunOnTorrentAddedLabel" for="autorunOnTorrentAddedCheckbox">QBT_TR(Run on torrent added:)QBT_TR[CONTEXT=OptionsDialog]</label>
|
||||||
<input type="text" id="autorunOnTorrentAddedProgram" aria-labelledby="autorunOnTorrentAddedLabel" style="width: 400px;">
|
<input type="text" id="autorunOnTorrentAddedProgram" aria-labelledby="autorunOnTorrentAddedLabel" style="width: 400px;">
|
||||||
</div>
|
</div>
|
||||||
<div class="formRow">
|
<div class="formRow">
|
||||||
<input type="checkbox" id="autorun_checkbox" onclick="qBittorrent.Preferences.updateAutoRun();">
|
<input type="checkbox" id="autorun_checkbox" onclick="qBittorrent.Preferences.updateAutoRun();">
|
||||||
<label id="autorunLabel" for="autorun_checkbox">QBT_TR(Run external program on torrent finished)QBT_TR[CONTEXT=OptionsDialog]</label>
|
<label id="autorunLabel" for="autorun_checkbox">QBT_TR(Run on torrent finished:)QBT_TR[CONTEXT=OptionsDialog]</label>
|
||||||
<input type="text" id="autorunProg_txt" aria-labelledby="autorunLabel" style="width: 400px;">
|
<input type="text" id="autorunProg_txt" aria-labelledby="autorunLabel" style="width: 400px;">
|
||||||
</div>
|
</div>
|
||||||
<div style="font-style: italic;">QBT_TR(Supported parameters (case sensitive):)QBT_TR[CONTEXT=OptionsDialog]
|
<div style="font-style: italic;">QBT_TR(Supported parameters (case sensitive):)QBT_TR[CONTEXT=OptionsDialog]
|
||||||
|
|||||||
Reference in New Issue
Block a user