Sun, 24 Mar 2013 14:39:36 +0100
Added support for IPv6 to the 'Run Server', 'Run Browser' and 'Run Testserver' commands.
<?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><p>The data could not be written to <b>{0}</b></p><p>Reason: {1}</p></source> <translation><p>Die Daten konnten nicht nach <b>{0}</b> geschrieben werden.</p><p>Ursache: {1}</p></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="38"/> <source>JSON</source> <translation>JSON</translation> </message> <message> <location filename="ProjectDjango/DjangoDumpdataDataDialog.py" line="39"/> <source>XML</source> <translation>XML</translation> </message> <message> <location filename="ProjectDjango/DjangoDumpdataDataDialog.py" line="42"/> <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><b>Configure Django</b></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="190"/> <source>Django Python Console</source> <translation>Django Python Konsole</translation> </message> <message> <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="202"/> <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="205"/> <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><b>Note:</b> The console command for a console, that is spawning (i.e. exits before the console window is closed), should be prefixed by an '@' character.</source> <translation><b>Hinweis:</b> Der Konsolenbefehl für eine Konsole, die verzweigt (d.h. sie wird beendet bevor das Fenster geschlossen wurde), muss mit einem '@'-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> </context> <context> <name>Project</name> <message> <location filename="ProjectDjango/Project.py" line="512"/> <source>D&jango</source> <translation>D&jango</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="728"/> <source>New Form</source> <translation>Neues Formular</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="698"/> <source>The file already exists! Overwrite it?</source> <translation>Die Datei existiert bereits. Überschreiben?</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="728"/> <source><p>The new form file <b>{0}</b> could not be created.<br>Problem: {1}</p></source> <translation><p>Die neue Formulardatei <b>{0}</b> konnte nicht erzeugt werden.<br>Problem: {1}</p></translation> </message> <message> <location filename="ProjectDjango/Project.py" line="72"/> <source>Current Project</source> <translation>Aktuelles Projekt</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="76"/> <source>Selects the current project</source> <translation>Wählt das aktuelle Projekt aus</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="91"/> <source>Start Project</source> <translation>Project starten</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="91"/> <source>Start &Project</source> <translation>&Project starten</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="95"/> <source>Starts a new Django project</source> <translation>Startet ein neues Django Projekt</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="97"/> <source><b>Start Project</b><p>Starts a new Django project using "django-admin.py startproject".</p></source> <translation><b>Project starten</b><p>Started ein neues Django Projekt mittels "django-admin.py startproject".</p></translation> </message> <message> <location filename="ProjectDjango/Project.py" line="104"/> <source>Start Application (global)</source> <translation>Anwendung starten (global)</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="104"/> <source>Start Application (&global)</source> <translation>Anwendung starten (&global)</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="109"/> <source>Starts a new global Django application</source> <translation>Startet eine neue globale Django Anwendung</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="111"/> <source><b>Start Application (global)</b><p>Starts a new global Django application using "django-admin.py startapp".</p></source> <translation><b>Anwendung starten (global)</b><p>Startet eine neue globale Django Anwendung mittels "django-admin.py startapp".</p></translation> </message> <message> <location filename="ProjectDjango/Project.py" line="120"/> <source>Start Application (local)</source> <translation>Anwendung starten (lokal)</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="120"/> <source>Start Application (&local)</source> <translation>Anwendung starten (&lokal)</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="125"/> <source>Starts a new local Django application</source> <translation>Startet eine neue lokale Django Anwendung</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="127"/> <source><b>Start Application (local)</b><p>Starts a new local Django application using "manage.py startapp".</p></source> <translation><b>Anwendung starten (lokal)</b><p>Startet eine neue lokale Django Anwendung mittels "manage.py startapp".</p></translation> </message> <message> <location filename="ProjectDjango/Project.py" line="140"/> <source>Run Server</source> <translation>Server starten</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="140"/> <source>Run &Server</source> <translation>&Server starten</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="144"/> <source>Starts the Django Web server</source> <translation>Startet den Django Web-Server</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="146"/> <source><b>Run Server</b><p>Starts the Django Web server using "manage.py runserver".</p></source> <translation><b>Server starten</b><p>Startet den Django Web-Server mittels "manage.py runserve".</p></translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1232"/> <source>Run Web-Browser</source> <translation>Web-Browser starten</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="153"/> <source>Run &Web-Browser</source> <translation>Web-&Browser starten</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="157"/> <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="159"/> <source><b>Run Web-Browser</b><p>Starts the default Web-Browser with the URL of the Django Web server.</p></source> <translation><b>Web-Browser starten</b><p>Startet den Standard Web-Browser mit der URL des Django Web-Servers.</p></translation> </message> <message> <location filename="ProjectDjango/Project.py" line="758"/> <source>About Django</source> <translation>Über Django</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="205"/> <source>About D&jango</source> <translation>Über D&jango</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="209"/> <source>Shows some information about Django</source> <translation>Zeigt Informationen über Django</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="211"/> <source><b>About Django</b><p>Shows some information about Django.</p></source> <translation><b>Über Django</b><p>Zeigt Informationen über Django.</p></translation> </message> <message> <location filename="ProjectDjango/Project.py" line="227"/> <source>Synchronize</source> <translation>Synchronisieren</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="227"/> <source>&Synchronize</source> <translation>&Synchronisieren</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="231"/> <source>Synchronizes the database</source> <translation>Synchronisiert die Datenbank</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="233"/> <source><b>Synchronize</b><p>Synchronizes the database.</p></source> <translation><b>Synchronisieren</b><p>Synchronisiert die Datenbank.</p></translation> </message> <message> <location filename="ProjectDjango/Project.py" line="546"/> <source>&Database</source> <translation>&Datenbank</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="758"/> <source><p>Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.</p><p><table><tr><td>Version:</td><td>{0}</td></tr><tr><td>URL:</td><td><a href="http://www.djangoproject.com">http://www.djangoproject.com</a></td></tr></table></p></source> <translation><p>Django ist ein Python Web-Framework, das eine schnelle Entwicklung und ein klares, pragmatisches Design fördert.</p><p><table><tr><td>Version:</td><td>{0}</td></tr><tr><td>URL:</td><td><a href="http://www.djangoproject.com">http://www.djangoproject.com</a></td></tr></table></p></translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1124"/> <source>Project</source> <translation>Projekt</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="890"/> <source>Application</source> <translation>Anwendung</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="892"/> <source>Start Django</source> <translation>Django starten</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="892"/> <source>Select if this project should be a Django Project or Application.<br />Select the empty entry for none.</source> <translation>Auswählen, ob ddieses Projekt ein Django Projekt oder eine Django Anwendung sein soll.<br />Den leeren Eintrag wählen, wenn keines zutrifft.</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="956"/> <source>Start Django Project</source> <translation>Django Projekt starten</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="934"/> <source>Django project created successfully.</source> <translation>Das Django Projekt wurde erfolgreich erzeugt.</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="956"/> <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="982"/> <source>Start Django Application</source> <translation>Django Anwendung starten</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1007"/> <source>Django application created successfully.</source> <translation>Die Django Anwendung wurde erfolgreich erzeugt.</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1088"/> <source>Select Project</source> <translation>Wähle Projekt</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1088"/> <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="1122"/> <source>None</source> <translation>keines</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1682"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1188"/> <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="1232"/> <source>Could not start the web-browser for the url "{0}".</source> <translation>Der Web-Browser konnt mit der URL "{0}" nicht gestartet werden.</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1640"/> <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="78"/> <source><b>Current Project</b><p>Selects the current project. Used for multi-project Django projects to switch between the projects.</p></source> <translation><b>Aktuelles Projekt</b><p>Wählt das aktuelle Projekt aus. Dies wird bei Django Mehrfach-Projekten benötigt, um zwischen den Projekten umzuschalten.</p></translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1430"/> <source>Diff Settings</source> <translation>Settings Unterschiede</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="398"/> <source>&Diff Settings</source> <translation>Settings &Unterschiede</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="402"/> <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="404"/> <source><b>Diff Settings</b><p>Shows the modification made to the settings.</p></source> <translation><b>Settings Unterschiede</b><p>Zeigt die Änderungen gegenüber dem Standard.</p></translation> </message> <message> <location filename="ProjectDjango/Project.py" line="589"/> <source>&Tools</source> <translation>&Werkzeuge</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1127"/> <source>&Current Django project ({0})</source> <translation>&Aktuelles Django Projekt ({0})</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1451"/> <source>Cleanup</source> <translation>Aufräumen</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="411"/> <source>&Cleanup</source> <translation>&Aufräumen</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="415"/> <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="417"/> <source><b>Cleanup</b><p>Cleans out old data from the database.</p></source> <translation><b>Aufräumen</b><p>Löscht veraltete Daten aus der Datenbank.</p></translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1463"/> <source>Database cleaned up successfully.</source> <translation>Datenbank erfolgreich aufgeräumt.</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1473"/> <source>Validate</source> <translation>Validieren</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="424"/> <source>&Validate</source> <translation>&Validieren</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="428"/> <source>Validates all installed models</source> <translation>Validiert alle installierten Modelle</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="430"/> <source><b>Validate</b><p>Validates all installed models.</p></source> <translation><b>Validieren</b><p>Validiert alle installierten Modelle</p></translation> </message> <message> <location filename="ProjectDjango/Project.py" line="786"/> <source>Select Applications</source> <translation>Applikation auswählen</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="786"/> <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="437"/> <source>Start Python Console</source> <translation>Starte Python Konsole</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="437"/> <source>Start &Python Console</source> <translation>Starte &Python Konsole</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="441"/> <source>Starts a Python interactive interpreter</source> <translation>Startet einen interaktiven Python Interpreter</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="443"/> <source><b>Start Python Console</b><p>Starts a Python interactive interpreter.</p></source> <translation><b>Starte Python Konsole</b><p>Startet einen interaktiven Python Interpreter.</p></translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1522"/> <source>Create Cache Tables</source> <translation>Erzeuge Cache Tabellen</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="171"/> <source>C&reate Cache Tables</source> <translation>Erzeuge &Cache Tabellen</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="175"/> <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="177"/> <source><b>Create Cache Tables</b><p>Creates the tables needed to use the SQL cache backend.</p></source> <translation><b>Erzeuge Cache Tabellen</b><p>Erzeugt die für das SQL Cache Backend benötigten Tabellen</p></translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1529"/> <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="1543"/> <source>Cache tables created successfully.</source> <translation>Cache Tabellen erfolgreich erzeugt.</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="240"/> <source>Introspect</source> <translation>Untersuchen</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="240"/> <source>&Introspect</source> <translation>&Untersuchen</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="244"/> <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="246"/> <source><b>Introspect</b><p>Introspects the database tables and outputs a Django model module.</p></source> <translation><b>Untersuchen</b><p>Untersucht die Datenbanktabellen und gibt ein Django Modellmodul aus.</p></translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1267"/> <source>Introspect Database</source> <translation>Datenbank untersuchen</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="254"/> <source>Flush</source> <translation>Neuinitialisierung</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="254"/> <source>&Flush</source> <translation>&Neuinitialisierung</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="258"/> <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="260"/> <source><b>Flush</b><p>Returns all database tables to the state just after their installation.</p></source> <translation><b>Neuinitialisierung</b><p>Setzt alle Datenbanktabelle in ihren Ursprungszustand zurück.</p></translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1413"/> <source>Flush Database</source> <translation>Datenbank neu initialisieren</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1296"/> <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="1306"/> <source>Database tables flushed successfully.</source> <translation>Datenbank erfolgreich neu initialisiert.</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="268"/> <source>Start Client Console</source> <translation>Starte Datenbank Konsole</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="272"/> <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="274"/> <source><b>Start Client Console</b><p>Starts a console window for the database client.</p></source> <translation><b>Starte Datenbank Konsole</b><p>Started ein Konsolenfenster für den Datenbankklienten.</p></translation> </message> <message> <location filename="ProjectDjango/Project.py" line="268"/> <source>Start &Client Console</source> <translation>Starte &Datenbank Konsole</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1378"/> <source>Create Tables</source> <translation>Tabellen erzeugen</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="285"/> <source>Create &Tables</source> <translation>&Tabellen erzeugen</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="289"/> <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="291"/> <source><b>Create Tables</b><p>Prints the CREATE TABLE SQL statements for one or more applications.</p></source> <translation><b>Tabellen erzeugen</b><p>Zeigt die CREATE TABLE SQL Befehle für eine oder mehrere Anwendungen.</p></translation> </message> <message> <location filename="ProjectDjango/Project.py" line="567"/> <source>Show &SQL</source> <translation>Zeige &SQL</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1385"/> <source>Create Indexes</source> <translation>Indices erzeugen</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="300"/> <source>Create &Indexes</source> <translation>&Indices erzeugen</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="306"/> <source><b>Create Indexes</b><p>Prints the CREATE INDEX SQL statements for one or more applications.</p></source> <translation><b>Indices erzeugen</b><p>Zeigt die CREATE INDEX SQL Befehle für eine oder mehrere Anwendungen.</p></translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1392"/> <source>Create Everything</source> <translation>Alles erzeugen</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="315"/> <source>Create &Everything</source> <translation>&Alles erzeugen</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="319"/> <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="321"/> <source><b>Create Everything</b><p>Prints the CREATE TABLE, custom SQL and CREATE INDEX SQL statements for one or more applications.</p></source> <translation><b>Alles erzeugen</b><p>Zeigt die CREATE TABLE, spezifische und CREATE INDEX SQL Befehle für eine oder mehrere Anwendungen.</p></translation> </message> <message> <location filename="ProjectDjango/Project.py" line="304"/> <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="1399"/> <source>Custom Statements</source> <translation>Spezifische Befehle</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="330"/> <source>&Custom Statements</source> <translation>&Spezifische Befehle</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="334"/> <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="337"/> <source><b>Custom Statements</b><p>Prints the custom table modifying SQL statements for one or more applications.</p></source> <translation><b>Spezifische Befehle</b><p>Zeigt spezifische SQL Befehle für eine oder mehrere Anwendungen.</p></translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1406"/> <source>Drop Tables</source> <translation>Tabellen löschen</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="346"/> <source>&Drop Tables</source> <translation>Tabellen &löschen</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="350"/> <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="353"/> <source><b>Drop Tables</b><p>Prints the DROP TABLE SQL statements for one or more applications.</p></source> <translation><b>Tabellen löschen</b><p>Zeigt die DROP TABLE SQL Befehle für eine oder mehrere Anwendungen.</p></translation> </message> <message> <location filename="ProjectDjango/Project.py" line="362"/> <source>&Flush Database</source> <translation>&Datenbank neu initialisieren</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="366"/> <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="369"/> <source><b>Flush Database</b><p>Prints a list of statements to return all database tables to the state just after their installation.</p></source> <translation><b>Datenbank neu initialisieren</b><p/>Zeigt eine Befehlsliste, um alle Datenbanktabelle in ihren Ursprungszustand zurückzusetzen.</p></translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1420"/> <source>Reset Sequences</source> <translation>Sequenzen zurücksetzen</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="378"/> <source>Reset &Sequences</source> <translation>Se&quenzen zurücksetzen</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="382"/> <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="385"/> <source><b>Reset Sequences</b><p>Prints the SQL statements for resetting sequences for one or more applications.</p></source> <translation><b>Sequenzen zurücksetzen</b><p>Zeigt die SQL Befehle zum Zurücksetzen von Sequenzen für eine oder mehrere Anwendungen.</p></translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1557"/> <source>Dump Data</source> <translation>Daten sichern</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="454"/> <source>&Dump Data</source> <translation>Daten &sichern</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="458"/> <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="460"/> <source><b>Dump Data</b><p>Dump the database data to a fixture.</p></source> <translation><b>Daten sichern</b<<p>Schreibt die Datenbank in ein Fixture.</p></translation> </message> <message> <location filename="ProjectDjango/Project.py" line="606"/> <source>T&esting</source> <translation>&Testen</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1365"/> <source>SQL Files (*.sql)</source> <translation>SQL Dateien (*.sql)</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1580"/> <source>JSON Files (*.json)</source> <translation>JSON Dateien (*.json)</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1582"/> <source>XML Files (*.xml)</source> <translation>XML Dateien (*.xml)</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1584"/> <source>YAML Files (*.yaml)</source> <translation>YAML Dateien (*.yaml)</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1596"/> <source>Load Data</source> <translation>Daten laden</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="467"/> <source>&Load Data</source> <translation>Daten &laden</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="471"/> <source>Load data from fixture files</source> <translation>Lädt Daten aus Fixturedateien</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="473"/> <source><b>Load Data</b><p>Load data from fixture files.</p></source> <translation><b>Daten laden</b><p>Lädt Daten aus Fixturedateien.</p></translation> </message> <message> <location filename="ProjectDjango/Project.py" line="480"/> <source>Run Testsuite</source> <translation>Testsuite starten</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="480"/> <source>Run &Testsuite</source> <translation>&Testsuite starten</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="484"/> <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="486"/> <source><b>Run Testsuite</b><p>Run the test suite for applications or the whole site.</p></source> <translation><b>Testsuite starten</b><p>Startet die Testsuite für Anwendungen oder die Site.</p></translation> </message> <message> <location filename="ProjectDjango/Project.py" line="493"/> <source>Run Testserver</source> <translation>Testserver starten</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="493"/> <source>Run Test&server</source> <translation>Test&server starten</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="497"/> <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="499"/> <source><b>Run Testserver</b><p>Run a development server with data from a set of fixtures.</p></source> <translation><b>Testserver starten</b><p>Startet einen Entwicklungsserver mit Daten aus einer Liste von Fixtures.</p></translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1682"/> <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="188"/> <source>Help</source> <translation>Hilfe</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="188"/> <source>&Help</source> <translation>&Hilfe</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="192"/> <source>Shows the Django help index</source> <translation>Zeigt den Django Hilfe Index an</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="194"/> <source><b>Help</b><p>Shows the Django help index page.</p></source> <translation><b>Hilfe</b><p>Zeigt den Django Hilfe Index an.</p></translation> </message> <message> <location filename="ProjectDjango/Project.py" line="628"/> <source>New template...</source> <translation>Neues Template...</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="635"/> <source>Update all catalogs</source> <translation>Alle Kataloge aktualisieren</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="637"/> <source>Update selected catalogs</source> <translation>Ausgewählte Kataloge aktualisieren</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="645"/> <source>Compile all catalogs</source> <translation>Alle Kataloge übersetzen</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="647"/> <source>Compile selected catalogs</source> <translation>Ausgewählte Kataloge übersetzen</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1761"/> <source>Initializing message catalog for '{0}'</source> <translation>Initialisiere Textkatalog für '{0}'</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="2003"/> <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="1779"/> <source> Message catalog initialized successfully.</source> <translation> Textkatalog erfolgreich initialisiert.</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1883"/> <source>Updating message catalogs</source> <translation>Aktualisiere Textkataloge</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1969"/> <source>No locales detected. Aborting...</source> <translation>Keine Sprachen erkannt. Abbruch...</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1931"/> <source> Message catalogs updated successfully.</source> <translation> Textkataloge erfolgreich aktualisiert.</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1993"/> <source>Compiling message catalogs</source> <translation>Übersetze Textkataloge</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="2009"/> <source> Message catalogs compiled successfully.</source> <translation> Textkataloge erfolgreich übersetzt.</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="639"/> <source>Update all catalogs (with obsolete)</source> <translation>Alle Kataloge aktualisieren (mit veralteten)</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="642"/> <source>Update selected catalogs (with obsolete)</source> <translation>Ausgewählte Kataloge aktualisieren (mit veralteten)</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1018"/> <source>Start Global Django Application</source> <translation>Globale Django Anwendung beginnen</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1018"/> <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="1037"/> <source>Start Local Django Application</source> <translation>Lokale Django Anwendung beginnen</translation> </message> <message> <location filename="ProjectDjango/Project.py" line="1037"/> <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="1914"/> <source>Updating message catalogs (keeping obsolete messages)</source> <translation>Aktualisiere Textkataloge (veraltete Texte behalten)</translation> </message> </context> <context> <name>ProjectDjangoPlugin</name> <message> <location filename="PluginProjectDjango.py" line="192"/> <source>Django</source> <translation>Django</translation> </message> <message> <location filename="PluginProjectDjango.py" line="160"/> <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>