]> git.ipfire.org Git - oddments/collecty.git/blobdiff - po/de.po
Auto-generate POTFILES.in and update translations
[oddments/collecty.git] / po / de.po
index ad9c7c4310e0478118537779f34975e13c0eae98..07f63201674afb5c31c81c03aa14788603275f8c 100644 (file)
--- a/po/de.po
+++ b/po/de.po
 # SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# 
+#
 # Translators:
-# Michael Tremer <michael.tremer@ipfire.org>, 2012.
+# Michael Tremer <michael.tremer@ipfire.org>, 2012,2015
+# Sun Tiger, 2015
 msgid ""
 msgstr ""
-"Project-Id-Version: The IPFire Project\n"
+"Project-Id-Version: IPFire Project\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-08-08 08:55+0000\n"
-"PO-Revision-Date: 2012-08-08 09:32+0000\n"
+"POT-Creation-Date: 2020-09-28 17:07+0000\n"
+"PO-Revision-Date: 2015-10-26 17:42+0000\n"
 "Last-Translator: Michael Tremer <michael.tremer@ipfire.org>\n"
-"Language-Team: German (http://www.transifex.com/projects/p/ipfire/language/de/)\n"
+"Language-Team: German (http://www.transifex.com/mstremer/ipfire/language/"
+"de/)\n"
+"Language: de\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: de\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: collecty/__init__.py:61
-msgid "Collecty successfully initialized."
-msgstr "Collectly wurde erfolgreich gestartet."
+msgid "Bus thread has started"
+msgstr ""
 
-#: collecty/__init__.py:75
-#, python-format
-msgid "Plugin '%(name)s' registered %(number)s instance(s)."
-msgstr "Das Plugin '%(name)s' hat %(number)s Instanz(en) registriert."
+msgid "Bus thread has ended"
+msgstr ""
 
-#: collecty/__init__.py:120
-#, python-format
-msgid "%s is not alive anymore. Removing."
-msgstr "%s ist nicht mehr aktiv. Entferne."
+msgid "Stopping bus thread"
+msgstr ""
 
-#: collecty/__init__.py:126
-msgid "No thread running. Exiting main thread."
-msgstr "Es läuft kein Thread mehr. Beende Hauptthread."
+msgid "Collecty successfully initialized"
+msgstr ""
 
-#: collecty/__init__.py:132
-msgid "Submitting all data in memory"
-msgstr "Speichere alle im Speicher befindliche Daten"
+#, python-format
+msgid "Plugin %s could not be initialised"
+msgstr ""
+
+msgid "Main thread exited"
+msgstr ""
 
-#: collecty/__init__.py:140
 msgid "Received shutdown signal"
-msgstr "Empfange Signal zum herunterfahren"
+msgstr "Empfange Signal zum Herunterfahren"
 
-#: collecty/__init__.py:152
 #, python-format
 msgid "Registering signal %d"
 msgstr "Registriere Signal %d"
 
-#: collecty/__init__.py:157
 #, python-format
 msgid "Caught signal %d"
 msgstr "Empfange Signal %d"
 
-#: collecty/plugins/base.py:99
-msgid "Successfully initialized."
-msgstr "Erfolgreich initialisiert."
+#, python-format
+msgid "Backing up to %s..."
+msgstr ""
 
-#: collecty/plugins/base.py:139
 #, python-format
-msgid "Created RRD file %s."
-msgstr "RRD-Datei %s erstellt."
+msgid "Adding %s to backup..."
+msgstr ""
+
+msgid "Backup finished"
+msgstr ""
+
+msgid "Initialised write queue"
+msgstr ""
+
+msgid "Committing data to disk..."
+msgstr ""
+
+msgid "No data to commit"
+msgstr ""
 
-#: collecty/plugins/base.py:166
 #, python-format
-msgid "Submitting data to database. %d entries."
-msgstr "Speichere Daten in Datenbank. %d Einträge."
+msgid "Emptied write queue in %.2fs"
+msgstr ""
 
-#: collecty/plugins/base.py:179
-msgid "Unhandled exception in read()!"
-msgstr "Unbehandelte Ausnahme in read()!"
+#, python-format
+msgid "Committing %(counter)s entries to %(filename)s"
+msgstr ""
 
-#: collecty/plugins/base.py:190
-msgid "Unhandled exception in submit()!"
-msgstr "Unbehandelte Ausnahme in submit()!"
+#, python-format
+msgid "Could not update RRD database %s: %s"
+msgstr ""
 
-#: collecty/plugins/base.py:193
-msgid "Started."
-msgstr "Gestartet."
+#, python-format
+msgid "Plugin is not properly configured: %s"
+msgstr ""
 
-#: collecty/plugins/base.py:201
-msgid "Collecting..."
-msgstr "Sammle..."
+#, python-format
+msgid "Successfully initialized %s"
+msgstr ""
 
-#: collecty/plugins/base.py:205
-msgid "Stopped."
-msgstr "Gestoppt."
+#, python-format
+msgid "Unhandled exception in %s.collect()"
+msgstr ""
 
-#: collecty/plugins/base.py:208
-msgid "Received shutdown signal."
-msgstr "Empfange Signal zum herunterfahren."
+#, python-format
+msgid "Received empty result: %s"
+msgstr ""
 
-#: collecty/plugins/cpu.py:52
-msgid "User"
-msgstr "Benutzer"
+#, python-format
+msgid "Collected %s: %s"
+msgstr ""
 
-#: collecty/plugins/cpu.py:56 collecty/plugins/cpu.py:63
-#: collecty/plugins/cpu.py:70 collecty/plugins/cpu.py:77
-#: collecty/plugins/cpu.py:84 collecty/plugins/cpu.py:91
-#: collecty/plugins/loadavg.py:49 collecty/plugins/loadavg.py:56
-#: collecty/plugins/loadavg.py:63 collecty/plugins/memory.py:53
-#: collecty/plugins/memory.py:60 collecty/plugins/memory.py:67
-#: collecty/plugins/memory.py:74 collecty/plugins/memory.py:81
-msgid "Maximum"
-msgstr "Maximum"
+#, python-format
+msgid "A worker thread was stalled for %.4fs"
+msgstr ""
 
-#: collecty/plugins/cpu.py:57 collecty/plugins/cpu.py:64
-#: collecty/plugins/cpu.py:71 collecty/plugins/cpu.py:78
-#: collecty/plugins/cpu.py:85 collecty/plugins/cpu.py:92
-#: collecty/plugins/loadavg.py:50 collecty/plugins/loadavg.py:57
-#: collecty/plugins/loadavg.py:64 collecty/plugins/memory.py:54
-#: collecty/plugins/memory.py:61 collecty/plugins/memory.py:68
-#: collecty/plugins/memory.py:75 collecty/plugins/memory.py:82
-msgid "Minimum"
-msgstr "Minimum"
+#, python-format
+msgid "Collection finished in %.2fms"
+msgstr ""
+
+#, python-format
+msgid "Generated graph %s in %.1fms"
+msgstr ""
+
+#, python-format
+msgid "Created RRD file %s."
+msgstr "RRD-Datei %s erstellt."
+
+#. Brand all generated graphs
+msgid "Created by collecty"
+msgstr "Erstellt mit collecty"
+
+#, python-format
+msgid "Generating graph %s"
+msgstr ""
+
+msgid "Current"
+msgstr ""
 
-#: collecty/plugins/cpu.py:58 collecty/plugins/cpu.py:65
-#: collecty/plugins/cpu.py:72 collecty/plugins/cpu.py:79
-#: collecty/plugins/cpu.py:86 collecty/plugins/cpu.py:93
-#: collecty/plugins/loadavg.py:51 collecty/plugins/loadavg.py:58
-#: collecty/plugins/loadavg.py:65 collecty/plugins/memory.py:55
-#: collecty/plugins/memory.py:62 collecty/plugins/memory.py:69
-#: collecty/plugins/memory.py:76 collecty/plugins/memory.py:83
 msgid "Average"
 msgstr "Durchschnitt"
 
-#: collecty/plugins/cpu.py:59
+msgid "Minimum"
+msgstr "Minimum"
+
+msgid "Maximum"
+msgstr "Maximum"
+
+msgid "Entries"
+msgstr ""
+
+msgid "Connection Tracking Table"
+msgstr ""
+
+msgid "Context Switches"
+msgstr ""
+
+msgid "Context Switches/s"
+msgstr ""
+
+#, fuzzy
+msgid "Processor Frequencies"
+msgstr "Prozessor"
+
+msgid "Frequency"
+msgstr "Frequenz"
+
+msgid "Hz"
+msgstr "Hz"
+
+msgid "Used"
+msgstr ""
+
+msgid "Free"
+msgstr ""
+
+#, python-format
+msgid "Disk Usage of %s"
+msgstr ""
+
+msgid "Bytes"
+msgstr ""
+
+#, fuzzy, python-format
+msgid "Inode Usage of %s"
+msgstr "Bandbreitenauslastung auf %s"
+
+msgid "Inodes"
+msgstr ""
+
+msgid "Bad Sectors"
+msgstr ""
+
+#, python-format
+msgid "Bad Sectors of %s"
+msgstr ""
+
+msgid "Pending/Relocated Sectors"
+msgstr ""
+
+msgid "Read"
+msgstr "Gelesen"
+
+msgid "Written"
+msgstr "Geschrieben"
+
+#, python-format
+msgid "Disk Utilisation of %s"
+msgstr ""
+
+msgid "Byte per Second"
+msgstr "Byte pro Sekunde"
+
+#, python-format
+msgid "Disk IO Operations of %s"
+msgstr ""
+
+msgid "Operations per Second"
+msgstr "Operationen pro Sekunde"
+
+msgid "Temperature"
+msgstr "Temperatur"
+
+#, python-format
+msgid "Disk Temperature of %s"
+msgstr ""
+
+msgid "° Celsius"
+msgstr "° Celsius"
+
+msgid "Received"
+msgstr "Empfangen"
+
+msgid "Transmitted"
+msgstr "Gesendet"
+
+#. Draw the 95% lines.
+#, fuzzy
+msgid "95th Percentile"
+msgstr "95. Perzentil"
+
+#, fuzzy, python-format
+msgid "Bandwidth Usage on %s"
+msgstr "Bandbreitenauslastung auf %s"
+
+msgid "Bit/s"
+msgstr "Bit/s"
+
+#, fuzzy, python-format
+msgid "Transferred Packets on %s"
+msgstr "Übertragene Pakete auf %s"
+
+msgid "Packets/s"
+msgstr "Pakete/s"
+
+#, fuzzy
+msgid "Receive Errors"
+msgstr "Empfangsfehler"
+
+#, fuzzy
+msgid "Transmit Errors"
+msgstr "Sendefehler"
+
+#, fuzzy
+msgid "Receive Drops"
+msgstr "Empfangsfehler"
+
+#, fuzzy
+msgid "Transmit Drops"
+msgstr "Sendefehler"
+
+msgid "Collisions"
+msgstr "Kollisionen"
+
+#, fuzzy, python-format
+msgid "Errors/Dropped Packets on %s"
+msgstr "Fehler/verworfene Pakete auf %s"
+
+#, python-format
+msgid "Interface %s does not exists. Cannot collect."
+msgstr ""
+
+#, fuzzy
+msgid "Interrupts"
+msgstr "Interrupt"
+
+#, fuzzy, python-format
+msgid "Interrupt %s"
+msgstr "Interrupt"
+
+#, fuzzy
+msgid "Interrupts/s"
+msgstr "Interrupt"
+
+msgid "Failed Reassemblies"
+msgstr ""
+
+msgid "Reassembly Timeouts"
+msgstr ""
+
+msgid "Successful Reassemblies"
+msgstr ""
+
+msgid "Failed Fragmentations"
+msgstr ""
+
+msgid "Fragmented Packets"
+msgstr ""
+
+#, python-format
+msgid "IPv6 Fragmentation on %s"
+msgstr ""
+
+msgid "IPv6 Fragmentation"
+msgstr ""
+
+#, python-format
+msgid "IPv4 Fragmentation on %s"
+msgstr ""
+
+msgid "IPv4 Fragmentation"
+msgstr ""
+
+#. Colour background on packet loss
+msgid "Packet Loss"
+msgstr "Paketverlust"
+
+#, fuzzy
+msgid "0-5%"
+msgstr "0-5%%"
+
+#, fuzzy
+msgid "5-10%"
+msgstr "5-10%%"
+
+#, fuzzy
+msgid "10-25%"
+msgstr "10-25%%"
+
+#, fuzzy
+msgid "25-50%"
+msgstr "25-50%%"
+
+#, fuzzy
+msgid "50-99%"
+msgstr "50-99%%"
+
+msgid "Latency (IPv4)"
+msgstr "Latenz (IPv4)"
+
+msgid "Latency (IPv6)"
+msgstr "Latenz (IPv6)"
+
+msgid "Default Gateway"
+msgstr ""
+
+#, python-format
+msgid "Latency to %s"
+msgstr "Latenz zu %s"
+
+msgid "Milliseconds"
+msgstr "Millisekunden"
+
+#, python-format
+msgid "Could not add host %(host)s for family %(family)s"
+msgstr ""
+
+#, python-format
+msgid "Could not run latency check for %(host)s: %(msg)s"
+msgstr ""
+
+msgid "15 Minutes"
+msgstr ""
+
+msgid "5 Minutes"
+msgstr ""
+
+msgid "1 Minute"
+msgstr ""
+
+#, fuzzy
+msgid "Load Average"
+msgstr "Durchschnittslast"
+
+msgid "Load"
+msgstr "Auslastung"
+
+#, fuzzy
+msgid "Used Memory"
+msgstr "Belegter Speicher"
+
+#, fuzzy
+msgid "Buffered Data"
+msgstr "Zwischengepufferte Daten"
+
+#, fuzzy
+msgid "Cached Data"
+msgstr "Gecachte Daten"
+
+#, fuzzy
+msgid "Free Memory"
+msgstr "Belegter Speicher"
+
+#, fuzzy
+msgid "Used Swap Space"
+msgstr "Benutzte Auslagerung"
+
+msgid "Memory Usage"
+msgstr "Speicher-Auslastung"
+
+msgid "Total"
+msgstr ""
+
+msgid "User"
+msgstr "Benutzer"
+
 msgid "Nice"
 msgstr "Nice"
 
-#: collecty/plugins/cpu.py:66
 msgid "System"
 msgstr "System"
 
-#: collecty/plugins/cpu.py:73
 msgid "Wait"
 msgstr "Wait"
 
-#: collecty/plugins/cpu.py:80
 msgid "Interrupt"
 msgstr "Interrupt"
 
-#: collecty/plugins/cpu.py:87
-msgid "Idle"
-msgstr "Idle"
+#, fuzzy
+msgid "Soft Interrupt"
+msgstr "Soft-Interrupt"
 
-#: collecty/plugins/entropy.py:43
-msgid "Entropy kernel interface does not exist."
-msgstr "Das Entropie-Kernel-Interface existsiert nicht."
+msgid "Steal"
+msgstr ""
 
-#: collecty/plugins/loadavg.py:45
-msgid "Load average  1m"
-msgstr "Load average  1m"
+msgid "Guest"
+msgstr ""
 
-#: collecty/plugins/loadavg.py:52
-msgid "Load average  5m"
-msgstr "Load average  5m"
+msgid "Guest Nice"
+msgstr ""
 
-#: collecty/plugins/loadavg.py:59
-msgid "Load average 15m"
-msgstr "Load average 15m"
+#, fuzzy
+msgid "Processor Usage"
+msgstr "Prozessor"
 
-#: collecty/plugins/memory.py:49
-msgid "Used memory"
-msgstr "Belegter Speicher"
+msgid "Percent"
+msgstr "Prozent"
 
-#: collecty/plugins/memory.py:56
-msgid "Cached data"
-msgstr "Gecachte Daten"
+#. Draw boundary lines
+msgid "Temperature Thresholds"
+msgstr "Temperaturgrenzwerte"
 
-#: collecty/plugins/memory.py:63
-msgid "Buffered data"
-msgstr "Zwischengepufferte Daten"
+msgid "Critical"
+msgstr "Kritisch"
+
+msgid "Low"
+msgstr "Niedrig"
+
+#, python-format
+msgid "Temperature (%s)"
+msgstr "Temperatur (%s)"
+
+msgid "Processor"
+msgstr "Prozessor"
+
+#~ msgid "IPv6"
+#~ msgstr "IPv6"
+
+#~ msgid "IPv4"
+#~ msgstr "IPv4"
+
+#~ msgid "Number of open connections"
+#~ msgstr "Anzahl offener Verbindungen"
+
+#~ msgid "TCP"
+#~ msgstr "TCP"
+
+#~ msgid "UDP"
+#~ msgstr "UDP"
+
+#~ msgid "ICMP"
+#~ msgstr "ICMP"
+
+#~ msgid "IGMP"
+#~ msgstr "IGMP"
+
+#~ msgid "UDP Lite"
+#~ msgstr "UDP Lite"
+
+#~ msgid "SCTP"
+#~ msgstr "SCTP"
+
+#~ msgid "DCCP"
+#~ msgstr "DCCP"
+
+#~ msgid "Available entropy"
+#~ msgstr "Verfügbare Entropie"
+
+#~ msgid "Bit"
+#~ msgstr "Bit"
+
+#~ msgid "%8.2lf %sbps"
+#~ msgstr "%8.2lf %sbps"
+
+#~ msgid "%8.0lf %spps"
+#~ msgstr "%8.0lf %spps"
+
+#~ msgid "%8.2lf %spps"
+#~ msgstr "%8.2lf %spps"
+
+#~ msgid "Average latency (IPv6)"
+#~ msgstr "Durchschnittliche Latenz (IPv6)"
+
+#~ msgid "Average latency (IPv4)"
+#~ msgstr "Durchschnittliche Latenz (IPv4)"
+
+#~ msgid "Load average  1m"
+#~ msgstr "Durchschnittslast 1m"
+
+#~ msgid "Load average  5m"
+#~ msgstr "Durchschnittslast 5m"
+
+#~ msgid "Load average 15m"
+#~ msgstr "Durchschnittslast 15m"
 
-#: collecty/plugins/memory.py:70
-msgid "Free memory"
-msgstr "Freier Speicher"
+#~ msgid "Idle"
+#~ msgstr "Idle"
 
-#: collecty/plugins/memory.py:77
-msgid "Used Swap space"
-msgstr "Benutze Auslagerung"
+#~ msgid "CPU usage"
+#~ msgstr "CPU-Auslastung"