]> git.ipfire.org Git - collecty.git/commitdiff
Import German translation.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 8 Aug 2012 09:38:43 +0000 (09:38 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 8 Aug 2012 09:38:43 +0000 (09:38 +0000)
po/de.po [new file with mode: 0644]

diff --git a/po/de.po b/po/de.po
new file mode 100644 (file)
index 0000000..ad9c7c4
--- /dev/null
+++ b/po/de.po
@@ -0,0 +1,183 @@
+# 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.
+msgid ""
+msgstr ""
+"Project-Id-Version: The 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"
+"Last-Translator: Michael Tremer <michael.tremer@ipfire.org>\n"
+"Language-Team: German (http://www.transifex.com/projects/p/ipfire/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"
+
+#: collecty/__init__.py:61
+msgid "Collecty successfully initialized."
+msgstr "Collectly wurde erfolgreich gestartet."
+
+#: 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."
+
+#: collecty/__init__.py:120
+#, python-format
+msgid "%s is not alive anymore. Removing."
+msgstr "%s ist nicht mehr aktiv. Entferne."
+
+#: collecty/__init__.py:126
+msgid "No thread running. Exiting main thread."
+msgstr "Es läuft kein Thread mehr. Beende Hauptthread."
+
+#: collecty/__init__.py:132
+msgid "Submitting all data in memory"
+msgstr "Speichere alle im Speicher befindliche Daten"
+
+#: collecty/__init__.py:140
+msgid "Received shutdown signal"
+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."
+
+#: collecty/plugins/base.py:139
+#, python-format
+msgid "Created RRD file %s."
+msgstr "RRD-Datei %s erstellt."
+
+#: collecty/plugins/base.py:166
+#, python-format
+msgid "Submitting data to database. %d entries."
+msgstr "Speichere Daten in Datenbank. %d Einträge."
+
+#: collecty/plugins/base.py:179
+msgid "Unhandled exception in read()!"
+msgstr "Unbehandelte Ausnahme in read()!"
+
+#: collecty/plugins/base.py:190
+msgid "Unhandled exception in submit()!"
+msgstr "Unbehandelte Ausnahme in submit()!"
+
+#: collecty/plugins/base.py:193
+msgid "Started."
+msgstr "Gestartet."
+
+#: collecty/plugins/base.py:201
+msgid "Collecting..."
+msgstr "Sammle..."
+
+#: collecty/plugins/base.py:205
+msgid "Stopped."
+msgstr "Gestoppt."
+
+#: collecty/plugins/base.py:208
+msgid "Received shutdown signal."
+msgstr "Empfange Signal zum herunterfahren."
+
+#: collecty/plugins/cpu.py:52
+msgid "User"
+msgstr "Benutzer"
+
+#: 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"
+
+#: 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"
+
+#: 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 "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"
+
+#: collecty/plugins/entropy.py:43
+msgid "Entropy kernel interface does not exist."
+msgstr "Das Entropie-Kernel-Interface existsiert nicht."
+
+#: collecty/plugins/loadavg.py:45
+msgid "Load average  1m"
+msgstr "Load average  1m"
+
+#: collecty/plugins/loadavg.py:52
+msgid "Load average  5m"
+msgstr "Load average  5m"
+
+#: collecty/plugins/loadavg.py:59
+msgid "Load average 15m"
+msgstr "Load average 15m"
+
+#: collecty/plugins/memory.py:49
+msgid "Used memory"
+msgstr "Belegter Speicher"
+
+#: collecty/plugins/memory.py:56
+msgid "Cached data"
+msgstr "Gecachte Daten"
+
+#: collecty/plugins/memory.py:63
+msgid "Buffered data"
+msgstr "Zwischengepufferte Daten"
+
+#: collecty/plugins/memory.py:70
+msgid "Free memory"
+msgstr "Freier Speicher"
+
+#: collecty/plugins/memory.py:77
+msgid "Used Swap space"
+msgstr "Benutze Auslagerung"