More 4.5 translation fixes

This commit is contained in:
Carve 2022-11-30 15:05:46 -05:00
parent 81f89ca772
commit 410c0aae09
10 changed files with 95 additions and 95 deletions

View File

@ -14,7 +14,7 @@
<body>
<div style="width: 100%; text-align: center; margin: 0 auto; overflow: hidden">
<div id="dllimitSlider" class="slider">
<div id="dllimitUpdate" class="update">Download limit:)QBT_TR[CONTEXT=PropertiesWidget] <input id="dllimitUpdatevalue" size="6" placeholder="∞" style="text-align: center;"> <span id="dlLimitUnit">QBT_TR(KiB/s</span></div>
<div id="dllimitUpdate" class="update">Download limit: <input id="dllimitUpdatevalue" size="6" placeholder="∞" style="text-align: center;"> <span id="dlLimitUnit">QBT_TR(KiB/s</span></div>
<div class="sliderWrapper">
<div id="dllimitSliderknob" class="sliderknob"></div>
<div id="dllimitSliderarea" class="sliderarea"></div>

View File

@ -50,8 +50,8 @@
<ul>
<li><a id="uploadLink"><img class="MyMenuIcon" alt="Add Torrent File..." src="images/list-add.svg" width="16" height="16" />QBT_TR(Add Torrent File...</a></li>
<li><a id="downloadLink"><img class="MyMenuIcon" alt="Add Torrent Link..." src="images/insert-link.svg" width="16" height="16" />QBT_TR(Add Torrent Link...</a></li>
<li class="divider"><a id="logoutLink"><img class="MyMenuIcon" alt="Logout)QBT_TR[CONTEXT=HttpServer]" src="images/system-log-out.svg" width="16" height="16" />QBT_TR(Logout</a></li>
<li><a id="shutdownLink"><img class="MyMenuIcon" alt="Exit qBittorrent)QBT_TR[CONTEXT=HttpServer]" src="images/application-exit.svg" width="16" height="16" />QBT_TR(Exit qBittorrent</a></li>
<li class="divider"><a id="logoutLink"><img class="MyMenuIcon" alt="Logout" src="images/system-log-out.svg" width="16" height="16" />QBT_TR(Logout</a></li>
<li><a id="shutdownLink"><img class="MyMenuIcon" alt="Exit qBittorrent" src="images/application-exit.svg" width="16" height="16" />QBT_TR(Exit qBittorrent</a></li>
</ul>
</li>
<li>
@ -84,7 +84,7 @@
<a class="returnFalse">Tools</a>
<ul>
<li><a id="preferencesLink"><img class="MyMenuIcon" src="images/configure.svg" alt="Options..." width="16" height="16" />QBT_TR(Options...</a></li>
<li><a id="registerMagnetHandlerLink"><img class="MyMenuIcon" src="images/torrent-magnet.svg" alt="Register to handle magnet links...)QBT_TR[CONTEXT=HttpServer]" width="16" height="16" />QBT_TR(Register to handle magnet links...</a></li>
<li><a id="registerMagnetHandlerLink"><img class="MyMenuIcon" src="images/torrent-magnet.svg" alt="Register to handle magnet links..." width="16" height="16" />QBT_TR(Register to handle magnet links...</a></li>
</ul>
</li>
<li>
@ -101,16 +101,16 @@
&nbsp;&nbsp;
<a id="downloadButton"><img class="mochaToolButton" title="Add Torrent Link..." src="images/insert-link.svg" alt="QBT_TR(Add Torrent Link..." width="24" height="24" /></a>
<a id="uploadButton"><img class="mochaToolButton" title="Add Torrent File..." src="images/list-add.svg" alt="QBT_TR(Add Torrent File..." width="24" height="24" /></a>
<a id="deleteButton" class="divider"><img class="mochaToolButton" title="Remove)QBT_TR[CONTEXT=TransferListWidget]" src="images/list-remove.svg" alt="QBT_TR(Remove" width="24" height="24" /></a>
<a id="resumeButton" class="divider"><img class="mochaToolButton" title="Resume)QBT_TR[CONTEXT=TransferListWidget]" src="images/torrent-start.svg" alt="QBT_TR(Resume" width="24" height="24" /></a>
<a id="pauseButton"><img class="mochaToolButton" title="Pause)QBT_TR[CONTEXT=TransferListWidget]" src="images/torrent-stop.svg" alt="QBT_TR(Pause" width="24" height="24" /></a>
<a id="deleteButton" class="divider"><img class="mochaToolButton" title="Remove" src="images/list-remove.svg" alt="QBT_TR(Remove" width="24" height="24" /></a>
<a id="resumeButton" class="divider"><img class="mochaToolButton" title="Resume" src="images/torrent-start.svg" alt="QBT_TR(Resume" width="24" height="24" /></a>
<a id="pauseButton"><img class="mochaToolButton" title="Pause" src="images/torrent-stop.svg" alt="QBT_TR(Pause" width="24" height="24" /></a>
<span id="queueingButtons">
<a id="topPrioButton" class="divider"><img class="mochaToolButton" title="Move to the top of the queue" src="images/go-top.svg" alt="QBT_TR(Top of Queue" width="24" height="24" /></a>
<a id="increasePrioButton"><img class="mochaToolButton" title="Move up in the queue" src="images/go-up.svg" alt="QBT_TR(Move Up Queue" width="24" height="24" /></a>
<a id="decreasePrioButton"><img class="mochaToolButton" title="Move down in the queue" src="images/go-down.svg" alt="QBT_TR(Move Down Queue" width="24" height="24" /></a>
<a id="bottomPrioButton"><img class="mochaToolButton" title="Move to the bottom of the queue" src="images/go-bottom.svg" alt="QBT_TR(Bottom of Queue" width="24" height="24" /></a>
</span>
<a id="preferencesButton" class="divider"><img class="mochaToolButton" title="Options)QBT_TR[CONTEXT=OptionsDialog]" src="images/configure.svg" alt="QBT_TR(Options" width="24" height="24" /></a>
<a id="preferencesButton" class="divider"><img class="mochaToolButton" title="Options" src="images/configure.svg" alt="QBT_TR(Options" width="24" height="24" /></a>
<div id="mainWindowTabs" class="toolbarTabs">
<ul id="mainWindowTabsList" class="tab-menu">
<li id="transfersTabLink" class="selected"><a class="tab">Transfers</a></li>
@ -128,91 +128,91 @@
</div>
</div>
<ul id="torrentsTableMenu" class="contextMenu">
<li><a href="#start"><img src="images/torrent-start.svg" alt="Resume)QBT_TR[CONTEXT=TransferListWidget]" /> QBT_TR(Resume</a></li>
<li><a href="#pause"><img src="images/torrent-stop.svg" alt="Pause)QBT_TR[CONTEXT=TransferListWidget]" /> QBT_TR(Pause</a></li>
<li><a href="#forceStart"><img src="images/torrent-start-forced.svg" alt="Force Resume)QBT_TR[CONTEXT=TransferListWidget]" /> QBT_TR(Force Resume</a></li>
<li class="separator"><a href="#delete"><img src="images/list-remove.svg" alt="Remove)QBT_TR[CONTEXT=TransferListWidget]" /> QBT_TR(Remove</a></li>
<li><a href="#start"><img src="images/torrent-start.svg" alt="Resume" /> QBT_TR(Resume</a></li>
<li><a href="#pause"><img src="images/torrent-stop.svg" alt="Pause" /> QBT_TR(Pause</a></li>
<li><a href="#forceStart"><img src="images/torrent-start-forced.svg" alt="Force Resume" /> QBT_TR(Force Resume</a></li>
<li class="separator"><a href="#delete"><img src="images/list-remove.svg" alt="Remove" /> QBT_TR(Remove</a></li>
<li class="separator">
<a href="#setLocation"><img src="images/set-location.svg" alt="Set location...)QBT_TR[CONTEXT=TransferListWidget]" /> QBT_TR(Set location...</a>
<a href="#rename"><img src="images/edit-rename.svg" alt="Rename...)QBT_TR[CONTEXT=TransferListWidget]" /> QBT_TR(Rename...</a>
<a href="#setLocation"><img src="images/set-location.svg" alt="Set location..." /> QBT_TR(Set location...</a>
<a href="#rename"><img src="images/edit-rename.svg" alt="Rename..." /> QBT_TR(Rename...</a>
</li>
<li>
<a href="#Category" class="arrow-right"><img src="images/view-categories.svg" alt="Category)QBT_TR[CONTEXT=TransferListWidget]" /> QBT_TR(Category</a>
<a href="#Category" class="arrow-right"><img src="images/view-categories.svg" alt="Category" /> QBT_TR(Category</a>
<ul id="contextCategoryList" class="scrollableMenu"></ul>
</li>
<li>
<a href="#Tags" class="arrow-right"><img src="images/tags.svg" alt="Tags)QBT_TR[CONTEXT=TransferListWidget]" /> QBT_TR(Tags</a>
<a href="#Tags" class="arrow-right"><img src="images/tags.svg" alt="Tags" /> QBT_TR(Tags</a>
<ul id="contextTagList" class="scrollableMenu"></ul>
</li>
<li>
<a href="#autoTorrentManagement"><img src="images/checked-completed.svg" alt="Automatic Torrent Management)QBT_TR[CONTEXT=TransferListWidget]" /> QBT_TR(Automatic Torrent Management</a>
<a href="#autoTorrentManagement"><img src="images/checked-completed.svg" alt="Automatic Torrent Management" /> QBT_TR(Automatic Torrent Management</a>
</li>
<li class="separator"><a href="#downloadLimit"><img src="images/download.svg" alt="Limit download rate...)QBT_TR[CONTEXT=TransferListWidget]" /> QBT_TR(Limit download rate...</a></li>
<li><a href="#uploadLimit"><img src="images/upload.svg" alt="Limit upload rate...)QBT_TR[CONTEXT=TransferListWidget]" /> QBT_TR(Limit upload rate...</a></li>
<li><a href="#shareRatio"><img src="images/ratio.svg" alt="Limit share ratio...)QBT_TR[CONTEXT=TransferListWidget]" /> QBT_TR(Limit share ratio...</a></li>
<li><a href="#superSeeding"><img src="images/checked-completed.svg" alt="Super seeding mode)QBT_TR[CONTEXT=TransferListWidget]" /> QBT_TR(Super seeding mode</a></li>
<li class="separator"><a href="#sequentialDownload"><img src="images/checked-completed.svg" alt="Download in sequential order)QBT_TR[CONTEXT=TransferListWidget]" /> QBT_TR(Download in sequential order</a></li>
<li><a href="#firstLastPiecePrio"><img src="images/checked-completed.svg" alt="Download first and last pieces first)QBT_TR[CONTEXT=TransferListWidget]" /> QBT_TR(Download first and last pieces first</a></li>
<li class="separator"><a href="#forceRecheck"><img src="images/force-recheck.svg" alt="Force recheck)QBT_TR[CONTEXT=TransferListWidget]" /> QBT_TR(Force recheck</a></li>
<li><a href="#forceReannounce"><img src="images/reannounce.svg" alt="Force reannounce)QBT_TR[CONTEXT=TransferListWidget]" /> QBT_TR(Force reannounce</a></li>
<li class="separator"><a href="#downloadLimit"><img src="images/download.svg" alt="Limit download rate..." /> QBT_TR(Limit download rate...</a></li>
<li><a href="#uploadLimit"><img src="images/upload.svg" alt="Limit upload rate..." /> QBT_TR(Limit upload rate...</a></li>
<li><a href="#shareRatio"><img src="images/ratio.svg" alt="Limit share ratio..." /> QBT_TR(Limit share ratio...</a></li>
<li><a href="#superSeeding"><img src="images/checked-completed.svg" alt="Super seeding mode" /> QBT_TR(Super seeding mode</a></li>
<li class="separator"><a href="#sequentialDownload"><img src="images/checked-completed.svg" alt="Download in sequential order" /> QBT_TR(Download in sequential order</a></li>
<li><a href="#firstLastPiecePrio"><img src="images/checked-completed.svg" alt="Download first and last pieces first" /> QBT_TR(Download first and last pieces first</a></li>
<li class="separator"><a href="#forceRecheck"><img src="images/force-recheck.svg" alt="Force recheck" /> QBT_TR(Force recheck</a></li>
<li><a href="#forceReannounce"><img src="images/reannounce.svg" alt="Force reannounce" /> QBT_TR(Force reannounce</a></li>
<li id="queueingMenuItems" class="separator">
<a href="#queue" class="arrow-right"><span style="display: inline-block; width:16px"></span> Queue</a>
<ul>
<li><a href="#queueTop"><img src="images/go-top.svg" alt="Move to top)QBT_TR[CONTEXT=TransferListWidget]" /> QBT_TR(Move to top</a></li>
<li><a href="#queueUp"><img src="images/go-up.svg" alt="Move up)QBT_TR[CONTEXT=TransferListWidget]" /> QBT_TR(Move up</a></li>
<li><a href="#queueDown"><img src="images/go-down.svg" alt="Move down)QBT_TR[CONTEXT=TransferListWidget]" /> QBT_TR(Move down</a></li>
<li><a href="#queueBottom"><img src="images/go-bottom.svg" alt="Move to bottom)QBT_TR[CONTEXT=TransferListWidget]" /> QBT_TR(Move to bottom</a></li>
<li><a href="#queueTop"><img src="images/go-top.svg" alt="Move to top" /> QBT_TR(Move to top</a></li>
<li><a href="#queueUp"><img src="images/go-up.svg" alt="Move up" /> QBT_TR(Move up</a></li>
<li><a href="#queueDown"><img src="images/go-down.svg" alt="Move down" /> QBT_TR(Move down</a></li>
<li><a href="#queueBottom"><img src="images/go-bottom.svg" alt="Move to bottom" /> QBT_TR(Move to bottom</a></li>
</ul>
</li>
<li>
<a href="#" class="arrow-right"><img src="images/edit-copy.svg" alt="Copy)QBT_TR[CONTEXT=TransferListWidget]" /> QBT_TR(Copy</a>
<a href="#" class="arrow-right"><img src="images/edit-copy.svg" alt="Copy" /> QBT_TR(Copy</a>
<ul>
<li><a href="#" id="copyName" class="copyToClipboard"><img src="images/name.svg" alt="Name)QBT_TR[CONTEXT=TransferListWidget]" /> QBT_TR(Name</a></li>
<li><a href="#" id="copyInfohash1" class="copyToClipboard"><img src="images/hash.svg" alt="Info hash v1)QBT_TR[CONTEXT=TransferListWidget]" /> QBT_TR(Info hash v1</a></li>
<li><a href="#" id="copyInfohash2" class="copyToClipboard"><img src="images/hash.svg" alt="Info hash v2)QBT_TR[CONTEXT=TransferListWidget]" /> QBT_TR(Info hash v2</a></li>
<li><a href="#" id="copyMagnetLink" class="copyToClipboard"><img src="images/torrent-magnet.svg" alt="Magnet link)QBT_TR[CONTEXT=TransferListWidget]" /> QBT_TR(Magnet link</a></li>
<li><a href="#" id="copyID" class="copyToClipboard"><img src="images/help-about.svg" alt="Torrent ID)QBT_TR[CONTEXT=TransferListWidget]" /> QBT_TR(Torrent ID</a></li>
<li><a href="#" id="copyName" class="copyToClipboard"><img src="images/name.svg" alt="Name" /> QBT_TR(Name</a></li>
<li><a href="#" id="copyInfohash1" class="copyToClipboard"><img src="images/hash.svg" alt="Info hash v1" /> QBT_TR(Info hash v1</a></li>
<li><a href="#" id="copyInfohash2" class="copyToClipboard"><img src="images/hash.svg" alt="Info hash v2" /> QBT_TR(Info hash v2</a></li>
<li><a href="#" id="copyMagnetLink" class="copyToClipboard"><img src="images/torrent-magnet.svg" alt="Magnet link" /> QBT_TR(Magnet link</a></li>
<li><a href="#" id="copyID" class="copyToClipboard"><img src="images/help-about.svg" alt="Torrent ID" /> QBT_TR(Torrent ID</a></li>
</ul>
</li>
<li>
<a href="#exportTorrent"><img src="images/edit-copy.svg" alt="Export .torrent)QBT_TR[CONTEXT=TransferListWidget]" /> QBT_TR(Export .torrent</a>
<a href="#exportTorrent"><img src="images/edit-copy.svg" alt="Export .torrent" /> QBT_TR(Export .torrent</a>
</li>
</ul>
<ul id="categoriesFilterMenu" class="contextMenu">
<li><a href="#createCategory"><img src="images/list-add.svg" alt="Add category...)QBT_TR[CONTEXT=CategoryFilterWidget]" /> QBT_TR(Add category...</a></li>
<li><a href="#editCategory"><img src="images/edit-rename.svg" alt="Edit category...)QBT_TR[CONTEXT=CategoryFilterWidget]" /> QBT_TR(Edit category...</a></li>
<li><a href="#deleteCategory"><img src="images/list-remove.svg" alt="Remove category)QBT_TR[CONTEXT=CategoryFilterWidget]" /> QBT_TR(Remove category</a></li>
<li><a href="#deleteUnusedCategories"><img src="images/list-remove.svg" alt="Remove unused categories)QBT_TR[CONTEXT=CategoryFilterWidget]" /> QBT_TR(Remove unused categories</a></li>
<li class="separator"><a href="#startTorrentsByCategory"><img src="images/torrent-start.svg" alt="Resume torrents)QBT_TR[CONTEXT=CategoryFilterWidget]" /> QBT_TR(Resume torrents</a></li>
<li><a href="#pauseTorrentsByCategory"><img src="images/torrent-stop.svg" alt="Pause torrents)QBT_TR[CONTEXT=CategoryFilterWidget]" /> QBT_TR(Pause torrents</a></li>
<li><a href="#deleteTorrentsByCategory"><img src="images/list-remove.svg" alt="Remove torrents)QBT_TR[CONTEXT=CategoryFilterWidget]" /> QBT_TR(Remove torrents</a></li>
<li><a href="#createCategory"><img src="images/list-add.svg" alt="Add category..." /> QBT_TR(Add category...</a></li>
<li><a href="#editCategory"><img src="images/edit-rename.svg" alt="Edit category..." /> QBT_TR(Edit category...</a></li>
<li><a href="#deleteCategory"><img src="images/list-remove.svg" alt="Remove category" /> QBT_TR(Remove category</a></li>
<li><a href="#deleteUnusedCategories"><img src="images/list-remove.svg" alt="Remove unused categories" /> QBT_TR(Remove unused categories</a></li>
<li class="separator"><a href="#startTorrentsByCategory"><img src="images/torrent-start.svg" alt="Resume torrents" /> QBT_TR(Resume torrents</a></li>
<li><a href="#pauseTorrentsByCategory"><img src="images/torrent-stop.svg" alt="Pause torrents" /> QBT_TR(Pause torrents</a></li>
<li><a href="#deleteTorrentsByCategory"><img src="images/list-remove.svg" alt="Remove torrents" /> QBT_TR(Remove torrents</a></li>
</ul>
<ul id="tagsFilterMenu" class="contextMenu">
<li><a href="#createTag"><img src="images/list-add.svg" alt="Add tag...)QBT_TR[CONTEXT=TagFilterWidget]" /> QBT_TR(Add tag...</a></li>
<li><a href="#deleteTag"><img src="images/list-remove.svg" alt="Remove tag)QBT_TR[CONTEXT=TagFilterWidget]" /> QBT_TR(Remove tag</a></li>
<li><a href="#deleteUnusedTags"><img src="images/list-remove.svg" alt="Remove unused tags)QBT_TR[CONTEXT=TagFilterWidget]" /> QBT_TR(Remove unused tags</a></li>
<li class="separator"><a href="#startTorrentsByTag"><img src="images/torrent-start.svg" alt="Resume torrents)QBT_TR[CONTEXT=TagFilterWidget]" /> QBT_TR(Resume torrents</a></li>
<li><a href="#pauseTorrentsByTag"><img src="images/torrent-stop.svg" alt="Pause torrents)QBT_TR[CONTEXT=TagFilterWidget]" /> QBT_TR(Pause torrents</a></li>
<li><a href="#deleteTorrentsByTag"><img src="images/list-remove.svg" alt="Remove torrents)QBT_TR[CONTEXT=TagFilterWidget]" /> QBT_TR(Remove torrents</a></li>
<li><a href="#createTag"><img src="images/list-add.svg" alt="Add tag..." /> QBT_TR(Add tag...</a></li>
<li><a href="#deleteTag"><img src="images/list-remove.svg" alt="Remove tag" /> QBT_TR(Remove tag</a></li>
<li><a href="#deleteUnusedTags"><img src="images/list-remove.svg" alt="Remove unused tags" /> QBT_TR(Remove unused tags</a></li>
<li class="separator"><a href="#startTorrentsByTag"><img src="images/torrent-start.svg" alt="Resume torrents" /> QBT_TR(Resume torrents</a></li>
<li><a href="#pauseTorrentsByTag"><img src="images/torrent-stop.svg" alt="Pause torrents" /> QBT_TR(Pause torrents</a></li>
<li><a href="#deleteTorrentsByTag"><img src="images/list-remove.svg" alt="Remove torrents" /> QBT_TR(Remove torrents</a></li>
</ul>
<ul id="trackersFilterMenu" class="contextMenu">
<li><a href="#resumeTorrentsByTracker"><img src="images/torrent-start.svg" alt="Resume torrents)QBT_TR[CONTEXT=TrackerFiltersList]" /> QBT_TR(Resume torrents</a></li>
<li><a href="#pauseTorrentsByTracker"><img src="images/torrent-stop.svg" alt="Pause torrents)QBT_TR[CONTEXT=TrackerFiltersList]" /> QBT_TR(Pause torrents</a></li>
<li><a href="#deleteTorrentsByTracker"><img src="images/list-remove.svg" alt="Remove torrents)QBT_TR[CONTEXT=TrackerFiltersList]" /> QBT_TR(Remove torrents</a></li>
<li><a href="#resumeTorrentsByTracker"><img src="images/torrent-start.svg" alt="Resume torrents" /> QBT_TR(Resume torrents</a></li>
<li><a href="#pauseTorrentsByTracker"><img src="images/torrent-stop.svg" alt="Pause torrents" /> QBT_TR(Pause torrents</a></li>
<li><a href="#deleteTorrentsByTracker"><img src="images/list-remove.svg" alt="Remove torrents" /> QBT_TR(Remove torrents</a></li>
</ul>
<ul id="torrentTrackersMenu" class="contextMenu">
<li><a href="#AddTracker"><img src="images/list-add.svg" alt="Add trackers...)QBT_TR[CONTEXT=TrackerListWidget]" /> QBT_TR(Add trackers...</a></li>
<li class="separator"><a href="#EditTracker"><img src="images/edit-rename.svg" alt="Edit tracker URL...)QBT_TR[CONTEXT=TrackerListWidget]" /> QBT_TR(Edit tracker URL...</a></li>
<li><a href="#RemoveTracker"><img src="images/list-remove.svg" alt="Remove tracker)QBT_TR[CONTEXT=TrackerListWidget]" /> QBT_TR(Remove tracker</a></li>
<li><a href="#CopyTrackerUrl" id="CopyTrackerUrl"><img src="images/edit-copy.svg" alt="Copy tracker URL)QBT_TR[CONTEXT=TrackerListWidget]" /> QBT_TR(Copy tracker URL</a></li>
<li><a href="#AddTracker"><img src="images/list-add.svg" alt="Add trackers..." /> QBT_TR(Add trackers...</a></li>
<li class="separator"><a href="#EditTracker"><img src="images/edit-rename.svg" alt="Edit tracker URL..." /> QBT_TR(Edit tracker URL...</a></li>
<li><a href="#RemoveTracker"><img src="images/list-remove.svg" alt="Remove tracker" /> QBT_TR(Remove tracker</a></li>
<li><a href="#CopyTrackerUrl" id="CopyTrackerUrl"><img src="images/edit-copy.svg" alt="Copy tracker URL" /> QBT_TR(Copy tracker URL</a></li>
</ul>
<ul id="torrentPeersMenu" class="contextMenu">
<li><a href="#addPeer"><img src="images/peers-add.svg" alt="Add peers...)QBT_TR[CONTEXT=PeerListWidget]" /> QBT_TR(Add peers...</a></li>
<li><a href="#copyPeer" id="CopyPeerInfo"><img src="images/edit-copy.svg" alt="Copy IP:port)QBT_TR[CONTEXT=PeerListWidget]" /> QBT_TR(Copy IP:port</a></li>
<li class="separator"><a href="#banPeer"><img src="images/peers-remove.svg" alt="Ban peer permanently)QBT_TR[CONTEXT=PeerListWidget]" /> QBT_TR(Ban peer permanently</a></li>
<li><a href="#addPeer"><img src="images/peers-add.svg" alt="Add peers..." /> QBT_TR(Add peers...</a></li>
<li><a href="#copyPeer" id="CopyPeerInfo"><img src="images/edit-copy.svg" alt="Copy IP:port" /> QBT_TR(Copy IP:port</a></li>
<li class="separator"><a href="#banPeer"><img src="images/peers-remove.svg" alt="Ban peer permanently" /> QBT_TR(Ban peer permanently</a></li>
</ul>
<ul id="torrentFilesMenu" class="contextMenu">
<li><a href="#Rename"><img src="images/edit-rename.svg" alt="Rename...)QBT_TR[CONTEXT=PropertiesWidget]" /> QBT_TR(Rename...</a></li>
<li><a href="#Rename"><img src="images/edit-rename.svg" alt="Rename..." /> QBT_TR(Rename...</a></li>
<li class="separator">
<a href="#FilePrio" class="arrow-right"><span style="display: inline-block; width: 16px;"></span> Priority</a>
<ul>

View File

@ -433,10 +433,10 @@ window.qBittorrent.ContextMenu = (function() {
const categoryList = $('contextCategoryList');
categoryList.empty();
categoryList.appendChild(new Element('li', {
html: '<a href="javascript:torrentNewCategoryFN();"><img src="images/list-add.svg" alt="New...)QBT_TR[CONTEXT=TransferListWidget]"/> QBT_TR(New...</a>'
html: '<a href="javascript:torrentNewCategoryFN();"><img src="images/list-add.svg" alt="New..."/> QBT_TR(New...</a>'
}));
categoryList.appendChild(new Element('li', {
html: '<a href="javascript:torrentSetCategoryFN(0);"><img src="images/edit-clear.svg" alt="Reset)QBT_TR[CONTEXT=TransferListWidget]"/> QBT_TR(Reset</a>'
html: '<a href="javascript:torrentSetCategoryFN(0);"><img src="images/edit-clear.svg" alt="Reset"/> QBT_TR(Reset</a>'
}));
const sortedCategories = [];

View File

@ -1089,7 +1089,7 @@ const initializeWindows = function() {
url: 'api/v2/app/shutdown',
method: 'post',
onSuccess: function() {
document.write('<!doctype html><html lang="${LANG}"><head> <meta charset="UTF-8"> <title>qBittorrent has been shutdown)QBT_TR[CONTEXT=HttpServer]</title></head><body> <h1 style="text-align: center;">QBT_TR(qBittorrent has been shutdown</h1></body></html>');
document.write('<!doctype html><html lang="${LANG}"><head> <meta charset="UTF-8"> <title>qBittorrent has been shutdown</title></head><body> <h1 style="text-align: center;">QBT_TR(qBittorrent has been shutdown</h1></body></html>');
document.close();
stop();
}

View File

@ -14,7 +14,7 @@
<body>
<div style="width: 100%; text-align: center; margin: 0 auto; overflow: hidden">
<div id="uplimitSlider" class="slider">
<div id="uplimitUpdate" class="update">Upload limit:)QBT_TR[CONTEXT=PropertiesWidget] <input id="uplimitUpdatevalue" size="6" placeholder="∞" style="text-align: center;"> <span id="upLimitUnit">QBT_TR(KiB/s</span></div>
<div id="uplimitUpdate" class="update">Upload limit: <input id="uplimitUpdatevalue" size="6" placeholder="∞" style="text-align: center;"> <span id="upLimitUnit">QBT_TR(KiB/s</span></div>
<div class="sliderWrapper">
<div id="uplimitSliderknob" class="sliderknob"></div>
<div id="uplimitSliderarea" class="sliderarea"></div>

View File

@ -495,7 +495,7 @@
</div>
<div class="formRow">
<input type="checkbox" id="anonymous_mode_checkbox" />
<label for="anonymous_mode_checkbox">Enable anonymous mode)QBT_TR[CONTEXT=OptionsDialog] (<a target="_blank" href="https://github.com/qbittorrent/qBittorrent/wiki/Anonymous-Mode">QBT_TR(More information</a>)</label>
<label for="anonymous_mode_checkbox">Enable anonymous mode (<a target="_blank" href="https://github.com/qbittorrent/qBittorrent/wiki/Anonymous-Mode">QBT_TR(More information</a>)</label>
</div>
</fieldset>
@ -863,7 +863,7 @@
In order to defend against DNS rebinding attack,
you should put in domain names used by WebUI server.
Use ';' to split multiple entries. Can use wildcard '*'.)QBT_TR[CONTEXT=OptionsDialog]"></textarea>
Use ';' to split multiple entries. Can use wildcard '*'."></textarea>
</td>
</tr>
</table>
@ -932,14 +932,14 @@ Use ';' to split multiple entries. Can use wildcard '*'.)QBT_TR[CONTEXT=OptionsD
<div id="AdvancedTab" class="PrefTab invisible">
<fieldset class="settings">
<legend>qBittorrent Section)QBT_TR[CONTEXT=OptionsDialog]&nbsp;(<a href="https://github.com/qbittorrent/qBittorrent/wiki/Explanation-of-Options-in-qBittorrent#Advanced" target="_blank">QBT_TR(Open documentation</a>)</legend>
<legend>qBittorrent Section&nbsp;(<a href="https://github.com/qbittorrent/qBittorrent/wiki/Explanation-of-Options-in-qBittorrent#Advanced" target="_blank">QBT_TR(Open documentation</a>)</legend>
<table>
<tr>
<td>
<label for="memoryWorkingSetLimit">Physical memory (RAM) usage limit (applied if libtorrent >= 2.0):&nbsp;<a href="https://wikipedia.org/wiki/Working_set" target="_blank">(?)</a></label>
</td>
<td>
<input type="text" id="memoryWorkingSetLimit" style="width: 15em;" title="This option is less effective on Linux)QBT_TR[CONTEXT=OptionsDialog]">&nbsp;&nbsp;QBT_TR(MiB
<input type="text" id="memoryWorkingSetLimit" style="width: 15em;" title="This option is less effective on Linux">&nbsp;&nbsp;QBT_TR(MiB
</td>
</tr>
<tr>
@ -981,7 +981,7 @@ Use ';' to split multiple entries. Can use wildcard '*'.)QBT_TR[CONTEXT=OptionsD
<label for="refreshInterval">Refresh interval:</label>
</td>
<td>
<input type="text" id="refreshInterval" style="width: 15em;" title="It controls the internal state update interval which in turn will affect UI updates)QBT_TR[CONTEXT=OptionsDialog]">&nbsp;&nbsp;QBT_TR(ms
<input type="text" id="refreshInterval" style="width: 15em;" title="It controls the internal state update interval which in turn will affect UI updates">&nbsp;&nbsp;QBT_TR(ms
</td>
</tr>
<tr>
@ -1027,7 +1027,7 @@ Use ';' to split multiple entries. Can use wildcard '*'.)QBT_TR[CONTEXT=OptionsD
</table>
</fieldset>
<fieldset class="settings">
<legend>libtorrent Section)QBT_TR[CONTEXT=OptionsDialog]&nbsp;(<a href="https://www.libtorrent.org/reference-Settings.html" target="_blank">QBT_TR(Open documentation</a>)</legend>
<legend>libtorrent Section&nbsp;(<a href="https://www.libtorrent.org/reference-Settings.html" target="_blank">QBT_TR(Open documentation</a>)</legend>
<table>
<tr>
<td>

View File

@ -138,21 +138,21 @@
</div>
<ul id="rssFeedMenu" class="contextMenu">
<li><a href="#update"><img src="images/view-refresh.svg" alt="Update)QBT_TR[CONTEXT=RSSWidget]" /> QBT_TR(Update</a></li>
<li><a href="#markRead"><img src="images/task-complete.svg" alt="Mark items read)QBT_TR[CONTEXT=RSSWidget]" /> QBT_TR(Mark items read</a></li>
<li class="separator"><a href="#rename"><img src="images/edit-rename.svg" alt="Rename...)QBT_TR[CONTEXT=RSSWidget]" /> QBT_TR(Rename...</a></li>
<li><a href="#delete"><img src="images/edit-clear.svg" alt="Delete)QBT_TR[CONTEXT=RSSWidget]" /> QBT_TR(Delete</a></li>
<li><a href="#update"><img src="images/view-refresh.svg" alt="Update" /> QBT_TR(Update</a></li>
<li><a href="#markRead"><img src="images/task-complete.svg" alt="Mark items read" /> QBT_TR(Mark items read</a></li>
<li class="separator"><a href="#rename"><img src="images/edit-rename.svg" alt="Rename..." /> QBT_TR(Rename...</a></li>
<li><a href="#delete"><img src="images/edit-clear.svg" alt="Delete" /> QBT_TR(Delete</a></li>
<li class="separator"><a href="#newSubscription"><img src="images/list-add.svg" alt="New subscription...)QBT_TR[CONTEXT=RSSWidget]" /> QBT_TR(New subscription...</a></li>
<li><a href="#newFolder"><img src="images/folder-new.svg" alt="New folder...)QBT_TR[CONTEXT=RSSWidget]" /> QBT_TR(New folder...</a></li>
<li class="separator"><a href="#updateAll"><img src="images/view-refresh.svg" alt="Update all feeds)QBT_TR[CONTEXT=RSSWidget]" /> QBT_TR(Update all feeds</a></li>
<li class="separator"><a href="#newSubscription"><img src="images/list-add.svg" alt="New subscription..." /> QBT_TR(New subscription...</a></li>
<li><a href="#newFolder"><img src="images/folder-new.svg" alt="New folder..." /> QBT_TR(New folder...</a></li>
<li class="separator"><a href="#updateAll"><img src="images/view-refresh.svg" alt="Update all feeds" /> QBT_TR(Update all feeds</a></li>
<li class="separator"><a href="#copyFeedURL" id="CopyFeedURL"><img src="images/edit-copy.svg" alt="Copy feed URL)QBT_TR[CONTEXT=RSSWidget]" /> QBT_TR(Copy feed URL</a></li>
<li class="separator"><a href="#copyFeedURL" id="CopyFeedURL"><img src="images/edit-copy.svg" alt="Copy feed URL" /> QBT_TR(Copy feed URL</a></li>
</ul>
<ul id="rssArticleMenu" class="contextMenu">
<li><a href="#Download"><img src="images/downloading.svg" alt="Download torrent)QBT_TR[CONTEXT=RSSWidget]" /> QBT_TR(Download torrent</a></li>
<li><a href="#OpenNews"><img src="images/application-url.svg" alt="Open news URL)QBT_TR[CONTEXT=RSSWidget]" /> QBT_TR(Open news URL</a></li>
<li><a href="#Download"><img src="images/downloading.svg" alt="Download torrent" /> QBT_TR(Download torrent</a></li>
<li><a href="#OpenNews"><img src="images/application-url.svg" alt="Open news URL" /> QBT_TR(Open news URL</a></li>
</ul>
<script>

View File

@ -193,7 +193,7 @@
</tr>
</table>
<div class="formRow" title="QBT_TR(Smart Episode Filter will check the episode number to prevent downloading of duplicates.
Supports the formats: S01E01, 1x1, 2017.12.31 and 31.12.2017 (Date formats also support - as a separator))QBT_TR[CONTEXT=AutomatedRssDownloader]">
Supports the formats: S01E01, 1x1, 2017.12.31 and 31.12.2017 (Date formats also support - as a separator)">
<input disabled type="checkbox" id="useSmartFilter" />
<label for="useSmartFilter">Use Smart Episode Filter</label>
</div>
@ -312,10 +312,10 @@ Supports the formats: S01E01, 1x1, 2017.12.31 and 31.12.2017 (Date formats also
</div>
<ul id="rssDownloaderRuleMenu" class="contextMenu">
<li><a href="#addRule"><img src="images/list-add.svg" alt="Add new rule...)QBT_TR[CONTEXT=AutomatedRssDownloader]" /> QBT_TR(Add new rule...</a></li>
<li><a href="#deleteRule"><img src="images/edit-clear.svg" alt="Delete rule)QBT_TR[CONTEXT=AutomatedRssDownloader]" /> QBT_TR(Delete rule</a></li>
<li class="separator"><a href="#renameRule"><img src="images/edit-rename.svg" alt="Rename rule...)QBT_TR[CONTEXT=AutomatedRssDownloader]" /> QBT_TR(Rename rule...</a></li>
<li class="separator"><a href="#clearDownloadedEpisodes"><img src="images/edit-clear.svg" alt="Clear downloaded episodes...)QBT_TR[CONTEXT=AutomatedRssDownloader]" /> QBT_TR(Clear downloaded episodes...</a></li>
<li><a href="#addRule"><img src="images/list-add.svg" alt="Add new rule..." /> QBT_TR(Add new rule...</a></li>
<li><a href="#deleteRule"><img src="images/edit-clear.svg" alt="Delete rule" /> QBT_TR(Delete rule</a></li>
<li class="separator"><a href="#renameRule"><img src="images/edit-rename.svg" alt="Rename rule..." /> QBT_TR(Rename rule...</a></li>
<li class="separator"><a href="#clearDownloadedEpisodes"><img src="images/edit-clear.svg" alt="Clear downloaded episodes..." /> QBT_TR(Clear downloaded episodes...</a></li>
</ul>
<script>

View File

@ -105,7 +105,7 @@
<div id="searchResultsFilters">
<input type="text" id="searchInNameFilter" placeholder="Filter" autocorrect="off" autocapitalize="none" />
<span>Results)QBT_TR[CONTEXT=SearchEngineWidget] (showing[CONTEXT=SearchEngineWidget] <span id="numSearchResultsVisible" class="numSearchResults">0</span> QBT_TR(out of <span id="numSearchResultsTotal" class="numSearchResults">0</span>):</span>
<span>Results <span id="numSearchResultsVisible" class="numSearchResults">0</span> QBT_TR(out of <span id="numSearchResultsTotal" class="numSearchResults">0</span>):</span>
<div style="display: inline-block; float: right;">
<label for="searchInTorrentName" style="margin-left: 15px;">Search in:</label>
@ -114,7 +114,7 @@
<option value="everywhere">Everywhere</option>
</select>
<img id="searchResultsGranularFiltersWarning" src="images/dialog-warning.svg" title="Increase window width to display additional filters)QBT_TR[CONTEXT=SearchEngineWidget]" alt="QBT_TR(Warning" width="24" height="24">
<img id="searchResultsGranularFiltersWarning" src="images/dialog-warning.svg" title="Increase window width to display additional filters" alt="QBT_TR(Warning" width="24" height="24">
<div id="searchResultsGranularFilters">
<span style="margin-left: 15px;">Seeds:</span>
@ -172,14 +172,14 @@
</div>
<ul id="searchResultsTableMenu" class="contextMenu">
<li><a href="#Download"><img src="images/downloading.svg" alt="Download)QBT_TR[CONTEXT=SearchJobWidget]" /> QBT_TR(Download</a></li>
<li class="separator"><a href="#OpenDescriptionUrl"><img src="images/application-url.svg" alt="Open description page)QBT_TR[CONTEXT=SearchJobWidget]" /> QBT_TR(Open description page</a></li>
<li><a href="#Download"><img src="images/downloading.svg" alt="Download" /> QBT_TR(Download</a></li>
<li class="separator"><a href="#OpenDescriptionUrl"><img src="images/application-url.svg" alt="Open description page" /> QBT_TR(Open description page</a></li>
<li>
<a href="#" class="arrow-right"><img src="images/edit-copy.svg" alt="Copy)QBT_TR[CONTEXT=SearchJobWidget]" /> QBT_TR(Copy</a>
<a href="#" class="arrow-right"><img src="images/edit-copy.svg" alt="Copy" /> QBT_TR(Copy</a>
<ul>
<li><a href="#" id="copySearchTorrentName" class="copySearchDataToClipboard"><img src="images/name.svg" alt="Name)QBT_TR[CONTEXT=SearchJobWidget]" /> QBT_TR(Name</a></li>
<li><a href="#" id="copySearchTorrentDownloadLink" class="copySearchDataToClipboard"><img src="images/insert-link.svg" alt="Download link)QBT_TR[CONTEXT=SearchJobWidget]" /> QBT_TR(Download link</a></li>
<li><a href="#" id="copySearchTorrentDescriptionUrl" class="copySearchDataToClipboard"><img src="images/application-url.svg" alt="Description page URL)QBT_TR[CONTEXT=SearchJobWidget]" /> QBT_TR(Description page URL</a></li>
<li><a href="#" id="copySearchTorrentName" class="copySearchDataToClipboard"><img src="images/name.svg" alt="Name" /> QBT_TR(Name</a></li>
<li><a href="#" id="copySearchTorrentDownloadLink" class="copySearchDataToClipboard"><img src="images/insert-link.svg" alt="Download link" /> QBT_TR(Download link</a></li>
<li><a href="#" id="copySearchTorrentDescriptionUrl" class="copySearchDataToClipboard"><img src="images/application-url.svg" alt="Description page URL" /> QBT_TR(Description page URL</a></li>
</ul>
</li>
</ul>

View File

@ -72,8 +72,8 @@
</div>
<ul id="searchPluginsTableMenu" class="contextMenu">
<li><a href="#Enabled"><img src="images/checked-completed.svg" alt="Enabled)QBT_TR[CONTEXT=PluginSelectDlg]" /> QBT_TR(Enabled</a></li>
<li class="separator"><a href="#Uninstall"><img src="images/list-remove.svg" alt="Uninstall)QBT_TR[CONTEXT=PluginSelectDlg]" /> QBT_TR(Uninstall</a></li>
<li><a href="#Enabled"><img src="images/checked-completed.svg" alt="Enabled" /> QBT_TR(Enabled</a></li>
<li class="separator"><a href="#Uninstall"><img src="images/list-remove.svg" alt="Uninstall" /> QBT_TR(Uninstall</a></li>
</ul>
<script>