summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/templates/default/home.html')
-rw-r--r--module/web/templates/default/home.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/module/web/templates/default/home.html b/module/web/templates/default/home.html
index ab2135800..08a7a85e6 100644
--- a/module/web/templates/default/home.html
+++ b/module/web/templates/default/home.html
@@ -1,4 +1,5 @@
{% extends 'default/base.html' %}
+{% load i18n %}
{% block head %}
@@ -194,18 +195,18 @@ var LinkEntry = new Class({
{% endblock %}
{% block subtitle %}
-Active Downloads
+{% trans "Active Downloads" %}
{% endblock %}
{% block content %}
<table width="100%" class="queue">
<thead>
<tr class="header">
- <th>Name</th>
- <th>Status</th>
- <th>Infos</th>
- <th>Size</th>
- <th>Progress</th>
+ <th>{% trans "Name" %}</th>
+ <th>{% trans "Status" %}</th>
+ <th>{% trans "Infos" %}</th>
+ <th>{% trans "Size" %}</th>
+ <th>{% trans "Progress" %}</th>
</tr>
</thead>
<tbody id="LinksAktiv">