]> git.ipfire.org Git - people/shoehn/ipfire.org.git/commitdiff
Fixed titles of some pages.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 23 Apr 2010 20:48:56 +0000 (22:48 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 23 Apr 2010 20:48:56 +0000 (22:48 +0200)
www/templates/downloads-all.html
www/templates/downloads-development.html
www/templates/downloads-torrents.html
www/translations/de_DE.csv

index 257e404375a1dc0dbef8bb876dfe445d1d93f441..00d858695f8b5bc182d5076e314b1397c0105a8e 100644 (file)
@@ -1,5 +1,7 @@
 {% extends "base.html" %}
 
+{% block title %}{{ _("Ancient Downloads") }}{% end block %}
+
 {% block content %}
        <div class="post">
                <h3>{{ _("Download IPFire") }}</h3>
index 2ae3ae385f6d6f51c964a80f3b88e307109236cc..24acd0ff702901fa46c0598429e4c9a5a9983362 100644 (file)
@@ -1,5 +1,7 @@
 {% extends "base.html" %}
 
+{% block title %}{{ _("Development Downloads") }}{% end block %}
+
 {% block content %}
        <div class="post">
                <h3>{{ _("Development Downloads") }}</h3>
index b0ad9c8112c00ff7f27399bca028c9c7ff2f07e4..4c2f181b09a0471b2b471f89b8d0a251ef6847fe 100644 (file)
@@ -1,5 +1,7 @@
 {% extends "base.html" %}
 
+{% block title %}{{ _("Torrent Downloads") }}{% end block %}
+
 {% block content %}
        <div class="post">
                <a name="latest"></a>
index 7b3f766b93b94e4587911b5c6076698a19e1832b..7bfa12ac668c17ee0c00a1f4787c7b96d5df9db7 100644 (file)
@@ -82,7 +82,7 @@
 "See a list of mirrors...","Liste der Mirror-Server anzeigen..."
 "Flash image where a serial console is enabled by default.","Flash-Image mit eingeschalteter serieller Konsole."
 "Flash image","Flash-Image"
-"Licenses","Lizensen"
+"Licenses","Lizenzen"
 "firewall functions","Firewallfunktionalitäten"
 "essential networking services","Grundlegende Netzwerkdienste"
 "http proxy","Web-Proxy"
@@ -90,3 +90,6 @@
 "supported connection types","Unterstützte Verbindungstypen"
 "configuration","Konfiguration"
 "monitoring","Überwachung"
+"Torrent Downloads","Torrent-Downloads"
+"Development Downloads","Experimentelle Downloads"
+"Ancient Downloads","Veraltete Downloads"