mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 22:52:33 -06:00
- Initial support for Web UI internationalization !
- Updated french translation
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>Upload local torrent file</title>
|
||||
<title>_(Download local torrent)</title>
|
||||
<link rel="stylesheet" href="css/style.css" type="text/css" />
|
||||
<link rel="stylesheet" href="css/mocha.css" type="text/css" />
|
||||
<script type="text/javascript" src="scripts/mootools-1.2-core-yc.js" charset="utf-8"></script>
|
||||
@@ -16,10 +16,10 @@ function showSuccess() {
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
<h1 class="vcenter"><img class="vcenter" title="Download local torrent" src="images/skin/open.png"/>Download local torrent</h1>
|
||||
<h1 class="vcenter"><img class="vcenter" title="Download local torrent" src="images/skin/open.png"/>_(Download local torrent)</h1>
|
||||
<span style="padding: 10px;" class="invisible" id="successMessage">
|
||||
<br/><br/>
|
||||
Torrent files were correctly uploaded.
|
||||
_(Torrent files were correctly added to download list.)
|
||||
</span>
|
||||
<iframe src="uploadframe.html" width="100%" frameborder="0" style="padding: 10px;" id="myiframe">
|
||||
<p>Your Web browser does not support iframes</p>
|
||||
|
||||
Reference in New Issue
Block a user