- Initial support for Web UI internationalization !

- Updated french translation
This commit is contained in:
Christophe Dumez
2009-11-23 12:57:16 +00:00
parent 87f93a7a1d
commit b1bbbd79c4
66 changed files with 4228 additions and 1655 deletions

View File

@@ -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>