From 7b5f291080b30b796b6a9d29b9fb79ab5973af16 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 23 Apr 2010 22:48:56 +0200 Subject: [PATCH] Fixed titles of some pages. --- www/templates/downloads-all.html | 2 ++ www/templates/downloads-development.html | 2 ++ www/templates/downloads-torrents.html | 2 ++ www/translations/de_DE.csv | 5 ++++- 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/www/templates/downloads-all.html b/www/templates/downloads-all.html index 257e4043..00d85869 100644 --- a/www/templates/downloads-all.html +++ b/www/templates/downloads-all.html @@ -1,5 +1,7 @@ {% extends "base.html" %} +{% block title %}{{ _("Ancient Downloads") }}{% end block %} + {% block content %}

{{ _("Download IPFire") }}

diff --git a/www/templates/downloads-development.html b/www/templates/downloads-development.html index 2ae3ae38..24acd0ff 100644 --- a/www/templates/downloads-development.html +++ b/www/templates/downloads-development.html @@ -1,5 +1,7 @@ {% extends "base.html" %} +{% block title %}{{ _("Development Downloads") }}{% end block %} + {% block content %}

{{ _("Development Downloads") }}

diff --git a/www/templates/downloads-torrents.html b/www/templates/downloads-torrents.html index b0ad9c81..4c2f181b 100644 --- a/www/templates/downloads-torrents.html +++ b/www/templates/downloads-torrents.html @@ -1,5 +1,7 @@ {% extends "base.html" %} +{% block title %}{{ _("Torrent Downloads") }}{% end block %} + {% block content %}
diff --git a/www/translations/de_DE.csv b/www/translations/de_DE.csv index 7b3f766b..7bfa12ac 100644 --- a/www/translations/de_DE.csv +++ b/www/translations/de_DE.csv @@ -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" -- 2.47.3