]> git.ipfire.org Git - people/shoehn/ipfire.org.git/commitdiff
fireinfo: Translate to german.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 9 Jan 2011 15:34:27 +0000 (16:34 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 9 Jan 2011 15:34:27 +0000 (16:34 +0100)
13 files changed:
www/templates/stasy-index.html
www/templates/stasy-model-detail.html
www/templates/stasy-stats-admin.html
www/templates/stasy-stats-cpu-flags.html
www/templates/stasy-stats-cpus.html
www/templates/stasy-stats-geo.html
www/templates/stasy-stats-memory.html
www/templates/stasy-stats-network.html
www/templates/stasy-stats-oses.html
www/templates/stasy-stats-virtual.html
www/templates/stasy-stats.html
www/templates/stasy-vendor-detail.html
www/translations/de_DE.csv

index 7585efed9ce2437cbb720c5c67cde2e1a0a8443c..0e039cb05150d3dabd5f906ba05109d51cfde869 100644 (file)
@@ -1,14 +1,21 @@
 {% extends "stasy-base-2.html" %}
 
-{% block title %}{{ _("Statistical evaluation service") }}{% end block %}
+{% block title %}Fireinfo{% end block %}
 
 {% block content %}
-       <h3>{{ _("Statistical evaluation service") }}</h3>
+       <h3>Fireinfo</h3>
 
-       <p>
-               Please enter your profile ID and have a look of the hardware components
-               that are installed on your system:
-       </p>
+       {% if lang == "de" %}
+               <p>
+                       Bitte geben Sie ihre Profil-ID ein um einen Überblick über alle
+                       Komponenten in Ihrem System zu erhalten:
+               </p>
+       {% else %}
+               <p>
+                       Please enter your profile ID and have a look of the hardware components
+                       that are installed on your system:
+               </p>
+       {% end %}
 
        <form name="profile" method="POST">
                {{ xsrf_form_html() }}
        </form>
        <br class="clear" />
 
+       <h3>{{ _("What is fireinfo?") }}</h3>
+       {% if lang == "de" %}
+               <p>
+                       Klicken Sie <a href="http://wiki.ipfire.org/de/fireinfo/start" target="_blank">hier</a>
+                       um mehr über fireinfo zu erfahren.
+               </p>
+       {% else %}
+               <p>
+                       Click <a href="http://wiki.ipfire.org/en/fireinfo/start" target="_blank">here</a>
+                       to learn more about how fireinfo is working.
+               </p>
+       {% end %}
+       <br class="clear" />
+
        <h3>This service is beta.</h3>
        <p>
                To say it with Google's words: This service is beta. That means
index 643846ae1a4faeebd63b30b67994f248e5998b73..939fc4c62fbc69e891c228908b1b3e9bbe4d5fb3 100644 (file)
@@ -1,9 +1,10 @@
 {% extends "stasy-base-1.html" %}
 
+{% block title %}{{ vendor_name }} - {{ model_name or model_id }}{% end block %}
+
 {% block content %}
        <h3>{{ vendor_name }} - {{ model_name or model_id  }}</h3>
        <p>
-               This device is installed on approximately {{ "%.2f" % percentage }}% of
-               all systems in the database.
+               {{ _("This device is installed on approximately %.2f%% of all systems.") % percentage }}
        </p>
 {% end block %}
index ab0621c5f310cd4fd16f295594356bb1c567ec0a..1f90028e35a54f1b0291ba79a6e8c990b28129bc 100644 (file)
@@ -1,6 +1,6 @@
 {% extends "stasy-base-2.html" %}
 
-{% block title %}{% end block %}
+{% block title %}{{ _("Admin") }}{% end block %}
 
 {% block content %}
        <h3>Need a headline</h3>
index 1787bebd04f0badfe758c9e7ab8d2e51e2b3c6c7..df4cf27406ab3e71a2f2f1ebe3ddba9176903bf9 100644 (file)
@@ -1,32 +1,59 @@
 {% extends "stasy-base-2.html" %}
 
-{% block title %}{% end block %}
+{% block title %}{{ _("CPU flags") }}{% end block %}
 
 {% block content %}
-       <h3>{{ _("CPU flags") }}</h3>
-       <p>
-               On this page we will examine which CPUs provide a specific feature.
-               These charts will help the IPFire developers to make decisions about
-               the operating system configuration.
-       </p>
+       <h3>{{ _("Processor flags") }}</h3>
+       {% if lang == "de" %}
+               <p>
+                       Diese Seite untersucht CPUs und ihre Funktionalitäten.
+                       Anhand dieser Graphen können die Entwickler einige Entscheidungen
+                       über die Betriebssystemkonfiguration treffen.
+               </p>
+       {% else %}
+               <p>
+                       On this page we will examine which CPUs provide a specific feature.
+                       These charts will help the IPFire developers to make decisions about
+                       the operating system configuration.
+               </p>
+       {% end %}
 
        <h4>{{ _("CPUs that support virtualization") }}</h4>
-       <p>
-               For future planning it is important to know if there is enough hardware
-               support for virtualization like VT-x and AMD-V.
-       </p>
+       {% if lang == "de" %}
+               <p>
+                       Für zukünftige Planungen ist es nötig zu wissen, ob genug
+                       Hardware mit Virtualisierungsunterstützung vorhanden ist
+                       (Intels VT-x and AMD-V).
+               </p>
+       {% else %}
+               <p>
+                       For future planning it is important to know if there is enough hardware
+                       support for virtualization like VT-x and AMD-V.
+               </p>
+       {% end %}
        {{ modules.StasyTable(cpus_virt, sortby="percentage") }}
 
        <h4>{{ _("CPUs with PAE") }}</h4>
-       <p>
-               This chart shows us which CPUs have got the PAE flag.
-       </p>
+       {% if lang == "de" %}
+               <p>
+                       Diese Grafik zeigt uns wieviele Prozessoren das PAE-Flag unterstützen.
+               </p>
+       {% else %}
+               <p>
+                       This chart shows us which CPUs have got the PAE flag.
+               </p>
+       {% end %}
        {{ modules.StasyTable(cpus_pae, sortby="percentage") }}
 
-       <h4>{{ _("CPUs that support long mode") }}</h4>
-       <p>
-               For future planning it is important to know if there is enough hardware
-               support for a 64bit version of IPFire.
-       </p>
+       <h4>{{ _("CPUs that support 64 bits") }}</h4>
+       {% if lang == "de" %}
+               <p>
+                       Wieviele Prozessoren unterstützen die 64-Bit-Architektur?
+               </p>
+       {% else %}
+               <p>
+                       How many CPUs support the 64-bit architecture?
+               </p>
+       {% end %}
        {{ modules.StasyTable(cpus_lm, sortby="percentage") }}
 {% end block %}
index 435eec0e02b827a541e90e10d66f25b18bdba7fe..847423138dce0c447ea0bd0ad6d02c141e724726 100644 (file)
@@ -1,23 +1,28 @@
 {% extends "stasy-base-2.html" %}
 
-{% block title %}{% end block %}
+{% block title %}{{ _("Processors") }}{% end block %}
 
 {% block content %}
        <h3>{{ _("CPU vendors") }}</h3>
-       <p>
-               This chart shows us which vendors is the most favorite for the CPUs
-               used in IPFire.
-       </p>
+       {% 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 %}
        {{ modules.StasyTable(cpu_vendors, sortby="percentage") }}
 
        <h3>{{ _("Speed") }}</h3>
        <p>
-               The average speed of all systems in the database is:
-               <strong>{{ "%.2f" % average_speed }} MHz</strong>.
+               {{ _("The average speed of all systems in the database is: <strong>%.2f MHz</strong>.") % average_speed }}
        </p>
        {{ modules.StasyTable(cpu_speeds) }}
 
        <p class="links">
-               <a href="cpuflags">See statistics about common CPU flags</a>
+               <a href="cpuflags">{{ _("See statistics about common CPU flags") }}</a>
        </p>
 {% end block %}
index 514d6b3381cda5aa5041935bdae5e9dcd4cce944..a6079dffcafd55238af2d0e68312965d4ac969cc 100644 (file)
@@ -1,19 +1,33 @@
 {% extends "stasy-base-2.html" %}
 
-{% block title %}{% end block %}
+{% block title %}{{ _("Geo locations") }}{% end block %}
 
 {% block content %}
        <h3>{{ _("Language selection") }}</h3>
-       <p>
-               This will give a short overview about what languages are configured
-               on the IPFire webinterface.
-       </p>
+       {% if lang == "de" %}
+               <p>
+                       Dies gibt einen Überblick über die Häufigkeit der ausgewählten
+                       Sprachen.
+               </p>
+       {% else %}
+               <p>
+                       This will give a short overview about what languages are configured
+                       on the IPFire webinterface.
+               </p>
+       {% end %}
        {{ modules.StasyTable(languages, sortby="percentage", locale=True) }}
 
 
        <h3>{{ _("Geo locations") }}</h3>
-       <p>
-               This chart shows us in which country IPFire is running.
-       </p>
+       {% 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 %}
        {{ modules.StasyTable(geo_locations, sortby="percentage", flags=True) }}
 {% end block %}
index 4c46b684703d09841ec675dddacb1e6e0f94df2e..383b8a47fe02125175fad8a248f1e38063cdd068 100644 (file)
@@ -1,12 +1,11 @@
 {% extends "stasy-base-2.html" %}
 
-{% block title %}{% end block %}
+{% block title %}{{ _("Memory") }}{% end block %}
 
 {% block content %}
        <h3>{{ _("Memory") }}</h3>
        <p>
-               The average amount of memory of all systems in the database is:
-               <strong>{{ "%.2f" % average_memory }} MB</strong>.
+               {{ _("The average amount of memory of all systems in the database is: <strong>%.2f MB</strong>.") % average_memory }}
        </p>
        {{ modules.StasyTable(memory) }}
 {% end block %}
index 9d389cfa3f4c96fb13102d096c60026f66e65672..67c8af45922c4955e9aaec0628840ac99dda88e8 100644 (file)
@@ -1,12 +1,18 @@
 {% extends "stasy-base-2.html" %}
 
-{% block title %}{% end block %}
+{% block title %}{{ _("Network") }}{% end block %}
 
 {% block content %}
        <h3>{{ _("Network configuration") }}</h3>
-       <p>
-               This chart shows us which is the most favourite network configuration.
-       </p>
+       {% 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 %}
        {{ modules.StasyTable(network_zones, sortby="percentage", percentage=True) }}
 {% end block %}
 
index 49c5c822d4669094cfdebaa36c83cdad32672f38..5a56aa20bae38549bdedc2392d126de5d8c30f23 100644 (file)
@@ -1,6 +1,6 @@
 {% extends "stasy-base-2.html" %}
 
-{% block title %}{% end block %}
+{% block title %}{{ _("Operating system") }}{% end block %}
 
 {% block content %}
        <h3>{{ _("Releases") }}</h3>
        {{ modules.StasyTable(arches, sortby="percentage") }}
 
        <h3>{{ _("Kernels") }}</h3>
-       <p>
-               This chart gives an overview about what kernel the machines are
-               runnning.
-       </p>
+       {% if lang == "de" %}
+               <p>
+                       Dies zeigt uns, welche Kernel am häufigsten verwendet werden.
+               </p>
+       {% else %}
+               <p>
+                       This chart gives an overview about what kernel the machines are
+                       runnning.
+               </p>
+       {% end %}
        {{ modules.StasyTable(kernels, sortby="percentage") }}
 {% end block %}
index c3f64a26ba92082b4c4df452a4dcbf51bd39d82a..87d18690aaf2a53b534b96201c03593d908e15cb 100644 (file)
@@ -1,21 +1,37 @@
 {% extends "stasy-base-2.html" %}
 
-{% block title %}{% end block %}
+{% block title %}{{ _("Virtualization") }}{% end block %}
 
 {% block content %}
        <h3>{{ _("Virtualization support") }}</h3>
-       <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>
+       {% 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 %}
        {{ modules.StasyTable(is_virtual, sortby="percentage") }}
 
        <h4>{{ _("Hypervisors") }}</h4>
-       <p>
-               This is a list of all hypervisor vendors that IPFire is running on.
-       </p>
+       {% 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 %}
        {{ modules.StasyTable(hypervisor_vendors, sortby="percentage") }}
 {% end block %}
index 2430c218350e1583a21c7de0fc25278b9e6b027a..c3ce52e641748a9072d5f90b0da7a29b9952eae4 100644 (file)
@@ -1,27 +1,29 @@
 {% extends "stasy-base-2.html" %}
 
+{% block title %}{{ _("Statistics") }}{% end block %}
+
 {% block content %}
-       <h3>{{ _("Statistical accounting") }}</h3>
-       <p>
-               At this place you can find several charts to find out in what
-               specific way the hardware that is used for IPFire is ... XXX.
-       </p>
+       <h3>{{ _("fireinfo statistics") }}</h3>
+       {% if lang == "de" %}
+               <p>
+                       An dieser Stelle sind eine Menge Statistiken zu finden, die
+                       einen Überblick geben sollen welche Art von Hardware am häufigsten
+                       eingesetzt wird.
+               </p>
+       {% else %}
+               <p>
+                       At this place you can find several charts to find out what kind
+                       of hardware is most often used for IPFire.
+               </p>
+       {% end %}
 
-       <table>
-               <tr>
-                       <td><a href="/stats/cpus">{{ _("CPUs") }}</a></td>
-                       <td><a href="/stats/cpuflags">{{ _("CPU flags") }}</a></td>
-                       <td><a href="/stats/memory">{{ _("Memory") }}</a></td>
-               </tr>
-               <tr>
-                       <td><a href="/stats/oses">{{ _("IPFire versions") }}</a></td>
-                       <td><a href="/stats/virtual">{{ _("Virtualization") }}</a></td>
-                       <td><a href="/stats/geo">{{ _("Geographical information") }}</a></td>
-               </tr>
-               <tr>
-                       <td><a href="/stats/network">{{ _("Network") }}</a></td>
-                       <td>&nbsp;</td>
-                       <td>&nbsp;</td>
-               </tr>
-       </table>
+       <ul class="list">
+               <li><a href="/stats/cpus">{{ _("Processors") }}</a></li>
+               <li><a href="/stats/cpuflags">{{ _("Processor flags") }}</a></li>
+               <li><a href="/stats/memory">{{ _("Memory") }}</a></li>
+               <li><a href="/stats/oses">{{ _("IPFire versions") }}</a></li>
+               <li><a href="/stats/virtual">{{ _("Virtualization") }}</a></li>
+               <li><a href="/stats/geo">{{ _("Geographical information") }}</a></li>
+               <li><a href="/stats/network">{{ _("Network") }}</a></li>
+       </ul>
 {% end block %}
index 98f4e3f89f21f98f67941afe9695ef2f85609582..8799f76f0d20bf2b08ed6d9e23be3ccb46beac4a 100644 (file)
@@ -2,10 +2,16 @@
 
 {% block content %}
        <h3>{{ vendor_name }}</h3>
-       <p>
-               This is a list of all devices this database knows about from
-               <strong>{{ vendor_name }}</strong>.
-       </p>
+       {% 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 %}
 
        {{ modules.StasyDeviceTable(models) }}
 {% end block %}
index 64247b6d755ee46d071fe49ed5547626db057900..3c28fc6f9b9844383fe8591e3f9f06ac9b9c0b82 100644 (file)
@@ -97,6 +97,8 @@
 "%(seconds)d seconds ago","vor %(seconds)d Sekunden"
 "1 minute ago","Vor einer Minute"
 "%(minutes)d minutes ago","Vor %(minutes)d Minuten"
+"1 hour ago","Vor einer Stunde"
+"%(hours)d hours ago","Vor %(hours)d Stunden"
 "%(time)s","%(time)s"
 "yesterday","gestern"
 "yesterday at %(time)s","gestern um %(time)s"
 "release information","Release-Informationen"
 "Quick links","Links"
 "About IPFire","Über IPFire"
-"<< back to home","<< Zurück zur Startseite"
+"<< Back to home","<< Zurück zur Startseite"
 "State","Status"
 "Open mirror","Mirror öffnen"
 "Virtualization","Virtualisierung"
 "Building IPFire","IPFire bauen"
 "Building a new addon","Ein neues Addon bauen"
 "Creating a language file","Eine neue Sprachdatei erstellen"
-"Bugtracker","Bugtracker"
 "Development for IPFire 2.x","Entwicklung von IPFire 2.x"
 "Development for IPFire 3.x","Entwicklung von IPFire 3.x"
 "green","grün"
 "blue","blau"
 "red","rot"
 "orange","orange"
+"GREEN","GRÜN"
+"BLUE","BLAU"
+"RED","ROT"
+"ORANGE","ORANGE"
 "Networks: %s","Netzwerke: %s"
 "Mem: %s","RAM: %s"
 "Disk: %s","HDD: %s"
+"Unclassified","Unklassifiziert"
+"Mass storage","Massenspeicher"
+"Memory controller","Speicher-Controller"
+"Bridge","Bridges"
+"Communication","Kommunikation"
+"Generic system peripheral","Sonstige Peripherie"
+"Input device","Eingabegerät"
+"Docking station","Docking-Station"
+"Processor","Prozessor"
+"Serial bus","Serieller Bus"
+"Intelligent controller","Intelligenter Controller"
+"Satellite communications controller","Satellitenkommunikations-Controller"
+"Encryption","Verschlüsselung"
+"Signal processing controller","Signalverarbeitungsprozessor"
+"Unassigned class","Nicht zugewiesene Klasse"
+"Image","Bildverarbeitung"
+"Printer","Drucker"
+"Smart card","Smart Card"
+"Personal Healthcare","Gesundheit"
+"Diagnostic Device","Diagnosegerät"
+"Vendor","Hersteller"
+"Model","Modell"
+"Network configuration","Netzwerkkonfiguration"
+"Operating system","Betriebssystem"
+"This device is installed on approximately %.2f%% of all systems.","Dieses Gerät ist schätzungsweise in %.2f%% aller Geräte verbaut."
+"Show profile","Profil anzeigen"
+"What is fireinfo?","Was ist fireinfo?"
+"Version","Version"
+"Architecture","Architektur"
+"Kernel version","Kernel-Version"
+"Hypervisor","Hypervisor"
+"This machine is running in a virtual environment.","Diese Maschine läuft in einer virtuellen Umgebung."
+"Type","Typ"
+"Core count","Anzahl der Kerne"
+"Speed","Geschwindigkeit"
+"Supported features","Unterstützte Features"
+"64 bit","64-Bit"
+"Memory","Speicher"
+"Size","Größe"
+"Disk","Festplatte"
+"Signature images","Signaturbilder"
+"Signature image","Signaturbild"
+"Module","Modul"
+"Processors","Prozessoren"
+"Processor flags","Prozessor-Flags"
+"IPFire versions","IPFire-Versionen"
+"Geographical information","Geographische Informationen"
+"CPUs that support virtualization","CPUs mit Virtualisierungserweiterungen"
+"CPUs with PAE","CPUs mit PAE"
+"CPUs that support 64 bits","CPUs mit 64-Bit-Unterstützung"
+"CPU vendors","Prozessor-Hersteller"
+"See statistics about common CPU flags","Statistiken über wichtige CPU-Flags"
+"The average speed of all systems in the database is: <strong>%.2f MHz</strong>.","Die durchschnittliche Geschwindigkeit aller Systeme beträgt: <strong>%.2f MHz</strong>."
+"Language selection","Sprachauswahl"
+"Geo locations","Geographische Standorte"
+"The average amount of memory of all systems in the database is: <strong>%.2f MB</strong>.","Die durchschnittliche Menge an Arbeitsspeicher aller Systeme beträgt: <strong>%.2f MB</strong>."
+"Kernels","Kernel"
+"fireinfo statistics","Fireinfo-Statistiken"