--- a/ProjectPyramid/i18n/pyramid_de.ts Tue Mar 26 16:47:15 2013 +0100 +++ b/ProjectPyramid/i18n/pyramid_de.ts Mon Apr 01 19:40:41 2013 +0200 @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="de_DE"> +<!DOCTYPE TS><TS version="2.0" language="de_DE" sourcelanguage=""> <context> <name>CreateParametersDialog</name> <message> @@ -148,312 +147,312 @@ <context> <name>Project</name> <message> - <location filename="ProjectPyramid/Project.py" line="67"/> + <location filename="ProjectPyramid/Project.py" line="65"/> <source>Current Pyramid Project</source> <translation>Aktuelles Pyramid Projekt</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="71"/> + <location filename="ProjectPyramid/Project.py" line="69"/> <source>Selects the current Pyramid project</source> <translation>Wählt das aktuelle Pyramid Projekt aus</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="73"/> + <location filename="ProjectPyramid/Project.py" line="71"/> <source><b>Current Pyramid Project</b><p>Selects the Pyramid project. Used for multi-project Pyramid projects to switch between the projects.</p></source> <translation><b>Aktuelles Pyramid Projekt</b><p>Wählt das Pyramid Projekt aus. Wird bei Multiprojekt Pyramid Projekten eingesetzt, um zwischen den Projekten umzuschalten.</p></translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="549"/> + <location filename="ProjectPyramid/Project.py" line="673"/> <source>Create Pyramid Project</source> <translation>Pyramid Projekt erstellen</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="85"/> + <location filename="ProjectPyramid/Project.py" line="83"/> <source>Create Pyramid &Project</source> <translation>Pyramid &Projekt erstellen</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="89"/> + <location filename="ProjectPyramid/Project.py" line="87"/> <source>Creates a new Pyramid project</source> <translation>Erstellt ein neues Pyramid Projekt</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="91"/> + <location filename="ProjectPyramid/Project.py" line="89"/> <source><b>Create Pyramid Project</b><p>Creates a new Pyramid project using "pcreate".</p></source> <translation><b>Pyramid Projekt erstellen</b><p>Erstellt ein neues Pyramid Projekt mittels "pcreate".</p></translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="700"/> + <location filename="ProjectPyramid/Project.py" line="824"/> <source>Run Server</source> <translation>Server starten</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="102"/> + <location filename="ProjectPyramid/Project.py" line="100"/> <source>Run &Server</source> <translation>&Server starten</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="106"/> + <location filename="ProjectPyramid/Project.py" line="104"/> <source>Starts the Pyramid Web server</source> <translation>Startet den Pyramid Web Server</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="108"/> + <location filename="ProjectPyramid/Project.py" line="106"/> <source><b>Run Server</b><p>Starts the Pyramid Web server using "pserve --reload development.ini".</p></source> <translation><b>Server starten</b><p>Startet den Pyramid Web Server mittels "pserve --reload development.ini".</p></translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="116"/> + <location filename="ProjectPyramid/Project.py" line="114"/> <source>Run Server with Logging</source> <translation>Server mit Logging starten</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="116"/> + <location filename="ProjectPyramid/Project.py" line="114"/> <source>Run Server with &Logging</source> <translation>Server mit &Logging starten</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="120"/> + <location filename="ProjectPyramid/Project.py" line="118"/> <source>Starts the Pyramid Web server with logging</source> <translation>Startet den Pyramid Web Server mit Logging</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="122"/> + <location filename="ProjectPyramid/Project.py" line="120"/> <source><b>Run Server with Logging</b><p>Starts the Pyramid Web server with logging using "pserve --log-file=server.log --reload development.ini".</p></source> <translation><b>Server mit Logging starten</b><p>Startet den Pyramid Web Server mit Logging mittels "pserve --log-file=server.log --reload development.ini".</p></translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="767"/> + <location filename="ProjectPyramid/Project.py" line="891"/> <source>Run Web-Browser</source> <translation>Web-Browser starten</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="130"/> + <location filename="ProjectPyramid/Project.py" line="128"/> <source>Run &Web-Browser</source> <translation>Web-&Browser starten</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="134"/> + <location filename="ProjectPyramid/Project.py" line="132"/> <source>Starts the default Web-Browser with the URL of the Pyramid Web server</source> <translation>Startet den Standard Web-Browser mit der URL des Pyramid Web-Servers</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="136"/> + <location filename="ProjectPyramid/Project.py" line="134"/> <source><b>Run Web-Browser</b><p>Starts the default Web-Browser with the URL of the Pyramid Web server.</p></source> <translation><b>Web-Browser starten</b><p>Startet den Standard Web-Browser mit der URL des Pyramid Web-Servers.</p></translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="782"/> + <location filename="ProjectPyramid/Project.py" line="906"/> <source>Start Pyramid Python Console</source> <translation>Starte Pyramid Python Konsole</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="144"/> + <location filename="ProjectPyramid/Project.py" line="142"/> <source>Start Pyramid &Python Console</source> <translation>Starte Pyramid &Python Konsole</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="148"/> + <location filename="ProjectPyramid/Project.py" line="146"/> <source>Starts an interactive Python interpreter</source> <translation>Startet einen interaktiven Python Interpreter</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="150"/> + <location filename="ProjectPyramid/Project.py" line="148"/> <source><b>Start Pyramid Python Console</b><p>Starts an interactive Python interpreter.</p></source> <translation><b>Starte Pyramid Python Konsole</b><p>Startet einen interaktiven Python Interpreter</p></translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="813"/> + <location filename="ProjectPyramid/Project.py" line="937"/> <source>Setup Development Environment</source> <translation>Entwicklungsumgebung einrichten</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="161"/> + <location filename="ProjectPyramid/Project.py" line="159"/> <source>Setup &Development Environment</source> <translation>Entwicklungs&umgebung einrichten</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="165"/> + <location filename="ProjectPyramid/Project.py" line="163"/> <source>Setup the Pyramid project in development mode</source> <translation>Richtet das Pyramid Projekt im Entwicklungsmodus ein</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="167"/> + <location filename="ProjectPyramid/Project.py" line="165"/> <source><b>Setup Development Environment</b><p>Setup the Pyramid project in development mode using "python setup.py develop".</p></source> <translation><b>Entwicklungsumgebung einrichten</b><p>Richtet das Pyramid Projekt im Entwicklungsmodus mittels "python setup.py develop" ein.</p></translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="892"/> + <location filename="ProjectPyramid/Project.py" line="1018"/> <source>Initialize Database</source> <translation>Datenbank initialisieren</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="179"/> + <location filename="ProjectPyramid/Project.py" line="177"/> <source>Initialize &Database</source> <translation>&Datenbank initialisieren</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="183"/> + <location filename="ProjectPyramid/Project.py" line="181"/> <source>Initializes (or re-initializes) the database of the current Pyramid project</source> <translation>Initialisiert (oder reinitialisiert) die Datenbank des aktuellen Pyramid Projektes</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="186"/> + <location filename="ProjectPyramid/Project.py" line="184"/> <source><b>Initialize Database</b><p>Initializes (or re-initializes) the database of the current Pyramid project.</p></source> <translation><b>Datenbank initialisieren</b><p>Initialisiert (oder reinitialisiert) die Datenbank des aktuellen Pyramid Projektes.</p></translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="930"/> + <location filename="ProjectPyramid/Project.py" line="1056"/> <source>Show Matching Views</source> <translation>Passende Ansichten anzeigen</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="198"/> + <location filename="ProjectPyramid/Project.py" line="196"/> <source>Show Matching &Views</source> <translation>Passende &Ansichten anzeigen</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="202"/> + <location filename="ProjectPyramid/Project.py" line="200"/> <source>Show views matching a given URL</source> <translation>Zeigt Ansichten zu einer gegebenen URL an</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="204"/> + <location filename="ProjectPyramid/Project.py" line="202"/> <source><b>Show Matching Views</b><p>Show views matching a given URL.</p></source> <translation><b>Passende Ansichten anzeigen</b><p>Zeigt Ansichten zu einer gegebenen URL an.</p></translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="953"/> + <location filename="ProjectPyramid/Project.py" line="1079"/> <source>Show Routes</source> <translation>Routen anzeigen</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="211"/> + <location filename="ProjectPyramid/Project.py" line="209"/> <source>Show &Routes</source> <translation>&Routen anzeigen</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="215"/> + <location filename="ProjectPyramid/Project.py" line="213"/> <source>Show all URL dispatch routes used by a Pyramid application</source> <translation>Zeigt alle durch eine Pyramid Anwendung verwendete URL Routen an</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="217"/> + <location filename="ProjectPyramid/Project.py" line="215"/> <source><b>Show Routes</b><p>Show all URL dispatch routes used by a Pyramid application in the order in which they are evaluated.</p></source> <translation><b>Routen anzeigen</b><p>Zeigt alle durch eine Pyramid Anwendung verwendete URL Routen in der Reihenfolge ihrer Auswertung an.</p></translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="972"/> + <location filename="ProjectPyramid/Project.py" line="1100"/> <source>Show Tween Objects</source> <translation>Tween Objekte anzeigen</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="225"/> + <location filename="ProjectPyramid/Project.py" line="223"/> <source>Show &Tween Objects</source> <translation>&Tween Objekte anzeigen</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="229"/> + <location filename="ProjectPyramid/Project.py" line="227"/> <source>Show all implicit and explicit tween objects used by a Pyramid application</source> <translation>Zeigt alle von einer Pyramid Anwendung verwendeten impliziten und expliziten Tween Objekte an</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="231"/> + <location filename="ProjectPyramid/Project.py" line="229"/> <source><b>Show Tween Objects</b><p>Show all implicit and explicit tween objects used by a Pyramid application.</p></source> <translation><b>Tween Objekte anzeigen</b><p>Zeigt alle von einer Pyramid Anwendung verwendeten impliziten und expliziten Tween Objekte an.</p></translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="243"/> + <location filename="ProjectPyramid/Project.py" line="241"/> <source>Build Distribution</source> <translation>Distribution erzeugen</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="243"/> + <location filename="ProjectPyramid/Project.py" line="241"/> <source>Build &Distribution</source> <translation>&Distribution erzeugen</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="247"/> + <location filename="ProjectPyramid/Project.py" line="245"/> <source>Builds a distribution file for the Pyramid project</source> <translation>Erzeugt Dateien zur Distribution eines Pyramid Projektes</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="249"/> + <location filename="ProjectPyramid/Project.py" line="247"/> <source><b>Build Distribution</b><p>Builds a distribution file for the Pyramid project using "python setup.py sdist".</p></source> <translation><b>Distribution erzeugen</b><p>Erzeugt Dateien zur Distribution eines Pyramid Projektes mittels "python setup.py sdist".</p></translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="261"/> + <location filename="ProjectPyramid/Project.py" line="259"/> <source>Documentation</source> <translation>Dokumentation</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="261"/> + <location filename="ProjectPyramid/Project.py" line="259"/> <source>D&ocumentation</source> <translation>D&okumentation</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="265"/> + <location filename="ProjectPyramid/Project.py" line="263"/> <source>Shows the help viewer with the Pyramid documentation</source> <translation>Zeigt die Hilfeanzeige mit der Pyramid Dokumentation</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="267"/> + <location filename="ProjectPyramid/Project.py" line="265"/> <source><b>Documentation</b><p>Shows the help viewer with the Pyramid documentation.</p></source> <translation><b>Dokumentation</b><p>Zeigt die Hilfeanzeige mit der Pyramid Dokumentation.</p></translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="500"/> + <location filename="ProjectPyramid/Project.py" line="596"/> <source>About Pyramid</source> <translation>Über Pyramid</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="278"/> + <location filename="ProjectPyramid/Project.py" line="276"/> <source>About P&yramid</source> <translation>Über P&yramid</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="282"/> + <location filename="ProjectPyramid/Project.py" line="280"/> <source>Shows some information about Pyramid</source> <translation>Zeigt einige Informationen über Pyramid an</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="284"/> + <location filename="ProjectPyramid/Project.py" line="282"/> <source><b>About Pyramid</b><p>Shows some information about Pyramid.</p></source> <translation><b>Über Pyramid</b><p>Zeigt einige Informationen über Pyramid an.</p></translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="299"/> + <location filename="ProjectPyramid/Project.py" line="297"/> <source>P&yramid</source> <translation>P&yramid</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="336"/> + <location filename="ProjectPyramid/Project.py" line="334"/> <source>New template...</source> <translation>Neues Template...</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="345"/> + <location filename="ProjectPyramid/Project.py" line="343"/> <source>Extract Messages</source> <translation>Texte extrahieren</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="347"/> + <location filename="ProjectPyramid/Project.py" line="345"/> <source>Compile All Catalogs</source> <translation>Alle Kataloge übersetzen</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="349"/> + <location filename="ProjectPyramid/Project.py" line="347"/> <source>Compile Selected Catalogs</source> <translation>Ausgewählte Kataloge übersetzen</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="352"/> + <location filename="ProjectPyramid/Project.py" line="350"/> <source>Update All Catalogs</source> <translation>Alle Kataloge aktualisieren</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="354"/> + <location filename="ProjectPyramid/Project.py" line="352"/> <source>Update Selected Catalogs</source> <translation>Ausgewählte Kataloge aktualisieren</translation> </message> @@ -478,142 +477,142 @@ <translation><p>Die neue Formulardatei <b>{0}</b> konnte nicht erstellt werden.<br/>Problem: {1}</p></translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="500"/> - <source><p>Pyramid is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.</p><p>URL: <a href="{0}">{0}</a></p></source> - <translation><p>Pyramid ist ein Python Web-Framework, das eine schnelle Entwicklung und ein klares, pragmatisches Design fördert.</p><p>URL: <a href="{0}">{0}</a></p></translation> - </message> - <message> - <location filename="ProjectPyramid/Project.py" line="607"/> + <location filename="ProjectPyramid/Project.py" line="731"/> <source>Select Pyramid Project</source> <translation>Pyramid Projekt auswählen</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="607"/> + <location filename="ProjectPyramid/Project.py" line="731"/> <source>Select the Pyramid project to work with.</source> <translation>Wähle das Pyramid Projekt aus, mit dem gearbeitet werden soll.</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="645"/> + <location filename="ProjectPyramid/Project.py" line="769"/> <source>None</source> <translation>keines</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="648"/> + <location filename="ProjectPyramid/Project.py" line="772"/> <source>&Current Pyramid Project ({0})</source> <translation>&Aktuelles Pyramid Projekt ({0})</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="1251"/> + <location filename="ProjectPyramid/Project.py" line="1379"/> <source>No current Pyramid project selected or no Pyramid project created yet. Aborting...</source> <translation>Kein aktuelles Pyramid Projekt ausgewählt oder noch keines erstellt. Abbruch...</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="801"/> + <location filename="ProjectPyramid/Project.py" line="925"/> <source>Process Generation Error</source> <translation>Fehler bei der Prozessgenerierung</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="727"/> + <location filename="ProjectPyramid/Project.py" line="851"/> <source>The Pyramid server could not be started.</source> <translation>Der Pyramid Server konnte nicht gestartet werden.</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="767"/> + <location filename="ProjectPyramid/Project.py" line="891"/> <source>Could not start the web-browser for the URL "{0}".</source> <translation>Der Web-Browser konnte nicht für die URL "{0}" gestartet werden.</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="801"/> + <location filename="ProjectPyramid/Project.py" line="925"/> <source>The Pyramid Shell process could not be started.</source> <translation>Der Pyramid Konsolenprozess konnte nicht gestartet werden.</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="828"/> + <location filename="ProjectPyramid/Project.py" line="952"/> <source>Pyramid development environment setup successfully.</source> <translation>Die Pyramid Entwicklungsumgebung wurde erfolgreich eingerichtet.</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="842"/> + <location filename="ProjectPyramid/Project.py" line="966"/> <source>Build Distribution File</source> <translation>Distributionsdateien erzeugen</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="862"/> + <location filename="ProjectPyramid/Project.py" line="988"/> <source>Python distribution file built successfully.</source> <translation>Python Distributionsdateien erfolgreich erzeugt.</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="906"/> + <location filename="ProjectPyramid/Project.py" line="1032"/> <source>Database initialized successfully.</source> <translation>Datenbank erfolgreich initialisiert.</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="930"/> + <location filename="ProjectPyramid/Project.py" line="1056"/> <source>Enter the URL to be matched:</source> <translation>Gib die zu überprüfende URL ein:</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="1062"/> + <location filename="ProjectPyramid/Project.py" line="1190"/> <source>Extract messages</source> <translation>Texte extrahieren</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="1077"/> + <location filename="ProjectPyramid/Project.py" line="1205"/> <source> Messages extracted successfully.</source> <translation>Texte erfolgreich extrahiert.</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="1124"/> + <location filename="ProjectPyramid/Project.py" line="1252"/> <source> Message catalog initialized successfully.</source> <translation> Textkatalog erfolgreich initialisiert.</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="1173"/> + <location filename="ProjectPyramid/Project.py" line="1301"/> <source>Compiling message catalogs</source> <translation>Übersetze Textkataloge</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="1202"/> + <location filename="ProjectPyramid/Project.py" line="1330"/> <source> Message catalogs compiled successfully.</source> <translation> Textkataloge erfolgreich übersetzt.</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="1271"/> + <location filename="ProjectPyramid/Project.py" line="1399"/> <source>No locales detected. Aborting...</source> <translation>Keine Sprachen erkannt. Abbruch...</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="1247"/> + <location filename="ProjectPyramid/Project.py" line="1375"/> <source>Updating message catalogs</source> <translation>Aktualisiere Textkataloge</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="1276"/> + <location filename="ProjectPyramid/Project.py" line="1404"/> <source> Message catalogs updated successfully.</source> <translation> Textkataloge erfolgreich aktualisiert.</translation> </message> <message> - <location filename="ProjectPyramid/Project.py" line="1107"/> + <location filename="ProjectPyramid/Project.py" line="1235"/> <source>Initializing message catalog for '{0}'</source> <translation>Initialisiere Textkatalog für '{0}'</translation> </message> + <message> + <location filename="ProjectPyramid/Project.py" line="596"/> + <source><p>Pyramid 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="{1}">{1}</a></td></tr></table></p></source> + <translation><p>Pyramid ist ein Python Web-Framework, das eine schnelle Entwicklung und ein klares, pragmatisches Design fördert.</p><table><tr><td>Version:</td><td>{0}</td></tr><tr><td>URL:</td><td><a href="{1}">{1}</a></td></tr></table></p></translation> + </message> </context> <context> <name>ProjectPyramidPlugin</name> <message> - <location filename="PluginProjectPyramid.py" line="184"/> + <location filename="PluginProjectPyramid.py" line="382"/> <source>Pyramid</source> <translation>Pyramid</translation> </message> <message> - <location filename="PluginProjectPyramid.py" line="160"/> + <location filename="PluginProjectPyramid.py" line="161"/> <source>eric5 version is too old, {0}, {1} or newer needed.</source> <translation>Die eric5 Version ist zu alt; {0}, {1} oder neuer wird benötigt.</translation> </message>