mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-08 16:42:30 -06:00
WebUI: Improve translation macro.
Now we use QBT_TR(translatable string)QBT_TR.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>_(Deletion confirmation - qBittorrent)</title>
|
||||
<title>QBT_TR(Deletion confirmation - qBittorrent)QBT_TR</title>
|
||||
<link rel="stylesheet" href="css/style.css" type="text/css" />
|
||||
<script type="text/javascript" src="scripts/mootools-1.2-core-yc.js" charset="utf-8"></script>
|
||||
<script type="text/javascript" src="scripts/mootools-1.2-more.js" charset="utf-8"></script>
|
||||
@@ -64,10 +64,10 @@ window.addEvent('domready', function(){
|
||||
<body>
|
||||
<br/>
|
||||
|
||||
<p> _(Are you sure you want to delete the selected torrents from the transfer list?)</p>
|
||||
<input type="checkbox" id="deleteFromDiskCB"/> <label for="deleteFromDiskCB"><i>_(Also delete the files on the hard disk)</i></label><br/><br/>
|
||||
<p> QBT_TR(Are you sure you want to delete the selected torrents from the transfer list?)QBT_TR</p>
|
||||
<input type="checkbox" id="deleteFromDiskCB"/> <label for="deleteFromDiskCB"><i>QBT_TR(Also delete the files on the hard disk)QBT_TR</i></label><br/><br/>
|
||||
<div style="text-align: right;">
|
||||
<input type="button" id="cancelBtn" value="_(No)" /> <input type="button" id="confirmBtn" value="_(Yes)"/>
|
||||
<input type="button" id="cancelBtn" value="QBT_TR(No)QBT_TR" /> <input type="button" id="confirmBtn" value="QBT_TR(Yes)QBT_TR"/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user