Browse Source

WebUI: Translate page title everywhere

adaptive-webui-19844
Gabriele 10 years ago
parent
commit
57e9165bb4
  1. 2
      src/webui/www/private/index.html
  2. 2
      src/webui/www/private/login.html

2
src/webui/www/private/index.html

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=10; IE=9; IE=8;" />
<title>qBittorrent web User Interface</title>
<title>_(qBittorrent web User Interface)</title>
<link rel="stylesheet" href="css/dynamicTable.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!--<link rel="stylesheet" type="text/css" href="css/Content.css" />-->

2
src/webui/www/private/login.html

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=8" />
<title>qBittorrent web User Interface</title>
<title>_(qBittorrent web User Interface)</title>
<link rel="stylesheet" type="text/css" href="/css/style.css" />
<script type="text/javascript" src="scripts/mootools-1.2-core-yc.js" charset="utf-8"></script>
<script type="text/javascript">

Loading…
Cancel
Save