From: Michael Tremer Date: Sun, 24 Jan 2010 17:14:49 +0000 (+0100) Subject: Add mirror list to list of misc items on download page. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a07a8174a3ef11bb2871ce093e5e346f0503bf07;p=ipfire.org.git Add mirror list to list of misc items on download page. --- diff --git a/www/templates/downloads.html b/www/templates/downloads.html index daf19334..dc6ced9c 100644 --- a/www/templates/downloads.html +++ b/www/templates/downloads.html @@ -81,17 +81,9 @@
  • {{ _("See older downloads...") }}
  • {{ _("See development releases...") }}
  • {{ _("See all torrents...") }}
  • +
  • {{ _("See a list of mirrors...") }}

  • {% end block %} - -{% block sidebar %} -

    IPFire Mirrors

    - - {{ modules.SidebarBanner(banner) }} - -{% end block %} diff --git a/www/translations/de_DE.csv b/www/translations/de_DE.csv index 568e1925..a45758b7 100644 --- a/www/translations/de_DE.csv +++ b/www/translations/de_DE.csv @@ -79,3 +79,4 @@ "These are the ancient downloads of IPFire. They are just saved for historical reasons and should not be used in a productive environment.","Dies sind veraltete Downloads von IPFire. Sie sind nur aus historischen Gründen gespeichert und sollten nicht mehr in einer produktiven Umgebung eingesetzt werden." "Donation","Spende" "Development Area","Entwicklungsbereich" +"See a list of mirrors...","Liste der Mirror-Server anzeigen..."