- 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>
@@ -21,8 +21,8 @@ function submitForm(form) {
<body>
<form action="/command/upload" enctype="multipart/form-data" method="post" name="uploadForm">
<input type="file" name="torrentfile" id="torrentfile" size="40"/><p>Point to torrent file</p><!--<input type="submit" value="Download"/> -->
<a id="upButton" onclick="javascript:submitForm();">Download</a>
<input type="file" name="torrentfile" id="torrentfile" size="40"/><p>_(Point to torrent file)</p><!--<input type="submit" value="Download"/> -->
<a id="upButton" onclick="javascript:submitForm();">_(Download)</a>
</form>
</body>
</html>