ProjectDjango/i18n/django_de.ts

Wed, 01 Jan 2014 14:47:54 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 01 Jan 2014 14:47:54 +0100
changeset 31
a632d10fdb7c
parent 24
f87883b921ea
child 42
7b976bc35f7a
permissions
-rw-r--r--

Updated copyright for 2014.

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS><TS version="2.0" language="de" sourcelanguage="">
<context>
    <name>DjangoDialog</name>
    <message>
        <location filename="../../ProjectDjango/DjangoDialog.ui" line="14"/>
        <source>Django</source>
        <translation>Django</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDialog.ui" line="35"/>
        <source>Output</source>
        <translation>Ausgabe</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDialog.ui" line="63"/>
        <source>Errors</source>
        <translation>Fehler</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDialog.py" line="169"/>
        <source>Process Generation Error</source>
        <translation>Fehler beim Prozessstart</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDialog.py" line="169"/>
        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
        <translation>Der Prozess {0} konnte nicht gestartet werden. Stellen Sie sicher, dass er sich im Suchpfad befindet.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDialog.py" line="246"/>
        <source>Select data file</source>
        <translation>Wähle Datendatei</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDialog.py" line="267"/>
        <source>Error saving data</source>
        <translation>Fehler beim Sichern der Daten</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDialog.py" line="267"/>
        <source>&lt;p&gt;The data could not be written to &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
        <translation>&lt;p&gt;Die Daten konnten nicht nach &lt;b&gt;{0}&lt;/b&gt; geschrieben werden.&lt;/p&gt;&lt;p&gt;Ursache: {1}&lt;/p&gt;</translation>
    </message>
</context>
<context>
    <name>DjangoDumpdataDataDialog</name>
    <message>
        <location filename="../../ProjectDjango/DjangoDumpdataDataDialog.ui" line="20"/>
        <source>dumpdata Command Options</source>
        <translation>dumpdata Kommandozeilenoptionen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDumpdataDataDialog.ui" line="35"/>
        <source>Applications</source>
        <translation>Anwendungen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDumpdataDataDialog.ui" line="70"/>
        <source>Exclude Applications</source>
        <translation>Anwendungen ausschließen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDumpdataDataDialog.ui" line="76"/>
        <source>Enter the list of applications separated by spaces.</source>
        <translation>Gib die Liste der Applikationen durch Leerzeichen getrennt ein.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDumpdataDataDialog.ui" line="93"/>
        <source>Dump Format</source>
        <translation>Dump Format</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDumpdataDataDialog.py" line="36"/>
        <source>JSON</source>
        <translation>JSON</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDumpdataDataDialog.py" line="37"/>
        <source>XML</source>
        <translation>XML</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDumpdataDataDialog.py" line="40"/>
        <source>YAML</source>
        <translation>YAML</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDumpdataDataDialog.ui" line="53"/>
        <source>Enter the list of applications separated by spaces. Leave empty for all.</source>
        <translation>Gib die Liste der Applikationen durch Leerzeichen getrennt ein. Leer lassen, um alle zu sichern.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDumpdataDataDialog.ui" line="99"/>
        <source>Serialization Format:</source>
        <translation>Serialisierungsformat:</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDumpdataDataDialog.ui" line="126"/>
        <source>Indentation Level:</source>
        <translation>Einrücklänge:</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDumpdataDataDialog.ui" line="133"/>
        <source>Enter the indentation level to be used when pretty-printing output</source>
        <translation>Gib die Länge der Einrückung für eine lesbare Ausgabe ein</translation>
    </message>
</context>
<context>
    <name>DjangoLoaddataDataDialog</name>
    <message>
        <location filename="../../ProjectDjango/DjangoLoaddataDataDialog.ui" line="20"/>
        <source>loaddata Command Options</source>
        <translation>loaddata Kommandozeilenoptionen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoLoaddataDataDialog.ui" line="29"/>
        <source>Enter the list of fixture patterns or the path of a fixture file.</source>
        <translation>Gib die Liste der Fixturenamen oder den Pfad einer Fixturedatei ein.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoLoaddataDataDialog.ui" line="39"/>
        <source>Select a fixture file via a file selection dialog</source>
        <translation>Wähle eine Fixturedatei mittels eines Dateiauswahldialoges aus</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoLoaddataDataDialog.ui" line="42"/>
        <source>...</source>
        <translation>...</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoLoaddataDataDialog.py" line="50"/>
        <source>JSON Files (*.json);;XML Files (*.xml);;</source>
        <translation>JSON Dateien (*.json);;XML Dateien (*.xml);;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoLoaddataDataDialog.py" line="53"/>
        <source>YAML Files (*.yaml);;</source>
        <translation>YAML Dateien (*.yaml);;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoLoaddataDataDialog.py" line="56"/>
        <source>All Files (*)</source>
        <translation>Alle Dateien (*)</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoLoaddataDataDialog.py" line="58"/>
        <source>Select fixture file</source>
        <translation>Wähle Fixturedatei</translation>
    </message>
</context>
<context>
    <name>DjangoPage</name>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="17"/>
        <source>&lt;b&gt;Configure Django&lt;/b&gt;</source>
        <translation>Django einstellen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="37"/>
        <source>Console Commands</source>
        <translation>Konsolenbefehle</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="43"/>
        <source>Console Command:</source>
        <translation>Konsole:</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="56"/>
        <source>Enter the console command</source>
        <translation>Gib den Befehl für das Konsolenfenster ein</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="66"/>
        <source>Console Command (non-closing):</source>
        <translation>Konsole (nicht schließend):</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="79"/>
        <source>Enter the console command for a non-closing console</source>
        <translation>Gib den Befehl für das nicht schließende Konsolenfenster ein</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="102"/>
        <source>Server</source>
        <translation>Server</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="108"/>
        <source>Server Address:</source>
        <translation>Server Adresse:</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="135"/>
        <source>Recent Applications Lists</source>
        <translation>Zuletzt verwendete Anwendungslisten</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="149"/>
        <source>Number of recent applications lists:</source>
        <translation>Anzahl zuletzt verwendeter Anwendungslisten:</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="306"/>
        <source>Django Python Console</source>
        <translation>Django Python Konsole</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="318"/>
        <source>Select to use plain Python instead of IPython</source>
        <translation>Auswählen, wenn Standard-Python an Stelle von IPython gestartet werde soll</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="321"/>
        <source>Use plain Python instead of IPython</source>
        <translation>Standard-Python an Stelle von IPython starten</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="89"/>
        <source>&lt;b&gt;Note:&lt;/b&gt; The console command for a console, that is spawning (i.e. exits before the console window is closed), should be prefixed by an &apos;@&apos; character.</source>
        <translation>&lt;b&gt;Hinweis:&lt;/b&gt; Der Konsolenbefehl für eine Konsole, die verzweigt (d.h. sie wird beendet bevor das Fenster geschlossen wurde), muss mit einem &apos;@&apos;-Zeichen beginnen.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="156"/>
        <source>Enter the number of recent applications to remember</source>
        <translation>Gib die zu merkende Anzahl an zuletzt verwendeten Anwendungslisten ein</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="115"/>
        <source>Enter the server port or server address and port (e.g. 127.0.0.1:8000 or [::1]:8000)</source>
        <translation>Gib den Server Port oder die Server Adresse und Port ein (z.B. 127.0.0.1:8000 oder [::1]:8000)</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="122"/>
        <source>Select to use IPv6</source>
        <translation>Auswählen, um IPv6 zu verwenden</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="125"/>
        <source>Use IPv6 protocol</source>
        <translation>Verwende das IPv6 Protokoll</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="190"/>
        <source>Python 3</source>
        <translation>Python 3</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="268"/>
        <source>Django Virtual Environment</source>
        <translation>Virtuelle Django Umgebung</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="280"/>
        <source>Enter the path of the Django virtual environment. Leave empty to not use a virtual environment setup.</source>
        <translation>Gib den Pfad der virtuellen Django Umgebung ein. Leer lassen, um keine virtuelle Umgebung zu verwenden.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="293"/>
        <source>Select the virtual environment directory via a selection dialog</source>
        <translation>Wähle das Verzeichnis für die virtuelle Umgebung über einen Auswahldialog aus</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="362"/>
        <source>...</source>
        <translation>...</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="262"/>
        <source>Python 2</source>
        <translation>Python 2</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.py" line="134"/>
        <source>Select Virtual Environment for Python 3</source>
        <translation>Wähle die virtuelle Umgebung für Python 3</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.py" line="152"/>
        <source>Select Virtual Environment for Python 2</source>
        <translation>Wähle die virtuelle Umgebung für Python 2</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.py" line="166"/>
        <source>Translations Editor</source>
        <translation>Übersetzungseditor</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="346"/>
        <source>Enter the path of an editor to use to do the translations. Leave empty to disable this feature.</source>
        <translation>Gib den Pfad für einen Editor an, um Übersetzungen zu erstellen. Leer lassen, um dieses Feature abzuschalten.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="359"/>
        <source>Select the translations editor via a file selection dialog</source>
        <translation>Wähle den Übersetzungseditor über einen Auswahldialog aus</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.py" line="166"/>
        <source>All Files (*)</source>
        <translation>Alle Dateien (*)</translation>
    </message>
</context>
<context>
    <name>Project</name>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="562"/>
        <source>D&amp;jango</source>
        <translation>D&amp;jango</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="834"/>
        <source>New Form</source>
        <translation>Neues Formular</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="804"/>
        <source>The file already exists! Overwrite it?</source>
        <translation>Die Datei existiert bereits. Überschreiben?</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="834"/>
        <source>&lt;p&gt;The new form file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br&gt;Problem: {1}&lt;/p&gt;</source>
        <translation>&lt;p&gt;Die neue Formulardatei &lt;b&gt;{0}&lt;/b&gt; konnte nicht erzeugt werden.&lt;br&gt;Problem: {1}&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="73"/>
        <source>Current Project</source>
        <translation>Aktuelles Projekt</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="77"/>
        <source>Selects the current project</source>
        <translation>Wählt das aktuelle Projekt aus</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="92"/>
        <source>Start Project</source>
        <translation>Project starten</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="92"/>
        <source>Start &amp;Project</source>
        <translation>&amp;Project starten</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="96"/>
        <source>Starts a new Django project</source>
        <translation>Startet ein neues Django Projekt</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="98"/>
        <source>&lt;b&gt;Start Project&lt;/b&gt;&lt;p&gt;Starts a new Django project using &quot;django-admin.py startproject&quot;.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Project starten&lt;/b&gt;&lt;p&gt;Started ein neues Django Projekt mittels &quot;django-admin.py startproject&quot;.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="105"/>
        <source>Start Application (global)</source>
        <translation>Anwendung starten (global)</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="105"/>
        <source>Start Application (&amp;global)</source>
        <translation>Anwendung starten (&amp;global)</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="110"/>
        <source>Starts a new global Django application</source>
        <translation>Startet eine neue globale Django Anwendung</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="112"/>
        <source>&lt;b&gt;Start Application (global)&lt;/b&gt;&lt;p&gt;Starts a new global Django application using &quot;django-admin.py startapp&quot;.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Anwendung starten (global)&lt;/b&gt;&lt;p&gt;Startet eine neue globale Django Anwendung mittels &quot;django-admin.py startapp&quot;.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="121"/>
        <source>Start Application (local)</source>
        <translation>Anwendung starten (lokal)</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="121"/>
        <source>Start Application (&amp;local)</source>
        <translation>Anwendung starten (&amp;lokal)</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="126"/>
        <source>Starts a new local Django application</source>
        <translation>Startet eine neue lokale Django Anwendung</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="128"/>
        <source>&lt;b&gt;Start Application (local)&lt;/b&gt;&lt;p&gt;Starts a new local Django application using &quot;manage.py startapp&quot;.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Anwendung starten (lokal)&lt;/b&gt;&lt;p&gt;Startet eine neue lokale Django Anwendung mittels &quot;manage.py startapp&quot;.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="141"/>
        <source>Run Server</source>
        <translation>Server starten</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="141"/>
        <source>Run &amp;Server</source>
        <translation>&amp;Server starten</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="145"/>
        <source>Starts the Django Web server</source>
        <translation>Startet den Django Web-Server</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="147"/>
        <source>&lt;b&gt;Run Server&lt;/b&gt;&lt;p&gt;Starts the Django Web server using &quot;manage.py runserver&quot;.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Server starten&lt;/b&gt;&lt;p&gt;Startet den Django Web-Server mittels &quot;manage.py runserve&quot;.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1509"/>
        <source>Run Web-Browser</source>
        <translation>Web-Browser starten</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="154"/>
        <source>Run &amp;Web-Browser</source>
        <translation>Web-&amp;Browser starten</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="158"/>
        <source>Starts the default Web-Browser with the URL of the Django Web server</source>
        <translation>Startet den Standard Web-Browser mit der URL des Django Web-Servers</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="160"/>
        <source>&lt;b&gt;Run Web-Browser&lt;/b&gt;&lt;p&gt;Starts the default Web-Browser with the URL of the Django Web server.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Web-Browser starten&lt;/b&gt;&lt;p&gt;Startet den Standard Web-Browser mit der URL des Django Web-Servers.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1022"/>
        <source>About Django</source>
        <translation>Über Django</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="206"/>
        <source>About D&amp;jango</source>
        <translation>Über D&amp;jango</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="210"/>
        <source>Shows some information about Django</source>
        <translation>Zeigt Informationen über Django</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="212"/>
        <source>&lt;b&gt;About Django&lt;/b&gt;&lt;p&gt;Shows some information about Django.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Über Django&lt;/b&gt;&lt;p&gt;Zeigt Informationen über Django.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="230"/>
        <source>Synchronize</source>
        <translation>Synchronisieren</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="230"/>
        <source>&amp;Synchronize</source>
        <translation>&amp;Synchronisieren</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="234"/>
        <source>Synchronizes the database</source>
        <translation>Synchronisiert die Datenbank</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="236"/>
        <source>&lt;b&gt;Synchronize&lt;/b&gt;&lt;p&gt;Synchronizes the database.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Synchronisieren&lt;/b&gt;&lt;p&gt;Synchronisiert die Datenbank.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="600"/>
        <source>&amp;Database</source>
        <translation>&amp;Datenbank</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1401"/>
        <source>Project</source>
        <translation>Projekt</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1162"/>
        <source>Application</source>
        <translation>Anwendung</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1164"/>
        <source>Start Django</source>
        <translation>Django starten</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1164"/>
        <source>Select if this project should be a Django Project or Application.&lt;br /&gt;Select the empty entry for none.</source>
        <translation>Auswählen, ob ddieses Projekt ein Django Projekt oder eine Django Anwendung sein soll.&lt;br /&gt;Den leeren Eintrag wählen, wenn keines zutrifft.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1231"/>
        <source>Start Django Project</source>
        <translation>Django Projekt starten</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1209"/>
        <source>Django project created successfully.</source>
        <translation>Das Django Projekt wurde erfolgreich erzeugt.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1231"/>
        <source>Enter the name of the new Django project.</source>
        <translation>Gib den Namen des neuen Django Projektes ein.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1257"/>
        <source>Start Django Application</source>
        <translation>Django Anwendung starten</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1284"/>
        <source>Django application created successfully.</source>
        <translation>Die Django Anwendung wurde erfolgreich erzeugt.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1365"/>
        <source>Select Project</source>
        <translation>Wähle Projekt</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1365"/>
        <source>Select the Django project to work with.</source>
        <translation>Wähle das Django Projekt, mit dem gearbeitet werden soll.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1399"/>
        <source>None</source>
        <translation>keines</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2392"/>
        <source>Process Generation Error</source>
        <translation>Fehler beim Prozessstart</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1465"/>
        <source>The Django server could not be started.</source>
        <translation>Der Django Server konnte nicht gestartet werden.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1509"/>
        <source>Could not start the web-browser for the url &quot;{0}&quot;.</source>
        <translation>Der Web-Browser konnt mit der URL &quot;{0}&quot; nicht gestartet werden.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2030"/>
        <source>The Django process could not be started.</source>
        <translation>Der Django Prozess konnte nicht gestartet werden.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="79"/>
        <source>&lt;b&gt;Current Project&lt;/b&gt;&lt;p&gt;Selects the current project. Used for multi-project Django projects to switch between the projects.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Aktuelles Projekt&lt;/b&gt;&lt;p&gt;Wählt das aktuelle Projekt aus. Dies wird bei Django Mehrfach-Projekten benötigt, um zwischen den Projekten umzuschalten.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1707"/>
        <source>Diff Settings</source>
        <translation>Settings Unterschiede</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="401"/>
        <source>&amp;Diff Settings</source>
        <translation>Settings &amp;Unterschiede</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="405"/>
        <source>Shows the modification made to the settings</source>
        <translation>Zeigt die Änderungen gegenüber dem Standard</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="407"/>
        <source>&lt;b&gt;Diff Settings&lt;/b&gt;&lt;p&gt;Shows the modification made to the settings.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Settings Unterschiede&lt;/b&gt;&lt;p&gt;Zeigt die Änderungen gegenüber dem Standard.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="643"/>
        <source>&amp;Tools</source>
        <translation>&amp;Werkzeuge</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1404"/>
        <source>&amp;Current Django project ({0})</source>
        <translation>&amp;Aktuelles Django Projekt ({0})</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1728"/>
        <source>Cleanup</source>
        <translation>Aufräumen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="414"/>
        <source>&amp;Cleanup</source>
        <translation>&amp;Aufräumen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="418"/>
        <source>Cleans out old data from the database</source>
        <translation>Löscht veraltete Daten aus der Datenbank</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="420"/>
        <source>&lt;b&gt;Cleanup&lt;/b&gt;&lt;p&gt;Cleans out old data from the database.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Aufräumen&lt;/b&gt;&lt;p&gt;Löscht veraltete Daten aus der Datenbank.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1740"/>
        <source>Database cleaned up successfully.</source>
        <translation>Datenbank erfolgreich aufgeräumt.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1750"/>
        <source>Validate</source>
        <translation>Validieren</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="427"/>
        <source>&amp;Validate</source>
        <translation>&amp;Validieren</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="431"/>
        <source>Validates all installed models</source>
        <translation>Validiert alle installierten Modelle</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="433"/>
        <source>&lt;b&gt;Validate&lt;/b&gt;&lt;p&gt;Validates all installed models.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Validieren&lt;/b&gt;&lt;p&gt;Validiert alle installierten Modelle&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1067"/>
        <source>Select Applications</source>
        <translation>Applikation auswählen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1067"/>
        <source>Enter the list of applications separated by spaces.</source>
        <translation>Gib die Liste der Applikationen durch Leerzeichen getrennt ein.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="440"/>
        <source>Start Python Console</source>
        <translation>Starte Python Konsole</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="440"/>
        <source>Start &amp;Python Console</source>
        <translation>Starte &amp;Python Konsole</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="444"/>
        <source>Starts a Python interactive interpreter</source>
        <translation>Startet einen interaktiven Python Interpreter</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="446"/>
        <source>&lt;b&gt;Start Python Console&lt;/b&gt;&lt;p&gt;Starts a Python interactive interpreter.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Starte Python Konsole&lt;/b&gt;&lt;p&gt;Startet einen interaktiven Python Interpreter.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1804"/>
        <source>Create Cache Tables</source>
        <translation>Erzeuge Cache Tabellen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="172"/>
        <source>C&amp;reate Cache Tables</source>
        <translation>Erzeuge &amp;Cache Tabellen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="176"/>
        <source>Creates the tables needed to use the SQL cache backend</source>
        <translation>Erzeugt die für das SQL Cache Backend benötigten Tabellen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="178"/>
        <source>&lt;b&gt;Create Cache Tables&lt;/b&gt;&lt;p&gt;Creates the tables needed to use the SQL cache backend.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Erzeuge Cache Tabellen&lt;/b&gt;&lt;p&gt;Erzeugt die für das SQL Cache Backend benötigten Tabellen&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1811"/>
        <source>Enter the names of the cache tables separated by spaces.</source>
        <translation>Gib die Namen der cache Tabellen durch Leerzeichen getrennt ein.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1825"/>
        <source>Cache tables created successfully.</source>
        <translation>Cache Tabellen erfolgreich erzeugt.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="243"/>
        <source>Introspect</source>
        <translation>Untersuchen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="243"/>
        <source>&amp;Introspect</source>
        <translation>&amp;Untersuchen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="247"/>
        <source>Introspects the database tables and outputs a Django model module</source>
        <translation>Untersucht die Datenbanktabellen und gibt ein Django Modellmodul aus</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="249"/>
        <source>&lt;b&gt;Introspect&lt;/b&gt;&lt;p&gt;Introspects the database tables and outputs a Django model module.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Untersuchen&lt;/b&gt;&lt;p&gt;Untersucht die Datenbanktabellen und gibt ein Django Modellmodul aus.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1544"/>
        <source>Introspect Database</source>
        <translation>Datenbank untersuchen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="257"/>
        <source>Flush</source>
        <translation>Neuinitialisierung</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="257"/>
        <source>&amp;Flush</source>
        <translation>&amp;Neuinitialisierung</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="261"/>
        <source>Returns all database tables to the state just after their installation</source>
        <translation>Setzt alle Datenbanktabelle in ihren Ursprungszustand zurück</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="263"/>
        <source>&lt;b&gt;Flush&lt;/b&gt;&lt;p&gt;Returns all database tables to the state just after their installation.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Neuinitialisierung&lt;/b&gt;&lt;p&gt;Setzt alle Datenbanktabelle in ihren Ursprungszustand zurück.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1690"/>
        <source>Flush Database</source>
        <translation>Datenbank neu initialisieren</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1573"/>
        <source>Flushing the database will destroy all data. Are you sure?</source>
        <translation>Eine Neuinitialisierung der Datenbank wird alle Daten löschen. Sind sie sicher?</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1583"/>
        <source>Database tables flushed successfully.</source>
        <translation>Datenbank erfolgreich neu initialisiert.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="271"/>
        <source>Start Client Console</source>
        <translation>Starte Datenbank Konsole</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="275"/>
        <source>Starts a console window for the database client</source>
        <translation>Started ein Konsolenfenster für den Datenbankklienten</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="277"/>
        <source>&lt;b&gt;Start Client Console&lt;/b&gt;&lt;p&gt;Starts a console window for the database client.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Starte Datenbank Konsole&lt;/b&gt;&lt;p&gt;Started ein Konsolenfenster für den Datenbankklienten.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="271"/>
        <source>Start &amp;Client Console</source>
        <translation>Starte &amp;Datenbank Konsole</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1655"/>
        <source>Create Tables</source>
        <translation>Tabellen erzeugen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="288"/>
        <source>Create &amp;Tables</source>
        <translation>&amp;Tabellen erzeugen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="292"/>
        <source>Prints the CREATE TABLE SQL statements for one or more applications</source>
        <translation>Zeigt die CREATE TABLE SQL Befehle für eine oder mehrere Anwendungen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="294"/>
        <source>&lt;b&gt;Create Tables&lt;/b&gt;&lt;p&gt;Prints the CREATE TABLE SQL statements for one or more applications.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Tabellen erzeugen&lt;/b&gt;&lt;p&gt;Zeigt die CREATE TABLE SQL Befehle für eine oder mehrere Anwendungen.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="621"/>
        <source>Show &amp;SQL</source>
        <translation>Zeige &amp;SQL</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1662"/>
        <source>Create Indexes</source>
        <translation>Indices erzeugen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="303"/>
        <source>Create &amp;Indexes</source>
        <translation>&amp;Indices erzeugen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="309"/>
        <source>&lt;b&gt;Create Indexes&lt;/b&gt;&lt;p&gt;Prints the CREATE INDEX SQL statements for one or more applications.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Indices erzeugen&lt;/b&gt;&lt;p&gt;Zeigt die CREATE INDEX SQL Befehle für eine oder mehrere Anwendungen.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1669"/>
        <source>Create Everything</source>
        <translation>Alles erzeugen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="318"/>
        <source>Create &amp;Everything</source>
        <translation>&amp;Alles erzeugen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="322"/>
        <source>Prints the CREATE ... SQL statements for one or more applications</source>
        <translation>Zeigt die CREATE ... SQL Befehle für eine oder mehrere Anwendungen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="324"/>
        <source>&lt;b&gt;Create Everything&lt;/b&gt;&lt;p&gt;Prints the CREATE TABLE, custom SQL and CREATE INDEX SQL statements for one or more applications.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Alles erzeugen&lt;/b&gt;&lt;p&gt;Zeigt die CREATE TABLE, spezifische und CREATE INDEX SQL Befehle für eine oder mehrere Anwendungen.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="307"/>
        <source>Prints the CREATE INDEX SQL statements for one or more applications</source>
        <translation>Zeigt die CREATE INDEX SQL Befehle für eine oder mehrere Anwendungen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1676"/>
        <source>Custom Statements</source>
        <translation>Spezifische Befehle</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="333"/>
        <source>&amp;Custom Statements</source>
        <translation>&amp;Spezifische Befehle</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="337"/>
        <source>Prints the custom table modifying SQL statements for one or more applications</source>
        <translation>Zeigt spezifische SQL Befehle für eine oder mehrere Anwendungen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="340"/>
        <source>&lt;b&gt;Custom Statements&lt;/b&gt;&lt;p&gt;Prints the custom table modifying SQL statements for one or more applications.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Spezifische Befehle&lt;/b&gt;&lt;p&gt;Zeigt spezifische SQL Befehle für eine oder mehrere Anwendungen.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1683"/>
        <source>Drop Tables</source>
        <translation>Tabellen löschen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="349"/>
        <source>&amp;Drop Tables</source>
        <translation>Tabellen &amp;löschen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="353"/>
        <source>Prints the DROP TABLE SQL statements for one or more applications</source>
        <translation>Zeigt die DROP TABLE SQL Befehle für eine oder mehrere Anwendungen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="356"/>
        <source>&lt;b&gt;Drop Tables&lt;/b&gt;&lt;p&gt;Prints the DROP TABLE SQL statements for one or more applications.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Tabellen löschen&lt;/b&gt;&lt;p&gt;Zeigt die DROP TABLE SQL Befehle für eine oder mehrere Anwendungen.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="365"/>
        <source>&amp;Flush Database</source>
        <translation>&amp;Datenbank neu initialisieren</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="369"/>
        <source>Prints a list of statements to return all database tables to the state just after their installation</source>
        <translation>Zeigt eine Befehlsliste, um alle Datenbanktabelle in ihren Ursprungszustand zurückzusetzen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="372"/>
        <source>&lt;b&gt;Flush Database&lt;/b&gt;&lt;p&gt;Prints a list of statements to return all database tables to the state just after their installation.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Datenbank neu initialisieren&lt;/b&gt;&lt;p/&gt;Zeigt eine Befehlsliste, um alle Datenbanktabelle in ihren Ursprungszustand zurückzusetzen.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1697"/>
        <source>Reset Sequences</source>
        <translation>Sequenzen zurücksetzen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="381"/>
        <source>Reset &amp;Sequences</source>
        <translation>Se&amp;quenzen zurücksetzen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="385"/>
        <source>Prints the SQL statements for resetting sequences for one or more applications</source>
        <translation>Zeigt die SQL Befehle zum Zurücksetzen von Sequenzen für eine oder mehrere Anwendungen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="388"/>
        <source>&lt;b&gt;Reset Sequences&lt;/b&gt;&lt;p&gt;Prints the SQL statements for resetting sequences for one or more applications.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Sequenzen zurücksetzen&lt;/b&gt;&lt;p&gt;Zeigt die SQL Befehle zum Zurücksetzen von Sequenzen für eine oder mehrere Anwendungen.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1839"/>
        <source>Dump Data</source>
        <translation>Daten sichern</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="457"/>
        <source>&amp;Dump Data</source>
        <translation>Daten &amp;sichern</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="461"/>
        <source>Dump the database data to a fixture</source>
        <translation>Schreibt die Datenbank in ein Fixture</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="463"/>
        <source>&lt;b&gt;Dump Data&lt;/b&gt;&lt;p&gt;Dump the database data to a fixture.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Daten sichern&lt;/b&lt;&lt;p&gt;Schreibt die Datenbank in ein Fixture.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="660"/>
        <source>T&amp;esting</source>
        <translation>&amp;Testen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1642"/>
        <source>SQL Files (*.sql)</source>
        <translation>SQL Dateien (*.sql)</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1862"/>
        <source>JSON Files (*.json)</source>
        <translation>JSON Dateien (*.json)</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1864"/>
        <source>XML Files (*.xml)</source>
        <translation>XML Dateien (*.xml)</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1866"/>
        <source>YAML Files (*.yaml)</source>
        <translation>YAML Dateien (*.yaml)</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1878"/>
        <source>Load Data</source>
        <translation>Daten laden</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="470"/>
        <source>&amp;Load Data</source>
        <translation>Daten &amp;laden</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="474"/>
        <source>Load data from fixture files</source>
        <translation>Lädt Daten aus Fixturedateien</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="476"/>
        <source>&lt;b&gt;Load Data&lt;/b&gt;&lt;p&gt;Load data from fixture files.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Daten laden&lt;/b&gt;&lt;p&gt;Lädt Daten aus Fixturedateien.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="483"/>
        <source>Run Testsuite</source>
        <translation>Testsuite starten</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="483"/>
        <source>Run &amp;Testsuite</source>
        <translation>&amp;Testsuite starten</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="487"/>
        <source>Run the test suite for applications or the whole site</source>
        <translation>Startet die Testsuite für Anwendungen oder die Site</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="489"/>
        <source>&lt;b&gt;Run Testsuite&lt;/b&gt;&lt;p&gt;Run the test suite for applications or the whole site.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Testsuite starten&lt;/b&gt;&lt;p&gt;Startet die Testsuite für Anwendungen oder die Site.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="496"/>
        <source>Run Testserver</source>
        <translation>Testserver starten</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="496"/>
        <source>Run Test&amp;server</source>
        <translation>Test&amp;server starten</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="500"/>
        <source>Run a development server with data from a set of fixtures</source>
        <translation>Startet einen Entwicklungsserver mit Daten aus einer Liste von Fixtures</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="502"/>
        <source>&lt;b&gt;Run Testserver&lt;/b&gt;&lt;p&gt;Run a development server with data from a set of fixtures.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Testserver starten&lt;/b&gt;&lt;p&gt;Startet einen Entwicklungsserver mit Daten aus einer Liste von Fixtures.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1964"/>
        <source>The Django test server could not be started.</source>
        <translation>Der Django Testserver konnte nicht gestartet werden.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="189"/>
        <source>Help</source>
        <translation>Hilfe</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="189"/>
        <source>&amp;Help</source>
        <translation>&amp;Hilfe</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="193"/>
        <source>Shows the Django help index</source>
        <translation>Zeigt den Django Hilfe Index an</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="195"/>
        <source>&lt;b&gt;Help&lt;/b&gt;&lt;p&gt;Shows the Django help index page.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Hilfe&lt;/b&gt;&lt;p&gt;Zeigt den Django Hilfe Index an.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="727"/>
        <source>New template...</source>
        <translation>Neues Template...</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="734"/>
        <source>Update all catalogs</source>
        <translation>Alle Kataloge aktualisieren</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="736"/>
        <source>Update selected catalogs</source>
        <translation>Ausgewählte Kataloge aktualisieren</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="744"/>
        <source>Compile all catalogs</source>
        <translation>Alle Kataloge übersetzen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="746"/>
        <source>Compile selected catalogs</source>
        <translation>Ausgewählte Kataloge übersetzen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2124"/>
        <source>Initializing message catalog for &apos;{0}&apos;</source>
        <translation>Initialisiere Textkatalog für &apos;{0}&apos;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2360"/>
        <source>No current site selected or no site created yet. Aborting...</source>
        <translation>Keine aktuelle Site ausgewählt oder noch keine Site erzeugt. Abbruch...</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2142"/>
        <source>
Message catalog initialized successfully.</source>
        <translation>
Textkatalog erfolgreich initialisiert.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2243"/>
        <source>Updating message catalogs</source>
        <translation>Aktualisiere Textkataloge</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2327"/>
        <source>No locales detected. Aborting...</source>
        <translation>Keine Sprachen erkannt. Abbruch...</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2290"/>
        <source>
Message catalogs updated successfully.</source>
        <translation>
Textkataloge erfolgreich aktualisiert.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2350"/>
        <source>Compiling message catalogs</source>
        <translation>Übersetze Textkataloge</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2366"/>
        <source>
Message catalogs compiled successfully.</source>
        <translation>
Textkataloge erfolgreich übersetzt.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="738"/>
        <source>Update all catalogs (with obsolete)</source>
        <translation>Alle Kataloge aktualisieren (mit veralteten)</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="741"/>
        <source>Update selected catalogs (with obsolete)</source>
        <translation>Ausgewählte Kataloge aktualisieren (mit veralteten)</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1295"/>
        <source>Start Global Django Application</source>
        <translation>Globale Django Anwendung beginnen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1295"/>
        <source>Enter the name of the new global Django application.</source>
        <translation>Gib den Namen der neuen globalen Django Anwendung ein.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1314"/>
        <source>Start Local Django Application</source>
        <translation>Lokale Django Anwendung beginnen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1314"/>
        <source>Enter the name of the new local Django application.</source>
        <translation>Gib den Namen der neuen lokalen Django Anwendung ein.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2273"/>
        <source>Updating message catalogs (keeping obsolete messages)</source>
        <translation>Aktualisiere Textkataloge (veraltete Texte behalten)</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1992"/>
        <source>Change Password</source>
        <translation>Kennwort ändern</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="513"/>
        <source>Change &amp;Password</source>
        <translation>&amp;Kennwort ändern</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="517"/>
        <source>Change the password of a user</source>
        <translation>Ändert das Kennwort eines Nutzers</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="519"/>
        <source>&lt;b&gt;Change Password&lt;/b&gt;&lt;p&gt;Change the password of a user of the Django project.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Kennwort ändern&lt;/b&gt;&lt;p&gt;Ändert das Kennwort eines Nutzers des Django Projektes.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="526"/>
        <source>Create Superuser</source>
        <translation>Superuser anlegen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="526"/>
        <source>Create &amp;Superuser</source>
        <translation>&amp;Superuser anlegen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="530"/>
        <source>Create a superuser account</source>
        <translation>Legt eine Superuser Kennung an</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="532"/>
        <source>&lt;b&gt;Create Superuser&lt;/b&gt;&lt;p&gt;Create a superuser account for the Django project.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Superuser anlegen&lt;/b&gt;&lt;p&gt;Legt eine Superuser Kennung für das Django Projekt an.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2044"/>
        <source>Clear Sessions</source>
        <translation>Sessions löschen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="543"/>
        <source>Clear &amp;Sessions</source>
        <translation>&amp;Sessions löschen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="547"/>
        <source>Clear expired sessions</source>
        <translation>Löscht abgelaufene Sessions</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="549"/>
        <source>&lt;b&gt;Clear Sessions&lt;/b&gt;&lt;p&gt;Clear expired sessions of the Django project.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Sessions löschen&lt;/b&gt;&lt;p&gt;Löscht abgelaufene Sessions des Django Projektes.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="677"/>
        <source>&amp;Authorization</source>
        <translation>&amp;Authorisierung</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="691"/>
        <source>&amp;Session</source>
        <translation>&amp;Session</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1992"/>
        <source>Enter the name of the user:</source>
        <translation>Gib den Namen des Nutzers ein:</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2056"/>
        <source>Expired sessions cleared successfully.</source>
        <translation>Abgelaufene Sessions erfolgreich gelöscht.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1022"/>
        <source>&lt;p&gt;Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.&lt;/p&gt;&lt;p&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Version:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;URL:&lt;/td&gt;&lt;td&gt;&lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;</source>
        <translation>&lt;p&gt;Django ist ein Python Web-Framework, das eine schnelle Entwicklung und ein klares, pragmatisches Design fördert.&lt;/p&gt;&lt;p&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Version:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;URL:&lt;/td&gt;&lt;td&gt;&lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1269"/>
        <source>&lt;p&gt;The &lt;b&gt;django-admin.py&lt;/b&gt; script is not in the path. Aborting...&lt;/p&gt;</source>
        <translation>&lt;p&gt;Das &lt;b&gt;django-admin.py&lt;/b&gt; Skript ist nicht im Pfad. Abbruch...&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="711"/>
        <source>Open with {0}</source>
        <translation>Mit [0} öffnen</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2392"/>
        <source>The translations editor process ({0}) could not be started.</source>
        <translation>Der Prozess für den Übersetzungseditor ({0}) konnte nicht gestartet werden.</translation>
    </message>
</context>
<context>
    <name>ProjectDjangoPlugin</name>
    <message>
        <location filename="../../PluginProjectDjango.py" line="403"/>
        <source>Django</source>
        <translation>Django</translation>
    </message>
    <message>
        <location filename="../../PluginProjectDjango.py" line="168"/>
        <source>eric5 version is too old, {0}, {1} or newer needed.</source>
        <translation>Die eric5 Version ist zu alt. Es wird {0}, {1} oder neuer benötigt.</translation>
    </message>
</context>
</TS>

eric ide

mercurial