mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 13:48:05 -06:00
@@ -164,7 +164,7 @@
|
||||
<item>
|
||||
<widget class="QGroupBox" name="groupBoxSettings">
|
||||
<property name="title">
|
||||
<string>Torrent settings</string>
|
||||
<string>Torrent options</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||||
<item>
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Web UI</string>
|
||||
<string>WebUI</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
@@ -294,7 +294,7 @@
|
||||
</property>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Start / Stop Torrent</string>
|
||||
<string>Start / stop torrent</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
@@ -309,7 +309,7 @@
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Show torrent options</string>
|
||||
<string>Open torrent options dialog</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
@@ -330,7 +330,7 @@
|
||||
<widget class="QComboBox" name="actionTorrentFnOnDblClBox">
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Start / Stop Torrent</string>
|
||||
<string>Start / stop torrent</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
@@ -345,7 +345,7 @@
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Show torrent options</string>
|
||||
<string>Open torrent options dialog</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
@@ -638,7 +638,7 @@
|
||||
<item>
|
||||
<widget class="QGroupBox" name="checkFileLog">
|
||||
<property name="title">
|
||||
<string>&Log file</string>
|
||||
<string>&Log Files</string>
|
||||
</property>
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
@@ -1555,14 +1555,14 @@ readme[0-9].txt: filter 'readme1.txt', 'readme2.txt' but not 'readme10.txt'.</st
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="sendTestEmail">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Send test email</string>
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Send test email</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -1578,7 +1578,7 @@ readme[0-9].txt: filter 'readme1.txt', 'readme2.txt' but not 'readme10.txt'.</st
|
||||
<item>
|
||||
<widget class="QGroupBox" name="groupBoxRunOnAdded">
|
||||
<property name="title">
|
||||
<string>Run on torrent added</string>
|
||||
<string>Run on torrent added:</string>
|
||||
</property>
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
@@ -1596,7 +1596,7 @@ readme[0-9].txt: filter 'readme1.txt', 'readme2.txt' but not 'readme10.txt'.</st
|
||||
<item>
|
||||
<widget class="QGroupBox" name="groupBoxRunOnFinished">
|
||||
<property name="title">
|
||||
<string>Run on torrent finished</string>
|
||||
<string>Run on torrent finished:</string>
|
||||
</property>
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
<item>
|
||||
<widget class="QGroupBox" name="groupBox">
|
||||
<property name="title">
|
||||
<string>Torrent speed limits</string>
|
||||
<string>Torrent Speed Limits</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout_2">
|
||||
<item row="1" column="0">
|
||||
@@ -153,7 +153,7 @@
|
||||
<item>
|
||||
<widget class="QGroupBox" name="torrentShareLimitsBox">
|
||||
<property name="title">
|
||||
<string>Torrent share limits</string>
|
||||
<string>Torrent Share Limits</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="torrentShareLimitsBoxLayout">
|
||||
<item>
|
||||
@@ -252,7 +252,4 @@
|
||||
</customwidgets>
|
||||
<resources/>
|
||||
<connections/>
|
||||
<buttongroups>
|
||||
<buttongroup name="buttonGroup"/>
|
||||
</buttongroups>
|
||||
</ui>
|
||||
|
||||
@@ -97,7 +97,7 @@ void TorrentTagsDialog::addNewTag()
|
||||
while (!done)
|
||||
{
|
||||
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));
|
||||
if (!ok || tag.isEmpty())
|
||||
break;
|
||||
|
||||
@@ -164,7 +164,7 @@ Tag TagFilterWidget::askTagName()
|
||||
while (invalid)
|
||||
{
|
||||
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));
|
||||
if (ok && !tag.isEmpty())
|
||||
{
|
||||
|
||||
@@ -755,7 +755,7 @@ void TransferListWidget::askNewCategoryForSelection()
|
||||
|
||||
void TransferListWidget::askAddTagsForSelection()
|
||||
{
|
||||
const TagSet tags = askTagsForSelection(tr("Add Tags"));
|
||||
const TagSet tags = askTagsForSelection(tr("Add tags"));
|
||||
for (const Tag &tag : tags)
|
||||
addSelectionTag(tag);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user