]> git.ipfire.org Git - ipfire.org.git/commitdiff
Drop German translation
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 25 Apr 2018 11:03:17 +0000 (13:03 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 25 Apr 2018 11:03:17 +0000 (13:03 +0200)
This is way too much work for such a small team like
ours and therefore we have to give up the translation

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
32 files changed:
Makefile [deleted file]
templates/donate.html
templates/download-splash.html
templates/downloads-development.html
templates/downloads-index.html
templates/downloads-mirrors.html
templates/error-500.html
templates/error.html
templates/feeds/base.xml
templates/fireinfo/index.html
templates/fireinfo/profile-notfound.html
templates/fireinfo/stats-cpus.html
templates/fireinfo/stats-geo.html
templates/fireinfo/stats-network.html
templates/fireinfo/stats-virtual.html
templates/fireinfo/vendor-detail.html
templates/index.html
templates/mirrors.html
templates/modules/donation-box.html
templates/modules/release-item.html
templates/news.html
templates/static/artwork.html
templates/static/chat.html
templates/static/features.html
templates/static/get-involved.html
templates/static/get-started.html
templates/static/get-support.html
templates/static/hardware.html
translations/de/LC_MESSAGES/webapp.po [deleted file]
translations/webapp.pot [deleted file]
webapp/__init__.py
webapp/handlers_base.py

diff --git a/Makefile b/Makefile
deleted file mode 100644 (file)
index 89e9928..0000000
--- a/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-
-PO_PATH = translations
-POTFILE = $(PO_PATH)/webapp.pot
-POFILES = $(wildcard $(PO_PATH)/*/LC_MESSAGES/*.po)
-
-ALL_FILES = $(shell find webapp templates /usr/lib*/python*/site-packages/tornado -name "*.py" -or -name "*.html")
-
-.PHONY: pot
-pot: $(POTFILE)
-
-$(POTFILE): $(ALL_FILES)
-       xgettext --language=Python --from-code=UTF-8 --keyword=_:1,2 --keyword=N_ -d pakfire -o $(POTFILE) \
-               $(ALL_FILES)
-
-.PHONY: po
-po: $(POTFILE) $(patsubst %.po, %.mo, $(POFILES))
-
-%.po: $(POTFILE)
-       # Merge the POTFILE.
-       msgmerge $@ $(POTFILE) -o $@
-
-%.mo: %.po
-       # Compile the translations.
-       msgfmt $< -o $@
index db86ea4e0cc9c815b8401f41033f16d7515afcc4..d4afd9c8035abefc1acb875449f379fd4db755f5 100644 (file)
                                                                        <div class="info col-md-4 bg-blue-grey-900 text-white p-5 pt-6">
                                                                                <div class="mb-6">
                                                                                        <h3>IP<strong>Fire</strong> is an Open Source software project.</h3>
-                                                                                       {% if lang == "de" %}
-                                                                                               <p class="copy">
-                                                                                                       Die Entwicklung und die Fortführung des Projekts wird allein
-                                                                                                       von einer Gruppe von Freiwilligen getragen, die ein Produkt
-                                                                                                       entwickelt hat, das tagtäglich von Hunderttausenden genutzt
-                                                                                                       wird.
-                                                                                               </p>
-                                                                       
-                                                                                               <p class="copy">
-                                                                                                       Jede einzelne Spende hilft IPFire noch weiter zu verbessern...
-                                                                                               </p>
-                                                                                       {% else %}
-                                                                                               <p class="copy">
-                                                                                                       IPFire is an Open Source software project.
-                                                                                               </p>
-                                                                       
-                                                                                               <p class="copy">
-                                                                                                       Development and keeping the project healthy is carried out by a
-                                                                                                       group of volunteers who have built a very successful product,
-                                                                                                       which hundreds of thousands of people use every day.
-                                                                                               </p>
-                                                                       
-                                                                                               <p class="copy">
-                                                                                                       Your donation helps us to make IPFire even better...
-                                                                                               </p>
+
+                                                                                       <p class="copy">
+                                                                                               IPFire is an Open Source software project.
+                                                                                       </p>
+                                                               
+                                                                                       <p class="copy">
+                                                                                               Development and keeping the project healthy is carried out by a
+                                                                                               group of volunteers who have built a very successful product,
+                                                                                               which hundreds of thousands of people use every day.
+                                                                                       </p>
+                                                               
+                                                                                       <p class="copy">
+                                                                                               Your donation helps us to make IPFire even better...
+                                                                                       </p>
                                                                                </div>
                                                                                        
                                                                                <div class="mb-6 d-flex justify-content-between">                                                                               
                                                                                <div class="mb-6 d-flex justify-content-between">
                                                                                        <h3><a href="#howmuch">How much should I give?</a></h3><a href="#howmuch"><svg class="icon i_arrow_down_2 ml-4"><use xlink:href="#arrow-down-2"/></svg></a>
                                                                                </div>
-                                                                       {% end %}
                                                                        </div>
                                                                </div>
                                                        </div>
index a4ca41b8d61f8ff95f5246897a32132dfc5c8f17..e92cf19cb6bdca0aa4a3b1536536b866f86d97df 100644 (file)
@@ -9,13 +9,7 @@
                </div>
 
                <p class="lead">
-                       {% if lang == "de" %}
-                               Der Download beginnt in Kürze.
-                               Falls nicht, auf den untenstehenden Link klicken.
-                       {% else %}
-                               Your download should begin in a few seconds.
-                               If not, click the link below.
-                       {% end %}
+                       {{ _("Your download should begin in a few seconds. If not, click the link below.") }}
                </p>
 
                <p class="download-path"></p>
index 85b8edf830499007a49f7532660be212ce9d7dae..7dc69159d5acb1237067d7537ba4c0dd06fd55e8 100644 (file)
@@ -5,22 +5,11 @@
 {% block information %}
        <h3>{{ _("Development Downloads") }}</h3>
 
-       {% if lang == "de" %}
-               <p>
-                       In regelmäßigen Abständen wird aus dem aktuellen Quellcode der
-                       Entwicklungsversion ein installationsfähiges Image als
-                       technologische Vorschau erstellt.<br />
-                       Diese Versionen dienen dazu einen stabilen Stand einer größeren
-                       Menge an Testern zukommen zu lassen und sind <strong>nicht</strong>
-                       für den Produktiveinsatz bestimmt.
-               </p>
-    {% else %}
-       <p>
-               The developers do create a snapshort version from the current 
-                       development sources to get this distributed to a higher number
-                       of testers.<br />
-                       These versions are <strong>not</strong> intended to be used in a
-                       productive environment.
-               </p>
-       {% end %}
+       <p>
+               The developers do create a snapshort version from the current 
+               development sources to get this distributed to a higher number
+               of testers.<br />
+               These versions are <strong>not</strong> intended to be used in a
+               productive environment.
+       </p>
 {% end block %}
index f1bb8899c717a4b1885b9e335ba5b165366097a9..68049c3355963d111db30460016d26fb29297cd1 100644 (file)
                        <div class="col-md-12">
                                <img class="pull-right" src="{{ static_url("images/box_ipfire.png") }}" alt="{{ _("CD-Box") }}">
 
-                               {% if lang == "de" %}
-                                       <p>
-                                               Willkommen in der Downloadsektion des IPFire-Projekts.
-                                               Hier findest du alle bisher veröffentlichten Releases zum Download..
-                                       </p>
-                               {% else %}
-                                       <p>
-                                               Welcome to the downloads section of the IPFire project.
-                                               You will find all published releases of IPFire for download.
-                                       </p>
-                               {% end %}
+                               <p>
+                                       {{ _("Welcome to the downloads section of the IPFire project.") }}
+                                       {{ _("You will find all published releases of IPFire for download.") }}
+                               </p>
                        </div>
                </div>
                
index f7fcbf3211b25d87084955784afc4ed4675408ac..fd80eb1470a6be4a3bfba72964ebeec768586e38 100644 (file)
@@ -9,39 +9,21 @@
                
                <div class="row">
                        <div class="col">
-                               {% if lang == "de" %}
-                                       <p>
-                                               Diese Seite zeigt eine Liste der Mirror-Server des IPFire-Projektes.
-                                       </p>
-               
-                                       <p>
-                                               Bei einem Download wird einer der Server zufällig aus der Liste
-                                               gewählt und der User umgeleitet.
-                                       </p>
-                                       
-                                       <ul>
-                                               <li>
-                                                       <a href="http://wiki.ipfire.org/{{ lang }}/project/web"
-                                                               target="_blank">Wie stelle ich selbst einen Mirror-Server bereit?</a>
-                                               </li>
-                                       </ul>
-                               {% else %}
-                                       <p>
-                                               This page is an overview about our mirror servers.
-                                       </p>
-               
-                                       <p>
-                                               When a user downloads a file, one of the servers is arbitrarily
-                                               choosen und the user gets reditected.
-                                       </p>
-                                       
-                                       <ul>
-                                               <li>
-                                                       <a href="http://wiki.ipfire.org/{{ lang }}/project/web"
-                                                               target="_blank">How do I contribute a mirror server?</a>
-                                               </li>
-                                       </ul>
-                               {% end %}
+                               <p>
+                                       This page is an overview about our mirror servers.
+                               </p>
+       
+                               <p>
+                                       When a user downloads a file, one of the servers is arbitrarily
+                                       choosen und the user gets reditected.
+                               </p>
+                               
+                               <ul>
+                                       <li>
+                                               <a href="http://wiki.ipfire.org/project/web"
+                                                       target="_blank">How do I contribute a mirror server?</a>
+                                       </li>
+                               </ul>
                        </div>
                </div>
                
index e499b9704b5248560797b4921aeee700f20dc97c..5a48f4c0ea96f1ab81d3ef856dd7528baf2ca1a7 100644 (file)
@@ -6,17 +6,7 @@
                        <h4>{{ _("Detailed information") }}</h4>
 
                        <p>
-                               {% if lang == "de" %}
-                                       Bei der Verarbeitung der Anfrage kam es zu einem internen Problem
-                                       des Webservers.<br />
-                                       Sollten nähere Informationen verfügbar sein, so
-                                       sind diese unterstehend angehangen.
-                               {% else %}
-                                       While processing the request, there was an internal problem
-                                       of the web server.<br />
-                                       If there are more information available,
-                                       they would be appended below.
-                               {% end %}
+                               {{ _("While processing the request, there was an internal problem of the web server") }}
                        </p>
                </div>
        </div>
index eff3a821ee09480dc2ec46ff5c0abd36e1e54b46..80e336602cbd948c3fb0a0853c640a984281e92f 100644 (file)
@@ -9,26 +9,14 @@
                
                <div class="row mb-6">
                        <div class="col-md-8 offset-md-2">
-                               {% if lang == "de" %}
-                                       <p class="lead">
-                                               Leider ist ein unerwarteter Fehler beim Laden der Seite aufgetreten.
-                                       </p>
-                                       <p>
-                                               Sollte dies das erstmalige Auftreten des Fehlers sein, so bitten wir
-                                               einige Zeit abzuwarten. Sollte der Fehler jedoch an dieser Stelle
-                                               regelmäßig auftreten, so würden sich die Webmaster über eine kleine
-                                               Benachrichtigung freuen.
-                                       </p>
-                               {% else %}
-                                       <p class="lead">
-                                               Unfortunately, an unexpected error has occurred during page load.
-                                       </p>
-                                       <p>
-                                               If this is the first occurrence of the error, please wait a little bit
-                                               and try again. If the error occurs anyway the webmaster would be happy
-                                               to get a notification about this.
-                                       </p>
-                               {% end %}
+                               <p class="lead">
+                                       {{ _("Unfortunately, an unexpected error has occurred during page load.") }}
+                               </p>
+                               <p>
+                                       If this is the first occurrence of the error, please wait a little bit
+                                       and try again. If the error occurs anyway the webmaster would be happy
+                                       to get a notification about this.
+                               </p>
                        </div>
                </div>
 
index a0b560f5fdb2c287343a3868fc56b669d9a2ef22..ee74fa01fdb34422b7e5ec80430a6c2afd83ef2e 100644 (file)
@@ -4,7 +4,7 @@
                <title>{% block title %}{% end block %}</title>
                <link>{% block url %}{% end block %}</link>
                <description>{% block description %}{% end block %}</description>
-               <language>{{ lang }}</language>
+               <language>en_GB</language>
                <copyright>{% block copyright %}IPFire Team{% end block %}</copyright>
                <pubDate>Thu, 8 Nov 2007 00:00:00 +0200</pubDate>
                {% for item in items %}
index 0f9f142d327fb4405f67c43554242132953c7b44..722838acab8534e87c53a1232532a07002b59451 100644 (file)
@@ -5,42 +5,25 @@
 {% block body %}
 <div class="container">
        <section class="features-content col-12">
-               <h2 class="display-2 text-center mb-0">{{ _("Fireinfo") }}</h2>                 
-               {% if lang == "de" %}
-                       <p class="lead text-center">
-                               <strong>Fireinfo</strong> ist ein Tool, welches anonym Informationen
-                               über die in IPFire-Systemen verbaute Hardware sammelt.
-                       </p>
-                       <p>
-                               Diese Daten sollen den Entwicklern helfen zu erkennen, welche
-                               Hardware am häufigsten eingesetzt wird und sind auch hilfreich
-                               um Hardware-Probleme ausfindig zu machen.
-                       </p>
-               {% else %}
-                       <p class="lead text-center">
-                               <strong>Fireinfo</strong> is a tool that anonymously collects statistical
-                               data from IPFire systems.
-                       </p>
-                       <p>
-                               These data should help the developers to learn
-                               which hardware is used most often to run an IPFire system, but is also
-                               handy when it comes to debugging hardware problems.
-                       </p>
-               {% end %}
+               <h2 class="display-2 text-center mb-0">{{ _("Fireinfo") }}</h2>
+
+               <p class="lead text-center">
+                       <strong>Fireinfo</strong> is a tool that anonymously collects statistical
+                       data from IPFire systems.
+               </p>
+
+               <p>
+                       These data should help the developers to learn
+                       which hardware is used most often to run an IPFire system, but is also
+                       handy when it comes to debugging hardware problems.
+               </p>
                
                <div class="row mt-6">
                        <div class="col">
-                               {% if lang == "de" %}
-                                       <p>
-                                               Bitte geben Sie die Profil-ID von ihrem System ein, welche
-                                               Sie auf der Fireinfo-Seite des Webinterfaces finden können:
-                                       </p>
-                               {% else %}
-                                       <p>
-                                               Please enter the profile ID of your system, which can be found
-                                               on the fireinfo page on the web interface, to see your profile:
-                                       </p>
-                               {% end %}
+                               <p>
+                                       Please enter the profile ID of your system, which can be found
+                                       on the fireinfo page on the web interface, to see your profile:
+                               </p>
                        </div>
                        <div class="col">
                                <form class="form-inline" method="POST" action="" role="form">
index f5758bf8d9b35a5ff1066262f47d61ed2a97b2f9..23f0cc1499daa681f450a0c1e92e303f544ed41e 100644 (file)
        <div class="row">
                <div class="col-lg-12 col-md-12">
                        <p>
-                               {% if lang == "de" %}
-                                       Es wurden keine Daten für das Profil <code>{{ profile_id }}</code>
-                                       gefunden.
-                               {% else %}
-                                       There was no profile data found for profile <code>{{ profile_id }}</code>.
-                               {% end %}
+                               There was no profile data found for profile <code>{{ profile_id }}</code>.
                        </p>
                        <p>
-                               {% if lang == "de" %}
-                                       Der Eigentümer dieses Profils hat möglicherweise der Veröffentlichung
-                                       der Daten nicht zugestimmt oder diese abgeschaltet.
-                               {% else %}
-                                       The profile owner has probably not submitted any data 
-                                       or recently disabled the transmission.
-                               {% end %}
+                               The profile owner has probably not submitted any data 
+                               or recently disabled the transmission.
                        </p>
                        <p>
-                               {% if lang == "de" %}
-                                       Falls dieses Profil Ihr eigenes ist, so können Sie die Veröffentlichung
-                                       im Web-Interface
-                                       <a href="http://wiki.ipfire.org/de/fireinfo/my_profile" target="_blank">einschalten</a>.
-                               {% else %}
-                                       If this is your own profile, you can
-                                       <a href="http://wiki.ipfire.org/en/fireinfo/my_profile" target="_blank">enable</a>
-                                       the submission on the web user interface.
-                               {% end %}
+                               If this is your own profile, you can
+                               <a href="http://wiki.ipfire.org/en/fireinfo/my_profile" target="_blank">enable</a>
+                               the submission on the web user interface.
                        </p>
                </div>
        </div>
index f1bcc98d80493c44035817b31b935b26fc1067fb..52746f00529deea632451fecea8fa4549d80619a 100644 (file)
        <hr>
 
        <h3>{{ _("Vendors") }}</h3>
-       {% if lang == "de" %}
-               <p>
-                       Eine Aufstellung über den beliebtesten Prozessor-Hersteller:
-               </p>
-       {% else %}
-               <p>
-                       This chart shows us which vendors is the most favorite for the CPUs
-                       used in IPFire.
-               </p>
-       {% end %}
+       <p>
+               This chart shows us which vendors is the most favorite for the CPUs
+               used in IPFire.
+       </p>
 
        <dl class="dl-horizontal">
                {% for vendor, percentage in cpu_vendors %}
index 287e2caa2edde02a2b44279066d00e2f38e3443a..83dc223ad6ffac7033bbede2157e93d53ffe783a 100644 (file)
@@ -9,16 +9,10 @@
 
        <div class="row">
                <div class="col-lg-12 col-md-12">
-                       {% if lang == "de" %}
-                               <p>
-                                       Dieses Diagramm zeigt in welchem Land IPFire am häufigsten
-                                       eingesetzt wird.
-                               </p>
-                       {% else %}
-                               <p>
-                                       This chart shows us in which country IPFire is running.
-                               </p>
-                       {% end %}
+                       <p>
+                               This chart shows us in which country IPFire is running.
+                       </p>
+
                        {% module FireinfoGeoTable(geo_locations) %}
                </div>
        </div>
index 4489ddb149b03b810cfb2d6914cf9f234aac2d55..4aa2bc6a35263f47990893b2371590f771d8853d 100644 (file)
@@ -7,15 +7,9 @@
                <h1>{{ _("Network configuration") }}</h1>
        </div>
 
-       {% if lang == "de" %}
-               <p>
-                       Diese Grafik zeigt uns die beliebteste Netzwerkkonfiguration.
-               </p>
-       {% else %}
-               <p>
-                       This chart shows us which is the most favourite network configuration.
-               </p>
-       {% end %}
+       <p>
+               This chart shows us which is the most favourite network configuration.
+       </p>
 
        <dl class="dl-horizontal">
                <dt>{{ _("RED") }}</dt>
index 5d4058b5c12f28b9501a8a4b83b8856981c49efc..beb15d402a3333ae5b8a4e9caf4f659ba541a9aa 100644 (file)
        {% if virtual %}
                <div class="row">
                        <div class="col-lg-12 col-md-12">
-                               {% if lang == "de" %}
-                                       <p>
-                                               IPFire läuft hervorragend in virtuellen Umgebungen.
-                                       </p>
-                                       <p>
-                                               Dieser Graph gibt Aufschluss darüber, wieviele Systeme
-                                               virtuell laufen.
-                                       </p>
-                               {% else %}
-                                       <p>
-                                               IPFire is running very well in a virtual environment.
-                                       </p>
-                                       <p>
-                                               See this chart to get a clue about how many machines are running
-                                               virtually.
-                                       </p>
-                               {% end %}
+                               <p>
+                                       IPFire is running very well in a virtual environment.
+                               </p>
+                               <p>
+                                       See this chart to get a clue about how many machines are running
+                                       virtually.
+                               </p>
 
                                <dl class="dl-horizontal">
                                        <dt>{{ _("Virtualised systems") }}</dt>
        <div class="row">
                <div class="col-lg-12 col-md-12">
                        <h2>{{ _("Hypervisors") }}</h2>
-                       {% if lang == "de" %}
-                               <p>
-                                       Diese Systeme werden eingesetzt um IPFire zu virtualisieren:
-                               </p>
-                       {% else %}
-                               <p>
-                                       This is a list of all hypervisor vendors that IPFire is running on.
-                               </p>
-                       {% end %}
+                       <p>
+                               This is a list of all hypervisor vendors that IPFire is running on.
+                       </p>
 
                        <dl class="dl-horizontal">
                                {% for name, percentage in hypervisors %}
index 5d2f969ffc2913ee901ad83cc27aee1c278462aa..8e3dc644559fc53d638ece9616e25922cfe3a51a 100644 (file)
@@ -7,16 +7,10 @@
                <h2>{{ vendor_name }}</h2>
        </div>
 
-       {% if lang == "de" %}
-               <p>
-                       Dies ist eine Aufstellung über alle Geräte von
-                       <strong>{{ vendor_name }}</strong> in der Datenbank.
-       {% else %}
-               <p>
-                       This is a list of all devices this database knows about from
-                       <strong>{{ vendor_name }}</strong>.
-               </p>
-       {% end %}
+       <p>
+               This is a list of all devices this database knows about from
+               <strong>{{ vendor_name }}</strong>.
+       </p>
 
        {% module FireinfoDeviceAndGroupsTable(devices) %}
 {% end block %}
index 50e9dfa27c281dcde1913a5aaffcdb172d1e4ccf..c01cee7bd8033c653a76798e22c8ec2e6e43ebb4 100644 (file)
                                        <div class="flex-column">
                                                <h4 class="pb-3">{{ _("Firewall") }}</h4>
                                                <p>
-                                                       {% if lang == "de" %}
-                                                               Die vielseitige und State-of-the-Art Firewall-Engine
-                                                               in IPFire ist auch in komplexen Netzen übersichtlich
-                                                               und leicht zu nutzen.
-                                                       {% else %}
-                                                               IPFire comes with a versatile and state of the art
-                                                               firewall engine that makes even the most complex
-                                                               setups easy to administer.
-                                                       {% end %}
+                                                       IPFire comes with a versatile and state of the art
+                                                       firewall engine that makes even the most complex
+                                                       setups easy to administer.
                                                </p>
                                        </div>
                                </div>
                                        <div class="flex-column">
                                                <h4 class="pb-3">{{ _("Performance") }}</h4>
                                                <p>
-                                                       {% if lang == "de" %}
-                                                               Auch schnelle Netze und der Einsatz
-                                                               auf eingebetteten Systemen sind kein Problem
-                                                               für IPFire.
-                                                       {% else %}
-                                                               IPFire is ready for high performance networks
-                                                               and running evenly well on embedded hardware.
-                                                       {% end %}
+                                                       IPFire is ready for high performance networks
+                                                       and running evenly well on embedded hardware.
                                                </p>
                                        </div>  
                                </div>
                                        <div class="flex-column">
                                                <h4 class="pb-3">{{ _("Easy to use") }}</h4>
                                                <p class="mb-1">
-                                                       {% if lang == "de" %}
-                                                               IPFire ist in 15 bis 20 Minuten installiert
-                                                               und kommt mit vielen wichtigen Funktionen für
-                                                               professionelle Netzwerke.
-                                                       {% else %}
-                                                               IPFire is set up easily in 15 to 20 minutes
-                                                               but also comes with expert features that
-                                                               are needed in professional networks.
-                                                       {% end %}
+                                                       IPFire is set up easily in 15 to 20 minutes
+                                                       but also comes with expert features that
+                                                       are needed in professional networks.
                                                </p>
                                        </div>
                                </div>
                                        <div class="flex-column">
                                                <h4 class="pb-3">{{ _("Network Security") }}</h4>
                                                <p>
-                                                       {% if lang == "de" %}
-                                                               Sicherheit hat höchste Priorität.
-                                                               Das gehärtete System schützt sich selbst vor
-                                                               Angriffen aus dem Netz.
-                                                       {% else %}
-                                                               IPFire is designed for high security.
-                                                               It is hardened to protect itself from attacks
-                                                               from the network.
-                                                       {% end %}
+                                                       IPFire is designed for high security.
+                                                       It is hardened to protect itself from attacks
+                                                       from the network.
                                                </p>
                                        </div>
                                </div>
                                        <div class="flex-column">
                                                <h4 class="pb-3">{{ _("Open Source") }}</h4>
                                                <p>
-                                                       {% if lang == "de" %}
-                                                               IPFire ist freie Software, welche von einer offenen
-                                                               Community tagtäglich verbessert wird.
-                                                       {% else %}
-                                                               IPFire is free software and developed by an open community,
-                                                               that improves it every single day.
-                                                       {% end %}
+                                                       IPFire is free software and developed by an open community,
+                                                       that improves it every single day.
                                                </p>
                                        </div>
                                </div>
                                        <div class="flex-column">
                                                <h4 class="pb-3">{{ _("Trusted by thousands") }}</h4>
                                                <p>
-                                                       {% if lang == "de" %}
-                                                               IPFire wird in Europa entwickelt,
-                                                               <a href="http://fireinfo.ipfire.org/statistics/geo-locations">in vielen Ländern</a>
-                                                               überall auf der Welt eingesetzt, und bietet
-                                                               Internetzugang für hunderttausende Nutzer jeden Tag.
-                                                       {% else %}
-                                                               IPFire is developed in Europe and used all over the world
-                                                               <a href="http://fireinfo.ipfire.org/statistics/geo-locations">in hundreds of countries</a>
-                                                               by hundreds of thousands of users every day.
-                                                       {% end %}
+                                                       IPFire is developed in Europe and used all over the world
+                                                       <a href="http://fireinfo.ipfire.org/statistics/geo-locations">in hundreds of countries</a>
+                                                       by hundreds of thousands of users every day.
                                                </p>
                                        </div>
                                </div>
                        <div class="row mb-lg-6 mb-md-4 pb-6 pb-lg-4">
                                <div class="col-md-12 col-lg-7 mb-5 mb-md-6 mb-lg-0">
                                        <p class="lead">
-                                               {% if lang == "de" %}
-                                                       <a href="http://www.lightningwirelabs.com" target="_blank">Lightning Wire Labs</a> bietet
-                                                       Hardware-Appliances für mittlere bis große Unternehmen und SOHO an.
-                                                       Diese sorgen in jedem Netz für beste Zuverlässigkeit, Stabilität
-                                                       und Performance.
-                                               {% else %}
-                                                       <a href="http://www.lightningwirelabs.com" target="_blank">Lightning Wire Labs</a> offer
-                                                       IPFire hardware appliances for enterprises, large businesses and SOHO.
-                                                       Deploying one of these on your network will provide you with the
-                                                       greatest reliability, stability and performance.
-                                               {% end %}
+                                               <a href="http://www.lightningwirelabs.com" target="_blank">Lightning Wire Labs</a> offer
+                                               IPFire hardware appliances for enterprises, large businesses and SOHO.
+                                               Deploying one of these on your network will provide you with the
+                                               greatest reliability, stability and performance.
                                        </p>
                                </div>
                                <div class="col-sm-6 offset-sm-3 col-lg-4 offset-lg-1 mt-sm-5">
index 6b7060875271f0a2347cec3b019d74f37e59957f..2d723cb121d9743854f3b901870b610d0d34138c 100644 (file)
@@ -6,19 +6,12 @@
 <div class="container">
        <section class="features-content col-12">
                <h2 class="display-2 text-center mb-0">mirrors.ipfire.org</h2>
-               {% if lang == "de" %}
+
                <p class="lead">
-                       Das IPFire-Projekt ist auf vielen Servern gehostet um
-                       von jedem Ort der Welt die bestmögliche Verfügbarkeit
-                       und Downloadgeschwindigkeit zu gewährleisten.
+                       The IPFire project is hosted on several servers to provide a high
+                       availability of service and download speed from any place
+                       on the world.
                </p>
-               {% else %}
-                       <p class="lead">
-                               The IPFire project is hosted on several servers to provide a high
-                               availability of service and download speed from any place
-                               on the world.
-                       </p>
-               {% end %}
 
                {% module MirrorsTable(mirrors, preferred_mirrors) %}
        </section>
index 805d6b8b6cba8331471ea378c31c74da5b74c212..c5ae877d1abe6e97e44ae03685ed7d39c5328aee 100644 (file)
                </dl>
 
                <p class="ac">
-                       {% if lang == "de" %}
-                               <small>
-                                       Da das IPFire-Projekt keine registrierte gemeinnützige Organisation
-                                       ist, können keine steuerlich abzugsfähige Spendenquittungen erstellt
-                                       werden.
-                               </small>
-                       {% else %}
-                               <small>
-                                       The IPFire project is not a registered non-profit organisation.
-                                       <br>
-                                       Hence we are not able to issue a tax-deductible contribution receipt
-                                       for your donation.
-                               </small>
-                       {% end %}
+                       <small>
+                               The IPFire project is not a registered non-profit organisation.
+                               <br>
+                               Hence we are not able to issue a tax-deductible contribution receipt
+                               for your donation.
+                       </small>
                </p>
        </div>
 </div>
index fd3741bb3979adf4b7422a13395463dbfa5e144f..26c21c927e67ae5724d2be739166cfc7a886693c 100644 (file)
                <div class="alert alert-danger">
                        <h4>{{ _("Caution!") }}</h4>
 
-                       {% if lang == "de" %}
-                               Dieses Release ist nicht als <em>stabile</em> Version
-                               von IPFire freigegeben und nur für Testumgebungen gedacht.
-                               Daher sollte dieses Release nicht in produktiven
-                               Umgebungen eingesetzt werden und Fehler berichtet werden.
-                       {% else %}
-                               This release is not a stable version of IPFire and
-                               intended for testing purposes only.
-                               Do not use this release in production and please
-                               report any bugs.
-                       {% end %}
+                       This release is not a stable version of IPFire and
+                       intended for testing purposes only.
+                       Do not use this release in production and please
+                       report any bugs.
                </div>
        {% end %}
 
index f2c8ee375fa71fca9afa1aa5b2e576d02f321b63..eadeaedc1592e8e876d6d4dfeffa7ceeed70c2c8 100644 (file)
@@ -9,72 +9,39 @@
 
        <div class="row">
                <div class="col-lg-6 col-md-6">
-                       {% if lang == "de" %}
-                               <p>
-                                       Auf diesen Seiten findest du alle Ankündigungen,
-                                       die je veröffentlicht wurden.
-                               </p>
-                               <p>
-                                       Nutze die Navigationsleiste am unteren Ende,
-                                       um zu einem bestimmten Jahr zu springen.
-                               </p>
-                       {% else %}
-                               <p>
-                                       On these pages, you will find all the news announcements
-                                       that have been released.
-                               </p>
-                               <p>
-                                       Use the navigation bar on the bottom to jump to
-                                       a certain year.
-                               </p>
-                       {% end %}
+                       <p>
+                               On these pages, you will find all the news announcements
+                               that have been released.
+                       </p>
+                       <p>
+                               Use the navigation bar on the bottom to jump to
+                               a certain year.
+                       </p>
                </div>
 
                <div class="col-lg-3 col-md-3">
                        <h4>{{ _("Stay up to date") }}</h4>
 
-                       {% if lang == "de" %}
-                               <p>
-                                       Du kannst dir alle Ankündigungen direkt in
-                                       dein Emailpostfach senden lassen.
-                                       Abboniere dazu einfach die 
-                                       <a href="http://lists.ipfire.org/mailman/listinfo/ipfire-announce">ipfire-announce</a>
-                                       Mailingliste.
-                               </p>
-                               <p>
-                                       Ebenso gibt es einen <a href="/news.rss">RSS-Feed</a>.
-                               </p>
-                       {% else %}
-                               <p>
-                                       You can get the latest IPFire news directly to
-                                       your mailbox by subscribing to the
-                                       <a href="http://lists.ipfire.org/mailman/listinfo/ipfire-announce">ipfire-announce</a>
-                                       mailing list.
-                               </p>
-                               <p>
-                                       There is also an <a href="/news.rss">RSS feed</a> available.
-                               </p>
-                       {% end %}
+                       <p>
+                               You can get the latest IPFire news directly to
+                               your mailbox by subscribing to the
+                               <a href="http://lists.ipfire.org/mailman/listinfo/ipfire-announce">ipfire-announce</a>
+                               mailing list.
+                       </p>
+                       <p>
+                               There is also an <a href="/news.rss">RSS feed</a> available.
+                       </p>
                </div>
 
                <div class="col-lg-3 col-md-3">
                        <h4>{{ _("IPFire Planet") }}</h4>
 
-                       {% if lang == "de" %}
-                               <p>
-                                       Der <em>IPFire Planet</em> ist ein Blog der Entwickler.
-                               </p>
-                               <p>
-                                       Dort schreiben sie über interessante Dinge rund um das Projekt.
-                               </p>
-                       {% else %}
-                               <p>
-                                       The <em>IPFire planet</em> is the blog of the IPFire developers.
-                               </p>
-                               <p>
-                                       They write about intesting stuff all around the project.
-                               </p>
-                       {% end %}
+                       <p>
+                               The <em>IPFire planet</em> is the blog of the IPFire developers.
+                       </p>
+                       <p>
+                               They write about intesting stuff all around the project.
+                       </p>
                </div>
        </div>
 
index 109f4e6aa4e56c707bebd99f84ff2f8596cd7938..132e398cd822994a9e694258b83dce543340461f 100644 (file)
 {% end header %}
  
 {% block body %}
-       {% if lang == "de" %}
-               <p>
-                       Auf dieser Seite befinden sich Logos und Printvorlagen.
-               </p>
-               <p>
-                       Alle Rechte an künstlerischen Werken bzw. deren Inhalte, die nicht
-                       explizit anders gekennzeichnet sind, gehören dem IPFire-Projekt
-                       und sind folglich urheberrechtlich geschützt und dürfen nur mit
-                       ausdrücklicher Genehmigung verwendet werden.
-               </p>
-       {% else %}
-               <p>
-                       On this page, you will find a logos and templates for printing.
-               </p>
-               <p>
-                       All rights of artistic works and their content, which are not
-                       explicitly labled belong to the IPFire project and are protected
-                       by copyright and may not be used without explicit authorization.
-               </p>
-       {% end %}
+       <p>
+               On this page, you will find a logos and templates for printing.
+       </p>
+       <p>
+               All rights of artistic works and their content, which are not
+               explicitly labled belong to the IPFire project and are protected
+               by copyright and may not be used without explicit authorization.
+       </p>
 
        <div class="page-header">
                <h1>{{ _("The IPFire Logo") }}</h1>
                <h2>{{ _("Flyers, Rollups, CDs and more") }}</h2>
        </div>
 
-       {% if lang == "de" %}
-               <p>
-                       Diese Arbeiten wurden erstellt von
-                       <a href="http://www.elricco.com">elricco media services</a>.
-               </p>
-       {% else %}
-               <p>
-                       These artworks have been designed by
-                       <a href="http://www.elricco.com">elricco media services</a>.
-               </p>
-       {% end %}
+       <p>
+               These artworks have been designed by
+               <a href="http://www.elricco.com">elricco media services</a>.
+       </p>
 
        <div class="row">
                {% for i in ("rollup", "flyer", "cd_schuber", "cd_label") %}
index 70e3d19bcdd236a2e483d29d32a3402dd8df955f..eac75bea8c96ca77125f2eefc64cef2cc40f2731 100644 (file)
@@ -9,26 +9,14 @@
                
                <div class="row mb-5">
                        <div class="col-md-8 offset-md-2 text-center">
-                               {% if lang == "de" %}
-                                       <p class="lead">
-                                               Wer Fragen rund um IPFire hat, findet in unserem Channel rund
-                                               um die Uhr Ansprechpartner, die Hilfestellung zu allen möglichen
-                                               Themen geben können.
-                                       </p>
-                                       <p>
-                                               Dies ist gleichzeitig eine tolle Möglichkeit, neue Kontakte zu
-                                               knüpfen oder sich einfach zu unterhalten.
-                                       </p>
-                               {% else %}
-                                       <p class="lead">
-                                               On the IPFire channel, you will find people who can help you
-                                               with your questions about IPFire.
-                                       </p>
-                                       <p>
-                                               This is a good chance to meet people involved in the project
-                                               or just have a chat.
-                                       </p>
-                               {% end %}
+                               <p class="lead">
+                                       On the IPFire channel, you will find people who can help you
+                                       with your questions about IPFire.
+                               </p>
+                               <p>
+                                       This is a good chance to meet people involved in the project
+                                       or just have a chat.
+                               </p>
                        </div>
                </div>
                
                                        <dd>irc.freenode.net</dd>
                                </dl>
 
-                               {% if lang == "de" %}
-                                       <p class="ac">
-                                               Du kannst dich mit jedem beliebigen IRC-Client mit dem Server
-                                               und Channel verbinden oder
-                                               <a href="//webchat.freenode.net/?channels=ipfire">
-                                                       diesen Web-Client
-                                               </a> benutzen.
-                                       </p>
-                               {% else %}
-                                       <p class="ac">
-                                               You can use any IRC client to connect to the server and channel
-                                               above or
-                                               <a href="//webchat.freenode.net/?channels=ipfire">
-                                                       use a web client
-                                               </a>.
-                                       </p>
-                               {% end %}
+                               <p class="ac">
+                                       You can use any IRC client to connect to the server and channel
+                                       above or
+                                       <a href="//webchat.freenode.net/?channels=ipfire">
+                                               use a web client
+                                       </a>.
+                               </p>
                        </div>
                </div>
        </section>
index 7750edcf5441b1ec65df71d3d71d4d68a2de3b13..c31f32035bb72baaed052e66a3797d7e55d57f0f 100644 (file)
                        <section id="about">
                                <h3 class="headline">About IP<strong>Fire</strong></h3>
                                <h5 class="subheadline">The Open Source Firewall Distribution</h5>
-                               {% if lang == "de" %}
-                                       <p class="copy">
-                                               IP<strong>Fire</strong> wurde mit Augenmerk auf Modularität und einem hohen
-                                               Level an Flexibilität entwickelt. Es ist kinderleicht verschiedene Konfigurationen
-                                               zu installieren, wie zum Beispiel eine Firewall, einen Proxy-Server oder ein
-                                               VPN-Gateway.
-                                               Das modulare Design stellt sicher, dass nur exakt die Module laufen, die auch
-                                               benötigt werden und nichts weiter.
-                                               Erweiterungen und Updates lasses sich durch einen Paketmanager einfach
-                                               verwalten und aktualisieren.
-                                       </p>
-                                       <p class="copy">
-                                               Das IP<strong>Fire</strong> Entwicklerteam ist sich im Klaren, dass Sicherheit von Anwendungsfall
-                                               zu Anwendungsfall ganz verschieden aussehen kann und sich auch über die Zeit
-                                               verändert.
-                                               Für diesen Fall erlaubt die Modularität und Flexibilität eine einfache
-                                               Integration in jede bestehende Sicherheitsarchitektur.
-                                               Nicht zu vergessen ist, dass Einfachheit in der Bedienung eine
-                                               Schlüsseleigenschaft ist.
-                                               Wenn all dies im Moment ein wenig viel klingt, so ist ein sinnvoller
-                                               Einsatz von IPFire schon sofort nach der Installation möglich.
-                                       </p>
-                               {% else %}
-                                       <p class="copy">
-                                               IP<strong>Fire</strong> was designed with both modularity and a high-level of
-                                               flexibility in mind. You can easily deploy many variations of it, such as a firewall,
-                                               a proxy server or a VPN gateway.
-                                               The modular design ensures that it runs exactly what you've configured it for and
-                                               nothing more. Everything is simple to manage and update through the package manager,
-                                               making maintenance a breeze.
-                                       </p>
-                                       <p class="copy">
-                                               The IP<strong>Fire</strong> development team understands that security means different things to
-                                               different people and certainly can change over time.
-                                               The fact that IPFire is modular and flexible make it perfect for integrating
-                                               into any existing security architecture.
-                                               Don't forget that ease-of-use is a key principle.
-                                               If all this sounds a little too much for you, IPFire comes with great default
-                                               settings out-of-the-box, meaning it's a snap to get going quickly!
-                                       </p>
-                               {% end %}
+
+                               <p class="copy">
+                                       IP<strong>Fire</strong> was designed with both modularity and a high-level of
+                                       flexibility in mind. You can easily deploy many variations of it, such as a firewall,
+                                       a proxy server or a VPN gateway.
+                                       The modular design ensures that it runs exactly what you've configured it for and
+                                       nothing more. Everything is simple to manage and update through the package manager,
+                                       making maintenance a breeze.
+                               </p>
+                               <p class="copy">
+                                       The IP<strong>Fire</strong> development team understands that security means different things to
+                                       different people and certainly can change over time.
+                                       The fact that IPFire is modular and flexible make it perfect for integrating
+                                       into any existing security architecture.
+                                       Don't forget that ease-of-use is a key principle.
+                                       If all this sounds a little too much for you, IPFire comes with great default
+                                       settings out-of-the-box, meaning it's a snap to get going quickly!
+                               </p>
                        </section>
                        
                        <div class="divider"></div>
                        <section id="security">
                                <h3 class="headline">{{ _("Security") }}</h3>
        
-                               {% if lang == "de" %}
-                                       <p class="copy">
-                                               Das Hauptaugenmerk von IPFire liegt bei Sicherheit.
-                                               Gerade bei einem solch umfangreichen Thema gibt es nicht nur einen einzigen
-                                               Weg, um ein maximales Maß an Sicherheit zu erlangen. Mindestens genauso
-                                               wichtig ist es für den Netzwerkadministrator seine Bedürfnisse zu verstehen
-                                               und entsprechend zu handeln. IPFire stellt für diesen Zweck eine Basis bereit,
-                                               die einzelne Netzwerksegmente nach ihren Sicherheitslevels unterteilt und erlaubt diese
-                                               anschließend nach eigenen Erfordernissen anzupassen
-                                               (mehr dazu unter <a href="/features/firewall">Firewall</a>).
-                                       </p>
-                                       <p class="copy">
-                                               Eine ebenso hohe Priorität genießt die Sicherheit der modularen Komponenten.
-                                               Aktualisierungen werden digital signiert, verschlüsselt
-                                               und können automatisch über das <a href="#pakfire">Pakfire
-                                               Paketmanagement-System</a> installiert werden.
-                                               Typischerweise ist IPFire direkt mit dem Internet verbunden und macht es
-                                               somit zu einem Ziel für Hacker und andere Gefahren.
-                                               Das Paketmanagement-System unterstützt den Administrator darin,
-                                               sicher zu sein, dass alle wichtigen Lücken gestopft und Fehler
-                                               in allen eingesetzten Komponenten beseitigt sind.
-                                       </p>
-                                       <p class="copy">
-                                               <span class="badge badge-success">IPFire 2.15 - Core Update 77</span>
-                                               <a href="//planet.ipfire.org/post/feature-highlights-ipfire-2-15-1-hardening-the-system">Ab IPFire 2.15</a>
-                                               wird der IPFire/Linux-Kernel mit dem <a href="http://grsecurity.net">grsecurity</a>-Patchset gepatcht.
-                                               Dies schützt den Kernel proaktiv gegen eine Vielzahl an Attacken -
-                                               vornehmlich gegen zero-day-Exploits in dem ganze Klassen an
-                                               potentiellen Fehlern und Exploit-Vektoren eliminiert werden.
-                                               Pufferüberläufe auf dem Stack (stack buffer overflows)
-                                               sind nahezu unmöglich auszunutzen und strenge Zugriffsrichtlinien
-                                               verhindern, dass ein Angreifer nach einer Attacke Schaden
-                                               anrichten kann.
-                                       </p>
-                               {% else %}
-                                       <p class="copy">
-                                               The primary objective of IPFire is security.
-                                               As there is of course no one, single way to achieve network security, it is important
-                                               for a network administrator to understand their environment and what the term
-                                               <em>security</em> means in the context of their own network.
-                                               IPFire forms the base of a secure network.
-                                               It has the power to segment networks based on their respective security levels
-                                               and makes it easy to create custom policies that manage each segment
-                                               (see the Firewall page for more information).
-                                       </p>
-                                       <p class="copy">
-                                               Security of the modular components is a top priority.
-                                               Updates are digitally signed and encrypted, as well as can be automatically installed
-                                               by Pakfire (<a href="#updates">the IPFire package management system</a>).
-                                               Since IPFire is typically directly connected to the Internet, it is going to be a
-                                               primary target for hackers and other threats.
-                                               The simple Pakfire package manager helps administrators feel confident that
-                                               they are running the latest security updates and bug fixes for all of the
-                                               components they utilize.
-                                       </p>
-                                       <p class="copy">
-                                               <span class="badge badge-success">IPFire 2.15 - Core Update 77</span>
-                                               <a href="//planet.ipfire.org/post/feature-highlights-ipfire-2-15-1-hardening-the-system">Since IPFire 2.15</a>,
-                                               the IPFire Linux kernel is patched with the
-                                               <a href="//grsecurity.net">grsecurity</a> patchset, which
-                                               pro-actively hardens the kernel against various forms of attacks.
-                                               Most importantly, it protects from zero-day exploits by
-                                               eliminating entire bug classes and exploit vectors.
-                                               It makes stack buffer overflows almost impossible to exploit
-                                               and comes with strict access controls, that make it
-                                               harder for attackers to cause harm to the system.
-                                       </p>
-                               {% end %}
+                               <p class="copy">
+                                       The primary objective of IPFire is security.
+                                       As there is of course no one, single way to achieve network security, it is important
+                                       for a network administrator to understand their environment and what the term
+                                       <em>security</em> means in the context of their own network.
+                                       IPFire forms the base of a secure network.
+                                       It has the power to segment networks based on their respective security levels
+                                       and makes it easy to create custom policies that manage each segment
+                                       (see the Firewall page for more information).
+                               </p>
+                               <p class="copy">
+                                       Security of the modular components is a top priority.
+                                       Updates are digitally signed and encrypted, as well as can be automatically installed
+                                       by Pakfire (<a href="#updates">the IPFire package management system</a>).
+                                       Since IPFire is typically directly connected to the Internet, it is going to be a
+                                       primary target for hackers and other threats.
+                                       The simple Pakfire package manager helps administrators feel confident that
+                                       they are running the latest security updates and bug fixes for all of the
+                                       components they utilize.
+                               </p>
+                               <p class="copy">
+                                       <span class="badge badge-success">IPFire 2.15 - Core Update 77</span>
+                                       <a href="//planet.ipfire.org/post/feature-highlights-ipfire-2-15-1-hardening-the-system">Since IPFire 2.15</a>,
+                                       the IPFire Linux kernel is patched with the
+                                       <a href="//grsecurity.net">grsecurity</a> patchset, which
+                                       pro-actively hardens the kernel against various forms of attacks.
+                                       Most importantly, it protects from zero-day exploits by
+                                       eliminating entire bug classes and exploit vectors.
+                                       It makes stack buffer overflows almost impossible to exploit
+                                       and comes with strict access controls, that make it
+                                       harder for attackers to cause harm to the system.
+                               </p>
                        </section>
                        
                        <div class="divider"></div>
                
                        <section id="firewall">
                                <h3 class="headline">{{ _("Firewall") }}</h3>
-               
-                                       {% if lang == "de" %}
-                                               <p class="copy">
-                                                       IPFire nutzt eine Stateful-Packet-Inspection-Firewall (SPI),
-                                                       welche auf das Linux Paketfilter-Framework <em>netfilter</em> aufsetzt.
-                                               </p>
-                                               <p class="copy">
-                                                       Während des IPFire Installationsprozesses, wird das Netzwerk in
-                                                       mehrere separate Segmente unterteilt.
-                                                       Dieses Sicherheitsschema impliziert einen perfekten Platz für
-                                                       jedes System im Netzwerk.
-                                                       Jedes Segment kann nach Bedarf zugeschaltet werden, abhängig vom
-                                                       Einsatzort und -zweck und alle Systeme in einem Segment werden
-                                                       mit der gleichen Sicherheitspolicy behandelt:
-                                               </p>
-                                               
-                                               <div class="row d-flex align-items-center mb-6 mb-md-5">
-                                                       <div class="green-600 outline_i rounded-circle mb-3 mb-md-0 mr-md-4 ml-md-0 mx-auto">
-                                                               <svg class="icon i_features i_verified"><use xlink:href="#verified"/></svg>
-                                                       </div>
-                                                       <p class="copy green-600 col-12 col-md-10 m-0">
-                                                               Grün repräsentiert die "sichere" Zone.
-                                                               In diese Zone gelangen alle herkömmlichen
-                                                               Clients, welche meist mit dem Kabelnetzwerk
-                                                               verbunden sind. Von hier aus können die Clients
-                                                               uneingeschränkt auf alle anderen Zonen zugreifen.
-                                                       </p>
-                                               </div>
-                                               
-                                               <div class="row d-flex align-items-center mb-6 mb-md-5">
-                                                       <div class="red-900 outline_i rounded-circle mb-3 mb-md-0 mr-md-4 ml-md-0 mx-auto">
-                                                               <svg class="icon i_features i_warning"><use xlink:href="#warning"/></svg>
-                                                       </div>
-                                                       <p class="copy red-900 col-12 col-md-10 m-0">
-                                                               Rot impliziert "Gefahr" - also die Verbindung zum
-                                                               Internet.
-                                                               Nichts von hier aus darf die Firewall passieren,
-                                                               außer dies ist explizit vom Administrator erlaubt
-                                                       </p>
-                                               </div>
-                                               
-                                               <div class="row d-flex align-items-center mb-6 mb-md-5">
-                                                       <div class="blue-700 outline_i rounded-circle mb-3 mb-md-0 mr-md-4 ml-md-0 mx-auto">
-                                                               <svg class="icon i_features i_wifi"><use xlink:href="#wifi"/></svg>
-                                                       </div>
-                                                       <p class="copy blue-700 col-12 col-md-10 m-0">
-                                                               Blau repräsentiert das drahtlose Segment des
-                                                               Netzwerks (aufgrund der Farbe des Himmels).
-                                                               Da Wireless-Clients von Natur aus ein größeres
-                                                               Gefahrenpotential sind, muss für jedes System
-                                                               in diesem Teil der Zugang zum Internet gesondert
-                                                               erlaubt werden.
-                                                       </p>
-                                               </div>
-                                               
-                                               <div class="row d-flex align-items-center mb-5">
-                                                       <div class="amber-800 outline_i rounded-circle mb-3 mb-md-0 mr-md-4 ml-md-0 mx-auto">
-                                                               <svg class="icon i_features i_server"><use xlink:href="#server"/></svg>
-                                                       </div>
-                                                       <p class="copy amber-800 col-12 col-md-10 m-0">
-                                                               Das orangene Netzwerk wird auch als demilitarisierte
-                                                               Zone (DMZ) bezeichnet.
-                                                               Alle Server, die aus dem Internet erreichbar sind
-                                                               gehören in dieses Netz um kein Sicherheitsrisiko
-                                                               für andere lokale Systeme zu sein.
-                                                       </p>
-                                               </div>
-               
-                                               <p class="copy">
-                                                       <span class="badge badge-success">IPFire 2.15 - Core Update 77</span>
-                                                       Mit IPFire 2.15 wurde die grafische Benutzeroberfläche der Firewall komplett
-                                                       überarbeitet und mit vielen Funktionen erweitert.
-                                                       Unter anderem gibt es nun eine Gruppenverwaltung für Hosts und Dienste.
-                                                       Diese erleichtert das Erstellen von ähnlichen Regeln für eine Vielzahl
-                                                       an Systemen im Netzwerk.
-                                               </p>
-               
-                                               <h4 class="headline">Eine Firewall zu verwalten war noch nie so einfach.</h3>
-               
-                                               <p class="copy">
-                                                       Da die Konfirguation auch mit vielen Regeln nun immer noch übersichtlich
-                                                       bleibt, ist die Verwaltung der Firewall besonders einfach und
-                                                       auch komplexe Konfigurationen sind möglich ohne die Kontrolle zu verlieren.
-                                               </p>
-               
-                                               <p class="copy">
-                                                       Zusätzlich zu den oben genannten Policies kann auch der ausgehende
-                                                       Netzwerkverkehr für jedes Segment geregelt werden.
-                                                       Diese Funktion gibt dem Netzwerkadministrator vollständige
-                                                       Kontrolle über das Netzwerk.
-                                               </p>
-               
-                                               <p class="copy">
-                                                       <a href="//wiki.ipfire.org/en/configuration/firewall/start">
-                                                               Firewall-Dokumentation
-                                                       </a>
-                                               </p>
 
-                                       {% else %}
-                                               <p class="copy">
-                                                       IPFire employs a Stateful Packet Inspection (SPI) firewall,
-                                                       which is built on top of netfilter (the Linux packet filtering framework).
-                                               </p>
-                                               <p class="copy">
-                                                       During the installation of IPFire, the network is configured into different,
-                                                       separate segments.
-                                                       This segmented security scheme means that there is a perfect place for each
-                                                       machine in the network.
-                                                       These different segments may be enabled separately, depending on your requirements.
-                                                       Each segment represents a group of computers who share a common security level:
-                                               </p>
-                                               
-                                               <div class="row d-flex align-items-center mb-6 mb-md-5">
-                                                       <div class="green-600 outline_i rounded-circle mb-3 mb-md-0 mr-md-4 ml-md-0 mx-auto">
-                                                               <svg class="icon i_features i_verified"><use xlink:href="#verified"/></svg>
-                                                       </div>
-                                                       <p class="copy green-600 col-12 col-md-10 m-0">
-                                                               Green represents a "safe" area.
-                                                               This is where all regular clients will reside.
-                                                               It is usually comprised of a wired, local network.
-                                                               Clients on Green can access all other network
-                                                               segments without restriction.
-                                                       </p>
-                                               </div>
-                                               
-                                               <div class="row d-flex align-items-center mb-6 mb-md-5">
-                                                       <div class="red-900 outline_i rounded-circle mb-3 mb-md-0 mr-md-4 ml-md-0 mx-auto">
-                                                               <svg class="icon i_features i_warning"><use xlink:href="#warning"/></svg>
-                                                       </div>
-                                                       <p class="copy red-900 col-12 col-md-10 m-0">
-                                                               Red indicates "danger" or the connection to the Internet.
-                                                               Nothing from Red is permitted to pass through the
-                                                               firewall unless specifically configured by the
-                                                               administrator.
-                                                       </p>
-                                               </div>
-                                               
-                                               <div class="row d-flex align-items-center mb-6 mb-md-5">
-                                                       <div class="blue-700 outline_i rounded-circle mb-3 mb-md-0 mr-md-4 ml-md-0 mx-auto">
-                                                               <svg class="icon i_features i_wifi"><use xlink:href="#wifi"/></svg>
-                                                       </div>
-                                                       <p class="copy blue-700 col-12 col-md-10 m-0">
-                                                               Blue represents the "wireless" part of the local
-                                                               network (chosen because it's the color of the sky).
-                                                               Since the wireless network has the potential for abuse,
-                                                               it is uniquely identified and specific rules govern
-                                                               clients on it.
-                                                               Clients on this network segment must be explicitly
-                                                               allowed before they may access the network.
-                                                       </p>
-                                               </div>
-                                               
-                                               <div class="row d-flex align-items-center mb-5">
-                                                       <div class="amber-800 outline_i rounded-circle mb-3 mb-md-0 mr-md-4 ml-md-0 mx-auto">
-                                                               <svg class="icon i_features i_server"><use xlink:href="#server"/></svg>
-                                                       </div>
-                                                       <p class="copy amber-800 col-12 col-md-10 m-0">
-                                                               Orange is referred to as the "demilitarized zone" (DMZ).
-                                                               Any servers which are publicly accessible are separated
-                                                               from the rest of the network here to limit security
-                                                               breaches.
-                                                       </p>
+                                       <p class="copy">
+                                               IPFire employs a Stateful Packet Inspection (SPI) firewall,
+                                               which is built on top of netfilter (the Linux packet filtering framework).
+                                       </p>
+                                       <p class="copy">
+                                               During the installation of IPFire, the network is configured into different,
+                                               separate segments.
+                                               This segmented security scheme means that there is a perfect place for each
+                                               machine in the network.
+                                               These different segments may be enabled separately, depending on your requirements.
+                                               Each segment represents a group of computers who share a common security level:
+                                       </p>
+                                       
+                                       <div class="row d-flex align-items-center mb-6 mb-md-5">
+                                               <div class="green-600 outline_i rounded-circle mb-3 mb-md-0 mr-md-4 ml-md-0 mx-auto">
+                                                       <svg class="icon i_features i_verified"><use xlink:href="#verified"/></svg>
                                                </div>
-               
-                                               <p class="copy">
-                                                       <span class="label label-success">IPFire 2.15 - Core Update 77</span>
-                                                       With IPFire 2.15, the graphical user interface has been completely rewritten
-                                                       and massively extended with new functionality.
-                                                       It is now possible to manage groups of hosts or services. That makes it simpler
-                                                       to create many similar rules for a great number of hosts, networks or services.
+                                               <p class="copy green-600 col-12 col-md-10 m-0">
+                                                       Green represents a "safe" area.
+                                                       This is where all regular clients will reside.
+                                                       It is usually comprised of a wired, local network.
+                                                       Clients on Green can access all other network
+                                                       segments without restriction.
                                                </p>
-               
-                                               <h4 class="secondHeadline">Managing firewall rules has never been easier before.</h4>
-               
-                                               <p class="copy">
-                                                       Because even with a big number of rules, the configuration remains
-                                                       easily manageable and that makes it possible to build more restrictive
-                                                       configurations without losing control.
+                                       </div>
+                                       
+                                       <div class="row d-flex align-items-center mb-6 mb-md-5">
+                                               <div class="red-900 outline_i rounded-circle mb-3 mb-md-0 mr-md-4 ml-md-0 mx-auto">
+                                                       <svg class="icon i_features i_warning"><use xlink:href="#warning"/></svg>
+                                               </div>
+                                               <p class="copy red-900 col-12 col-md-10 m-0">
+                                                       Red indicates "danger" or the connection to the Internet.
+                                                       Nothing from Red is permitted to pass through the
+                                                       firewall unless specifically configured by the
+                                                       administrator.
                                                </p>
-               
-                                               <p class="copy">
-                                                       Additionally, the firewall can be used to control outbound Internet
-                                                       access from any segment.
-                                                       This feature gives the network administrator complete control
-                                                       over how their network is configured and secured. 
+                                       </div>
+                                       
+                                       <div class="row d-flex align-items-center mb-6 mb-md-5">
+                                               <div class="blue-700 outline_i rounded-circle mb-3 mb-md-0 mr-md-4 ml-md-0 mx-auto">
+                                                       <svg class="icon i_features i_wifi"><use xlink:href="#wifi"/></svg>
+                                               </div>
+                                               <p class="copy blue-700 col-12 col-md-10 m-0">
+                                                       Blue represents the "wireless" part of the local
+                                                       network (chosen because it's the color of the sky).
+                                                       Since the wireless network has the potential for abuse,
+                                                       it is uniquely identified and specific rules govern
+                                                       clients on it.
+                                                       Clients on this network segment must be explicitly
+                                                       allowed before they may access the network.
                                                </p>
-               
-                                               <p class="copy">
-                                                       <a href="//wiki.ipfire.org/en/configuration/firewall/start">
-                                                               Firewall Documentation
-                                                       </a>
+                                       </div>
+                                       
+                                       <div class="row d-flex align-items-center mb-5">
+                                               <div class="amber-800 outline_i rounded-circle mb-3 mb-md-0 mr-md-4 ml-md-0 mx-auto">
+                                                       <svg class="icon i_features i_server"><use xlink:href="#server"/></svg>
+                                               </div>
+                                               <p class="copy amber-800 col-12 col-md-10 m-0">
+                                                       Orange is referred to as the "demilitarized zone" (DMZ).
+                                                       Any servers which are publicly accessible are separated
+                                                       from the rest of the network here to limit security
+                                                       breaches.
                                                </p>
-                                       {% end %}
+                                       </div>
+       
+                                       <p class="copy">
+                                               <span class="label label-success">IPFire 2.15 - Core Update 77</span>
+                                               With IPFire 2.15, the graphical user interface has been completely rewritten
+                                               and massively extended with new functionality.
+                                               It is now possible to manage groups of hosts or services. That makes it simpler
+                                               to create many similar rules for a great number of hosts, networks or services.
+                                       </p>
+       
+                                       <h4 class="secondHeadline">Managing firewall rules has never been easier before.</h4>
+       
+                                       <p class="copy">
+                                               Because even with a big number of rules, the configuration remains
+                                               easily manageable and that makes it possible to build more restrictive
+                                               configurations without losing control.
+                                       </p>
+       
+                                       <p class="copy">
+                                               Additionally, the firewall can be used to control outbound Internet
+                                               access from any segment.
+                                               This feature gives the network administrator complete control
+                                               over how their network is configured and secured. 
+                                       </p>
+       
+                                       <p class="copy">
+                                               <a href="//wiki.ipfire.org/en/configuration/firewall/start">
+                                                       Firewall Documentation
+                                               </a>
+                                       </p>
                
                                        <h4 class="secondHeadline">Web User-Interface screenshots</h4>
                
                        <section id="pakfire">
                                <h3 class="headline">Pakfire</h3>
                                <h5 class="subheadline">{{ _("The IPFire package management system") }}</h5>
-               
-                               {% if lang == "de" %}
-                                       <p class="copy">
-                                               Vom technischen Standpunkt aus ist IPFire ein schlankes, gehärtetes
-                                               Firewall-System, welches den Paketmanager Pakfire mitbringt.
-                                               Die primäre Aufgabe von Pakfire ist es, Systemupdates mit nur einem Klick
-                                               einspielen zu können.
-                                               Somit ist es ganz leicht <a href="/features/updates">Sicherheitslücken
-                                               zu schließen und Bugfixes sowie neue Funktionen zu installieren</a>.
-                                               Dies macht IPFIre sicherer und schneller - oder einfach: besser.
-                                       </p>
-                                       <p class="copy">
-                                               Eine weitere Aufgabe ist es, zusätzliche Addons zu installieren, welche die
-                                               Funktionen des Systems erweitern.
-       
-                                               Einige beliebte sind unter anderen:
-       
-                                               <ul>
-                                                       <li>Datei- und Druckdienste wie <em>samba</em> und <em>vsftpd</em></li>
-                                                       <li>Kommunikationslösungen wie <em>Asterisk</em></li>
-                                                       <li>
-                                                               Verschiedene Kommandozeilenhelfer wie
-                                                               <em>tcpdump</em>, <em>nmap</em>, <em>traceroute</em>
-                                                               und viele mehr.
-                                                       </li>
-                                               </ul>
-                                       </p>
-       
-                               {% else %}
-                                       <p class="copy">
-                                               From a technical point of view, IPFire is a minimalistic, hardened firewall system
-                                               which comes with an integrated package manager called Pakfire.
-                                               The primary task of Pakfire is to update the system with only a single click.
-                                               It is very easy to install <a href="/features/updates">security patches,
-                                               bugfixes and feature enhancements</a>, which make IPFire safer and faster
-                                               - or simply: better.
-                                       </p>
-                                       <p class="copy">
-                                               Another task of Pakfire is to install additional software that adds new
-                                               functionality to the IPFire system.
-       
-                                               Some useful of them are:
-                                       
-                                               <ul>
-                                                       <li>File sharing services such as Samba and vsftpd</li>
-                                                       <li>Communications server using Asterisk</li>
-                                                       <li>
-                                                               Various command-line tools as <em>tcpdump</em>,
-                                                               <em>nmap</em>, <em>traceroute</em> and many more.
-                                                       </li>
-                                               </ul>
-                                       </p>
-                               {% end %}
-               
+
+                               <p class="copy">
+                                       From a technical point of view, IPFire is a minimalistic, hardened firewall system
+                                       which comes with an integrated package manager called Pakfire.
+                                       The primary task of Pakfire is to update the system with only a single click.
+                                       It is very easy to install <a href="/features/updates">security patches,
+                                       bugfixes and feature enhancements</a>, which make IPFire safer and faster
+                                       - or simply: better.
+                               </p>
+                               <p class="copy">
+                                       Another task of Pakfire is to install additional software that adds new
+                                       functionality to the IPFire system.
+
+                                       Some useful of them are:
+                               
+                                       <ul>
+                                               <li>File sharing services such as Samba and vsftpd</li>
+                                               <li>Communications server using Asterisk</li>
+                                               <li>
+                                                       Various command-line tools as <em>tcpdump</em>,
+                                                       <em>nmap</em>, <em>traceroute</em> and many more.
+                                               </li>
+                                       </ul>
+                               </p>
                
                                <div class="row my-gallery" itemscope itemtype="http://schema.org/ImageGallery">
                                        <figure class="col-sm-12 col-md-3" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
                                                </a>
                                        </figure>
                                </div>
-               
-                               {% if lang == "de" %}
-                                       <h4 class="secondHeadline">Pakfire als Buildsystem</h4>
-                                       <p class="copy">
-                                               Das kommende Major-Release von IPFire wird eine neue
-                                               Generation des Pakfire Paketmanagementsystems mitbringen.
-                                               Diese ist schneller, sicherer und einfacher zu bedienen.
-                                               Dazu kommen unzählige neue Funktionen.
-                                       </p>
-                                       <p class="copy">
-                                               Eine der neuen Funktionen ist, dass pakfire
-                                               nun auch als Buildsystem fungiert.
-                                               Ein auf die IPFire-Distribution angepasstes Buildsystem
-                                               hat die Produktivität der Entwickler immens gesteigert.
-                                               Neue Pakete zu bauen ist nun einfacher und nimmt weniger
-                                               Zeit in Anspruch.
-                                       </p>
-                                       <p class="copy">
-                                               Qualitätssicherung ist jetzt eine Aufgabe für alle.
-                                               Mehr dazu auf <a href="//pakfire.ipfire.org/">pakfire.ipfire.org</a>.
-                                       </p>
-       
-                                       <hr class="separator">
-                               {% else %}
-                                       <h4 class="secondHeadline">Pakfire as a build system</h4>
-                                       <p class="copy">
-                                               The next major release of IPFire will also ship a new generation
-                                               of the Pakfire packagement system.
-                                               This new generation has been made faster, more secure, more
-                                               easy to handle and adds a whole bunch of new features.
-                                       </p>
-                                       <p class="copy">
-                                               One of this features is that pakfire is now the
-                                               buildsystem as well. Having a customized build system for
-                                               the needs of IPFire and the IPFire developers improved
-                                               the development process very much. Building new packages
-                                               became a lot more easy and less time-consuming.
-                                       </p>
-                                       <p class="copy">
-                                               Quality assurance became more social right now. Check it
-                                               out at <a href="//pakfire.ipfire.org/">pakfire.ipfire.org</a>.
-                                       </p>
-                               {% end %}
+
+                               <h4 class="secondHeadline">Pakfire as a build system</h4>
+                               <p class="copy">
+                                       The next major release of IPFire will also ship a new generation
+                                       of the Pakfire packagement system.
+                                       This new generation has been made faster, more secure, more
+                                       easy to handle and adds a whole bunch of new features.
+                               </p>
+                               <p class="copy">
+                                       One of this features is that pakfire is now the
+                                       buildsystem as well. Having a customized build system for
+                                       the needs of IPFire and the IPFire developers improved
+                                       the development process very much. Building new packages
+                                       became a lot more easy and less time-consuming.
+                               </p>
+                               <p class="copy">
+                                       Quality assurance became more social right now. Check it
+                                       out at <a href="//pakfire.ipfire.org/">pakfire.ipfire.org</a>.
+                               </p>
                        </section>
                        
                        <div class="divider"></div>
                
                        <section id="updates">
                                <h3 class="headline">{{ _("Updates") }}</h3>
-               
-                               {% if lang == "de" %}
-                                       <p class="copy">
-                                               IPFire basiert auf Linux, dem besten Open-Source-Kernel, den es gibt.
-                                               Ebenso basiert IPFire <strong>nicht</strong> auf irgendeiner Distribution
-                                               wie z.B. Knoppix auf Debian basiert sondern wird aus den Sourcen einer
-                                               großen Anzahl von Paketen gebaut. Dieser Prozess der Entwicklung kostet
-                                               viel Zeit, gibt allerdings die Möglichkeit nicht von Updatezyklen anderer
-                                               abzuhängen. Dagegen hat es den Vorteil besonders zuverlässige Versionen
-                                               eines Softwarepakets auszuwählen und den größten Teil der Distribution
-                                               daraus aufzubauen. Der Kernel hingegen wird laufend aktualisiert und
-                                               gepatcht um aktuelle und eine möglichst breite Palette an Hardware zu
-                                               unterstützen - und viel wichtiger, Sicherheitsupdates zeitnah zur
-                                               Verfügung zu stellen.
-                                       </p>
-                                       <p class="copy">
-                                               Das macht IPFire zu einem sehr leistungsfähigen und gleichzeitig
-                                               gehärtetem System.
-                                       </p>
-                                       <p class="copy">
-                                               Um dies beizubehalten und kompatibel zu der Vielzahl an Hardware auf
-                                               dem Markt zu bleiben, werden sogenannte "Core Updates" in einem Abstand
-                                               von etwa vier Wochen herausgegeben, um gesammelte Patches auszuliefern.
-                                               Im Falle eines kritischen Sicherheitsproblems in einem der Pakete gibt
-                                               es Sicherheitsupdates innerhalb weniger als 24 Stunden.
-                                       </p>
-                                       <p class="copy">
-                                               Alle Updates können mittels des Paketmanagementsystems eingespielt werden
-                                               und die Benutzer werden per Email über eben diese informiert. So ist
-                                               in allen Fällen das Update nach einem einzigen Klick installiert und
-                                               das System ist wieder gesichert im Internet.
-                                       </p>
-                               {% else %}
-                                       <p class="copy">
-                                               IPFire is based on Linux, which is the best Open Source kernel around.
-                                               Additionally, IPFire is <strong>not</strong> based on any other
-                                               distribution like Knoppix is on Debian. It is compiled from the sources
-                                               of every single package. This consumes a lot of work, but finally
-                                               gives the opportunity to not rely on the update cycles of others.
-                                               The advantages we gain is that we are able to select very stable
-                                               versions of software and build the distribution from them. For example
-                                               is the most part of the distribution quite well tested and long maintained
-                                               - in contrast to the kernel which is very recent and regularly updated
-                                               with patches to support as much hardware as possible and more importantly
-                                               fix security errors.
-                                       </p>
-                                       <p class="copy">
-                                               This is what makes IPFire a very strong and hardened system.
-                                       </p>
-                                       <p class="copy">
-                                               To keep up that strength and be prepared for new
-                                               <a href="/features/hardware">hardware</a>, we give
-                                               out the so called <strong>Core Updates</strong> which are issued in
-                                               about every four weeks and updating collected fixes. If there is a
-                                               security emergency,     we provide updates in less than a day to overcome
-                                               zero-day holes in the system.
-                                       </p>
-                                       <p class="copy">
-                                               All of the updates can be installed by the
-                                               <a href="/features/pakfire">package management system</a>
-                                               and users are notified by mail. So in all cases, the update is just
-                                               a simple click and your system is running safe again.
-                                       </p>
-                               {% end %}
+
+                               <p class="copy">
+                                       IPFire is based on Linux, which is the best Open Source kernel around.
+                                       Additionally, IPFire is <strong>not</strong> based on any other
+                                       distribution like Knoppix is on Debian. It is compiled from the sources
+                                       of every single package. This consumes a lot of work, but finally
+                                       gives the opportunity to not rely on the update cycles of others.
+                                       The advantages we gain is that we are able to select very stable
+                                       versions of software and build the distribution from them. For example
+                                       is the most part of the distribution quite well tested and long maintained
+                                       - in contrast to the kernel which is very recent and regularly updated
+                                       with patches to support as much hardware as possible and more importantly
+                                       fix security errors.
+                               </p>
+                               <p class="copy">
+                                       This is what makes IPFire a very strong and hardened system.
+                               </p>
+                               <p class="copy">
+                                       To keep up that strength and be prepared for new
+                                       <a href="/features/hardware">hardware</a>, we give
+                                       out the so called <strong>Core Updates</strong> which are issued in
+                                       about every four weeks and updating collected fixes. If there is a
+                                       security emergency,     we provide updates in less than a day to overcome
+                                       zero-day holes in the system.
+                               </p>
+                               <p class="copy">
+                                       All of the updates can be installed by the
+                                       <a href="/features/pakfire">package management system</a>
+                                       and users are notified by mail. So in all cases, the update is just
+                                       a simple click and your system is running safe again.
+                               </p>
                        </section>
                        
                        <div class="divider"></div>
                
                        <section id="dialup">
                                <h3 class="headline">{{ _("Dialup") }}</h3>
-               
-                               {% if lang == "de" %}
-                                       <p class="copy">
-                                               IPFire ist als Internet-Gateway in der Lage über verschiedene
-                                               (Einwahl-)Techniken eine Verbindung zum Internet aufzubauen.
-                                       </p>
-                                       <p class="copy">
-                                               Es werden alle gängigen Breitbandzugangsarten wie auch mobile Zugänge unterstützt:
-                                       </p>
-                                       
-                                       <ul>
-                                               <li>
-                                                       <strong>VDSL</strong><br>
-                                                       VDSL ist die Abkürzung für <em>Very High Data Rate Digital Subscriber Line</em> und
-                                                       bietet in Deutschland derzeit Bandbreiten bis zu 50 MBit/s im Downstream und 10 MBit/s im Upstream.
-                                                       Damit eignet sich VDSL für die Zukunft und bringt auch IPTV mit sich. Mit IPFire kann der herkömmliche
-                                                       Router ausgetauscht werden und auf ein vollwertiges System gesetzt werden, das den IPTV-Stream ins
-                                                       eigene Netz bringt.
-                                               </li>
-                                               <li>
-                                                       <strong>ADSL / SDSL</strong><br>
-                                                       Selbstverständlich wird auch herkömmliches DSL unterstützt, wobei es sich
-                                                       technisch um PPPoE oder PPPoA handelt. In einigen Ländern ist auch PPTP als Protokoll verbreitet und
-                                                       wird ebenso unterstützt.
-                                               </li>
-                                               <li>
-                                                       <strong>Ethernet</strong><br>
-                                                       Über Ethernet kann IPFire ebenfalls mit dem Internet verbunden werden und
-                                                       eine IP-Adresse entweder per DHCP beziehen oder statisch konfiguriert werden. Das wird u.a. bei
-                                                       Verbindungen über Kabel genutzt.
-                                               </li>
-                                               <li>
-                                                       <strong>3. Generation</strong><br>
-                                                       Über USB-Modems wird auch jede Art von mobilen Breitbandverbindungen
-                                                       unterstützt, welche bekannt sind unter den Bezeichnungen UMTS, 3G, CDMA, HSDPA oder LTE.
-                                               </li>
-                                       </ul>
-                               {% else %}
-                                       <p class="copy">
-                                               IPFire as an Internet Gateway is able to dialup through various techniques
-                                               to connect to the Internet.
-                                       </p>
-                                       <p class="copy">
-                                               It supports all popular types of broadband access, as well as mobile access:
-                                       </p>
-                                       
-                                       <ul>
-                                               <li>
-                                                       <strong>VDSL</strong><br>
-                                                       VDSL is short for <em>Very High Data Rate Digital Subscriber Line</em> and
-                                                       it currently offers bandwidth up to 50 Mbit/s downstream and 10 Mbit/s upstream.
-                                                       VDSL brings the possibility of using new technologies such as IPTV. With IPFire, a conventional
-                                                       router can be replaced by a full-fledged system that brings the IPTV stream into your own home network.
-                                               </li>
-                                               <li>
-                                                       <strong>ADSL / SDSL</strong><br>
-                                                       Conventional DSL is also supported, although it is technically
-                                                       called also PPPoE or PPPoA. In some countries, the PPTP protocol is also widely used and it is also fully
-                                                       supported by IPFire.
-                                               </li>
-                                               <li>
-                                                       <strong>Ethernet</strong><br>
-                                                       Over Ethernet, IPFire can also be connected to the Internet and obtain
-                                                       an IP address either via DHCP or static configuration.
-                                               </li>
-                                               <li>
-                                                       <strong>4G / 3G</strong><br>
-                                                       Mobile broadband connections over USB modems, which are also known by the names
-                                                       UMTS, 3G, CDMA, HSDPA or LTE are also supported by IPFire.
-                                               </li>
-                                       </ul>
-                               {% end %}
+
+                               <p class="copy">
+                                       IPFire as an Internet Gateway is able to dialup through various techniques
+                                       to connect to the Internet.
+                               </p>
+                               <p class="copy">
+                                       It supports all popular types of broadband access, as well as mobile access:
+                               </p>
+                               
+                               <ul>
+                                       <li>
+                                               <strong>VDSL</strong><br>
+                                               VDSL is short for <em>Very High Data Rate Digital Subscriber Line</em> and
+                                               it currently offers bandwidth up to 50 Mbit/s downstream and 10 Mbit/s upstream.
+                                               VDSL brings the possibility of using new technologies such as IPTV. With IPFire, a conventional
+                                               router can be replaced by a full-fledged system that brings the IPTV stream into your own home network.
+                                       </li>
+                                       <li>
+                                               <strong>ADSL / SDSL</strong><br>
+                                               Conventional DSL is also supported, although it is technically
+                                               called also PPPoE or PPPoA. In some countries, the PPTP protocol is also widely used and it is also fully
+                                               supported by IPFire.
+                                       </li>
+                                       <li>
+                                               <strong>Ethernet</strong><br>
+                                               Over Ethernet, IPFire can also be connected to the Internet and obtain
+                                               an IP address either via DHCP or static configuration.
+                                       </li>
+                                       <li>
+                                               <strong>4G / 3G</strong><br>
+                                               Mobile broadband connections over USB modems, which are also known by the names
+                                               UMTS, 3G, CDMA, HSDPA or LTE are also supported by IPFire.
+                                       </li>
+                               </ul>
                        </section>
                        
                        <div class="divider"></div>
                
                        <section id="proxy">
                                <h3 class="headline">{{ _("Web proxy") }}</h3>
-               
-                               {% if lang == "de" %}
-                                       <p class="copy">
-                                               Der Webproxy in IPFire, die Open-Source-Software Squid, ist der Linux und UNIX-Welt nicht unbekannt
-                                               und steht unter der GNU General Public License. Nicht nur ISPs, Universitäten, Schulen und grosse
-                                               Firmen nutzen diesen Proxy, denn seine Vielfältigkeit, Stabilität und ausgereifte Entwicklung macht
-                                               ihn auch für kleine Heimnetzwerke zu einem nutzvollen Partner. Ergänzend zur zustandsgesteuerten
-                                               Paketfilterung auf TCP/IP Ebene der Firewall können somit auch Inhalte, die über das HTTP-Protokoll
-                                               übertragen werden, analysiert und geregelt werden. Dabei können sowohl  HTTP-, HTTPS- sowie
-                                               FTP-Inhalte über Squid angefordert werden.
-                                       </p>
-                                       <ul>
-                                               <li>
-                                                       <strong>Sicherheit:</strong> Der Client fragt nicht selbst, er lässt seinen Proxy fragen.
-                                                       Die Antwort des Servers geht wieder an den Proxy und nicht an den Client. Der Client tritt
-                                                       somit nicht selbst in Erscheinung. Ein damit verbundener Angriff würde also in erster Linie
-                                                       den Proxy und nicht den Client treffen. Es stehen auch Funktionen zum Datenschutz zur Verfügung,
-                                                       was einen Vorteil gegenüber einem reinen NAT Router darstellt.
-                                               </li>
-                                               <li>
-                                                       <strong>Authentifizierung:</strong> Über Access-Listen kann Squid auch veranlasst werden,
-                                                       Zugriffe nur nach einer Benutzerauthentifizierung zuzulassen. Hierbei stehen LDAP, identd,
-                                                       Windows, Radius oder Lokale Authentifizierungsmethoden zur Verfügung, womit sich der Webproxy
-                                                       zum Beispiel an einen Microsoft Windows Domänencontroller anbinden lässt und nur Mitarbeitern
-                                                       der Zugang zum Internet gewährt werden kann.
-                                               </li>
-                                               <li>
-                                                       <strong>Kontrolle der Zugriffe:</strong> Soll der Internetzugriff nur zu speziellen Tageszeiten
-                                                       oder auch komplett für einzelne oder mehrere Clients eingeschränkt werden, kann dies über die
-                                                       “Netzwerkbasierten Zugriffskontrolle” geschehen, welche man im Webinterface findet. Ein sinnvoller
-                                                       Anwendungsbereich dafür sind z.B. Schulen.
-                                               </li>
-                                               <li>
-                                                       <strong>Protokollierung:</strong> Da jeder Zugriff über den Proxy protokolliert werden kann, bieten
-                                                       sich Möglichkeiten zur Überprüfung der Zugriffe im Nachhinein an und es können auch Statistiken
-                                                       und Abrechnungen erstellt werden. Durch das Analyseprogramm Calamaris lassen sich die Logdateien
-                                                       in unterschiedlichsten Kriterien über das IPFire Webinterface übersichtlich darstellen.
-                                               </li>
-                                               <li>
-                                                       <strong>Bandbreitenmanagement:</strong> Das Downloadmanagement lässt eine Kontrolle der Bandbreite
-                                                       für spezifizierte Bereiche zu. So können inhaltsbasierte Drosselungen zum Beispiel für Binärdateien,
-                                                       CD-Images oder Multimediadaten ebenso konfiguriert werden wie eine Download Drosselung der einzelnen
-                                                       Zonen oder für Hosts in den jeweiligen Zonen.
-                                               </li>
-                                       </ul>
-                               {% else %}
-                                       <p class="copy">
-                                               IPFire includes a full-fledged web proxy, which is the well-known, open-source software Squid. It is used by ISPs, universities, schools and large companies use because of its diversity, stability and mature development. Even for small home networks, it
-                                               is a useful feature. In addition to the stateful paket inspection (SPI) filtering by the firewall on
-                                               the TCP/IP layer, the web content which is transmitted over HTTP, HTTPS or FTP can be analysed
-                                               and filtered as well.
-                                       </p>
-                                       <ul>
-                                               <li>
-                                                       <strong>Security:</strong> The client does not query web servers directly, it queries the proxy first.
-                                                       The server response goes back to the proxy and not to the client, which actually does not technically even appear on the
-                                                       Internet. A related attack would therefore primarily reach the proxy and not the client. There are also
-                                                       functions available for data privacy, which is an significant advantage in comparison to a pure NAT router.
-                                               </li>
-                                               <li>
-                                                       <strong>Authentication:</strong> Using the access lists, the web proxy can also be configured to allow
-                                                       access only after a user has been authenticated. At this point you have the choice between LDAP, identd,
-                                                       Windows, Radius or local authentication methods. The web proxy can connect, for example to a
-                                                       Microsoft Windows domain controller and only the users of that Windows domain can be granted access to the Internet.
-                                               </li>
-                                               <li>
-                                                       <strong>Authorization:</strong> If the Internet access needs to  be limited to specific time of a day,
-                                                       or if it should be even completely disabled for any clients, is this easily configured by the
-                                                       “network-based access control”, which can also be found on the IPFire web interface. A useful application for this feature can be for example, a school classroom.
-                                               </li>
-                                               <li>
-                                                       <strong>Logging:</strong> Since each access can be logged over the proxy, possibilities for the
-                                                       examination of the accessed content can be very useful, as well as statistics and bills can be issued afterwards.
-                                                       Through the use of a logfile analyzer named Calamaris, log files can be charted by varying criteria
-                                                       on the IPFire web interface.
-                                               </li>
-                                               <li>
-                                                       <strong>Bandwidth management:</strong> The download management function allows for control of the bandwidth
-                                                       to specified zones. Thus, content-based throttling (for example for binary files, CD images or
-                                                       multimedia content) is configurable with bandwidth limitations for individual zones or for each host
-                                                       in a particular zone.
-                                               </li>
-                                       </ul>
-                               {% end %}
-               
+
+                               <p class="copy">
+                                       IPFire includes a full-fledged web proxy, which is the well-known, open-source software Squid. It is used by ISPs, universities, schools and large companies use because of its diversity, stability and mature development. Even for small home networks, it
+                                       is a useful feature. In addition to the stateful paket inspection (SPI) filtering by the firewall on
+                                       the TCP/IP layer, the web content which is transmitted over HTTP, HTTPS or FTP can be analysed
+                                       and filtered as well.
+                               </p>
+                               <ul>
+                                       <li>
+                                               <strong>Security:</strong> The client does not query web servers directly, it queries the proxy first.
+                                               The server response goes back to the proxy and not to the client, which actually does not technically even appear on the
+                                               Internet. A related attack would therefore primarily reach the proxy and not the client. There are also
+                                               functions available for data privacy, which is an significant advantage in comparison to a pure NAT router.
+                                       </li>
+                                       <li>
+                                               <strong>Authentication:</strong> Using the access lists, the web proxy can also be configured to allow
+                                               access only after a user has been authenticated. At this point you have the choice between LDAP, identd,
+                                               Windows, Radius or local authentication methods. The web proxy can connect, for example to a
+                                               Microsoft Windows domain controller and only the users of that Windows domain can be granted access to the Internet.
+                                       </li>
+                                       <li>
+                                               <strong>Authorization:</strong> If the Internet access needs to  be limited to specific time of a day,
+                                               or if it should be even completely disabled for any clients, is this easily configured by the
+                                               “network-based access control”, which can also be found on the IPFire web interface. A useful application for this feature can be for example, a school classroom.
+                                       </li>
+                                       <li>
+                                               <strong>Logging:</strong> Since each access can be logged over the proxy, possibilities for the
+                                               examination of the accessed content can be very useful, as well as statistics and bills can be issued afterwards.
+                                               Through the use of a logfile analyzer named Calamaris, log files can be charted by varying criteria
+                                               on the IPFire web interface.
+                                       </li>
+                                       <li>
+                                               <strong>Bandwidth management:</strong> The download management function allows for control of the bandwidth
+                                               to specified zones. Thus, content-based throttling (for example for binary files, CD images or
+                                               multimedia content) is configurable with bandwidth limitations for individual zones or for each host
+                                               in a particular zone.
+                                       </li>
+                               </ul>
                
                                <h4 class="secondHeadline">{{ _("Content filter") }}</h4>
-       
-                               {% if lang == "de" %}
-                                       <p class="copy">
-                                               SquidGuard ist ein URL-Filter, der über den Redirektor-Mechanismus an den Proxy angebunden wird.
-                                               Das Herz stellen sogenannte Blacklists dar, die von offizieller Seite erstellt, eine Reihe von
-                                               klassifizierten Webseiten enthalten und über das Webinterface automatisch auf dem neuesten Stand
-                                               gehalten werden. Es stehen unterschiedliche, freie Quellen für vorgefertigte Blacklists zur Verfügung,
-                                               die erlauben unter anderem jugendgefährdende Inhalte, Shopping-, Warez-, Social-Networking- oder
-                                               gewaltverherrlichende Seiten zu filtern.
-                                       </p>
-                                       <p class="copy">
-                                               Individuelle Erweiterungen einzelner Domains oder URLs können für Blacklists und ebenso für Whitelists
-                                               über das Webinterface eingerichtet werden. IPFire bietet auch einen Blacklist-Editor, der das Editieren
-                                               und erstellen eigener Blacklists über das Webinterface anbietet.
-                                       </p>
-                                       <p class="copy">
-                                               Mögliche Anwendungsbereiche für SquidGuard auf dem IPFire sind:
-                                       </p>
-                                       <ul>
-                                               <li>
-                                                       Sperren oder Einschränken spezieller Internet Inhalte in Abhängigkeit von Uhrzeit, Benutzer
-                                                       und verwendetem Rechner.
-                                               </li>
-                                               <li>
-                                                       Verhinderung des Zugriffs auf bestimmte (z.B. jugendgefährdende) Seiten.
-                                               </li>
-                                               <li>
-                                                       Ausblenden von Werbung.
-                                               </li>
-                                       </ul>
-                               {% else %}
-                                       <p class="copy">
-                                               SquidGuard is a URL filter add-on which is connected via the redirector mechanism of the proxy.
-                                               The heart of SquidGuard is something called a "blacklist." This is a content control list created by the official site. These lists contain a number of categorically-classified websites and can be kept up-to-date automatically. There are different, independent
-                                               sources for pre-built blacklists available, which allow among other classes filtering for adult
-                                               content, shopping, warez, social networking, or sites containing violent/abusive content.
-                                       </p>
-                                       <p class="copy">
-                                               Individual extensions for particular domains or URLs can be set up on the IPFire web interface for
-                                               blacklists and whitelists as well. IPFire also offers a black list editor, that makes the editing
-                                               and creating your own blacklists quite easy.
-                                       </p>
-                                       <p class="copy">
-                                               Possible areas of application for the SquidGuard on IPFire are:
-                                       </p>
-                                       <ul>
-                                               <li>
-                                                       Block or restrict Internet content conditionally by time, user and/or computers.
-                                               </li>
-                                               <li>
-                                                       Preventing access to certain (eg. youth-endangering) pages and content categories.
-                                               </li>
-                                               <li>
-                                                       Hiding advertising.
-                                               </li>
-                                       </ul>
-                               {% end %}
-               
-               
-                                       <h4 class="secondHeadline">{{ _("Update accelerator") }}</h4>
-               
-                                       {% if lang == "de" %}
-                                               <p class="copy">
-                                                       Der Update-Accelerator ist ein System, das Updates für z.B. Betriebssysteme erheblich beschleunigen
-                                                       kann. Dazu werden alle heruntergeladenen Updates zwischengespeichert und bei einem weiteren Download
-                                                       aus dem lokalen Cache ausgeliefert.
-                                               </p>
-                                               <p class="copy">
-                                                       Bei Service Packs für Microsoft Windows, die oft einige hundert Megabytes haben, lohnt sich dieses
-                                                       Speichern massiv, aber auch Virenscanner und andere Produkte profitieren hiervon und machen ein Update von
-                                                       allen Workstations in der Firma zu einer schnell erledigten Aufgabe.
-                                               </p>
-                                       {% else %}
-                                               <p class="copy">
-                                                       The Update Accelerator is a feature that can greatly accelerate deploying updates for operating systems.
-                                                       All downloaded updates are cached and if requested another time, are delivered from the cache.
-                                               </p>
-                                               <p class="copy">
-                                                       For example, Service Packs for Microsoft Windows (which often are several hundred megabytes) are cached for future retrieval, as well as virus scanner definition updates and other product updates which the system automatically identifies. This saves a massive amount of time when updating large amounts of computers (such as corporate networks). 
-                                               </p>
-                                       {% end %}
-               
+
+                               <p class="copy">
+                                       SquidGuard is a URL filter add-on which is connected via the redirector mechanism of the proxy.
+                                       The heart of SquidGuard is something called a "blacklist." This is a content control list created by the official site. These lists contain a number of categorically-classified websites and can be kept up-to-date automatically. There are different, independent
+                                       sources for pre-built blacklists available, which allow among other classes filtering for adult
+                                       content, shopping, warez, social networking, or sites containing violent/abusive content.
+                               </p>
+                               <p class="copy">
+                                       Individual extensions for particular domains or URLs can be set up on the IPFire web interface for
+                                       blacklists and whitelists as well. IPFire also offers a black list editor, that makes the editing
+                                       and creating your own blacklists quite easy.
+                               </p>
+                               <p class="copy">
+                                       Possible areas of application for the SquidGuard on IPFire are:
+                               </p>
+                               <ul>
+                                       <li>
+                                               Block or restrict Internet content conditionally by time, user and/or computers.
+                                       </li>
+                                       <li>
+                                               Preventing access to certain (eg. youth-endangering) pages and content categories.
+                                       </li>
+                                       <li>
+                                               Hiding advertising.
+                                       </li>
+                               </ul>
                
-                                       <h4 class="secondHeadline">{{ _("Transparent virus scanner") }}</h4>
                
-                                       {% if lang == "de" %}
-                                               <p class="copy">
-                                                       Das Paketmanagement bietet das Addon “SquidClamAV” zur Erweiterung an. Somit steht dem Webproxy
-                                                       ein Virenscanner zur Verfügung, der in Echtzeit den Datenverkehr nach Viren mit Hilfe des bekannten
-                                                       ClamAV prüft.
-                                               </p>
-                                               <p class="copy">
-                                                       Der zusätzliche Schutz zu einem herkömmlichen Virenscanner besteht vor allem darin, dass die Dateien
-                                                       nicht erst auf den Client-Rechner gelangen, bevor der Virenscan ausgeführt werden kann. Potentielle
-                                                       Schädlinge werden vor dem Download durch SquidClamAV geblockt.
-                                               </p>
-                                       {% else %}
-                                               <p class="copy">
-                                                       The package manager Pakfire offers the addon SquidClamAV - a virus scanner for the web proxy. This checks in real-time all web traffic for viruses, utilizing the ClamAV virus definitions and scanning engine.
-                                               </p>
-                                               <p class="copy">
-                                                       The additional protection to a conventional virus scanner lies in the fact that the files are transparently checked before ever making it to the client machine before the client machine's virus scan can be performed. So potentially-malicious files are blocked by
-                                                       SquidClamAV before the client's actual download.
-                                               </p>
-                                       {% end %}
+                               <h4 class="secondHeadline">{{ _("Update accelerator") }}</h4>
+
+                               <p class="copy">
+                                       The Update Accelerator is a feature that can greatly accelerate deploying updates for operating systems.
+                                       All downloaded updates are cached and if requested another time, are delivered from the cache.
+                               </p>
+                               <p class="copy">
+                                       For example, Service Packs for Microsoft Windows (which often are several hundred megabytes) are cached for future retrieval, as well as virus scanner definition updates and other product updates which the system automatically identifies. This saves a massive amount of time when updating large amounts of computers (such as corporate networks). 
+                               </p>
+                                       
+                               <h4 class="secondHeadline">{{ _("Transparent virus scanner") }}</h4>
+               
+                               <p class="copy">
+                                       The package manager Pakfire offers the addon SquidClamAV - a virus scanner for the web proxy. This checks in real-time all web traffic for viruses, utilizing the ClamAV virus definitions and scanning engine.
+                               </p>
+                               <p class="copy">
+                                       The additional protection to a conventional virus scanner lies in the fact that the files are transparently checked before ever making it to the client machine before the client machine's virus scan can be performed. So potentially-malicious files are blocked by
+                                       SquidClamAV before the client's actual download.
+                               </p>
                        </section>
                        
                        <div class="divider"></div>
                
                        <section id="crypto">
                                <h3 class="headline">{{ _("Cryptography") }}</h3>
+
+                               <p class="copy">
+                                       Cryptography is one of the foundations for various services
+                                       like <a href="#vpn">VPNs</a> and secure communication on the Internet.
+                                       Therefore, IPFire is putting an emphasis on this topic.
+                               </p>
+               
+                               <h4 class="secondHeadline">{{ _("Hardware Acceleration") }}</h4>
+               
+                               <p class="copy">
+                                       <span class="badge badge-success">IPFire 2.15 - Core Update 77</span>
+                                       IPFire can use various crypto processors like those to be found
+                                       in AMD Geode CPUs, the VIA Padlock or CPU extensions like AES-NI
+                                       of recent Intel and AMD CPUs.
+                                       These help us to achieve much better throughput where ever
+                                       data is sent through an encrypted tunnel.
+                               </p>
+
+                               <ul>
+                                       <li>
+                                               <a href="//wiki.ipfire.org/en/cryptography/hardware">
+                                                       List of supported crypto hardware
+                                               </a>
+                                       </li>
+                               </ul>
                
-                                       {% if lang == "de" %}
-                                               <p class="copy">
-                                                       Kryptographie ist die Basis für viele Dienste wie
-                                                       <a href="#vpn">VPNs</a> und sicherer Kommunikation im Internet.
-                                                       Daher legt IPFire einen besonderen Wert auf dieses Thema.
-                                               </p>
-                                       {% else %}
-                                               <p class="copy">
-                                                       Cryptography is one of the foundations for various services
-                                                       like <a href="#vpn">VPNs</a> and secure communication on the Internet.
-                                                       Therefore, IPFire is putting an emphasis on this topic.
-                                               </p>
-                                       {% end %}
-               
-                                       <h4 class="secondHeadline">{{ _("Hardware Acceleration") }}</h4>
-               
-                                       {% if lang == "de" %}
-                                               <p class="copy">
-                                                       <span class="badge badge-success">IPFire 2.15 - Core Update 77</span>
-                                                       IPFire ist in der Lage verschiedene Kryptoprozessoren zu nutzen,
-                                                       wie zum Beispiel den der AMD Geode CPUs, den VIA Padlock oder
-                                                       CPU-Erweiterungen wie die AES-NI-Instruktionen von
-                                                       neueren CPUs von Intel und AMD.
-                                                       Diese helfen einen höheren Datendurchsatz durch verschlüsselte
-                                                       Tunnel zu erreichen.
-                                               </p>
-               
-                                               <ul>
-                                                       <li>
-                                                               <a href="//wiki.ipfire.org/en/cryptography/hardware">
-                                                                       Liste der unterstützten Kryptoprozessoren
-                                                               </a>
-                                                       </li>
-                                               </ul>
-                                       {% else %}
-                                               <p class="copy">
-                                                       <span class="badge badge-success">IPFire 2.15 - Core Update 77</span>
-                                                       IPFire can use various crypto processors like those to be found
-                                                       in AMD Geode CPUs, the VIA Padlock or CPU extensions like AES-NI
-                                                       of recent Intel and AMD CPUs.
-                                                       These help us to achieve much better throughput where ever
-                                                       data is sent through an encrypted tunnel.
-                                               </p>
-               
-                                               <ul>
-                                                       <li>
-                                                               <a href="//wiki.ipfire.org/en/cryptography/hardware">
-                                                                       List of supported crypto hardware
-                                                               </a>
-                                                       </li>
-                                               </ul>
-                                       {% end %}
-               
-                                       <h4 class="secondHeadline">{{ _("Random Number Generators") }}</h4>
-               
-                                       {% if lang == "de" %}
-                                               <p class="copy">
-                                                       <span class="badge badge-success">IPFire 2.15 - Core Update 77</span>
-                                                       IPFire unterstützt ebenfalls verschiedene Hardware-Zufallszahlgeneratoren.
-                                                       Diese generieren Entropie, wird in den Entropie-Pool des Kernels
-                                                       eingespeißt und dann zum Erstellen von sicheren Schlüsseln und
-                                                       zur Beschleunigung von weiteren kryptographischen Operationen verwendet.
-                                               </p>
-               
-                                               <ul>
-                                                       <li>
-                                                               <a href="//wiki.ipfire.org/en/cryptography/entropy">
-                                                                       Liste der unterstützen Zufallszahlgeneratoren
-                                                               </a>
-                                                       </li>
-                                               </ul>
-                                       {% else %}
-                                               <p class="copy">
-                                                       <span class="badge badge-success">IPFire 2.15 - Core Update 77</span>
-                                                       IPFire is also able to use various random hardware number generators
-                                                       to seed the kernel's entropy pool. That entropy is needed to generate
-                                                       secure keys and speeds up cryptographic operations as well.
-                                               </p>
-               
-                                               <ul>
-                                                       <li>
-                                                               <a href="//wiki.ipfire.org/en/cryptography/entropy">
-                                                                       List of supported hardware random number generators
-                                                               </a>
-                                                       </li>
-                                               </ul>
-                                       {% end %}
+                               <h4 class="secondHeadline">{{ _("Random Number Generators") }}</h4>
+
+                               <p class="copy">
+                                       <span class="badge badge-success">IPFire 2.15 - Core Update 77</span>
+                                       IPFire is also able to use various random hardware number generators
+                                       to seed the kernel's entropy pool. That entropy is needed to generate
+                                       secure keys and speeds up cryptographic operations as well.
+                               </p>
+
+                               <ul>
+                                       <li>
+                                               <a href="//wiki.ipfire.org/en/cryptography/entropy">
+                                                       List of supported hardware random number generators
+                                               </a>
+                                       </li>
+                               </ul>
                        </section>
                        
                        <div class="divider"></div>
                        <section id="vpn">
                                <h3 class="headline">{{ _("VPN") }}</h3>
                                <h5 class="subheadline">{{ _("Virtual Private Networks") }}</h5>
-               
-                                       {% if lang == "de" %}
-                                               <p class="copy">
-                                                       IPFire kann zu einem VPN-Gateway (virtal private network - virtuelles, privates Netzwerk)
-                                                       ausgebaut werden, welches Personen mit unterschiedlichem Standort untereinander verbindet.
-                                                       Dies können zum Beispiel Mitarbeiter, Freunde oder Personen sein mit denen man Daten sicher
-                                                       austauschen möchte, aber auch eine Filiale, Außenstelle, wichtige Kunden oder andere Unternehmen
-                                                       mit denen kommuniziert wird.
-                                               </p>
-                                               <p class="copy">
-                                                       Um sich über verschiedene Technologien verbinden zu können unterstützt IPFire die VPN Protokolle
-                                                       IPsec und OpenVPN. Dies erlaubt dem Administrator große Freiheiten bei der Konfiguration des VPNs.
-                                                       Die Verwendung dieser Protokolle erlaubt es IPFire auch sich mit VPN Endpunkten verschiedenster
-                                                       Hardwarehersteller, wie Cisco, Juniper, Checkpoint, etc. zu verbinden.
-                                               </p>
-                                       {% else %}
-                                               <p class="copy">
-                                                       IPFire also includes functionality to create virtual private networks (VPN).
-                                                       A VPN is a gateway which connects remote networks to the local one using an
-                                                       encrypted link.
-                                                       Uses for a VPN include business connections to branch offices or datacenters,
-                                                       as well as providing traveling staff with a secure portal to the corporate network.
-                                               </p>
-                                               <p class="copy">
-                                                       For maximum flexibility, IPFire uses both IPsec and OpenVPN protocols,
-                                                       giving administrators maximum flexibility when configuring their VPN.
-                                                       Use of these protocols allows IPFire to connect to a variety of VPN endpoint
-                                                       devices by manufacturers such as Cisco, Juniper, Checkpoint, etc. 
-                                               </p>
-                                       {% end %}
+
+                               <p class="copy">
+                                       IPFire also includes functionality to create virtual private networks (VPN).
+                                       A VPN is a gateway which connects remote networks to the local one using an
+                                       encrypted link.
+                                       Uses for a VPN include business connections to branch offices or datacenters,
+                                       as well as providing traveling staff with a secure portal to the corporate network.
+                               </p>
+                               <p class="copy">
+                                       For maximum flexibility, IPFire uses both IPsec and OpenVPN protocols,
+                                       giving administrators maximum flexibility when configuring their VPN.
+                                       Use of these protocols allows IPFire to connect to a variety of VPN endpoint
+                                       devices by manufacturers such as Cisco, Juniper, Checkpoint, etc. 
+                               </p>
                                
-                                       <h4 class="secondHeadline">{{ _("IPsec") }}</h4>
-               
-                                       {% if lang == "de" %}
-                                               <p class="copy">
-                                                       IPsec ist ein Standard, der unter den VPN-Technologien weit bekannt
-                                                       ist und im IPv6-Protokoll entwickelt wurde. Da IPv6 allerdings erst
-                                                       langsam seinen Weg in die Welt findet, wurde das IPsec-Protokoll
-                                                       auf IPv4 zurückzuportiert.
-                                               </p>
+                               <h4 class="secondHeadline">{{ _("IPsec") }}</h4>
                
-                                               <p class="copy">
-                                                       Im Gegensatz zu den ebenfalls eingesetzten SSL-VPNs gilt IPsec als
-                                                       schwer einzurichten. Diese Hürde wurde in IPFire beseitigt - zur
-                                                       Verfügung steht ein einfach zu bedienendes User-Interface,
-                                                       in welches man einige Konfigurationsparameter eingibt, welches dann
-                                                       den Rest übernimmt. Ebenso wird automatsich dafür gesorgt, dass die
-                                                       Tunnel geöffnet sind und, dass diese von allein wieder aufgebaut werden,
-                                                       sollte einmal ein Tunnelpartner seine Internetverbindung verlieren.
-                                                       So wird eine sichere und stabile Verbindung zu Filialen, Partnern oder
-                                                       dem Zuhause innerhalb von Minuten eingerichtet und sie ist auch
-                                                       kompatibel zu denen anderer Anbieter.
-                                               </p>
-               
-                                               <p class="copy">
-                                                       Der hohe Grad der Kompatibilität zu anderen Herstellern wird durch
-                                                       die Verwendung der freien Implementierung 
-                                                       <a href="//www.strongswan.org" target="_blank">strongSwan</a>
-                                                       möglich, welches von Andreas Steffen, einem Professor für Sicherheit
-                                                       in der Kommunikationstechnik und Leiter des Instituts für
-                                                       Internetechnologien und -applikationen an der Universität der
-                                                       angewandten Wissenschaften Rapperswil in der Schweiz entwickelt wird.
-                                                       StrongSwan arbeitet besonders gut mit Produkten wie Microsoft Windows 7,
-                                                       Microsoft Windows Vista und macOS zusammen.
-                                               </p>
-                                       {% else %}
-                                               <p class="copy">
-                                                       IPsec is a widely-deployed VPN solution that was originally developed to be used in conjunction with IPv6. Because it was so secure and IPv6 was so slowly deployed, it was backported to secure IPv4 traffic as well.
-                                               </p>
-               
-                                               <p class="copy">
-                                                       In contrast to SSL-VPNs, IPsec is hard to set-up. In IPFire, we
-                                                       thought about how to make this technology easy-to-use and as a result, there
-                                                       is a web user interface that handles all settings and takes care of the rest
-                                                       of the configuration for you. It also keeps the tunnels alive and
-                                                       re-establishes them automatically after a remote site has lost the connection. A secure connection to a branch office, a
-                                                       business partner, or a home office is done within a couple of minutes
-                                                       and compatible with all other implementations.
-                                               </p>
-               
-                                               <p class="copy">
-                                                       This high-level of compatibility is achieved by using the free
-                                                       implementation called
-                                                       <a href="//www.strongswan.org" target="_blank">strongSwan</a>. It is maintained by Andreas Steffen, who is a professor for security in communications and head of the Institute for Internet Technologies
-                                                       and Applications at the University of Applied Sciences Rapperswil, in
-                                                       Switzerland. StrongSwan also works with all current, major operating systems, such as Microsoft
-                                                       Windows 7, Microsoft Windows Vista and macOS.
-                                               </p>
-                                       {% end %}
-               
-               
-                                       <h4 class="secondHeadline">{{ _("OpenVPN") }}</h4>
-               
-                                       {% if lang == "de" %}
-                                               <p class="copy">
-                                                       Unter den Open Source SSL-VPNs ist OpenVPN ein häufig angetroffener und
-                                                       beliebter Vertreter, dessen einfache Konfiguration über das IPFire-
-                                                       Webinterface noch einmal erleichtert wird. Die Firewall-Einstellungen
-                                                       werden von IPFire automatisch geregelt, ebenso werden die benötigten
-                                                       Zertifikate mit wenigen Mausklicks erzeugt und können als kompaktes
-                                                       Client-Paket heruntergeladen, verteilt und mit einem weiteren Klick
-                                                       ausgeführt werden.
-                                               </p>
-                                               <p class="copy">
-                                                       Durch die hohe Kompatibilität zu anderen Betriebssystemen
-                                                       (Microsoft Windows, macOS, Linux, Android, uvm.)
-                                                       eignet sich OpenVPN bestens zur Anbindung sogenannter Roadwarrior-Clients.
-                                                       Eine leicht zu konfigurierende, durch Zertifikate gesicherte,
-                                                       verschlüsselte Anbindung aus dem Internet
-                                                       auf Firmendaten oder das Zuhause liegende Netzwerk kann nicht
-                                                       nur über Notebooks, sondern unter anderem auch über PDAs, Smartphones
-                                                       oder Tablets hergestellt werden.
-                                               </p>
-                                               <p class="copy">
-                                                       Doch neben der Anbindung von Laptops und anderen Handgeräten, kann
-                                                       mit OpenVPN auch eine transparente Verbindung zu Filialen, Partnern
-                                                       und für jeden beliebigen anderen Einsatz erstellt werden.
-                                                       Das ermöglicht sicheren Zugriff auf ein gesamtes Netzwerk ohne
-                                                       aufwändige Konfiguration.
-                                               </p>
-                                       {% else %}
-                                               <p class="copy">
-                                                       OpenVPN is a frequently-encountered and most popular representative
-                                                       of the class of Open Source SSL VPNs.
-                                                       Its relative ease of configuration has again, been made easier
-                                                       by the IPFire web interface. The firewall settings are controlled
-                                                       by IPFire automatically, as well as the required certificates will be
-                                                       generated with a few mouse clicks and can be downloaded and distributed
-                                                       as a very compact client package.
-                                               </p>
-                                               <p class="copy">
-                                                       Due to its high compatibility to all sorts of operating systems,
-                                                       such as Microsoft Windows, macOS, Linux, Android and many more,
-                                                       it is perfectly useful for roadwarrior connections.
-                                                       With those, it is easy to connect your laptop, phone, tablet or
-                                                       other devices to your company network, which makes it easy to
-                                                       work from anywhere in the world.
-                                               </p>
-                                               <p class="copy">
-                                                       But besides connecting portable devices, OpenVPN can also be used
-                                                       to securely connect branches to the headquater.
-                                                       This makes it easy to access resources on other networks
-                                                       remotely without any complicated configuration on each client
-                                                       on your local network.
-                                               </p>
-                                       {% end %}
+                               <p class="copy">
+                                       IPsec is a widely-deployed VPN solution that was originally developed to be used in conjunction with IPv6. Because it was so secure and IPv6 was so slowly deployed, it was backported to secure IPv4 traffic as well.
+                               </p>
+
+                               <p class="copy">
+                                       In contrast to SSL-VPNs, IPsec is hard to set-up. In IPFire, we
+                                       thought about how to make this technology easy-to-use and as a result, there
+                                       is a web user interface that handles all settings and takes care of the rest
+                                       of the configuration for you. It also keeps the tunnels alive and
+                                       re-establishes them automatically after a remote site has lost the connection. A secure connection to a branch office, a
+                                       business partner, or a home office is done within a couple of minutes
+                                       and compatible with all other implementations.
+                               </p>
+
+                               <p class="copy">
+                                       This high-level of compatibility is achieved by using the free
+                                       implementation called
+                                       <a href="//www.strongswan.org" target="_blank">strongSwan</a>. It is maintained by Andreas Steffen, who is a professor for security in communications and head of the Institute for Internet Technologies
+                                       and Applications at the University of Applied Sciences Rapperswil, in
+                                       Switzerland. StrongSwan also works with all current, major operating systems, such as Microsoft
+                                       Windows 7, Microsoft Windows Vista and macOS.
+                               </p>
+
+                               <h4 class="secondHeadline">{{ _("OpenVPN") }}</h4>
+               
+                               <p class="copy">
+                                       OpenVPN is a frequently-encountered and most popular representative
+                                       of the class of Open Source SSL VPNs.
+                                       Its relative ease of configuration has again, been made easier
+                                       by the IPFire web interface. The firewall settings are controlled
+                                       by IPFire automatically, as well as the required certificates will be
+                                       generated with a few mouse clicks and can be downloaded and distributed
+                                       as a very compact client package.
+                               </p>
+                               <p class="copy">
+                                       Due to its high compatibility to all sorts of operating systems,
+                                       such as Microsoft Windows, macOS, Linux, Android and many more,
+                                       it is perfectly useful for roadwarrior connections.
+                                       With those, it is easy to connect your laptop, phone, tablet or
+                                       other devices to your company network, which makes it easy to
+                                       work from anywhere in the world.
+                               </p>
+                               <p class="copy">
+                                       But besides connecting portable devices, OpenVPN can also be used
+                                       to securely connect branches to the headquater.
+                                       This makes it easy to access resources on other networks
+                                       remotely without any complicated configuration on each client
+                                       on your local network.
+                               </p>
                        </section>
                        
                        <div class="divider"></div>
                        <section id="ids">
                                <h3 class="headline">{{ _("Intrusion detection system") }}</h3>
                
-                                       {% if lang == "de" %}
-                                               <p class="copy">
-                                                       Ein Intrusion Dection System, kurz IDS, dient zur Erkennung von Angriffen gegen Computersysteme
-                                                       oder Computernetze. Dabei analysiert das IDS den Netzwerktraffic und durchsucht diesen nach Angriffsmustern.
-                                                       Wird zum Beispiel ein einfacher Portscan auf ein IPFire-System ausgeführt um angebotene Dienste auszuspähen,
-                                                       dann wird dies sofort erkannt.
-                                               </p>
-                                               <p class="copy">
-                                                       Ein IPS, Intrusion Prevention System, hat zusätzlich zu der Erkennung die Aufgabe Aktionen auszuführen.
-                                                       Dabei nimmt es Informationen zum Angriff vom IDS entgegen und handelt entsprechend. Bei dem Beispiel des
-                                                       Portscans würde es den Angreifer blocken damit keine Daten mehr ausgetauscht werden.
-                                               </p>
-                                               <p class="copy">
-                                                       Arbeiten wie in IPFire beide Systeme zusammen nennt man dies ein IDPS (Intrusion detection and prevention
-                                                       system). Ein sehr bekannter Vertreter dafür ist Snort. Das freie Netzwerk Intrusion Dection System (NIDS)
-                                                       analysiert den Datenverkehr und sofern es etwas Auffälliges findet, logt es dieses. IPFire bietet die
-                                                       Möglichkeit die erkannten Angriffe im Webinterface detailliert durchzusehen.
-                                               </p>
-                                               <p class="copy">
-                                                       Automatische Gegenmaßnahmen verrichtet in IPFire Guardian, was optional nachinstalliert werden kann.
-                                               </p>
-                                               <p class="copy">
-                                                       Somit ist ein IDPS ein sinnvoller Zusatz zum herkömmlichen Paketfilter um intelligente Entscheidungen
-                                                       über einkommende Daten zu treffen.
-                                               </p>
-                                       {% else %}
-                                               <p class="copy">
-                                                       An Intrusion Dection System (or IDS), is a piece of software designed to detect attacks against computer systems
-                                                       and networks. Thereby the IDS will analyze the network traffic and search for attack samples. If someone
-                                                       scans the ports of the IPFire-System to see which services are available, the IDS will immediately notice it.
-                                               </p>
-                                               <p class="copy">
-                                                       An Intrusion Prevention System (or IPS), in addition to the detection system, will perform actions.
-                                                       The IPS gets the information from the IDS and reacts accordingly. That means, recalling the example above with
-                                                       the portscan, the system would automatically block the attacker immediately in order to prevent further inquiries.
-                                               </p>
-                                               <p class="copy">
-                                                       It is possible to use IDS and IPS on the IPFire system. We call this system "Intrusion Detection
-                                                       and Prevention System" (or IDPS). A very important deputy of this system is Snort, the free Network Intrusion Dection System
-                                                       (NIDS). It analyzes the network traffic and if something abnormal happens, it will log the event. IPFire gives you
-                                                       the possibility to see it very explicitly in the web interface.
-                                               </p>
-                                               <p class="copy">
-                                                       For automatic prevention, IPFire has an add-on called Guardian which can be installed optionally.
-                                               </p>
-                                               <p class="copy">
-                                                       An IDPS is a wise addition to the normal packet filter. It makes intelligent decisions about
-                                                       incoming and outgoing network traffic and how to deal with it.
-                                               </p>
-                                       {% end %}
+                               <p class="copy">
+                                       An Intrusion Dection System (or IDS), is a piece of software designed to detect attacks against computer systems
+                                       and networks. Thereby the IDS will analyze the network traffic and search for attack samples. If someone
+                                       scans the ports of the IPFire-System to see which services are available, the IDS will immediately notice it.
+                               </p>
+                               <p class="copy">
+                                       An Intrusion Prevention System (or IPS), in addition to the detection system, will perform actions.
+                                       The IPS gets the information from the IDS and reacts accordingly. That means, recalling the example above with
+                                       the portscan, the system would automatically block the attacker immediately in order to prevent further inquiries.
+                               </p>
+                               <p class="copy">
+                                       It is possible to use IDS and IPS on the IPFire system. We call this system "Intrusion Detection
+                                       and Prevention System" (or IDPS). A very important deputy of this system is Snort, the free Network Intrusion Dection System
+                                       (NIDS). It analyzes the network traffic and if something abnormal happens, it will log the event. IPFire gives you
+                                       the possibility to see it very explicitly in the web interface.
+                               </p>
+                               <p class="copy">
+                                       For automatic prevention, IPFire has an add-on called Guardian which can be installed optionally.
+                               </p>
+                               <p class="copy">
+                                       An IDPS is a wise addition to the normal packet filter. It makes intelligent decisions about
+                                       incoming and outgoing network traffic and how to deal with it.
+                               </p>
                        </section>
                        
                        <div class="divider"></div>
                        <section id="qos">
                                <h3 class="headline">{{ _("Quality of Service") }}</h3>
                
-                                       {% if lang == "de" %}
-                                               <p class="copy">
-                                                       Ein Quality of Service, oder kurz QoS, ist in der Lage die Qualität eines Dienstes über eine
-                                                       Internetleitung sicherzustellen. Das bedeutet, dass auf einer stark belasteten Internetverbindung
-                                                       einem Dienst, wie zum Beispiel einem VoIP-Telefonats, ein gewisses Maß an Bandbreite zugesichert
-                                                       werden kann, damit alle Sprachdaten ohne Verzögerung und verlustfrei übertragen werden können.
-                                                       Das geht allerdings zu Lasten der anderen Datenströme auf der Leitung, welche es aber durchaus
-                                                       vertragen, dass Daten langsamer übertragen werden, wie z.B. ein Upload auf einen FTP-Server.
-                                               </p>
-                                               <p class="copy">
-                                                       Ein QoS bietet aber nicht nur bei Echtzeitdiensten Vorteile und macht sie besser benutzbar, sondern
-                                                       bringt auch kleine Verbesserungen mit, die sich angenehm bemerkbar machen. Dazu gehören unter anderem:
-                                               </p>
-                                               <ul>
-                                                       <li>
-                                                               <strong>Schnellerer Verbindungsaufbau:</strong> Verbindungen werden immer rasch aufgebaut und
-                                                               dann nach Dienst eingeordnet und wenn möglich abgebremst. Das verbessert das Arbeitsgefühl.
-                                                       </li>
-                                                       <li>
-                                                               <strong>Stabilere Verbindungen:</strong> da jedem Dienst ein Mindestmaß an Bandbreite zugesichert wird.
-                                                       </li>
-                                               </ul>
-                                               <p class="copy">
-                                                       Für die Klassifizierung der Pakete, die das System wissen lässt mit welcher Art von Daten es zu tun hat,
-                                                       kommt ein Layer-7-Filter zum Einsatz. Dabei wird auch der Inhalt und nicht nur Quell-Ports, -IPs und
-                                                       Ziel-Ports und -IPs eines Pakets untersucht. Mit dem Wissen, ob es sich z.B. um einen langen Download
-                                                       oder um ein Echtzeitprotokoll handelt, kann es Entscheidungen zur optimalen Auslastung der
-                                                       Internetverbindung treffen.
-                                               </p>
-                                               <p class="copy">
-                                                       Zusammengefasst ist das Endergebnis eines QoS, eine Leitung mit geringer Latenzzeit und geringer
-                                                       Paketverlustrate. Eine Funktion, die man schnell nicht mehr vermissen möchte, wo die Bandbreite knapp ist.
-                                               </p>
-                                               <p class="copy">
-                                                       Perfekte Kontrolle über die getätigten Einstellungen, findet man in der graphischen Darstellung der
-                                                       Leitungsauslastung.
-                                               </p>
-                                       {% else %}
-                                               <p class="copy">
-                                                       Quality of Service (QoS) is able to save the quality of a service on one internet connection. This
-                                                       means that on a highly-utilized internet connection, a service (for example VoIP) gets a stable size of bandwidth,
-                                                       to transfer the information without delay and without loss. This is at the expense of the other
-                                                       data flows on the line, which is tolerated, albeit transmitted more slowly (such as a file upload to an FTP server).
-                                               </p>
-                                               <p class="copy">
-                                                       QoS does not only increase the functionality of real-time services, but also offers a little bit of overall improvement. For example:
-                                               </p>
-                                               <ul>
-                                                       <li>
-                                                               <strong>Connections establish much faster.</strong>
-                                                               This is works very well on busy links.
-                                                       </li>
-                                                       <li>
-                                                               <strong>Connections are much more stable.</strong>
-                                                               Every service gets a minimum, guaranteed amount of bandwidth.
-                                                       </li>
-                                               </ul>
-                                               <p class="copy">
-                                                       For the classification of the packets, a Level-7-Filter is used. It also analyses the content, as well as the source-ports/IPs, and destination-ports/IPs of the packets. With that analysis, it will decide if it's a long download or a real-time
-                                                       protocol and then subsequently determines the optimal use of the connection.
-                                               </p>
-                                               <p class="copy">
-                                                       To put all in a nutshell, QoS reduces the latency and packet loss of an
-                                                       internet connection. This is certainly a function that you don't want to miss where bandwidth is limited.
-                                               </p>
-                                       {% end %}
+                               <p class="copy">
+                                       Quality of Service (QoS) is able to save the quality of a service on one internet connection. This
+                                       means that on a highly-utilized internet connection, a service (for example VoIP) gets a stable size of bandwidth,
+                                       to transfer the information without delay and without loss. This is at the expense of the other
+                                       data flows on the line, which is tolerated, albeit transmitted more slowly (such as a file upload to an FTP server).
+                               </p>
+                               <p class="copy">
+                                       QoS does not only increase the functionality of real-time services, but also offers a little bit of overall improvement. For example:
+                               </p>
+                               <ul>
+                                       <li>
+                                               <strong>Connections establish much faster.</strong>
+                                               This is works very well on busy links.
+                                       </li>
+                                       <li>
+                                               <strong>Connections are much more stable.</strong>
+                                               Every service gets a minimum, guaranteed amount of bandwidth.
+                                       </li>
+                               </ul>
+                               <p class="copy">
+                                       For the classification of the packets, a Level-7-Filter is used. It also analyses the content, as well as the source-ports/IPs, and destination-ports/IPs of the packets. With that analysis, it will decide if it's a long download or a real-time
+                                       protocol and then subsequently determines the optimal use of the connection.
+                               </p>
+                               <p class="copy">
+                                       To put all in a nutshell, QoS reduces the latency and packet loss of an
+                                       internet connection. This is certainly a function that you don't want to miss where bandwidth is limited.
+                               </p>
                        </section>
                        
                        <div class="divider"></div>
                        <section id="hardware">
                                <h3 class="headline">{{ _("Hardware") }}</h3>
                
-                                       {% if lang == "de" %}
-                                               <p class="copy">
-                                                       Da IPFire auf einer aktuellen Version des Linux Kernels basiert, ist es möglich
-                                                       eine Breite Palette an neuer Hardware, wie 10-Gigabit-Netzwerkkarten und
-                                                       Wireless-Hardware, ohne zusätzlichen Aufwand zu betreiben.
-                                                       Den Entwicklern ist es ein Anliegen, IPFire auf einer möglichst breiten Palette von
-                                                       Hardware lauffähig zu machen. Dadurch lässt sich IPFire auf alter, günstiger Hardware
-                                                       genauso hervorragend verwenden, wie auf High-Performance-Systemen.
-                                               </p>
-                                               <p class="copy">
-                                   Dabei belaufen sich die Mindestanforderungen bei einem Pentium I (i568), 512MB RAM
-                                                       und 2 GB Festplattenspeicher.
-                                               </p>
-                                               <p class="copy">
-                                                       Einige Erweiterungen haben zusätzliche Anforderungen an die Hardware um korrekt
-                                                       funktionieren zu können. Ein System welches alle Anforderungen erfüllt, ist in der
-                                                       Lage hunderte Clients zur selben Zeit zu bedienen.
-                                               </p>
-                                               
-                                               <h4 class="secondHeadline">Heads up: Zusätzliche Architekturen in Entwicklung</h4>
-                                               <p class="copy">
-                                                       Das IPFire Projekt ist auch interessiert Ressourcen schonende Systeme zu unterstützen.
-                                                       In diesem Zusammenhang, ist die ARM Architektur erwähnenswert, welche äußerst wenig Strom
-                                                       benötigt und ein großes Zukunftspotential aufweist.
-                                               </p>
-                                               <!-- <p class="copy">
-                                                       Mehr zu diesem Thema kann auf der <a href="/features/ports/arm">ARM Projekt Seite</a> gefunden 
-                                                       werden.
-                                               </p> -->
-                                       {% else %}
-                                               <p class="copy">
-                                                       Since IPFire is based on a recent version of the Linux kernel, it supports most
-                                                       of the latest hardware such as 10Gbit network cards and a variety of wireless
-                                                       hardware out of the box.
-                                                       The IPFire developers are very concerned with the ability to run IPFire as many
-                                                       system variations as possible.
-                                                       This helps IPFire to run on older or cheap hardware, as well as high-performance systems.
-                                               </p>
-                                               <p class="copy">
-                                                       Minimum system requirements are an Intel Pentium I (i586),
-                                   512MB RAM and 2GB hard drive space.
-                                               </p>
-                                               <p class="copy">
-                                                       Some add-ons have extra requirements to perform smoothly.
-                                                       On a system that fits the hardware requirements, IPFire
-                                                       is able to serve hundreds of clients simultaneously.
-                                               </p>
-               
-                                               <h4 class="secondHeadline">Heads up: More architectures in development!</h4>
-                                               <p class="copy">
-                                                       The IPFire project is always interested in creating systems
-                                                       which save the environment. The ARM architecture consumes
-                                                       much less power and certainly has a lot of potential.
-                                               </p>
-                                               <!-- <p class="copy">
-                                                       More about this may be found on the
-                                                       <a href="/features/ports/arm">ARM project page</a>.
-                                               </p> -->
-                                       {% end %}
-               
-                                       <div class="row my-gallery" itemscope itemtype="http://schema.org/ImageGallery">
-                                               <figure class="col-3" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
-                                                       <a class="thumbnail" href="{{ static_url("images/screenshots/en/hardware/hwtemp-1.png") }}" itemprop="contentUrl" data-size="756x432">
-                                                               <img class="img-fluid" src="{{ static_url("images/screenshots/en/hardware/hwtemp-1_thumb.png") }}" itemprop="thumbnail" alt="{{ _("Screenshot") }}">
-                                                       </a>
-                                               </figure>
-                                       </div>
+                               <p class="copy">
+                                       Since IPFire is based on a recent version of the Linux kernel, it supports most
+                                       of the latest hardware such as 10Gbit network cards and a variety of wireless
+                                       hardware out of the box.
+                                       The IPFire developers are very concerned with the ability to run IPFire as many
+                                       system variations as possible.
+                                       This helps IPFire to run on older or cheap hardware, as well as high-performance systems.
+                               </p>
+                               <p class="copy">
+                                       Minimum system requirements are an Intel Pentium I (i586),
+                                       512MB RAM and 2GB hard drive space.
+                               </p>
+                               <p class="copy">
+                                       Some add-ons have extra requirements to perform smoothly.
+                                       On a system that fits the hardware requirements, IPFire
+                                       is able to serve hundreds of clients simultaneously.
+                               </p>
+
+                               <h4 class="secondHeadline">Heads up: More architectures in development!</h4>
+                               <p class="copy">
+                                       The IPFire project is always interested in creating systems
+                                       which save the environment. The ARM architecture consumes
+                                       much less power and certainly has a lot of potential.
+                               </p>
+                               <!-- <p class="copy">
+                                       More about this may be found on the
+                                       <a href="/features/ports/arm">ARM project page</a>.
+                               </p> -->
+
+                               <div class="row my-gallery" itemscope itemtype="http://schema.org/ImageGallery">
+                                       <figure class="col-3" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
+                                               <a class="thumbnail" href="{{ static_url("images/screenshots/en/hardware/hwtemp-1.png") }}" itemprop="contentUrl" data-size="756x432">
+                                                       <img class="img-fluid" src="{{ static_url("images/screenshots/en/hardware/hwtemp-1_thumb.png") }}" itemprop="thumbnail" alt="{{ _("Screenshot") }}">
+                                               </a>
+                                       </figure>
+                               </div>
                        </section>
                        
                        <div class="divider"></div>
                
                        <section id="virtualization">
                                <h3 class="headline">{{ _("Virtualization") }}</h3>
-               
-                                       {% if lang == "de" %}
-                                               <p class="copy">
-                                                       IPFire bringt einige Frontend-Treiber für High-Performance-Virtualisierung
-                                                       mit sich und arbeitet hervorragend als Gast auf den folgenden
-                                                       Virtualisierungsplattformen.
-                                               </p>
-               
-                                               <h4 class="secondHeadline">Unterstützte Hypervisoren</h4>
-                                               
-                                               <ul>
-                                                       <li>
-                                                               <strong>KVM</strong><br>
-                                                               <a href="//www.linux-kvm.org">KVM</a> ist die Abkürzung
-                                                               für Kernel-based Virtual Machine und wird von
-                                                               <a href="//www.redhat.com">Red Hat Inc.</a> entwickelt.
-                                                               Es ist die derzeit am häufigsten eingesetzte, freie Virtualisierungslösung
-                                                               und löst Xen zunehmend ab.<br>
-                                                               Der IPFire-Kernel verfügt über die <em>virtio</em> Module,
-                                                               welche hervorragende Leistung bei wenig Virtualisierungsoverhead
-                                                               bieten.
-                                                       </li>
-                                                       <li>
-                                                               <strong>VMware</strong>
-                                                               IPFire arbeitet auf verschiedenen VMware Produkten wie
-                                                               <em>vSphere</em>, <em>ESXi</em> und <em>VMware workstation</em>.
-                                                               Das optionale Paket <em>open-vm-tools</em> verbessert die
-                                                               Integration zusätzlich.
-                                                       </li>
-                                                       <li>
-                                                               <strong>Xen</strong><br>
-                                                               Xen war der de-facto Open-Source-Hypervisor, wird
-                                                               allerdings immer öfter durch KVM ersetzt.<br>
-                                                               IPFire bringt für den Einsatz auf einem Xen-Host einen
-                                                               paravirtualisierten Kernel mit.
-                                                               Die Installation ist sehr einfach, da bereits ein
-                                                               vorinstalliertes Image auf der Downloadseite heruntergeladen
-                                                               werden kann.
-                                                       </li>
-                                                       <li>
-                                                               <strong>Andere</strong><br>
-                                                               IPFire ist nicht auf die oben genannten Lösungen beschränkt.
-                                                               Ebenso läuft die Distribution auch unter <em>Qemu</em>,
-                                                               <em>Microsoft Hyper-V</em> und <em>Oracle Virtualbox</em>.
-                                                       </li>
-                                               </ul>
-               
-                                               <h4 class="secondHeadline">Ein Hinweis zu Virtualisierung</h4>
-                                               <p class="copy">
-                                                       Virtualisierung hat Vorteile, allerdings nicht ohne Nachteile.
-                                                       Es besteht die Möglichkeit, dass die VM-Container-Sicherheit
-                                                       umgangen werden kann und somit ein Angreifer Zugang über die
-                                                       virtuelle Maschine heraus erlangen kann.
-                                                       Aus diesen Gründen empfehlen wir nicht IPFire virtuell
-                                                       in produktiven Umgebungen einzusetzen.
-                                               </p>
-                                       {% else %}
-                                               <p class="copy">
-                                                       IPFire brings many front-end drivers for high-performance virtualization
-                                                       and can be run as virtual guest operating system on the following
-                                                       virtualization platforms.
-                                                       It has also been optimized to some of the mostly distributed ones to bring
-                                                       the best possible performance without impacting the hardware very much.
-                                               </p>
-               
-                                               <h4 class="secondHeadline">Supported hypervisors</h4>
-                                               <ul>
-                                                       <li>
-                                                               <strong>KVM</strong><br>
-                                                               <a href="//www.linux-kvm.org">KVM</a> is short for
-                                                               Kernel-based Virtual Machine and is developed by
-                                                               <a href="//www.redhat.com">Red Hat Inc.</a>.
-                                                               It is becoming the most advanced hypervisor and succeeding Xen, which
-                                                               has been used so far.<br>
-                                                               IPFire is coming with the <em>virtio</em> kernel modules, that have best
-                                                               performance due to very less virtualization overhead.
-                                                       </li>
-                                                       <li>
-                                                               <strong>VMware</strong><br>
-                                                               IPFire runs on different VMware products like <em>vSphere</em>,
-                                                               <em>ESXi</em> and <em>VMware workstation</em>. The additional package
-                                                               <em>open-vm-tools</em> offers tools for a better integration.
-                                                       </li>
-                                                       <li>
-                                                               <strong>Xen</strong>
-                                                               Xen has recently been the de-facto Open Source hypervisor but is now
-                                                               succeeded by KVM.<br>
-                                                               IPFire can optionally be run with a paravirtualized kernel, which has very
-                                                               less virtualization overhead as well. To make the installation very easy,
-                                                               a pregenerated Xen image can be downloaded from the download page.
-                                                       </li>
-                                                       <li>
-                                                               <strong>Others</strong>
-                                                               IPFire is not limited to the hypervisors described above. It runs perfectly on
-                                                               <em>Qemu</em>, <em>Microsoft Hyper-V</em> or <em>Oracle VirtualBox</em>, too.
-                                                       </li>
-                                               </ul>
-               
-                                               <h4 class="secondHeadline">A note on virtualization</h4>
-                                               <p class="copy">
-                                                       Virtualization does have advantages, but it is not without disadavantages.
-                                                       There is always the possibility that the VM container security can be
-                                                       bypassed in some way and a hacker can gain access beyond the VM.
-                                                       Because of this, it is not suggested to use IPFire as a virtual machine
-                                                       in a production-level environment.
-                                               </p>
-                                       {% end %}
-               
-                                       <div class="row my-gallery">
-                                               <figure class="col-sm-12 col-md-3" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
-                                                       <a class="thumbnail" href="{{ static_url("images/screenshots/en/virtualization/virt-manager-1.png") }}" itemprop="contentUrl" data-size="605x375">
-                                                               <img class="img-fluid" src="{{ static_url("images/screenshots/en/virtualization/virt-manager-1_thumb.png") }}" itemprop="thumbnail" alt="{{ _("Screenshot") }}">
-                                                       </a>
-                                               </figure>
-                                       </div>
+
+                               <p class="copy">
+                                       IPFire brings many front-end drivers for high-performance virtualization
+                                       and can be run as virtual guest operating system on the following
+                                       virtualization platforms.
+                                       It has also been optimized to some of the mostly distributed ones to bring
+                                       the best possible performance without impacting the hardware very much.
+                               </p>
+
+                               <h4 class="secondHeadline">Supported hypervisors</h4>
+                               <ul>
+                                       <li>
+                                               <strong>KVM</strong><br>
+                                               <a href="//www.linux-kvm.org">KVM</a> is short for
+                                               Kernel-based Virtual Machine and is developed by
+                                               <a href="//www.redhat.com">Red Hat Inc.</a>.
+                                               It is becoming the most advanced hypervisor and succeeding Xen, which
+                                               has been used so far.<br>
+                                               IPFire is coming with the <em>virtio</em> kernel modules, that have best
+                                               performance due to very less virtualization overhead.
+                                       </li>
+                                       <li>
+                                               <strong>VMware</strong><br>
+                                               IPFire runs on different VMware products like <em>vSphere</em>,
+                                               <em>ESXi</em> and <em>VMware workstation</em>. The additional package
+                                               <em>open-vm-tools</em> offers tools for a better integration.
+                                       </li>
+                                       <li>
+                                               <strong>Xen</strong>
+                                               Xen has recently been the de-facto Open Source hypervisor but is now
+                                               succeeded by KVM.<br>
+                                               IPFire can optionally be run with a paravirtualized kernel, which has very
+                                               less virtualization overhead as well. To make the installation very easy,
+                                               a pregenerated Xen image can be downloaded from the download page.
+                                       </li>
+                                       <li>
+                                               <strong>Others</strong>
+                                               IPFire is not limited to the hypervisors described above. It runs perfectly on
+                                               <em>Qemu</em>, <em>Microsoft Hyper-V</em> or <em>Oracle VirtualBox</em>, too.
+                                       </li>
+                               </ul>
+
+                               <h4 class="secondHeadline">A note on virtualization</h4>
+                               <p class="copy">
+                                       Virtualization does have advantages, but it is not without disadavantages.
+                                       There is always the possibility that the VM container security can be
+                                       bypassed in some way and a hacker can gain access beyond the VM.
+                                       Because of this, it is not suggested to use IPFire as a virtual machine
+                                       in a production-level environment.
+                               </p>
+
+                               <div class="row my-gallery">
+                                       <figure class="col-sm-12 col-md-3" itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
+                                               <a class="thumbnail" href="{{ static_url("images/screenshots/en/virtualization/virt-manager-1.png") }}" itemprop="contentUrl" data-size="605x375">
+                                                       <img class="img-fluid" src="{{ static_url("images/screenshots/en/virtualization/virt-manager-1_thumb.png") }}" itemprop="thumbnail" alt="{{ _("Screenshot") }}">
+                                               </a>
+                                       </figure>
+                               </div>
                        </section>
                        
                        <div class="divider"></div>
                
                        <section id="wlanap">
                                <h3 class="headline">{{ _("Wireless Access Point") }}</h3>
-               
-                                       {% if lang == "de" %}
-                                               <p class="copy">
-                                                       IPFire bietet mehrere Möglichkeiten zur Einbindung von Wireless-Clients. Zum einen kann ein
-                                                       Accesspoint über eine LAN Karte angeschlossen werden. Hier bietet IPFire einen MAC/IP Addressfilter,
-                                                       um nur erlaubte Clients zuzulassen. Die Clients dürfen in der Standardeinstellung zwar ins Internet,
-                                                       aber nicht auf das lokale Lan zugreifen. Als zweite Möglichkeit kann man eine WLAN-Karte in den IPFire
-                                                       einbauen, die über das Addon “hostapd” Funktionalität des Accesspoints übernimmt. Unterstützt werden
-                                                       dann unverschlüsselte sowie WPA/WPA2 verschlüsselte Verbindungen. Auch die Nutzung des 5 GHz Bandes
-                                                       (802.11a) ist möglich, wenn die WLAN-Karte dies unterstützt.
-                                               </p>
-                                               <p class="copy">
-                                                       Die Unterstützung von Wireless-Karten in IPFire ist exzellent, da in dem stabilen Kernel die Treiber
-                                                       trotzdem auf neuestem Stand sind und somit möglichst viele Karten unterstützt werden.
-                                               </p>
-                                       {% else %}
-                                               <p class="copy">
-                                                       IPFire offers several options for the integration of wireless clients. First, an access point can
-                                                       be connected via a LAN card. In this scenario, IPFire offers MAC/IP address filtering to allow only authorized
-                                                       clients. The clients are allowed by default to access the Internet, but they are not allowed access the local LAN.
-                                                       The second option is to install a wireless LAN (WLAN) card in the IPFire machine that takes the functionality of the access
-                                                       point over, using the add-on "hostapd". This add-on supports both unencrypted and WPA/WPA2-encrypted connections. Also
-                                                       the use of 5 GHz (802.11a standard) is possible if the wireless card supports it.
-                                               </p>
-                                               <p class="copy">
-                                                       Wireless card support in IPFire is excellent. The drivers in the stable kernel are very up-to-date
-                                                       and IPFire therefore supports a significant amount of WLAN cards.
-                                               </p>
-                                       {% end %}
+
+                               <p class="copy">
+                                       IPFire offers several options for the integration of wireless clients. First, an access point can
+                                       be connected via a LAN card. In this scenario, IPFire offers MAC/IP address filtering to allow only authorized
+                                       clients. The clients are allowed by default to access the Internet, but they are not allowed access the local LAN.
+                                       The second option is to install a wireless LAN (WLAN) card in the IPFire machine that takes the functionality of the access
+                                       point over, using the add-on "hostapd". This add-on supports both unencrypted and WPA/WPA2-encrypted connections. Also
+                                       the use of 5 GHz (802.11a standard) is possible if the wireless card supports it.
+                               </p>
+                               <p class="copy">
+                                       Wireless card support in IPFire is excellent. The drivers in the stable kernel are very up-to-date
+                                       and IPFire therefore supports a significant amount of WLAN cards.
+                               </p>
                        </section>
                </div>
        </div>
                <<path d="M13 18h1a1 1 0 0 1 1 1h7v2h-7a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1H2v-2h7a1 1 0 0 1 1-1h1v-2H4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-7v2zM4 2h16a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm5 4h1V4H9v2zm0 8h1v-2H9v2zM5 4v2h2V4H5zm0 8v2h2v-2H5z"/>
        </symbol>
 </svg>
-{% end block %}
\ No newline at end of file
+{% end block %}
index 2c725d98a2b11fb9a9487a03e2aca9e2903ee420..3920481a50a2d83a808d83cce27391a97eb1a8cc 100644 (file)
                                        <section id="community_support" class="col-5">                          
                                                <h4>{{ _("Provide Community Support") }}</h4>
                                                <p>
-                                                       {% if lang == "de" %}
-                                                               Werde Teil der wundervollen Gemeinschaft von IPFire und helfe
-                                                               Einsteigern bei ihren ersten Schritten. Bring dich ein in Diskussionen
-                                                               rund um das Projekt in <a href="/chat">Chaträumen</a>, dem
-                                                               <a href="//forum.ipfire.org">IPFire Forum</a>, und
-                                                               den <a href="//lists.ipfire.org/">Mailinglisten</a>.
-                                                       {% else %}
-                                                               Join the wonderful IPFire Community and help other people getting started with IPFire.
-                                                               Take part in discussions all around the project on our <a href="/chat">channels</a>,
-                                                               the <a href="//forum.ipfire.org">IPFire Forums</a>, and
-                                                               <a href="//lists.ipfire.org/">Mailing Lists</a>.
-                                                       {% end %}
+                                                       Join the wonderful IPFire Community and help other people getting started with IPFire.
+                                                       Take part in discussions all around the project on our <a href="/chat">channels</a>,
+                                                       the <a href="//forum.ipfire.org">IPFire Forums</a>, and
+                                                       <a href="//lists.ipfire.org/">Mailing Lists</a>.
                                                </p>
                                                
                                                <a class="btn btn-white mb-3" href="http://forum.ipfire.org/search.php?search_id=unanswered">{{ _("Unanswered questions on the forums") }}</a>
                                        <section id="documentation" class="col-5 offset-2">
                                                <h4>{{ _("Improve our Documentation") }}</h4>
                                                <p>
-                                                       {% if lang == "de" %}
-                                                               Das <a href="//wiki.ipfire.org">IPFire Wiki</a> beinhaltet Dokumentation
-                                                               über IPFire und beantwortet alle Fragen. Hast du etwas gefunden, das
-                                                               undokumentiert, nicht vollständig ist oder Überarbeitung bedarf?
-                                                               Logge dich ein und editiere gleich los.
-                                                       {% else %}
-                                                               The <a href="//wiki.ipfire.org">IPFire Wiki</a> is the source of documentation
-                                                               and answers all questions about IPFire. Found something that needs to be
-                                                               documented, improved, or rewritten? Sign up and get it done!
-                                                       {% end %}
+                                                       The <a href="//wiki.ipfire.org">IPFire Wiki</a> is the source of documentation
+                                                       and answers all questions about IPFire. Found something that needs to be
+                                                       documented, improved, or rewritten? Sign up and get it done!
                                                </p>
                                                
                                                <a class="btn btn-white" href="http://wiki.ipfire.org">{{ _("IPFire Wiki") }}</a>
                                        <section id="translation" class="col-5">
                                                <h4>{{ _("Translate") }}</h4>
                                                <p>
-                                                       {% if lang == "de" %}
-                                                               IPFire wird in vielen Ländern der Welt eingesetzt.
-                                                               Die Software zu übersetzen hilft dabei IPFire leichter
-                                                               bedienbar zu machen. Trage dazu bei IPFire in eine
-                                                               neue Sprache zu übersetzen, oder verbessere bestehende
-                                                               Übersetzungen.
-                                                       {% else %}
-                                                               IPFire is used in many countries all over the world.
-                                                               Translating the software helps us to make it usable for
-                                                               more and more people. Join our efforts and translate IPFire
-                                                               into a new language or improve already existing translations.
-                                                       {% end %}
+                                                       IPFire is used in many countries all over the world.
+                                                       Translating the software helps us to make it usable for
+                                                       more and more people. Join our efforts and translate IPFire
+                                                       into a new language or improve already existing translations.
                                                </p>
                                        </section>
                                        
                                        <section id="maintain" class="col-5 offset-2">
                                                <h4>{{ _("Maintain Packages") }}</h4>
                                                <p>
-                                                       {% if lang == "de" %}
-                                                               Werde Experte in einem Subsystem der IPFire-Distribution und
-                                                               helfe dabei Funktionen auf aktuellem Stand zu erhalten und
-                                                               Bugs zu beseitigen.
-                                                               Die Wartung von Paketen ist ein essentieller Teil des Projekts
-                                                               und unerlässlich, um die großartige Stabilität und Sicherheit
-                                                               von IPFire zu erhalten, die es heute hat.
-                                                       {% else %}
-                                                               Become an expert for a subsystem of the IPFire distribution and help
-                                                               to keep features up to date and fix bugs.
-                                                               Maintaining packages is an essential part of the project and needed
-                                                               to provide the great level of stability and security that IPFire does
-                                                               today.
-                                                       {% end %}
+                                                       Become an expert for a subsystem of the IPFire distribution and help
+                                                       to keep features up to date and fix bugs.
+                                                       Maintaining packages is an essential part of the project and needed
+                                                       to provide the great level of stability and security that IPFire does
+                                                       today.
                                                </p>
                                                
                                                <a class="btn btn-white mr-3" href="http://wiki.ipfire.org/devel/submit-patches">{{ _("Submit Patches") }}</a>
                                        <section id="bugs" class="col-5">
                                                <h4>{{ _("Report & Resolve Bugs") }}</h4>
                                                <p>
-                                                       {% if lang == "de" %}
-                                                               Solltest du einen Fehler in IPFire gefunden haben, nimm dir einen Moment Zeit, um
-                                                               ihn zu melden. Natürlich freuen wir uns über Lösungen für bereits gemeldete Bugs.
-                                                       {% else %}
-                                                               If you have come across a flaw in the IPFire distribution, please take a moment and
-                                                               report it to us. Of course we appreciate any solutions for already existing bug
-                                                               reports.
-                                                       {% end %}
+                                                       If you have come across a flaw in the IPFire distribution, please take a moment and
+                                                       report it to us. Of course we appreciate any solutions for already existing bug
+                                                       reports.
                                                </p>
                                                
                                                <a class="btn btn-white mr-3" href="http://bugzilla.ipfire.org">{{ _("IPFire Bugzilla") }}</a>
                                        <section id="infrastructure" class="col-5 offset-2">
                                                <h4>{{ _("Provide Infrastructure") }}</h4>
                                                <p>
-                                                       {% if lang == "de" %}
-                                                               Das IPFire-Projekt unterhält eine Menge Infrastruktur für verschiedene Dienste für die Nutzer.
-                                                               Für schnelle Downloads und eine hohe Zuverlässigkeit der Dienste zu gewährleisten arbeitet
-                                                               das IPFire Infrastructure-Team, das sich über Unterstützung freut.
-                                                       {% else %}
-                                                               The IPFire project is hosted on a huge infrastructure and runs various services for the users.
-                                                               To keep access to IPFire download images as fast as possible and to keep our services running
-                                                               as reliable as possible, the IPFire Infrastructure team is operating this infrastructure and
-                                                               appreciates your support.
-                                                       {% end %}
+                                                       The IPFire project is hosted on a huge infrastructure and runs various services for the users.
+                                                       To keep access to IPFire download images as fast as possible and to keep our services running
+                                                       as reliable as possible, the IPFire Infrastructure team is operating this infrastructure and
+                                                       appreciates your support.
                                                </p>
                                                
                                                <a class="btn btn-white" href="http://wiki.ipfire.org/en/project/mirror">{{ _("Host a mirror") }}</a>
                                        <section id="donate" class="col-5 text-center">
                                                <h4>{{ _("Donate") }}</h4>
                                                <p>
-                                                       {% if lang == "de" %}
-                                                               Die Unterstützung vieler Freiwillige, die zur Entwicklung oder anderen
-                                                               Bereichen des Projekts beitragen ist unerlässlich für den Erfolg dieses
-                                                               Projekts.
-                                                               Wenn du kein Experte im Schreiben von Dokumentation, oder Technologie bist,
-                                                               aber trotzdem zum Projekt beitragen möchtest, kannst du die Arbeit anderer
-                                                               finanziell unterstützen, um laufende Kosten zu decken.
-                                                       {% else %}
-                                                               Support by volunteers who engage in development or contribute themselves
-                                                               is is essential for this project. If you are not an expert in writing
-                                                               documentation, or technology but want to help out, you can support
-                                                               the work of the others by making a financial contribution which
-                                                               will help covering costs.
-                                                       {% end %}
+                                                       Support by volunteers who engage in development or contribute themselves
+                                                       is is essential for this project. If you are not an expert in writing
+                                                       documentation, or technology but want to help out, you can support
+                                                       the work of the others by making a financial contribution which
+                                                       will help covering costs.
                                                </p>
                                                
                                                <a class="btn btn-red900" href="/donate">{{ _("Donate") }}</a>
index 79b075467e4b0415cc9008c95a5d79a74dc962ed..eab813708d6a96b648e6799b38d8a97f3db3fc4f 100644 (file)
@@ -9,15 +9,9 @@
                </div>
 
                <p class="lead">
-                       {% if lang == "de" %}
-                               IPFire ist innerhalb von fünfzehn bis zwanzig Minuten in
-                               jedem Netzwerk installiert.
-                               Dazu sind nur die folgenden einfachen drei Schritte zu befolgen...
-                       {% else %}
-                               Deploying IPFire in any network environment is easily done within
-                               fifteen to twenty minutes. You will have to follow these three
-                               steps and you are ready to go...
-                       {% end %}
+                       Deploying IPFire in any network environment is easily done within
+                       fifteen to twenty minutes. You will have to follow these three
+                       steps and you are ready to go...
                </p>
        </section>
        
                        <h2>{{ _("Hardware Selection") }}</h2>
 
                        <p class="lead">
-                               {% if lang == "de" %}
-                                       IPFire ist eine freie Softwaredistribution, die auf jeder
-                                       Hardware installiert werden kann, die die
-                                       <a href="http://wiki.ipfire.org/en/hardware/start">Voraussetzungen erfüllt</a>
-                                       und für den geplanten Einsatzzweck angemessen ausgelegt ist.
-                               {% else %}
-                                       IPFire is a free software distribution that you can install on
-                                       any hardware that <a href="http://wiki.ipfire.org/en/hardware/start">fits the requirements</a>
-                                       and is best for your environment's needs.
-                               {% end %}
+                               IPFire is a free software distribution that you can install on
+                               any hardware that <a href="http://wiki.ipfire.org/en/hardware/start">fits the requirements</a>
+                               and is best for your environment's needs.
                        </p>
 
                        <p class="lead">
-                               {% if lang == "de" %}
-                                       Mit einer vorinstallierten <a href="/hardware">Hardware-Appliance</a>,
-                                       die ideal für IPFire designt wurde, kann es direkt mit der Einrichtung
-                                       der neuen Firewall weitergehen.
-                               {% else %}
-                                       You can also purchase a <a href="/hardware">hardware appliance</a>
-                                       that is perfectly tailored for IPFire and comes pre-installed
-                                       so that you can start setting up your new IPFire firewall right away.
-                               {% end %}
+                               You can also purchase a <a href="/hardware">hardware appliance</a>
+                               that is perfectly tailored for IPFire and comes pre-installed
+                               so that you can start setting up your new IPFire firewall right away.
                        </p>
                </div>
        </section>
                        <h2>{{ _("Installation") }}</h2>
 
                        <p class="lead">
-                               {% if lang == "de" %}
-                                       Das <a href="http://wiki.ipfire.org/en/installation/start">Installationshandbuch</a>
-                                       im IPFire Wiki leitet dich durch den gesamtem Installationsvorgang.
-                               {% else %}
-                                       The <a href="http://wiki.ipfire.org/en/installation/start">installation handbook</a>
-                                       on the IPFire wiki will guide you through the entire installation process
-                                       from the beginning to the end.
-                               {% end %}
+                               The <a href="http://wiki.ipfire.org/en/installation/start">installation handbook</a>
+                               on the IPFire wiki will guide you through the entire installation process
+                               from the beginning to the end.
                        </p>
 
                        <div class="btn-toolbar">
                        <h2>{{ _("Configuration") }}</h2>
 
                        <p class="lead">
-                               {% if lang == "de" %}
-                                       IPFire ist zügig installiert und einsatzbereit. Das IPFire Wiki enthält
-                                       <a href="http://wiki.ipfire.org/en/configuration/start">ausführliche Dokumentation</a>
-                                       zu allen Funktionen und eine Antwort auf fast jede Frage.
-                               {% else %}
-                                       IPFire is easy to set up and use. The IPFire wiki
-                                       <a href="http://wiki.ipfire.org/en/configuration/start">has great documentation</a>
-                                       about all features and answers almost any question.
-                               {% end %}
+                               IPFire is easy to set up and use. The IPFire wiki
+                               <a href="http://wiki.ipfire.org/en/configuration/start">has great documentation</a>
+                               about all features and answers almost any question.
                        </p>
 
                        <p class="lead">
-                               {% if lang == "de" %}
-                                       Für professionellen Support für deine IPFire-Installation
-                                       steht das Team von <a href="/get-support#professional">Lightning Wire Labs</a>
-                                       jederzeit zur Verfügung.
-                               {% else %}
-                                       If you need professional support for your IPFire deployment the
-                                       qualified consultants from
-                                       <a href="/get-support#professional">Lightning Wire Labs</a>
-                                       are there for you at any time.
-                               {% end %}
+                               If you need professional support for your IPFire deployment the
+                               qualified consultants from
+                               <a href="/get-support#professional">Lightning Wire Labs</a>
+                               are there for you at any time.
                        </p>
                </div>
        </section>
                                        {{ _("Communicate") }}
                                </h4>
 
-                               {% if lang == "de" %}
-                                       Vernetze dich mit der IPFire Community im Chat, dem Forum
-                                       oder auf den Mailinglisten um Fragen zu stellen, oder anderen
-                                       zu helfen.
-                               {% else %}
-                                       Get in touch with the IPFire community on chat, the forums or
-                                       mailing lists to ask questions or help out others.
-                               {% end %}
+                               Get in touch with the IPFire community on chat, the forums or
+                               mailing lists to ask questions or help out others.
                        </div>
 
                        <div class="col-md-4 hidden-sm hidden-xs">
                                        {{ _("Contribute") }}
                                </h4>
 
-                               {% if lang == "de" %}
-                                       Es gibt stets aufregende Projekte in welche du dich
-                                       mit deiner Erfahrung und deinen Kenntnissen einbringen kannst.
-                                       Sei es Entwicklung, das Schreiben von Dokumentation oder das
-                                       beheben von Bugs.
-                               {% else %}
-                                       There is always exciting things to do. You have the chance
-                                       to shape the IPFire project and bring in your expertise in
-                                       engineering, writing documentation or fixing bugs.
-                               {% end %}
+                               There is always exciting things to do. You have the chance
+                               to shape the IPFire project and bring in your expertise in
+                               engineering, writing documentation or fixing bugs.
                        </div>
 
                        <div class="col-md-4 hidden-sm hidden-xs">
                                        {{ _("Donate") }}
                                </h4>
 
-                               {% if lang == "de" %}
-                                       Deine Unterstützung sichert die Zukunft des Projekts.
-                               {% else %}
-                                       Your support keeps the IPFire project running.
-                               {% end %}
+                               Your support keeps the IPFire project running.
                        </div>
                </div>
 
index 73b996477fee1f84af1d90c6289cb25ff564c256..00cb3bf3594901d4db184ee001252f5d4543a61d 100644 (file)
                                <h3 class="headline mb-5">{{ _("Get Professional Support") }}</h3>
                                
                                <p class="lead">
-                                       {% if lang == "de" %}
-                                               <a href="//www.lightningwirelabs.com">Lightning Wire Labs</a>
-                                               bietet professionelle Supportdienstleistungen rund um IPFire für
-                                               Unternehmen an.
-                                       {% else %}
-                                               <a href="//www.lightningwirelabs.com">Lightning Wire Labs</a>
-                                               provides professional support services for companies that use IPFire.
-                                       {% end %}
+                                       <a href="//www.lightningwirelabs.com">Lightning Wire Labs</a>
+                                       provides professional support services for companies that use IPFire.
                                </p>
                
                                <p class="lead">
-                                       {% if lang == "de" %}
-                                               Das Entwicklerteam erarbeitet individuelle Lösungen basierend auf
-                                               IPFire und neue Funktionen. Bei der Planung von sicheren Netzwerken
-                                               und der Integration von IPFire stehen sie unterstützend zur Seite.
-                                       {% else %}
-                                               Their team of developers implements custom solutions based on IPFire
-                                               and carries out development of new features. They will help you
-                                               with designing a secure network that is tailored to the specific
-                                               needs of your business and support you with the integration of
-                                               IPFire.
-                                       {% end %}
+                                       Their team of developers implements custom solutions based on IPFire
+                                       and carries out development of new features. They will help you
+                                       with designing a secure network that is tailored to the specific
+                                       needs of your business and support you with the integration of
+                                       IPFire.
                                </p>
                                
                                <div class="d-flex justify-content-center">
index d18946abf552ad371933142aee74e0797ee9960b..773059d274b6c6c65918cac76e0848588807f9e0 100644 (file)
@@ -9,17 +9,10 @@
 
        <section class="container content-section">
                <p class="lead ac">
-                       {% if lang == "de" %}
-                               IPFire ist eine dedizierte Firewall und läuft daher auf eigener Hardware.
-                               Auf dieser Seite stellen wir einige sofort einsatzbereite Hardwarelösungen
-                               vor, die speziell für IPFire konzipiert wurden und als
-                               Inspirationsquelle für eigene individuelle Systeme genutzt werden können.
-                       {% else %}
-                               IPFire is a dedicated firewall which needs its own hardware to run on.
-                               On this page we will recommend some ready-to-go solutions especially
-                               designed for IPFire. Get one and get started with IPFire right away
-                               or take this as an inspiration for your own individual system.
-                       {% end %}
+                       IPFire is a dedicated firewall which needs its own hardware to run on.
+                       On this page we will recommend some ready-to-go solutions especially
+                       designed for IPFire. Get one and get started with IPFire right away
+                       or take this as an inspiration for your own individual system.
                </p>
        </section>
 
                </h3>
 
                <p class="ac">
-                       {% if lang == "de" %}
-                               IPFire kann und wird bereits in vielen unterschiedlichen Unternehmen rund im die Welt
-                               eingesetzt.
-                               Sofern die Hardware ausreichend leistungsstark ist, können tausende Leute problemlos
-                               gleichzeitig auf das Internet zugreifen.
-                               Genau so wichtig wie Leistung ist jedoch auch die Zuverlässigkeit.
-                               Bei Ausfall der Firewall ist für gewöhnlich das gesamte Unternehmen von
-                               Internet abgeschnitten, was wiederum Auswirkungen auf die Produktivität hat.
-                               Die Verwendung von Industriekomponenten, sowie hohe Qualitätsansprüche in allen
-                               weiteren Bereichen rund um eine Appliance, ist ein erster Schritt, um teure
-                               Ausfallzeiten aufgrund von Hardwarefehlern so gering wie möglich zu halten.
-                       {% else %}
-                               IPFire is ready for running in companies. It powers many of them all around the world.
-                               Thousands of people accessing the Internet at the same time is not a problem if the
-                               hardware is powerful enough.
-                               Just as important as performance is reliability. If the firewall system fails, the
-                               entire company is disconnected from the Internet which hugely impacts work.
-                               Industrial components and great quality in all parts of the appliance is the first
-                               step to avoid downtimes caused by hardware failure which are usually very expensive.
-                       {% end %}
+                       IPFire is ready for running in companies. It powers many of them all around the world.
+                       Thousands of people accessing the Internet at the same time is not a problem if the
+                       hardware is powerful enough.
+                       Just as important as performance is reliability. If the firewall system fails, the
+                       entire company is disconnected from the Internet which hugely impacts work.
+                       Industrial components and great quality in all parts of the appliance is the first
+                       step to avoid downtimes caused by hardware failure which are usually very expensive.
                </p>
 
                <br>
 
                <p class="ac">
                        <strong>
-                               {% if lang == "de" %}
-                                       Die <a href="http://www.lightningwirelabs.com/products/ipfire/appliances">IPFire Premium Appliance und IPFire Professional Appliance</a>
-                                       von <a href="http://www.lightningwirelabs.com">Lightning Wire Labs</a> lassen sich perfekt in bestehende Firmeninfrastrukturen integrieren.
-                                       Sind sind zuverlässig und stellen die benötigte Performance jederzeit zur Verfügung.
-                               {% else %}
-                                       The <a href="http://www.lightningwirelabs.com/products/ipfire/appliances">IPFire Premium Appliance and IPFire Professional Appliance</a>
-                                       by <a href="http://www.lightningwirelabs.com">Lightning Wire Labs</a> integrate well in every infrastructure of any company.
-                                       They are reliable and deliver the performance that is needed at all times.
-                               {% end %}
+                               The <a href="http://www.lightningwirelabs.com/products/ipfire/appliances">IPFire Premium Appliance and IPFire Professional Appliance</a>
+                               by <a href="http://www.lightningwirelabs.com">Lightning Wire Labs</a> integrate well in every infrastructure of any company.
+                               They are reliable and deliver the performance that is needed at all times.
                        </strong>
                </p>
 
                                <h4>{{ _("Low-Latency Throughput") }}</h4>
 
                                <p>
-                                       {% if lang == "de" %}
-                                               Netzwerke in Unternehmen haben die Anforderung nach möglichst
-                                               hohem Datentransfer. Ebenso wichtig sind aber auch
-                                               geringe Latenzen damit ein Netzwerk schnell ist.
-                                               Dazu werden aktive Netzwerkkarten verwendet, welche in der
-                                               Lage sind den eigentlichen Datentransfer komplett abzuwickeln,
-                                               so dass das IPFire-System sich um seine eigentliche
-                                               Firewall-Aufgabe kümmern kann.
-                                       {% else %}
-                                               Networks in each company need to be fast and transfer data at
-                                               a high speed. Equally important is the ability to transfer this
-                                               data with a very small latency. Active network adapters will
-                                               take care of the data transfer whilst the IPFire system is
-                                               focussing on its job which is only letting packets through
-                                               which are permitted to pass the firewall.
-                                       {% end %}
+                                       Networks in each company need to be fast and transfer data at
+                                       a high speed. Equally important is the ability to transfer this
+                                       data with a very small latency. Active network adapters will
+                                       take care of the data transfer whilst the IPFire system is
+                                       focussing on its job which is only letting packets through
+                                       which are permitted to pass the firewall.
                                </p>
                        </div>
 
                                <h4>{{ _("Content Filtering in Real-time") }}</h4>
 
                                <p>
-                                       {% if lang == "de" %}
-                                               Der in IPFire eingebaute <a href="/features#proxy">Proxy</a>
-                                               filtert Webseiten in Echtzeit und verhindert den Zugriff auf
-                                               bösartige und unerwünschte Inhalte.
-                                               Einen schnellen Prozessor und eine angemessene Menge
-                                               Arbeitsspeicher zur schnellen Abarbeitung der Blocklisten vorausgesetzt,
-                                               erfolgt der gesamte Vorgang transparent im Hintergrund,
-                                               so dass für die Benutzer keinerlei Verzögerungen entstehen.
-                                       {% else %}
-                                               The built-in <a href="/features#proxy">web proxy</a> of IPFire filters
-                                               content in real-time. It can block malicious or inappropriate web pages.
-                                               If that should be happening user-friendly this must be fast so that it
-                                               is not noticeable.
-                                               A fast processor and lots of system memory speed up processing the huge
-                                               blacklists with the forbidden web sites.
-                                       {% end %}
+                                       The built-in <a href="/features#proxy">web proxy</a> of IPFire filters
+                                       content in real-time. It can block malicious or inappropriate web pages.
+                                       If that should be happening user-friendly this must be fast so that it
+                                       is not noticeable.
+                                       A fast processor and lots of system memory speed up processing the huge
+                                       blacklists with the forbidden web sites.
                                </p>
                        </div>
                </div>
 
                        <div class="col-md-7">
                                <p class="ac">
-                                       {% if lang == "de" %}
-                                               Konzipiert für kleine Unternehmen, Zweigstellen oder Startups:
-                                               Wo weniger Leute auf das Internet zugreifen, aber der Datendurchsatz
-                                               immer noch ein wichtiger Punkt ist, gibt es eine Alternative mit
-                                               vier leistungsfähigen Netzwerkkarten und einem sparsamen
-                                               Prozessor in kleiner Bauweise.
-                                       {% else %}
-                                               For smaller companies, branch offices or start-ups:
-                                               Where there are not so many people accessing the Internet but throughput
-                                               is still important there are smaller alternatives which come with four
-                                               powerful network controllers but a smaller processor and therefore smaller
-                                               form-factor and less power consumption.
-                                       {% end %}
+                                       For smaller companies, branch offices or start-ups:
+                                       Where there are not so many people accessing the Internet but throughput
+                                       is still important there are smaller alternatives which come with four
+                                       powerful network controllers but a smaller processor and therefore smaller
+                                       form-factor and less power consumption.
                                </p>
 
                                <table class="table table-condensed">
 
                <p class="ac">
                        <strong>
-                               {% if lang == "de" %}
-                                       Die <a href="http://www.lightningwirelabs.com/products/ipfire/appliances">IPFire Eco Appliance</a>
-                                       von <a href="http://www.lightningwirelabs.com">Lightning Wire Labs</a> stellt alle Funktionen von
-                                       IPFire als kleines energiesparendes Komplettsystem bereit.
-                               {% else %}
-                                       The <a href="http://www.lightningwirelabs.com/products/ipfire/appliances">IPFire Eco Appliance</a>
-                                       by <a href="http://www.lightningwirelabs.com">Lightning Wire Labs</a> brings all the features<br>
-                                       IPFire has to offer at a small form-factor and with great power-efficiency.
-                               {% end %}
+                               The <a href="http://www.lightningwirelabs.com/products/ipfire/appliances">IPFire Eco Appliance</a>
+                               by <a href="http://www.lightningwirelabs.com">Lightning Wire Labs</a> brings all the features<br>
+                               IPFire has to offer at a small form-factor and with great power-efficiency.
                        </strong>
                </p>
        </section>
                                </table>
 
                                <p class="ac">
-                                       {% if lang == "de" %}
-                                               IPFire ist auch auf kleinsten Systemen lauffähig.
-                                               Der Energieverbrauch ist ein wichtiger Aspekt, man möchte aber trotzdem nicht auf
-                                               einzelne Features verzichten?
-                                               Ein System basierend auf einem kleinen x86-Prozessor und einer adäquaten Menge
-                                               Arbeitsspeicher sind bereits ausreichend, um IPFire in den eigenen vier Wänden
-                                               für die Familie oder in einem Büro zu betreiben.
-                                               Dazu noch ein Netzwerkport für die Internetverbindung, einer für das lokale
-                                               Netzwerk und ein Wireless-Controller, um IPFire in einen Access-Point zu verwandeln.
-                                               Mit solch einer Konfiguration bietet IPFire innerhalb einer Wohnung oder eines
-                                               Gebäudes eine exzellente Netzwerkkonnektivität und ermöglicht simultanen Zugang
-                                               für Computer, Notebook, Tablet oder Mobiltelefone.
-                                       {% else %}
-                                               IPFire runs on the smallest systems. Power consumption is important but you still
-                                               want to use all the features? A system based on a small x86 processor with a decent
-                                               amount of memory is enough to power IPFire in your home for the family or office.
-                                               One Ethernet port for the Internet connection, one for the local network, and a
-                                               third wireless controller which makes IPFire to be used as a wireless access point
-                                               as well. In this configuration, IPFire will provide excellent network connectivity
-                                               to everywhere in your house or apartment so that you can use all of its features
-                                               from anywhere with your computer, laptop, tablet, or phone.
-                                       {% end %}
+                                       IPFire runs on the smallest systems. Power consumption is important but you still
+                                       want to use all the features? A system based on a small x86 processor with a decent
+                                       amount of memory is enough to power IPFire in your home for the family or office.
+                                       One Ethernet port for the Internet connection, one for the local network, and a
+                                       third wireless controller which makes IPFire to be used as a wireless access point
+                                       as well. In this configuration, IPFire will provide excellent network connectivity
+                                       to everywhere in your house or apartment so that you can use all of its features
+                                       from anywhere with your computer, laptop, tablet, or phone.
                                </p>
 
                                <p class="ac">
                                        <strong>
-                                               {% if lang == "de" %}
-                                                       Die <a href="https://www.fountainnetworks.com/ipfire-duo-box">IPFire Duo Box</a>
-                                                       von <a href="http://www.fountainnetworks.com/">Fountain Networks</a> ist ein großartiges System für Starter,
-                                                       die auf der Suche nach einem kleinen, aber leistungsstarken System sind.
-                                               {% else %}
-                                                       The <a href="https://www.fountainnetworks.com/ipfire-duo-box">IPFire Duo Box</a>
-                                                       by <a href="http://www.fountainnetworks.com/">Fountain Networks</a>
-                                                       is a great system for starters who are searching for something small but still powerful.
-                                               {% end %}
+                                               The <a href="https://www.fountainnetworks.com/ipfire-duo-box">IPFire Duo Box</a>
+                                               by <a href="http://www.fountainnetworks.com/">Fountain Networks</a>
+                                               is a great system for starters who are searching for something small but still powerful.
                                        </strong>
                                </p>
                        </div>
 
        <section class="container content-section">
                <p class="lead ac">
-                       {% if lang == "de" %}
-                               Zusätzliche Beispielsysteme, empfohlene Hardware, sowie detaillierte Informationen
-                               zu einzelnen Komponenten wie beispielsweise Netzwerkcontroller sind im
-                               <a href="http://wiki.ipfire.org/en/hardware/start">Hardwarebereich im IPFire Wiki</a>
-                               zu finden.
-                       {% else %}
-                               You can find more example configurations, recommended hardware and information
-                               about individual components like the best network controllers and more in the
-                               <a href="http://wiki.ipfire.org/en/hardware/start">hardware section on the IPFire wiki</a>.
-                       {% end %}
+                       You can find more example configurations, recommended hardware and information
+                       about individual components like the best network controllers and more in the
+                       <a href="http://wiki.ipfire.org/en/hardware/start">hardware section on the IPFire wiki</a>.
                </p>
        </section>
 {% end block %}
diff --git a/translations/de/LC_MESSAGES/webapp.po b/translations/de/LC_MESSAGES/webapp.po
deleted file mode 100644 (file)
index fa131fc..0000000
+++ /dev/null
@@ -1,3940 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-01-06 15:57+0100\n"
-"PO-Revision-Date: 2015-06-20 20:16+0100\n"
-"Last-Translator: Michael Tremer <michael.tremer@ipfire.org>\n"
-"Language-Team: \n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Poedit 1.7.6\n"
-
-#: webapp/__init__.py:357
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:258
-msgid "January"
-msgstr "Januar"
-
-#: webapp/__init__.py:359
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:258
-msgid "February"
-msgstr "Februar"
-
-#: webapp/__init__.py:361
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:258
-msgid "March"
-msgstr "März"
-
-#: webapp/__init__.py:363
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:258
-msgid "April"
-msgstr "April"
-
-#: webapp/__init__.py:365
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:259
-msgid "May"
-msgstr "Mai"
-
-#: webapp/__init__.py:367
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:259
-msgid "June"
-msgstr "Juni"
-
-#: webapp/__init__.py:369
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:259
-msgid "July"
-msgstr "Juli"
-
-#: webapp/__init__.py:371
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:259
-msgid "August"
-msgstr "August"
-
-#: webapp/__init__.py:373
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:260
-msgid "September"
-msgstr "September"
-
-#: webapp/__init__.py:375
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:260
-msgid "October"
-msgstr "Oktober"
-
-#: webapp/__init__.py:377
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:260
-msgid "November"
-msgstr "November"
-
-#: webapp/__init__.py:379
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:260
-msgid "December"
-msgstr "Dezember"
-
-#: webapp/handlers_news.py:43 webapp/ui_modules.py:209
-msgid "Unknown author"
-msgstr "Unbekannter Autor"
-
-#: webapp/ui_modules.py:136
-msgid "German"
-msgstr "Deutsch"
-
-#: webapp/ui_modules.py:138
-msgid "English"
-msgstr "Englisch"
-
-#: webapp/ui_modules.py:140
-msgid "Spanish"
-msgstr "Spanisch"
-
-#: webapp/ui_modules.py:142
-msgid "French"
-msgstr "Französisch"
-
-#: webapp/ui_modules.py:144
-msgid "Italian"
-msgstr "Italienisch"
-
-#: webapp/ui_modules.py:146
-msgid "Dutch"
-msgstr "Niederländisch"
-
-#: webapp/ui_modules.py:148
-msgid "Polish"
-msgstr "Polnisch"
-
-#: webapp/ui_modules.py:150
-msgid "Portuguese"
-msgstr "Portugiesisch"
-
-#: webapp/ui_modules.py:152
-msgid "Russian"
-msgstr "Russisch"
-
-#: webapp/ui_modules.py:154
-msgid "Turkish"
-msgstr "Türkisch"
-
-#: webapp/backend/iuse.py:150
-#, python-format
-msgid "%s on %s"
-msgstr "%s auf %s"
-
-#: webapp/backend/iuse.py:160
-#, python-format
-msgid "Virtualised on %s"
-msgstr "Virtualisiert auf %s"
-
-#: webapp/backend/iuse.py:162
-msgid "Running in a virtualised environment"
-msgstr "Läuft in einer virtuellen Umgebung"
-
-#: webapp/backend/util.py:26
-#, python-format
-msgid "%(min)d min"
-msgstr "%(min)d Min"
-
-#: webapp/backend/util.py:28
-#, python-format
-msgid "%(hrs)d:%(min)02d hrs"
-msgstr "%(hrs)d:%(min)02d Std"
-
-#: webapp/backend/countries.py:7
-msgid "Andorra"
-msgstr ""
-
-#: webapp/backend/countries.py:8
-msgid "United Arab Emirates"
-msgstr ""
-
-#: webapp/backend/countries.py:9
-msgid "Afghanistan"
-msgstr ""
-
-#: webapp/backend/countries.py:10
-msgid "Antigua and Barbuda"
-msgstr ""
-
-#: webapp/backend/countries.py:11
-msgid "Aanguilla"
-msgstr ""
-
-#: webapp/backend/countries.py:12
-msgid "Albania"
-msgstr ""
-
-#: webapp/backend/countries.py:13
-msgid "Armenia"
-msgstr ""
-
-#: webapp/backend/countries.py:14
-msgid "Angola"
-msgstr ""
-
-#: webapp/backend/countries.py:15
-msgid "Antarctica"
-msgstr ""
-
-#: webapp/backend/countries.py:16
-msgid "Argentina"
-msgstr ""
-
-#: webapp/backend/countries.py:17
-msgid "American Samoa"
-msgstr ""
-
-#: webapp/backend/countries.py:18
-msgid "Austria"
-msgstr ""
-
-#: webapp/backend/countries.py:19
-msgid "Australia"
-msgstr ""
-
-#: webapp/backend/countries.py:20
-msgid "Aruba"
-msgstr ""
-
-#: webapp/backend/countries.py:21
-msgid "Åland Islands"
-msgstr ""
-
-#: webapp/backend/countries.py:22
-msgid "Azerbaijan"
-msgstr ""
-
-#: webapp/backend/countries.py:23
-msgid "Bosnia and Herzegovina"
-msgstr ""
-
-#: webapp/backend/countries.py:24
-msgid "Barbados"
-msgstr ""
-
-#: webapp/backend/countries.py:25
-msgid "Bangladesh"
-msgstr ""
-
-#: webapp/backend/countries.py:26
-msgid "Belgium"
-msgstr ""
-
-#: webapp/backend/countries.py:27
-msgid "Burkina Faso"
-msgstr ""
-
-#: webapp/backend/countries.py:28
-msgid "Bulgaria"
-msgstr ""
-
-#: webapp/backend/countries.py:29
-msgid "Bahrain"
-msgstr ""
-
-#: webapp/backend/countries.py:30
-msgid "Burundi"
-msgstr ""
-
-#: webapp/backend/countries.py:31
-msgid "Benin"
-msgstr ""
-
-#: webapp/backend/countries.py:32
-msgid "Saint Barthélemy"
-msgstr ""
-
-#: webapp/backend/countries.py:33
-msgid "Bermuda"
-msgstr ""
-
-#: webapp/backend/countries.py:34
-msgid "Brunei Darussalam"
-msgstr ""
-
-#: webapp/backend/countries.py:35
-msgid "Plurinational State of Bolivia"
-msgstr ""
-
-#: webapp/backend/countries.py:36
-msgid "Sint Eustatius and Saba Bonaire"
-msgstr ""
-
-#: webapp/backend/countries.py:37
-msgid "Brazil"
-msgstr ""
-
-#: webapp/backend/countries.py:38
-msgid "Bahamas"
-msgstr ""
-
-#: webapp/backend/countries.py:39
-msgid "Bhutan"
-msgstr ""
-
-#: webapp/backend/countries.py:40
-msgid "Bouvet Island"
-msgstr ""
-
-#: webapp/backend/countries.py:41
-msgid "Botswana"
-msgstr ""
-
-#: webapp/backend/countries.py:42
-msgid "Belarus"
-msgstr ""
-
-#: webapp/backend/countries.py:43
-msgid "Belize"
-msgstr ""
-
-#: webapp/backend/countries.py:44
-msgid "Canada"
-msgstr ""
-
-#: webapp/backend/countries.py:45
-msgid "Cocos (Keeling) Islands"
-msgstr ""
-
-#: webapp/backend/countries.py:46
-msgid "The Democratic Republic of the Congo"
-msgstr ""
-
-#: webapp/backend/countries.py:47
-msgid "Central African Republic"
-msgstr ""
-
-#: webapp/backend/countries.py:48
-msgid "Congo"
-msgstr ""
-
-#: webapp/backend/countries.py:49
-msgid "Switzerland"
-msgstr ""
-
-#: webapp/backend/countries.py:50
-msgid "Côte d'Ivoire"
-msgstr ""
-
-#: webapp/backend/countries.py:51
-msgid "Cook Islands"
-msgstr ""
-
-#: webapp/backend/countries.py:52
-msgid "Chile"
-msgstr ""
-
-#: webapp/backend/countries.py:53
-msgid "Cameroon"
-msgstr ""
-
-#: webapp/backend/countries.py:54
-msgid "China"
-msgstr ""
-
-#: webapp/backend/countries.py:55
-msgid "Colombia"
-msgstr ""
-
-#: webapp/backend/countries.py:56
-msgid "Costa Rica"
-msgstr ""
-
-#: webapp/backend/countries.py:57
-msgid "Cuba"
-msgstr ""
-
-#: webapp/backend/countries.py:58
-msgid "Cape Verde"
-msgstr ""
-
-#: webapp/backend/countries.py:59
-msgid "Curaçao"
-msgstr ""
-
-#: webapp/backend/countries.py:60
-msgid "Chrismas Islands"
-msgstr ""
-
-#: webapp/backend/countries.py:61
-msgid "Cyprus"
-msgstr ""
-
-#: webapp/backend/countries.py:62
-msgid "Czech Republic"
-msgstr ""
-
-#: webapp/backend/countries.py:63
-msgid "Germany"
-msgstr ""
-
-#: webapp/backend/countries.py:64
-msgid "Djibouti"
-msgstr ""
-
-#: webapp/backend/countries.py:65
-msgid "Denmark"
-msgstr ""
-
-#: webapp/backend/countries.py:66
-msgid "Dominica"
-msgstr ""
-
-#: webapp/backend/countries.py:67
-msgid "Dominican Republic"
-msgstr ""
-
-#: webapp/backend/countries.py:68
-msgid "Algeria"
-msgstr ""
-
-#: webapp/backend/countries.py:69
-msgid "Ecuador"
-msgstr ""
-
-#: webapp/backend/countries.py:70
-msgid "Estonia"
-msgstr ""
-
-#: webapp/backend/countries.py:71
-msgid "Egypt"
-msgstr ""
-
-#: webapp/backend/countries.py:72
-msgid "Western Sahara"
-msgstr ""
-
-#: webapp/backend/countries.py:73
-msgid "Eritrea"
-msgstr ""
-
-#: webapp/backend/countries.py:74
-msgid "Spain"
-msgstr ""
-
-#: webapp/backend/countries.py:75
-msgid "Ethiopia"
-msgstr ""
-
-#: webapp/backend/countries.py:76
-msgid "Finland"
-msgstr ""
-
-#: webapp/backend/countries.py:77
-msgid "Fiji"
-msgstr ""
-
-#: webapp/backend/countries.py:78
-msgid "Falkland Islands (Malvinas)"
-msgstr ""
-
-#: webapp/backend/countries.py:79
-msgid "Federated States of Micronesia"
-msgstr ""
-
-#: webapp/backend/countries.py:80
-msgid "Faroe Islands"
-msgstr ""
-
-#: webapp/backend/countries.py:81
-msgid "France"
-msgstr ""
-
-#: webapp/backend/countries.py:82
-msgid "Gabon"
-msgstr ""
-
-#: webapp/backend/countries.py:83
-msgid "United Kingdom"
-msgstr ""
-
-#: webapp/backend/countries.py:84
-msgid "Grenada"
-msgstr ""
-
-#: webapp/backend/countries.py:85
-msgid "Georgia"
-msgstr ""
-
-#: webapp/backend/countries.py:86
-msgid "French Guiana"
-msgstr ""
-
-#: webapp/backend/countries.py:87
-msgid "Guersey"
-msgstr ""
-
-#: webapp/backend/countries.py:88
-msgid "Ghana"
-msgstr ""
-
-#: webapp/backend/countries.py:89
-msgid "Gibraltar"
-msgstr ""
-
-#: webapp/backend/countries.py:90
-msgid "Greenland"
-msgstr ""
-
-#: webapp/backend/countries.py:91
-msgid "Gambia"
-msgstr ""
-
-#: webapp/backend/countries.py:92
-msgid "Guinea"
-msgstr ""
-
-#: webapp/backend/countries.py:93
-msgid "Guadeloupe"
-msgstr ""
-
-#: webapp/backend/countries.py:94
-msgid "Equatorial Guinea"
-msgstr ""
-
-#: webapp/backend/countries.py:95
-msgid "Greece"
-msgstr ""
-
-#: webapp/backend/countries.py:96
-msgid "South Georgia and the South Sandwich Islands"
-msgstr ""
-
-#: webapp/backend/countries.py:97
-msgid "Guatemala"
-msgstr ""
-
-#: webapp/backend/countries.py:98
-msgid "Guam"
-msgstr ""
-
-#: webapp/backend/countries.py:99
-msgid "Guinea-Bissau"
-msgstr ""
-
-#: webapp/backend/countries.py:100
-msgid "Guyana"
-msgstr ""
-
-#: webapp/backend/countries.py:101
-msgid "Hong Kong"
-msgstr ""
-
-#: webapp/backend/countries.py:102
-msgid "Heard Island and McDonald Islands"
-msgstr ""
-
-#: webapp/backend/countries.py:103
-msgid "Honduras"
-msgstr ""
-
-#: webapp/backend/countries.py:104
-msgid "Croatia"
-msgstr ""
-
-#: webapp/backend/countries.py:105
-msgid "Haiti"
-msgstr ""
-
-#: webapp/backend/countries.py:106
-msgid "Hungary"
-msgstr ""
-
-#: webapp/backend/countries.py:107
-msgid "Indonesia"
-msgstr ""
-
-#: webapp/backend/countries.py:108
-msgid "Ireland"
-msgstr ""
-
-#: webapp/backend/countries.py:109
-msgid "Israel"
-msgstr ""
-
-#: webapp/backend/countries.py:110
-msgid "Isle of Man"
-msgstr ""
-
-#: webapp/backend/countries.py:111
-msgid "India"
-msgstr ""
-
-#: webapp/backend/countries.py:112
-msgid "British Indian Ocean Territory"
-msgstr ""
-
-#: webapp/backend/countries.py:113
-msgid "Iraq"
-msgstr ""
-
-#: webapp/backend/countries.py:114
-msgid "Islamic Republic of Iran"
-msgstr ""
-
-#: webapp/backend/countries.py:115
-msgid "Iceland"
-msgstr ""
-
-#: webapp/backend/countries.py:116
-msgid "Italy"
-msgstr ""
-
-#: webapp/backend/countries.py:117
-msgid "Jersey"
-msgstr ""
-
-#: webapp/backend/countries.py:118
-msgid "Jamaica"
-msgstr ""
-
-#: webapp/backend/countries.py:119
-msgid "Jordan"
-msgstr ""
-
-#: webapp/backend/countries.py:120
-msgid "Japan"
-msgstr ""
-
-#: webapp/backend/countries.py:121
-msgid "Kenya"
-msgstr ""
-
-#: webapp/backend/countries.py:122
-msgid "Kyrgyzstan"
-msgstr ""
-
-#: webapp/backend/countries.py:123
-msgid "Cambodia"
-msgstr ""
-
-#: webapp/backend/countries.py:124
-msgid "Kiribati"
-msgstr ""
-
-#: webapp/backend/countries.py:125
-msgid "Comoros"
-msgstr ""
-
-#: webapp/backend/countries.py:126
-msgid "Saint Kitts and Nevis"
-msgstr ""
-
-#: webapp/backend/countries.py:127
-msgid "Democratic People's Republic of Korea"
-msgstr ""
-
-#: webapp/backend/countries.py:128
-msgid "Republic of Korea"
-msgstr ""
-
-#: webapp/backend/countries.py:129
-msgid "Kuwait"
-msgstr ""
-
-#: webapp/backend/countries.py:130
-msgid "Cayman Islands"
-msgstr ""
-
-#: webapp/backend/countries.py:131
-msgid "Kazakhstan"
-msgstr ""
-
-#: webapp/backend/countries.py:132
-msgid "Lao People's Democratic Public"
-msgstr ""
-
-#: webapp/backend/countries.py:133
-msgid "Lebanon"
-msgstr ""
-
-#: webapp/backend/countries.py:134
-msgid "Saint Lucia"
-msgstr ""
-
-#: webapp/backend/countries.py:135
-msgid "Liechtenstein"
-msgstr ""
-
-#: webapp/backend/countries.py:136
-msgid "Sri Lanka"
-msgstr ""
-
-#: webapp/backend/countries.py:137
-msgid "Liberia"
-msgstr ""
-
-#: webapp/backend/countries.py:138
-msgid "Lesotho"
-msgstr ""
-
-#: webapp/backend/countries.py:139
-msgid "Lithuania"
-msgstr ""
-
-#: webapp/backend/countries.py:140
-msgid "Luxembourg"
-msgstr ""
-
-#: webapp/backend/countries.py:141
-msgid "Latvia"
-msgstr ""
-
-#: webapp/backend/countries.py:142
-msgid "Libya"
-msgstr ""
-
-#: webapp/backend/countries.py:143
-msgid "Morocco"
-msgstr ""
-
-#: webapp/backend/countries.py:144
-msgid "Monaco"
-msgstr ""
-
-#: webapp/backend/countries.py:145
-msgid "Republic of Moldova"
-msgstr ""
-
-#: webapp/backend/countries.py:146
-msgid "Montenegro"
-msgstr ""
-
-#: webapp/backend/countries.py:147
-msgid "Saint Martin (French Part)"
-msgstr ""
-
-#: webapp/backend/countries.py:148
-msgid "Madagascar"
-msgstr ""
-
-#: webapp/backend/countries.py:149
-msgid "Marshall Islands"
-msgstr ""
-
-#: webapp/backend/countries.py:150
-msgid "The former Yugoslav Republic of Macedonia"
-msgstr ""
-
-#: webapp/backend/countries.py:151
-msgid "Mali"
-msgstr ""
-
-#: webapp/backend/countries.py:152
-msgid "Myanmar"
-msgstr ""
-
-#: webapp/backend/countries.py:153
-msgid "Mongolia"
-msgstr ""
-
-#: webapp/backend/countries.py:154
-msgid "Macao"
-msgstr ""
-
-#: webapp/backend/countries.py:155
-msgid "Northern Mariana Islands"
-msgstr ""
-
-#: webapp/backend/countries.py:156
-msgid "Martinique"
-msgstr ""
-
-#: webapp/backend/countries.py:157
-msgid "Mauritania"
-msgstr ""
-
-#: webapp/backend/countries.py:158
-msgid "Montserrat"
-msgstr ""
-
-#: webapp/backend/countries.py:159
-msgid "Malta"
-msgstr ""
-
-#: webapp/backend/countries.py:160
-msgid "Mauritius"
-msgstr ""
-
-#: webapp/backend/countries.py:161
-msgid "Maldives"
-msgstr ""
-
-#: webapp/backend/countries.py:162
-msgid "Malawi"
-msgstr ""
-
-#: webapp/backend/countries.py:163
-msgid "Mexico"
-msgstr ""
-
-#: webapp/backend/countries.py:164
-msgid "Malaysia"
-msgstr ""
-
-#: webapp/backend/countries.py:165
-msgid "Mozambique"
-msgstr ""
-
-#: webapp/backend/countries.py:166
-msgid "Namibia"
-msgstr ""
-
-#: webapp/backend/countries.py:167
-msgid "New Caledonia"
-msgstr ""
-
-#: webapp/backend/countries.py:168
-msgid "Niger"
-msgstr ""
-
-#: webapp/backend/countries.py:169
-msgid "Norfolk Island"
-msgstr ""
-
-#: webapp/backend/countries.py:170
-msgid "Nigeria"
-msgstr ""
-
-#: webapp/backend/countries.py:171
-msgid "Nicaragua"
-msgstr ""
-
-#: webapp/backend/countries.py:172
-msgid "Netherlands"
-msgstr ""
-
-#: webapp/backend/countries.py:173
-msgid "Norway"
-msgstr ""
-
-#: webapp/backend/countries.py:174
-msgid "Nepal"
-msgstr ""
-
-#: webapp/backend/countries.py:175
-msgid "Nauru"
-msgstr ""
-
-#: webapp/backend/countries.py:176
-msgid "Niue"
-msgstr ""
-
-#: webapp/backend/countries.py:177
-msgid "New Zealand"
-msgstr ""
-
-#: webapp/backend/countries.py:178
-msgid "Oman"
-msgstr ""
-
-#: webapp/backend/countries.py:179
-msgid "Panama"
-msgstr ""
-
-#: webapp/backend/countries.py:180
-msgid "Peru"
-msgstr ""
-
-#: webapp/backend/countries.py:181
-msgid "French Polynesia"
-msgstr ""
-
-#: webapp/backend/countries.py:182
-msgid "Papua New Guinea"
-msgstr ""
-
-#: webapp/backend/countries.py:183
-msgid "Philipplines"
-msgstr ""
-
-#: webapp/backend/countries.py:184
-msgid "Pakistan"
-msgstr ""
-
-#: webapp/backend/countries.py:185
-msgid "Poland"
-msgstr ""
-
-#: webapp/backend/countries.py:186
-msgid "Saint Pierre and Miquelon"
-msgstr ""
-
-#: webapp/backend/countries.py:187
-msgid "Pitcairn"
-msgstr ""
-
-#: webapp/backend/countries.py:188
-msgid "Puerto Rico"
-msgstr ""
-
-#: webapp/backend/countries.py:189
-msgid "Palestinian Territory, occupied"
-msgstr ""
-
-#: webapp/backend/countries.py:190
-msgid "Portugal"
-msgstr ""
-
-#: webapp/backend/countries.py:191
-msgid "Palau"
-msgstr ""
-
-#: webapp/backend/countries.py:192
-msgid "Paraguay"
-msgstr ""
-
-#: webapp/backend/countries.py:193
-msgid "Qatar"
-msgstr ""
-
-#: webapp/backend/countries.py:194
-msgid "Réunion"
-msgstr ""
-
-#: webapp/backend/countries.py:195
-msgid "Romania"
-msgstr ""
-
-#: webapp/backend/countries.py:196
-msgid "Serbia"
-msgstr ""
-
-#: webapp/backend/countries.py:197
-msgid "Russian Federation"
-msgstr ""
-
-#: webapp/backend/countries.py:198
-msgid "Rwanda"
-msgstr ""
-
-#: webapp/backend/countries.py:199
-msgid "Saudi Arabia"
-msgstr ""
-
-#: webapp/backend/countries.py:200
-msgid "Solomon Islands"
-msgstr ""
-
-#: webapp/backend/countries.py:201
-msgid "Seychelles"
-msgstr ""
-
-#: webapp/backend/countries.py:202
-msgid "Sudan"
-msgstr ""
-
-#: webapp/backend/countries.py:203
-msgid "Sweden"
-msgstr ""
-
-#: webapp/backend/countries.py:204
-msgid "Singapore"
-msgstr ""
-
-#: webapp/backend/countries.py:205
-msgid "Saint Helena, Ascension and Tristan Da Cunha"
-msgstr ""
-
-#: webapp/backend/countries.py:206
-msgid "Slovenia"
-msgstr ""
-
-#: webapp/backend/countries.py:207
-msgid "Svalbard and Jan Mayen"
-msgstr ""
-
-#: webapp/backend/countries.py:208
-msgid "Slovakia"
-msgstr ""
-
-#: webapp/backend/countries.py:209
-msgid "Sierra Leone"
-msgstr ""
-
-#: webapp/backend/countries.py:210
-msgid "San Marino"
-msgstr ""
-
-#: webapp/backend/countries.py:211
-msgid "Senegal"
-msgstr ""
-
-#: webapp/backend/countries.py:212
-msgid "Somalia"
-msgstr ""
-
-#: webapp/backend/countries.py:213
-msgid "Suriname"
-msgstr ""
-
-#: webapp/backend/countries.py:214
-msgid "South Sudan"
-msgstr ""
-
-#: webapp/backend/countries.py:215
-msgid "Sao Tome and Principe"
-msgstr ""
-
-#: webapp/backend/countries.py:216
-msgid "El Salvador"
-msgstr ""
-
-#: webapp/backend/countries.py:217
-msgid "Sint Maarten (Dutch Part)"
-msgstr ""
-
-#: webapp/backend/countries.py:218
-msgid "Syrian Arab Republic"
-msgstr ""
-
-#: webapp/backend/countries.py:219
-msgid "Swaziland"
-msgstr ""
-
-#: webapp/backend/countries.py:220
-msgid "Turks and Caicos Islands"
-msgstr ""
-
-#: webapp/backend/countries.py:221
-msgid "Chad"
-msgstr ""
-
-#: webapp/backend/countries.py:222
-msgid "French Southern Territories"
-msgstr ""
-
-#: webapp/backend/countries.py:223
-msgid "Togo"
-msgstr ""
-
-#: webapp/backend/countries.py:224
-msgid "Thailand"
-msgstr ""
-
-#: webapp/backend/countries.py:225
-msgid "Tajikistan"
-msgstr ""
-
-#: webapp/backend/countries.py:226
-msgid "Tokelau"
-msgstr ""
-
-#: webapp/backend/countries.py:227
-msgid "Timor-Leste"
-msgstr ""
-
-#: webapp/backend/countries.py:228
-msgid "Turkmenistan"
-msgstr ""
-
-#: webapp/backend/countries.py:229
-msgid "Tunisia"
-msgstr ""
-
-#: webapp/backend/countries.py:230
-msgid "Tonga"
-msgstr ""
-
-#: webapp/backend/countries.py:231
-msgid "Turkey"
-msgstr ""
-
-#: webapp/backend/countries.py:232
-msgid "Trinidad and Tobago"
-msgstr ""
-
-#: webapp/backend/countries.py:233
-msgid "Tuvalu"
-msgstr ""
-
-#: webapp/backend/countries.py:234
-msgid "Taiwan, Province of China"
-msgstr ""
-
-#: webapp/backend/countries.py:235
-msgid "United Republic of Tanzania"
-msgstr ""
-
-#: webapp/backend/countries.py:236
-msgid "Ukraine"
-msgstr ""
-
-#: webapp/backend/countries.py:237
-msgid "Uganda"
-msgstr ""
-
-#: webapp/backend/countries.py:238
-msgid "United States minor outlying islands"
-msgstr ""
-
-#: webapp/backend/countries.py:239
-msgid "United States"
-msgstr "Vereinigte Staaten"
-
-#: webapp/backend/countries.py:240
-msgid "Uruguay"
-msgstr ""
-
-#: webapp/backend/countries.py:241
-msgid "Uzbekistan"
-msgstr ""
-
-#: webapp/backend/countries.py:242
-msgid "Vatican City State"
-msgstr ""
-
-#: webapp/backend/countries.py:243
-msgid "Saint Vincent and the Grenadines"
-msgstr ""
-
-#: webapp/backend/countries.py:244
-msgid "Bolivarian Republic of Venezuela"
-msgstr ""
-
-#: webapp/backend/countries.py:245
-msgid "Virgin Islands, British"
-msgstr ""
-
-#: webapp/backend/countries.py:246
-msgid "Virgin Islands, U.S."
-msgstr ""
-
-#: webapp/backend/countries.py:247
-msgid "Viet Nam"
-msgstr ""
-
-#: webapp/backend/countries.py:248
-msgid "Vanuatu"
-msgstr ""
-
-#: webapp/backend/countries.py:249
-msgid "Wallis and Futuna"
-msgstr ""
-
-#: webapp/backend/countries.py:250
-msgid "Samoa"
-msgstr ""
-
-#: webapp/backend/countries.py:251
-msgid "Yemen"
-msgstr ""
-
-#: webapp/backend/countries.py:252
-msgid "Mayotte"
-msgstr ""
-
-#: webapp/backend/countries.py:253
-msgid "South Africa"
-msgstr ""
-
-#: webapp/backend/countries.py:254
-msgid "Zambia"
-msgstr ""
-
-#: webapp/backend/countries.py:255
-msgid "Zimbabwe"
-msgstr ""
-
-#: webapp/backend/fireinfo.py:306 webapp/backend/fireinfo.py:328
-#: webapp/backend/fireinfo.py:344 webapp/backend/fireinfo.py:345
-#: webapp/backend/fireinfo.py:346
-msgid "Unclassified"
-msgstr "Unklassifiziert"
-
-#: webapp/backend/fireinfo.py:307 webapp/backend/fireinfo.py:335
-msgid "Mass storage"
-msgstr "Massenspeicher"
-
-#: webapp/backend/fireinfo.py:308
-msgid "Network"
-msgstr "Netzwerk"
-
-#: webapp/backend/fireinfo.py:309 webapp/backend/fireinfo.py:340
-msgid "Display"
-msgstr "Display"
-
-#: webapp/backend/fireinfo.py:310 webapp/backend/fireinfo.py:329
-msgid "Multimedia"
-msgstr "Multimedia"
-
-#: webapp/backend/fireinfo.py:311
-msgid "Memory controller"
-msgstr "Speichercontroller"
-
-#: webapp/backend/fireinfo.py:312
-msgid "Bridge"
-msgstr "Bridge"
-
-#: webapp/backend/fireinfo.py:313 webapp/backend/fireinfo.py:330
-#: webapp/backend/fireinfo.py:337
-msgid "Communication"
-msgstr "Kommunikation"
-
-#: webapp/backend/fireinfo.py:314 webapp/backend/fireinfo.py:332
-msgid "Generic system peripheral"
-msgstr "Generisches Peripheriegerät"
-
-#: webapp/backend/fireinfo.py:315 webapp/backend/fireinfo.py:331
-msgid "Input device"
-msgstr "Eingabegerät"
-
-#: webapp/backend/fireinfo.py:316
-msgid "Docking station"
-msgstr "Dockingstation"
-
-#: webapp/backend/fireinfo.py:317 templates/fireinfo/profile-detail.html:54
-#: templates/static/hardware.html:176 templates/static/hardware.html:218
-msgid "Processor"
-msgstr "Prozessor"
-
-#: webapp/backend/fireinfo.py:318
-msgid "Serial bus"
-msgstr "Serieller Bus"
-
-#: webapp/backend/fireinfo.py:319 webapp/backend/fireinfo.py:343
-msgid "Wireless"
-msgstr "WLAN"
-
-#: webapp/backend/fireinfo.py:320
-msgid "Intelligent controller"
-msgstr "Intelligenter Controller"
-
-#: webapp/backend/fireinfo.py:321
-msgid "Satellite communications controller"
-msgstr "Satellitenkommunikationscontroller"
-
-#: webapp/backend/fireinfo.py:322 webapp/backend/fireinfo.py:339
-msgid "Encryption"
-msgstr "Verschlüsselung"
-
-#: webapp/backend/fireinfo.py:323
-msgid "Signal processing controller"
-msgstr "Signalverarbeitungscontroller"
-
-#: webapp/backend/fireinfo.py:324
-msgid "Unassigned class"
-msgstr "Nicht vergebene Klasse"
-
-#: webapp/backend/fireinfo.py:333
-msgid "Image"
-msgstr "Bild"
-
-#: webapp/backend/fireinfo.py:334
-msgid "Printer"
-msgstr "Drucker"
-
-#: webapp/backend/fireinfo.py:336
-msgid "Hub"
-msgstr "Hub"
-
-#: webapp/backend/fireinfo.py:338
-msgid "Smart card"
-msgstr "Smartcard"
-
-#: webapp/backend/fireinfo.py:341
-msgid "Personal Healthcare"
-msgstr ""
-
-#: webapp/backend/fireinfo.py:342
-msgid "Diagnostic Device"
-msgstr "Diagnosegerät"
-
-#: webapp/backend/releases.py:94
-msgid "Image for the armv5tel architecture"
-msgstr "Image für die armv5tel-Architektur"
-
-#: webapp/backend/releases.py:95
-msgid "armv5tel image for boards with serial console"
-msgstr "armv5tel-Image für Boards mit serieller Konsole"
-
-#: webapp/backend/releases.py:96
-msgid "Installable CD image"
-msgstr "Bootbares CD-Image"
-
-#: webapp/backend/releases.py:97
-msgid "Torrent file"
-msgstr "Torrentdatei"
-
-#: webapp/backend/releases.py:98
-msgid "Flash image"
-msgstr "Flash-Image"
-
-#: webapp/backend/releases.py:99
-msgid "Flash image for devices with serial console"
-msgstr "Flash-Image für Geräte mit serieller Konsole"
-
-#: webapp/backend/releases.py:100
-msgid "USB FDD Image"
-msgstr "USB-FDD-Image"
-
-#: webapp/backend/releases.py:101
-msgid "USB HDD Image"
-msgstr "USB-HDD-Image"
-
-#: webapp/backend/releases.py:102
-msgid "Pregenerated Xen image"
-msgstr "Vorgefertigtes Xen-Image"
-
-#: webapp/backend/releases.py:103
-msgid "Xen-Image Generator"
-msgstr "Xen-Image-Generator"
-
-#: webapp/backend/releases.py:109 webapp/backend/releases.py:151
-msgid "Unknown image type"
-msgstr "Unbekanntes Imageformat"
-
-#: webapp/backend/releases.py:136
-msgid "This image runs on many ARM-based boards"
-msgstr "Dieses Image läuft auf vielen ARM-basierten Boards"
-
-#: webapp/backend/releases.py:137
-msgid "This image runs on ARM boards with a serial console"
-msgstr "Dieses Image läuft auf ARM-Boards mit serieller Konsole"
-
-#: webapp/backend/releases.py:138
-msgid "Use this image to burn a CD and install IPFire from it."
-msgstr ""
-"Nutze dieses Image um eine CD zu erstellen und IPFire von dieser zu "
-"installieren."
-
-#: webapp/backend/releases.py:139
-msgid "Download the CD image from the torrent network."
-msgstr "CD-Image mit aus dem Torrentnetzwerk laden"
-
-#: webapp/backend/releases.py:140
-msgid "An image that is meant to run on embedded devices."
-msgstr "Ein Image, das für eingebettete Systeme optimiert ist."
-
-#: webapp/backend/releases.py:141
-msgid "Flash image where a serial console is enabled by default."
-msgstr "Image, bei welchem die serielle Konsole eingeschaltet ist."
-
-#: webapp/backend/releases.py:142
-msgid "Install IPFire from a floppy-formated USB key."
-msgstr "IPFire von einem Floppy-formatiertem USB-Stick installieren."
-
-#: webapp/backend/releases.py:143
-msgid "If the floppy image doesn't work, use this image instead."
-msgstr "Wenn das Floppy-Image nicht funktioniert, dieses verwenden."
-
-#: webapp/backend/releases.py:144
-msgid "A ready-to-run image for Xen."
-msgstr "Ein fertiges Image für Xen."
-
-#: webapp/backend/releases.py:145
-msgid "Generator for creating a Xen image."
-msgstr "Generator zum Erstellen einex Xen-Images."
-
-#: webapp/backend/wishlist.py:213
-msgid "Checkout this crowdfunding wish from #ipfire:"
-msgstr ""
-
-#: templates/wishlist/base.html:6 templates/base.html:42
-#: templates/index.html:261
-msgid "IPFire Wishlist"
-msgstr "IPFire-Wishlist"
-
-#: templates/wishlist/base.html:8
-msgid "Crowd funding for the IPFire project"
-msgstr "Crowdfunding für das IPFire-Projekt"
-
-#: templates/wishlist/donate.html:3 templates/wishlist/modules/wish.html:31
-#: templates/base.html:140 templates/download-splash.html:36
-#: templates/donate.html:3 templates/index.html:215
-#: templates/modules/menu.html:20 templates/static/get-started.html:153
-#: templates/static/get-started.html:182
-#: templates/static/get-involved.html:173
-#: templates/static/get-involved.html:192
-msgid "Donate"
-msgstr "Spenden"
-
-#: templates/wishlist/donate.html:14 templates/wishlist/donate.html:22
-#: templates/wishlist/terms.html:3 templates/wishlist/terms.html:7
-#: templates/base.html:174
-msgid "Terms & Conditions"
-msgstr "Allgemeine Bedingungen"
-
-#: templates/wishlist/closed.html:3 templates/wishlist/closed.html:13
-msgid "Closed wishes"
-msgstr "Beendete Wünsche"
-
-#: templates/wishlist/closed.html:9
-msgid "Wishes open for donation"
-msgstr "Noch laufende Wünsche"
-
-#: templates/wishlist/closed.html:36 templates/wishlist/closed.html:40
-msgid "Older"
-msgstr "Älter"
-
-#: templates/wishlist/closed.html:46 templates/wishlist/closed.html:50
-msgid "Newer"
-msgstr "Neuer"
-
-#: templates/wishlist/index.html:3
-msgid "Home"
-msgstr "Startseite"
-
-#: templates/wishlist/index.html:8
-msgid "The IPFire Crowd Funding Platform"
-msgstr "Die IPFire Crowdfunding-Plattform"
-
-#: templates/wishlist/wish.html:3
-msgid "Wish"
-msgstr "Wunsch"
-
-#: templates/wishlist/wish.html:18
-#, python-format
-msgid "Launched: %s"
-msgstr "Gestarted: %s"
-
-#: templates/wishlist/wish.html:24
-#, python-format
-msgid "Funding ends: %s"
-msgstr "Sammlung endet: %s"
-
-#: templates/wishlist/wish.html:26
-msgid "This funding runs until the goal is reached."
-msgstr "Dieses Funding läuft, bis das Ziel erreicht ist."
-
-#: templates/wishlist/modules/wish.html:6
-msgid "Only a few days left!"
-msgstr "Nur noch wenige Tage!"
-
-#: templates/wishlist/modules/wish.html:41
-msgid "funded"
-msgstr "gesammelt"
-
-#: templates/wishlist/modules/wish.html:45
-#: templates/wishlist/modules/wish.html:55
-#, python-format
-msgid "%s &euro;"
-msgstr "%s &euro;"
-
-#: templates/wishlist/modules/wish.html:46
-msgid "donated"
-msgstr "gespendet"
-
-#: templates/wishlist/modules/wish.html:53
-msgid "day to go"
-msgid_plural "days to go"
-msgstr[0] "Tag übrig"
-msgstr[1] "Tage übrig"
-
-#: templates/wishlist/modules/wish.html:56
-msgid "to go"
-msgstr "noch"
-
-#: templates/wishlist/modules/wish.html:59
-msgid "In progress"
-msgstr "In Entwicklung"
-
-#: templates/wishlist/modules/wish.html:61
-msgid "Finished"
-msgstr "Beendet"
-
-#: templates/wishlist/modules/wish.html:63
-msgid "Funding ended"
-msgstr "Sammlung beendet"
-
-#: templates/wishlist/modules/wish.html:73
-msgid "Share this wish with your friends and help us promote it!"
-msgstr ""
-"Teile diesen Wunsch mit deinen Freunden und hilf diesen bekannter zu machen!"
-
-#: templates/tracker-torrents.html:3
-msgid "Torrent Downloads"
-msgstr "Torrent-Downloads"
-
-#: templates/tracker-torrents.html:7
-msgid "IPFire Torrent Tracker"
-msgstr "IPFire Torrent-Tracker"
-
-#: templates/tracker-torrents.html:32 templates/downloads-index.html:35
-#: templates/downloads-older.html:25
-msgid "Release"
-msgstr "Release"
-
-#: templates/tracker-torrents.html:33
-msgid "Seeders"
-msgstr "Seeders"
-
-#: templates/tracker-torrents.html:34
-msgid "Peers"
-msgstr "Peers"
-
-#: templates/error.html:3
-msgid "Error"
-msgstr "Error"
-
-#: templates/base.html:4
-msgid "No title given"
-msgstr "Kein Titel"
-
-#: templates/base.html:37
-msgid "IPFire"
-msgstr "IPFire"
-
-#: templates/base.html:39 templates/planet/search.html:3
-#: templates/planet/list.html:3 templates/planet/index.html:3
-#: templates/news.html:61
-msgid "IPFire Planet"
-msgstr "IPFire Planet"
-
-#: templates/base.html:40
-#, fuzzy
-msgid "The Blog of the IPFire Team"
-msgstr "Das offizielle Blog des IPFire-Team"
-
-#: templates/base.html:43
-msgid "The IPFire Crowd-Funding Platform"
-msgstr "Die IPFire Crowdfunding-Plattform"
-
-#: templates/base.html:69
-msgid "About"
-msgstr "Über IPFire"
-
-#: templates/base.html:73 templates/base-feature.html:6
-#: templates/modules/menu.html:4 templates/static/features.html:3
-#: templates/static/features.html:7
-msgid "About IPFire"
-msgstr "Über IPFire"
-
-#: templates/base.html:76 templates/nopaste/view.html:75
-#: templates/static/get-started.html:72
-msgid "Download"
-msgstr "Download"
-
-#: templates/base.html:79 templates/modules/menu.html:27
-msgid "Planet"
-msgstr "Planet"
-
-#: templates/base.html:82 templates/static/imprint.html:3
-#: templates/static/imprint.html:8
-msgid "Imprint"
-msgstr "Impressum"
-
-#: templates/base.html:88
-msgid "Support"
-msgstr "Support"
-
-#: templates/base.html:92
-msgid "Professional Support"
-msgstr "Professioneller Support"
-
-#: templates/base.html:95 templates/modules/menu.html:61
-#: templates/static/get-support.html:15
-msgid "Documentation"
-msgstr "Dokumentation"
-
-#: templates/base.html:101
-msgid "Join"
-msgstr "Mitmachen"
-
-#: templates/base.html:105
-msgid "Forum"
-msgstr "Forum"
-
-#: templates/base.html:108 templates/static/get-support.html:29
-#: templates/static/get-involved.html:15 templates/static/chat.html:3
-#: templates/static/chat.html:8
-msgid "Chat"
-msgstr "Chat"
-
-#: templates/base.html:111 templates/static/get-involved.html:29
-msgid "Mailing Lists"
-msgstr "Mailinglisten"
-
-#: templates/base.html:114
-msgid "Talk"
-msgstr "Talk"
-
-#: templates/base.html:120 templates/downloads-index.html:50
-msgid "Development"
-msgstr "Entwicklung"
-
-#: templates/base.html:124
-msgid "Become a developer"
-msgstr "Entwickler werden"
-
-#: templates/base.html:127 templates/static/get-involved.html:129
-msgid "Pakfire Build Service"
-msgstr "Pakfire Buildsystem"
-
-#: templates/base.html:130
-msgid "Bugtracker"
-msgstr "Bugtracker"
-
-#: templates/base.html:133
-msgid "Patchwork"
-msgstr "Patchwork"
-
-#: templates/base.html:180
-msgid "IPFire is free software written by the IPFire Project"
-msgstr "IPFire ist freie Software vom IPFire-Projekt"
-
-#: templates/admin-mirrors-create.html:5 templates/admin-mirrors.html:8
-msgid "Create new mirror"
-msgstr "Neuen Mirror erstellen"
-
-#: templates/admin-mirrors-create.html:12
-#: templates/download-mirror-detail.html:12
-#: templates/downloads-mirrors.html:48 templates/admin-mirrors-details.html:13
-#: templates/admin-mirrors.html:14
-msgid "Hostname"
-msgstr "Hostname"
-
-#: templates/admin-mirrors-create.html:16
-msgid "Path"
-msgstr "Pfad"
-
-#: templates/admin-mirrors-create.html:20
-#: templates/download-mirror-detail.html:16
-#: templates/downloads-mirrors.html:47 templates/admin-mirrors-details.html:21
-#: templates/mirrors-item.html:23
-msgid "Owner"
-msgstr "Eigentümer"
-
-#: templates/admin-mirrors-create.html:24 templates/downloads-mirrors.html:49
-#: templates/talk/modules/lines.html:10
-#: templates/fireinfo/profile-detail.html:164
-#: templates/admin-mirrors-details.html:25 templates/mirrors-item.html:30
-msgid "Location"
-msgstr "Standort"
-
-#: templates/admin-mirrors-create.html:28
-#: templates/admin-mirrors-details.html:33
-msgid "File mirror"
-msgstr "Dateimirror"
-
-#: templates/admin-mirrors-create.html:31
-#: templates/admin-mirrors-create.html:40
-#: templates/admin-mirrors-create.html:49
-#: templates/admin-mirrors-create.html:58
-msgid "yes"
-msgstr "Ja"
-
-#: templates/admin-mirrors-create.html:32
-#: templates/admin-mirrors-create.html:41
-#: templates/admin-mirrors-create.html:50
-#: templates/admin-mirrors-create.html:59
-msgid "no"
-msgstr "Nein"
-
-#: templates/admin-mirrors-create.html:37
-#: templates/admin-mirrors-details.html:37
-msgid "Pakfire 2 mirror"
-msgstr "Pakfire 2 Mirror"
-
-#: templates/admin-mirrors-create.html:46
-#: templates/admin-mirrors-details.html:41
-msgid "Pakfire 3 mirror"
-msgstr "Pakfire 3 Mirror"
-
-#: templates/admin-mirrors-create.html:55
-#: templates/admin-mirrors-details.html:45
-msgid "Disabled?"
-msgstr "Ausgeschaltet?"
-
-#: templates/download-splash.html:3 templates/download-splash.html:8
-msgid "Thanks for downloading IPFire"
-msgstr "Vielen Dank, für das Herunterladen von IPFire"
-
-#: templates/download-splash.html:29
-msgid "How to install IPFire"
-msgstr "Wie installiert man IPFire?"
-
-#: templates/download-splash.html:43 templates/modules/menu.html:12
-#: templates/static/get-support.html:7
-msgid "Get Support"
-msgstr "Support"
-
-#: templates/downloads-development.html:3
-#: templates/downloads-development.html:6
-msgid "Development Downloads"
-msgstr "Development Downloads"
-
-#: templates/tracker-torrent-detail.html:3
-#: templates/tracker-torrent-detail.html:18
-msgid "Torrent download"
-msgstr "Torrent-Download"
-
-#: templates/tracker-torrent-detail.html:15
-msgid "Magnet link"
-msgstr "Magnet-Link"
-
-#: templates/tracker-torrent-detail.html:23
-msgid "Peers & Seeds"
-msgstr "Peers & Seeder"
-
-#: templates/downloads-index.html:3
-msgid "Download Center"
-msgstr "Downloadcenter"
-
-#: templates/downloads-index.html:7
-msgid "IPFire Download Center"
-msgstr "IPFire Download-Center"
-
-#: templates/downloads-index.html:30
-msgid "Available releases"
-msgstr "Verfügbare Releases"
-
-#: templates/downloads-index.html:36
-msgid "Release type"
-msgstr "Release-Typ"
-
-#: templates/downloads-index.html:37
-msgid "Release date"
-msgstr "Veröffentlichungsdatum"
-
-#: templates/downloads-index.html:48
-msgid "Stable"
-msgstr "Stabil"
-
-#: templates/download-mirror-detail.html:3 templates/downloads-mirrors.html:3
-msgid "Mirror-Server"
-msgstr "Mirrorserver"
-
-#: templates/download-mirror-detail.html:8 templates/downloads-mirrors.html:8
-msgid "IPFire Mirrors"
-msgstr "IPFire Mirrors"
-
-#: templates/download-mirror-detail.html:20
-#: templates/downloads-mirrors.html:50
-#: templates/fireinfo/profile-detail.html:202 templates/admin-mirrors.html:15
-msgid "Last update"
-msgstr "Letztes Update"
-
-#: templates/download-mirror-detail.html:24
-msgid "Number of files"
-msgstr "Anzahl von Dateien"
-
-#: templates/download-mirror-detail.html:32
-msgid "View list of all mirror servers."
-msgstr "Liste aller Mirrorserver."
-
-#: templates/error-500.html:6
-msgid "Detailed information"
-msgstr "Mehr Informationen"
-
-#: templates/admin-planet-compose.html:5 templates/admin-planet.html:8
-msgid "Compose new entry"
-msgstr "Neuen Beitrag erstellen"
-
-#: templates/admin-planet-compose.html:16 templates/admin-planet.html:14
-msgid "Title"
-msgstr "Titel"
-
-#: templates/admin-planet-compose.html:33
-#: templates/admin-mirrors-details.html:17
-msgid "Status"
-msgstr "Status"
-
-#: templates/admin-planet-compose.html:37 templates/admin-planet.html:25
-msgid "Draft"
-msgstr "Entwurf"
-
-#: templates/admin-planet-compose.html:41
-msgid "Published"
-msgstr "Veröffentlicht"
-
-#: templates/admin-planet-compose.html:49
-msgid "Save"
-msgstr "Speichern"
-
-#: templates/admin-planet-compose.html:50
-msgid "Preview"
-msgstr "Vorschau"
-
-#: templates/admin-planet-compose.html:51
-msgid "Cancel"
-msgstr "Abbrechen"
-
-#: templates/downloads-older.html:3 templates/downloads-older.html:7
-msgid "Ancient downloads"
-msgstr "Veraltete Downloads"
-
-#: templates/downloads-older.html:9 templates/downloads-all.html:9
-msgid ""
-"These are the ancient downloads of IPFire. They are just saved for "
-"historical reasons and should not be used in a productive environment."
-msgstr ""
-"Dieses sind veraltete Downloads von IPFire. Sie wurden hier archiviert und "
-"sollten nicht in produktiven Umgebungen eingesetzt werden."
-
-#: templates/downloads-older.html:13
-msgid ""
-"Beware that these releases could lack possible security-fixes\tand so it is "
-"recommended to use the <em>latest</em> version."
-msgstr ""
-"Achtung! Diese Releases könnten potentielle Sicherheitsprobleme aufweisen. "
-"Daher wird empfohlen die <em>neueste</em> Version einzusetzen."
-
-#: templates/downloads-older.html:17 templates/downloads-all.html:13
-msgid "Go back to latest stable downloads."
-msgstr "Zurück zu den neuesten stabilen Downloads."
-
-#: templates/downloads-older.html:26
-msgid "Published on"
-msgstr "Veröffentlicht am"
-
-#: templates/admin-planet.html:5
-msgid "Planet Administrator"
-msgstr "Planet-Administrator"
-
-#: templates/admin-planet.html:13
-msgid "Author"
-msgstr "Autor"
-
-#: templates/admin-planet.html:29 templates/admin-accounts.html:20
-#: templates/admin-mirrors.html:24
-msgid "Edit"
-msgstr "Bearbeiten"
-
-#: templates/admin-planet.html:31
-msgid "Publish"
-msgstr "Veröffentlichen"
-
-#: templates/donate.html:8
-msgid "Donate now"
-msgstr "Jetzt Spenden"
-
-#: templates/donate.html:54
-msgid "Current crowd funding projects on the IPFire Wishlist"
-msgstr "Aktuelle Projekte auf der IPFire-Wishlist"
-
-#: templates/donate.html:70 templates/modules/donation-box.html:21
-msgid "Donate by Bank Transfer"
-msgstr "Per Banküberweisung spenden"
-
-#: templates/donate.html:73 templates/modules/donation-box.html:24
-msgid "IBAN"
-msgstr "IBAN"
-
-#: templates/donate.html:76 templates/modules/donation-box.html:27
-msgid "BIC-/SWIFT-Code"
-msgstr "BIC-/SWIFT-Code"
-
-#: templates/donate.html:80 templates/modules/donation-box.html:31
-msgid "Reason for transfer"
-msgstr "Verwendungszweck"
-
-#: templates/donate.html:102
-msgid "Recurring Donations"
-msgstr "Monatlich Spenden"
-
-#: templates/auth/login.html:3 templates/auth/login.html:20
-msgid "Log in"
-msgstr "Einloggen"
-
-#: templates/auth/login.html:9
-msgid "Log In"
-msgstr "Einloggen"
-
-#: templates/planet/search.html:7
-#, python-format
-msgid "Search results for '%s'"
-msgstr "Suchergebnisse für '%s'"
-
-#: templates/planet/search.html:20
-#, python-format
-msgid "No results found for '%s'"
-msgstr "Keine Resultate gefunden für '%s'"
-
-#: templates/planet/hottest.html:3 templates/planet/index.html:24
-msgid "Hottest posts"
-msgstr "Beliebteste Beiträge"
-
-#: templates/planet/hottest.html:7
-msgid "The hottest posts of the last month"
-msgstr "Die beliebtesten Beiträge des letzten Monats"
-
-#: templates/planet/hottest.html:18 templates/modules/planet-entry.html:21
-#: templates/modules/news-preview.html:6 templates/static/hardware.html:28
-#: templates/static/hardware.html:146 templates/static/hardware.html:211
-msgid "by"
-msgstr "von"
-
-#: templates/planet/list.html:3 templates/planet/list.html:12
-#, python-format
-msgid "%s's posts"
-msgstr "Beiträge von %s"
-
-#: templates/planet/list.html:3 templates/planet/list.html:14
-#, fuzzy, python-format
-msgid "Posts from %s"
-msgstr "Alle Beiträge aus %s"
-
-#: templates/planet/list.html:44
-#, python-format
-msgid "%s did not write any posts, yet."
-msgstr "%s hat bisher noch keine Beiträge verfasst."
-
-#: templates/planet/index.html:13
-msgid "Older posts"
-msgstr "Ältere Beiträge"
-
-#: templates/planet/index.html:17
-msgid "Newer posts"
-msgstr "Neuere Beiträge"
-
-#: templates/planet/posting.html:11
-msgid "Posted:"
-msgstr ""
-
-#: templates/planet/posting.html:15
-#, python-format
-msgid "One view"
-msgid_plural "%(views)s views"
-msgstr[0] "Einmal aufgerufen"
-msgstr[1] "%(views)s Mal aufgerufen"
-
-#: templates/admin-downloads.html:5 templates/admin-downloads-mirrors.html:5
-msgid "Download statistics"
-msgstr "Downloadstatistiken"
-
-#: templates/admin-downloads.html:7
-msgid "Download counters"
-msgstr "Downloadzähler"
-
-#: templates/admin-downloads.html:10
-msgid "Today"
-msgstr "Heute"
-
-#: templates/admin-downloads.html:14
-msgid "Yesterday"
-msgstr "Gestern"
-
-#: templates/admin-downloads.html:18
-msgid "Total"
-msgstr "Insgesamt"
-
-#: templates/admin-downloads.html:23
-msgid "Downloads by country"
-msgstr "Downloads pro Land"
-
-#: templates/news-year.html:3 templates/news.html:3
-msgid "News"
-msgstr "Neuigkeiten"
-
-#: templates/news-year.html:7
-#, python-format
-msgid "News from %(year)s"
-msgstr "Neuigkeiten aus %(year)s"
-
-#: templates/downloads-mirrors.html:63
-msgid "details"
-msgstr "Details"
-
-#: templates/base-feature.html:9 templates/static/features.html:61
-msgid "Security"
-msgstr "Sicherheit"
-
-#: templates/base-feature.html:12 templates/index.html:66
-#: templates/static/features.html:138
-msgid "Firewall"
-msgstr "Firewall"
-
-#: templates/base-feature.html:15
-msgid "Pakfire"
-msgstr "Pakfire"
-
-#: templates/base-feature.html:18 templates/static/features.html:508
-msgid "Updates"
-msgstr "Updates"
-
-#: templates/base-feature.html:21
-msgid "It's free"
-msgstr "IPFire ist frei"
-
-#: templates/base-feature.html:25
-msgid "Features"
-msgstr "Funktionen"
-
-#: templates/base-feature.html:28 templates/static/features.html:580
-msgid "Dialup"
-msgstr "Einwahl"
-
-#: templates/base-feature.html:31 templates/static/features.html:696
-msgid "Web proxy"
-msgstr "Webproxy"
-
-#: templates/base-feature.html:35 templates/static/features.html:785
-msgid "Content filter"
-msgstr "Inhaltsfilter"
-
-#: templates/base-feature.html:38 templates/static/features.html:846
-msgid "Update accelerator"
-msgstr "Update Accelerator"
-
-#: templates/base-feature.html:41
-msgid "Virus scan"
-msgstr "Virusscanner"
-
-#: templates/base-feature.html:45 templates/static/features.html:996
-msgid "VPN"
-msgstr "VPN"
-
-#: templates/base-feature.html:49 templates/static/features.html:1032
-msgid "IPsec"
-msgstr "IPsec"
-
-#: templates/base-feature.html:52 templates/static/features.html:1093
-msgid "OpenVPN"
-msgstr "OpenVPN"
-
-#: templates/base-feature.html:56
-msgid "Intrusion detection"
-msgstr "Einbruchsdetektion"
-
-#: templates/base-feature.html:59 templates/static/features.html:1213
-msgid "Quality of Service"
-msgstr "Quality of Service"
-
-#: templates/base-feature.html:62 templates/fireinfo/stats.html:27
-#: templates/static/hardware.html:3 templates/static/hardware.html:7
-#: templates/static/features.html:1288
-msgid "Hardware"
-msgstr "Hardware"
-
-#: templates/base-feature.html:65 templates/fireinfo/stats.html:38
-#: templates/fireinfo/stats-virtual.html:3
-#: templates/fireinfo/stats-cpus-detail.html:64
-#: templates/static/features.html:1363
-msgid "Virtualization"
-msgstr "Virtualisierung"
-
-#: templates/base-feature.html:68
-msgid "Wireless AP"
-msgstr "WLAN-Access-Point"
-
-#: templates/admin-accounts-edit.html:5 templates/admin-accounts.html:5
-msgid "Account Administrator"
-msgstr "Accountadministrator"
-
-#: templates/news.html:7
-msgid "What is new on the IPFire project?"
-msgstr "Was gibt es neues im IPFire Projekt?"
-
-#: templates/news.html:34
-msgid "Stay up to date"
-msgstr "Informiere dich"
-
-#: templates/news.html:85
-msgid "Latest news"
-msgstr "Aktuelle Neuigkeiten"
-
-#: templates/admin-downloads-mirrors.html:7
-msgid "Mirror load from today"
-msgstr "Mirrorauslastung von heute"
-
-#: templates/admin-downloads-mirrors.html:10
-msgid "Mirror load"
-msgstr "Mirrorauslastung"
-
-#: templates/talk/conferences.html:3 templates/talk/conferences.html:7
-#: templates/modules/menu.html:56
-msgid "Conferences"
-msgstr "Konferenzen"
-
-#: templates/talk/conferences.html:18
-msgid "Toggle Dropdown"
-msgstr "Dropdown ein-/ausklappen"
-
-#: templates/talk/conferences.html:21
-msgid "Invite participant"
-msgstr "Teilnehmer einladen"
-
-#: templates/talk/conferences.html:33
-#, python-format
-msgid "IPFire Conference Room %s"
-msgstr "IPFire-Konferenzraum %s"
-
-#: templates/talk/conferences.html:48
-#, python-format
-msgid "joined %s"
-msgstr "beigetreten %s"
-
-#: templates/talk/conference-invite.html:3
-#: templates/talk/conference-invite.html:12
-#, python-format
-msgid "Inviting %s to %s..."
-msgstr "Lade %s zur %s ein..."
-
-#: templates/talk/conference-invite.html:18
-#: templates/talk/initiate-call.html:23
-msgid "Back"
-msgstr "Zurück"
-
-#: templates/talk/initiate-call.html:3 templates/talk/initiate-call.html:13
-#: templates/talk/initiate-call.html:17
-#, python-format
-msgid "Calling %s..."
-msgstr "Rufe %s an..."
-
-#: templates/talk/phonebook.html:3 templates/talk/phonebook.html:7
-#: templates/modules/menu.html:52
-msgid "Phonebook"
-msgstr "Telefonbuch"
-
-#: templates/talk/diagnosis.html:3 templates/talk/diagnosis.html:7
-#: templates/modules/menu.html:66
-msgid "Diagnosis"
-msgstr "Diagnose"
-
-#: templates/talk/diagnosis.html:11
-msgid "Test Call"
-msgstr "Testanruf"
-
-#: templates/talk/diagnosis.html:16
-msgid "A music playing service"
-msgstr "Spielt Musik ab"
-
-#: templates/talk/index.html:3
-msgid "Index"
-msgstr "Index"
-
-#: templates/talk/index.html:7
-#, python-format
-msgid "Hello, %s!"
-msgstr "Hallo, %s!"
-
-#: templates/talk/index.html:35
-msgid "Call"
-msgstr "Anrufen"
-
-#: templates/talk/phonebook-contact.html:18
-msgid "Voice over IP"
-msgstr "Voice over IP"
-
-#: templates/talk/phonebook-contact.html:45
-msgid "Password"
-msgstr "Passwort"
-
-#: templates/talk/phonebook-contact.html:70
-msgid "Postal Address"
-msgstr "Postadresse"
-
-#: templates/talk/phonebook-contact.html:81
-msgid "Telephone"
-msgstr "Telefon"
-
-#: templates/talk/phonebook-contact.html:104
-msgid "All calls are forwarded to:"
-msgstr "Alle Gespräche werden weitergeleitet an:"
-
-#: templates/talk/modules/ongoing-calls.html:1
-msgid "Ongoing Calls"
-msgstr "Laufende Gespräche"
-
-#: templates/talk/modules/ongoing-calls.html:6
-msgid "Time Started"
-msgstr "Gestartet"
-
-#: templates/talk/modules/ongoing-calls.html:7
-msgid "Caller"
-msgstr "Anrufer"
-
-#: templates/talk/modules/ongoing-calls.html:9
-msgid "Called"
-msgstr "Gesprächspartner"
-
-#: templates/talk/modules/call-log.html:1
-msgid "Call Log"
-msgstr "Anrufe"
-
-#: templates/talk/modules/call-log.html:6
-msgid "Date"
-msgstr "Datum"
-
-#: templates/talk/modules/call-log.html:7
-msgid "Conversational Partner"
-msgstr "Gesprächspartner"
-
-#: templates/talk/modules/call-log.html:8
-msgid "Duration"
-msgstr "Dauer"
-
-#: templates/talk/modules/call-log.html:45
-msgid "Busy"
-msgstr "Besetzt"
-
-#: templates/talk/modules/call-log.html:48
-msgid "no answer"
-msgstr "keine Antwort"
-
-#: templates/talk/modules/call-log.html:50
-msgid "missed call"
-msgstr "verpasster Anruf"
-
-#: templates/talk/modules/lines.html:1
-msgid "Lines"
-msgstr "Leitungen"
-
-#: templates/talk/modules/lines.html:7
-msgid "Account"
-msgstr "Account"
-
-#: templates/talk/modules/lines.html:9 templates/nopaste/view.html:56
-#: templates/nopaste/create.html:55
-msgid "Expires"
-msgstr "Läuft ab"
-
-#: templates/talk/modules/lines.html:11
-msgid "User Agent"
-msgstr "User-Agent"
-
-#: templates/geoip/index.html:3 templates/geoip/index.html:7
-#, python-format
-msgid "GeoIP for %s"
-msgstr "GeoIP für %s"
-
-#: templates/geoip/index.html:15 templates/mirrors-item.html:61
-msgid "Autonomous System"
-msgstr "Autonomes System"
-
-#: templates/geoip/index.html:19 templates/mirrors-item.html:36
-msgid "Country"
-msgstr "Land"
-
-#: templates/geoip/index.html:29 templates/mirrors-item.html:41
-msgid "City"
-msgstr "Stadt"
-
-#: templates/geoip/index.html:33
-msgid "Postal Code"
-msgstr "Postleitzahl"
-
-#: templates/geoip/index.html:40
-msgid "Preferred Mirrors"
-msgstr "Bevorzugte Mirrors"
-
-#: templates/geoip/index.html:49
-#, python-format
-msgid "%.0f km"
-msgstr "%.0f km"
-
-#: templates/geoip/index.html:63
-#, python-format
-msgid "No GeoIP information could be found for the IP address '%s'."
-msgstr ""
-"Es konnten keine GeoIP-Informationen für die IP-Adresse '%s' gefunden werden."
-
-#: templates/fireinfo/driver.html:3 templates/fireinfo/driver.html:7
-#, python-format
-msgid "Driver: %s"
-msgstr "Treiber: %s"
-
-#: templates/fireinfo/stats-oses.html:3
-msgid "Operating system"
-msgstr "Betriebssystem"
-
-#: templates/fireinfo/stats-oses.html:7
-msgid "Releases"
-msgstr "Releases"
-
-#: templates/fireinfo/stats-oses.html:23
-msgid "Kernels"
-msgstr "Kernel"
-
-#: templates/fireinfo/base.html:6 templates/fireinfo/stats-admin.html:3
-#: templates/modules/menu.html:24
-msgid "Fireinfo"
-msgstr "Fireinfo"
-
-#: templates/fireinfo/base.html:7
-msgid "A hardware data collection tool for IPFire"
-msgstr "Ein Hardwaredatensammeltool für IPFire"
-
-#: templates/fireinfo/stats-admin.html:6 templates/fireinfo/stats.html:3
-#: templates/modules/menu.html:44
-msgid "Statistics"
-msgstr "Statistiken"
-
-#: templates/fireinfo/stats-admin.html:9
-msgid "Active profiles"
-msgstr "Aktive Profile"
-
-#: templates/fireinfo/stats-admin.html:13
-msgid "Archive Size"
-msgstr "Archivgröße"
-
-#: templates/fireinfo/stats-admin.html:16
-msgid "Total updates"
-msgstr "Updates insgesamt"
-
-#: templates/fireinfo/profile-detail.html:3
-#: templates/fireinfo/profile-detail.html:7
-msgid "Profile"
-msgstr "Profil"
-
-#: templates/fireinfo/profile-detail.html:15
-#: templates/fireinfo/stats-network.html:21
-msgid "RED"
-msgstr "ROT"
-
-#: templates/fireinfo/profile-detail.html:17
-#: templates/fireinfo/stats-network.html:24
-msgid "GREEN"
-msgstr "GRÜN"
-
-#: templates/fireinfo/profile-detail.html:19
-#: templates/fireinfo/stats-network.html:27
-msgid "ORANGE"
-msgstr "ORANGE"
-
-#: templates/fireinfo/profile-detail.html:21
-#: templates/fireinfo/stats-network.html:30
-msgid "BLUE"
-msgstr "BLAU"
-
-#: templates/fireinfo/profile-detail.html:32
-#: templates/fireinfo/profile-detail.html:39
-msgid "Get yours at"
-msgstr "Jetzt auf"
-
-#: templates/fireinfo/profile-detail.html:63
-msgid "Dual-core processor"
-msgstr "Dual-Core-Prozessor"
-
-#: templates/fireinfo/profile-detail.html:65
-msgid "Quad-core processor"
-msgstr "Quad-Core-Prozessor"
-
-#: templates/fireinfo/profile-detail.html:69
-#, python-format
-msgid "%s core processor"
-msgstr "%s-Core-Prozessor"
-
-#: templates/fireinfo/profile-detail.html:74
-msgid "using Intel Hyper-Threading Technology"
-msgstr "mit Intel Hyper-Threading Technology"
-
-#: templates/fireinfo/profile-detail.html:76
-#, python-format
-msgid "with %s logical cores"
-msgstr "mit %s logischen Kernen"
-
-#: templates/fireinfo/profile-detail.html:84
-msgid "Supported features"
-msgstr "Unterstützte Funktionen"
-
-#: templates/fireinfo/profile-detail.html:90
-msgid "64 bit"
-msgstr "64-Bit"
-
-#: templates/fireinfo/profile-detail.html:92
-msgid "AES-NI"
-msgstr "AES-NI"
-
-#: templates/fireinfo/profile-detail.html:94
-msgid "NX"
-msgstr "NX"
-
-#: templates/fireinfo/profile-detail.html:96
-#: templates/fireinfo/stats-cpus-detail.html:34
-msgid "PAE"
-msgstr "PAE"
-
-#: templates/fireinfo/profile-detail.html:98
-#: templates/fireinfo/stats-cpus-detail.html:40
-msgid "RDRAND"
-msgstr "RDRAND"
-
-#: templates/fireinfo/profile-detail.html:100
-msgid "VT-x/AMD-V"
-msgstr "VT-x/AMD-V"
-
-#: templates/fireinfo/profile-detail.html:112
-msgid "Hypervisor"
-msgstr "Hypervisor"
-
-#: templates/fireinfo/profile-detail.html:116
-msgid "VMware"
-msgstr "VMware"
-
-#: templates/fireinfo/profile-detail.html:118
-#: templates/fireinfo/stats-virtual.html:64 templates/mirrors-item.html:14
-msgid "Unknown"
-msgstr "Unbekannt"
-
-#: templates/fireinfo/profile-detail.html:125
-msgid "Vendor"
-msgstr "Hersteller"
-
-#: templates/fireinfo/profile-detail.html:130
-msgid "Model"
-msgstr "Modell"
-
-#: templates/fireinfo/profile-detail.html:137 templates/fireinfo/stats.html:34
-#: templates/fireinfo/stats-memory.html:3
-#: templates/fireinfo/stats-memory.html:7
-msgid "Memory"
-msgstr "Arbeitsspeicher"
-
-#: templates/fireinfo/profile-detail.html:153
-msgid "System Storage"
-msgstr "Systemspeicher"
-
-#: templates/fireinfo/profile-detail.html:158
-msgid "Kernel"
-msgstr "Kernel"
-
-#: templates/fireinfo/profile-detail.html:173
-msgid "Language"
-msgstr "Sprache"
-
-#: templates/fireinfo/profile-detail.html:187
-msgid "Signature images"
-msgstr "Signaturbilder"
-
-#: templates/fireinfo/stats-languages.html:3
-#: templates/fireinfo/stats-languages.html:7 templates/fireinfo/stats.html:50
-msgid "Languages"
-msgstr "Sprachen"
-
-#: templates/fireinfo/stats.html:7
-msgid "fireinfo statistics"
-msgstr "Fireinfo Statistiken"
-
-#: templates/fireinfo/stats.html:16
-msgid "IPFire Releases"
-msgstr "IPFire Releases"
-
-#: templates/fireinfo/stats.html:20 templates/fireinfo/stats-network.html:3
-msgid "Networking"
-msgstr "Netzwerk"
-
-#: templates/fireinfo/stats.html:30 templates/fireinfo/stats-cpus.html:3
-#: templates/fireinfo/stats-cpus-detail.html:3
-msgid "Processors"
-msgstr "Prozessoren"
-
-#: templates/fireinfo/stats.html:43
-msgid "Others"
-msgstr "Verschiedenes"
-
-#: templates/fireinfo/stats.html:46 templates/fireinfo/stats-geo.html:3
-#: templates/fireinfo/stats-geo.html:7
-msgid "Geo Locations"
-msgstr "Geographische Standorte"
-
-#: templates/fireinfo/stats-network.html:7
-msgid "Network configuration"
-msgstr "Netzwerkkonfiguration"
-
-#: templates/fireinfo/model-detail.html:14
-#, python-format
-msgid "This device is installed on approximately %.2f%% of all systems."
-msgstr "Dieses Gerät ist in etwa %.2f%% aller Systeme installiert."
-
-#: templates/fireinfo/model-detail.html:19
-msgid "Here are some random profiles which have this device:"
-msgstr "Hier sind einige Profile mit diesem Gerät:"
-
-#: templates/fireinfo/stats-virtual.html:7
-msgid "Virtualization support"
-msgstr "Virtualisierungsunterstützung"
-
-#: templates/fireinfo/stats-virtual.html:32
-msgid "Virtualised systems"
-msgstr "Virtualisierte Systeme"
-
-#: templates/fireinfo/stats-virtual.html:49
-msgid "Hypervisors"
-msgstr "Hypervisoren"
-
-#: templates/fireinfo/stats-cpus.html:7
-msgid "Hardware: CPUs"
-msgstr "Hardware: CPUs"
-
-#: templates/fireinfo/stats-cpus.html:12
-#: templates/fireinfo/stats-memory.html:12
-msgid "minimum"
-msgstr "Minimum"
-
-#: templates/fireinfo/stats-cpus.html:13 templates/fireinfo/stats-cpus.html:17
-#: templates/fireinfo/stats-cpus.html:21
-msgid "MHz"
-msgstr "MHz"
-
-#: templates/fireinfo/stats-cpus.html:16
-#: templates/fireinfo/stats-memory.html:16
-msgid "average"
-msgstr "Durchschnitt"
-
-#: templates/fireinfo/stats-cpus.html:20
-#: templates/fireinfo/stats-memory.html:20
-msgid "maximum"
-msgstr "Maximum"
-
-#: templates/fireinfo/stats-cpus.html:27
-#: templates/fireinfo/stats-cpus-detail.html:10
-msgid "CPU Features"
-msgstr "CPU-Funktionen"
-
-#: templates/fireinfo/stats-cpus.html:38 templates/fireinfo/vendors.html:3
-#: templates/fireinfo/vendors.html:7
-msgid "Vendors"
-msgstr "Hersteller"
-
-#: templates/fireinfo/stats-cpus.html:57
-msgid "Architectures"
-msgstr "Architekturen"
-
-#: templates/fireinfo/index.html:48
-msgid "Profile ID"
-msgstr "Profil-ID"
-
-#: templates/fireinfo/index.html:51
-msgid "Show"
-msgstr "Anzeigen"
-
-#: templates/fireinfo/index.html:58
-msgid "Random profile"
-msgstr "Zufälliges Profil"
-
-#: templates/fireinfo/profile-notfound.html:3
-#: templates/fireinfo/profile-notfound.html:8
-msgid "Profile not found"
-msgstr "Profil nicht gefunden"
-
-#: templates/fireinfo/stats-memory.html:13
-#: templates/fireinfo/stats-memory.html:17
-#: templates/fireinfo/stats-memory.html:21
-msgid "MB"
-msgstr "MB"
-
-#: templates/fireinfo/stats-memory.html:30
-#, python-format
-msgid ">= %d MB"
-msgstr ">= %d MB"
-
-#: templates/fireinfo/stats-cpus-detail.html:7
-#, python-format
-msgid "Hardware: CPUs: %s"
-msgstr "Hardware: Prozessoren: %s"
-
-#: templates/fireinfo/stats-cpus-detail.html:16
-msgid "AES Instruction Set"
-msgstr "AES-Instruktionssatz"
-
-#: templates/fireinfo/stats-cpus-detail.html:18
-msgid "AVX"
-msgstr "AVX"
-
-#: templates/fireinfo/stats-cpus-detail.html:20
-msgid "AVX2"
-msgstr "AVX2"
-
-#: templates/fireinfo/stats-cpus-detail.html:22
-msgid "LPAE"
-msgstr "LPAE"
-
-#: templates/fireinfo/stats-cpus-detail.html:24
-msgid "MMX"
-msgstr "MMX"
-
-#: templates/fireinfo/stats-cpus-detail.html:26
-msgid "MMX2"
-msgstr "MMX2"
-
-#: templates/fireinfo/stats-cpus-detail.html:28
-msgid "NEON"
-msgstr "NEON"
-
-#: templates/fireinfo/stats-cpus-detail.html:30
-msgid "No eXecute bit"
-msgstr "NX-Bit"
-
-#: templates/fireinfo/stats-cpus-detail.html:32
-msgid "Supports 64 bits"
-msgstr "Unterstützt 64-Bit"
-
-#: templates/fireinfo/stats-cpus-detail.html:36
-msgid "SSE3"
-msgstr "SSE3"
-
-#: templates/fireinfo/stats-cpus-detail.html:38
-msgid "POPCNT"
-msgstr "POPCNT"
-
-#: templates/fireinfo/stats-cpus-detail.html:42
-msgid "SSE"
-msgstr "SSE"
-
-#: templates/fireinfo/stats-cpus-detail.html:44
-msgid "SSE2"
-msgstr "SSE2"
-
-#: templates/fireinfo/stats-cpus-detail.html:46
-msgid "SSE4a"
-msgstr "SSE4a"
-
-#: templates/fireinfo/stats-cpus-detail.html:48
-msgid "SSE4.1"
-msgstr "SSE4.1"
-
-#: templates/fireinfo/stats-cpus-detail.html:50
-msgid "SSE4.2"
-msgstr "SSE4.2"
-
-#: templates/fireinfo/stats-cpus-detail.html:52
-msgid "SSSE3"
-msgstr "SSSE3"
-
-#: templates/fireinfo/stats-cpus-detail.html:54
-msgid "Thumb"
-msgstr "Thumb"
-
-#: templates/fireinfo/stats-cpus-detail.html:56
-msgid "Thumb2"
-msgstr "Thumb2"
-
-#: templates/fireinfo/stats-cpus-detail.html:58
-msgid "ThumbEE"
-msgstr "ThumbEE"
-
-#: templates/fireinfo/stats-cpus-detail.html:60
-msgid "VFPv3"
-msgstr "VFPv3"
-
-#: templates/fireinfo/stats-cpus-detail.html:62
-msgid "VFPv4"
-msgstr "VFPv4"
-
-#: templates/fireinfo/modules/table-devices.html:19
-msgid "Driver"
-msgstr "Treiber"
-
-#: templates/fireinfo/modules/table-devices.html:25
-msgid "Device distribution"
-msgstr "Geräteverteilung:"
-
-#: templates/fireinfo/modules/table-geo.html:16
-#, python-format
-msgid "IPFire is also running in %s."
-msgstr "IPFire läuft auch in %s."
-
-#: templates/downloads-all.html:3
-msgid "Ancient Downloads"
-msgstr "Veraltete Downloads"
-
-#: templates/downloads-all.html:7 templates/download.html:3
-#: templates/download.html:7
-msgid "Download IPFire"
-msgstr "IPFire herunterladen"
-
-#: templates/admin-accounts.html:8
-msgid "Create new account"
-msgstr "Neuen Account erstellen"
-
-#: templates/admin-accounts.html:13
-msgid "Name (Nickname)"
-msgstr "Name (Nickname)"
-
-#: templates/admin-accounts.html:21 templates/admin-mirrors.html:25
-msgid "Delete"
-msgstr "Löschen"
-
-#: templates/index.html:3
-msgid "Welcome to IPFire"
-msgstr "Willkommen bei IPFire"
-
-#: templates/index.html:47
-msgid "Learn More"
-msgstr "Mehr"
-
-#: templates/index.html:53
-msgid "Secure up your network with IPFire"
-msgstr "Schütze Dein Netzwerk mit IPFire"
-
-#: templates/index.html:87
-msgid "Network Security"
-msgstr "Sicherheit im Netzwerk"
-
-#: templates/index.html:108
-msgid "Performance"
-msgstr "Performance"
-
-#: templates/index.html:132
-msgid "Open Source"
-msgstr "Open Source"
-
-#: templates/index.html:153
-msgid "Easy to use"
-msgstr "Einfache Handhabung"
-
-#: templates/index.html:176
-msgid "Trusted by thousands"
-msgstr "Tausendfach im Einsatz"
-
-#: templates/index.html:196 templates/modules/menu.html:8
-#: templates/static/get-started.html:3
-msgid "Get Started"
-msgstr "Los geht's"
-
-#: templates/index.html:206
-#, python-format
-msgid "%s has been released!"
-msgstr "%s freigegeben"
-
-#: templates/index.html:214
-msgid "Download it now!"
-msgstr "Jetzt herunterladen"
-
-#: templates/index.html:221
-msgid "What's new?"
-msgstr "Neuigkeiten"
-
-#: templates/index.html:249 templates/modules/wishlist-items.html:6
-msgid "NEW"
-msgstr "NEU"
-
-#: templates/index.html:252 templates/modules/wishlist-items.html:9
-#, python-format
-msgid "one day left"
-msgid_plural "%(num)s days left"
-msgstr[0] "noch ein Tag"
-msgstr[1] "noch %(num)s Tage"
-
-#: templates/index.html:256 templates/modules/wishlist-items.html:13
-#, python-format
-msgid "%d%% funded"
-msgstr "%d%% gesammelt"
-
-#: templates/index.html:272
-#, python-format
-msgid "%.2f%% complete"
-msgstr "%.2f%%"
-
-#: templates/index.html:280
-msgid "Professional Appliances & Services"
-msgstr "Professionelle Appliances und Dienste"
-
-#: templates/index.html:297 templates/static/get-support.html:37
-msgid "Get Professional Support"
-msgstr "Professioneller Support"
-
-#: templates/index.html:298
-msgid "Hardware Appliances"
-msgstr "Hardware-Appliances"
-
-#: templates/sources.html:3
-msgid "Sources"
-msgstr "Quellen"
-
-#: templates/sources.html:6
-msgid "Source Code"
-msgstr "Quellcode"
-
-#: templates/sources.html:9
-#, python-format
-msgid "There are %s source files on the server."
-msgstr "Es befinden sich %s Quelldateien auf dem Server."
-
-#: templates/admin-mirrors-details.html:5 templates/admin-mirrors.html:23
-msgid "Details"
-msgstr "Details"
-
-#: templates/admin-mirrors-details.html:8
-msgid "All mirrors"
-msgstr "Alle Mirrors"
-
-#: templates/admin-mirrors-details.html:29
-msgid "GeoIP Location"
-msgstr "GeoIP Standort"
-
-#: templates/admin-mirrors-details.html:51
-msgid "Filelist"
-msgstr "Dateiliste"
-
-#: templates/download.html:15
-#, fuzzy
-msgid "Other download options"
-msgstr "Weitere Downloadoptionen"
-
-#: templates/admin-index.html:5
-msgid "Admin Area"
-msgstr "Adminbereich"
-
-#: templates/admin-mirrors.html:5
-msgid "Mirror Administrator"
-msgstr "Mirroradministrator"
-
-#: templates/admin-mirrors.html:9
-msgid "Re-check now"
-msgstr "Jetzt neu prüfen"
-
-#: templates/modules/release-item-short.html:4
-msgid "Here you will find the downloads for the version"
-msgstr "Hier gibt es alle Downloads für diese Version"
-
-#: templates/modules/release-item-short.html:13
-#: templates/modules/release-item.html:64
-msgid "There are no downloads available for this release."
-msgstr "Es gibt keine Downloads für dieses Release."
-
-#: templates/modules/donation-input-box.html:12
-msgid "Amount"
-msgstr "Betrag"
-
-#: templates/modules/donation-input-box.html:36
-#: templates/modules/donation-box.html:3
-msgid "Donate with PayPal"
-msgstr "Mit PayPal spenden"
-
-#: templates/modules/menu.html:16 templates/static/get-started.html:170
-#: templates/static/get-support.html:3 templates/static/get-involved.html:3
-msgid "Get Involved"
-msgstr "Mitmachen"
-
-#: templates/modules/menu.html:30
-msgid "Downloads"
-msgstr "Downloads"
-
-#: templates/modules/menu.html:34
-msgid "Mirrors"
-msgstr "Mirrors"
-
-#: templates/modules/menu.html:37
-msgid "Tracker"
-msgstr "Tracker"
-
-#: templates/modules/menu.html:41
-msgid "Device Vendors"
-msgstr "Gerätehersteller"
-
-#: templates/modules/menu.html:48
-msgid "Upload file"
-msgstr "Datei hochladen"
-
-#: templates/modules/planet-entry.html:5
-msgid "Heads up!"
-msgstr "Achtung!"
-
-#: templates/modules/planet-entry.html:5
-msgid "This post is a draft and has not been published, yet."
-msgstr "Dieser Post ist ein Entwurf und noch nicht veröffentlicht."
-
-#: templates/modules/sidebar-release.html:4
-#: templates/modules/release-item.html:3
-msgid "Latest release"
-msgstr "Neuestes Release"
-
-#: templates/modules/sidebar-release.html:9
-msgid "Download now"
-msgstr "Jetzt herunterladen"
-
-#: templates/modules/planet/search-box.html:5
-msgid "Search"
-msgstr "Suchen"
-
-#: templates/modules/release-item.html:11
-msgid "Caution!"
-msgstr "Achtung!"
-
-#: templates/modules/release-item.html:39
-#, python-format
-msgid "SHA1: %s"
-msgstr ""
-
-#: templates/modules/download-button.html:2
-#: templates/modules/news-item.html:19
-#, python-format
-msgid "Download %s"
-msgstr "%s herunterladen"
-
-#: templates/modules/download-button.html:3
-#, fuzzy
-msgid "ISO-Image"
-msgstr "Bild"
-
-#: templates/modules/news-year-nav.html:3
-msgid "Jump to"
-msgstr "Springe zu"
-
-#: templates/modules/news-year-nav.html:6
-msgid "Most recent"
-msgstr "Aktuellste"
-
-#: templates/modules/map.html:5
-msgid "View larger map"
-msgstr "Größere Karte ansehen"
-
-#: templates/modules/ads/download-splash.html:2
-msgid "This download is sponsored by"
-msgstr "Dieser Download wurde gesponsort von"
-
-#: templates/modules/news-item.html:6
-msgid "Announcement"
-msgstr "Ankündigung"
-
-#: templates/modules/news-item.html:23
-#, fuzzy
-msgid "Donate!"
-msgstr "Spenden"
-
-#: templates/modules/news-item.html:31
-#, python-format
-msgid "Published by %(author)s, %(time)s"
-msgstr "Veröffentlicht von %(author)s, %(time)s"
-
-#: templates/modules/mirrors-table.html:37
-#, python-format
-msgid "Last update: %s"
-msgstr "Letztes Update: %s"
-
-#: templates/mirrors-item.html:3
-#, python-format
-msgid "Mirror %s"
-msgstr "Mirror %s"
-
-#: templates/mirrors-item.html:8
-msgid "Up"
-msgstr "Verfügbar"
-
-#: templates/mirrors-item.html:10
-msgid "Down"
-msgstr "Nicht verfügbar"
-
-#: templates/mirrors-item.html:12
-msgid "Out of sync"
-msgstr "Nicht synchronisiert"
-
-#: templates/mirrors-item.html:47
-msgid "Preferred for"
-msgstr "Bevorzugt für"
-
-#: templates/mirrors-item.html:54
-msgid "Estimated distance to you"
-msgstr "Geschätzte Distanz"
-
-#: templates/mirrors-item.html:65
-msgid "IP Addresses"
-msgstr "IP-Adressen"
-
-#: templates/mirrors-item.html:75
-msgid "Last updated"
-msgstr "Letztes Update"
-
-#: templates/mirrors-item.html:86
-msgid "Go to mirror"
-msgstr "Zum Mirror"
-
-#: templates/mirrors-item.html:94
-msgid "The location of the mirror server is estimated by the IP address."
-msgstr ""
-"Der Standort dieses Mirrorservers wurde anhand der IP-Adresse geschätzt."
-
-#: templates/mirrors-item.html:98
-msgid "The location of this mirror server could not be estimated."
-msgstr "Der Standort dieses Mirrorservers konnte nicht ermittelt werden."
-
-#: templates/nopaste/view.html:3 templates/nopaste/view.html:8
-#, python-format
-msgid "Paste %s"
-msgstr "Paste %s"
-
-#: templates/nopaste/view.html:23
-msgid "Download File"
-msgstr "Datei herunterladen"
-
-#: templates/nopaste/view.html:27
-#, python-format
-msgid "Filesize: %s"
-msgstr "Dateigröße: %s"
-
-#: templates/nopaste/view.html:40
-msgid "Uploaded by"
-msgstr "Hochgeladen von"
-
-#: templates/nopaste/view.html:46
-msgid "Uploaded from"
-msgstr "Erstellt von"
-
-#: templates/nopaste/view.html:50
-msgid "Created"
-msgstr "Erstellt"
-
-#: templates/nopaste/view.html:53
-msgid "Views"
-msgstr "Aufrufe"
-
-#: templates/nopaste/view.html:61 templates/nopaste/create.html:58
-msgid "never"
-msgstr "nie"
-
-#: templates/nopaste/view.html:71
-msgid "Link"
-msgstr "Link"
-
-#: templates/nopaste/view.html:80
-msgid "Report abuse"
-msgstr "Missbrauch melden"
-
-#: templates/nopaste/create.html:5 templates/nopaste/create.html:15
-msgid "New Paste"
-msgstr "Neues Paste"
-
-#: templates/nopaste/create.html:7 templates/nopaste/create.html:17
-msgid "Upload File"
-msgstr "Datei hochladen"
-
-#: templates/nopaste/create.html:31
-msgid "File"
-msgstr "Datei"
-
-#: templates/nopaste/create.html:37
-#, python-format
-msgid "You may upload up to %s."
-msgstr "Es dürfen bis zu %s hochgeladen werden."
-
-#: templates/nopaste/create.html:46
-msgid "Subject"
-msgstr "Betreff"
-
-#: templates/nopaste/create.html:59
-msgid "after ten minutes"
-msgstr "nach zehn Minuten"
-
-#: templates/nopaste/create.html:60
-msgid "after one hour"
-msgstr "nach einer Stunde"
-
-#: templates/nopaste/create.html:61
-msgid "after one day"
-msgstr "nach einem Tag"
-
-#: templates/nopaste/create.html:62
-msgid "after one week"
-msgstr "nach einer Woche"
-
-#: templates/nopaste/create.html:63
-msgid "after one month"
-msgstr "nach einem Monat"
-
-#: templates/nopaste/create.html:70
-msgid "Submit"
-msgstr "Abschicken"
-
-#: templates/static/get-started.html:8
-msgid "Get Started With IPFire"
-msgstr "Los geht's mit IPFire"
-
-#: templates/static/get-started.html:26
-msgid "Hardware Selection"
-msgstr "Hardwareauswahl"
-
-#: templates/static/get-started.html:57
-msgid "Installation"
-msgstr "Installation"
-
-#: templates/static/get-started.html:75
-msgid "Installation Handbook"
-msgstr "Installationshandbuch"
-
-#: templates/static/get-started.html:83
-msgid "Configuration"
-msgstr "Konfiguration"
-
-#: templates/static/get-started.html:113
-msgid "After the installation..."
-msgstr "Nach der Installation..."
-
-#: templates/static/get-started.html:119
-msgid "Communicate"
-msgstr "Kommunikation"
-
-#: templates/static/get-started.html:135 templates/static/get-started.html:176
-#: templates/static/get-involved.html:37
-msgid "Contribute"
-msgstr "Mithelfen"
-
-#: templates/static/get-support.html:22 templates/static/get-involved.html:22
-msgid "Forums"
-msgstr "Forum"
-
-#: templates/static/get-support.html:67
-msgid "Go to Lightning Wire Labs"
-msgstr "Besuche Lightning Wire Labs"
-
-#: templates/static/hardware.html:76 templates/static/hardware.html:182
-msgid "Network Controllers"
-msgstr "Netzwerkcontroller"
-
-#: templates/static/hardware.html:77 templates/static/hardware.html:184
-msgid "Four active Intel Networking Processors"
-msgstr "Vier aktive Intel-Netzwerkprozessoren"
-
-#: templates/static/hardware.html:79
-msgid "System Specifications"
-msgstr "Systemspezifikationen"
-
-#: templates/static/hardware.html:80
-msgid "Dual-Core Intel(R) Processor, 8GB memory"
-msgstr "Dual-Core Intel(R)-Prozessor, 8GB Arbeitsspeicher"
-
-#: templates/static/hardware.html:85
-msgid "Powers networks up to thousands of users"
-msgstr "Für Netze mit bis zu tausenden Nutzern"
-
-#: templates/static/hardware.html:88
-msgid "Redundant storage (RAID-1)"
-msgstr "Reduntantes Storage (RAID-1)"
-
-#: templates/static/hardware.html:91
-msgid "19\" rack-mountable"
-msgstr "19\"-Rackmontage"
-
-#: templates/static/hardware.html:97
-msgid "Low-Latency Throughput"
-msgstr "Durchsatz mit geringer Latenz"
-
-#: templates/static/hardware.html:120
-msgid "Content Filtering in Real-time"
-msgstr "Inhaltsfilterung in Echtzeit"
-
-#: templates/static/hardware.html:178 templates/static/hardware.html:220
-msgid "Dual-Core Intel(R) Atom(TM) Processor"
-msgstr "Dual-Core Intel(R)-Atom(TM)-Prozessor"
-
-#: templates/static/hardware.html:224
-msgid "Memory & Storage"
-msgstr "Arbeits- und Systemspeicher"
-
-#: templates/static/hardware.html:226
-msgid "2G system memory, 16GB SSD storage"
-msgstr "2G Arbeitsspeicher, 16GB SSD-Speicherplatz"
-
-#: templates/static/hardware.html:230
-msgid "Network Adapters"
-msgstr "Netzwerkadapter"
-
-#: templates/static/hardware.html:233
-msgid "Two Gigabit Ethernet Adapters"
-msgstr "Zwei Gigabit-Netzwerkadapter"
-
-#: templates/static/hardware.html:234
-msgid "one 802.11a/b/g/n Wireless Adapter"
-msgstr "ein 802.11a/b/g/n WLAN-Adapter"
-
-#: templates/static/hardware.html:239
-msgid "Power Consumption"
-msgstr "Leistungsaufnahme"
-
-#: templates/static/hardware.html:241
-msgid "6-9 watts"
-msgstr "6 bis 9 Watt"
-
-#: templates/static/imprint.html:15
-msgid ""
-"Please do not send us any support requests to our personal email addresses "
-"as we won't have the time to reply to you."
-msgstr ""
-"Supportanfragen an unsere persönlichen Email-Adressen werden nicht "
-"beantwortet werden können."
-
-#: templates/static/imprint.html:17
-msgid "Please use the support forums to get help with your IPFire system."
-msgstr "Bitte nutzt das Supportforum."
-
-#: templates/static/imprint.html:40 templates/static/imprint.html:60
-#: templates/static/imprint.html:80
-msgid "Mail"
-msgstr "Mail"
-
-#: templates/static/artwork.html:3 templates/static/artwork.html:8
-msgid "Artwork"
-msgstr "Artwork"
-
-#: templates/static/artwork.html:36
-msgid "The IPFire Logo"
-msgstr "Das IPFire-Logo"
-
-#: templates/static/artwork.html:50
-msgid "Flyers, Rollups, CDs and more"
-msgstr "Flyer, Rollups, CDs und mehr"
-
-#: templates/static/get-involved.html:7
-msgid "Join the IPFire Community"
-msgstr "Der Community beitreten"
-
-#: templates/static/get-involved.html:42
-msgid "Provide Community Support"
-msgstr "Community Support"
-
-#: templates/static/get-involved.html:61
-msgid "Unanswered questions on the forums"
-msgstr "Unbeantwortete Beiträge im Forum"
-
-#: templates/static/get-involved.html:63
-msgid "On our Jabber/IRC channels"
-msgstr "In unseren Jabber-/IRC-Chaträumen"
-
-#: templates/static/get-involved.html:68
-msgid "Improve our Documentation"
-msgstr "Verbessere die Dokumenation"
-
-#: templates/static/get-involved.html:83
-#, fuzzy
-msgid "IPFire Wiki"
-msgstr "IPFire-Wishlist"
-
-#: templates/static/get-involved.html:87
-#: templates/static/get-involved.html:104
-msgid "Translate"
-msgstr "Übersetzen"
-
-#: templates/static/get-involved.html:108
-msgid "Maintain Packages"
-msgstr "Pakete betreuen"
-
-#: templates/static/get-involved.html:128
-msgid "Submit Patches"
-msgstr "Patches einsenden"
-
-#: templates/static/get-involved.html:134
-msgid "Report & Resolve Bugs"
-msgstr "Finde & behebe Bugs"
-
-#: templates/static/get-involved.html:148
-msgid "IPFire Bugzilla"
-msgstr "IPFire Bugzilla"
-
-#: templates/static/get-involved.html:149
-msgid "Dealing with bug reports"
-msgstr "Mehr über Bugreports"
-
-#: templates/static/get-involved.html:154
-msgid "Provide Infrastructure"
-msgstr "Stelle Infrastruktur bereit"
-
-#: templates/static/get-involved.html:169
-msgid "Host a mirror"
-msgstr "Hoste einen Mirror"
-
-#: templates/static/chat.html:38
-msgid "Jabber"
-msgstr "Jabber"
-
-#: templates/static/chat.html:43
-msgid "Room"
-msgstr "Chatraum"
-
-#: templates/static/chat.html:46 templates/static/chat.html:66
-msgid "Server"
-msgstr "Server"
-
-#: templates/static/chat.html:53
-msgid "Need a Jabber account?"
-msgstr "Du brauchst einen Jabber-Account?"
-
-#: templates/static/chat.html:60
-msgid "IRC"
-msgstr "IRC"
-
-#: templates/static/chat.html:63
-msgid "Channel"
-msgstr "Channel"
-
-#: templates/static/features.html:7
-msgid "The Open Source Firewall Distribution"
-msgstr "The Open Source Firewall Solution"
-
-#: templates/static/features.html:387
-msgid "The IPFire package management system"
-msgstr "Das IPFire Paketmanagementsystem"
-
-#: templates/static/features.html:871
-msgid "Transparent virus scanner"
-msgstr "Transparenter Virenscanner"
-
-#: templates/static/features.html:899
-msgid "Cryptography"
-msgstr "Kryptographie"
-
-#: templates/static/features.html:916
-msgid "Hardware Acceleration"
-msgstr "Hardwarebeschleunigung"
-
-#: templates/static/features.html:955
-msgid "Random Number Generators"
-msgstr "Zufallszahlgeneratoren"
-
-#: templates/static/features.html:996
-msgid "Virtual Private Networks"
-msgstr "Virtuelle private Netzwerke"
-
-#: templates/static/features.html:1154
-msgid "Intrusion detection system"
-msgstr "Einbruchsdetektierung"
-
-#: templates/static/features.html:1495
-msgid "Wireless Access Point"
-msgstr "WLAN-Access-Point"
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:262
-msgid "Monday"
-msgstr "Montag"
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:262
-msgid "Tuesday"
-msgstr "Dienstag"
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:262
-msgid "Wednesday"
-msgstr "Mittwoch"
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:262
-msgid "Thursday"
-msgstr "Donnerstag"
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:263
-msgid "Friday"
-msgstr "Freitag"
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:263
-msgid "Saturday"
-msgstr "Samstag"
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:263
-msgid "Sunday"
-msgstr "Sonntag"
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:312
-#, python-format
-msgid "1 second ago"
-msgid_plural "%(seconds)d seconds ago"
-msgstr[0] "vor einer Sekunde"
-msgstr[1] "vor %(seconds)d Sekunden"
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:317
-#, python-format
-msgid "1 minute ago"
-msgid_plural "%(minutes)d minutes ago"
-msgstr[0] "vor einer Minute"
-msgstr[1] "vor %(minutes)d Minuten"
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:321
-#, python-format
-msgid "1 hour ago"
-msgid_plural "%(hours)d hours ago"
-msgstr[0] "vor einer Stunde"
-msgstr[1] "vor %(hours)d Stunden"
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:325
-#, python-format
-msgid "%(time)s"
-msgstr "%(time)s"
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:328
-msgid "yesterday"
-msgstr "gestern"
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:329
-#, python-format
-msgid "yesterday at %(time)s"
-msgstr "gestern um %(time)s"
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:331
-#, python-format
-msgid "%(weekday)s"
-msgstr "%(weekday)s"
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:332
-#, python-format
-msgid "%(weekday)s at %(time)s"
-msgstr "%(weekday)s um %(time)s"
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:334
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:376
-#, python-format
-msgid "%(month_name)s %(day)s"
-msgstr "%(day)s. %(month_name)s"
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:335
-#, python-format
-msgid "%(month_name)s %(day)s at %(time)s"
-msgstr "%(day)s. %(month_name)s um %(time)s"
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:338
-#, python-format
-msgid "%(month_name)s %(day)s, %(year)s"
-msgstr "%(day)s %(month_name)s %(year)s"
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:339
-#, python-format
-msgid "%(month_name)s %(day)s, %(year)s at %(time)s"
-msgstr "%(day)s. %(month_name)s %(year)s um %(time)s"
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:370
-#, python-format
-msgid "%(weekday)s, %(month_name)s %(day)s"
-msgstr "%(weekday)s, %(day)s. %(month_name)s"
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:393
-#, python-format
-msgid "%(commas)s and %(last)s"
-msgstr "%(commas)s und %(last)s"
-
-#~ msgid "Image type"
-#~ msgstr "Imagetyp"
-
-#~ msgid "Size"
-#~ msgstr "Größe"
-
-#~ msgid "SHA1 checksum"
-#~ msgstr "SHA1-Prüfsumme"
-
-#~ msgid "Legend:"
-#~ msgstr "Legende:"
-
-#~ msgid "Year %s"
-#~ msgstr "Jahr %s"
-
-#~ msgid "Trunks"
-#~ msgstr "Trunks"
-
-#~ msgid "Name"
-#~ msgstr "Name"
-
-#~ msgid "Registrar"
-#~ msgstr "Registrar"
-
-#~ msgid "Did you know...?"
-#~ msgstr "Schon gewusst?"
-
-#~ msgid "Get involved"
-#~ msgstr "Mitmachen"
-
-#~ msgid "Because making a difference is easy"
-#~ msgstr "Weil es so leicht ist etwas Gutes zu tun"
-
-#~ msgid "First steps"
-#~ msgstr "Erste Schritte"
-
-#~ msgid "Donations"
-#~ msgstr "Spenden"
-
-#~ msgid "Wishlist"
-#~ msgstr "Wunschliste"
-
-#~ msgid "Make a wish"
-#~ msgstr "Wünsch dir was"
-
-#~ msgid "Translation team"
-#~ msgstr "Übersetzungsteam"
-
-#~ msgid "Promotion"
-#~ msgstr "Promotion"
-
-#~ msgid "For Consumers"
-#~ msgstr "Für Privatanwender"
-
-#~ msgid "For Businesses"
-#~ msgstr "Für Unternehmen"
-
-#~ msgid "Because IPFire is more than just a firewall"
-#~ msgstr "Weil IPFire mehr als nur eine Firewall ist"
-
-#~ msgid "Web Proxy"
-#~ msgstr "Webproxy"
-
-#~ msgid "Intrusion Detection"
-#~ msgstr "Einbruchsdetektierung"
-
-#~ msgid "Development tools"
-#~ msgstr "Entwicklungstools"
-
-#~ msgid "Development Mailing List"
-#~ msgstr "Entwicklungsmailingliste"
-
-#~ msgid "Source code"
-#~ msgstr "Quellcode"
-
-#~ msgid "Git"
-#~ msgstr "Git"
-
-#~ msgid "IPFire Git repositories"
-#~ msgstr "IPFire Git-Repositorien"
-
-#~ msgid "GitHub"
-#~ msgstr "GitHub"
-
-#~ msgid "ipfire on GitHub"
-#~ msgstr "ipfire auf GitHub"
-
-#~ msgid "How to translate IPFire?"
-#~ msgstr "Wie übersetzt man IPFire?"
-
-#~ msgid "Use the web client"
-#~ msgstr "Web-Client benutzen"
-
-#~ msgid "CeBIT special"
-#~ msgstr "CeBIT-Spezial"
-
-#~ msgid "IPFire at CeBIT 2010"
-#~ msgstr "IPFire auf der CeBIT 2010"
-
-#~ msgid "Advertisement"
-#~ msgstr "Werbung"
-
-#~ msgid "Community"
-#~ msgstr "Community"
-
-#~ msgid "Support Forums"
-#~ msgstr "Supportforum"
-
-#~ msgid "Commercial support"
-#~ msgstr "Kommerzieller Support"
-
-#~ msgid "More"
-#~ msgstr "Mehr"
-
-#~ msgid "Miscellaneous"
-#~ msgstr "Verschiedenes"
-
-#~ msgid "CeBIT"
-#~ msgstr "CeBIT"
-
-#~ msgid "Flexibility"
-#~ msgstr "Flexibilität"
-
-#~ msgid "Read more"
-#~ msgstr "Mehr erfahren"
-
-#~ msgid "This is the latest release from %s."
-#~ msgstr "Dies ist das neueste Release vom %s."
-
-#~ msgid "Testing release"
-#~ msgstr "Test-Release"
-
-#~ msgid "Please support us with your donation!"
-#~ msgstr "Unterstütze dieses Projekt mit deiner Spende!"
-
-#~ msgid "Next steps"
-#~ msgstr "Nächste Schritte"
-
-#~ msgid "Install IPFire"
-#~ msgstr "IPFire installieren"
-
-#~ msgid "Access documentation"
-#~ msgstr "Dokumentation lesen"
-
-#~ msgid "on"
-#~ msgstr "am"
-
-#~ msgid "We need your help!"
-#~ msgstr "Wir brauchen Deine Hilfe!"
-
-#~ msgid "IPFire is completely free to download and use"
-#~ msgstr "IPFire darf kostenlos heruntergeladen und genutzt werden"
-
-#~ msgid "Get yourself involved"
-#~ msgstr "Selbst mitmachen"
-
-#~ msgid "%s's announcements"
-#~ msgstr "%ss Ankündigungen"
-
-#~ msgid "Press"
-#~ msgstr "Presse"
-
-#~ msgid "Logo"
-#~ msgstr "Logo"
-
-#~ msgid "Mem: %s"
-#~ msgstr "RAM: %s"
-
-#~ msgid "Networks: %s"
-#~ msgstr "Netzwerke: %s"
-
-#~ msgid "IPFire versions"
-#~ msgstr "IPFire-Versionen"
-
-#~ msgid "Hardware: Memory"
-#~ msgstr "Hardware: Arbeitsspeicher"
-
-#~ msgid ""
-#~ "The average amount of memory of all systems in the database is: <strong>"
-#~ "%.2f MB</strong>."
-#~ msgstr ""
-#~ "Die durchschnittliche Menge an Arbeitsspeicher aller Systeme ist: <strong>"
-#~ "%.2f MB</strong>."
-
-#~ msgid "Feedback"
-#~ msgstr "Feedback"
-
-#~ msgid "Go to the wiki"
-#~ msgstr "Zum Wiki"
-
-#~ msgid "Admin"
-#~ msgstr "Administrator"
-
-#~ msgid "CPU flags"
-#~ msgstr "CPU Flags"
-
-#~ msgid "Processor flags"
-#~ msgstr "Prozessor-Flags"
-
-#~ msgid "CPUs with PAE"
-#~ msgstr "CPUs mit PAE"
-
-#~ msgid "CPUs that support virtualization"
-#~ msgstr "CPUs, die Virtualisierung unterstützen"
-
-#~ msgid "See statistics about common CPU flags"
-#~ msgstr "Statistiken über CPU-Funktionen"
-
-#~ msgid "Speed"
-#~ msgstr "Geschwindigkeit"
-
-#~ msgid ""
-#~ "The average speed of all systems in the database is: <strong>%.2f MHz</"
-#~ "strong>."
-#~ msgstr ""
-#~ "Die durchschnittliche Geschwindigkeit aller Systeme ist: <strong>%.2f "
-#~ "MHz</strong>."
-
-#~ msgid "All together, there are <strong>%s bogomips</strong> out there."
-#~ msgstr "Zusammengenomen sind es <strong>%s Bogomips</strong>."
-
-#~ msgid "CPU core counter"
-#~ msgstr "CPU-Kerne"
-
-#~ msgid ""
-#~ "See a breakdown of the CPU cores that are installed on the IPFire systems."
-#~ msgstr "Eine Übersicht über die CPU Kerne, der IPFire Systeme."
-
-#~ msgid "Version"
-#~ msgstr "Version"
-
-#~ msgid "Architecture"
-#~ msgstr "Architektur"
-
-#~ msgid "Kernel version"
-#~ msgstr "Kernelversion"
-
-#~ msgid "Type"
-#~ msgstr "Typ"
-
-#~ msgid "Hardware vendor"
-#~ msgstr "Hardwarehersteller"
-
-#~ msgid "Enabled network zones"
-#~ msgstr "Eingeschaltete Netzwerkzonen"
-
-#~ msgid "CPU"
-#~ msgstr "CPU"
-
-#~ msgid "Not available"
-#~ msgstr "Nicht verfügbar"
-
-#~ msgid "Cores"
-#~ msgstr "Kerne"
-
-#~ msgid "PAE capable"
-#~ msgstr "PAE fähig"
-
-#~ msgid "Memory size"
-#~ msgstr "Arbeitsspeichergröße"
-
-#~ msgid "System disk size"
-#~ msgstr "Systemplattengröße"
-
-#~ msgid "Peripherial devices"
-#~ msgstr "Peripheriegeräte"
-
-#~ msgid "IPFire Admin Area"
-#~ msgstr "IPFire Adminbereich"
-
-#~ msgid "Options"
-#~ msgstr "Optionen"
-
-#~ msgid "Back to home"
-#~ msgstr "Zurück zur Startseite"
-
-#~ msgid "Mirror stats"
-#~ msgstr "Mirrorstatistiken"
-
-#~ msgid "How do we use financial support?"
-#~ msgstr "Wofür werden Spenden eingesetzt?"
-
-#~ msgid "Research & Development"
-#~ msgstr "Forschung & Entwicklung"
-
-#~ msgid "Kernel module"
-#~ msgstr "Kernelmodul"
-
-#~ msgid "Wiki"
-#~ msgstr "Wiki"
-
-#~ msgid "Please login"
-#~ msgstr "Bitte einloggen"
-
-#~ msgid "Seeds"
-#~ msgstr "Seeds"
-
-#~ msgid "Alix image"
-#~ msgstr "Alix-Image"
-
-#~ msgid "Tags"
-#~ msgstr "Tags"
-
-#~ msgid "bank transfer within Germany"
-#~ msgstr "Überweisung innerhalb Deutschlands"
-
-#~ msgid "Bank account owner"
-#~ msgstr "Kontoinhaber"
-
-#~ msgid "Bank account number"
-#~ msgstr "Kontonummer"
-
-#~ msgid "Bank code"
-#~ msgstr "BLZ"
-
-#~ msgid "Choose an architecture:"
-#~ msgstr "Architektur auswählen:"
-
-#~ msgid "Your distance to this mirror"
-#~ msgstr "Deine Entfernung zu diesem Mirror"
-
-#~ msgid "Mirror location"
-#~ msgstr "Mirrorort"
-
-#~ msgid "The mirror <em>%s</em> is located in %s."
-#~ msgstr "Der Mirrorserver <em>%s</em> befindet sich in %s."
-
-#~ msgid "Mirror servers nearby"
-#~ msgstr "Nahgelegene Mirrorserver"
-
-#~ msgid "Worldwide mirror servers"
-#~ msgstr "Weltweite Mirrorserver"
-
-#~ msgid "Please donate!"
-#~ msgstr "Spenden!"
-
-#~ msgid "Support, Services & Consulting"
-#~ msgstr "Support, Services & Consulting"
-
-#~ msgid "New!"
-#~ msgstr "Neu!"
-
-#~ msgid "IPFire nopaste service"
-#~ msgstr "IPFire nopaste Service"
-
-#~ msgid "imprint"
-#~ msgstr "Impressum"
-
-#~ msgid "Profile lookup"
-#~ msgstr "Profilsuche"
-
-#~ msgid "Subscribe"
-#~ msgstr "Abbonieren"
-
-#~ msgid "Feed"
-#~ msgstr "Feed"
-
-#~ msgid "People on the IPFire planet"
-#~ msgstr "Auf dem IPFire Planet"
-
-#~ msgid "VPN: IPsec"
-#~ msgstr "VPN: IPsec"
-
-#~ msgid "VPN: OpenVPN"
-#~ msgstr "VPN: OpenVPN"
-
-#~ msgid "Web proxy: Update accelerator"
-#~ msgstr "Webproxy: Update Accelerator"
-
-#~ msgid "Virus scanner"
-#~ msgstr "Virenscanner"
-
-#~ msgid "Web proxy: Content filter"
-#~ msgstr "Webproxy: Inhaltsfilter"
-
-#~ msgid "Further reading"
-#~ msgstr "Mehr zum Lesen"
-
-#~ msgid "How to install a package?"
-#~ msgstr "Wie installiert man ein Paket?"
-
-#~ msgid "List of add-ons"
-#~ msgstr "Liste der Addons"
-
-#~ msgid "Pakfire Build System"
-#~ msgstr "Pakfire Buildsystem"
-
-#~ msgid "Free as in freedom"
-#~ msgstr "Frei wie in Freiheit"
-
-#~ msgid "Hardware section on the wiki"
-#~ msgstr "Hardwarebereich im Wiki"
-
-#~ msgid "Hardware compatibility list"
-#~ msgstr "Hardwarekompatibilitätsliste"
-
-#~ msgid "Outgoing firewall configuration"
-#~ msgstr "Ausgehende Firewall-Konfiguration"
-
-#~ msgid "Learn more about configuring a VPN connection"
-#~ msgstr "Mehr über die Konfiguration einer VPN-Verbindung"
-
-#~ msgid "Builds"
-#~ msgstr "Builds"
-
-#~ msgid "Nightly builds"
-#~ msgstr "Nightly Builds"
-
-#~ msgid "Less than 12 hours ago"
-#~ msgstr "Vor weniger als 12 Stunden"
-
-#~ msgid "More than 12 hours ago"
-#~ msgstr "Mehr als 12 Stunden"
-
-#~ msgid "More than a day ago"
-#~ msgstr "Vor mehr als einem Tag"
-
-#~ msgid "Ended"
-#~ msgstr "Beendet"
-
-#~ msgid "euro bank transfer"
-#~ msgstr "Europa-Banküberweisung"
-
-#~ msgid "Important repositories"
-#~ msgstr "Wichtige Repositorien"
-
-#~ msgid "Twitter"
-#~ msgstr "Twitter"
-
-#~ msgid "Turning an idea into a new feature"
-#~ msgstr "Verwandle eine Idee in ein neues Feature"
-
-#~ msgid "Share"
-#~ msgstr "Teilen"
-
-#~ msgid "List of older downloads"
-#~ msgstr "Liste älterer Downloads"
-
-#~ msgid "Development releases"
-#~ msgstr "Entwicklungsreleases"
-
-#~ msgid "Follow us"
-#~ msgstr "Folge uns"
-
-#~ msgid "Download options"
-#~ msgstr "Downloadoptionen"
-
-#~ msgid "Older downloads"
-#~ msgstr "Ältere Downloads"
-
-#~ msgid "Mirror list"
-#~ msgstr "Mirrorliste"
-
-#~ msgid "Please consider donating!"
-#~ msgstr "Wir bitten um eine Spende!"
-
-#~ msgid "Need help with the first steps?"
-#~ msgstr "Hilfe bei den ersten Schritten?"
-
-#~ msgid "Subscribe to the planet feed"
-#~ msgstr "Den Planet-Feed abonnieren"
-
-#~ msgid "Join the translation project"
-#~ msgstr "Dem Übersetzungsteam beitreten"
-
-#~ msgid "Updates in the last 24 hours"
-#~ msgstr "Updates innerhalb der vergangenen 24 Stunden"
-
-#~ msgid "Return to www.ipfire.org"
-#~ msgstr "Zurück zu www.ipfire.org"
-
-#~ msgid "Thanks for your support"
-#~ msgstr "Vielen Dank für die Unterstützung"
-
-#~ msgid "Spread the word"
-#~ msgstr "Spread the word"
-
-#~ msgid "Show older announcements"
-#~ msgstr "Ältere Ankündigungen"
-
-#~ msgid "%(name)s talks about %(what)s."
-#~ msgstr "%(name)s schreibt über %(what)s."
-
-#~ msgid "Hash"
-#~ msgstr "Hash"
-
-#~ msgid "Go to the IPFire Wiki"
-#~ msgstr "Zum IPFire Wiki"
-
-#~ msgid "Go to the IPFire Forums"
-#~ msgstr "Zum IPFire Forum"
-
-#~ msgid "Internet Relay Chat"
-#~ msgstr "Internet Relay Chat"
-
-#~ msgid "Go to the IPFire IRC"
-#~ msgstr "Zum IPFire IRC"
-
-#~ msgid "Really important guides are:"
-#~ msgstr "Wichtige Anleitungen sind:"
-
-#~ msgid "Learn how to start."
-#~ msgstr "Erste Schritte"
-
-#~ msgid "Internet relay chat"
-#~ msgstr "Internet Relay Chat"
-
-#~ msgid "Public Relations"
-#~ msgstr "PR"
-
-#~ msgid "Press kit"
-#~ msgstr "Pressekit"
-
-#~ msgid "Logos and print artworks"
-#~ msgstr "Logos und andere Kunstwerke"
-
-#~ msgid "<strong>Print</strong> media"
-#~ msgstr "Printmedien"
-
-#~ msgid "<strong>Online</strong> media"
-#~ msgstr "Onlinemedien"
-
-#~ msgid "IPFire in the press"
-#~ msgstr "IPFire in der Presse"
-
-#~ msgid "Sponsoring"
-#~ msgstr "Unterstützung"
-
-#~ msgid "Screenshots"
-#~ msgstr "Screenshots"
-
-#~ msgid "Services"
-#~ msgstr "Dienste"
-
-#~ msgid "Connections"
-#~ msgstr "Verbindung"
-
-#~ msgid "DHCP Server"
-#~ msgstr "DHCP-Server"
-
-#~ msgid "IPSec"
-#~ msgstr "IPsec"
-
-#~ msgid "Samba"
-#~ msgstr "Samba"
-
-#~ msgid "Logs"
-#~ msgstr "Logs"
-
-#~ msgid "Financial help"
-#~ msgstr "Finanzielle Hilfe"
-
-#~ msgid "Sponsorships"
-#~ msgstr "Sponsorships"
diff --git a/translations/webapp.pot b/translations/webapp.pot
deleted file mode 100644 (file)
index 3cc0a3a..0000000
+++ /dev/null
@@ -1,3369 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-01-06 15:57+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
-
-#: webapp/__init__.py:357
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:258
-msgid "January"
-msgstr ""
-
-#: webapp/__init__.py:359
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:258
-msgid "February"
-msgstr ""
-
-#: webapp/__init__.py:361
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:258
-msgid "March"
-msgstr ""
-
-#: webapp/__init__.py:363
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:258
-msgid "April"
-msgstr ""
-
-#: webapp/__init__.py:365
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:259
-msgid "May"
-msgstr ""
-
-#: webapp/__init__.py:367
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:259
-msgid "June"
-msgstr ""
-
-#: webapp/__init__.py:369
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:259
-msgid "July"
-msgstr ""
-
-#: webapp/__init__.py:371
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:259
-msgid "August"
-msgstr ""
-
-#: webapp/__init__.py:373
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:260
-msgid "September"
-msgstr ""
-
-#: webapp/__init__.py:375
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:260
-msgid "October"
-msgstr ""
-
-#: webapp/__init__.py:377
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:260
-msgid "November"
-msgstr ""
-
-#: webapp/__init__.py:379
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:260
-msgid "December"
-msgstr ""
-
-#: webapp/handlers_news.py:43 webapp/ui_modules.py:209
-msgid "Unknown author"
-msgstr ""
-
-#: webapp/ui_modules.py:136
-msgid "German"
-msgstr ""
-
-#: webapp/ui_modules.py:138
-msgid "English"
-msgstr ""
-
-#: webapp/ui_modules.py:140
-msgid "Spanish"
-msgstr ""
-
-#: webapp/ui_modules.py:142
-msgid "French"
-msgstr ""
-
-#: webapp/ui_modules.py:144
-msgid "Italian"
-msgstr ""
-
-#: webapp/ui_modules.py:146
-msgid "Dutch"
-msgstr ""
-
-#: webapp/ui_modules.py:148
-msgid "Polish"
-msgstr ""
-
-#: webapp/ui_modules.py:150
-msgid "Portuguese"
-msgstr ""
-
-#: webapp/ui_modules.py:152
-msgid "Russian"
-msgstr ""
-
-#: webapp/ui_modules.py:154
-msgid "Turkish"
-msgstr ""
-
-#: webapp/backend/iuse.py:150
-#, python-format
-msgid "%s on %s"
-msgstr ""
-
-#: webapp/backend/iuse.py:160
-#, python-format
-msgid "Virtualised on %s"
-msgstr ""
-
-#: webapp/backend/iuse.py:162
-msgid "Running in a virtualised environment"
-msgstr ""
-
-#: webapp/backend/util.py:26
-#, python-format
-msgid "%(min)d min"
-msgstr ""
-
-#: webapp/backend/util.py:28
-#, python-format
-msgid "%(hrs)d:%(min)02d hrs"
-msgstr ""
-
-#: webapp/backend/countries.py:7
-msgid "Andorra"
-msgstr ""
-
-#: webapp/backend/countries.py:8
-msgid "United Arab Emirates"
-msgstr ""
-
-#: webapp/backend/countries.py:9
-msgid "Afghanistan"
-msgstr ""
-
-#: webapp/backend/countries.py:10
-msgid "Antigua and Barbuda"
-msgstr ""
-
-#: webapp/backend/countries.py:11
-msgid "Aanguilla"
-msgstr ""
-
-#: webapp/backend/countries.py:12
-msgid "Albania"
-msgstr ""
-
-#: webapp/backend/countries.py:13
-msgid "Armenia"
-msgstr ""
-
-#: webapp/backend/countries.py:14
-msgid "Angola"
-msgstr ""
-
-#: webapp/backend/countries.py:15
-msgid "Antarctica"
-msgstr ""
-
-#: webapp/backend/countries.py:16
-msgid "Argentina"
-msgstr ""
-
-#: webapp/backend/countries.py:17
-msgid "American Samoa"
-msgstr ""
-
-#: webapp/backend/countries.py:18
-msgid "Austria"
-msgstr ""
-
-#: webapp/backend/countries.py:19
-msgid "Australia"
-msgstr ""
-
-#: webapp/backend/countries.py:20
-msgid "Aruba"
-msgstr ""
-
-#: webapp/backend/countries.py:21
-msgid "Åland Islands"
-msgstr ""
-
-#: webapp/backend/countries.py:22
-msgid "Azerbaijan"
-msgstr ""
-
-#: webapp/backend/countries.py:23
-msgid "Bosnia and Herzegovina"
-msgstr ""
-
-#: webapp/backend/countries.py:24
-msgid "Barbados"
-msgstr ""
-
-#: webapp/backend/countries.py:25
-msgid "Bangladesh"
-msgstr ""
-
-#: webapp/backend/countries.py:26
-msgid "Belgium"
-msgstr ""
-
-#: webapp/backend/countries.py:27
-msgid "Burkina Faso"
-msgstr ""
-
-#: webapp/backend/countries.py:28
-msgid "Bulgaria"
-msgstr ""
-
-#: webapp/backend/countries.py:29
-msgid "Bahrain"
-msgstr ""
-
-#: webapp/backend/countries.py:30
-msgid "Burundi"
-msgstr ""
-
-#: webapp/backend/countries.py:31
-msgid "Benin"
-msgstr ""
-
-#: webapp/backend/countries.py:32
-msgid "Saint Barthélemy"
-msgstr ""
-
-#: webapp/backend/countries.py:33
-msgid "Bermuda"
-msgstr ""
-
-#: webapp/backend/countries.py:34
-msgid "Brunei Darussalam"
-msgstr ""
-
-#: webapp/backend/countries.py:35
-msgid "Plurinational State of Bolivia"
-msgstr ""
-
-#: webapp/backend/countries.py:36
-msgid "Sint Eustatius and Saba Bonaire"
-msgstr ""
-
-#: webapp/backend/countries.py:37
-msgid "Brazil"
-msgstr ""
-
-#: webapp/backend/countries.py:38
-msgid "Bahamas"
-msgstr ""
-
-#: webapp/backend/countries.py:39
-msgid "Bhutan"
-msgstr ""
-
-#: webapp/backend/countries.py:40
-msgid "Bouvet Island"
-msgstr ""
-
-#: webapp/backend/countries.py:41
-msgid "Botswana"
-msgstr ""
-
-#: webapp/backend/countries.py:42
-msgid "Belarus"
-msgstr ""
-
-#: webapp/backend/countries.py:43
-msgid "Belize"
-msgstr ""
-
-#: webapp/backend/countries.py:44
-msgid "Canada"
-msgstr ""
-
-#: webapp/backend/countries.py:45
-msgid "Cocos (Keeling) Islands"
-msgstr ""
-
-#: webapp/backend/countries.py:46
-msgid "The Democratic Republic of the Congo"
-msgstr ""
-
-#: webapp/backend/countries.py:47
-msgid "Central African Republic"
-msgstr ""
-
-#: webapp/backend/countries.py:48
-msgid "Congo"
-msgstr ""
-
-#: webapp/backend/countries.py:49
-msgid "Switzerland"
-msgstr ""
-
-#: webapp/backend/countries.py:50
-msgid "Côte d'Ivoire"
-msgstr ""
-
-#: webapp/backend/countries.py:51
-msgid "Cook Islands"
-msgstr ""
-
-#: webapp/backend/countries.py:52
-msgid "Chile"
-msgstr ""
-
-#: webapp/backend/countries.py:53
-msgid "Cameroon"
-msgstr ""
-
-#: webapp/backend/countries.py:54
-msgid "China"
-msgstr ""
-
-#: webapp/backend/countries.py:55
-msgid "Colombia"
-msgstr ""
-
-#: webapp/backend/countries.py:56
-msgid "Costa Rica"
-msgstr ""
-
-#: webapp/backend/countries.py:57
-msgid "Cuba"
-msgstr ""
-
-#: webapp/backend/countries.py:58
-msgid "Cape Verde"
-msgstr ""
-
-#: webapp/backend/countries.py:59
-msgid "Curaçao"
-msgstr ""
-
-#: webapp/backend/countries.py:60
-msgid "Chrismas Islands"
-msgstr ""
-
-#: webapp/backend/countries.py:61
-msgid "Cyprus"
-msgstr ""
-
-#: webapp/backend/countries.py:62
-msgid "Czech Republic"
-msgstr ""
-
-#: webapp/backend/countries.py:63
-msgid "Germany"
-msgstr ""
-
-#: webapp/backend/countries.py:64
-msgid "Djibouti"
-msgstr ""
-
-#: webapp/backend/countries.py:65
-msgid "Denmark"
-msgstr ""
-
-#: webapp/backend/countries.py:66
-msgid "Dominica"
-msgstr ""
-
-#: webapp/backend/countries.py:67
-msgid "Dominican Republic"
-msgstr ""
-
-#: webapp/backend/countries.py:68
-msgid "Algeria"
-msgstr ""
-
-#: webapp/backend/countries.py:69
-msgid "Ecuador"
-msgstr ""
-
-#: webapp/backend/countries.py:70
-msgid "Estonia"
-msgstr ""
-
-#: webapp/backend/countries.py:71
-msgid "Egypt"
-msgstr ""
-
-#: webapp/backend/countries.py:72
-msgid "Western Sahara"
-msgstr ""
-
-#: webapp/backend/countries.py:73
-msgid "Eritrea"
-msgstr ""
-
-#: webapp/backend/countries.py:74
-msgid "Spain"
-msgstr ""
-
-#: webapp/backend/countries.py:75
-msgid "Ethiopia"
-msgstr ""
-
-#: webapp/backend/countries.py:76
-msgid "Finland"
-msgstr ""
-
-#: webapp/backend/countries.py:77
-msgid "Fiji"
-msgstr ""
-
-#: webapp/backend/countries.py:78
-msgid "Falkland Islands (Malvinas)"
-msgstr ""
-
-#: webapp/backend/countries.py:79
-msgid "Federated States of Micronesia"
-msgstr ""
-
-#: webapp/backend/countries.py:80
-msgid "Faroe Islands"
-msgstr ""
-
-#: webapp/backend/countries.py:81
-msgid "France"
-msgstr ""
-
-#: webapp/backend/countries.py:82
-msgid "Gabon"
-msgstr ""
-
-#: webapp/backend/countries.py:83
-msgid "United Kingdom"
-msgstr ""
-
-#: webapp/backend/countries.py:84
-msgid "Grenada"
-msgstr ""
-
-#: webapp/backend/countries.py:85
-msgid "Georgia"
-msgstr ""
-
-#: webapp/backend/countries.py:86
-msgid "French Guiana"
-msgstr ""
-
-#: webapp/backend/countries.py:87
-msgid "Guersey"
-msgstr ""
-
-#: webapp/backend/countries.py:88
-msgid "Ghana"
-msgstr ""
-
-#: webapp/backend/countries.py:89
-msgid "Gibraltar"
-msgstr ""
-
-#: webapp/backend/countries.py:90
-msgid "Greenland"
-msgstr ""
-
-#: webapp/backend/countries.py:91
-msgid "Gambia"
-msgstr ""
-
-#: webapp/backend/countries.py:92
-msgid "Guinea"
-msgstr ""
-
-#: webapp/backend/countries.py:93
-msgid "Guadeloupe"
-msgstr ""
-
-#: webapp/backend/countries.py:94
-msgid "Equatorial Guinea"
-msgstr ""
-
-#: webapp/backend/countries.py:95
-msgid "Greece"
-msgstr ""
-
-#: webapp/backend/countries.py:96
-msgid "South Georgia and the South Sandwich Islands"
-msgstr ""
-
-#: webapp/backend/countries.py:97
-msgid "Guatemala"
-msgstr ""
-
-#: webapp/backend/countries.py:98
-msgid "Guam"
-msgstr ""
-
-#: webapp/backend/countries.py:99
-msgid "Guinea-Bissau"
-msgstr ""
-
-#: webapp/backend/countries.py:100
-msgid "Guyana"
-msgstr ""
-
-#: webapp/backend/countries.py:101
-msgid "Hong Kong"
-msgstr ""
-
-#: webapp/backend/countries.py:102
-msgid "Heard Island and McDonald Islands"
-msgstr ""
-
-#: webapp/backend/countries.py:103
-msgid "Honduras"
-msgstr ""
-
-#: webapp/backend/countries.py:104
-msgid "Croatia"
-msgstr ""
-
-#: webapp/backend/countries.py:105
-msgid "Haiti"
-msgstr ""
-
-#: webapp/backend/countries.py:106
-msgid "Hungary"
-msgstr ""
-
-#: webapp/backend/countries.py:107
-msgid "Indonesia"
-msgstr ""
-
-#: webapp/backend/countries.py:108
-msgid "Ireland"
-msgstr ""
-
-#: webapp/backend/countries.py:109
-msgid "Israel"
-msgstr ""
-
-#: webapp/backend/countries.py:110
-msgid "Isle of Man"
-msgstr ""
-
-#: webapp/backend/countries.py:111
-msgid "India"
-msgstr ""
-
-#: webapp/backend/countries.py:112
-msgid "British Indian Ocean Territory"
-msgstr ""
-
-#: webapp/backend/countries.py:113
-msgid "Iraq"
-msgstr ""
-
-#: webapp/backend/countries.py:114
-msgid "Islamic Republic of Iran"
-msgstr ""
-
-#: webapp/backend/countries.py:115
-msgid "Iceland"
-msgstr ""
-
-#: webapp/backend/countries.py:116
-msgid "Italy"
-msgstr ""
-
-#: webapp/backend/countries.py:117
-msgid "Jersey"
-msgstr ""
-
-#: webapp/backend/countries.py:118
-msgid "Jamaica"
-msgstr ""
-
-#: webapp/backend/countries.py:119
-msgid "Jordan"
-msgstr ""
-
-#: webapp/backend/countries.py:120
-msgid "Japan"
-msgstr ""
-
-#: webapp/backend/countries.py:121
-msgid "Kenya"
-msgstr ""
-
-#: webapp/backend/countries.py:122
-msgid "Kyrgyzstan"
-msgstr ""
-
-#: webapp/backend/countries.py:123
-msgid "Cambodia"
-msgstr ""
-
-#: webapp/backend/countries.py:124
-msgid "Kiribati"
-msgstr ""
-
-#: webapp/backend/countries.py:125
-msgid "Comoros"
-msgstr ""
-
-#: webapp/backend/countries.py:126
-msgid "Saint Kitts and Nevis"
-msgstr ""
-
-#: webapp/backend/countries.py:127
-msgid "Democratic People's Republic of Korea"
-msgstr ""
-
-#: webapp/backend/countries.py:128
-msgid "Republic of Korea"
-msgstr ""
-
-#: webapp/backend/countries.py:129
-msgid "Kuwait"
-msgstr ""
-
-#: webapp/backend/countries.py:130
-msgid "Cayman Islands"
-msgstr ""
-
-#: webapp/backend/countries.py:131
-msgid "Kazakhstan"
-msgstr ""
-
-#: webapp/backend/countries.py:132
-msgid "Lao People's Democratic Public"
-msgstr ""
-
-#: webapp/backend/countries.py:133
-msgid "Lebanon"
-msgstr ""
-
-#: webapp/backend/countries.py:134
-msgid "Saint Lucia"
-msgstr ""
-
-#: webapp/backend/countries.py:135
-msgid "Liechtenstein"
-msgstr ""
-
-#: webapp/backend/countries.py:136
-msgid "Sri Lanka"
-msgstr ""
-
-#: webapp/backend/countries.py:137
-msgid "Liberia"
-msgstr ""
-
-#: webapp/backend/countries.py:138
-msgid "Lesotho"
-msgstr ""
-
-#: webapp/backend/countries.py:139
-msgid "Lithuania"
-msgstr ""
-
-#: webapp/backend/countries.py:140
-msgid "Luxembourg"
-msgstr ""
-
-#: webapp/backend/countries.py:141
-msgid "Latvia"
-msgstr ""
-
-#: webapp/backend/countries.py:142
-msgid "Libya"
-msgstr ""
-
-#: webapp/backend/countries.py:143
-msgid "Morocco"
-msgstr ""
-
-#: webapp/backend/countries.py:144
-msgid "Monaco"
-msgstr ""
-
-#: webapp/backend/countries.py:145
-msgid "Republic of Moldova"
-msgstr ""
-
-#: webapp/backend/countries.py:146
-msgid "Montenegro"
-msgstr ""
-
-#: webapp/backend/countries.py:147
-msgid "Saint Martin (French Part)"
-msgstr ""
-
-#: webapp/backend/countries.py:148
-msgid "Madagascar"
-msgstr ""
-
-#: webapp/backend/countries.py:149
-msgid "Marshall Islands"
-msgstr ""
-
-#: webapp/backend/countries.py:150
-msgid "The former Yugoslav Republic of Macedonia"
-msgstr ""
-
-#: webapp/backend/countries.py:151
-msgid "Mali"
-msgstr ""
-
-#: webapp/backend/countries.py:152
-msgid "Myanmar"
-msgstr ""
-
-#: webapp/backend/countries.py:153
-msgid "Mongolia"
-msgstr ""
-
-#: webapp/backend/countries.py:154
-msgid "Macao"
-msgstr ""
-
-#: webapp/backend/countries.py:155
-msgid "Northern Mariana Islands"
-msgstr ""
-
-#: webapp/backend/countries.py:156
-msgid "Martinique"
-msgstr ""
-
-#: webapp/backend/countries.py:157
-msgid "Mauritania"
-msgstr ""
-
-#: webapp/backend/countries.py:158
-msgid "Montserrat"
-msgstr ""
-
-#: webapp/backend/countries.py:159
-msgid "Malta"
-msgstr ""
-
-#: webapp/backend/countries.py:160
-msgid "Mauritius"
-msgstr ""
-
-#: webapp/backend/countries.py:161
-msgid "Maldives"
-msgstr ""
-
-#: webapp/backend/countries.py:162
-msgid "Malawi"
-msgstr ""
-
-#: webapp/backend/countries.py:163
-msgid "Mexico"
-msgstr ""
-
-#: webapp/backend/countries.py:164
-msgid "Malaysia"
-msgstr ""
-
-#: webapp/backend/countries.py:165
-msgid "Mozambique"
-msgstr ""
-
-#: webapp/backend/countries.py:166
-msgid "Namibia"
-msgstr ""
-
-#: webapp/backend/countries.py:167
-msgid "New Caledonia"
-msgstr ""
-
-#: webapp/backend/countries.py:168
-msgid "Niger"
-msgstr ""
-
-#: webapp/backend/countries.py:169
-msgid "Norfolk Island"
-msgstr ""
-
-#: webapp/backend/countries.py:170
-msgid "Nigeria"
-msgstr ""
-
-#: webapp/backend/countries.py:171
-msgid "Nicaragua"
-msgstr ""
-
-#: webapp/backend/countries.py:172
-msgid "Netherlands"
-msgstr ""
-
-#: webapp/backend/countries.py:173
-msgid "Norway"
-msgstr ""
-
-#: webapp/backend/countries.py:174
-msgid "Nepal"
-msgstr ""
-
-#: webapp/backend/countries.py:175
-msgid "Nauru"
-msgstr ""
-
-#: webapp/backend/countries.py:176
-msgid "Niue"
-msgstr ""
-
-#: webapp/backend/countries.py:177
-msgid "New Zealand"
-msgstr ""
-
-#: webapp/backend/countries.py:178
-msgid "Oman"
-msgstr ""
-
-#: webapp/backend/countries.py:179
-msgid "Panama"
-msgstr ""
-
-#: webapp/backend/countries.py:180
-msgid "Peru"
-msgstr ""
-
-#: webapp/backend/countries.py:181
-msgid "French Polynesia"
-msgstr ""
-
-#: webapp/backend/countries.py:182
-msgid "Papua New Guinea"
-msgstr ""
-
-#: webapp/backend/countries.py:183
-msgid "Philipplines"
-msgstr ""
-
-#: webapp/backend/countries.py:184
-msgid "Pakistan"
-msgstr ""
-
-#: webapp/backend/countries.py:185
-msgid "Poland"
-msgstr ""
-
-#: webapp/backend/countries.py:186
-msgid "Saint Pierre and Miquelon"
-msgstr ""
-
-#: webapp/backend/countries.py:187
-msgid "Pitcairn"
-msgstr ""
-
-#: webapp/backend/countries.py:188
-msgid "Puerto Rico"
-msgstr ""
-
-#: webapp/backend/countries.py:189
-msgid "Palestinian Territory, occupied"
-msgstr ""
-
-#: webapp/backend/countries.py:190
-msgid "Portugal"
-msgstr ""
-
-#: webapp/backend/countries.py:191
-msgid "Palau"
-msgstr ""
-
-#: webapp/backend/countries.py:192
-msgid "Paraguay"
-msgstr ""
-
-#: webapp/backend/countries.py:193
-msgid "Qatar"
-msgstr ""
-
-#: webapp/backend/countries.py:194
-msgid "Réunion"
-msgstr ""
-
-#: webapp/backend/countries.py:195
-msgid "Romania"
-msgstr ""
-
-#: webapp/backend/countries.py:196
-msgid "Serbia"
-msgstr ""
-
-#: webapp/backend/countries.py:197
-msgid "Russian Federation"
-msgstr ""
-
-#: webapp/backend/countries.py:198
-msgid "Rwanda"
-msgstr ""
-
-#: webapp/backend/countries.py:199
-msgid "Saudi Arabia"
-msgstr ""
-
-#: webapp/backend/countries.py:200
-msgid "Solomon Islands"
-msgstr ""
-
-#: webapp/backend/countries.py:201
-msgid "Seychelles"
-msgstr ""
-
-#: webapp/backend/countries.py:202
-msgid "Sudan"
-msgstr ""
-
-#: webapp/backend/countries.py:203
-msgid "Sweden"
-msgstr ""
-
-#: webapp/backend/countries.py:204
-msgid "Singapore"
-msgstr ""
-
-#: webapp/backend/countries.py:205
-msgid "Saint Helena, Ascension and Tristan Da Cunha"
-msgstr ""
-
-#: webapp/backend/countries.py:206
-msgid "Slovenia"
-msgstr ""
-
-#: webapp/backend/countries.py:207
-msgid "Svalbard and Jan Mayen"
-msgstr ""
-
-#: webapp/backend/countries.py:208
-msgid "Slovakia"
-msgstr ""
-
-#: webapp/backend/countries.py:209
-msgid "Sierra Leone"
-msgstr ""
-
-#: webapp/backend/countries.py:210
-msgid "San Marino"
-msgstr ""
-
-#: webapp/backend/countries.py:211
-msgid "Senegal"
-msgstr ""
-
-#: webapp/backend/countries.py:212
-msgid "Somalia"
-msgstr ""
-
-#: webapp/backend/countries.py:213
-msgid "Suriname"
-msgstr ""
-
-#: webapp/backend/countries.py:214
-msgid "South Sudan"
-msgstr ""
-
-#: webapp/backend/countries.py:215
-msgid "Sao Tome and Principe"
-msgstr ""
-
-#: webapp/backend/countries.py:216
-msgid "El Salvador"
-msgstr ""
-
-#: webapp/backend/countries.py:217
-msgid "Sint Maarten (Dutch Part)"
-msgstr ""
-
-#: webapp/backend/countries.py:218
-msgid "Syrian Arab Republic"
-msgstr ""
-
-#: webapp/backend/countries.py:219
-msgid "Swaziland"
-msgstr ""
-
-#: webapp/backend/countries.py:220
-msgid "Turks and Caicos Islands"
-msgstr ""
-
-#: webapp/backend/countries.py:221
-msgid "Chad"
-msgstr ""
-
-#: webapp/backend/countries.py:222
-msgid "French Southern Territories"
-msgstr ""
-
-#: webapp/backend/countries.py:223
-msgid "Togo"
-msgstr ""
-
-#: webapp/backend/countries.py:224
-msgid "Thailand"
-msgstr ""
-
-#: webapp/backend/countries.py:225
-msgid "Tajikistan"
-msgstr ""
-
-#: webapp/backend/countries.py:226
-msgid "Tokelau"
-msgstr ""
-
-#: webapp/backend/countries.py:227
-msgid "Timor-Leste"
-msgstr ""
-
-#: webapp/backend/countries.py:228
-msgid "Turkmenistan"
-msgstr ""
-
-#: webapp/backend/countries.py:229
-msgid "Tunisia"
-msgstr ""
-
-#: webapp/backend/countries.py:230
-msgid "Tonga"
-msgstr ""
-
-#: webapp/backend/countries.py:231
-msgid "Turkey"
-msgstr ""
-
-#: webapp/backend/countries.py:232
-msgid "Trinidad and Tobago"
-msgstr ""
-
-#: webapp/backend/countries.py:233
-msgid "Tuvalu"
-msgstr ""
-
-#: webapp/backend/countries.py:234
-msgid "Taiwan, Province of China"
-msgstr ""
-
-#: webapp/backend/countries.py:235
-msgid "United Republic of Tanzania"
-msgstr ""
-
-#: webapp/backend/countries.py:236
-msgid "Ukraine"
-msgstr ""
-
-#: webapp/backend/countries.py:237
-msgid "Uganda"
-msgstr ""
-
-#: webapp/backend/countries.py:238
-msgid "United States minor outlying islands"
-msgstr ""
-
-#: webapp/backend/countries.py:239
-msgid "United States"
-msgstr ""
-
-#: webapp/backend/countries.py:240
-msgid "Uruguay"
-msgstr ""
-
-#: webapp/backend/countries.py:241
-msgid "Uzbekistan"
-msgstr ""
-
-#: webapp/backend/countries.py:242
-msgid "Vatican City State"
-msgstr ""
-
-#: webapp/backend/countries.py:243
-msgid "Saint Vincent and the Grenadines"
-msgstr ""
-
-#: webapp/backend/countries.py:244
-msgid "Bolivarian Republic of Venezuela"
-msgstr ""
-
-#: webapp/backend/countries.py:245
-msgid "Virgin Islands, British"
-msgstr ""
-
-#: webapp/backend/countries.py:246
-msgid "Virgin Islands, U.S."
-msgstr ""
-
-#: webapp/backend/countries.py:247
-msgid "Viet Nam"
-msgstr ""
-
-#: webapp/backend/countries.py:248
-msgid "Vanuatu"
-msgstr ""
-
-#: webapp/backend/countries.py:249
-msgid "Wallis and Futuna"
-msgstr ""
-
-#: webapp/backend/countries.py:250
-msgid "Samoa"
-msgstr ""
-
-#: webapp/backend/countries.py:251
-msgid "Yemen"
-msgstr ""
-
-#: webapp/backend/countries.py:252
-msgid "Mayotte"
-msgstr ""
-
-#: webapp/backend/countries.py:253
-msgid "South Africa"
-msgstr ""
-
-#: webapp/backend/countries.py:254
-msgid "Zambia"
-msgstr ""
-
-#: webapp/backend/countries.py:255
-msgid "Zimbabwe"
-msgstr ""
-
-#: webapp/backend/fireinfo.py:306 webapp/backend/fireinfo.py:328
-#: webapp/backend/fireinfo.py:344 webapp/backend/fireinfo.py:345
-#: webapp/backend/fireinfo.py:346
-msgid "Unclassified"
-msgstr ""
-
-#: webapp/backend/fireinfo.py:307 webapp/backend/fireinfo.py:335
-msgid "Mass storage"
-msgstr ""
-
-#: webapp/backend/fireinfo.py:308
-msgid "Network"
-msgstr ""
-
-#: webapp/backend/fireinfo.py:309 webapp/backend/fireinfo.py:340
-msgid "Display"
-msgstr ""
-
-#: webapp/backend/fireinfo.py:310 webapp/backend/fireinfo.py:329
-msgid "Multimedia"
-msgstr ""
-
-#: webapp/backend/fireinfo.py:311
-msgid "Memory controller"
-msgstr ""
-
-#: webapp/backend/fireinfo.py:312
-msgid "Bridge"
-msgstr ""
-
-#: webapp/backend/fireinfo.py:313 webapp/backend/fireinfo.py:330
-#: webapp/backend/fireinfo.py:337
-msgid "Communication"
-msgstr ""
-
-#: webapp/backend/fireinfo.py:314 webapp/backend/fireinfo.py:332
-msgid "Generic system peripheral"
-msgstr ""
-
-#: webapp/backend/fireinfo.py:315 webapp/backend/fireinfo.py:331
-msgid "Input device"
-msgstr ""
-
-#: webapp/backend/fireinfo.py:316
-msgid "Docking station"
-msgstr ""
-
-#: webapp/backend/fireinfo.py:317 templates/fireinfo/profile-detail.html:54
-#: templates/static/hardware.html:176 templates/static/hardware.html:218
-msgid "Processor"
-msgstr ""
-
-#: webapp/backend/fireinfo.py:318
-msgid "Serial bus"
-msgstr ""
-
-#: webapp/backend/fireinfo.py:319 webapp/backend/fireinfo.py:343
-msgid "Wireless"
-msgstr ""
-
-#: webapp/backend/fireinfo.py:320
-msgid "Intelligent controller"
-msgstr ""
-
-#: webapp/backend/fireinfo.py:321
-msgid "Satellite communications controller"
-msgstr ""
-
-#: webapp/backend/fireinfo.py:322 webapp/backend/fireinfo.py:339
-msgid "Encryption"
-msgstr ""
-
-#: webapp/backend/fireinfo.py:323
-msgid "Signal processing controller"
-msgstr ""
-
-#: webapp/backend/fireinfo.py:324
-msgid "Unassigned class"
-msgstr ""
-
-#: webapp/backend/fireinfo.py:333
-msgid "Image"
-msgstr ""
-
-#: webapp/backend/fireinfo.py:334
-msgid "Printer"
-msgstr ""
-
-#: webapp/backend/fireinfo.py:336
-msgid "Hub"
-msgstr ""
-
-#: webapp/backend/fireinfo.py:338
-msgid "Smart card"
-msgstr ""
-
-#: webapp/backend/fireinfo.py:341
-msgid "Personal Healthcare"
-msgstr ""
-
-#: webapp/backend/fireinfo.py:342
-msgid "Diagnostic Device"
-msgstr ""
-
-#: webapp/backend/releases.py:94
-msgid "Image for the armv5tel architecture"
-msgstr ""
-
-#: webapp/backend/releases.py:95
-msgid "armv5tel image for boards with serial console"
-msgstr ""
-
-#: webapp/backend/releases.py:96
-msgid "Installable CD image"
-msgstr ""
-
-#: webapp/backend/releases.py:97
-msgid "Torrent file"
-msgstr ""
-
-#: webapp/backend/releases.py:98
-msgid "Flash image"
-msgstr ""
-
-#: webapp/backend/releases.py:99
-msgid "Flash image for devices with serial console"
-msgstr ""
-
-#: webapp/backend/releases.py:100
-msgid "USB FDD Image"
-msgstr ""
-
-#: webapp/backend/releases.py:101
-msgid "USB HDD Image"
-msgstr ""
-
-#: webapp/backend/releases.py:102
-msgid "Pregenerated Xen image"
-msgstr ""
-
-#: webapp/backend/releases.py:103
-msgid "Xen-Image Generator"
-msgstr ""
-
-#: webapp/backend/releases.py:109 webapp/backend/releases.py:151
-msgid "Unknown image type"
-msgstr ""
-
-#: webapp/backend/releases.py:136
-msgid "This image runs on many ARM-based boards"
-msgstr ""
-
-#: webapp/backend/releases.py:137
-msgid "This image runs on ARM boards with a serial console"
-msgstr ""
-
-#: webapp/backend/releases.py:138
-msgid "Use this image to burn a CD and install IPFire from it."
-msgstr ""
-
-#: webapp/backend/releases.py:139
-msgid "Download the CD image from the torrent network."
-msgstr ""
-
-#: webapp/backend/releases.py:140
-msgid "An image that is meant to run on embedded devices."
-msgstr ""
-
-#: webapp/backend/releases.py:141
-msgid "Flash image where a serial console is enabled by default."
-msgstr ""
-
-#: webapp/backend/releases.py:142
-msgid "Install IPFire from a floppy-formated USB key."
-msgstr ""
-
-#: webapp/backend/releases.py:143
-msgid "If the floppy image doesn't work, use this image instead."
-msgstr ""
-
-#: webapp/backend/releases.py:144
-msgid "A ready-to-run image for Xen."
-msgstr ""
-
-#: webapp/backend/releases.py:145
-msgid "Generator for creating a Xen image."
-msgstr ""
-
-#: webapp/backend/wishlist.py:213
-msgid "Checkout this crowdfunding wish from #ipfire:"
-msgstr ""
-
-#: templates/wishlist/base.html:6 templates/base.html:42
-#: templates/index.html:261
-msgid "IPFire Wishlist"
-msgstr ""
-
-#: templates/wishlist/base.html:8
-msgid "Crowd funding for the IPFire project"
-msgstr ""
-
-#: templates/wishlist/donate.html:3 templates/wishlist/modules/wish.html:31
-#: templates/base.html:140 templates/download-splash.html:36
-#: templates/donate.html:3 templates/index.html:215
-#: templates/modules/menu.html:20 templates/static/get-started.html:153
-#: templates/static/get-started.html:182
-#: templates/static/get-involved.html:173
-#: templates/static/get-involved.html:192
-msgid "Donate"
-msgstr ""
-
-#: templates/wishlist/donate.html:14 templates/wishlist/donate.html:22
-#: templates/wishlist/terms.html:3 templates/wishlist/terms.html:7
-#: templates/base.html:174
-msgid "Terms & Conditions"
-msgstr ""
-
-#: templates/wishlist/closed.html:3 templates/wishlist/closed.html:13
-msgid "Closed wishes"
-msgstr ""
-
-#: templates/wishlist/closed.html:9
-msgid "Wishes open for donation"
-msgstr ""
-
-#: templates/wishlist/closed.html:36 templates/wishlist/closed.html:40
-msgid "Older"
-msgstr ""
-
-#: templates/wishlist/closed.html:46 templates/wishlist/closed.html:50
-msgid "Newer"
-msgstr ""
-
-#: templates/wishlist/index.html:3
-msgid "Home"
-msgstr ""
-
-#: templates/wishlist/index.html:8
-msgid "The IPFire Crowd Funding Platform"
-msgstr ""
-
-#: templates/wishlist/wish.html:3
-msgid "Wish"
-msgstr ""
-
-#: templates/wishlist/wish.html:18
-#, python-format
-msgid "Launched: %s"
-msgstr ""
-
-#: templates/wishlist/wish.html:24
-#, python-format
-msgid "Funding ends: %s"
-msgstr ""
-
-#: templates/wishlist/wish.html:26
-msgid "This funding runs until the goal is reached."
-msgstr ""
-
-#: templates/wishlist/modules/wish.html:6
-msgid "Only a few days left!"
-msgstr ""
-
-#: templates/wishlist/modules/wish.html:41
-msgid "funded"
-msgstr ""
-
-#: templates/wishlist/modules/wish.html:45
-#: templates/wishlist/modules/wish.html:55
-#, python-format
-msgid "%s &euro;"
-msgstr ""
-
-#: templates/wishlist/modules/wish.html:46
-msgid "donated"
-msgstr ""
-
-#: templates/wishlist/modules/wish.html:53
-msgid "day to go"
-msgid_plural "days to go"
-msgstr[0] ""
-msgstr[1] ""
-
-#: templates/wishlist/modules/wish.html:56
-msgid "to go"
-msgstr ""
-
-#: templates/wishlist/modules/wish.html:59
-msgid "In progress"
-msgstr ""
-
-#: templates/wishlist/modules/wish.html:61
-msgid "Finished"
-msgstr ""
-
-#: templates/wishlist/modules/wish.html:63
-msgid "Funding ended"
-msgstr ""
-
-#: templates/wishlist/modules/wish.html:73
-msgid "Share this wish with your friends and help us promote it!"
-msgstr ""
-
-#: templates/tracker-torrents.html:3
-msgid "Torrent Downloads"
-msgstr ""
-
-#: templates/tracker-torrents.html:7
-msgid "IPFire Torrent Tracker"
-msgstr ""
-
-#: templates/tracker-torrents.html:32 templates/downloads-index.html:35
-#: templates/downloads-older.html:25
-msgid "Release"
-msgstr ""
-
-#: templates/tracker-torrents.html:33
-msgid "Seeders"
-msgstr ""
-
-#: templates/tracker-torrents.html:34
-msgid "Peers"
-msgstr ""
-
-#: templates/error.html:3
-msgid "Error"
-msgstr ""
-
-#: templates/base.html:4
-msgid "No title given"
-msgstr ""
-
-#: templates/base.html:37
-msgid "IPFire"
-msgstr ""
-
-#: templates/base.html:39 templates/planet/search.html:3
-#: templates/planet/list.html:3 templates/planet/index.html:3
-#: templates/news.html:61
-msgid "IPFire Planet"
-msgstr ""
-
-#: templates/base.html:40
-msgid "The Blog of the IPFire Team"
-msgstr ""
-
-#: templates/base.html:43
-msgid "The IPFire Crowd-Funding Platform"
-msgstr ""
-
-#: templates/base.html:69
-msgid "About"
-msgstr ""
-
-#: templates/base.html:73 templates/base-feature.html:6
-#: templates/modules/menu.html:4 templates/static/features.html:3
-#: templates/static/features.html:7
-msgid "About IPFire"
-msgstr ""
-
-#: templates/base.html:76 templates/nopaste/view.html:75
-#: templates/static/get-started.html:72
-msgid "Download"
-msgstr ""
-
-#: templates/base.html:79 templates/modules/menu.html:27
-msgid "Planet"
-msgstr ""
-
-#: templates/base.html:82 templates/static/imprint.html:3
-#: templates/static/imprint.html:8
-msgid "Imprint"
-msgstr ""
-
-#: templates/base.html:88
-msgid "Support"
-msgstr ""
-
-#: templates/base.html:92
-msgid "Professional Support"
-msgstr ""
-
-#: templates/base.html:95 templates/modules/menu.html:61
-#: templates/static/get-support.html:15
-msgid "Documentation"
-msgstr ""
-
-#: templates/base.html:101
-msgid "Join"
-msgstr ""
-
-#: templates/base.html:105
-msgid "Forum"
-msgstr ""
-
-#: templates/base.html:108 templates/static/get-support.html:29
-#: templates/static/get-involved.html:15 templates/static/chat.html:3
-#: templates/static/chat.html:8
-msgid "Chat"
-msgstr ""
-
-#: templates/base.html:111 templates/static/get-involved.html:29
-msgid "Mailing Lists"
-msgstr ""
-
-#: templates/base.html:114
-msgid "Talk"
-msgstr ""
-
-#: templates/base.html:120 templates/downloads-index.html:50
-msgid "Development"
-msgstr ""
-
-#: templates/base.html:124
-msgid "Become a developer"
-msgstr ""
-
-#: templates/base.html:127 templates/static/get-involved.html:129
-msgid "Pakfire Build Service"
-msgstr ""
-
-#: templates/base.html:130
-msgid "Bugtracker"
-msgstr ""
-
-#: templates/base.html:133
-msgid "Patchwork"
-msgstr ""
-
-#: templates/base.html:180
-msgid "IPFire is free software written by the IPFire Project"
-msgstr ""
-
-#: templates/admin-mirrors-create.html:5 templates/admin-mirrors.html:8
-msgid "Create new mirror"
-msgstr ""
-
-#: templates/admin-mirrors-create.html:12
-#: templates/download-mirror-detail.html:12
-#: templates/downloads-mirrors.html:48 templates/admin-mirrors-details.html:13
-#: templates/admin-mirrors.html:14
-msgid "Hostname"
-msgstr ""
-
-#: templates/admin-mirrors-create.html:16
-msgid "Path"
-msgstr ""
-
-#: templates/admin-mirrors-create.html:20
-#: templates/download-mirror-detail.html:16
-#: templates/downloads-mirrors.html:47 templates/admin-mirrors-details.html:21
-#: templates/mirrors-item.html:23
-msgid "Owner"
-msgstr ""
-
-#: templates/admin-mirrors-create.html:24 templates/downloads-mirrors.html:49
-#: templates/talk/modules/lines.html:10
-#: templates/fireinfo/profile-detail.html:164
-#: templates/admin-mirrors-details.html:25 templates/mirrors-item.html:30
-msgid "Location"
-msgstr ""
-
-#: templates/admin-mirrors-create.html:28
-#: templates/admin-mirrors-details.html:33
-msgid "File mirror"
-msgstr ""
-
-#: templates/admin-mirrors-create.html:31
-#: templates/admin-mirrors-create.html:40
-#: templates/admin-mirrors-create.html:49
-#: templates/admin-mirrors-create.html:58
-msgid "yes"
-msgstr ""
-
-#: templates/admin-mirrors-create.html:32
-#: templates/admin-mirrors-create.html:41
-#: templates/admin-mirrors-create.html:50
-#: templates/admin-mirrors-create.html:59
-msgid "no"
-msgstr ""
-
-#: templates/admin-mirrors-create.html:37
-#: templates/admin-mirrors-details.html:37
-msgid "Pakfire 2 mirror"
-msgstr ""
-
-#: templates/admin-mirrors-create.html:46
-#: templates/admin-mirrors-details.html:41
-msgid "Pakfire 3 mirror"
-msgstr ""
-
-#: templates/admin-mirrors-create.html:55
-#: templates/admin-mirrors-details.html:45
-msgid "Disabled?"
-msgstr ""
-
-#: templates/download-splash.html:3 templates/download-splash.html:8
-msgid "Thanks for downloading IPFire"
-msgstr ""
-
-#: templates/download-splash.html:29
-msgid "How to install IPFire"
-msgstr ""
-
-#: templates/download-splash.html:43 templates/modules/menu.html:12
-#: templates/static/get-support.html:7
-msgid "Get Support"
-msgstr ""
-
-#: templates/downloads-development.html:3
-#: templates/downloads-development.html:6
-msgid "Development Downloads"
-msgstr ""
-
-#: templates/tracker-torrent-detail.html:3
-#: templates/tracker-torrent-detail.html:18
-msgid "Torrent download"
-msgstr ""
-
-#: templates/tracker-torrent-detail.html:15
-msgid "Magnet link"
-msgstr ""
-
-#: templates/tracker-torrent-detail.html:23
-msgid "Peers & Seeds"
-msgstr ""
-
-#: templates/downloads-index.html:3
-msgid "Download Center"
-msgstr ""
-
-#: templates/downloads-index.html:7
-msgid "IPFire Download Center"
-msgstr ""
-
-#: templates/downloads-index.html:30
-msgid "Available releases"
-msgstr ""
-
-#: templates/downloads-index.html:36
-msgid "Release type"
-msgstr ""
-
-#: templates/downloads-index.html:37
-msgid "Release date"
-msgstr ""
-
-#: templates/downloads-index.html:48
-msgid "Stable"
-msgstr ""
-
-#: templates/download-mirror-detail.html:3 templates/downloads-mirrors.html:3
-msgid "Mirror-Server"
-msgstr ""
-
-#: templates/download-mirror-detail.html:8 templates/downloads-mirrors.html:8
-msgid "IPFire Mirrors"
-msgstr ""
-
-#: templates/download-mirror-detail.html:20
-#: templates/downloads-mirrors.html:50
-#: templates/fireinfo/profile-detail.html:202 templates/admin-mirrors.html:15
-msgid "Last update"
-msgstr ""
-
-#: templates/download-mirror-detail.html:24
-msgid "Number of files"
-msgstr ""
-
-#: templates/download-mirror-detail.html:32
-msgid "View list of all mirror servers."
-msgstr ""
-
-#: templates/error-500.html:6
-msgid "Detailed information"
-msgstr ""
-
-#: templates/admin-planet-compose.html:5 templates/admin-planet.html:8
-msgid "Compose new entry"
-msgstr ""
-
-#: templates/admin-planet-compose.html:16 templates/admin-planet.html:14
-msgid "Title"
-msgstr ""
-
-#: templates/admin-planet-compose.html:33
-#: templates/admin-mirrors-details.html:17
-msgid "Status"
-msgstr ""
-
-#: templates/admin-planet-compose.html:37 templates/admin-planet.html:25
-msgid "Draft"
-msgstr ""
-
-#: templates/admin-planet-compose.html:41
-msgid "Published"
-msgstr ""
-
-#: templates/admin-planet-compose.html:49
-msgid "Save"
-msgstr ""
-
-#: templates/admin-planet-compose.html:50
-msgid "Preview"
-msgstr ""
-
-#: templates/admin-planet-compose.html:51
-msgid "Cancel"
-msgstr ""
-
-#: templates/downloads-older.html:3 templates/downloads-older.html:7
-msgid "Ancient downloads"
-msgstr ""
-
-#: templates/downloads-older.html:9 templates/downloads-all.html:9
-msgid ""
-"These are the ancient downloads of IPFire. They are just saved for "
-"historical reasons and should not be used in a productive environment."
-msgstr ""
-
-#: templates/downloads-older.html:13
-msgid ""
-"Beware that these releases could lack possible security-fixes\tand so it is "
-"recommended to use the <em>latest</em> version."
-msgstr ""
-
-#: templates/downloads-older.html:17 templates/downloads-all.html:13
-msgid "Go back to latest stable downloads."
-msgstr ""
-
-#: templates/downloads-older.html:26
-msgid "Published on"
-msgstr ""
-
-#: templates/admin-planet.html:5
-msgid "Planet Administrator"
-msgstr ""
-
-#: templates/admin-planet.html:13
-msgid "Author"
-msgstr ""
-
-#: templates/admin-planet.html:29 templates/admin-accounts.html:20
-#: templates/admin-mirrors.html:24
-msgid "Edit"
-msgstr ""
-
-#: templates/admin-planet.html:31
-msgid "Publish"
-msgstr ""
-
-#: templates/donate.html:8
-msgid "Donate now"
-msgstr ""
-
-#: templates/donate.html:54
-msgid "Current crowd funding projects on the IPFire Wishlist"
-msgstr ""
-
-#: templates/donate.html:70 templates/modules/donation-box.html:21
-msgid "Donate by Bank Transfer"
-msgstr ""
-
-#: templates/donate.html:73 templates/modules/donation-box.html:24
-msgid "IBAN"
-msgstr ""
-
-#: templates/donate.html:76 templates/modules/donation-box.html:27
-msgid "BIC-/SWIFT-Code"
-msgstr ""
-
-#: templates/donate.html:80 templates/modules/donation-box.html:31
-msgid "Reason for transfer"
-msgstr ""
-
-#: templates/donate.html:102
-msgid "Recurring Donations"
-msgstr ""
-
-#: templates/auth/login.html:3 templates/auth/login.html:20
-msgid "Log in"
-msgstr ""
-
-#: templates/auth/login.html:9
-msgid "Log In"
-msgstr ""
-
-#: templates/planet/search.html:7
-#, python-format
-msgid "Search results for '%s'"
-msgstr ""
-
-#: templates/planet/search.html:20
-#, python-format
-msgid "No results found for '%s'"
-msgstr ""
-
-#: templates/planet/hottest.html:3 templates/planet/index.html:24
-msgid "Hottest posts"
-msgstr ""
-
-#: templates/planet/hottest.html:7
-msgid "The hottest posts of the last month"
-msgstr ""
-
-#: templates/planet/hottest.html:18 templates/modules/planet-entry.html:21
-#: templates/modules/news-preview.html:6 templates/static/hardware.html:28
-#: templates/static/hardware.html:146 templates/static/hardware.html:211
-msgid "by"
-msgstr ""
-
-#: templates/planet/list.html:3 templates/planet/list.html:12
-#, python-format
-msgid "%s's posts"
-msgstr ""
-
-#: templates/planet/list.html:3 templates/planet/list.html:14
-#, python-format
-msgid "Posts from %s"
-msgstr ""
-
-#: templates/planet/list.html:44
-#, python-format
-msgid "%s did not write any posts, yet."
-msgstr ""
-
-#: templates/planet/index.html:13
-msgid "Older posts"
-msgstr ""
-
-#: templates/planet/index.html:17
-msgid "Newer posts"
-msgstr ""
-
-#: templates/planet/posting.html:11
-msgid "Posted:"
-msgstr ""
-
-#: templates/planet/posting.html:15
-#, python-format
-msgid "One view"
-msgid_plural "%(views)s views"
-msgstr[0] ""
-msgstr[1] ""
-
-#: templates/admin-downloads.html:5 templates/admin-downloads-mirrors.html:5
-msgid "Download statistics"
-msgstr ""
-
-#: templates/admin-downloads.html:7
-msgid "Download counters"
-msgstr ""
-
-#: templates/admin-downloads.html:10
-msgid "Today"
-msgstr ""
-
-#: templates/admin-downloads.html:14
-msgid "Yesterday"
-msgstr ""
-
-#: templates/admin-downloads.html:18
-msgid "Total"
-msgstr ""
-
-#: templates/admin-downloads.html:23
-msgid "Downloads by country"
-msgstr ""
-
-#: templates/news-year.html:3 templates/news.html:3
-msgid "News"
-msgstr ""
-
-#: templates/news-year.html:7
-#, python-format
-msgid "News from %(year)s"
-msgstr ""
-
-#: templates/downloads-mirrors.html:63
-msgid "details"
-msgstr ""
-
-#: templates/base-feature.html:9 templates/static/features.html:61
-msgid "Security"
-msgstr ""
-
-#: templates/base-feature.html:12 templates/index.html:66
-#: templates/static/features.html:138
-msgid "Firewall"
-msgstr ""
-
-#: templates/base-feature.html:15
-msgid "Pakfire"
-msgstr ""
-
-#: templates/base-feature.html:18 templates/static/features.html:508
-msgid "Updates"
-msgstr ""
-
-#: templates/base-feature.html:21
-msgid "It's free"
-msgstr ""
-
-#: templates/base-feature.html:25
-msgid "Features"
-msgstr ""
-
-#: templates/base-feature.html:28 templates/static/features.html:580
-msgid "Dialup"
-msgstr ""
-
-#: templates/base-feature.html:31 templates/static/features.html:696
-msgid "Web proxy"
-msgstr ""
-
-#: templates/base-feature.html:35 templates/static/features.html:785
-msgid "Content filter"
-msgstr ""
-
-#: templates/base-feature.html:38 templates/static/features.html:846
-msgid "Update accelerator"
-msgstr ""
-
-#: templates/base-feature.html:41
-msgid "Virus scan"
-msgstr ""
-
-#: templates/base-feature.html:45 templates/static/features.html:996
-msgid "VPN"
-msgstr ""
-
-#: templates/base-feature.html:49 templates/static/features.html:1032
-msgid "IPsec"
-msgstr ""
-
-#: templates/base-feature.html:52 templates/static/features.html:1093
-msgid "OpenVPN"
-msgstr ""
-
-#: templates/base-feature.html:56
-msgid "Intrusion detection"
-msgstr ""
-
-#: templates/base-feature.html:59 templates/static/features.html:1213
-msgid "Quality of Service"
-msgstr ""
-
-#: templates/base-feature.html:62 templates/fireinfo/stats.html:27
-#: templates/static/hardware.html:3 templates/static/hardware.html:7
-#: templates/static/features.html:1288
-msgid "Hardware"
-msgstr ""
-
-#: templates/base-feature.html:65 templates/fireinfo/stats.html:38
-#: templates/fireinfo/stats-virtual.html:3
-#: templates/fireinfo/stats-cpus-detail.html:64
-#: templates/static/features.html:1363
-msgid "Virtualization"
-msgstr ""
-
-#: templates/base-feature.html:68
-msgid "Wireless AP"
-msgstr ""
-
-#: templates/admin-accounts-edit.html:5 templates/admin-accounts.html:5
-msgid "Account Administrator"
-msgstr ""
-
-#: templates/news.html:7
-msgid "What is new on the IPFire project?"
-msgstr ""
-
-#: templates/news.html:34
-msgid "Stay up to date"
-msgstr ""
-
-#: templates/news.html:85
-msgid "Latest news"
-msgstr ""
-
-#: templates/admin-downloads-mirrors.html:7
-msgid "Mirror load from today"
-msgstr ""
-
-#: templates/admin-downloads-mirrors.html:10
-msgid "Mirror load"
-msgstr ""
-
-#: templates/talk/conferences.html:3 templates/talk/conferences.html:7
-#: templates/modules/menu.html:56
-msgid "Conferences"
-msgstr ""
-
-#: templates/talk/conferences.html:18
-msgid "Toggle Dropdown"
-msgstr ""
-
-#: templates/talk/conferences.html:21
-msgid "Invite participant"
-msgstr ""
-
-#: templates/talk/conferences.html:33
-#, python-format
-msgid "IPFire Conference Room %s"
-msgstr ""
-
-#: templates/talk/conferences.html:48
-#, python-format
-msgid "joined %s"
-msgstr ""
-
-#: templates/talk/conference-invite.html:3
-#: templates/talk/conference-invite.html:12
-#, python-format
-msgid "Inviting %s to %s..."
-msgstr ""
-
-#: templates/talk/conference-invite.html:18
-#: templates/talk/initiate-call.html:23
-msgid "Back"
-msgstr ""
-
-#: templates/talk/initiate-call.html:3 templates/talk/initiate-call.html:13
-#: templates/talk/initiate-call.html:17
-#, python-format
-msgid "Calling %s..."
-msgstr ""
-
-#: templates/talk/phonebook.html:3 templates/talk/phonebook.html:7
-#: templates/modules/menu.html:52
-msgid "Phonebook"
-msgstr ""
-
-#: templates/talk/diagnosis.html:3 templates/talk/diagnosis.html:7
-#: templates/modules/menu.html:66
-msgid "Diagnosis"
-msgstr ""
-
-#: templates/talk/diagnosis.html:11
-msgid "Test Call"
-msgstr ""
-
-#: templates/talk/diagnosis.html:16
-msgid "A music playing service"
-msgstr ""
-
-#: templates/talk/index.html:3
-msgid "Index"
-msgstr ""
-
-#: templates/talk/index.html:7
-#, python-format
-msgid "Hello, %s!"
-msgstr ""
-
-#: templates/talk/index.html:35
-msgid "Call"
-msgstr ""
-
-#: templates/talk/phonebook-contact.html:18
-msgid "Voice over IP"
-msgstr ""
-
-#: templates/talk/phonebook-contact.html:45
-msgid "Password"
-msgstr ""
-
-#: templates/talk/phonebook-contact.html:70
-msgid "Postal Address"
-msgstr ""
-
-#: templates/talk/phonebook-contact.html:81
-msgid "Telephone"
-msgstr ""
-
-#: templates/talk/phonebook-contact.html:104
-msgid "All calls are forwarded to:"
-msgstr ""
-
-#: templates/talk/modules/ongoing-calls.html:1
-msgid "Ongoing Calls"
-msgstr ""
-
-#: templates/talk/modules/ongoing-calls.html:6
-msgid "Time Started"
-msgstr ""
-
-#: templates/talk/modules/ongoing-calls.html:7
-msgid "Caller"
-msgstr ""
-
-#: templates/talk/modules/ongoing-calls.html:9
-msgid "Called"
-msgstr ""
-
-#: templates/talk/modules/call-log.html:1
-msgid "Call Log"
-msgstr ""
-
-#: templates/talk/modules/call-log.html:6
-msgid "Date"
-msgstr ""
-
-#: templates/talk/modules/call-log.html:7
-msgid "Conversational Partner"
-msgstr ""
-
-#: templates/talk/modules/call-log.html:8
-msgid "Duration"
-msgstr ""
-
-#: templates/talk/modules/call-log.html:45
-msgid "Busy"
-msgstr ""
-
-#: templates/talk/modules/call-log.html:48
-msgid "no answer"
-msgstr ""
-
-#: templates/talk/modules/call-log.html:50
-msgid "missed call"
-msgstr ""
-
-#: templates/talk/modules/lines.html:1
-msgid "Lines"
-msgstr ""
-
-#: templates/talk/modules/lines.html:7
-msgid "Account"
-msgstr ""
-
-#: templates/talk/modules/lines.html:9 templates/nopaste/view.html:56
-#: templates/nopaste/create.html:55
-msgid "Expires"
-msgstr ""
-
-#: templates/talk/modules/lines.html:11
-msgid "User Agent"
-msgstr ""
-
-#: templates/geoip/index.html:3 templates/geoip/index.html:7
-#, python-format
-msgid "GeoIP for %s"
-msgstr ""
-
-#: templates/geoip/index.html:15 templates/mirrors-item.html:61
-msgid "Autonomous System"
-msgstr ""
-
-#: templates/geoip/index.html:19 templates/mirrors-item.html:36
-msgid "Country"
-msgstr ""
-
-#: templates/geoip/index.html:29 templates/mirrors-item.html:41
-msgid "City"
-msgstr ""
-
-#: templates/geoip/index.html:33
-msgid "Postal Code"
-msgstr ""
-
-#: templates/geoip/index.html:40
-msgid "Preferred Mirrors"
-msgstr ""
-
-#: templates/geoip/index.html:49
-#, python-format
-msgid "%.0f km"
-msgstr ""
-
-#: templates/geoip/index.html:63
-#, python-format
-msgid "No GeoIP information could be found for the IP address '%s'."
-msgstr ""
-
-#: templates/fireinfo/driver.html:3 templates/fireinfo/driver.html:7
-#, python-format
-msgid "Driver: %s"
-msgstr ""
-
-#: templates/fireinfo/stats-oses.html:3
-msgid "Operating system"
-msgstr ""
-
-#: templates/fireinfo/stats-oses.html:7
-msgid "Releases"
-msgstr ""
-
-#: templates/fireinfo/stats-oses.html:23
-msgid "Kernels"
-msgstr ""
-
-#: templates/fireinfo/base.html:6 templates/fireinfo/stats-admin.html:3
-#: templates/modules/menu.html:24
-msgid "Fireinfo"
-msgstr ""
-
-#: templates/fireinfo/base.html:7
-msgid "A hardware data collection tool for IPFire"
-msgstr ""
-
-#: templates/fireinfo/stats-admin.html:6 templates/fireinfo/stats.html:3
-#: templates/modules/menu.html:44
-msgid "Statistics"
-msgstr ""
-
-#: templates/fireinfo/stats-admin.html:9
-msgid "Active profiles"
-msgstr ""
-
-#: templates/fireinfo/stats-admin.html:13
-msgid "Archive Size"
-msgstr ""
-
-#: templates/fireinfo/stats-admin.html:16
-msgid "Total updates"
-msgstr ""
-
-#: templates/fireinfo/profile-detail.html:3
-#: templates/fireinfo/profile-detail.html:7
-msgid "Profile"
-msgstr ""
-
-#: templates/fireinfo/profile-detail.html:15
-#: templates/fireinfo/stats-network.html:21
-msgid "RED"
-msgstr ""
-
-#: templates/fireinfo/profile-detail.html:17
-#: templates/fireinfo/stats-network.html:24
-msgid "GREEN"
-msgstr ""
-
-#: templates/fireinfo/profile-detail.html:19
-#: templates/fireinfo/stats-network.html:27
-msgid "ORANGE"
-msgstr ""
-
-#: templates/fireinfo/profile-detail.html:21
-#: templates/fireinfo/stats-network.html:30
-msgid "BLUE"
-msgstr ""
-
-#: templates/fireinfo/profile-detail.html:32
-#: templates/fireinfo/profile-detail.html:39
-msgid "Get yours at"
-msgstr ""
-
-#: templates/fireinfo/profile-detail.html:63
-msgid "Dual-core processor"
-msgstr ""
-
-#: templates/fireinfo/profile-detail.html:65
-msgid "Quad-core processor"
-msgstr ""
-
-#: templates/fireinfo/profile-detail.html:69
-#, python-format
-msgid "%s core processor"
-msgstr ""
-
-#: templates/fireinfo/profile-detail.html:74
-msgid "using Intel Hyper-Threading Technology"
-msgstr ""
-
-#: templates/fireinfo/profile-detail.html:76
-#, python-format
-msgid "with %s logical cores"
-msgstr ""
-
-#: templates/fireinfo/profile-detail.html:84
-msgid "Supported features"
-msgstr ""
-
-#: templates/fireinfo/profile-detail.html:90
-msgid "64 bit"
-msgstr ""
-
-#: templates/fireinfo/profile-detail.html:92
-msgid "AES-NI"
-msgstr ""
-
-#: templates/fireinfo/profile-detail.html:94
-msgid "NX"
-msgstr ""
-
-#: templates/fireinfo/profile-detail.html:96
-#: templates/fireinfo/stats-cpus-detail.html:34
-msgid "PAE"
-msgstr ""
-
-#: templates/fireinfo/profile-detail.html:98
-#: templates/fireinfo/stats-cpus-detail.html:40
-msgid "RDRAND"
-msgstr ""
-
-#: templates/fireinfo/profile-detail.html:100
-msgid "VT-x/AMD-V"
-msgstr ""
-
-#: templates/fireinfo/profile-detail.html:112
-msgid "Hypervisor"
-msgstr ""
-
-#: templates/fireinfo/profile-detail.html:116
-msgid "VMware"
-msgstr ""
-
-#: templates/fireinfo/profile-detail.html:118
-#: templates/fireinfo/stats-virtual.html:64 templates/mirrors-item.html:14
-msgid "Unknown"
-msgstr ""
-
-#: templates/fireinfo/profile-detail.html:125
-msgid "Vendor"
-msgstr ""
-
-#: templates/fireinfo/profile-detail.html:130
-msgid "Model"
-msgstr ""
-
-#: templates/fireinfo/profile-detail.html:137 templates/fireinfo/stats.html:34
-#: templates/fireinfo/stats-memory.html:3
-#: templates/fireinfo/stats-memory.html:7
-msgid "Memory"
-msgstr ""
-
-#: templates/fireinfo/profile-detail.html:153
-msgid "System Storage"
-msgstr ""
-
-#: templates/fireinfo/profile-detail.html:158
-msgid "Kernel"
-msgstr ""
-
-#: templates/fireinfo/profile-detail.html:173
-msgid "Language"
-msgstr ""
-
-#: templates/fireinfo/profile-detail.html:187
-msgid "Signature images"
-msgstr ""
-
-#: templates/fireinfo/stats-languages.html:3
-#: templates/fireinfo/stats-languages.html:7 templates/fireinfo/stats.html:50
-msgid "Languages"
-msgstr ""
-
-#: templates/fireinfo/stats.html:7
-msgid "fireinfo statistics"
-msgstr ""
-
-#: templates/fireinfo/stats.html:16
-msgid "IPFire Releases"
-msgstr ""
-
-#: templates/fireinfo/stats.html:20 templates/fireinfo/stats-network.html:3
-msgid "Networking"
-msgstr ""
-
-#: templates/fireinfo/stats.html:30 templates/fireinfo/stats-cpus.html:3
-#: templates/fireinfo/stats-cpus-detail.html:3
-msgid "Processors"
-msgstr ""
-
-#: templates/fireinfo/stats.html:43
-msgid "Others"
-msgstr ""
-
-#: templates/fireinfo/stats.html:46 templates/fireinfo/stats-geo.html:3
-#: templates/fireinfo/stats-geo.html:7
-msgid "Geo Locations"
-msgstr ""
-
-#: templates/fireinfo/stats-network.html:7
-msgid "Network configuration"
-msgstr ""
-
-#: templates/fireinfo/model-detail.html:14
-#, python-format
-msgid "This device is installed on approximately %.2f%% of all systems."
-msgstr ""
-
-#: templates/fireinfo/model-detail.html:19
-msgid "Here are some random profiles which have this device:"
-msgstr ""
-
-#: templates/fireinfo/stats-virtual.html:7
-msgid "Virtualization support"
-msgstr ""
-
-#: templates/fireinfo/stats-virtual.html:32
-msgid "Virtualised systems"
-msgstr ""
-
-#: templates/fireinfo/stats-virtual.html:49
-msgid "Hypervisors"
-msgstr ""
-
-#: templates/fireinfo/stats-cpus.html:7
-msgid "Hardware: CPUs"
-msgstr ""
-
-#: templates/fireinfo/stats-cpus.html:12
-#: templates/fireinfo/stats-memory.html:12
-msgid "minimum"
-msgstr ""
-
-#: templates/fireinfo/stats-cpus.html:13 templates/fireinfo/stats-cpus.html:17
-#: templates/fireinfo/stats-cpus.html:21
-msgid "MHz"
-msgstr ""
-
-#: templates/fireinfo/stats-cpus.html:16
-#: templates/fireinfo/stats-memory.html:16
-msgid "average"
-msgstr ""
-
-#: templates/fireinfo/stats-cpus.html:20
-#: templates/fireinfo/stats-memory.html:20
-msgid "maximum"
-msgstr ""
-
-#: templates/fireinfo/stats-cpus.html:27
-#: templates/fireinfo/stats-cpus-detail.html:10
-msgid "CPU Features"
-msgstr ""
-
-#: templates/fireinfo/stats-cpus.html:38 templates/fireinfo/vendors.html:3
-#: templates/fireinfo/vendors.html:7
-msgid "Vendors"
-msgstr ""
-
-#: templates/fireinfo/stats-cpus.html:57
-msgid "Architectures"
-msgstr ""
-
-#: templates/fireinfo/index.html:48
-msgid "Profile ID"
-msgstr ""
-
-#: templates/fireinfo/index.html:51
-msgid "Show"
-msgstr ""
-
-#: templates/fireinfo/index.html:58
-msgid "Random profile"
-msgstr ""
-
-#: templates/fireinfo/profile-notfound.html:3
-#: templates/fireinfo/profile-notfound.html:8
-msgid "Profile not found"
-msgstr ""
-
-#: templates/fireinfo/stats-memory.html:13
-#: templates/fireinfo/stats-memory.html:17
-#: templates/fireinfo/stats-memory.html:21
-msgid "MB"
-msgstr ""
-
-#: templates/fireinfo/stats-memory.html:30
-#, python-format
-msgid ">= %d MB"
-msgstr ""
-
-#: templates/fireinfo/stats-cpus-detail.html:7
-#, python-format
-msgid "Hardware: CPUs: %s"
-msgstr ""
-
-#: templates/fireinfo/stats-cpus-detail.html:16
-msgid "AES Instruction Set"
-msgstr ""
-
-#: templates/fireinfo/stats-cpus-detail.html:18
-msgid "AVX"
-msgstr ""
-
-#: templates/fireinfo/stats-cpus-detail.html:20
-msgid "AVX2"
-msgstr ""
-
-#: templates/fireinfo/stats-cpus-detail.html:22
-msgid "LPAE"
-msgstr ""
-
-#: templates/fireinfo/stats-cpus-detail.html:24
-msgid "MMX"
-msgstr ""
-
-#: templates/fireinfo/stats-cpus-detail.html:26
-msgid "MMX2"
-msgstr ""
-
-#: templates/fireinfo/stats-cpus-detail.html:28
-msgid "NEON"
-msgstr ""
-
-#: templates/fireinfo/stats-cpus-detail.html:30
-msgid "No eXecute bit"
-msgstr ""
-
-#: templates/fireinfo/stats-cpus-detail.html:32
-msgid "Supports 64 bits"
-msgstr ""
-
-#: templates/fireinfo/stats-cpus-detail.html:36
-msgid "SSE3"
-msgstr ""
-
-#: templates/fireinfo/stats-cpus-detail.html:38
-msgid "POPCNT"
-msgstr ""
-
-#: templates/fireinfo/stats-cpus-detail.html:42
-msgid "SSE"
-msgstr ""
-
-#: templates/fireinfo/stats-cpus-detail.html:44
-msgid "SSE2"
-msgstr ""
-
-#: templates/fireinfo/stats-cpus-detail.html:46
-msgid "SSE4a"
-msgstr ""
-
-#: templates/fireinfo/stats-cpus-detail.html:48
-msgid "SSE4.1"
-msgstr ""
-
-#: templates/fireinfo/stats-cpus-detail.html:50
-msgid "SSE4.2"
-msgstr ""
-
-#: templates/fireinfo/stats-cpus-detail.html:52
-msgid "SSSE3"
-msgstr ""
-
-#: templates/fireinfo/stats-cpus-detail.html:54
-msgid "Thumb"
-msgstr ""
-
-#: templates/fireinfo/stats-cpus-detail.html:56
-msgid "Thumb2"
-msgstr ""
-
-#: templates/fireinfo/stats-cpus-detail.html:58
-msgid "ThumbEE"
-msgstr ""
-
-#: templates/fireinfo/stats-cpus-detail.html:60
-msgid "VFPv3"
-msgstr ""
-
-#: templates/fireinfo/stats-cpus-detail.html:62
-msgid "VFPv4"
-msgstr ""
-
-#: templates/fireinfo/modules/table-devices.html:19
-msgid "Driver"
-msgstr ""
-
-#: templates/fireinfo/modules/table-devices.html:25
-msgid "Device distribution"
-msgstr ""
-
-#: templates/fireinfo/modules/table-geo.html:16
-#, python-format
-msgid "IPFire is also running in %s."
-msgstr ""
-
-#: templates/downloads-all.html:3
-msgid "Ancient Downloads"
-msgstr ""
-
-#: templates/downloads-all.html:7 templates/download.html:3
-#: templates/download.html:7
-msgid "Download IPFire"
-msgstr ""
-
-#: templates/admin-accounts.html:8
-msgid "Create new account"
-msgstr ""
-
-#: templates/admin-accounts.html:13
-msgid "Name (Nickname)"
-msgstr ""
-
-#: templates/admin-accounts.html:21 templates/admin-mirrors.html:25
-msgid "Delete"
-msgstr ""
-
-#: templates/index.html:3
-msgid "Welcome to IPFire"
-msgstr ""
-
-#: templates/index.html:47
-msgid "Learn More"
-msgstr ""
-
-#: templates/index.html:53
-msgid "Secure up your network with IPFire"
-msgstr ""
-
-#: templates/index.html:87
-msgid "Network Security"
-msgstr ""
-
-#: templates/index.html:108
-msgid "Performance"
-msgstr ""
-
-#: templates/index.html:132
-msgid "Open Source"
-msgstr ""
-
-#: templates/index.html:153
-msgid "Easy to use"
-msgstr ""
-
-#: templates/index.html:176
-msgid "Trusted by thousands"
-msgstr ""
-
-#: templates/index.html:196 templates/modules/menu.html:8
-#: templates/static/get-started.html:3
-msgid "Get Started"
-msgstr ""
-
-#: templates/index.html:206
-#, python-format
-msgid "%s has been released!"
-msgstr ""
-
-#: templates/index.html:214
-msgid "Download it now!"
-msgstr ""
-
-#: templates/index.html:221
-msgid "What's new?"
-msgstr ""
-
-#: templates/index.html:249 templates/modules/wishlist-items.html:6
-msgid "NEW"
-msgstr ""
-
-#: templates/index.html:252 templates/modules/wishlist-items.html:9
-#, python-format
-msgid "one day left"
-msgid_plural "%(num)s days left"
-msgstr[0] ""
-msgstr[1] ""
-
-#: templates/index.html:256 templates/modules/wishlist-items.html:13
-#, python-format
-msgid "%d%% funded"
-msgstr ""
-
-#: templates/index.html:272
-#, python-format
-msgid "%.2f%% complete"
-msgstr ""
-
-#: templates/index.html:280
-msgid "Professional Appliances & Services"
-msgstr ""
-
-#: templates/index.html:297 templates/static/get-support.html:37
-msgid "Get Professional Support"
-msgstr ""
-
-#: templates/index.html:298
-msgid "Hardware Appliances"
-msgstr ""
-
-#: templates/sources.html:3
-msgid "Sources"
-msgstr ""
-
-#: templates/sources.html:6
-msgid "Source Code"
-msgstr ""
-
-#: templates/sources.html:9
-#, python-format
-msgid "There are %s source files on the server."
-msgstr ""
-
-#: templates/admin-mirrors-details.html:5 templates/admin-mirrors.html:23
-msgid "Details"
-msgstr ""
-
-#: templates/admin-mirrors-details.html:8
-msgid "All mirrors"
-msgstr ""
-
-#: templates/admin-mirrors-details.html:29
-msgid "GeoIP Location"
-msgstr ""
-
-#: templates/admin-mirrors-details.html:51
-msgid "Filelist"
-msgstr ""
-
-#: templates/download.html:15
-msgid "Other download options"
-msgstr ""
-
-#: templates/admin-index.html:5
-msgid "Admin Area"
-msgstr ""
-
-#: templates/admin-mirrors.html:5
-msgid "Mirror Administrator"
-msgstr ""
-
-#: templates/admin-mirrors.html:9
-msgid "Re-check now"
-msgstr ""
-
-#: templates/modules/release-item-short.html:4
-msgid "Here you will find the downloads for the version"
-msgstr ""
-
-#: templates/modules/release-item-short.html:13
-#: templates/modules/release-item.html:64
-msgid "There are no downloads available for this release."
-msgstr ""
-
-#: templates/modules/donation-input-box.html:12
-msgid "Amount"
-msgstr ""
-
-#: templates/modules/donation-input-box.html:36
-#: templates/modules/donation-box.html:3
-msgid "Donate with PayPal"
-msgstr ""
-
-#: templates/modules/menu.html:16 templates/static/get-started.html:170
-#: templates/static/get-support.html:3 templates/static/get-involved.html:3
-msgid "Get Involved"
-msgstr ""
-
-#: templates/modules/menu.html:30
-msgid "Downloads"
-msgstr ""
-
-#: templates/modules/menu.html:34
-msgid "Mirrors"
-msgstr ""
-
-#: templates/modules/menu.html:37
-msgid "Tracker"
-msgstr ""
-
-#: templates/modules/menu.html:41
-msgid "Device Vendors"
-msgstr ""
-
-#: templates/modules/menu.html:48
-msgid "Upload file"
-msgstr ""
-
-#: templates/modules/planet-entry.html:5
-msgid "Heads up!"
-msgstr ""
-
-#: templates/modules/planet-entry.html:5
-msgid "This post is a draft and has not been published, yet."
-msgstr ""
-
-#: templates/modules/sidebar-release.html:4
-#: templates/modules/release-item.html:3
-msgid "Latest release"
-msgstr ""
-
-#: templates/modules/sidebar-release.html:9
-msgid "Download now"
-msgstr ""
-
-#: templates/modules/planet/search-box.html:5
-msgid "Search"
-msgstr ""
-
-#: templates/modules/release-item.html:11
-msgid "Caution!"
-msgstr ""
-
-#: templates/modules/release-item.html:39
-#, python-format
-msgid "SHA1: %s"
-msgstr ""
-
-#: templates/modules/download-button.html:2
-#: templates/modules/news-item.html:19
-#, python-format
-msgid "Download %s"
-msgstr ""
-
-#: templates/modules/download-button.html:3
-msgid "ISO-Image"
-msgstr ""
-
-#: templates/modules/news-year-nav.html:3
-msgid "Jump to"
-msgstr ""
-
-#: templates/modules/news-year-nav.html:6
-msgid "Most recent"
-msgstr ""
-
-#: templates/modules/map.html:5
-msgid "View larger map"
-msgstr ""
-
-#: templates/modules/ads/download-splash.html:2
-msgid "This download is sponsored by"
-msgstr ""
-
-#: templates/modules/news-item.html:6
-msgid "Announcement"
-msgstr ""
-
-#: templates/modules/news-item.html:23
-msgid "Donate!"
-msgstr ""
-
-#: templates/modules/news-item.html:31
-#, python-format
-msgid "Published by %(author)s, %(time)s"
-msgstr ""
-
-#: templates/modules/mirrors-table.html:37
-#, python-format
-msgid "Last update: %s"
-msgstr ""
-
-#: templates/mirrors-item.html:3
-#, python-format
-msgid "Mirror %s"
-msgstr ""
-
-#: templates/mirrors-item.html:8
-msgid "Up"
-msgstr ""
-
-#: templates/mirrors-item.html:10
-msgid "Down"
-msgstr ""
-
-#: templates/mirrors-item.html:12
-msgid "Out of sync"
-msgstr ""
-
-#: templates/mirrors-item.html:47
-msgid "Preferred for"
-msgstr ""
-
-#: templates/mirrors-item.html:54
-msgid "Estimated distance to you"
-msgstr ""
-
-#: templates/mirrors-item.html:65
-msgid "IP Addresses"
-msgstr ""
-
-#: templates/mirrors-item.html:75
-msgid "Last updated"
-msgstr ""
-
-#: templates/mirrors-item.html:86
-msgid "Go to mirror"
-msgstr ""
-
-#: templates/mirrors-item.html:94
-msgid "The location of the mirror server is estimated by the IP address."
-msgstr ""
-
-#: templates/mirrors-item.html:98
-msgid "The location of this mirror server could not be estimated."
-msgstr ""
-
-#: templates/nopaste/view.html:3 templates/nopaste/view.html:8
-#, python-format
-msgid "Paste %s"
-msgstr ""
-
-#: templates/nopaste/view.html:23
-msgid "Download File"
-msgstr ""
-
-#: templates/nopaste/view.html:27
-#, python-format
-msgid "Filesize: %s"
-msgstr ""
-
-#: templates/nopaste/view.html:40
-msgid "Uploaded by"
-msgstr ""
-
-#: templates/nopaste/view.html:46
-msgid "Uploaded from"
-msgstr ""
-
-#: templates/nopaste/view.html:50
-msgid "Created"
-msgstr ""
-
-#: templates/nopaste/view.html:53
-msgid "Views"
-msgstr ""
-
-#: templates/nopaste/view.html:61 templates/nopaste/create.html:58
-msgid "never"
-msgstr ""
-
-#: templates/nopaste/view.html:71
-msgid "Link"
-msgstr ""
-
-#: templates/nopaste/view.html:80
-msgid "Report abuse"
-msgstr ""
-
-#: templates/nopaste/create.html:5 templates/nopaste/create.html:15
-msgid "New Paste"
-msgstr ""
-
-#: templates/nopaste/create.html:7 templates/nopaste/create.html:17
-msgid "Upload File"
-msgstr ""
-
-#: templates/nopaste/create.html:31
-msgid "File"
-msgstr ""
-
-#: templates/nopaste/create.html:37
-#, python-format
-msgid "You may upload up to %s."
-msgstr ""
-
-#: templates/nopaste/create.html:46
-msgid "Subject"
-msgstr ""
-
-#: templates/nopaste/create.html:59
-msgid "after ten minutes"
-msgstr ""
-
-#: templates/nopaste/create.html:60
-msgid "after one hour"
-msgstr ""
-
-#: templates/nopaste/create.html:61
-msgid "after one day"
-msgstr ""
-
-#: templates/nopaste/create.html:62
-msgid "after one week"
-msgstr ""
-
-#: templates/nopaste/create.html:63
-msgid "after one month"
-msgstr ""
-
-#: templates/nopaste/create.html:70
-msgid "Submit"
-msgstr ""
-
-#: templates/static/get-started.html:8
-msgid "Get Started With IPFire"
-msgstr ""
-
-#: templates/static/get-started.html:26
-msgid "Hardware Selection"
-msgstr ""
-
-#: templates/static/get-started.html:57
-msgid "Installation"
-msgstr ""
-
-#: templates/static/get-started.html:75
-msgid "Installation Handbook"
-msgstr ""
-
-#: templates/static/get-started.html:83
-msgid "Configuration"
-msgstr ""
-
-#: templates/static/get-started.html:113
-msgid "After the installation..."
-msgstr ""
-
-#: templates/static/get-started.html:119
-msgid "Communicate"
-msgstr ""
-
-#: templates/static/get-started.html:135 templates/static/get-started.html:176
-#: templates/static/get-involved.html:37
-msgid "Contribute"
-msgstr ""
-
-#: templates/static/get-support.html:22 templates/static/get-involved.html:22
-msgid "Forums"
-msgstr ""
-
-#: templates/static/get-support.html:67
-msgid "Go to Lightning Wire Labs"
-msgstr ""
-
-#: templates/static/hardware.html:76 templates/static/hardware.html:182
-msgid "Network Controllers"
-msgstr ""
-
-#: templates/static/hardware.html:77 templates/static/hardware.html:184
-msgid "Four active Intel Networking Processors"
-msgstr ""
-
-#: templates/static/hardware.html:79
-msgid "System Specifications"
-msgstr ""
-
-#: templates/static/hardware.html:80
-msgid "Dual-Core Intel(R) Processor, 8GB memory"
-msgstr ""
-
-#: templates/static/hardware.html:85
-msgid "Powers networks up to thousands of users"
-msgstr ""
-
-#: templates/static/hardware.html:88
-msgid "Redundant storage (RAID-1)"
-msgstr ""
-
-#: templates/static/hardware.html:91
-msgid "19\" rack-mountable"
-msgstr ""
-
-#: templates/static/hardware.html:97
-msgid "Low-Latency Throughput"
-msgstr ""
-
-#: templates/static/hardware.html:120
-msgid "Content Filtering in Real-time"
-msgstr ""
-
-#: templates/static/hardware.html:178 templates/static/hardware.html:220
-msgid "Dual-Core Intel(R) Atom(TM) Processor"
-msgstr ""
-
-#: templates/static/hardware.html:224
-msgid "Memory & Storage"
-msgstr ""
-
-#: templates/static/hardware.html:226
-msgid "2G system memory, 16GB SSD storage"
-msgstr ""
-
-#: templates/static/hardware.html:230
-msgid "Network Adapters"
-msgstr ""
-
-#: templates/static/hardware.html:233
-msgid "Two Gigabit Ethernet Adapters"
-msgstr ""
-
-#: templates/static/hardware.html:234
-msgid "one 802.11a/b/g/n Wireless Adapter"
-msgstr ""
-
-#: templates/static/hardware.html:239
-msgid "Power Consumption"
-msgstr ""
-
-#: templates/static/hardware.html:241
-msgid "6-9 watts"
-msgstr ""
-
-#: templates/static/imprint.html:15
-msgid ""
-"Please do not send us any support requests to our personal email addresses "
-"as we won't have the time to reply to you."
-msgstr ""
-
-#: templates/static/imprint.html:17
-msgid "Please use the support forums to get help with your IPFire system."
-msgstr ""
-
-#: templates/static/imprint.html:40 templates/static/imprint.html:60
-#: templates/static/imprint.html:80
-msgid "Mail"
-msgstr ""
-
-#: templates/static/artwork.html:3 templates/static/artwork.html:8
-msgid "Artwork"
-msgstr ""
-
-#: templates/static/artwork.html:36
-msgid "The IPFire Logo"
-msgstr ""
-
-#: templates/static/artwork.html:50
-msgid "Flyers, Rollups, CDs and more"
-msgstr ""
-
-#: templates/static/get-involved.html:7
-msgid "Join the IPFire Community"
-msgstr ""
-
-#: templates/static/get-involved.html:42
-msgid "Provide Community Support"
-msgstr ""
-
-#: templates/static/get-involved.html:61
-msgid "Unanswered questions on the forums"
-msgstr ""
-
-#: templates/static/get-involved.html:63
-msgid "On our Jabber/IRC channels"
-msgstr ""
-
-#: templates/static/get-involved.html:68
-msgid "Improve our Documentation"
-msgstr ""
-
-#: templates/static/get-involved.html:83
-msgid "IPFire Wiki"
-msgstr ""
-
-#: templates/static/get-involved.html:87
-#: templates/static/get-involved.html:104
-msgid "Translate"
-msgstr ""
-
-#: templates/static/get-involved.html:108
-msgid "Maintain Packages"
-msgstr ""
-
-#: templates/static/get-involved.html:128
-msgid "Submit Patches"
-msgstr ""
-
-#: templates/static/get-involved.html:134
-msgid "Report & Resolve Bugs"
-msgstr ""
-
-#: templates/static/get-involved.html:148
-msgid "IPFire Bugzilla"
-msgstr ""
-
-#: templates/static/get-involved.html:149
-msgid "Dealing with bug reports"
-msgstr ""
-
-#: templates/static/get-involved.html:154
-msgid "Provide Infrastructure"
-msgstr ""
-
-#: templates/static/get-involved.html:169
-msgid "Host a mirror"
-msgstr ""
-
-#: templates/static/chat.html:38
-msgid "Jabber"
-msgstr ""
-
-#: templates/static/chat.html:43
-msgid "Room"
-msgstr ""
-
-#: templates/static/chat.html:46 templates/static/chat.html:66
-msgid "Server"
-msgstr ""
-
-#: templates/static/chat.html:53
-msgid "Need a Jabber account?"
-msgstr ""
-
-#: templates/static/chat.html:60
-msgid "IRC"
-msgstr ""
-
-#: templates/static/chat.html:63
-msgid "Channel"
-msgstr ""
-
-#: templates/static/features.html:7
-msgid "The Open Source Firewall Distribution"
-msgstr ""
-
-#: templates/static/features.html:387
-msgid "The IPFire package management system"
-msgstr ""
-
-#: templates/static/features.html:871
-msgid "Transparent virus scanner"
-msgstr ""
-
-#: templates/static/features.html:899
-msgid "Cryptography"
-msgstr ""
-
-#: templates/static/features.html:916
-msgid "Hardware Acceleration"
-msgstr ""
-
-#: templates/static/features.html:955
-msgid "Random Number Generators"
-msgstr ""
-
-#: templates/static/features.html:996
-msgid "Virtual Private Networks"
-msgstr ""
-
-#: templates/static/features.html:1154
-msgid "Intrusion detection system"
-msgstr ""
-
-#: templates/static/features.html:1495
-msgid "Wireless Access Point"
-msgstr ""
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:262
-msgid "Monday"
-msgstr ""
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:262
-msgid "Tuesday"
-msgstr ""
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:262
-msgid "Wednesday"
-msgstr ""
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:262
-msgid "Thursday"
-msgstr ""
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:263
-msgid "Friday"
-msgstr ""
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:263
-msgid "Saturday"
-msgstr ""
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:263
-msgid "Sunday"
-msgstr ""
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:312
-#, python-format
-msgid "1 second ago"
-msgid_plural "%(seconds)d seconds ago"
-msgstr[0] ""
-msgstr[1] ""
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:317
-#, python-format
-msgid "1 minute ago"
-msgid_plural "%(minutes)d minutes ago"
-msgstr[0] ""
-msgstr[1] ""
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:321
-#, python-format
-msgid "1 hour ago"
-msgid_plural "%(hours)d hours ago"
-msgstr[0] ""
-msgstr[1] ""
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:325
-#, python-format
-msgid "%(time)s"
-msgstr ""
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:328
-msgid "yesterday"
-msgstr ""
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:329
-#, python-format
-msgid "yesterday at %(time)s"
-msgstr ""
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:331
-#, python-format
-msgid "%(weekday)s"
-msgstr ""
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:332
-#, python-format
-msgid "%(weekday)s at %(time)s"
-msgstr ""
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:334
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:376
-#, python-format
-msgid "%(month_name)s %(day)s"
-msgstr ""
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:335
-#, python-format
-msgid "%(month_name)s %(day)s at %(time)s"
-msgstr ""
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:338
-#, python-format
-msgid "%(month_name)s %(day)s, %(year)s"
-msgstr ""
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:339
-#, python-format
-msgid "%(month_name)s %(day)s, %(year)s at %(time)s"
-msgstr ""
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:370
-#, python-format
-msgid "%(weekday)s, %(month_name)s %(day)s"
-msgstr ""
-
-#: /usr/lib64/python2.7/site-packages/tornado/locale.py:393
-#, python-format
-msgid "%(commas)s and %(last)s"
-msgstr ""
index 551e7e41e5b9747a9c245c76c7770d40f03e130a..cce51399344c724e50ac66af13254d76b4034575 100644 (file)
@@ -17,9 +17,6 @@ from ui_modules import *
 
 BASEDIR = os.path.join(os.path.dirname(__file__), "..")
 
-# Load translations.
-tornado.locale.load_gettext_translations(os.path.join(BASEDIR, "translations"), "webapp")
-
 class Application(tornado.web.Application):
        def __init__(self, **kwargs):
                self.__backend = None
index b784fa2244a6dfc24a4addb26089adf6940373ba..9575a4b3d0fd29fa41fc2ea15759b72cdffa2caa 100644 (file)
@@ -20,14 +20,6 @@ class BaseHandler(tornado.web.RequestHandler):
                # Find the name of the author
                return self.accounts.find(uid)
 
-       def get_user_locale(self):
-               # The planet is always in english.
-               if self.hostname == "planet.ipfire.org":
-                       return tornado.locale.get("en_US")
-
-               # Otherwise take the browser locale.
-               return self.get_browser_locale()
-
        @property
        def hostname(self):
                # Remove the development prefix
@@ -48,7 +40,6 @@ class BaseHandler(tornado.web.RequestHandler):
                        "format_size" : backend.util.format_size,
                        "format_time" : backend.util.format_time,
                        "hostname" : self.hostname,
-                       "lang" : self.locale.code[:2],
                        "rss_url" : self.rss_url,
                        "year" : today.year,
                }