Fri, 12 Jul 2024 08:31:14 +0200
Fixed an issue causing the 'New Template' function to fail.
--- a/ChangeLog Sat Dec 23 16:46:05 2023 +0100 +++ b/ChangeLog Fri Jul 12 08:31:14 2024 +0200 @@ -1,5 +1,8 @@ ChangeLog --------- +Version 10.3.1 +- bug fixes + Version 10.3.0 - adapted some import statements to eric 23.1 and newer
--- a/PluginProjectDjango.py Sat Dec 23 16:46:05 2023 +0100 +++ b/PluginProjectDjango.py Fri Jul 12 08:31:14 2024 +0200 @@ -29,7 +29,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "10.3.0" +version = "10.3.1" className = "ProjectDjangoPlugin" packageName = "ProjectDjango" shortDescription = "Project support for Django projects."
--- a/ProjectDjango/Project.py Sat Dec 23 16:46:05 2023 +0100 +++ b/ProjectDjango/Project.py Fri Jul 12 08:31:14 2024 +0200 @@ -1252,11 +1252,14 @@ @param path full directory path for the new form file @type str """ + fileFilters = self.tr( + "HTML Files (*.html);;HTML Files (*.htm);;All Files (*)" + ) fname, selectedFilter = EricFileDialog.getSaveFileNameAndFilter( self.__ui, self.tr("New Form"), path, - filter, + fileFilters, None, EricFileDialog.DontConfirmOverwrite, )
--- a/ProjectDjango/i18n/django_de.ts Sat Dec 23 16:46:05 2023 +0100 +++ b/ProjectDjango/i18n/django_de.ts Fri Jul 12 08:31:14 2024 +0200 @@ -1,19 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> -<TS version="2.0" language="de" sourcelanguage=""> +<TS version="2.1" language="de_DE"> <context> <name>DjangoCheckOptionsDialog</name> <message> - <location filename="../DjangoCheckOptionsDialog.py" line="77" /> - <source>Select settings file</source> - <translation>Settingsdatei auswählen</translation> - </message> - <message> - <location filename="../DjangoCheckOptionsDialog.py" line="79" /> - <source>Python Files (*.py)</source> - <translation>Python Datei (*.py)</translation> - </message> - <message> <location filename="../DjangoCheckOptionsDialog.ui" line="0" /> <source>Check Options</source> <translation>Check Optionen</translation> @@ -53,10 +43,45 @@ <source>Press to select the settings module file via a file selection dialog</source> <translation>Drücken, um die Datei des Settingsmoduls mittels Dateiauswhldialog zu wählen</translation> </message> + <message> + <location filename="../DjangoCheckOptionsDialog.py" line="89" /> + <source>Select settings file</source> + <translation>Settingsdatei auswählen</translation> + </message> + <message> + <location filename="../DjangoCheckOptionsDialog.py" line="89" /> + <source>Python Files (*.py)</source> + <translation>Python Datei (*.py)</translation> + </message> </context> <context> <name>DjangoDialog</name> <message> + <location filename="../DjangoDialog.py" line="214" /> + <source>Process Generation Error</source> + <translation>Fehler beim Prozessstart</translation> + </message> + <message> + <location filename="../DjangoDialog.py" line="215" /> + <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="../DjangoDialog.py" line="305" /> + <source>Select data file</source> + <translation>Wähle Datendatei</translation> + </message> + <message> + <location filename="../DjangoDialog.py" line="323" /> + <source>Error saving data</source> + <translation>Fehler beim Sichern der Daten</translation> + </message> + <message> + <location filename="../DjangoDialog.py" line="324" /> + <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> + <message> <location filename="../DjangoDialog.ui" line="0" /> <source>Django</source> <translation>Django</translation> @@ -111,45 +136,10 @@ <source>Alt+P</source> <translation>Alt+K</translation> </message> - <message> - <location filename="../DjangoDialog.py" line="218" /> - <source>Process Generation Error</source> - <translation>Fehler beim Prozessstart</translation> - </message> - <message> - <location filename="../DjangoDialog.py" line="219" /> - <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="../DjangoDialog.py" line="313" /> - <source>Select data file</source> - <translation>Wähle Datendatei</translation> - </message> - <message> - <location filename="../DjangoDialog.py" line="333" /> - <source>Error saving data</source> - <translation>Fehler beim Sichern der Daten</translation> - </message> - <message> - <location filename="../DjangoDialog.py" line="334" /> - <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>DjangoDiffsettingsDataDialog</name> <message> - <location filename="../DjangoDiffsettingsDataDialog.py" line="32" /> - <source>Hash Format</source> - <translation>Hash Format</translation> - </message> - <message> - <location filename="../DjangoDiffsettingsDataDialog.py" line="33" /> - <source>Unified Diff</source> - <translation>Unified Diff</translation> - </message> - <message> <location filename="../DjangoDiffsettingsDataDialog.ui" line="0" /> <source>diffsettings Command Options</source> <translation>diffsettings Kommandozeilenoptionen</translation> @@ -184,21 +174,31 @@ <source>Select the output format (2.0.0+ only)</source> <translation>Wähle das Ausgabeformat (nur 2.0.0+)</translation> </message> + <message> + <location filename="../DjangoDiffsettingsDataDialog.py" line="33" /> + <source>Hash Format</source> + <translation>Hash Format</translation> + </message> + <message> + <location filename="../DjangoDiffsettingsDataDialog.py" line="34" /> + <source>Unified Diff</source> + <translation>Unified Diff</translation> + </message> </context> <context> <name>DjangoDumpdataDataDialog</name> <message> - <location filename="../DjangoDumpdataDataDialog.py" line="40" /> + <location filename="../DjangoDumpdataDataDialog.py" line="41" /> <source>JSON</source> <translation>JSON</translation> </message> <message> - <location filename="../DjangoDumpdataDataDialog.py" line="41" /> + <location filename="../DjangoDumpdataDataDialog.py" line="42" /> <source>XML</source> <translation>XML</translation> </message> <message> - <location filename="../DjangoDumpdataDataDialog.py" line="44" /> + <location filename="../DjangoDumpdataDataDialog.py" line="46" /> <source>YAML</source> <translation>YAML</translation> </message> @@ -301,22 +301,22 @@ <translation>Gib die Liste der Applikationen und Modelle ein, die bei der Suche nach Fixtures übersprungen werden sollen:</translation> </message> <message> - <location filename="../DjangoLoaddataDataDialog.py" line="64" /> + <location filename="../DjangoLoaddataDataDialog.py" line="71" /> <source>JSON Files (*.json);;XML Files (*.xml);;</source> <translation>JSON Dateien (*.json);;XML Dateien (*.xml);;</translation> </message> <message> - <location filename="../DjangoLoaddataDataDialog.py" line="67" /> + <location filename="../DjangoLoaddataDataDialog.py" line="75" /> <source>YAML Files (*.yaml);;</source> <translation>YAML Dateien (*.yaml);;</translation> </message> <message> - <location filename="../DjangoLoaddataDataDialog.py" line="68" /> + <location filename="../DjangoLoaddataDataDialog.py" line="76" /> <source>All Files (*)</source> <translation>Alle Dateien (*)</translation> </message> <message> - <location filename="../DjangoLoaddataDataDialog.py" line="72" /> + <location filename="../DjangoLoaddataDataDialog.py" line="80" /> <source>Select fixture file</source> <translation>Wähle Fixturedatei</translation> </message> @@ -410,92 +410,92 @@ <context> <name>DjangoMigrationsListDialog</name> <message> - <location filename="../DjangoMigrationsListDialog.ui" line="0" /> - <source>Errors</source> - <translation>Fehler</translation> - </message> - <message> - <location filename="../DjangoMigrationsListDialog.py" line="64" /> + <location filename="../DjangoMigrationsListDialog.py" line="68" /> <source>Available Migrations</source> <translation>Verfügbare Migrationen</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="66" /> + <location filename="../DjangoMigrationsListDialog.py" line="71" /> <source>Name</source> <translation>Name</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="71" /> + <location filename="../DjangoMigrationsListDialog.py" line="78" /> <source>Migrations Plan</source> <translation>Migrationsplan</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="73" /> + <location filename="../DjangoMigrationsListDialog.py" line="81" /> <source>Migration</source> <translation>Migration</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="74" /> + <location filename="../DjangoMigrationsListDialog.py" line="82" /> <source>Dependencies</source> <translation>Abhängigkeiten</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="80" /> + <location filename="../DjangoMigrationsListDialog.py" line="90" /> <source>&Refresh</source> <translation>A&ktualisieren</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="82" /> + <location filename="../DjangoMigrationsListDialog.py" line="92" /> <source>Press to refresh the list</source> <translation>Drücken, um die Liste zu aktualisieren</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="190" /> + <location filename="../DjangoMigrationsListDialog.py" line="194" /> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="191" /> + <location filename="../DjangoMigrationsListDialog.py" line="195" /> <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="../DjangoMigrationsListDialog.py" line="303" /> + <location filename="../DjangoMigrationsListDialog.py" line="309" /> <source>Apply All Migrations</source> <translation>Alle Migrationen anwenden</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="333" /> - <location filename="../DjangoMigrationsListDialog.py" line="315" /> + <location filename="../DjangoMigrationsListDialog.py" line="340" /> + <location filename="../DjangoMigrationsListDialog.py" line="320" /> <source>Apply Selected Migrations</source> <translation>Ausgewählte Migrationen anwenden</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="318" /> + <location filename="../DjangoMigrationsListDialog.py" line="323" /> <source>Unapply Migrations</source> <translation>Migrationen rückgängig machen</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="395" /> - <location filename="../DjangoMigrationsListDialog.py" line="322" /> + <location filename="../DjangoMigrationsListDialog.py" line="401" /> + <location filename="../DjangoMigrationsListDialog.py" line="327" /> <source>Make Migrations</source> <translation>Migrationen generieren</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="325" /> + <location filename="../DjangoMigrationsListDialog.py" line="330" /> <source>Make Empty Migrations</source> <translation>Leere Migration generieren</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="329" /> + <location filename="../DjangoMigrationsListDialog.py" line="335" /> <source>Make Migrations (dry-run)</source> <translation>Migrationen generieren (Trockenlauf)</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="396" /> + <location filename="../DjangoMigrationsListDialog.py" line="402" /> <source>Enter a name for the migrations (leave empty to use system supplied name):</source> <translation>Gib einen Namen für die Migration ein (leer lassen, um einen erzeugten Namen zu verwenden):</translation> </message> + <message> + <location filename="../DjangoMigrationsListDialog.ui" line="0" /> + <source>Errors</source> + <translation>Fehler</translation> + </message> </context> <context> <name>DjangoPage</name> @@ -650,60 +650,29 @@ <translation>Ungenaue Übersetzungen einbeziehen</translation> </message> <message> - <location filename="../ConfigurationPage/DjangoPage.py" line="36" /> + <location filename="../ConfigurationPage/DjangoPage.py" line="42" /> <source>All Files (*)</source> <translation>Alle Dateien (*)</translation> </message> <message> - <location filename="../ConfigurationPage/DjangoPage.py" line="71" /> + <location filename="../ConfigurationPage/DjangoPage.py" line="77" /> <source>Plain Python</source> <translation>Normales Python</translation> </message> <message> - <location filename="../ConfigurationPage/DjangoPage.py" line="72" /> + <location filename="../ConfigurationPage/DjangoPage.py" line="78" /> <source>IPython</source> <translation>IPython</translation> </message> <message> - <location filename="../ConfigurationPage/DjangoPage.py" line="73" /> + <location filename="../ConfigurationPage/DjangoPage.py" line="79" /> <source>bpython</source> <translation>bpython</translation> </message> - <message> - <source>Enter the path of the Django virtual environment. Leave empty to not use a virtual environment setup.</source> - <translation type="vanished">Gib den Pfad der virtuellen Django Umgebung ein. Leer lassen, um keine virtuelle Umgebung zu verwenden.</translation> - </message> - <message> - <source>Select the virtual environment directory via a selection dialog</source> - <translation type="vanished">Wähle das Verzeichnis für die virtuelle Umgebung über einen Auswahldialog aus</translation> - </message> - <message> - <source>Select Virtual Environment for Python 3</source> - <translation type="vanished">Wähle die virtuelle Umgebung für Python 3</translation> - </message> - <message> - <source>Select the translations editor via a file selection dialog</source> - <translation type="vanished">Wähle den Übersetzungseditor über einen Auswahldialog aus</translation> - </message> </context> <context> <name>DjangoRunTestServerDataDialog</name> <message> - <location filename="../DjangoRunTestServerDataDialog.py" line="38" /> - <source>JSON Files (*.json);;XML Files (*.xml);;</source> - <translation>JSON Dateien (*.json);;XML Dateien (*.xml);;</translation> - </message> - <message> - <location filename="../DjangoRunTestServerDataDialog.py" line="41" /> - <source>YAML Files (*.yaml);;</source> - <translation>YAML Dateien (*.yaml);;</translation> - </message> - <message> - <location filename="../DjangoRunTestServerDataDialog.py" line="42" /> - <source>All Files (*)</source> - <translation>Alle Dateien (*)</translation> - </message> - <message> <location filename="../DjangoRunTestServerDataDialog.ui" line="0" /> <source>testserver Command Options</source> <translation>testserver Kommandozeilenoptionen</translation> @@ -714,12 +683,19 @@ <translation>Gib die Liste der Fixturenamen oder den Pfad einer Fixturedatei ein.</translation> </message> <message> - <source>Select a fixture file via a file selection dialog</source> - <translation type="vanished">Wähle eine Fixturedatei mittels eines Dateiauswahldialoges aus</translation> + <location filename="../DjangoRunTestServerDataDialog.py" line="41" /> + <source>JSON Files (*.json);;XML Files (*.xml);;</source> + <translation>JSON Dateien (*.json);;XML Dateien (*.xml);;</translation> </message> <message> - <source>Select fixture file</source> - <translation type="vanished">Wähle Fixturedatei</translation> + <location filename="../DjangoRunTestServerDataDialog.py" line="45" /> + <source>YAML Files (*.yaml);;</source> + <translation>YAML Dateien (*.yaml);;</translation> + </message> + <message> + <location filename="../DjangoRunTestServerDataDialog.py" line="46" /> + <source>All Files (*)</source> + <translation>Alle Dateien (*)</translation> </message> </context> <context> @@ -889,1147 +865,1152 @@ <context> <name>Project</name> <message> - <location filename="../Project.py" line="153" /> + <location filename="../Project.py" line="180" /> <source>Current Project</source> <translation>Aktuelles Projekt</translation> </message> <message> - <location filename="../Project.py" line="157" /> + <location filename="../Project.py" line="182" /> <source>Selects the current project</source> <translation>Wählt das aktuelle Projekt aus</translation> </message> <message> - <location filename="../Project.py" line="159" /> + <location filename="../Project.py" line="184" /> <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="../Project.py" line="173" /> + <location filename="../Project.py" line="199" /> <source>Start Project</source> <translation>Project starten</translation> </message> <message> - <location filename="../Project.py" line="174" /> + <location filename="../Project.py" line="200" /> <source>Start &Project</source> <translation>&Project starten</translation> </message> <message> - <location filename="../Project.py" line="177" /> + <location filename="../Project.py" line="206" /> <source>Starts a new Django project</source> <translation>Startet ein neues Django Projekt</translation> </message> <message> - <location filename="../Project.py" line="179" /> + <location filename="../Project.py" line="208" /> <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="../Project.py" line="188" /> + <location filename="../Project.py" line="218" /> <source>Start Application (global)</source> <translation>Anwendung starten (global)</translation> </message> <message> - <location filename="../Project.py" line="189" /> + <location filename="../Project.py" line="219" /> <source>Start Application (&global)</source> <translation>Anwendung starten (&global)</translation> </message> <message> - <location filename="../Project.py" line="192" /> + <location filename="../Project.py" line="226" /> <source>Starts a new global Django application</source> <translation>Startet eine neue globale Django Anwendung</translation> </message> <message> - <location filename="../Project.py" line="194" /> + <location filename="../Project.py" line="229" /> <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="../Project.py" line="204" /> + <location filename="../Project.py" line="239" /> <source>Start Application (local)</source> <translation>Anwendung starten (lokal)</translation> </message> <message> - <location filename="../Project.py" line="205" /> + <location filename="../Project.py" line="240" /> <source>Start Application (&local)</source> <translation>Anwendung starten (&lokal)</translation> </message> <message> - <location filename="../Project.py" line="208" /> + <location filename="../Project.py" line="247" /> <source>Starts a new local Django application</source> <translation>Startet eine neue lokale Django Anwendung</translation> </message> <message> - <location filename="../Project.py" line="210" /> + <location filename="../Project.py" line="250" /> <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="../Project.py" line="224" /> + <location filename="../Project.py" line="264" /> <source>Run Server</source> <translation>Server starten</translation> </message> <message> - <location filename="../Project.py" line="225" /> + <location filename="../Project.py" line="265" /> <source>Run &Server</source> <translation>&Server starten</translation> </message> <message> - <location filename="../Project.py" line="228" /> + <location filename="../Project.py" line="271" /> <source>Starts the Django Web server</source> <translation>Startet den Django Web-Server</translation> </message> <message> - <location filename="../Project.py" line="230" /> + <location filename="../Project.py" line="273" /> <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="../Project.py" line="2050" /> - <location filename="../Project.py" line="239" /> + <location filename="../Project.py" line="2266" /> + <location filename="../Project.py" line="283" /> <source>Run Web-Browser</source> <translation>Web-Browser starten</translation> </message> <message> - <location filename="../Project.py" line="240" /> + <location filename="../Project.py" line="284" /> <source>Run &Web-Browser</source> <translation>Web-&Browser starten</translation> </message> <message> - <location filename="../Project.py" line="243" /> + <location filename="../Project.py" line="291" /> <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="../Project.py" line="246" /> + <location filename="../Project.py" line="297" /> <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="../Project.py" line="2720" /> - <location filename="../Project.py" line="259" /> + <location filename="../Project.py" line="2963" /> + <location filename="../Project.py" line="311" /> <source>Create Cache Tables</source> <translation>Erzeuge Cache Tabellen</translation> </message> <message> - <location filename="../Project.py" line="260" /> + <location filename="../Project.py" line="312" /> <source>C&reate Cache Tables</source> <translation>Erzeuge &Cache Tabellen</translation> </message> <message> - <location filename="../Project.py" line="263" /> + <location filename="../Project.py" line="319" /> <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="../Project.py" line="265" /> + <location filename="../Project.py" line="322" /> <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="../Project.py" line="279" /> + <location filename="../Project.py" line="336" /> <source>Help</source> <translation>Hilfe</translation> </message> <message> - <location filename="../Project.py" line="280" /> + <location filename="../Project.py" line="336" /> <source>&Help</source> <translation>&Hilfe</translation> </message> <message> - <location filename="../Project.py" line="283" /> + <location filename="../Project.py" line="338" /> <source>Shows the Django help index</source> <translation>Zeigt den Django Hilfe Index an</translation> </message> <message> - <location filename="../Project.py" line="285" /> + <location filename="../Project.py" line="340" /> <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="../Project.py" line="1393" /> - <location filename="../Project.py" line="297" /> + <location filename="../Project.py" line="1585" /> + <location filename="../Project.py" line="350" /> <source>About Django</source> <translation>Über Django</translation> </message> <message> - <location filename="../Project.py" line="298" /> + <location filename="../Project.py" line="351" /> <source>About D&jango</source> <translation>Über D&jango</translation> </message> <message> - <location filename="../Project.py" line="301" /> + <location filename="../Project.py" line="357" /> <source>Shows some information about Django</source> <translation>Zeigt Informationen über Django</translation> </message> <message> - <location filename="../Project.py" line="303" /> + <location filename="../Project.py" line="359" /> <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="../Project.py" line="3441" /> - <location filename="../Project.py" line="316" /> - <location filename="../Project.py" line="315" /> + <location filename="../Project.py" line="3680" /> + <location filename="../Project.py" line="373" /> + <location filename="../Project.py" line="372" /> <source>Check Project</source> <translation>Projekt prüfen</translation> </message> <message> - <location filename="../Project.py" line="319" /> + <location filename="../Project.py" line="380" /> <source>Inspects the Django project for common problems</source> <translation>Prüft das Django Projekt auf übliche Probleme</translation> </message> <message> - <location filename="../Project.py" line="321" /> + <location filename="../Project.py" line="383" /> <source><b>Check Project</b><p>This inspects the Django project for common problems.</p></source> <translation><b>Projekt prüfen</b><p>Dies prüft das Django Projekt auf übliche Probleme.</p></translation> </message> <message> - <location filename="../Project.py" line="341" /> + <location filename="../Project.py" line="404" /> <source>Current Database</source> <translation>Aktuelle Datenbank</translation> </message> <message> - <location filename="../Project.py" line="345" /> + <location filename="../Project.py" line="406" /> <source>Selects the current database</source> <translation>Wählt die aktuelle Datenbank</translation> </message> <message> - <location filename="../Project.py" line="347" /> + <location filename="../Project.py" line="408" /> <source><b>Current Database</b><p>Selects the database name to be used by all database actions. An empty database name indicates to use the default name.</p></source> <translation><b>Aktuelle Datenbank</b><p>Dies wählt den Datenbanknamen aus, der für alle Datenbankoperationen verwendet wird. Ein leerer Datenbankname steht für die Verwendung des Standardnamens.</p></translation> </message> <message> - <location filename="../Project.py" line="358" /> + <location filename="../Project.py" line="420" /> <source>Introspect</source> <translation>Untersuchen</translation> </message> <message> - <location filename="../Project.py" line="359" /> + <location filename="../Project.py" line="421" /> <source>&Introspect</source> <translation>&Untersuchen</translation> </message> <message> - <location filename="../Project.py" line="362" /> + <location filename="../Project.py" line="428" /> <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="../Project.py" line="365" /> + <location filename="../Project.py" line="431" /> <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="../Project.py" line="374" /> + <location filename="../Project.py" line="441" /> <source>Flush</source> <translation>Neuinitialisierung</translation> </message> <message> - <location filename="../Project.py" line="375" /> + <location filename="../Project.py" line="441" /> <source>&Flush</source> <translation>&Neuinitialisierung</translation> </message> <message> - <location filename="../Project.py" line="378" /> + <location filename="../Project.py" line="444" /> <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="../Project.py" line="381" /> + <location filename="../Project.py" line="450" /> <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="../Project.py" line="390" /> + <location filename="../Project.py" line="460" /> <source>Start Client Console</source> <translation>Starte Datenbank Konsole</translation> </message> <message> - <location filename="../Project.py" line="391" /> + <location filename="../Project.py" line="461" /> <source>Start &Client Console</source> <translation>Starte &Datenbank Konsole</translation> </message> <message> - <location filename="../Project.py" line="394" /> + <location filename="../Project.py" line="468" /> <source>Starts a console window for the database client</source> <translation>Started ein Konsolenfenster für den Datenbankklienten</translation> </message> <message> - <location filename="../Project.py" line="396" /> + <location filename="../Project.py" line="471" /> <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="../Project.py" line="2287" /> - <location filename="../Project.py" line="2190" /> - <location filename="../Project.py" line="408" /> + <location filename="../Project.py" line="2512" /> + <location filename="../Project.py" line="2415" /> + <location filename="../Project.py" line="484" /> <source>Flush Database</source> <translation>Datenbank neu initialisieren</translation> </message> <message> - <location filename="../Project.py" line="409" /> + <location filename="../Project.py" line="485" /> <source>&Flush Database</source> <translation>&Datenbank neu initialisieren</translation> </message> <message> - <location filename="../Project.py" line="412" /> + <location filename="../Project.py" line="492" /> <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="../Project.py" line="415" /> + <location filename="../Project.py" line="498" /> <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="../Project.py" line="2294" /> - <location filename="../Project.py" line="425" /> + <location filename="../Project.py" line="2519" /> + <location filename="../Project.py" line="508" /> <source>Reset Sequences</source> <translation>Sequenzen zurücksetzen</translation> </message> <message> - <location filename="../Project.py" line="426" /> + <location filename="../Project.py" line="509" /> <source>Reset &Sequences</source> <translation>Se&quenzen zurücksetzen</translation> </message> <message> - <location filename="../Project.py" line="429" /> + <location filename="../Project.py" line="516" /> <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="../Project.py" line="432" /> + <location filename="../Project.py" line="522" /> <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="../Project.py" line="442" /> + <location filename="../Project.py" line="532" /> <source>Apply Migration</source> <translation>Migration anwenden</translation> </message> <message> - <location filename="../Project.py" line="443" /> + <location filename="../Project.py" line="533" /> <source>&Apply Migration</source> <translation>Migration &anwenden</translation> </message> <message> - <location filename="../Project.py" line="446" /> + <location filename="../Project.py" line="540" /> <source>Prints the SQL statements to apply a migration of an application</source> <translation>Zeigt die SQL Befehle, um eine Migration einer Anwendung auszuführen</translation> </message> <message> - <location filename="../Project.py" line="449" /> + <location filename="../Project.py" line="543" /> <source><b>Apply Migration</b><p>Prints the SQL statements to apply a migration of an application.</p></source> <translation><b>Migration anwenden</b><p>Zeigt die SQL Befehle, um eine Migration einer Anwendung auszuführen.</p></translation> </message> <message> - <location filename="../Project.py" line="459" /> + <location filename="../Project.py" line="553" /> <source>Unapply Migration</source> <translation>Migration rückgängig machen</translation> </message> <message> - <location filename="../Project.py" line="460" /> + <location filename="../Project.py" line="554" /> <source>&Unapply Migration</source> <translation>Migration &rückgängig machen</translation> </message> <message> - <location filename="../Project.py" line="463" /> + <location filename="../Project.py" line="561" /> <source>Prints the SQL statements to unapply a migration of an application</source> <translation>Zeigt die SQL Befehle, um eine Migration einer Anwendung rückgängig zu machen</translation> </message> <message> - <location filename="../Project.py" line="466" /> + <location filename="../Project.py" line="566" /> <source><b>Unapply Migration</b><p>Prints the SQL statements to unapply a migration of an application.</p></source> <translation><b>Migration rückgängig machen</b><p>Zeigt die SQL Befehle, um eine Migration einer Anwendung rückgängig zu machen.</p></translation> </message> <message> - <location filename="../Project.py" line="2622" /> - <location filename="../Project.py" line="480" /> + <location filename="../Project.py" line="2862" /> + <location filename="../Project.py" line="582" /> <source>Diff Settings</source> <translation>Settings Unterschiede</translation> </message> <message> - <location filename="../Project.py" line="481" /> + <location filename="../Project.py" line="583" /> <source>&Diff Settings</source> <translation>Settings &Unterschiede</translation> </message> <message> - <location filename="../Project.py" line="484" /> + <location filename="../Project.py" line="590" /> <source>Shows the modification made to the settings</source> <translation>Zeigt die Änderungen gegenüber dem Standard</translation> </message> <message> - <location filename="../Project.py" line="486" /> + <location filename="../Project.py" line="593" /> <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="../Project.py" line="494" /> + <location filename="../Project.py" line="602" /> <source>Start Python Console</source> <translation>Starte Python Konsole</translation> </message> <message> - <location filename="../Project.py" line="495" /> + <location filename="../Project.py" line="603" /> <source>Start &Python Console</source> <translation>Starte &Python Konsole</translation> </message> <message> - <location filename="../Project.py" line="498" /> + <location filename="../Project.py" line="610" /> <source>Starts a Python interactive interpreter</source> <translation>Startet einen interaktiven Python Interpreter</translation> </message> <message> - <location filename="../Project.py" line="500" /> + <location filename="../Project.py" line="613" /> <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="../Project.py" line="2678" /> - <location filename="../Project.py" line="508" /> + <location filename="../Project.py" line="2924" /> + <location filename="../Project.py" line="622" /> <source>Send Test Email</source> <translation>Testemail senden</translation> </message> <message> - <location filename="../Project.py" line="509" /> + <location filename="../Project.py" line="623" /> <source>Send Test &Email</source> <translation>Test&email senden</translation> </message> <message> - <location filename="../Project.py" line="512" /> + <location filename="../Project.py" line="629" /> <source>Send a test email through Django</source> <translation>Sendet eine Testemail via Django</translation> </message> <message> - <location filename="../Project.py" line="514" /> + <location filename="../Project.py" line="631" /> <source><b>Send Test Email</b><p>Sends a test email to confirm email sending through Django is working.</p></source> <translation><b>Testemail senden</b><p>Verschickt eine Testemail zur Prüfung, ob der Emailversand via Django arbeitet.</p></translation> </message> <message> - <location filename="../Project.py" line="2749" /> - <location filename="../Project.py" line="527" /> + <location filename="../Project.py" line="2994" /> + <location filename="../Project.py" line="645" /> <source>Dump Data</source> <translation>Daten sichern</translation> </message> <message> - <location filename="../Project.py" line="528" /> + <location filename="../Project.py" line="646" /> <source>&Dump Data</source> <translation>Daten &sichern</translation> </message> <message> - <location filename="../Project.py" line="531" /> + <location filename="../Project.py" line="652" /> <source>Dump the database data to a fixture</source> <translation>Schreibt die Datenbank in ein Fixture</translation> </message> <message> - <location filename="../Project.py" line="533" /> + <location filename="../Project.py" line="654" /> <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="../Project.py" line="2790" /> - <location filename="../Project.py" line="541" /> + <location filename="../Project.py" line="3037" /> + <location filename="../Project.py" line="660" /> <source>Load Data</source> <translation>Daten laden</translation> </message> <message> - <location filename="../Project.py" line="542" /> + <location filename="../Project.py" line="661" /> <source>&Load Data</source> <translation>Daten &laden</translation> </message> <message> - <location filename="../Project.py" line="545" /> + <location filename="../Project.py" line="667" /> <source>Load data from fixture files</source> <translation>Lädt Daten aus Fixturedateien</translation> </message> <message> - <location filename="../Project.py" line="547" /> + <location filename="../Project.py" line="669" /> <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="../Project.py" line="555" /> + <location filename="../Project.py" line="675" /> <source>Run Testsuite</source> <translation>Testsuite starten</translation> </message> <message> - <location filename="../Project.py" line="556" /> + <location filename="../Project.py" line="676" /> <source>Run &Testsuite</source> <translation>&Testsuite starten</translation> </message> <message> - <location filename="../Project.py" line="559" /> + <location filename="../Project.py" line="683" /> <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="../Project.py" line="561" /> + <location filename="../Project.py" line="686" /> <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="../Project.py" line="570" /> - <location filename="../Project.py" line="569" /> + <location filename="../Project.py" line="696" /> + <location filename="../Project.py" line="695" /> <source>Run Testsuite (-Wall)</source> <translation>Testsuite starten (-Wall)</translation> </message> <message> - <location filename="../Project.py" line="573" /> + <location filename="../Project.py" line="703" /> <source>Run the test suite for applications or the whole site with activated deprecation warnings</source> <translation>Startet die Testsuite für Anwendungen oder die Site mit Aktivierung von Deprecation Warnungen</translation> </message> <message> - <location filename="../Project.py" line="576" /> + <location filename="../Project.py" line="709" /> <source><b>Run Testsuite (-Wall)</b><p>Run the test suite for applications or the whole site with activated deprecation warnings.</p></source> <translation><b>Testsuite starten (-Wall)</b><p>Startet die Testsuite für Anwendungen oder die Site mit Aktivierung von Deprecation Warnungen.</p></translation> </message> <message> - <location filename="../Project.py" line="586" /> + <location filename="../Project.py" line="721" /> <source>Run Testserver</source> <translation>Testserver starten</translation> </message> <message> - <location filename="../Project.py" line="587" /> + <location filename="../Project.py" line="722" /> <source>Run Test&server</source> <translation>Test&server starten</translation> </message> <message> - <location filename="../Project.py" line="590" /> + <location filename="../Project.py" line="729" /> <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="../Project.py" line="592" /> + <location filename="../Project.py" line="732" /> <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="../Project.py" line="2949" /> - <location filename="../Project.py" line="605" /> + <location filename="../Project.py" line="3198" /> + <location filename="../Project.py" line="746" /> <source>Change Password</source> <translation>Kennwort ändern</translation> </message> <message> - <location filename="../Project.py" line="606" /> + <location filename="../Project.py" line="747" /> <source>Change &Password</source> <translation>&Kennwort ändern</translation> </message> <message> - <location filename="../Project.py" line="609" /> + <location filename="../Project.py" line="753" /> <source>Change the password of a user</source> <translation>Ändert das Kennwort eines Nutzers</translation> </message> <message> - <location filename="../Project.py" line="611" /> + <location filename="../Project.py" line="755" /> <source><b>Change Password</b><p>Change the password of a user of the Django project.</p></source> <translation><b>Kennwort ändern</b><p>Ändert das Kennwort eines Nutzers des Django Projektes.</p></translation> </message> <message> - <location filename="../Project.py" line="619" /> + <location filename="../Project.py" line="764" /> <source>Create Superuser</source> <translation>Superuser anlegen</translation> </message> <message> - <location filename="../Project.py" line="620" /> + <location filename="../Project.py" line="765" /> <source>Create &Superuser</source> <translation>&Superuser anlegen</translation> </message> <message> - <location filename="../Project.py" line="623" /> + <location filename="../Project.py" line="771" /> <source>Create a superuser account</source> <translation>Legt eine Superuser Kennung an</translation> </message> <message> - <location filename="../Project.py" line="625" /> + <location filename="../Project.py" line="773" /> <source><b>Create Superuser</b><p>Create a superuser account for the Django project.</p></source> <translation><b>Superuser anlegen</b><p>Legt eine Superuser Kennung für das Django Projekt an.</p></translation> </message> <message> - <location filename="../Project.py" line="3001" /> - <location filename="../Project.py" line="637" /> + <location filename="../Project.py" line="3252" /> + <location filename="../Project.py" line="786" /> <source>Clear Sessions</source> <translation>Sessions löschen</translation> </message> <message> - <location filename="../Project.py" line="638" /> + <location filename="../Project.py" line="787" /> <source>Clear &Sessions</source> <translation>&Sessions löschen</translation> </message> <message> - <location filename="../Project.py" line="641" /> + <location filename="../Project.py" line="793" /> <source>Clear expired sessions</source> <translation>Löscht abgelaufene Sessions</translation> </message> <message> - <location filename="../Project.py" line="643" /> + <location filename="../Project.py" line="795" /> <source><b>Clear Sessions</b><p>Clear expired sessions of the Django project.</p></source> <translation><b>Sessions löschen</b><p>Löscht abgelaufene Sessions des Django Projektes.</p></translation> </message> <message> - <location filename="../Project.py" line="655" /> + <location filename="../Project.py" line="808" /> <source>Show Migrations</source> <translation>Migrationen anzeigen</translation> </message> <message> - <location filename="../Project.py" line="656" /> + <location filename="../Project.py" line="809" /> <source>&Show Migrations</source> <translation>Migrationen an&zeigen</translation> </message> <message> - <location filename="../Project.py" line="659" /> + <location filename="../Project.py" line="816" /> <source>Show a list of available migrations</source> <translation>Zeigt eine Liste verfügbarer Migrationen</translation> </message> <message> - <location filename="../Project.py" line="661" /> + <location filename="../Project.py" line="819" /> <source><b>Show Migrations</b><p>This shows a list of available migrations of the Django project and their status.</p></source> <translation><b>Migrationen anzeigen</b><p>Dies zeigt eine Liste der verfügbaren Migrationen des Django Projektes und ihren Status.</p></translation> </message> <message> - <location filename="../Project.py" line="670" /> + <location filename="../Project.py" line="829" /> <source>Show Migrations Plan</source> <translation>Migrationsplan anzeigen</translation> </message> <message> - <location filename="../Project.py" line="671" /> + <location filename="../Project.py" line="830" /> <source>Show Migrations &Plan</source> <translation>Migrations&plan anzeigen</translation> </message> <message> - <location filename="../Project.py" line="674" /> + <location filename="../Project.py" line="837" /> <source>Show a list with the migrations plan</source> <translation>Zeigt eine Liste mit dem Migrationsplan</translation> </message> <message> - <location filename="../Project.py" line="676" /> + <location filename="../Project.py" line="840" /> <source><b>Show Migrations Plan</b><p>This shows a list with the migrations plan of the Django project.</p></source> <translation><b>Migrationsplan anzeigen</b><p>Dies zeigt eine Liste mit dem Migrationplans des Django Projektes.</p></translation> </message> <message> - <location filename="../Project.py" line="685" /> + <location filename="../Project.py" line="850" /> <source>Apply All Migrations</source> <translation>Alle Migrationen anwenden</translation> </message> <message> - <location filename="../Project.py" line="686" /> + <location filename="../Project.py" line="851" /> <source>&Apply All Migrations</source> <translation>Alle Migrationen &anwenden</translation> </message> <message> - <location filename="../Project.py" line="689" /> + <location filename="../Project.py" line="857" /> <source>Apply all available migrations</source> <translation>Alle verfügbaren Migrationen anwenden</translation> </message> <message> - <location filename="../Project.py" line="691" /> + <location filename="../Project.py" line="859" /> <source><b>Apply All Migrations</b><p>This applies all migrations of the Django project.</p></source> <translation><b>Alle Migrationen anwenden</b><p>Dies wendet alle Migrationen des Django Projektes an.</p></translation> </message> <message> - <location filename="../Project.py" line="2398" /> - <location filename="../Project.py" line="700" /> - <location filename="../Project.py" line="699" /> + <location filename="../Project.py" line="2630" /> + <location filename="../Project.py" line="869" /> + <location filename="../Project.py" line="868" /> <source>Apply Selected Migrations</source> <translation>Ausgewählte Migrationen anwenden</translation> </message> <message> - <location filename="../Project.py" line="703" /> + <location filename="../Project.py" line="875" /> <source>Apply selected migrations</source> <translation>Ausgewählte Migrationen anwenden</translation> </message> <message> - <location filename="../Project.py" line="705" /> + <location filename="../Project.py" line="877" /> <source><b>Apply Selected Migrations</b><p>This applies selected migrations of the Django project.</p></source> <translation><b>Ausgewählte Migrationen anwenden</b><p>Dies wendet ausgewählte Migrationen des Django Projektes an.</p></translation> </message> <message> - <location filename="../Project.py" line="2460" /> - <location filename="../Project.py" line="2454" /> - <location filename="../Project.py" line="2421" /> - <location filename="../Project.py" line="715" /> + <location filename="../Project.py" line="2690" /> + <location filename="../Project.py" line="2683" /> + <location filename="../Project.py" line="2650" /> + <location filename="../Project.py" line="887" /> <source>Unapply Migrations</source> <translation>Migrationen rückgängig machen</translation> </message> <message> - <location filename="../Project.py" line="716" /> + <location filename="../Project.py" line="888" /> <source>&Unapply Migrations</source> <translation>Migrationen &rückgängig machen</translation> </message> <message> - <location filename="../Project.py" line="719" /> + <location filename="../Project.py" line="894" /> <source>Unapply all migrations for an app</source> <translation>Alle Migrationen einer Anwendung rückgängig machen</translation> </message> <message> - <location filename="../Project.py" line="721" /> + <location filename="../Project.py" line="896" /> <source><b>Unapply Migrations</b><p>This unapplies all migrations for an app of the Django project.</p></source> <translation><b>Migrationen rückgängig machen</b><p>Dies macht alle Migrationen einer Anwendung des Django Projektes rückgängig.</p></translation> </message> <message> - <location filename="../Project.py" line="2540" /> - <location filename="../Project.py" line="730" /> + <location filename="../Project.py" line="2777" /> + <location filename="../Project.py" line="906" /> <source>Make Migrations</source> <translation>Migrationen generieren</translation> </message> <message> - <location filename="../Project.py" line="731" /> + <location filename="../Project.py" line="907" /> <source>&Make Migrations</source> <translation>Migrationen &generieren</translation> </message> <message> - <location filename="../Project.py" line="734" /> + <location filename="../Project.py" line="914" /> <source>Generate migrations for the project</source> <translation>Generiert Migrationen für das Projekt</translation> </message> <message> - <location filename="../Project.py" line="736" /> + <location filename="../Project.py" line="917" /> <source><b>Make Migrations</b><p>This generates migrations for the Django project.</p></source> <translation><b>Migrationen generieren</b><p>Dies generiert Migrationen für das Django Projekt.</p></translation> </message> <message> - <location filename="../Project.py" line="2588" /> - <location filename="../Project.py" line="2576" /> - <location filename="../Project.py" line="744" /> + <location filename="../Project.py" line="2826" /> + <location filename="../Project.py" line="2817" /> + <location filename="../Project.py" line="926" /> <source>Squash Migrations</source> <translation>Migrationen kürzen</translation> </message> <message> - <location filename="../Project.py" line="745" /> + <location filename="../Project.py" line="927" /> <source>S&quash Migrations</source> <translation>Migrationen &kürzen</translation> </message> <message> - <location filename="../Project.py" line="748" /> + <location filename="../Project.py" line="934" /> <source>Squash migrations of an application of the project</source> <translation>Migrationen einer Anwendung des Projektes zusammenfassen</translation> </message> <message> - <location filename="../Project.py" line="750" /> + <location filename="../Project.py" line="937" /> <source><b>Squash Migrations</b><p>This squashes migrations of an application of the Django project.</p></source> <translation><b>Migrationen kürzen</b><p>Dies fasst Migrationen einer Anwendung des Django Projektes zusammen.</p></translation> </message> <message> - <location filename="../Project.py" line="767" /> + <location filename="../Project.py" line="955" /> <source>D&jango</source> <translation>D&jango</translation> </message> <message> - <location filename="../Project.py" line="809" /> + <location filename="../Project.py" line="997" /> <source>&Database</source> <translation>&Datenbank</translation> </message> <message> - <location filename="../Project.py" line="833" /> + <location filename="../Project.py" line="1021" /> <source>Show &SQL</source> <translation>Zeige &SQL</translation> </message> <message> - <location filename="../Project.py" line="853" /> + <location filename="../Project.py" line="1041" /> <source>&Migrations</source> <translation>&Migrationen</translation> </message> <message> - <location filename="../Project.py" line="878" /> + <location filename="../Project.py" line="1066" /> <source>&Tools</source> <translation>&Werkzeuge</translation> </message> <message> - <location filename="../Project.py" line="898" /> + <location filename="../Project.py" line="1086" /> <source>T&esting</source> <translation>&Testen</translation> </message> <message> - <location filename="../Project.py" line="919" /> + <location filename="../Project.py" line="1107" /> <source>&Authorization</source> <translation>&Authorisierung</translation> </message> <message> - <location filename="../Project.py" line="936" /> + <location filename="../Project.py" line="1124" /> <source>&Session</source> <translation>&Session</translation> </message> <message> - <location filename="../Project.py" line="984" /> + <location filename="../Project.py" line="1172" /> <source>Open with {0}</source> <translation>Mit {0} öffnen</translation> </message> <message> - <location filename="../Project.py" line="1000" /> + <location filename="../Project.py" line="1186" /> <source>New template...</source> <translation>Neues Template...</translation> </message> <message> - <location filename="../Project.py" line="1009" /> + <location filename="../Project.py" line="1196" /> <source>Update all catalogs</source> <translation>Alle Kataloge aktualisieren</translation> </message> <message> - <location filename="../Project.py" line="1013" /> + <location filename="../Project.py" line="1201" /> <source>Update selected catalogs</source> <translation>Ausgewählte Kataloge aktualisieren</translation> </message> <message> - <location filename="../Project.py" line="1016" /> + <location filename="../Project.py" line="1206" /> <source>Update all catalogs (with obsolete)</source> <translation>Alle Kataloge aktualisieren (mit veralteten)</translation> </message> <message> - <location filename="../Project.py" line="1020" /> + <location filename="../Project.py" line="1211" /> <source>Update selected catalogs (with obsolete)</source> <translation>Ausgewählte Kataloge aktualisieren (mit veralteten)</translation> </message> <message> - <location filename="../Project.py" line="1023" /> + <location filename="../Project.py" line="1214" /> <source>Compile all catalogs</source> <translation>Alle Kataloge übersetzen</translation> </message> <message> - <location filename="../Project.py" line="1027" /> + <location filename="../Project.py" line="1219" /> <source>Compile selected catalogs</source> <translation>Ausgewählte Kataloge übersetzen</translation> </message> <message> - <location filename="../Project.py" line="1120" /> - <location filename="../Project.py" line="1088" /> - <location filename="../Project.py" line="1069" /> + <location filename="../Project.py" line="1255" /> + <source>HTML Files (*.html);;HTML Files (*.htm);;All Files (*)</source> + <translation>HTML Dateien (*.html);;HTML Dateien (*.htm);;Alle Dateien (*)</translation> + </message> + <message> + <location filename="../Project.py" line="1311" /> + <location filename="../Project.py" line="1280" /> + <location filename="../Project.py" line="1260" /> <source>New Form</source> <translation>Neues Formular</translation> </message> <message> - <location filename="../Project.py" line="1089" /> + <location filename="../Project.py" line="1281" /> <source>The file already exists! Overwrite it?</source> <translation>Die Datei existiert bereits. Überschreiben?</translation> </message> <message> - <location filename="../Project.py" line="1121" /> + <location filename="../Project.py" line="1312" /> <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="../Project.py" line="1394" /> + <location filename="../Project.py" line="1586" /> <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="{1}">{1}</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="{1}">{1}</a></td></tr></table></p></translation> </message> <message> - <location filename="../Project.py" line="1467" /> + <location filename="../Project.py" line="1663" /> <source>Select Applications</source> <translation>Applikation auswählen</translation> </message> <message> - <location filename="../Project.py" line="1468" /> + <location filename="../Project.py" line="1664" /> <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="../Project.py" line="1933" /> - <location filename="../Project.py" line="1652" /> + <location filename="../Project.py" line="2147" /> + <location filename="../Project.py" line="1850" /> <source>Project</source> <translation>Projekt</translation> </message> <message> - <location filename="../Project.py" line="1653" /> + <location filename="../Project.py" line="1851" /> <source>Application</source> <translation>Anwendung</translation> </message> <message> - <location filename="../Project.py" line="1657" /> + <location filename="../Project.py" line="1855" /> <source>Start Django</source> <translation>Django starten</translation> </message> <message> - <location filename="../Project.py" line="1658" /> + <location filename="../Project.py" line="1856" /> <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="../Project.py" line="1750" /> - <location filename="../Project.py" line="1684" /> + <location filename="../Project.py" line="1958" /> + <location filename="../Project.py" line="1886" /> <source>Start Django Project</source> <translation>Django Projekt starten</translation> </message> <message> - <location filename="../Project.py" line="1692" /> + <location filename="../Project.py" line="1894" /> <source><p>The Django project path <b>{0}</b> exists already. Shall it be removed and recreated?</p></source> <translation><p>Das Django Projektverzeichnis <b>{0}</b> existiert bereits. Soll es gelöscht und neu erzeugt werden?</p></translation> </message> <message> - <location filename="../Project.py" line="1699" /> + <location filename="../Project.py" line="1904" /> <source><p>Please add the files to the eric project manually.</p></source> <translation><p>Füge die Dateien bitte manuell zum eric Projekt hinzu.</p></translation> </message> <message> - <location filename="../Project.py" line="1796" /> - <location filename="../Project.py" line="1715" /> + <location filename="../Project.py" line="2005" /> + <location filename="../Project.py" line="1923" /> <source><p>The <b>django-admin.py</b> script is not in the path. Aborting...</p></source> <translation><p>Das <b>django-admin.py</b> Skript ist nicht im Pfad. Abbruch...</p></translation> </message> <message> - <location filename="../Project.py" line="1724" /> + <location filename="../Project.py" line="1934" /> <source>Django project created successfully.</source> <translation>Das Django Projekt wurde erfolgreich erzeugt.</translation> </message> <message> - <location filename="../Project.py" line="1751" /> + <location filename="../Project.py" line="1959" /> <source>Enter the name of the new Django project.</source> <translation>Gib den Namen des neuen Django Projektes ein.</translation> </message> <message> - <location filename="../Project.py" line="1778" /> + <location filename="../Project.py" line="1987" /> <source>Start Django Application</source> <translation>Django Anwendung starten</translation> </message> <message> - <location filename="../Project.py" line="1812" /> + <location filename="../Project.py" line="2023" /> <source>Django application created successfully.</source> <translation>Die Django Anwendung wurde erfolgreich erzeugt.</translation> </message> <message> - <location filename="../Project.py" line="1824" /> + <location filename="../Project.py" line="2036" /> <source>Start Global Django Application</source> <translation>Globale Django Anwendung beginnen</translation> </message> <message> - <location filename="../Project.py" line="1825" /> + <location filename="../Project.py" line="2037" /> <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="../Project.py" line="1846" /> + <location filename="../Project.py" line="2058" /> <source>Start Local Django Application</source> <translation>Lokale Django Anwendung beginnen</translation> </message> <message> - <location filename="../Project.py" line="1847" /> + <location filename="../Project.py" line="2059" /> <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="../Project.py" line="1896" /> + <location filename="../Project.py" line="2109" /> <source>Select Project</source> <translation>Wähle Projekt</translation> </message> <message> - <location filename="../Project.py" line="1897" /> + <location filename="../Project.py" line="2110" /> <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="../Project.py" line="1931" /> + <location filename="../Project.py" line="2145" /> <source>None</source> <translation>keines</translation> </message> <message> - <location filename="../Project.py" line="1937" /> + <location filename="../Project.py" line="2151" /> <source>&Current Django project ({0})</source> <translation>&Aktuelles Django Projekt ({0})</translation> </message> <message> - <location filename="../Project.py" line="3398" /> - <location filename="../Project.py" line="2990" /> - <location filename="../Project.py" line="2967" /> - <location filename="../Project.py" line="2919" /> - <location filename="../Project.py" line="2870" /> - <location filename="../Project.py" line="2671" /> - <location filename="../Project.py" line="2235" /> - <location filename="../Project.py" line="2004" /> + <location filename="../Project.py" line="3633" /> + <location filename="../Project.py" line="3240" /> + <location filename="../Project.py" line="3216" /> + <location filename="../Project.py" line="3167" /> + <location filename="../Project.py" line="3117" /> + <location filename="../Project.py" line="2914" /> + <location filename="../Project.py" line="2460" /> + <location filename="../Project.py" line="2219" /> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> <message> - <location filename="../Project.py" line="2005" /> + <location filename="../Project.py" line="2220" /> <source>The Django server could not be started.</source> <translation>Der Django Server konnte nicht gestartet werden.</translation> </message> <message> - <location filename="../Project.py" line="2051" /> + <location filename="../Project.py" line="2267" /> <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="../Project.py" line="2119" /> + <location filename="../Project.py" line="2341" /> <source>Database Name</source> <translation>Datenbankname</translation> </message> <message> - <location filename="../Project.py" line="2120" /> + <location filename="../Project.py" line="2342" /> <source>Select a database name (leave empty for default):</source> <translation>Wähle einen Datenbanknamen aus (leer lassen für Standardname):</translation> </message> <message> - <location filename="../Project.py" line="2139" /> + <location filename="../Project.py" line="2363" /> <source><default></source> <translation><Standard></translation> </message> <message> - <location filename="../Project.py" line="2141" /> + <location filename="../Project.py" line="2365" /> <source>&Current Database ({0})</source> <translation>Aktuelle &Datenbank ({0})</translation> </message> <message> - <location filename="../Project.py" line="2161" /> + <location filename="../Project.py" line="2386" /> <source>Introspect Database</source> <translation>Datenbank untersuchen</translation> </message> <message> - <location filename="../Project.py" line="2195" /> + <location filename="../Project.py" line="2420" /> <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="../Project.py" line="2208" /> + <location filename="../Project.py" line="2432" /> <source>Database tables flushed successfully.</source> <translation>Datenbank erfolgreich neu initialisiert.</translation> </message> <message> - <location filename="../Project.py" line="2991" /> - <location filename="../Project.py" line="2968" /> - <location filename="../Project.py" line="2871" /> - <location filename="../Project.py" line="2672" /> - <location filename="../Project.py" line="2236" /> + <location filename="../Project.py" line="3241" /> + <location filename="../Project.py" line="3217" /> + <location filename="../Project.py" line="3118" /> + <location filename="../Project.py" line="2915" /> + <location filename="../Project.py" line="2461" /> <source>The Django process could not be started.</source> <translation>Der Django Prozess konnte nicht gestartet werden.</translation> </message> <message> - <location filename="../Project.py" line="2340" /> - <location filename="../Project.py" line="2274" /> + <location filename="../Project.py" line="2563" /> + <location filename="../Project.py" line="2500" /> <source>SQL Files (*.sql)</source> <translation>SQL Dateien (*.sql)</translation> </message> <message> - <location filename="../Project.py" line="2318" /> - <location filename="../Project.py" line="2314" /> + <location filename="../Project.py" line="2544" /> + <location filename="../Project.py" line="2540" /> <source>SQL Migrate</source> <translation>SQL Migrate</translation> </message> <message> - <location filename="../Project.py" line="2577" /> - <location filename="../Project.py" line="2455" /> - <location filename="../Project.py" line="2399" /> - <location filename="../Project.py" line="2315" /> + <location filename="../Project.py" line="2818" /> + <location filename="../Project.py" line="2684" /> + <location filename="../Project.py" line="2631" /> + <location filename="../Project.py" line="2540" /> <source>No migrations available.</source> <translation>Keine Migrationen verfügbar.</translation> </message> <message> - <location filename="../Project.py" line="2423" /> + <location filename="../Project.py" line="2652" /> <source>Apply Migrations</source> <translation>Migrationen anwenden</translation> </message> <message> - <location filename="../Project.py" line="2461" /> + <location filename="../Project.py" line="2691" /> <source>Select an application:</source> <translation>Wähle eine Anwendung aus:</translation> </message> <message> - <location filename="../Project.py" line="2705" /> + <location filename="../Project.py" line="2948" /> <source>Test Email sent successfully.</source> <translation>Testemail erfolgreich verschickt.</translation> </message> <message> - <location filename="../Project.py" line="2706" /> + <location filename="../Project.py" line="2949" /> <source>Test Email could not be sent.</source> <translation>Testemail konnte nicht verschickt werden.</translation> </message> <message> - <location filename="../Project.py" line="2736" /> + <location filename="../Project.py" line="2978" /> <source>Cache tables created successfully.</source> <translation>Cache Tabellen erfolgreich erzeugt.</translation> </message> <message> - <location filename="../Project.py" line="2774" /> + <location filename="../Project.py" line="3018" /> <source>JSON Files (*.json)</source> <translation>JSON Dateien (*.json)</translation> </message> <message> - <location filename="../Project.py" line="2776" /> + <location filename="../Project.py" line="3020" /> <source>XML Files (*.xml)</source> <translation>XML Dateien (*.xml)</translation> </message> <message> - <location filename="../Project.py" line="2778" /> + <location filename="../Project.py" line="3022" /> <source>YAML Files (*.yaml)</source> <translation>YAML Dateien (*.yaml)</translation> </message> <message> - <location filename="../Project.py" line="2920" /> + <location filename="../Project.py" line="3168" /> <source>The Django test server could not be started.</source> <translation>Der Django Testserver konnte nicht gestartet werden.</translation> </message> <message> - <location filename="../Project.py" line="2950" /> + <location filename="../Project.py" line="3199" /> <source>Enter the name of the user:</source> <translation>Gib den Namen des Nutzers ein:</translation> </message> <message> - <location filename="../Project.py" line="3015" /> + <location filename="../Project.py" line="3265" /> <source>Expired sessions cleared successfully.</source> <translation>Abgelaufene Sessions erfolgreich gelöscht.</translation> </message> <message> - <location filename="../Project.py" line="3092" /> + <location filename="../Project.py" line="3341" /> <source>Initializing message catalog for '{0}'</source> <translation>Initialisiere Textkatalog für '{0}'</translation> </message> <message> - <location filename="../Project.py" line="3363" /> - <location filename="../Project.py" line="3301" /> - <location filename="../Project.py" line="3275" /> - <location filename="../Project.py" line="3242" /> - <location filename="../Project.py" line="3189" /> - <location filename="../Project.py" line="3141" /> - <location filename="../Project.py" line="3108" /> + <location filename="../Project.py" line="3599" /> + <location filename="../Project.py" line="3540" /> + <location filename="../Project.py" line="3514" /> + <location filename="../Project.py" line="3482" /> + <location filename="../Project.py" line="3431" /> + <location filename="../Project.py" line="3386" /> + <location filename="../Project.py" line="3355" /> <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="../Project.py" line="3114" /> + <location filename="../Project.py" line="3360" /> <source> Message catalog initialized successfully.</source> <translation> Textkatalog erfolgreich initialisiert.</translation> </message> <message> - <location filename="../Project.py" line="3227" /> - <location filename="../Project.py" line="3133" /> + <location filename="../Project.py" line="3467" /> + <location filename="../Project.py" line="3378" /> <source>Updating message catalogs</source> <translation>Aktualisiere Textkataloge</translation> </message> <message> - <location filename="../Project.py" line="3324" /> - <location filename="../Project.py" line="3210" /> - <location filename="../Project.py" line="3163" /> + <location filename="../Project.py" line="3560" /> + <location filename="../Project.py" line="3449" /> + <location filename="../Project.py" line="3405" /> <source>No locales detected. Aborting...</source> <translation>Keine Sprachen erkannt. Abbruch...</translation> </message> <message> - <location filename="../Project.py" line="3281" /> - <location filename="../Project.py" line="3248" /> - <location filename="../Project.py" line="3215" /> - <location filename="../Project.py" line="3168" /> + <location filename="../Project.py" line="3519" /> + <location filename="../Project.py" line="3487" /> + <location filename="../Project.py" line="3454" /> + <location filename="../Project.py" line="3410" /> <source> Message catalogs updated successfully.</source> <translation> Textkataloge erfolgreich aktualisiert.</translation> </message> <message> - <location filename="../Project.py" line="3260" /> - <location filename="../Project.py" line="3180" /> + <location filename="../Project.py" line="3500" /> + <location filename="../Project.py" line="3423" /> <source>Updating message catalogs (keeping obsolete messages)</source> <translation>Aktualisiere Textkataloge (veraltete Texte behalten)</translation> </message> <message> - <location filename="../Project.py" line="3348" /> - <location filename="../Project.py" line="3293" /> + <location filename="../Project.py" line="3584" /> + <location filename="../Project.py" line="3532" /> <source>Compiling message catalogs</source> <translation>Übersetze Textkataloge</translation> </message> <message> - <location filename="../Project.py" line="3369" /> - <location filename="../Project.py" line="3329" /> + <location filename="../Project.py" line="3604" /> + <location filename="../Project.py" line="3565" /> <source> Message catalogs compiled successfully.</source> <translation> Textkataloge erfolgreich übersetzt.</translation> </message> <message> - <location filename="../Project.py" line="3399" /> + <location filename="../Project.py" line="3634" /> <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> @@ -2037,9 +2018,9 @@ <context> <name>ProjectDjangoPlugin</name> <message> - <location filename="../../PluginProjectDjango.py" line="422" /> - <location filename="../../PluginProjectDjango.py" line="201" /> - <location filename="../../PluginProjectDjango.py" line="90" /> + <location filename="../../PluginProjectDjango.py" line="439" /> + <location filename="../../PluginProjectDjango.py" line="203" /> + <location filename="../../PluginProjectDjango.py" line="92" /> <source>Django</source> <translation>Django</translation> </message>
--- a/ProjectDjango/i18n/django_empty.ts Sat Dec 23 16:46:05 2023 +0100 +++ b/ProjectDjango/i18n/django_empty.ts Fri Jul 12 08:31:14 2024 +0200 @@ -4,16 +4,6 @@ <context> <name>DjangoCheckOptionsDialog</name> <message> - <location filename="../DjangoCheckOptionsDialog.py" line="77" /> - <source>Select settings file</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../DjangoCheckOptionsDialog.py" line="79" /> - <source>Python Files (*.py)</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../DjangoCheckOptionsDialog.ui" line="0" /> <source>Check Options</source> <translation type="unfinished" /> @@ -53,10 +43,45 @@ <source>Press to select the settings module file via a file selection dialog</source> <translation type="unfinished" /> </message> + <message> + <location filename="../DjangoCheckOptionsDialog.py" line="89" /> + <source>Select settings file</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../DjangoCheckOptionsDialog.py" line="89" /> + <source>Python Files (*.py)</source> + <translation type="unfinished" /> + </message> </context> <context> <name>DjangoDialog</name> <message> + <location filename="../DjangoDialog.py" line="214" /> + <source>Process Generation Error</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../DjangoDialog.py" line="215" /> + <source>The process {0} could not be started. Ensure, that it is in the search path.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../DjangoDialog.py" line="305" /> + <source>Select data file</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../DjangoDialog.py" line="323" /> + <source>Error saving data</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../DjangoDialog.py" line="324" /> + <source><p>The data could not be written to <b>{0}</b></p><p>Reason: {1}</p></source> + <translation type="unfinished" /> + </message> + <message> <location filename="../DjangoDialog.ui" line="0" /> <source>Django</source> <translation type="unfinished" /> @@ -111,45 +136,10 @@ <source>Alt+P</source> <translation type="unfinished" /> </message> - <message> - <location filename="../DjangoDialog.py" line="218" /> - <source>Process Generation Error</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../DjangoDialog.py" line="219" /> - <source>The process {0} could not be started. Ensure, that it is in the search path.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../DjangoDialog.py" line="313" /> - <source>Select data file</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../DjangoDialog.py" line="333" /> - <source>Error saving data</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../DjangoDialog.py" line="334" /> - <source><p>The data could not be written to <b>{0}</b></p><p>Reason: {1}</p></source> - <translation type="unfinished" /> - </message> </context> <context> <name>DjangoDiffsettingsDataDialog</name> <message> - <location filename="../DjangoDiffsettingsDataDialog.py" line="32" /> - <source>Hash Format</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../DjangoDiffsettingsDataDialog.py" line="33" /> - <source>Unified Diff</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../DjangoDiffsettingsDataDialog.ui" line="0" /> <source>diffsettings Command Options</source> <translation type="unfinished" /> @@ -184,21 +174,31 @@ <source>Select the output format (2.0.0+ only)</source> <translation type="unfinished" /> </message> + <message> + <location filename="../DjangoDiffsettingsDataDialog.py" line="33" /> + <source>Hash Format</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../DjangoDiffsettingsDataDialog.py" line="34" /> + <source>Unified Diff</source> + <translation type="unfinished" /> + </message> </context> <context> <name>DjangoDumpdataDataDialog</name> <message> - <location filename="../DjangoDumpdataDataDialog.py" line="40" /> + <location filename="../DjangoDumpdataDataDialog.py" line="41" /> <source>JSON</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoDumpdataDataDialog.py" line="41" /> + <location filename="../DjangoDumpdataDataDialog.py" line="42" /> <source>XML</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoDumpdataDataDialog.py" line="44" /> + <location filename="../DjangoDumpdataDataDialog.py" line="46" /> <source>YAML</source> <translation type="unfinished" /> </message> @@ -301,22 +301,22 @@ <translation type="unfinished" /> </message> <message> - <location filename="../DjangoLoaddataDataDialog.py" line="64" /> + <location filename="../DjangoLoaddataDataDialog.py" line="71" /> <source>JSON Files (*.json);;XML Files (*.xml);;</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoLoaddataDataDialog.py" line="67" /> + <location filename="../DjangoLoaddataDataDialog.py" line="75" /> <source>YAML Files (*.yaml);;</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoLoaddataDataDialog.py" line="68" /> + <location filename="../DjangoLoaddataDataDialog.py" line="76" /> <source>All Files (*)</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoLoaddataDataDialog.py" line="72" /> + <location filename="../DjangoLoaddataDataDialog.py" line="80" /> <source>Select fixture file</source> <translation type="unfinished" /> </message> @@ -410,92 +410,92 @@ <context> <name>DjangoMigrationsListDialog</name> <message> - <location filename="../DjangoMigrationsListDialog.ui" line="0" /> - <source>Errors</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../DjangoMigrationsListDialog.py" line="64" /> + <location filename="../DjangoMigrationsListDialog.py" line="68" /> <source>Available Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="66" /> - <source>Name</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../DjangoMigrationsListDialog.py" line="71" /> + <source>Name</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../DjangoMigrationsListDialog.py" line="78" /> <source>Migrations Plan</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="73" /> + <location filename="../DjangoMigrationsListDialog.py" line="81" /> <source>Migration</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="74" /> + <location filename="../DjangoMigrationsListDialog.py" line="82" /> <source>Dependencies</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="80" /> + <location filename="../DjangoMigrationsListDialog.py" line="90" /> <source>&Refresh</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="82" /> + <location filename="../DjangoMigrationsListDialog.py" line="92" /> <source>Press to refresh the list</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="190" /> + <location filename="../DjangoMigrationsListDialog.py" line="194" /> <source>Process Generation Error</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="191" /> + <location filename="../DjangoMigrationsListDialog.py" line="195" /> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="303" /> + <location filename="../DjangoMigrationsListDialog.py" line="309" /> <source>Apply All Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="333" /> - <location filename="../DjangoMigrationsListDialog.py" line="315" /> + <location filename="../DjangoMigrationsListDialog.py" line="340" /> + <location filename="../DjangoMigrationsListDialog.py" line="320" /> <source>Apply Selected Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="318" /> + <location filename="../DjangoMigrationsListDialog.py" line="323" /> <source>Unapply Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="395" /> - <location filename="../DjangoMigrationsListDialog.py" line="322" /> + <location filename="../DjangoMigrationsListDialog.py" line="401" /> + <location filename="../DjangoMigrationsListDialog.py" line="327" /> <source>Make Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="325" /> + <location filename="../DjangoMigrationsListDialog.py" line="330" /> <source>Make Empty Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="329" /> + <location filename="../DjangoMigrationsListDialog.py" line="335" /> <source>Make Migrations (dry-run)</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="396" /> + <location filename="../DjangoMigrationsListDialog.py" line="402" /> <source>Enter a name for the migrations (leave empty to use system supplied name):</source> <translation type="unfinished" /> </message> + <message> + <location filename="../DjangoMigrationsListDialog.ui" line="0" /> + <source>Errors</source> + <translation type="unfinished" /> + </message> </context> <context> <name>DjangoPage</name> @@ -650,22 +650,22 @@ <translation type="unfinished" /> </message> <message> - <location filename="../ConfigurationPage/DjangoPage.py" line="36" /> + <location filename="../ConfigurationPage/DjangoPage.py" line="42" /> <source>All Files (*)</source> <translation type="unfinished" /> </message> <message> - <location filename="../ConfigurationPage/DjangoPage.py" line="71" /> + <location filename="../ConfigurationPage/DjangoPage.py" line="77" /> <source>Plain Python</source> <translation type="unfinished" /> </message> <message> - <location filename="../ConfigurationPage/DjangoPage.py" line="72" /> + <location filename="../ConfigurationPage/DjangoPage.py" line="78" /> <source>IPython</source> <translation type="unfinished" /> </message> <message> - <location filename="../ConfigurationPage/DjangoPage.py" line="73" /> + <location filename="../ConfigurationPage/DjangoPage.py" line="79" /> <source>bpython</source> <translation type="unfinished" /> </message> @@ -673,21 +673,6 @@ <context> <name>DjangoRunTestServerDataDialog</name> <message> - <location filename="../DjangoRunTestServerDataDialog.py" line="38" /> - <source>JSON Files (*.json);;XML Files (*.xml);;</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../DjangoRunTestServerDataDialog.py" line="41" /> - <source>YAML Files (*.yaml);;</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../DjangoRunTestServerDataDialog.py" line="42" /> - <source>All Files (*)</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../DjangoRunTestServerDataDialog.ui" line="0" /> <source>testserver Command Options</source> <translation type="unfinished" /> @@ -697,6 +682,21 @@ <source>Enter the list of fixture patterns or the path of a fixture file.</source> <translation type="unfinished" /> </message> + <message> + <location filename="../DjangoRunTestServerDataDialog.py" line="41" /> + <source>JSON Files (*.json);;XML Files (*.xml);;</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../DjangoRunTestServerDataDialog.py" line="45" /> + <source>YAML Files (*.yaml);;</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../DjangoRunTestServerDataDialog.py" line="46" /> + <source>All Files (*)</source> + <translation type="unfinished" /> + </message> </context> <context> <name>DjangoSendTestEmailDataDialog</name> @@ -865,1144 +865,1149 @@ <context> <name>Project</name> <message> - <location filename="../Project.py" line="153" /> + <location filename="../Project.py" line="180" /> <source>Current Project</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="157" /> + <location filename="../Project.py" line="182" /> <source>Selects the current project</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="159" /> + <location filename="../Project.py" line="184" /> <source><b>Current Project</b><p>Selects the current project. Used for multi-project Django projects to switch between the projects.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="173" /> + <location filename="../Project.py" line="199" /> <source>Start Project</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="174" /> + <location filename="../Project.py" line="200" /> <source>Start &Project</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="177" /> + <location filename="../Project.py" line="206" /> <source>Starts a new Django project</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="179" /> + <location filename="../Project.py" line="208" /> <source><b>Start Project</b><p>Starts a new Django project using "django-admin.py startproject".</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="188" /> + <location filename="../Project.py" line="218" /> <source>Start Application (global)</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="189" /> + <location filename="../Project.py" line="219" /> <source>Start Application (&global)</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="192" /> + <location filename="../Project.py" line="226" /> <source>Starts a new global Django application</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="194" /> + <location filename="../Project.py" line="229" /> <source><b>Start Application (global)</b><p>Starts a new global Django application using "django-admin.py startapp".</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="204" /> + <location filename="../Project.py" line="239" /> <source>Start Application (local)</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="205" /> + <location filename="../Project.py" line="240" /> <source>Start Application (&local)</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="208" /> + <location filename="../Project.py" line="247" /> <source>Starts a new local Django application</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="210" /> + <location filename="../Project.py" line="250" /> <source><b>Start Application (local)</b><p>Starts a new local Django application using "manage.py startapp".</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="224" /> + <location filename="../Project.py" line="264" /> <source>Run Server</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="225" /> - <source>Run &Server</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="228" /> - <source>Starts the Django Web server</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="230" /> - <source><b>Run Server</b><p>Starts the Django Web server using "manage.py runserver".</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="2050" /> - <location filename="../Project.py" line="239" /> - <source>Run Web-Browser</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="240" /> - <source>Run &Web-Browser</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="243" /> - <source>Starts the default Web-Browser with the URL of the Django Web server</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="246" /> - <source><b>Run Web-Browser</b><p>Starts the default Web-Browser with the URL of the Django Web server.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="2720" /> - <location filename="../Project.py" line="259" /> - <source>Create Cache Tables</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="260" /> - <source>C&reate Cache Tables</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="263" /> - <source>Creates the tables needed to use the SQL cache backend</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../Project.py" line="265" /> + <source>Run &Server</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="271" /> + <source>Starts the Django Web server</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="273" /> + <source><b>Run Server</b><p>Starts the Django Web server using "manage.py runserver".</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="2266" /> + <location filename="../Project.py" line="283" /> + <source>Run Web-Browser</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="284" /> + <source>Run &Web-Browser</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="291" /> + <source>Starts the default Web-Browser with the URL of the Django Web server</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="297" /> + <source><b>Run Web-Browser</b><p>Starts the default Web-Browser with the URL of the Django Web server.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="2963" /> + <location filename="../Project.py" line="311" /> + <source>Create Cache Tables</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="312" /> + <source>C&reate Cache Tables</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="319" /> + <source>Creates the tables needed to use the SQL cache backend</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="322" /> <source><b>Create Cache Tables</b><p>Creates the tables needed to use the SQL cache backend.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="279" /> + <location filename="../Project.py" line="336" /> <source>Help</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="280" /> + <location filename="../Project.py" line="336" /> <source>&Help</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="283" /> + <location filename="../Project.py" line="338" /> <source>Shows the Django help index</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="285" /> + <location filename="../Project.py" line="340" /> <source><b>Help</b><p>Shows the Django help index page.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1393" /> - <location filename="../Project.py" line="297" /> + <location filename="../Project.py" line="1585" /> + <location filename="../Project.py" line="350" /> <source>About Django</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="298" /> + <location filename="../Project.py" line="351" /> <source>About D&jango</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="301" /> + <location filename="../Project.py" line="357" /> <source>Shows some information about Django</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="303" /> + <location filename="../Project.py" line="359" /> <source><b>About Django</b><p>Shows some information about Django.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3441" /> - <location filename="../Project.py" line="316" /> - <location filename="../Project.py" line="315" /> + <location filename="../Project.py" line="3680" /> + <location filename="../Project.py" line="373" /> + <location filename="../Project.py" line="372" /> <source>Check Project</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="319" /> + <location filename="../Project.py" line="380" /> <source>Inspects the Django project for common problems</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="321" /> + <location filename="../Project.py" line="383" /> <source><b>Check Project</b><p>This inspects the Django project for common problems.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="341" /> + <location filename="../Project.py" line="404" /> <source>Current Database</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="345" /> + <location filename="../Project.py" line="406" /> <source>Selects the current database</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="347" /> + <location filename="../Project.py" line="408" /> <source><b>Current Database</b><p>Selects the database name to be used by all database actions. An empty database name indicates to use the default name.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="358" /> + <location filename="../Project.py" line="420" /> <source>Introspect</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="359" /> + <location filename="../Project.py" line="421" /> <source>&Introspect</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="362" /> + <location filename="../Project.py" line="428" /> <source>Introspects the database tables and outputs a Django model module</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="365" /> + <location filename="../Project.py" line="431" /> <source><b>Introspect</b><p>Introspects the database tables and outputs a Django model module.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="374" /> + <location filename="../Project.py" line="441" /> <source>Flush</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="375" /> + <location filename="../Project.py" line="441" /> <source>&Flush</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="378" /> + <location filename="../Project.py" line="444" /> <source>Returns all database tables to the state just after their installation</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="381" /> + <location filename="../Project.py" line="450" /> <source><b>Flush</b><p>Returns all database tables to the state just after their installation.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="390" /> + <location filename="../Project.py" line="460" /> <source>Start Client Console</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="391" /> + <location filename="../Project.py" line="461" /> <source>Start &Client Console</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="394" /> + <location filename="../Project.py" line="468" /> <source>Starts a console window for the database client</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="396" /> + <location filename="../Project.py" line="471" /> <source><b>Start Client Console</b><p>Starts a console window for the database client.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2287" /> - <location filename="../Project.py" line="2190" /> - <location filename="../Project.py" line="408" /> + <location filename="../Project.py" line="2512" /> + <location filename="../Project.py" line="2415" /> + <location filename="../Project.py" line="484" /> <source>Flush Database</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="409" /> + <location filename="../Project.py" line="485" /> <source>&Flush Database</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="412" /> + <location filename="../Project.py" line="492" /> <source>Prints a list of statements to return all database tables to the state just after their installation</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="415" /> + <location filename="../Project.py" line="498" /> <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 type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2294" /> - <location filename="../Project.py" line="425" /> + <location filename="../Project.py" line="2519" /> + <location filename="../Project.py" line="508" /> <source>Reset Sequences</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="426" /> - <source>Reset &Sequences</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="429" /> - <source>Prints the SQL statements for resetting sequences for one or more applications</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="432" /> - <source><b>Reset Sequences</b><p>Prints the SQL statements for resetting sequences for one or more applications.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="442" /> - <source>Apply Migration</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="443" /> - <source>&Apply Migration</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="446" /> - <source>Prints the SQL statements to apply a migration of an application</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="449" /> - <source><b>Apply Migration</b><p>Prints the SQL statements to apply a migration of an application.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="459" /> - <source>Unapply Migration</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="460" /> - <source>&Unapply Migration</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="463" /> - <source>Prints the SQL statements to unapply a migration of an application</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="466" /> - <source><b>Unapply Migration</b><p>Prints the SQL statements to unapply a migration of an application.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="2622" /> - <location filename="../Project.py" line="480" /> - <source>Diff Settings</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="481" /> - <source>&Diff Settings</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="484" /> - <source>Shows the modification made to the settings</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="486" /> - <source><b>Diff Settings</b><p>Shows the modification made to the settings.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="494" /> - <source>Start Python Console</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="495" /> - <source>Start &Python Console</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="498" /> - <source>Starts a Python interactive interpreter</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="500" /> - <source><b>Start Python Console</b><p>Starts a Python interactive interpreter.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="2678" /> - <location filename="../Project.py" line="508" /> - <source>Send Test Email</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../Project.py" line="509" /> - <source>Send Test &Email</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="512" /> - <source>Send a test email through Django</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="514" /> - <source><b>Send Test Email</b><p>Sends a test email to confirm email sending through Django is working.</p></source> + <source>Reset &Sequences</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2749" /> - <location filename="../Project.py" line="527" /> - <source>Dump Data</source> + <location filename="../Project.py" line="516" /> + <source>Prints the SQL statements for resetting sequences for one or more applications</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="528" /> - <source>&Dump Data</source> + <location filename="../Project.py" line="522" /> + <source><b>Reset Sequences</b><p>Prints the SQL statements for resetting sequences for one or more applications.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="531" /> - <source>Dump the database data to a fixture</source> + <location filename="../Project.py" line="532" /> + <source>Apply Migration</source> <translation type="unfinished" /> </message> <message> <location filename="../Project.py" line="533" /> - <source><b>Dump Data</b><p>Dump the database data to a fixture.</p></source> + <source>&Apply Migration</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2790" /> - <location filename="../Project.py" line="541" /> - <source>Load Data</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="542" /> - <source>&Load Data</source> + <location filename="../Project.py" line="540" /> + <source>Prints the SQL statements to apply a migration of an application</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="545" /> - <source>Load data from fixture files</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="547" /> - <source><b>Load Data</b><p>Load data from fixture files.</p></source> + <location filename="../Project.py" line="543" /> + <source><b>Apply Migration</b><p>Prints the SQL statements to apply a migration of an application.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="555" /> - <source>Run Testsuite</source> + <location filename="../Project.py" line="553" /> + <source>Unapply Migration</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="556" /> - <source>Run &Testsuite</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="559" /> - <source>Run the test suite for applications or the whole site</source> + <location filename="../Project.py" line="554" /> + <source>&Unapply Migration</source> <translation type="unfinished" /> </message> <message> <location filename="../Project.py" line="561" /> - <source><b>Run Testsuite</b><p>Run the test suite for applications or the whole site.</p></source> + <source>Prints the SQL statements to unapply a migration of an application</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="570" /> - <location filename="../Project.py" line="569" /> - <source>Run Testsuite (-Wall)</source> + <location filename="../Project.py" line="566" /> + <source><b>Unapply Migration</b><p>Prints the SQL statements to unapply a migration of an application.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="573" /> - <source>Run the test suite for applications or the whole site with activated deprecation warnings</source> + <location filename="../Project.py" line="2862" /> + <location filename="../Project.py" line="582" /> + <source>Diff Settings</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="576" /> - <source><b>Run Testsuite (-Wall)</b><p>Run the test suite for applications or the whole site with activated deprecation warnings.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="586" /> - <source>Run Testserver</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="587" /> - <source>Run Test&server</source> + <location filename="../Project.py" line="583" /> + <source>&Diff Settings</source> <translation type="unfinished" /> </message> <message> <location filename="../Project.py" line="590" /> - <source>Run a development server with data from a set of fixtures</source> + <source>Shows the modification made to the settings</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="592" /> - <source><b>Run Testserver</b><p>Run a development server with data from a set of fixtures.</p></source> + <location filename="../Project.py" line="593" /> + <source><b>Diff Settings</b><p>Shows the modification made to the settings.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2949" /> - <location filename="../Project.py" line="605" /> - <source>Change Password</source> + <location filename="../Project.py" line="602" /> + <source>Start Python Console</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="606" /> - <source>Change &Password</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="609" /> - <source>Change the password of a user</source> + <location filename="../Project.py" line="603" /> + <source>Start &Python Console</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="611" /> - <source><b>Change Password</b><p>Change the password of a user of the Django project.</p></source> + <location filename="../Project.py" line="610" /> + <source>Starts a Python interactive interpreter</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="619" /> - <source>Create Superuser</source> + <location filename="../Project.py" line="613" /> + <source><b>Start Python Console</b><p>Starts a Python interactive interpreter.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="620" /> - <source>Create &Superuser</source> + <location filename="../Project.py" line="2924" /> + <location filename="../Project.py" line="622" /> + <source>Send Test Email</source> <translation type="unfinished" /> </message> <message> <location filename="../Project.py" line="623" /> + <source>Send Test &Email</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="629" /> + <source>Send a test email through Django</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="631" /> + <source><b>Send Test Email</b><p>Sends a test email to confirm email sending through Django is working.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="2994" /> + <location filename="../Project.py" line="645" /> + <source>Dump Data</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="646" /> + <source>&Dump Data</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="652" /> + <source>Dump the database data to a fixture</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="654" /> + <source><b>Dump Data</b><p>Dump the database data to a fixture.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="3037" /> + <location filename="../Project.py" line="660" /> + <source>Load Data</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="661" /> + <source>&Load Data</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="667" /> + <source>Load data from fixture files</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="669" /> + <source><b>Load Data</b><p>Load data from fixture files.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="675" /> + <source>Run Testsuite</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="676" /> + <source>Run &Testsuite</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="683" /> + <source>Run the test suite for applications or the whole site</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="686" /> + <source><b>Run Testsuite</b><p>Run the test suite for applications or the whole site.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="696" /> + <location filename="../Project.py" line="695" /> + <source>Run Testsuite (-Wall)</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="703" /> + <source>Run the test suite for applications or the whole site with activated deprecation warnings</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="709" /> + <source><b>Run Testsuite (-Wall)</b><p>Run the test suite for applications or the whole site with activated deprecation warnings.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="721" /> + <source>Run Testserver</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="722" /> + <source>Run Test&server</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="729" /> + <source>Run a development server with data from a set of fixtures</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="732" /> + <source><b>Run Testserver</b><p>Run a development server with data from a set of fixtures.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="3198" /> + <location filename="../Project.py" line="746" /> + <source>Change Password</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="747" /> + <source>Change &Password</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="753" /> + <source>Change the password of a user</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="755" /> + <source><b>Change Password</b><p>Change the password of a user of the Django project.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="764" /> + <source>Create Superuser</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="765" /> + <source>Create &Superuser</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="771" /> <source>Create a superuser account</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="625" /> + <location filename="../Project.py" line="773" /> <source><b>Create Superuser</b><p>Create a superuser account for the Django project.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3001" /> - <location filename="../Project.py" line="637" /> + <location filename="../Project.py" line="3252" /> + <location filename="../Project.py" line="786" /> <source>Clear Sessions</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="638" /> + <location filename="../Project.py" line="787" /> <source>Clear &Sessions</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="641" /> + <location filename="../Project.py" line="793" /> <source>Clear expired sessions</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="643" /> + <location filename="../Project.py" line="795" /> <source><b>Clear Sessions</b><p>Clear expired sessions of the Django project.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="655" /> + <location filename="../Project.py" line="808" /> <source>Show Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="656" /> + <location filename="../Project.py" line="809" /> <source>&Show Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="659" /> + <location filename="../Project.py" line="816" /> <source>Show a list of available migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="661" /> + <location filename="../Project.py" line="819" /> <source><b>Show Migrations</b><p>This shows a list of available migrations of the Django project and their status.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="670" /> + <location filename="../Project.py" line="829" /> <source>Show Migrations Plan</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="671" /> + <location filename="../Project.py" line="830" /> <source>Show Migrations &Plan</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="674" /> + <location filename="../Project.py" line="837" /> <source>Show a list with the migrations plan</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="676" /> + <location filename="../Project.py" line="840" /> <source><b>Show Migrations Plan</b><p>This shows a list with the migrations plan of the Django project.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="685" /> + <location filename="../Project.py" line="850" /> <source>Apply All Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="686" /> + <location filename="../Project.py" line="851" /> <source>&Apply All Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="689" /> + <location filename="../Project.py" line="857" /> <source>Apply all available migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="691" /> + <location filename="../Project.py" line="859" /> <source><b>Apply All Migrations</b><p>This applies all migrations of the Django project.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2398" /> - <location filename="../Project.py" line="700" /> - <location filename="../Project.py" line="699" /> + <location filename="../Project.py" line="2630" /> + <location filename="../Project.py" line="869" /> + <location filename="../Project.py" line="868" /> <source>Apply Selected Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="703" /> + <location filename="../Project.py" line="875" /> <source>Apply selected migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="705" /> + <location filename="../Project.py" line="877" /> <source><b>Apply Selected Migrations</b><p>This applies selected migrations of the Django project.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2460" /> - <location filename="../Project.py" line="2454" /> - <location filename="../Project.py" line="2421" /> - <location filename="../Project.py" line="715" /> + <location filename="../Project.py" line="2690" /> + <location filename="../Project.py" line="2683" /> + <location filename="../Project.py" line="2650" /> + <location filename="../Project.py" line="887" /> <source>Unapply Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="716" /> + <location filename="../Project.py" line="888" /> <source>&Unapply Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="719" /> + <location filename="../Project.py" line="894" /> <source>Unapply all migrations for an app</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="721" /> + <location filename="../Project.py" line="896" /> <source><b>Unapply Migrations</b><p>This unapplies all migrations for an app of the Django project.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2540" /> - <location filename="../Project.py" line="730" /> + <location filename="../Project.py" line="2777" /> + <location filename="../Project.py" line="906" /> <source>Make Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="731" /> + <location filename="../Project.py" line="907" /> <source>&Make Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="734" /> + <location filename="../Project.py" line="914" /> <source>Generate migrations for the project</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="736" /> + <location filename="../Project.py" line="917" /> <source><b>Make Migrations</b><p>This generates migrations for the Django project.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2588" /> - <location filename="../Project.py" line="2576" /> - <location filename="../Project.py" line="744" /> + <location filename="../Project.py" line="2826" /> + <location filename="../Project.py" line="2817" /> + <location filename="../Project.py" line="926" /> <source>Squash Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="745" /> + <location filename="../Project.py" line="927" /> <source>S&quash Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="748" /> + <location filename="../Project.py" line="934" /> <source>Squash migrations of an application of the project</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="750" /> + <location filename="../Project.py" line="937" /> <source><b>Squash Migrations</b><p>This squashes migrations of an application of the Django project.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="767" /> + <location filename="../Project.py" line="955" /> <source>D&jango</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="809" /> + <location filename="../Project.py" line="997" /> <source>&Database</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="833" /> + <location filename="../Project.py" line="1021" /> <source>Show &SQL</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="853" /> + <location filename="../Project.py" line="1041" /> <source>&Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="878" /> + <location filename="../Project.py" line="1066" /> <source>&Tools</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="898" /> + <location filename="../Project.py" line="1086" /> <source>T&esting</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="919" /> + <location filename="../Project.py" line="1107" /> <source>&Authorization</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="936" /> + <location filename="../Project.py" line="1124" /> <source>&Session</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="984" /> + <location filename="../Project.py" line="1172" /> <source>Open with {0}</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1000" /> + <location filename="../Project.py" line="1186" /> <source>New template...</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1009" /> + <location filename="../Project.py" line="1196" /> <source>Update all catalogs</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1013" /> + <location filename="../Project.py" line="1201" /> <source>Update selected catalogs</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1016" /> + <location filename="../Project.py" line="1206" /> <source>Update all catalogs (with obsolete)</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1020" /> + <location filename="../Project.py" line="1211" /> <source>Update selected catalogs (with obsolete)</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1023" /> + <location filename="../Project.py" line="1214" /> <source>Compile all catalogs</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1027" /> + <location filename="../Project.py" line="1219" /> <source>Compile selected catalogs</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1120" /> - <location filename="../Project.py" line="1088" /> - <location filename="../Project.py" line="1069" /> + <location filename="../Project.py" line="1255" /> + <source>HTML Files (*.html);;HTML Files (*.htm);;All Files (*)</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="1311" /> + <location filename="../Project.py" line="1280" /> + <location filename="../Project.py" line="1260" /> <source>New Form</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1089" /> + <location filename="../Project.py" line="1281" /> <source>The file already exists! Overwrite it?</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1121" /> + <location filename="../Project.py" line="1312" /> <source><p>The new form file <b>{0}</b> could not be created.<br> Problem: {1}</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1394" /> + <location filename="../Project.py" line="1586" /> <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="{1}">{1}</a></td></tr></table></p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1467" /> + <location filename="../Project.py" line="1663" /> <source>Select Applications</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1468" /> + <location filename="../Project.py" line="1664" /> <source>Enter the list of applications separated by spaces.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1933" /> - <location filename="../Project.py" line="1652" /> + <location filename="../Project.py" line="2147" /> + <location filename="../Project.py" line="1850" /> <source>Project</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1653" /> + <location filename="../Project.py" line="1851" /> <source>Application</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1657" /> + <location filename="../Project.py" line="1855" /> <source>Start Django</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1658" /> + <location filename="../Project.py" line="1856" /> <source>Select if this project should be a Django Project or Application.<br />Select the empty entry for none.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1750" /> - <location filename="../Project.py" line="1684" /> + <location filename="../Project.py" line="1958" /> + <location filename="../Project.py" line="1886" /> <source>Start Django Project</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1692" /> + <location filename="../Project.py" line="1894" /> <source><p>The Django project path <b>{0}</b> exists already. Shall it be removed and recreated?</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1699" /> + <location filename="../Project.py" line="1904" /> <source><p>Please add the files to the eric project manually.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1796" /> - <location filename="../Project.py" line="1715" /> + <location filename="../Project.py" line="2005" /> + <location filename="../Project.py" line="1923" /> <source><p>The <b>django-admin.py</b> script is not in the path. Aborting...</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1724" /> + <location filename="../Project.py" line="1934" /> <source>Django project created successfully.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1751" /> + <location filename="../Project.py" line="1959" /> <source>Enter the name of the new Django project.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1778" /> + <location filename="../Project.py" line="1987" /> <source>Start Django Application</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1812" /> + <location filename="../Project.py" line="2023" /> <source>Django application created successfully.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1824" /> + <location filename="../Project.py" line="2036" /> <source>Start Global Django Application</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1825" /> + <location filename="../Project.py" line="2037" /> <source>Enter the name of the new global Django application.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1846" /> + <location filename="../Project.py" line="2058" /> <source>Start Local Django Application</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1847" /> + <location filename="../Project.py" line="2059" /> <source>Enter the name of the new local Django application.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1896" /> + <location filename="../Project.py" line="2109" /> <source>Select Project</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1897" /> + <location filename="../Project.py" line="2110" /> <source>Select the Django project to work with.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1931" /> + <location filename="../Project.py" line="2145" /> <source>None</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1937" /> + <location filename="../Project.py" line="2151" /> <source>&Current Django project ({0})</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3398" /> - <location filename="../Project.py" line="2990" /> - <location filename="../Project.py" line="2967" /> - <location filename="../Project.py" line="2919" /> - <location filename="../Project.py" line="2870" /> - <location filename="../Project.py" line="2671" /> - <location filename="../Project.py" line="2235" /> - <location filename="../Project.py" line="2004" /> + <location filename="../Project.py" line="3633" /> + <location filename="../Project.py" line="3240" /> + <location filename="../Project.py" line="3216" /> + <location filename="../Project.py" line="3167" /> + <location filename="../Project.py" line="3117" /> + <location filename="../Project.py" line="2914" /> + <location filename="../Project.py" line="2460" /> + <location filename="../Project.py" line="2219" /> <source>Process Generation Error</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2005" /> + <location filename="../Project.py" line="2220" /> <source>The Django server could not be started.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2051" /> + <location filename="../Project.py" line="2267" /> <source>Could not start the web-browser for the url "{0}".</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2119" /> + <location filename="../Project.py" line="2341" /> <source>Database Name</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2120" /> + <location filename="../Project.py" line="2342" /> <source>Select a database name (leave empty for default):</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2139" /> + <location filename="../Project.py" line="2363" /> <source><default></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2141" /> + <location filename="../Project.py" line="2365" /> <source>&Current Database ({0})</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2161" /> + <location filename="../Project.py" line="2386" /> <source>Introspect Database</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2195" /> + <location filename="../Project.py" line="2420" /> <source>Flushing the database will destroy all data. Are you sure?</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2208" /> + <location filename="../Project.py" line="2432" /> <source>Database tables flushed successfully.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2991" /> - <location filename="../Project.py" line="2968" /> - <location filename="../Project.py" line="2871" /> - <location filename="../Project.py" line="2672" /> - <location filename="../Project.py" line="2236" /> + <location filename="../Project.py" line="3241" /> + <location filename="../Project.py" line="3217" /> + <location filename="../Project.py" line="3118" /> + <location filename="../Project.py" line="2915" /> + <location filename="../Project.py" line="2461" /> <source>The Django process could not be started.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2340" /> - <location filename="../Project.py" line="2274" /> + <location filename="../Project.py" line="2563" /> + <location filename="../Project.py" line="2500" /> <source>SQL Files (*.sql)</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2318" /> - <location filename="../Project.py" line="2314" /> + <location filename="../Project.py" line="2544" /> + <location filename="../Project.py" line="2540" /> <source>SQL Migrate</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2577" /> - <location filename="../Project.py" line="2455" /> - <location filename="../Project.py" line="2399" /> - <location filename="../Project.py" line="2315" /> + <location filename="../Project.py" line="2818" /> + <location filename="../Project.py" line="2684" /> + <location filename="../Project.py" line="2631" /> + <location filename="../Project.py" line="2540" /> <source>No migrations available.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2423" /> + <location filename="../Project.py" line="2652" /> <source>Apply Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2461" /> + <location filename="../Project.py" line="2691" /> <source>Select an application:</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2705" /> + <location filename="../Project.py" line="2948" /> <source>Test Email sent successfully.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2706" /> + <location filename="../Project.py" line="2949" /> <source>Test Email could not be sent.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2736" /> + <location filename="../Project.py" line="2978" /> <source>Cache tables created successfully.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2774" /> + <location filename="../Project.py" line="3018" /> <source>JSON Files (*.json)</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2776" /> + <location filename="../Project.py" line="3020" /> <source>XML Files (*.xml)</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2778" /> + <location filename="../Project.py" line="3022" /> <source>YAML Files (*.yaml)</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2920" /> + <location filename="../Project.py" line="3168" /> <source>The Django test server could not be started.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2950" /> + <location filename="../Project.py" line="3199" /> <source>Enter the name of the user:</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3015" /> + <location filename="../Project.py" line="3265" /> <source>Expired sessions cleared successfully.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3092" /> + <location filename="../Project.py" line="3341" /> <source>Initializing message catalog for '{0}'</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3363" /> - <location filename="../Project.py" line="3301" /> - <location filename="../Project.py" line="3275" /> - <location filename="../Project.py" line="3242" /> - <location filename="../Project.py" line="3189" /> - <location filename="../Project.py" line="3141" /> - <location filename="../Project.py" line="3108" /> + <location filename="../Project.py" line="3599" /> + <location filename="../Project.py" line="3540" /> + <location filename="../Project.py" line="3514" /> + <location filename="../Project.py" line="3482" /> + <location filename="../Project.py" line="3431" /> + <location filename="../Project.py" line="3386" /> + <location filename="../Project.py" line="3355" /> <source>No current site selected or no site created yet. Aborting...</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3114" /> + <location filename="../Project.py" line="3360" /> <source> Message catalog initialized successfully.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3227" /> - <location filename="../Project.py" line="3133" /> + <location filename="../Project.py" line="3467" /> + <location filename="../Project.py" line="3378" /> <source>Updating message catalogs</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3324" /> - <location filename="../Project.py" line="3210" /> - <location filename="../Project.py" line="3163" /> + <location filename="../Project.py" line="3560" /> + <location filename="../Project.py" line="3449" /> + <location filename="../Project.py" line="3405" /> <source>No locales detected. Aborting...</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3281" /> - <location filename="../Project.py" line="3248" /> - <location filename="../Project.py" line="3215" /> - <location filename="../Project.py" line="3168" /> + <location filename="../Project.py" line="3519" /> + <location filename="../Project.py" line="3487" /> + <location filename="../Project.py" line="3454" /> + <location filename="../Project.py" line="3410" /> <source> Message catalogs updated successfully.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3260" /> - <location filename="../Project.py" line="3180" /> + <location filename="../Project.py" line="3500" /> + <location filename="../Project.py" line="3423" /> <source>Updating message catalogs (keeping obsolete messages)</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3348" /> - <location filename="../Project.py" line="3293" /> + <location filename="../Project.py" line="3584" /> + <location filename="../Project.py" line="3532" /> <source>Compiling message catalogs</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3369" /> - <location filename="../Project.py" line="3329" /> + <location filename="../Project.py" line="3604" /> + <location filename="../Project.py" line="3565" /> <source> Message catalogs compiled successfully.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3399" /> + <location filename="../Project.py" line="3634" /> <source>The translations editor process ({0}) could not be started.</source> <translation type="unfinished" /> </message> @@ -2010,9 +2015,9 @@ <context> <name>ProjectDjangoPlugin</name> <message> - <location filename="../../PluginProjectDjango.py" line="422" /> - <location filename="../../PluginProjectDjango.py" line="201" /> - <location filename="../../PluginProjectDjango.py" line="90" /> + <location filename="../../PluginProjectDjango.py" line="439" /> + <location filename="../../PluginProjectDjango.py" line="203" /> + <location filename="../../PluginProjectDjango.py" line="92" /> <source>Django</source> <translation type="unfinished" /> </message>
--- a/ProjectDjango/i18n/django_en.ts Sat Dec 23 16:46:05 2023 +0100 +++ b/ProjectDjango/i18n/django_en.ts Fri Jul 12 08:31:14 2024 +0200 @@ -4,16 +4,6 @@ <context> <name>DjangoCheckOptionsDialog</name> <message> - <location filename="../DjangoCheckOptionsDialog.py" line="77" /> - <source>Select settings file</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../DjangoCheckOptionsDialog.py" line="79" /> - <source>Python Files (*.py)</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../DjangoCheckOptionsDialog.ui" line="0" /> <source>Check Options</source> <translation type="unfinished" /> @@ -53,10 +43,45 @@ <source>Press to select the settings module file via a file selection dialog</source> <translation type="unfinished" /> </message> + <message> + <location filename="../DjangoCheckOptionsDialog.py" line="89" /> + <source>Select settings file</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../DjangoCheckOptionsDialog.py" line="89" /> + <source>Python Files (*.py)</source> + <translation type="unfinished" /> + </message> </context> <context> <name>DjangoDialog</name> <message> + <location filename="../DjangoDialog.py" line="214" /> + <source>Process Generation Error</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../DjangoDialog.py" line="215" /> + <source>The process {0} could not be started. Ensure, that it is in the search path.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../DjangoDialog.py" line="305" /> + <source>Select data file</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../DjangoDialog.py" line="323" /> + <source>Error saving data</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../DjangoDialog.py" line="324" /> + <source><p>The data could not be written to <b>{0}</b></p><p>Reason: {1}</p></source> + <translation type="unfinished" /> + </message> + <message> <location filename="../DjangoDialog.ui" line="0" /> <source>Django</source> <translation type="unfinished" /> @@ -111,45 +136,10 @@ <source>Alt+P</source> <translation type="unfinished" /> </message> - <message> - <location filename="../DjangoDialog.py" line="218" /> - <source>Process Generation Error</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../DjangoDialog.py" line="219" /> - <source>The process {0} could not be started. Ensure, that it is in the search path.</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../DjangoDialog.py" line="313" /> - <source>Select data file</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../DjangoDialog.py" line="333" /> - <source>Error saving data</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../DjangoDialog.py" line="334" /> - <source><p>The data could not be written to <b>{0}</b></p><p>Reason: {1}</p></source> - <translation type="unfinished" /> - </message> </context> <context> <name>DjangoDiffsettingsDataDialog</name> <message> - <location filename="../DjangoDiffsettingsDataDialog.py" line="32" /> - <source>Hash Format</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../DjangoDiffsettingsDataDialog.py" line="33" /> - <source>Unified Diff</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../DjangoDiffsettingsDataDialog.ui" line="0" /> <source>diffsettings Command Options</source> <translation type="unfinished" /> @@ -184,21 +174,31 @@ <source>Select the output format (2.0.0+ only)</source> <translation type="unfinished" /> </message> + <message> + <location filename="../DjangoDiffsettingsDataDialog.py" line="33" /> + <source>Hash Format</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../DjangoDiffsettingsDataDialog.py" line="34" /> + <source>Unified Diff</source> + <translation type="unfinished" /> + </message> </context> <context> <name>DjangoDumpdataDataDialog</name> <message> - <location filename="../DjangoDumpdataDataDialog.py" line="40" /> + <location filename="../DjangoDumpdataDataDialog.py" line="41" /> <source>JSON</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoDumpdataDataDialog.py" line="41" /> + <location filename="../DjangoDumpdataDataDialog.py" line="42" /> <source>XML</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoDumpdataDataDialog.py" line="44" /> + <location filename="../DjangoDumpdataDataDialog.py" line="46" /> <source>YAML</source> <translation type="unfinished" /> </message> @@ -301,22 +301,22 @@ <translation type="unfinished" /> </message> <message> - <location filename="../DjangoLoaddataDataDialog.py" line="64" /> + <location filename="../DjangoLoaddataDataDialog.py" line="71" /> <source>JSON Files (*.json);;XML Files (*.xml);;</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoLoaddataDataDialog.py" line="67" /> + <location filename="../DjangoLoaddataDataDialog.py" line="75" /> <source>YAML Files (*.yaml);;</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoLoaddataDataDialog.py" line="68" /> + <location filename="../DjangoLoaddataDataDialog.py" line="76" /> <source>All Files (*)</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoLoaddataDataDialog.py" line="72" /> + <location filename="../DjangoLoaddataDataDialog.py" line="80" /> <source>Select fixture file</source> <translation type="unfinished" /> </message> @@ -410,92 +410,92 @@ <context> <name>DjangoMigrationsListDialog</name> <message> - <location filename="../DjangoMigrationsListDialog.ui" line="0" /> - <source>Errors</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../DjangoMigrationsListDialog.py" line="64" /> + <location filename="../DjangoMigrationsListDialog.py" line="68" /> <source>Available Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="66" /> - <source>Name</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../DjangoMigrationsListDialog.py" line="71" /> + <source>Name</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../DjangoMigrationsListDialog.py" line="78" /> <source>Migrations Plan</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="73" /> + <location filename="../DjangoMigrationsListDialog.py" line="81" /> <source>Migration</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="74" /> + <location filename="../DjangoMigrationsListDialog.py" line="82" /> <source>Dependencies</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="80" /> + <location filename="../DjangoMigrationsListDialog.py" line="90" /> <source>&Refresh</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="82" /> + <location filename="../DjangoMigrationsListDialog.py" line="92" /> <source>Press to refresh the list</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="190" /> + <location filename="../DjangoMigrationsListDialog.py" line="194" /> <source>Process Generation Error</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="191" /> + <location filename="../DjangoMigrationsListDialog.py" line="195" /> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="303" /> + <location filename="../DjangoMigrationsListDialog.py" line="309" /> <source>Apply All Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="333" /> - <location filename="../DjangoMigrationsListDialog.py" line="315" /> + <location filename="../DjangoMigrationsListDialog.py" line="340" /> + <location filename="../DjangoMigrationsListDialog.py" line="320" /> <source>Apply Selected Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="318" /> + <location filename="../DjangoMigrationsListDialog.py" line="323" /> <source>Unapply Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="395" /> - <location filename="../DjangoMigrationsListDialog.py" line="322" /> + <location filename="../DjangoMigrationsListDialog.py" line="401" /> + <location filename="../DjangoMigrationsListDialog.py" line="327" /> <source>Make Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="325" /> + <location filename="../DjangoMigrationsListDialog.py" line="330" /> <source>Make Empty Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="329" /> + <location filename="../DjangoMigrationsListDialog.py" line="335" /> <source>Make Migrations (dry-run)</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="396" /> + <location filename="../DjangoMigrationsListDialog.py" line="402" /> <source>Enter a name for the migrations (leave empty to use system supplied name):</source> <translation type="unfinished" /> </message> + <message> + <location filename="../DjangoMigrationsListDialog.ui" line="0" /> + <source>Errors</source> + <translation type="unfinished" /> + </message> </context> <context> <name>DjangoPage</name> @@ -650,22 +650,22 @@ <translation type="unfinished" /> </message> <message> - <location filename="../ConfigurationPage/DjangoPage.py" line="36" /> + <location filename="../ConfigurationPage/DjangoPage.py" line="42" /> <source>All Files (*)</source> <translation type="unfinished" /> </message> <message> - <location filename="../ConfigurationPage/DjangoPage.py" line="71" /> + <location filename="../ConfigurationPage/DjangoPage.py" line="77" /> <source>Plain Python</source> <translation type="unfinished" /> </message> <message> - <location filename="../ConfigurationPage/DjangoPage.py" line="72" /> + <location filename="../ConfigurationPage/DjangoPage.py" line="78" /> <source>IPython</source> <translation type="unfinished" /> </message> <message> - <location filename="../ConfigurationPage/DjangoPage.py" line="73" /> + <location filename="../ConfigurationPage/DjangoPage.py" line="79" /> <source>bpython</source> <translation type="unfinished" /> </message> @@ -673,21 +673,6 @@ <context> <name>DjangoRunTestServerDataDialog</name> <message> - <location filename="../DjangoRunTestServerDataDialog.py" line="38" /> - <source>JSON Files (*.json);;XML Files (*.xml);;</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../DjangoRunTestServerDataDialog.py" line="41" /> - <source>YAML Files (*.yaml);;</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../DjangoRunTestServerDataDialog.py" line="42" /> - <source>All Files (*)</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../DjangoRunTestServerDataDialog.ui" line="0" /> <source>testserver Command Options</source> <translation type="unfinished" /> @@ -697,6 +682,21 @@ <source>Enter the list of fixture patterns or the path of a fixture file.</source> <translation type="unfinished" /> </message> + <message> + <location filename="../DjangoRunTestServerDataDialog.py" line="41" /> + <source>JSON Files (*.json);;XML Files (*.xml);;</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../DjangoRunTestServerDataDialog.py" line="45" /> + <source>YAML Files (*.yaml);;</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../DjangoRunTestServerDataDialog.py" line="46" /> + <source>All Files (*)</source> + <translation type="unfinished" /> + </message> </context> <context> <name>DjangoSendTestEmailDataDialog</name> @@ -865,1144 +865,1149 @@ <context> <name>Project</name> <message> - <location filename="../Project.py" line="153" /> + <location filename="../Project.py" line="180" /> <source>Current Project</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="157" /> + <location filename="../Project.py" line="182" /> <source>Selects the current project</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="159" /> + <location filename="../Project.py" line="184" /> <source><b>Current Project</b><p>Selects the current project. Used for multi-project Django projects to switch between the projects.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="173" /> + <location filename="../Project.py" line="199" /> <source>Start Project</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="174" /> + <location filename="../Project.py" line="200" /> <source>Start &Project</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="177" /> + <location filename="../Project.py" line="206" /> <source>Starts a new Django project</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="179" /> + <location filename="../Project.py" line="208" /> <source><b>Start Project</b><p>Starts a new Django project using "django-admin.py startproject".</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="188" /> + <location filename="../Project.py" line="218" /> <source>Start Application (global)</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="189" /> + <location filename="../Project.py" line="219" /> <source>Start Application (&global)</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="192" /> + <location filename="../Project.py" line="226" /> <source>Starts a new global Django application</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="194" /> + <location filename="../Project.py" line="229" /> <source><b>Start Application (global)</b><p>Starts a new global Django application using "django-admin.py startapp".</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="204" /> + <location filename="../Project.py" line="239" /> <source>Start Application (local)</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="205" /> + <location filename="../Project.py" line="240" /> <source>Start Application (&local)</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="208" /> + <location filename="../Project.py" line="247" /> <source>Starts a new local Django application</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="210" /> + <location filename="../Project.py" line="250" /> <source><b>Start Application (local)</b><p>Starts a new local Django application using "manage.py startapp".</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="224" /> + <location filename="../Project.py" line="264" /> <source>Run Server</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="225" /> - <source>Run &Server</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="228" /> - <source>Starts the Django Web server</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="230" /> - <source><b>Run Server</b><p>Starts the Django Web server using "manage.py runserver".</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="2050" /> - <location filename="../Project.py" line="239" /> - <source>Run Web-Browser</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="240" /> - <source>Run &Web-Browser</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="243" /> - <source>Starts the default Web-Browser with the URL of the Django Web server</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="246" /> - <source><b>Run Web-Browser</b><p>Starts the default Web-Browser with the URL of the Django Web server.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="2720" /> - <location filename="../Project.py" line="259" /> - <source>Create Cache Tables</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="260" /> - <source>C&reate Cache Tables</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="263" /> - <source>Creates the tables needed to use the SQL cache backend</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../Project.py" line="265" /> + <source>Run &Server</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="271" /> + <source>Starts the Django Web server</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="273" /> + <source><b>Run Server</b><p>Starts the Django Web server using "manage.py runserver".</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="2266" /> + <location filename="../Project.py" line="283" /> + <source>Run Web-Browser</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="284" /> + <source>Run &Web-Browser</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="291" /> + <source>Starts the default Web-Browser with the URL of the Django Web server</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="297" /> + <source><b>Run Web-Browser</b><p>Starts the default Web-Browser with the URL of the Django Web server.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="2963" /> + <location filename="../Project.py" line="311" /> + <source>Create Cache Tables</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="312" /> + <source>C&reate Cache Tables</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="319" /> + <source>Creates the tables needed to use the SQL cache backend</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="322" /> <source><b>Create Cache Tables</b><p>Creates the tables needed to use the SQL cache backend.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="279" /> + <location filename="../Project.py" line="336" /> <source>Help</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="280" /> + <location filename="../Project.py" line="336" /> <source>&Help</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="283" /> + <location filename="../Project.py" line="338" /> <source>Shows the Django help index</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="285" /> + <location filename="../Project.py" line="340" /> <source><b>Help</b><p>Shows the Django help index page.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1393" /> - <location filename="../Project.py" line="297" /> + <location filename="../Project.py" line="1585" /> + <location filename="../Project.py" line="350" /> <source>About Django</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="298" /> + <location filename="../Project.py" line="351" /> <source>About D&jango</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="301" /> + <location filename="../Project.py" line="357" /> <source>Shows some information about Django</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="303" /> + <location filename="../Project.py" line="359" /> <source><b>About Django</b><p>Shows some information about Django.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3441" /> - <location filename="../Project.py" line="316" /> - <location filename="../Project.py" line="315" /> + <location filename="../Project.py" line="3680" /> + <location filename="../Project.py" line="373" /> + <location filename="../Project.py" line="372" /> <source>Check Project</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="319" /> + <location filename="../Project.py" line="380" /> <source>Inspects the Django project for common problems</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="321" /> + <location filename="../Project.py" line="383" /> <source><b>Check Project</b><p>This inspects the Django project for common problems.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="341" /> + <location filename="../Project.py" line="404" /> <source>Current Database</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="345" /> + <location filename="../Project.py" line="406" /> <source>Selects the current database</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="347" /> + <location filename="../Project.py" line="408" /> <source><b>Current Database</b><p>Selects the database name to be used by all database actions. An empty database name indicates to use the default name.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="358" /> + <location filename="../Project.py" line="420" /> <source>Introspect</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="359" /> + <location filename="../Project.py" line="421" /> <source>&Introspect</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="362" /> + <location filename="../Project.py" line="428" /> <source>Introspects the database tables and outputs a Django model module</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="365" /> + <location filename="../Project.py" line="431" /> <source><b>Introspect</b><p>Introspects the database tables and outputs a Django model module.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="374" /> + <location filename="../Project.py" line="441" /> <source>Flush</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="375" /> + <location filename="../Project.py" line="441" /> <source>&Flush</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="378" /> + <location filename="../Project.py" line="444" /> <source>Returns all database tables to the state just after their installation</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="381" /> + <location filename="../Project.py" line="450" /> <source><b>Flush</b><p>Returns all database tables to the state just after their installation.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="390" /> + <location filename="../Project.py" line="460" /> <source>Start Client Console</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="391" /> + <location filename="../Project.py" line="461" /> <source>Start &Client Console</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="394" /> + <location filename="../Project.py" line="468" /> <source>Starts a console window for the database client</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="396" /> + <location filename="../Project.py" line="471" /> <source><b>Start Client Console</b><p>Starts a console window for the database client.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2287" /> - <location filename="../Project.py" line="2190" /> - <location filename="../Project.py" line="408" /> + <location filename="../Project.py" line="2512" /> + <location filename="../Project.py" line="2415" /> + <location filename="../Project.py" line="484" /> <source>Flush Database</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="409" /> + <location filename="../Project.py" line="485" /> <source>&Flush Database</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="412" /> + <location filename="../Project.py" line="492" /> <source>Prints a list of statements to return all database tables to the state just after their installation</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="415" /> + <location filename="../Project.py" line="498" /> <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 type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2294" /> - <location filename="../Project.py" line="425" /> + <location filename="../Project.py" line="2519" /> + <location filename="../Project.py" line="508" /> <source>Reset Sequences</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="426" /> - <source>Reset &Sequences</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="429" /> - <source>Prints the SQL statements for resetting sequences for one or more applications</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="432" /> - <source><b>Reset Sequences</b><p>Prints the SQL statements for resetting sequences for one or more applications.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="442" /> - <source>Apply Migration</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="443" /> - <source>&Apply Migration</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="446" /> - <source>Prints the SQL statements to apply a migration of an application</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="449" /> - <source><b>Apply Migration</b><p>Prints the SQL statements to apply a migration of an application.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="459" /> - <source>Unapply Migration</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="460" /> - <source>&Unapply Migration</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="463" /> - <source>Prints the SQL statements to unapply a migration of an application</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="466" /> - <source><b>Unapply Migration</b><p>Prints the SQL statements to unapply a migration of an application.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="2622" /> - <location filename="../Project.py" line="480" /> - <source>Diff Settings</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="481" /> - <source>&Diff Settings</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="484" /> - <source>Shows the modification made to the settings</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="486" /> - <source><b>Diff Settings</b><p>Shows the modification made to the settings.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="494" /> - <source>Start Python Console</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="495" /> - <source>Start &Python Console</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="498" /> - <source>Starts a Python interactive interpreter</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="500" /> - <source><b>Start Python Console</b><p>Starts a Python interactive interpreter.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="2678" /> - <location filename="../Project.py" line="508" /> - <source>Send Test Email</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../Project.py" line="509" /> - <source>Send Test &Email</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="512" /> - <source>Send a test email through Django</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="514" /> - <source><b>Send Test Email</b><p>Sends a test email to confirm email sending through Django is working.</p></source> + <source>Reset &Sequences</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2749" /> - <location filename="../Project.py" line="527" /> - <source>Dump Data</source> + <location filename="../Project.py" line="516" /> + <source>Prints the SQL statements for resetting sequences for one or more applications</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="528" /> - <source>&Dump Data</source> + <location filename="../Project.py" line="522" /> + <source><b>Reset Sequences</b><p>Prints the SQL statements for resetting sequences for one or more applications.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="531" /> - <source>Dump the database data to a fixture</source> + <location filename="../Project.py" line="532" /> + <source>Apply Migration</source> <translation type="unfinished" /> </message> <message> <location filename="../Project.py" line="533" /> - <source><b>Dump Data</b><p>Dump the database data to a fixture.</p></source> + <source>&Apply Migration</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2790" /> - <location filename="../Project.py" line="541" /> - <source>Load Data</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="542" /> - <source>&Load Data</source> + <location filename="../Project.py" line="540" /> + <source>Prints the SQL statements to apply a migration of an application</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="545" /> - <source>Load data from fixture files</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="547" /> - <source><b>Load Data</b><p>Load data from fixture files.</p></source> + <location filename="../Project.py" line="543" /> + <source><b>Apply Migration</b><p>Prints the SQL statements to apply a migration of an application.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="555" /> - <source>Run Testsuite</source> + <location filename="../Project.py" line="553" /> + <source>Unapply Migration</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="556" /> - <source>Run &Testsuite</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="559" /> - <source>Run the test suite for applications or the whole site</source> + <location filename="../Project.py" line="554" /> + <source>&Unapply Migration</source> <translation type="unfinished" /> </message> <message> <location filename="../Project.py" line="561" /> - <source><b>Run Testsuite</b><p>Run the test suite for applications or the whole site.</p></source> + <source>Prints the SQL statements to unapply a migration of an application</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="570" /> - <location filename="../Project.py" line="569" /> - <source>Run Testsuite (-Wall)</source> + <location filename="../Project.py" line="566" /> + <source><b>Unapply Migration</b><p>Prints the SQL statements to unapply a migration of an application.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="573" /> - <source>Run the test suite for applications or the whole site with activated deprecation warnings</source> + <location filename="../Project.py" line="2862" /> + <location filename="../Project.py" line="582" /> + <source>Diff Settings</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="576" /> - <source><b>Run Testsuite (-Wall)</b><p>Run the test suite for applications or the whole site with activated deprecation warnings.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="586" /> - <source>Run Testserver</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="587" /> - <source>Run Test&server</source> + <location filename="../Project.py" line="583" /> + <source>&Diff Settings</source> <translation type="unfinished" /> </message> <message> <location filename="../Project.py" line="590" /> - <source>Run a development server with data from a set of fixtures</source> + <source>Shows the modification made to the settings</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="592" /> - <source><b>Run Testserver</b><p>Run a development server with data from a set of fixtures.</p></source> + <location filename="../Project.py" line="593" /> + <source><b>Diff Settings</b><p>Shows the modification made to the settings.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2949" /> - <location filename="../Project.py" line="605" /> - <source>Change Password</source> + <location filename="../Project.py" line="602" /> + <source>Start Python Console</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="606" /> - <source>Change &Password</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="609" /> - <source>Change the password of a user</source> + <location filename="../Project.py" line="603" /> + <source>Start &Python Console</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="611" /> - <source><b>Change Password</b><p>Change the password of a user of the Django project.</p></source> + <location filename="../Project.py" line="610" /> + <source>Starts a Python interactive interpreter</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="619" /> - <source>Create Superuser</source> + <location filename="../Project.py" line="613" /> + <source><b>Start Python Console</b><p>Starts a Python interactive interpreter.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="620" /> - <source>Create &Superuser</source> + <location filename="../Project.py" line="2924" /> + <location filename="../Project.py" line="622" /> + <source>Send Test Email</source> <translation type="unfinished" /> </message> <message> <location filename="../Project.py" line="623" /> + <source>Send Test &Email</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="629" /> + <source>Send a test email through Django</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="631" /> + <source><b>Send Test Email</b><p>Sends a test email to confirm email sending through Django is working.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="2994" /> + <location filename="../Project.py" line="645" /> + <source>Dump Data</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="646" /> + <source>&Dump Data</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="652" /> + <source>Dump the database data to a fixture</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="654" /> + <source><b>Dump Data</b><p>Dump the database data to a fixture.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="3037" /> + <location filename="../Project.py" line="660" /> + <source>Load Data</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="661" /> + <source>&Load Data</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="667" /> + <source>Load data from fixture files</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="669" /> + <source><b>Load Data</b><p>Load data from fixture files.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="675" /> + <source>Run Testsuite</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="676" /> + <source>Run &Testsuite</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="683" /> + <source>Run the test suite for applications or the whole site</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="686" /> + <source><b>Run Testsuite</b><p>Run the test suite for applications or the whole site.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="696" /> + <location filename="../Project.py" line="695" /> + <source>Run Testsuite (-Wall)</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="703" /> + <source>Run the test suite for applications or the whole site with activated deprecation warnings</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="709" /> + <source><b>Run Testsuite (-Wall)</b><p>Run the test suite for applications or the whole site with activated deprecation warnings.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="721" /> + <source>Run Testserver</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="722" /> + <source>Run Test&server</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="729" /> + <source>Run a development server with data from a set of fixtures</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="732" /> + <source><b>Run Testserver</b><p>Run a development server with data from a set of fixtures.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="3198" /> + <location filename="../Project.py" line="746" /> + <source>Change Password</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="747" /> + <source>Change &Password</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="753" /> + <source>Change the password of a user</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="755" /> + <source><b>Change Password</b><p>Change the password of a user of the Django project.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="764" /> + <source>Create Superuser</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="765" /> + <source>Create &Superuser</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="771" /> <source>Create a superuser account</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="625" /> + <location filename="../Project.py" line="773" /> <source><b>Create Superuser</b><p>Create a superuser account for the Django project.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3001" /> - <location filename="../Project.py" line="637" /> + <location filename="../Project.py" line="3252" /> + <location filename="../Project.py" line="786" /> <source>Clear Sessions</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="638" /> + <location filename="../Project.py" line="787" /> <source>Clear &Sessions</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="641" /> + <location filename="../Project.py" line="793" /> <source>Clear expired sessions</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="643" /> + <location filename="../Project.py" line="795" /> <source><b>Clear Sessions</b><p>Clear expired sessions of the Django project.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="655" /> + <location filename="../Project.py" line="808" /> <source>Show Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="656" /> + <location filename="../Project.py" line="809" /> <source>&Show Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="659" /> + <location filename="../Project.py" line="816" /> <source>Show a list of available migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="661" /> + <location filename="../Project.py" line="819" /> <source><b>Show Migrations</b><p>This shows a list of available migrations of the Django project and their status.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="670" /> + <location filename="../Project.py" line="829" /> <source>Show Migrations Plan</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="671" /> + <location filename="../Project.py" line="830" /> <source>Show Migrations &Plan</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="674" /> + <location filename="../Project.py" line="837" /> <source>Show a list with the migrations plan</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="676" /> + <location filename="../Project.py" line="840" /> <source><b>Show Migrations Plan</b><p>This shows a list with the migrations plan of the Django project.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="685" /> + <location filename="../Project.py" line="850" /> <source>Apply All Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="686" /> + <location filename="../Project.py" line="851" /> <source>&Apply All Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="689" /> + <location filename="../Project.py" line="857" /> <source>Apply all available migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="691" /> + <location filename="../Project.py" line="859" /> <source><b>Apply All Migrations</b><p>This applies all migrations of the Django project.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2398" /> - <location filename="../Project.py" line="700" /> - <location filename="../Project.py" line="699" /> + <location filename="../Project.py" line="2630" /> + <location filename="../Project.py" line="869" /> + <location filename="../Project.py" line="868" /> <source>Apply Selected Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="703" /> + <location filename="../Project.py" line="875" /> <source>Apply selected migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="705" /> + <location filename="../Project.py" line="877" /> <source><b>Apply Selected Migrations</b><p>This applies selected migrations of the Django project.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2460" /> - <location filename="../Project.py" line="2454" /> - <location filename="../Project.py" line="2421" /> - <location filename="../Project.py" line="715" /> + <location filename="../Project.py" line="2690" /> + <location filename="../Project.py" line="2683" /> + <location filename="../Project.py" line="2650" /> + <location filename="../Project.py" line="887" /> <source>Unapply Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="716" /> + <location filename="../Project.py" line="888" /> <source>&Unapply Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="719" /> + <location filename="../Project.py" line="894" /> <source>Unapply all migrations for an app</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="721" /> + <location filename="../Project.py" line="896" /> <source><b>Unapply Migrations</b><p>This unapplies all migrations for an app of the Django project.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2540" /> - <location filename="../Project.py" line="730" /> + <location filename="../Project.py" line="2777" /> + <location filename="../Project.py" line="906" /> <source>Make Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="731" /> + <location filename="../Project.py" line="907" /> <source>&Make Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="734" /> + <location filename="../Project.py" line="914" /> <source>Generate migrations for the project</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="736" /> + <location filename="../Project.py" line="917" /> <source><b>Make Migrations</b><p>This generates migrations for the Django project.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2588" /> - <location filename="../Project.py" line="2576" /> - <location filename="../Project.py" line="744" /> + <location filename="../Project.py" line="2826" /> + <location filename="../Project.py" line="2817" /> + <location filename="../Project.py" line="926" /> <source>Squash Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="745" /> + <location filename="../Project.py" line="927" /> <source>S&quash Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="748" /> + <location filename="../Project.py" line="934" /> <source>Squash migrations of an application of the project</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="750" /> + <location filename="../Project.py" line="937" /> <source><b>Squash Migrations</b><p>This squashes migrations of an application of the Django project.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="767" /> + <location filename="../Project.py" line="955" /> <source>D&jango</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="809" /> + <location filename="../Project.py" line="997" /> <source>&Database</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="833" /> + <location filename="../Project.py" line="1021" /> <source>Show &SQL</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="853" /> + <location filename="../Project.py" line="1041" /> <source>&Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="878" /> + <location filename="../Project.py" line="1066" /> <source>&Tools</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="898" /> + <location filename="../Project.py" line="1086" /> <source>T&esting</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="919" /> + <location filename="../Project.py" line="1107" /> <source>&Authorization</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="936" /> + <location filename="../Project.py" line="1124" /> <source>&Session</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="984" /> + <location filename="../Project.py" line="1172" /> <source>Open with {0}</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1000" /> + <location filename="../Project.py" line="1186" /> <source>New template...</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1009" /> + <location filename="../Project.py" line="1196" /> <source>Update all catalogs</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1013" /> + <location filename="../Project.py" line="1201" /> <source>Update selected catalogs</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1016" /> + <location filename="../Project.py" line="1206" /> <source>Update all catalogs (with obsolete)</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1020" /> + <location filename="../Project.py" line="1211" /> <source>Update selected catalogs (with obsolete)</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1023" /> + <location filename="../Project.py" line="1214" /> <source>Compile all catalogs</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1027" /> + <location filename="../Project.py" line="1219" /> <source>Compile selected catalogs</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1120" /> - <location filename="../Project.py" line="1088" /> - <location filename="../Project.py" line="1069" /> + <location filename="../Project.py" line="1255" /> + <source>HTML Files (*.html);;HTML Files (*.htm);;All Files (*)</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="1311" /> + <location filename="../Project.py" line="1280" /> + <location filename="../Project.py" line="1260" /> <source>New Form</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1089" /> + <location filename="../Project.py" line="1281" /> <source>The file already exists! Overwrite it?</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1121" /> + <location filename="../Project.py" line="1312" /> <source><p>The new form file <b>{0}</b> could not be created.<br> Problem: {1}</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1394" /> + <location filename="../Project.py" line="1586" /> <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="{1}">{1}</a></td></tr></table></p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1467" /> + <location filename="../Project.py" line="1663" /> <source>Select Applications</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1468" /> + <location filename="../Project.py" line="1664" /> <source>Enter the list of applications separated by spaces.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1933" /> - <location filename="../Project.py" line="1652" /> + <location filename="../Project.py" line="2147" /> + <location filename="../Project.py" line="1850" /> <source>Project</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1653" /> + <location filename="../Project.py" line="1851" /> <source>Application</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1657" /> + <location filename="../Project.py" line="1855" /> <source>Start Django</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1658" /> + <location filename="../Project.py" line="1856" /> <source>Select if this project should be a Django Project or Application.<br />Select the empty entry for none.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1750" /> - <location filename="../Project.py" line="1684" /> + <location filename="../Project.py" line="1958" /> + <location filename="../Project.py" line="1886" /> <source>Start Django Project</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1692" /> + <location filename="../Project.py" line="1894" /> <source><p>The Django project path <b>{0}</b> exists already. Shall it be removed and recreated?</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1699" /> + <location filename="../Project.py" line="1904" /> <source><p>Please add the files to the eric project manually.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1796" /> - <location filename="../Project.py" line="1715" /> + <location filename="../Project.py" line="2005" /> + <location filename="../Project.py" line="1923" /> <source><p>The <b>django-admin.py</b> script is not in the path. Aborting...</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1724" /> + <location filename="../Project.py" line="1934" /> <source>Django project created successfully.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1751" /> + <location filename="../Project.py" line="1959" /> <source>Enter the name of the new Django project.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1778" /> + <location filename="../Project.py" line="1987" /> <source>Start Django Application</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1812" /> + <location filename="../Project.py" line="2023" /> <source>Django application created successfully.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1824" /> + <location filename="../Project.py" line="2036" /> <source>Start Global Django Application</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1825" /> + <location filename="../Project.py" line="2037" /> <source>Enter the name of the new global Django application.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1846" /> + <location filename="../Project.py" line="2058" /> <source>Start Local Django Application</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1847" /> + <location filename="../Project.py" line="2059" /> <source>Enter the name of the new local Django application.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1896" /> + <location filename="../Project.py" line="2109" /> <source>Select Project</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1897" /> + <location filename="../Project.py" line="2110" /> <source>Select the Django project to work with.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1931" /> + <location filename="../Project.py" line="2145" /> <source>None</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1937" /> + <location filename="../Project.py" line="2151" /> <source>&Current Django project ({0})</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3398" /> - <location filename="../Project.py" line="2990" /> - <location filename="../Project.py" line="2967" /> - <location filename="../Project.py" line="2919" /> - <location filename="../Project.py" line="2870" /> - <location filename="../Project.py" line="2671" /> - <location filename="../Project.py" line="2235" /> - <location filename="../Project.py" line="2004" /> + <location filename="../Project.py" line="3633" /> + <location filename="../Project.py" line="3240" /> + <location filename="../Project.py" line="3216" /> + <location filename="../Project.py" line="3167" /> + <location filename="../Project.py" line="3117" /> + <location filename="../Project.py" line="2914" /> + <location filename="../Project.py" line="2460" /> + <location filename="../Project.py" line="2219" /> <source>Process Generation Error</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2005" /> + <location filename="../Project.py" line="2220" /> <source>The Django server could not be started.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2051" /> + <location filename="../Project.py" line="2267" /> <source>Could not start the web-browser for the url "{0}".</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2119" /> + <location filename="../Project.py" line="2341" /> <source>Database Name</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2120" /> + <location filename="../Project.py" line="2342" /> <source>Select a database name (leave empty for default):</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2139" /> + <location filename="../Project.py" line="2363" /> <source><default></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2141" /> + <location filename="../Project.py" line="2365" /> <source>&Current Database ({0})</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2161" /> + <location filename="../Project.py" line="2386" /> <source>Introspect Database</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2195" /> + <location filename="../Project.py" line="2420" /> <source>Flushing the database will destroy all data. Are you sure?</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2208" /> + <location filename="../Project.py" line="2432" /> <source>Database tables flushed successfully.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2991" /> - <location filename="../Project.py" line="2968" /> - <location filename="../Project.py" line="2871" /> - <location filename="../Project.py" line="2672" /> - <location filename="../Project.py" line="2236" /> + <location filename="../Project.py" line="3241" /> + <location filename="../Project.py" line="3217" /> + <location filename="../Project.py" line="3118" /> + <location filename="../Project.py" line="2915" /> + <location filename="../Project.py" line="2461" /> <source>The Django process could not be started.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2340" /> - <location filename="../Project.py" line="2274" /> + <location filename="../Project.py" line="2563" /> + <location filename="../Project.py" line="2500" /> <source>SQL Files (*.sql)</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2318" /> - <location filename="../Project.py" line="2314" /> + <location filename="../Project.py" line="2544" /> + <location filename="../Project.py" line="2540" /> <source>SQL Migrate</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2577" /> - <location filename="../Project.py" line="2455" /> - <location filename="../Project.py" line="2399" /> - <location filename="../Project.py" line="2315" /> + <location filename="../Project.py" line="2818" /> + <location filename="../Project.py" line="2684" /> + <location filename="../Project.py" line="2631" /> + <location filename="../Project.py" line="2540" /> <source>No migrations available.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2423" /> + <location filename="../Project.py" line="2652" /> <source>Apply Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2461" /> + <location filename="../Project.py" line="2691" /> <source>Select an application:</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2705" /> + <location filename="../Project.py" line="2948" /> <source>Test Email sent successfully.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2706" /> + <location filename="../Project.py" line="2949" /> <source>Test Email could not be sent.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2736" /> + <location filename="../Project.py" line="2978" /> <source>Cache tables created successfully.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2774" /> + <location filename="../Project.py" line="3018" /> <source>JSON Files (*.json)</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2776" /> + <location filename="../Project.py" line="3020" /> <source>XML Files (*.xml)</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2778" /> + <location filename="../Project.py" line="3022" /> <source>YAML Files (*.yaml)</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2920" /> + <location filename="../Project.py" line="3168" /> <source>The Django test server could not be started.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2950" /> + <location filename="../Project.py" line="3199" /> <source>Enter the name of the user:</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3015" /> + <location filename="../Project.py" line="3265" /> <source>Expired sessions cleared successfully.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3092" /> + <location filename="../Project.py" line="3341" /> <source>Initializing message catalog for '{0}'</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3363" /> - <location filename="../Project.py" line="3301" /> - <location filename="../Project.py" line="3275" /> - <location filename="../Project.py" line="3242" /> - <location filename="../Project.py" line="3189" /> - <location filename="../Project.py" line="3141" /> - <location filename="../Project.py" line="3108" /> + <location filename="../Project.py" line="3599" /> + <location filename="../Project.py" line="3540" /> + <location filename="../Project.py" line="3514" /> + <location filename="../Project.py" line="3482" /> + <location filename="../Project.py" line="3431" /> + <location filename="../Project.py" line="3386" /> + <location filename="../Project.py" line="3355" /> <source>No current site selected or no site created yet. Aborting...</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3114" /> + <location filename="../Project.py" line="3360" /> <source> Message catalog initialized successfully.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3227" /> - <location filename="../Project.py" line="3133" /> + <location filename="../Project.py" line="3467" /> + <location filename="../Project.py" line="3378" /> <source>Updating message catalogs</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3324" /> - <location filename="../Project.py" line="3210" /> - <location filename="../Project.py" line="3163" /> + <location filename="../Project.py" line="3560" /> + <location filename="../Project.py" line="3449" /> + <location filename="../Project.py" line="3405" /> <source>No locales detected. Aborting...</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3281" /> - <location filename="../Project.py" line="3248" /> - <location filename="../Project.py" line="3215" /> - <location filename="../Project.py" line="3168" /> + <location filename="../Project.py" line="3519" /> + <location filename="../Project.py" line="3487" /> + <location filename="../Project.py" line="3454" /> + <location filename="../Project.py" line="3410" /> <source> Message catalogs updated successfully.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3260" /> - <location filename="../Project.py" line="3180" /> + <location filename="../Project.py" line="3500" /> + <location filename="../Project.py" line="3423" /> <source>Updating message catalogs (keeping obsolete messages)</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3348" /> - <location filename="../Project.py" line="3293" /> + <location filename="../Project.py" line="3584" /> + <location filename="../Project.py" line="3532" /> <source>Compiling message catalogs</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3369" /> - <location filename="../Project.py" line="3329" /> + <location filename="../Project.py" line="3604" /> + <location filename="../Project.py" line="3565" /> <source> Message catalogs compiled successfully.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3399" /> + <location filename="../Project.py" line="3634" /> <source>The translations editor process ({0}) could not be started.</source> <translation type="unfinished" /> </message> @@ -2010,9 +2015,9 @@ <context> <name>ProjectDjangoPlugin</name> <message> - <location filename="../../PluginProjectDjango.py" line="422" /> - <location filename="../../PluginProjectDjango.py" line="201" /> - <location filename="../../PluginProjectDjango.py" line="90" /> + <location filename="../../PluginProjectDjango.py" line="439" /> + <location filename="../../PluginProjectDjango.py" line="203" /> + <location filename="../../PluginProjectDjango.py" line="92" /> <source>Django</source> <translation type="unfinished" /> </message>
--- a/ProjectDjango/i18n/django_es.ts Sat Dec 23 16:46:05 2023 +0100 +++ b/ProjectDjango/i18n/django_es.ts Fri Jul 12 08:31:14 2024 +0200 @@ -1,19 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> -<TS version="2.0" language="es" sourcelanguage=""> +<TS version="2.1" language="es_ES"> <context> <name>DjangoCheckOptionsDialog</name> <message> - <location filename="../DjangoCheckOptionsDialog.py" line="77" /> - <source>Select settings file</source> - <translation>Seleccionar archivo de ajustes</translation> - </message> - <message> - <location filename="../DjangoCheckOptionsDialog.py" line="79" /> - <source>Python Files (*.py)</source> - <translation>Archivos Python (*.py)</translation> - </message> - <message> <location filename="../DjangoCheckOptionsDialog.ui" line="0" /> <source>Check Options</source> <translation>Opciones de Comprobación</translation> @@ -53,10 +43,45 @@ <source>Press to select the settings module file via a file selection dialog</source> <translation>Pulsar para seleccionar el archivo de módulo de ajustes vía un diálogo de selección de archivo</translation> </message> + <message> + <location filename="../DjangoCheckOptionsDialog.py" line="89" /> + <source>Select settings file</source> + <translation>Seleccionar archivo de ajustes</translation> + </message> + <message> + <location filename="../DjangoCheckOptionsDialog.py" line="89" /> + <source>Python Files (*.py)</source> + <translation>Archivos Python (*.py)</translation> + </message> </context> <context> <name>DjangoDialog</name> <message> + <location filename="../DjangoDialog.py" line="214" /> + <source>Process Generation Error</source> + <translation>Error de Generación de Proceso</translation> + </message> + <message> + <location filename="../DjangoDialog.py" line="215" /> + <source>The process {0} could not be started. Ensure, that it is in the search path.</source> + <translation>El proceso {0} no ha podido ejecutarse. Asegúrese de que está en la ruta de búsqueda.</translation> + </message> + <message> + <location filename="../DjangoDialog.py" line="305" /> + <source>Select data file</source> + <translation>Seleccionar archivo de datos</translation> + </message> + <message> + <location filename="../DjangoDialog.py" line="323" /> + <source>Error saving data</source> + <translation>Error al guardar datos</translation> + </message> + <message> + <location filename="../DjangoDialog.py" line="324" /> + <source><p>The data could not be written to <b>{0}</b></p><p>Reason: {1}</p></source> + <translation><p>Los datos no han podido ser guardados en <b>{0}</b></p><p>Razón: {1}</p></translation> + </message> + <message> <location filename="../DjangoDialog.ui" line="0" /> <source>Django</source> <translation>Django</translation> @@ -111,45 +136,10 @@ <source>Alt+P</source> <translation>Alt+P</translation> </message> - <message> - <location filename="../DjangoDialog.py" line="218" /> - <source>Process Generation Error</source> - <translation>Error de Generación de Proceso</translation> - </message> - <message> - <location filename="../DjangoDialog.py" line="219" /> - <source>The process {0} could not be started. Ensure, that it is in the search path.</source> - <translation>El proceso {0} no ha podido ejecutarse. Asegúrese de que está en la ruta de búsqueda.</translation> - </message> - <message> - <location filename="../DjangoDialog.py" line="313" /> - <source>Select data file</source> - <translation>Seleccionar archivo de datos</translation> - </message> - <message> - <location filename="../DjangoDialog.py" line="333" /> - <source>Error saving data</source> - <translation>Error al guardar datos</translation> - </message> - <message> - <location filename="../DjangoDialog.py" line="334" /> - <source><p>The data could not be written to <b>{0}</b></p><p>Reason: {1}</p></source> - <translation><p>Los datos no han podido ser guardados en <b>{0}</b></p><p>Razón: {1}</p></translation> - </message> </context> <context> <name>DjangoDiffsettingsDataDialog</name> <message> - <location filename="../DjangoDiffsettingsDataDialog.py" line="32" /> - <source>Hash Format</source> - <translation>Formato de Hash</translation> - </message> - <message> - <location filename="../DjangoDiffsettingsDataDialog.py" line="33" /> - <source>Unified Diff</source> - <translation>Diff Unificado</translation> - </message> - <message> <location filename="../DjangoDiffsettingsDataDialog.ui" line="0" /> <source>diffsettings Command Options</source> <translation>Opciones de Comando diffsettings</translation> @@ -184,21 +174,31 @@ <source>Select the output format (2.0.0+ only)</source> <translation>Seleccionar el formato de salida (2.0.0+ solo)</translation> </message> + <message> + <location filename="../DjangoDiffsettingsDataDialog.py" line="33" /> + <source>Hash Format</source> + <translation>Formato de Hash</translation> + </message> + <message> + <location filename="../DjangoDiffsettingsDataDialog.py" line="34" /> + <source>Unified Diff</source> + <translation>Diff Unificado</translation> + </message> </context> <context> <name>DjangoDumpdataDataDialog</name> <message> - <location filename="../DjangoDumpdataDataDialog.py" line="40" /> + <location filename="../DjangoDumpdataDataDialog.py" line="41" /> <source>JSON</source> <translation>JSON</translation> </message> <message> - <location filename="../DjangoDumpdataDataDialog.py" line="41" /> + <location filename="../DjangoDumpdataDataDialog.py" line="42" /> <source>XML</source> <translation>XML</translation> </message> <message> - <location filename="../DjangoDumpdataDataDialog.py" line="44" /> + <location filename="../DjangoDumpdataDataDialog.py" line="46" /> <source>YAML</source> <translation>YAML</translation> </message> @@ -301,22 +301,22 @@ <translation>Introducir la lista de aplicaciones y modelos a omitir al buscar fixtures:</translation> </message> <message> - <location filename="../DjangoLoaddataDataDialog.py" line="64" /> + <location filename="../DjangoLoaddataDataDialog.py" line="71" /> <source>JSON Files (*.json);;XML Files (*.xml);;</source> <translation>Archivos JSON (*.json);;Archivos XML (*.xml);;</translation> </message> <message> - <location filename="../DjangoLoaddataDataDialog.py" line="67" /> + <location filename="../DjangoLoaddataDataDialog.py" line="75" /> <source>YAML Files (*.yaml);;</source> <translation>Archivos YAML (*.yaml);;</translation> </message> <message> - <location filename="../DjangoLoaddataDataDialog.py" line="68" /> + <location filename="../DjangoLoaddataDataDialog.py" line="76" /> <source>All Files (*)</source> <translation>Todos los Archivos (*)</translation> </message> <message> - <location filename="../DjangoLoaddataDataDialog.py" line="72" /> + <location filename="../DjangoLoaddataDataDialog.py" line="80" /> <source>Select fixture file</source> <translation>Seleccionar archivo de fixture</translation> </message> @@ -410,92 +410,92 @@ <context> <name>DjangoMigrationsListDialog</name> <message> - <location filename="../DjangoMigrationsListDialog.ui" line="0" /> - <source>Errors</source> - <translation>Errores</translation> - </message> - <message> - <location filename="../DjangoMigrationsListDialog.py" line="64" /> + <location filename="../DjangoMigrationsListDialog.py" line="68" /> <source>Available Migrations</source> <translation>Migraciones Disponibles</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="66" /> + <location filename="../DjangoMigrationsListDialog.py" line="71" /> <source>Name</source> <translation>Nombre</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="71" /> + <location filename="../DjangoMigrationsListDialog.py" line="78" /> <source>Migrations Plan</source> <translation>Plan de Migraciones</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="73" /> + <location filename="../DjangoMigrationsListDialog.py" line="81" /> <source>Migration</source> <translation>Migración</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="74" /> + <location filename="../DjangoMigrationsListDialog.py" line="82" /> <source>Dependencies</source> <translation>Dependencias</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="80" /> + <location filename="../DjangoMigrationsListDialog.py" line="90" /> <source>&Refresh</source> <translation>Actualiza&r</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="82" /> + <location filename="../DjangoMigrationsListDialog.py" line="92" /> <source>Press to refresh the list</source> <translation>Pulsar para actualizar la lista</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="190" /> + <location filename="../DjangoMigrationsListDialog.py" line="194" /> <source>Process Generation Error</source> <translation>Error de Generación de Proceso</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="191" /> + <location filename="../DjangoMigrationsListDialog.py" line="195" /> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>El proceso {0} no ha podido ejecutarse. Asegúrese de que está en la ruta de búsqueda.</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="303" /> + <location filename="../DjangoMigrationsListDialog.py" line="309" /> <source>Apply All Migrations</source> <translation>Aplicar Todas las Migraciones</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="333" /> - <location filename="../DjangoMigrationsListDialog.py" line="315" /> + <location filename="../DjangoMigrationsListDialog.py" line="340" /> + <location filename="../DjangoMigrationsListDialog.py" line="320" /> <source>Apply Selected Migrations</source> <translation>Aplicar Migraciones Seleccionadas</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="318" /> + <location filename="../DjangoMigrationsListDialog.py" line="323" /> <source>Unapply Migrations</source> <translation>Deshacer Aplicar Migraciones</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="395" /> - <location filename="../DjangoMigrationsListDialog.py" line="322" /> + <location filename="../DjangoMigrationsListDialog.py" line="401" /> + <location filename="../DjangoMigrationsListDialog.py" line="327" /> <source>Make Migrations</source> <translation>Hacer Migraciones</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="325" /> + <location filename="../DjangoMigrationsListDialog.py" line="330" /> <source>Make Empty Migrations</source> <translation>Hacer Migraciones Vacías</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="329" /> + <location filename="../DjangoMigrationsListDialog.py" line="335" /> <source>Make Migrations (dry-run)</source> <translation>Hacer Migraciones ("dry-run")</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="396" /> + <location filename="../DjangoMigrationsListDialog.py" line="402" /> <source>Enter a name for the migrations (leave empty to use system supplied name):</source> <translation>Introducir un nombre para las migraciones (dejar en blanco para usar un nombre proporcionado por el sistema):</translation> </message> + <message> + <location filename="../DjangoMigrationsListDialog.ui" line="0" /> + <source>Errors</source> + <translation>Errores</translation> + </message> </context> <context> <name>DjangoPage</name> @@ -650,60 +650,29 @@ <translation>Incluir Traducciones Difusas (Fuzzy)</translation> </message> <message> - <location filename="../ConfigurationPage/DjangoPage.py" line="36" /> + <location filename="../ConfigurationPage/DjangoPage.py" line="42" /> <source>All Files (*)</source> <translation>Todos los Archivos (*)</translation> </message> <message> - <location filename="../ConfigurationPage/DjangoPage.py" line="71" /> + <location filename="../ConfigurationPage/DjangoPage.py" line="77" /> <source>Plain Python</source> <translation>Python simple</translation> </message> <message> - <location filename="../ConfigurationPage/DjangoPage.py" line="72" /> + <location filename="../ConfigurationPage/DjangoPage.py" line="78" /> <source>IPython</source> <translation>IPython</translation> </message> <message> - <location filename="../ConfigurationPage/DjangoPage.py" line="73" /> + <location filename="../ConfigurationPage/DjangoPage.py" line="79" /> <source>bpython</source> <translation>bpython</translation> </message> - <message> - <source>Enter the path of the Django virtual environment. Leave empty to not use a virtual environment setup.</source> - <translation type="vanished">Introducir la ruta del entorno virtual de Django. Dejar vacío para no utilizar una configuración con entorno virtual.</translation> - </message> - <message> - <source>Select the virtual environment directory via a selection dialog</source> - <translation type="vanished">Seleccionar el directorio del entorno virtual vía un diálogo de selección</translation> - </message> - <message> - <source>Select Virtual Environment for Python 3</source> - <translation type="vanished">Seleccionar Entorno Virtual para Python 3</translation> - </message> - <message> - <source>Select the translations editor via a file selection dialog</source> - <translation type="vanished">Seleccionar el editor de traducciones vía un diálogo de selección de archivos</translation> - </message> </context> <context> <name>DjangoRunTestServerDataDialog</name> <message> - <location filename="../DjangoRunTestServerDataDialog.py" line="38" /> - <source>JSON Files (*.json);;XML Files (*.xml);;</source> - <translation>Archivos JSON (*.json);;Archivos XML (*.xml);;</translation> - </message> - <message> - <location filename="../DjangoRunTestServerDataDialog.py" line="41" /> - <source>YAML Files (*.yaml);;</source> - <translation>Archivos YAML (*.yaml);;</translation> - </message> - <message> - <location filename="../DjangoRunTestServerDataDialog.py" line="42" /> - <source>All Files (*)</source> - <translation>Todos los Archivos (*)</translation> - </message> - <message> <location filename="../DjangoRunTestServerDataDialog.ui" line="0" /> <source>testserver Command Options</source> <translation>Opciones de Comando testserver</translation> @@ -714,12 +683,19 @@ <translation>Introducir la lista de patrones de fixture o la ruta a un archivo de fixture.</translation> </message> <message> - <source>Select a fixture file via a file selection dialog</source> - <translation type="vanished">Seleccionar un archivo de fixture a través de un diálogo de selección de archivo</translation> + <location filename="../DjangoRunTestServerDataDialog.py" line="41" /> + <source>JSON Files (*.json);;XML Files (*.xml);;</source> + <translation>Archivos JSON (*.json);;Archivos XML (*.xml);;</translation> </message> <message> - <source>Select fixture file</source> - <translation type="vanished">Seleccionar archivo de fixture</translation> + <location filename="../DjangoRunTestServerDataDialog.py" line="45" /> + <source>YAML Files (*.yaml);;</source> + <translation>Archivos YAML (*.yaml);;</translation> + </message> + <message> + <location filename="../DjangoRunTestServerDataDialog.py" line="46" /> + <source>All Files (*)</source> + <translation>Todos los Archivos (*)</translation> </message> </context> <context> @@ -889,1148 +865,1153 @@ <context> <name>Project</name> <message> - <location filename="../Project.py" line="153" /> + <location filename="../Project.py" line="180" /> <source>Current Project</source> <translation>Proyecto actual</translation> </message> <message> - <location filename="../Project.py" line="157" /> + <location filename="../Project.py" line="182" /> <source>Selects the current project</source> <translation>Selecciona el proyecto actual</translation> </message> <message> - <location filename="../Project.py" line="159" /> + <location filename="../Project.py" line="184" /> <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>Proyecto Actual</b><p>Selecciona el proyecto actual. Se utiliza para cambiar de proyecto en multiproyectos Django.</p></translation> </message> <message> - <location filename="../Project.py" line="173" /> + <location filename="../Project.py" line="199" /> <source>Start Project</source> <translation>Iniciar Proyecto</translation> </message> <message> - <location filename="../Project.py" line="174" /> + <location filename="../Project.py" line="200" /> <source>Start &Project</source> <translation>Iniciar &Proyecto</translation> </message> <message> - <location filename="../Project.py" line="177" /> + <location filename="../Project.py" line="206" /> <source>Starts a new Django project</source> <translation>Inicia un nuevo proyecto Django</translation> </message> <message> - <location filename="../Project.py" line="179" /> + <location filename="../Project.py" line="208" /> <source><b>Start Project</b><p>Starts a new Django project using "django-admin.py startproject".</p></source> <translation><b>Iniciar Proyecto</b><p>Inicia un nuevo proyecto Django utilizando "django-admin.py startproject".</p></translation> </message> <message> - <location filename="../Project.py" line="188" /> + <location filename="../Project.py" line="218" /> <source>Start Application (global)</source> <translation>Iniciar Aplicación (global)</translation> </message> <message> - <location filename="../Project.py" line="189" /> + <location filename="../Project.py" line="219" /> <source>Start Application (&global)</source> <translation>Iniciar Aplicación (&global)</translation> </message> <message> - <location filename="../Project.py" line="192" /> + <location filename="../Project.py" line="226" /> <source>Starts a new global Django application</source> <translation>Inicia una nueva aplicación global Django</translation> </message> <message> - <location filename="../Project.py" line="194" /> + <location filename="../Project.py" line="229" /> <source><b>Start Application (global)</b><p>Starts a new global Django application using "django-admin.py startapp".</p></source> <translation><b>Iniciar Aplicación (global)</b><p>Inicia una nueva aplicación global Django utilizando "django-admin.py startapp".</p></translation> </message> <message> - <location filename="../Project.py" line="204" /> + <location filename="../Project.py" line="239" /> <source>Start Application (local)</source> <translation>Iniciar Aplicación (local)</translation> </message> <message> - <location filename="../Project.py" line="205" /> + <location filename="../Project.py" line="240" /> <source>Start Application (&local)</source> <translation>Iniciar Aplicación (&local)</translation> </message> <message> - <location filename="../Project.py" line="208" /> + <location filename="../Project.py" line="247" /> <source>Starts a new local Django application</source> <translation>Inicia una nueva aplicación local Django</translation> </message> <message> - <location filename="../Project.py" line="210" /> + <location filename="../Project.py" line="250" /> <source><b>Start Application (local)</b><p>Starts a new local Django application using "manage.py startapp".</p></source> <translation><b>Iniciar Aplicación (local)</b><p>Inicia una nueva aplicación local Django utilizando "manage.py startapp".</p></translation> </message> <message> - <location filename="../Project.py" line="224" /> + <location filename="../Project.py" line="264" /> <source>Run Server</source> <translation>Ejecutar Servidor</translation> </message> <message> - <location filename="../Project.py" line="225" /> + <location filename="../Project.py" line="265" /> <source>Run &Server</source> <translation>Ejecutar &Servidor</translation> </message> <message> - <location filename="../Project.py" line="228" /> + <location filename="../Project.py" line="271" /> <source>Starts the Django Web server</source> <translation>Inicia el servidor Web Django</translation> </message> <message> - <location filename="../Project.py" line="230" /> + <location filename="../Project.py" line="273" /> <source><b>Run Server</b><p>Starts the Django Web server using "manage.py runserver".</p></source> <translation><b>Iniciar Servidor</b><p>Inicia el servidor Web Django utilizando "manage.py runserver".</p></translation> </message> <message> - <location filename="../Project.py" line="2050" /> - <location filename="../Project.py" line="239" /> + <location filename="../Project.py" line="2266" /> + <location filename="../Project.py" line="283" /> <source>Run Web-Browser</source> <translation>Ejecutar Navegador Web</translation> </message> <message> - <location filename="../Project.py" line="240" /> + <location filename="../Project.py" line="284" /> <source>Run &Web-Browser</source> <translation>Ejecutar Navegador &Web</translation> </message> <message> - <location filename="../Project.py" line="243" /> + <location filename="../Project.py" line="291" /> <source>Starts the default Web-Browser with the URL of the Django Web server</source> <translation>Inicia el Navegador Web por defecto con la URL del servidor Web Django</translation> </message> <message> - <location filename="../Project.py" line="246" /> + <location filename="../Project.py" line="297" /> <source><b>Run Web-Browser</b><p>Starts the default Web-Browser with the URL of the Django Web server.</p></source> <translation><b>Ejecutar Navegador Web</b><p>Inicia el Navegador Web por defecto con la URL del servidor Web Django.</p></translation> </message> <message> - <location filename="../Project.py" line="2720" /> - <location filename="../Project.py" line="259" /> + <location filename="../Project.py" line="2963" /> + <location filename="../Project.py" line="311" /> <source>Create Cache Tables</source> <translation>Crear Tablas de Caché</translation> </message> <message> - <location filename="../Project.py" line="260" /> + <location filename="../Project.py" line="312" /> <source>C&reate Cache Tables</source> <translation>C&rear Tablas de Caché</translation> </message> <message> - <location filename="../Project.py" line="263" /> + <location filename="../Project.py" line="319" /> <source>Creates the tables needed to use the SQL cache backend</source> <translation>Crea las tablas necesarias para utilizar el backend de caché de SQL</translation> </message> <message> - <location filename="../Project.py" line="265" /> + <location filename="../Project.py" line="322" /> <source><b>Create Cache Tables</b><p>Creates the tables needed to use the SQL cache backend.</p></source> <translation><b>Crear Tablas de Caché</b><p>Crea las tablas necesarias para utilizar el backend de caché de SQL.</p></translation> </message> <message> - <location filename="../Project.py" line="279" /> + <location filename="../Project.py" line="336" /> <source>Help</source> <translation>Ayuda</translation> </message> <message> - <location filename="../Project.py" line="280" /> + <location filename="../Project.py" line="336" /> <source>&Help</source> <translation>&Ayuda</translation> </message> <message> - <location filename="../Project.py" line="283" /> + <location filename="../Project.py" line="338" /> <source>Shows the Django help index</source> <translation>Muestra el índice de ayuda de Django</translation> </message> <message> - <location filename="../Project.py" line="285" /> + <location filename="../Project.py" line="340" /> <source><b>Help</b><p>Shows the Django help index page.</p></source> <translation><b>Ayuda</b><p>Muestra la página de índice de ayuda de Django.</p></translation> </message> <message> - <location filename="../Project.py" line="1393" /> - <location filename="../Project.py" line="297" /> + <location filename="../Project.py" line="1585" /> + <location filename="../Project.py" line="350" /> <source>About Django</source> <translation>Acerca de Django</translation> </message> <message> - <location filename="../Project.py" line="298" /> + <location filename="../Project.py" line="351" /> <source>About D&jango</source> <translation>Acerca de D&jango</translation> </message> <message> - <location filename="../Project.py" line="301" /> + <location filename="../Project.py" line="357" /> <source>Shows some information about Django</source> <translation>Muestra información sobre Django</translation> </message> <message> - <location filename="../Project.py" line="303" /> + <location filename="../Project.py" line="359" /> <source><b>About Django</b><p>Shows some information about Django.</p></source> <translation><b>Acerca de Django</b><p>Muestra información sobre Django.</p></translation> </message> <message> - <location filename="../Project.py" line="3441" /> - <location filename="../Project.py" line="316" /> - <location filename="../Project.py" line="315" /> + <location filename="../Project.py" line="3680" /> + <location filename="../Project.py" line="373" /> + <location filename="../Project.py" line="372" /> <source>Check Project</source> <translation>Comprobar Proyecto</translation> </message> <message> - <location filename="../Project.py" line="319" /> + <location filename="../Project.py" line="380" /> <source>Inspects the Django project for common problems</source> <translation>Inspecciona el proyecto Django para problemas comunes</translation> </message> <message> - <location filename="../Project.py" line="321" /> + <location filename="../Project.py" line="383" /> <source><b>Check Project</b><p>This inspects the Django project for common problems.</p></source> <translation><b>Comprobar Proyecto</b><p>Inspecciona el proyecto Django para problemas comunes.</p></translation> </message> <message> - <location filename="../Project.py" line="341" /> + <location filename="../Project.py" line="404" /> <source>Current Database</source> <translation>Base de Datos Actual</translation> </message> <message> - <location filename="../Project.py" line="345" /> + <location filename="../Project.py" line="406" /> <source>Selects the current database</source> <translation>Selecciona la base de datos actual</translation> </message> <message> - <location filename="../Project.py" line="347" /> + <location filename="../Project.py" line="408" /> <source><b>Current Database</b><p>Selects the database name to be used by all database actions. An empty database name indicates to use the default name.</p></source> <translation><b>Base de Datos Actual</b><p>Selecciona el nombre de la base de datos para utilizar en todas las acciones de base de datos. Un nombre de base de datos vacío indica utilizar el nombre por defecto.</p></translation> </message> <message> - <location filename="../Project.py" line="358" /> + <location filename="../Project.py" line="420" /> <source>Introspect</source> <translation>Introspección</translation> </message> <message> - <location filename="../Project.py" line="359" /> + <location filename="../Project.py" line="421" /> <source>&Introspect</source> <translation>&Introspección</translation> </message> <message> - <location filename="../Project.py" line="362" /> + <location filename="../Project.py" line="428" /> <source>Introspects the database tables and outputs a Django model module</source> <translation>Realiza introspección de las tablas en la base de datos y devuelve un módulo de modelo de Django</translation> </message> <message> - <location filename="../Project.py" line="365" /> + <location filename="../Project.py" line="431" /> <source><b>Introspect</b><p>Introspects the database tables and outputs a Django model module.</p></source> <translation><b>Introspección</b><p>Realiza introspección de las tablas en la base de datos y devuelve a un módulo de modelo de Django.</p></translation> </message> <message> - <location filename="../Project.py" line="374" /> + <location filename="../Project.py" line="441" /> <source>Flush</source> <translation>Flush</translation> </message> <message> - <location filename="../Project.py" line="375" /> + <location filename="../Project.py" line="441" /> <source>&Flush</source> <translation>&Flush</translation> </message> <message> - <location filename="../Project.py" line="378" /> + <location filename="../Project.py" line="444" /> <source>Returns all database tables to the state just after their installation</source> <translation>Devuelve todas las tablas de la base de datos al estado que tenían al terminar su instalación</translation> </message> <message> - <location filename="../Project.py" line="381" /> + <location filename="../Project.py" line="450" /> <source><b>Flush</b><p>Returns all database tables to the state just after their installation.</p></source> <translation><b>Flush</b><p>Devuelve todas las tablas de la base de datos al estado que tenían al terminar su instalación.</p></translation> </message> <message> - <location filename="../Project.py" line="390" /> + <location filename="../Project.py" line="460" /> <source>Start Client Console</source> <translation>Iniciar Consola de Cliente</translation> </message> <message> - <location filename="../Project.py" line="391" /> + <location filename="../Project.py" line="461" /> <source>Start &Client Console</source> <translation>Iniciar Consola de &Cliente</translation> </message> <message> - <location filename="../Project.py" line="394" /> + <location filename="../Project.py" line="468" /> <source>Starts a console window for the database client</source> <translation>Inicia una ventana de consola para el cliente de base de datos</translation> </message> <message> - <location filename="../Project.py" line="396" /> + <location filename="../Project.py" line="471" /> <source><b>Start Client Console</b><p>Starts a console window for the database client.</p></source> <translation><b>Iniciar Consola de Cliente</b><p>Inicia una ventana de consola para el cliente de base de datos.</p></translation> </message> <message> - <location filename="../Project.py" line="2287" /> - <location filename="../Project.py" line="2190" /> - <location filename="../Project.py" line="408" /> + <location filename="../Project.py" line="2512" /> + <location filename="../Project.py" line="2415" /> + <location filename="../Project.py" line="484" /> <source>Flush Database</source> <translation>Hacer Flush de la base de datos</translation> </message> <message> - <location filename="../Project.py" line="409" /> + <location filename="../Project.py" line="485" /> <source>&Flush Database</source> <translation>Hacer &Flush de la base de datos</translation> </message> <message> - <location filename="../Project.py" line="412" /> + <location filename="../Project.py" line="492" /> <source>Prints a list of statements to return all database tables to the state just after their installation</source> <translation>Imprime una lista de sentencias para retornar todas las tablas de la base de datos al estado que tenían despues de su instalación</translation> </message> <message> - <location filename="../Project.py" line="415" /> + <location filename="../Project.py" line="498" /> <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>Hacer Flush de la base de datos</b><p>Imprime una lista de sentencias para retornar todas las tablas de la base de datos al estado que tenían despues de su instalación.</p></translation> </message> <message> - <location filename="../Project.py" line="2294" /> - <location filename="../Project.py" line="425" /> + <location filename="../Project.py" line="2519" /> + <location filename="../Project.py" line="508" /> <source>Reset Sequences</source> <translation>Resetear Secuencias</translation> </message> <message> - <location filename="../Project.py" line="426" /> + <location filename="../Project.py" line="509" /> <source>Reset &Sequences</source> <translation>Resetear &Secuencias</translation> </message> <message> - <location filename="../Project.py" line="429" /> + <location filename="../Project.py" line="516" /> <source>Prints the SQL statements for resetting sequences for one or more applications</source> <translation>Imprime las sentencias SQL para resetear secuencias para una o más aplicaciones</translation> </message> <message> - <location filename="../Project.py" line="432" /> + <location filename="../Project.py" line="522" /> <source><b>Reset Sequences</b><p>Prints the SQL statements for resetting sequences for one or more applications.</p></source> <translation><b>Resetear Secuencias</b><p>Imprime las sentencias SQL para resetear secuencias para una o más aplicaciones.</p></translation> </message> <message> - <location filename="../Project.py" line="442" /> + <location filename="../Project.py" line="532" /> <source>Apply Migration</source> <translation>Aplicar Migración</translation> </message> <message> - <location filename="../Project.py" line="443" /> + <location filename="../Project.py" line="533" /> <source>&Apply Migration</source> <translation>&Aplicar Migración</translation> </message> <message> - <location filename="../Project.py" line="446" /> + <location filename="../Project.py" line="540" /> <source>Prints the SQL statements to apply a migration of an application</source> <translation>Imprime las sentencias SQL para aplicar una migración de una aplicación</translation> </message> <message> - <location filename="../Project.py" line="449" /> + <location filename="../Project.py" line="543" /> <source><b>Apply Migration</b><p>Prints the SQL statements to apply a migration of an application.</p></source> <translation><b>Aplicar Migración</b><p>Imprime las sentencias SQL para aplicar una migración de una aplicación.</p></translation> </message> <message> - <location filename="../Project.py" line="459" /> + <location filename="../Project.py" line="553" /> <source>Unapply Migration</source> <translation>Deshacer Aplicar Migración</translation> </message> <message> - <location filename="../Project.py" line="460" /> + <location filename="../Project.py" line="554" /> <source>&Unapply Migration</source> <translation>Des&hacer Aplicar Migración</translation> </message> <message> - <location filename="../Project.py" line="463" /> + <location filename="../Project.py" line="561" /> <source>Prints the SQL statements to unapply a migration of an application</source> <translation>Imprime las sentencias SQL para deshacer aplicar la migración de una aplicación</translation> </message> <message> - <location filename="../Project.py" line="466" /> + <location filename="../Project.py" line="566" /> <source><b>Unapply Migration</b><p>Prints the SQL statements to unapply a migration of an application.</p></source> <translation><b>Deshacer aplicar Migración</b><p>Imprime las sentencias SQL para deshacer aplicar una migración de una aplicación.</p></translation> </message> <message> - <location filename="../Project.py" line="2622" /> - <location filename="../Project.py" line="480" /> + <location filename="../Project.py" line="2862" /> + <location filename="../Project.py" line="582" /> <source>Diff Settings</source> <translation>Configuración de Diff</translation> </message> <message> - <location filename="../Project.py" line="481" /> + <location filename="../Project.py" line="583" /> <source>&Diff Settings</source> <translation>Configuración de &Diff</translation> </message> <message> - <location filename="../Project.py" line="484" /> + <location filename="../Project.py" line="590" /> <source>Shows the modification made to the settings</source> <translation>Muestra los cambios hechos a la configuración</translation> </message> <message> - <location filename="../Project.py" line="486" /> + <location filename="../Project.py" line="593" /> <source><b>Diff Settings</b><p>Shows the modification made to the settings.</p></source> <translation><b>Configuración de Diff</b><p>Muestra los cambios hechos a la configuración.</p></translation> </message> <message> - <location filename="../Project.py" line="494" /> + <location filename="../Project.py" line="602" /> <source>Start Python Console</source> <translation>Iniciar Consola de Python</translation> </message> <message> - <location filename="../Project.py" line="495" /> + <location filename="../Project.py" line="603" /> <source>Start &Python Console</source> <translation>Iniciar Consola de &Python</translation> </message> <message> - <location filename="../Project.py" line="498" /> + <location filename="../Project.py" line="610" /> <source>Starts a Python interactive interpreter</source> <translation>Inicia un intérprete interactivo de Python</translation> </message> <message> - <location filename="../Project.py" line="500" /> + <location filename="../Project.py" line="613" /> <source><b>Start Python Console</b><p>Starts a Python interactive interpreter.</p></source> <translation><b>Iniciar Consola de Python</b><p>Inicia un intérprete interactivo de Python.</p></translation> </message> <message> - <location filename="../Project.py" line="2678" /> - <location filename="../Project.py" line="508" /> + <location filename="../Project.py" line="2924" /> + <location filename="../Project.py" line="622" /> <source>Send Test Email</source> <translation>Enviar Email de Prueba</translation> </message> <message> - <location filename="../Project.py" line="509" /> + <location filename="../Project.py" line="623" /> <source>Send Test &Email</source> <translation>Enviar &Email de Prueba</translation> </message> <message> - <location filename="../Project.py" line="512" /> + <location filename="../Project.py" line="629" /> <source>Send a test email through Django</source> <translation>Enviar un email de prueba a través de Django</translation> </message> <message> - <location filename="../Project.py" line="514" /> + <location filename="../Project.py" line="631" /> <source><b>Send Test Email</b><p>Sends a test email to confirm email sending through Django is working.</p></source> <translation><b>Enviar Email de Prueba</b><p>Envía un email de prueba para confirmar que el envío de email a través de Django funciona correctamente.</p></translation> </message> <message> - <location filename="../Project.py" line="2749" /> - <location filename="../Project.py" line="527" /> + <location filename="../Project.py" line="2994" /> + <location filename="../Project.py" line="645" /> <source>Dump Data</source> <translation>Volcado de Datos</translation> </message> <message> - <location filename="../Project.py" line="528" /> + <location filename="../Project.py" line="646" /> <source>&Dump Data</source> <translation>&Volcado de Datos</translation> </message> <message> - <location filename="../Project.py" line="531" /> + <location filename="../Project.py" line="652" /> <source>Dump the database data to a fixture</source> <translation>Volcado de los datos de una base de datos a una fixtuer</translation> </message> <message> - <location filename="../Project.py" line="533" /> + <location filename="../Project.py" line="654" /> <source><b>Dump Data</b><p>Dump the database data to a fixture.</p></source> <translation><b>Volcado de Datos</b><p>Volcado de los datos de una base de datos a una fixtuer.</p></translation> </message> <message> - <location filename="../Project.py" line="2790" /> - <location filename="../Project.py" line="541" /> + <location filename="../Project.py" line="3037" /> + <location filename="../Project.py" line="660" /> <source>Load Data</source> <translation>Cargar Datos</translation> </message> <message> - <location filename="../Project.py" line="542" /> + <location filename="../Project.py" line="661" /> <source>&Load Data</source> <translation>&Cargar Datos</translation> </message> <message> - <location filename="../Project.py" line="545" /> + <location filename="../Project.py" line="667" /> <source>Load data from fixture files</source> <translation>Cargar datos desde archivos de fixture</translation> </message> <message> - <location filename="../Project.py" line="547" /> + <location filename="../Project.py" line="669" /> <source><b>Load Data</b><p>Load data from fixture files.</p></source> <translation><b>Cargar Datos</b><p>Cargar datos desde archivos de fixture.</p></translation> </message> <message> - <location filename="../Project.py" line="555" /> + <location filename="../Project.py" line="675" /> <source>Run Testsuite</source> <translation>Ejecutar Testsuite</translation> </message> <message> - <location filename="../Project.py" line="556" /> + <location filename="../Project.py" line="676" /> <source>Run &Testsuite</source> <translation>Ejecutar &Testsuite</translation> </message> <message> - <location filename="../Project.py" line="559" /> + <location filename="../Project.py" line="683" /> <source>Run the test suite for applications or the whole site</source> <translation>Ejecutar la suite de tests para aplicaciones en todo el site</translation> </message> <message> - <location filename="../Project.py" line="561" /> + <location filename="../Project.py" line="686" /> <source><b>Run Testsuite</b><p>Run the test suite for applications or the whole site.</p></source> <translation><b>Ejecutar Testsuite</b><p>Ejecutar la suite de tests para aplicaciones en todo el site.</p></translation> </message> <message> - <location filename="../Project.py" line="570" /> - <location filename="../Project.py" line="569" /> + <location filename="../Project.py" line="696" /> + <location filename="../Project.py" line="695" /> <source>Run Testsuite (-Wall)</source> <translation>Ejecutar suite de Tests (-Wall)</translation> </message> <message> - <location filename="../Project.py" line="573" /> + <location filename="../Project.py" line="703" /> <source>Run the test suite for applications or the whole site with activated deprecation warnings</source> <translation>Ejecutar suite de tests para aplicaciones o el site completo con advertencias de deprecación activadas</translation> </message> <message> - <location filename="../Project.py" line="576" /> + <location filename="../Project.py" line="709" /> <source><b>Run Testsuite (-Wall)</b><p>Run the test suite for applications or the whole site with activated deprecation warnings.</p></source> <translation><b>Ejecutar suite de Tests (-Wall)</b><p>Ejecuta la suite de tests para aplicaciones o el site completo con advertencias de deprecación activadas.</p></translation> </message> <message> - <location filename="../Project.py" line="586" /> + <location filename="../Project.py" line="721" /> <source>Run Testserver</source> <translation>Ejecutar Testserver</translation> </message> <message> - <location filename="../Project.py" line="587" /> + <location filename="../Project.py" line="722" /> <source>Run Test&server</source> <translation>Ejecutar Test&server</translation> </message> <message> - <location filename="../Project.py" line="590" /> + <location filename="../Project.py" line="729" /> <source>Run a development server with data from a set of fixtures</source> <translation>Ejecutar un servidor de desarrollo con datos de un conjunto de fixtures</translation> </message> <message> - <location filename="../Project.py" line="592" /> + <location filename="../Project.py" line="732" /> <source><b>Run Testserver</b><p>Run a development server with data from a set of fixtures.</p></source> <translation><b>Ejecutar Testserver</b><p>Ejecutar un servidor de desarrollo con datos de un conjunto de fixtures.</p></translation> </message> <message> - <location filename="../Project.py" line="2949" /> - <location filename="../Project.py" line="605" /> + <location filename="../Project.py" line="3198" /> + <location filename="../Project.py" line="746" /> <source>Change Password</source> <translation>Cambiar Contraseña</translation> </message> <message> - <location filename="../Project.py" line="606" /> + <location filename="../Project.py" line="747" /> <source>Change &Password</source> <translation>Cambiar C&ontraseña</translation> </message> <message> - <location filename="../Project.py" line="609" /> + <location filename="../Project.py" line="753" /> <source>Change the password of a user</source> <translation>Cambiar la contraseña de un usuario</translation> </message> <message> - <location filename="../Project.py" line="611" /> + <location filename="../Project.py" line="755" /> <source><b>Change Password</b><p>Change the password of a user of the Django project.</p></source> <translation><b>Cambiar Contraseña</b><p>Cambiar la contraseña de un usuario del proyecto Django.</p></translation> </message> <message> - <location filename="../Project.py" line="619" /> + <location filename="../Project.py" line="764" /> <source>Create Superuser</source> <translation>Crear Superusuario</translation> </message> <message> - <location filename="../Project.py" line="620" /> + <location filename="../Project.py" line="765" /> <source>Create &Superuser</source> <translation>Crear &Superusuario</translation> </message> <message> - <location filename="../Project.py" line="623" /> + <location filename="../Project.py" line="771" /> <source>Create a superuser account</source> <translation>Crear una cuenta de superusuario</translation> </message> <message> - <location filename="../Project.py" line="625" /> + <location filename="../Project.py" line="773" /> <source><b>Create Superuser</b><p>Create a superuser account for the Django project.</p></source> <translation><b>Crear Superusuario</b><p>Crear una cuenta de superusuario para el proyecto Django.</p></translation> </message> <message> - <location filename="../Project.py" line="3001" /> - <location filename="../Project.py" line="637" /> + <location filename="../Project.py" line="3252" /> + <location filename="../Project.py" line="786" /> <source>Clear Sessions</source> <translation>Limpiar Sesiones</translation> </message> <message> - <location filename="../Project.py" line="638" /> + <location filename="../Project.py" line="787" /> <source>Clear &Sessions</source> <translation>Limpiar &Sesiones</translation> </message> <message> - <location filename="../Project.py" line="641" /> + <location filename="../Project.py" line="793" /> <source>Clear expired sessions</source> <translation>Limpiar sesiones expiradas</translation> </message> <message> - <location filename="../Project.py" line="643" /> + <location filename="../Project.py" line="795" /> <source><b>Clear Sessions</b><p>Clear expired sessions of the Django project.</p></source> <translation><b>Limpiar Sesiones</b><p>Limpiar sesiones expiradas del proyecto Django.</p></translation> </message> <message> - <location filename="../Project.py" line="655" /> + <location filename="../Project.py" line="808" /> <source>Show Migrations</source> <translation>Mostrar Migraciones</translation> </message> <message> - <location filename="../Project.py" line="656" /> + <location filename="../Project.py" line="809" /> <source>&Show Migrations</source> <translation>Mo&strar Migraciones</translation> </message> <message> - <location filename="../Project.py" line="659" /> + <location filename="../Project.py" line="816" /> <source>Show a list of available migrations</source> <translation>Mostrar una lista de migraciones disponibles</translation> </message> <message> - <location filename="../Project.py" line="661" /> + <location filename="../Project.py" line="819" /> <source><b>Show Migrations</b><p>This shows a list of available migrations of the Django project and their status.</p></source> <translation><b>Mostrar Migraciones</b><p>Muestra una lista de migraciones disponibles para el proyecto Django y su estado.</p></translation> </message> <message> - <location filename="../Project.py" line="670" /> + <location filename="../Project.py" line="829" /> <source>Show Migrations Plan</source> <translation>Mostrar Plan de Migraciones</translation> </message> <message> - <location filename="../Project.py" line="671" /> + <location filename="../Project.py" line="830" /> <source>Show Migrations &Plan</source> <translation>Mostrar &Plan de Migraciones</translation> </message> <message> - <location filename="../Project.py" line="674" /> + <location filename="../Project.py" line="837" /> <source>Show a list with the migrations plan</source> <translation>Mostrar una lista con el plan de migraciones</translation> </message> <message> - <location filename="../Project.py" line="676" /> + <location filename="../Project.py" line="840" /> <source><b>Show Migrations Plan</b><p>This shows a list with the migrations plan of the Django project.</p></source> <translation><b>Mostrar Plan de Migraciones</b><p>Muestra una lista con el plan de migraciones del proyecto Django.</p></translation> </message> <message> - <location filename="../Project.py" line="685" /> + <location filename="../Project.py" line="850" /> <source>Apply All Migrations</source> <translation>Aplicar Todas las Migraciones</translation> </message> <message> - <location filename="../Project.py" line="686" /> + <location filename="../Project.py" line="851" /> <source>&Apply All Migrations</source> <translation>&Aplicar Todas las Migraciones</translation> </message> <message> - <location filename="../Project.py" line="689" /> + <location filename="../Project.py" line="857" /> <source>Apply all available migrations</source> <translation>Aplicar todas las migraciones disponibles</translation> </message> <message> - <location filename="../Project.py" line="691" /> + <location filename="../Project.py" line="859" /> <source><b>Apply All Migrations</b><p>This applies all migrations of the Django project.</p></source> <translation><b>Aplicar Todas las Migraciones</b><p>Aplica todas las migraciones del proyecto Django.</p></translation> </message> <message> - <location filename="../Project.py" line="2398" /> - <location filename="../Project.py" line="700" /> - <location filename="../Project.py" line="699" /> + <location filename="../Project.py" line="2630" /> + <location filename="../Project.py" line="869" /> + <location filename="../Project.py" line="868" /> <source>Apply Selected Migrations</source> <translation>Aplicar Migraciones Seleccionadas</translation> </message> <message> - <location filename="../Project.py" line="703" /> + <location filename="../Project.py" line="875" /> <source>Apply selected migrations</source> <translation>Aplicar migraciones seleccionadas</translation> </message> <message> - <location filename="../Project.py" line="705" /> + <location filename="../Project.py" line="877" /> <source><b>Apply Selected Migrations</b><p>This applies selected migrations of the Django project.</p></source> <translation><b>Aplicar Migraciones Seleccionadas</b><p>Aplica las migraciones seleccionadas del proyecto Django.</p></translation> </message> <message> - <location filename="../Project.py" line="2460" /> - <location filename="../Project.py" line="2454" /> - <location filename="../Project.py" line="2421" /> - <location filename="../Project.py" line="715" /> + <location filename="../Project.py" line="2690" /> + <location filename="../Project.py" line="2683" /> + <location filename="../Project.py" line="2650" /> + <location filename="../Project.py" line="887" /> <source>Unapply Migrations</source> <translation>Deshacer Aplicar Migraciones</translation> </message> <message> - <location filename="../Project.py" line="716" /> + <location filename="../Project.py" line="888" /> <source>&Unapply Migrations</source> <translation>Des&hacer Aplicar Migraciones</translation> </message> <message> - <location filename="../Project.py" line="719" /> + <location filename="../Project.py" line="894" /> <source>Unapply all migrations for an app</source> <translation>Deshacer aplicar todas las migraciones para una app</translation> </message> <message> - <location filename="../Project.py" line="721" /> + <location filename="../Project.py" line="896" /> <source><b>Unapply Migrations</b><p>This unapplies all migrations for an app of the Django project.</p></source> <translation><b>Deshacer Aplicar Migraciones</b><p>Deshace aplicar todas las migraciones para una app del proyecto Django.</p></translation> </message> <message> - <location filename="../Project.py" line="2540" /> - <location filename="../Project.py" line="730" /> + <location filename="../Project.py" line="2777" /> + <location filename="../Project.py" line="906" /> <source>Make Migrations</source> <translation>Hacer Migraciones</translation> </message> <message> - <location filename="../Project.py" line="731" /> + <location filename="../Project.py" line="907" /> <source>&Make Migrations</source> <translation>Hacer &Migraciones</translation> </message> <message> - <location filename="../Project.py" line="734" /> + <location filename="../Project.py" line="914" /> <source>Generate migrations for the project</source> <translation>Generar migraciones para el proyecto</translation> </message> <message> - <location filename="../Project.py" line="736" /> + <location filename="../Project.py" line="917" /> <source><b>Make Migrations</b><p>This generates migrations for the Django project.</p></source> <translation><b>Hacer Migraciones</b><p>Genera las migraciones para el proyecto Django.</p></translation> </message> <message> - <location filename="../Project.py" line="2588" /> - <location filename="../Project.py" line="2576" /> - <location filename="../Project.py" line="744" /> + <location filename="../Project.py" line="2826" /> + <location filename="../Project.py" line="2817" /> + <location filename="../Project.py" line="926" /> <source>Squash Migrations</source> <translation>Hacer "Squash" de Migraciones</translation> </message> <message> - <location filename="../Project.py" line="745" /> + <location filename="../Project.py" line="927" /> <source>S&quash Migrations</source> <translation>Hacer "S&quash" de Migraciones</translation> </message> <message> - <location filename="../Project.py" line="748" /> + <location filename="../Project.py" line="934" /> <source>Squash migrations of an application of the project</source> <translation>Hacer squash de migraciones de una aplicación del proyecto</translation> </message> <message> - <location filename="../Project.py" line="750" /> + <location filename="../Project.py" line="937" /> <source><b>Squash Migrations</b><p>This squashes migrations of an application of the Django project.</p></source> <translation><b>Hacer Squash de Migraciones</b><p>Hace squash de migraciones de una aplicación del proyecto Django.</p></translation> </message> <message> - <location filename="../Project.py" line="767" /> + <location filename="../Project.py" line="955" /> <source>D&jango</source> <translation>D&jango</translation> </message> <message> - <location filename="../Project.py" line="809" /> + <location filename="../Project.py" line="997" /> <source>&Database</source> <translation>Base de &Datos</translation> </message> <message> - <location filename="../Project.py" line="833" /> + <location filename="../Project.py" line="1021" /> <source>Show &SQL</source> <translation>Mostrar &SQL</translation> </message> <message> - <location filename="../Project.py" line="853" /> + <location filename="../Project.py" line="1041" /> <source>&Migrations</source> <translation>&Migraciones</translation> </message> <message> - <location filename="../Project.py" line="878" /> + <location filename="../Project.py" line="1066" /> <source>&Tools</source> <translation>Herramien&tas</translation> </message> <message> - <location filename="../Project.py" line="898" /> + <location filename="../Project.py" line="1086" /> <source>T&esting</source> <translation>T&esting</translation> </message> <message> - <location filename="../Project.py" line="919" /> + <location filename="../Project.py" line="1107" /> <source>&Authorization</source> <translation>&Autorización</translation> </message> <message> - <location filename="../Project.py" line="936" /> + <location filename="../Project.py" line="1124" /> <source>&Session</source> <translation>&Sesión</translation> </message> <message> - <location filename="../Project.py" line="984" /> + <location filename="../Project.py" line="1172" /> <source>Open with {0}</source> <translation>Abrir con {0}</translation> </message> <message> - <location filename="../Project.py" line="1000" /> + <location filename="../Project.py" line="1186" /> <source>New template...</source> <translation>Nueva plantilla...</translation> </message> <message> - <location filename="../Project.py" line="1009" /> + <location filename="../Project.py" line="1196" /> <source>Update all catalogs</source> <translation>Actualizar todos los catálogos</translation> </message> <message> - <location filename="../Project.py" line="1013" /> + <location filename="../Project.py" line="1201" /> <source>Update selected catalogs</source> <translation>Actualizar los catálogos seleccionados</translation> </message> <message> - <location filename="../Project.py" line="1016" /> + <location filename="../Project.py" line="1206" /> <source>Update all catalogs (with obsolete)</source> <translation>Acutalizar todos los catálogos (con obsoletos)</translation> </message> <message> - <location filename="../Project.py" line="1020" /> + <location filename="../Project.py" line="1211" /> <source>Update selected catalogs (with obsolete)</source> <translation>Actualizar los catálogos seleccionados (con obsoletos)</translation> </message> <message> - <location filename="../Project.py" line="1023" /> + <location filename="../Project.py" line="1214" /> <source>Compile all catalogs</source> <translation>Compilar todos los catálogos</translation> </message> <message> - <location filename="../Project.py" line="1027" /> + <location filename="../Project.py" line="1219" /> <source>Compile selected catalogs</source> <translation>Compilar los catálogos seleccionados</translation> </message> <message> - <location filename="../Project.py" line="1120" /> - <location filename="../Project.py" line="1088" /> - <location filename="../Project.py" line="1069" /> + <location filename="../Project.py" line="1255" /> + <source>HTML Files (*.html);;HTML Files (*.htm);;All Files (*)</source> + <translation>Archivos HTML (*.html);;Archivos HTML (*.htm);;Todos los Archivos (*)</translation> + </message> + <message> + <location filename="../Project.py" line="1311" /> + <location filename="../Project.py" line="1280" /> + <location filename="../Project.py" line="1260" /> <source>New Form</source> <translation>Nuevo Formulario</translation> </message> <message> - <location filename="../Project.py" line="1089" /> + <location filename="../Project.py" line="1281" /> <source>The file already exists! Overwrite it?</source> <translation>¡El archivo ya existe! ¿Sobreescribirlo?</translation> </message> <message> - <location filename="../Project.py" line="1121" /> + <location filename="../Project.py" line="1312" /> <source><p>The new form file <b>{0}</b> could not be created.<br> Problem: {1}</p></source> <translation><p>El nuevo archivo de formulario <b>{0}</b> no ha podido ser creado.<br>Problema: {1}</p></translation> </message> <message> - <location filename="../Project.py" line="1394" /> + <location filename="../Project.py" line="1586" /> <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="{1}">{1}</a></td></tr></table></p></source> <translation><p>Django es un Web framework de alto nivel que fomenta un rápido desarrollo y un diseño limpio y pragmático.</p><p><table><tr><td>Versión:</td><td>{0}</td></tr><tr><td>URL:</td><td><a href="{1}">{1}</a></td></tr></table></p></translation> </message> <message> - <location filename="../Project.py" line="1467" /> + <location filename="../Project.py" line="1663" /> <source>Select Applications</source> <translation>Seleccionar Aplicaciones</translation> </message> <message> - <location filename="../Project.py" line="1468" /> + <location filename="../Project.py" line="1664" /> <source>Enter the list of applications separated by spaces.</source> <translation>Introduzca la lista de aplicaciones separadas por espacios.</translation> </message> <message> - <location filename="../Project.py" line="1933" /> - <location filename="../Project.py" line="1652" /> + <location filename="../Project.py" line="2147" /> + <location filename="../Project.py" line="1850" /> <source>Project</source> <translation>Proyecto</translation> </message> <message> - <location filename="../Project.py" line="1653" /> + <location filename="../Project.py" line="1851" /> <source>Application</source> <translation>Aplicación</translation> </message> <message> - <location filename="../Project.py" line="1657" /> + <location filename="../Project.py" line="1855" /> <source>Start Django</source> <translation>Iniciar Django</translation> </message> <message> - <location filename="../Project.py" line="1658" /> + <location filename="../Project.py" line="1856" /> <source>Select if this project should be a Django Project or Application.<br />Select the empty entry for none.</source> <translation>Seleccionar si este proyecto debería ser un Proyecto o Aplicación Django. <br/>Dejar en blanco para no seleccionar ninguno.</translation> </message> <message> - <location filename="../Project.py" line="1750" /> - <location filename="../Project.py" line="1684" /> + <location filename="../Project.py" line="1958" /> + <location filename="../Project.py" line="1886" /> <source>Start Django Project</source> <translation>Iniciar Proyecto Django</translation> </message> <message> - <location filename="../Project.py" line="1692" /> + <location filename="../Project.py" line="1894" /> <source><p>The Django project path <b>{0}</b> exists already. Shall it be removed and recreated?</p></source> <translation><p>La ruta de proyecto Django <b>{0}</b> ya existealready. ¿Desea eliminarla y recrearla?</p></translation> </message> <message> - <location filename="../Project.py" line="1699" /> + <location filename="../Project.py" line="1904" /> <source><p>Please add the files to the eric project manually.</p></source> <translation><p>Por favor, añada los archivos al proyecto eric manualmente.</p></translation> </message> <message> - <location filename="../Project.py" line="1796" /> - <location filename="../Project.py" line="1715" /> + <location filename="../Project.py" line="2005" /> + <location filename="../Project.py" line="1923" /> <source><p>The <b>django-admin.py</b> script is not in the path. Aborting...</p></source> <translation><p>El script <b>django-admin.py</b> no está en la ruta. Abortando...</p></translation> </message> <message> - <location filename="../Project.py" line="1724" /> + <location filename="../Project.py" line="1934" /> <source>Django project created successfully.</source> <translation>Proyecto Django creado correctamente.</translation> </message> <message> - <location filename="../Project.py" line="1751" /> + <location filename="../Project.py" line="1959" /> <source>Enter the name of the new Django project.</source> <translation>Introduzca el nombre del nuevo proyecto Django.</translation> </message> <message> - <location filename="../Project.py" line="1778" /> + <location filename="../Project.py" line="1987" /> <source>Start Django Application</source> <translation>Iniciar Aplicación Django</translation> </message> <message> - <location filename="../Project.py" line="1812" /> + <location filename="../Project.py" line="2023" /> <source>Django application created successfully.</source> <translation>Aplicación Django creada correctamente.</translation> </message> <message> - <location filename="../Project.py" line="1824" /> + <location filename="../Project.py" line="2036" /> <source>Start Global Django Application</source> <translation>Iniciar Aplicación Global Django</translation> </message> <message> - <location filename="../Project.py" line="1825" /> + <location filename="../Project.py" line="2037" /> <source>Enter the name of the new global Django application.</source> <translation>Introducir el nombre de la nueva aplicación global Django.</translation> </message> <message> - <location filename="../Project.py" line="1846" /> + <location filename="../Project.py" line="2058" /> <source>Start Local Django Application</source> <translation>Iniciar Aplicación Local Django</translation> </message> <message> - <location filename="../Project.py" line="1847" /> + <location filename="../Project.py" line="2059" /> <source>Enter the name of the new local Django application.</source> <translation>Introducir el nombre de la nueva aplicación local Django.</translation> </message> <message> - <location filename="../Project.py" line="1896" /> + <location filename="../Project.py" line="2109" /> <source>Select Project</source> <translation>Seleccionar Proyecto</translation> </message> <message> - <location filename="../Project.py" line="1897" /> + <location filename="../Project.py" line="2110" /> <source>Select the Django project to work with.</source> <translation>Seleccionar el proyecto Django con el que trabajar.</translation> </message> <message> - <location filename="../Project.py" line="1931" /> + <location filename="../Project.py" line="2145" /> <source>None</source> <translation>Ninguno</translation> </message> <message> - <location filename="../Project.py" line="1937" /> + <location filename="../Project.py" line="2151" /> <source>&Current Django project ({0})</source> <translation>Proyec&to Django actual ({0})</translation> </message> <message> - <location filename="../Project.py" line="3398" /> - <location filename="../Project.py" line="2990" /> - <location filename="../Project.py" line="2967" /> - <location filename="../Project.py" line="2919" /> - <location filename="../Project.py" line="2870" /> - <location filename="../Project.py" line="2671" /> - <location filename="../Project.py" line="2235" /> - <location filename="../Project.py" line="2004" /> + <location filename="../Project.py" line="3633" /> + <location filename="../Project.py" line="3240" /> + <location filename="../Project.py" line="3216" /> + <location filename="../Project.py" line="3167" /> + <location filename="../Project.py" line="3117" /> + <location filename="../Project.py" line="2914" /> + <location filename="../Project.py" line="2460" /> + <location filename="../Project.py" line="2219" /> <source>Process Generation Error</source> <translation>Error de Generación de Proceso</translation> </message> <message> - <location filename="../Project.py" line="2005" /> + <location filename="../Project.py" line="2220" /> <source>The Django server could not be started.</source> <translation>No se ha podido iniciar el servidor Django.</translation> </message> <message> - <location filename="../Project.py" line="2051" /> + <location filename="../Project.py" line="2267" /> <source>Could not start the web-browser for the url "{0}".</source> <translation>No se ha podido iniciar el navegador web para la url "{0}".</translation> </message> <message> - <location filename="../Project.py" line="2119" /> + <location filename="../Project.py" line="2341" /> <source>Database Name</source> <translation>Nombre de Base de Datos</translation> </message> <message> - <location filename="../Project.py" line="2120" /> + <location filename="../Project.py" line="2342" /> <source>Select a database name (leave empty for default):</source> <translation>Seleccionar un nombre de base de datos (dejar vacío para nombre por defecto):</translation> </message> <message> - <location filename="../Project.py" line="2139" /> + <location filename="../Project.py" line="2363" /> <source><default></source> <translation><default></translation> </message> <message> - <location filename="../Project.py" line="2141" /> + <location filename="../Project.py" line="2365" /> <source>&Current Database ({0})</source> <translation>Base de Datos A&ctual ({0})</translation> </message> <message> - <location filename="../Project.py" line="2161" /> + <location filename="../Project.py" line="2386" /> <source>Introspect Database</source> <translation>Introspección de Base de datos</translation> </message> <message> - <location filename="../Project.py" line="2195" /> + <location filename="../Project.py" line="2420" /> <source>Flushing the database will destroy all data. Are you sure?</source> <translation>Un flush de la base de datos destruirá todos los datos. ¿Está seguro?</translation> </message> <message> - <location filename="../Project.py" line="2208" /> + <location filename="../Project.py" line="2432" /> <source>Database tables flushed successfully.</source> <translation>Se ha realizado una operación flush sobre la base de datos con éxito.</translation> </message> <message> - <location filename="../Project.py" line="2991" /> - <location filename="../Project.py" line="2968" /> - <location filename="../Project.py" line="2871" /> - <location filename="../Project.py" line="2672" /> - <location filename="../Project.py" line="2236" /> + <location filename="../Project.py" line="3241" /> + <location filename="../Project.py" line="3217" /> + <location filename="../Project.py" line="3118" /> + <location filename="../Project.py" line="2915" /> + <location filename="../Project.py" line="2461" /> <source>The Django process could not be started.</source> <translation>No se ha podido iniciar el proceso Django.</translation> </message> <message> - <location filename="../Project.py" line="2340" /> - <location filename="../Project.py" line="2274" /> + <location filename="../Project.py" line="2563" /> + <location filename="../Project.py" line="2500" /> <source>SQL Files (*.sql)</source> <translation>Archivos SQL (*.sql)</translation> </message> <message> - <location filename="../Project.py" line="2318" /> - <location filename="../Project.py" line="2314" /> + <location filename="../Project.py" line="2544" /> + <location filename="../Project.py" line="2540" /> <source>SQL Migrate</source> <translation>SQL Migrate</translation> </message> <message> - <location filename="../Project.py" line="2577" /> - <location filename="../Project.py" line="2455" /> - <location filename="../Project.py" line="2399" /> - <location filename="../Project.py" line="2315" /> + <location filename="../Project.py" line="2818" /> + <location filename="../Project.py" line="2684" /> + <location filename="../Project.py" line="2631" /> + <location filename="../Project.py" line="2540" /> <source>No migrations available.</source> <translation>No hay migraciones disponibles.</translation> </message> <message> - <location filename="../Project.py" line="2423" /> + <location filename="../Project.py" line="2652" /> <source>Apply Migrations</source> <translation>Aplicar Migraciones</translation> </message> <message> - <location filename="../Project.py" line="2461" /> + <location filename="../Project.py" line="2691" /> <source>Select an application:</source> <translation>Seleccionar una aplicación:</translation> </message> <message> - <location filename="../Project.py" line="2705" /> + <location filename="../Project.py" line="2948" /> <source>Test Email sent successfully.</source> <translation>Email de prueba enviado con éxito.</translation> </message> <message> - <location filename="../Project.py" line="2706" /> + <location filename="../Project.py" line="2949" /> <source>Test Email could not be sent.</source> <translation>No se ha podido enviar el email de prueba.</translation> </message> <message> - <location filename="../Project.py" line="2736" /> + <location filename="../Project.py" line="2978" /> <source>Cache tables created successfully.</source> <translation>Tablas de caché creadas con éxito.</translation> </message> <message> - <location filename="../Project.py" line="2774" /> + <location filename="../Project.py" line="3018" /> <source>JSON Files (*.json)</source> <translation>Archivos JSON (*.json)</translation> </message> <message> - <location filename="../Project.py" line="2776" /> + <location filename="../Project.py" line="3020" /> <source>XML Files (*.xml)</source> <translation>Archivos XML (*.xml)</translation> </message> <message> - <location filename="../Project.py" line="2778" /> + <location filename="../Project.py" line="3022" /> <source>YAML Files (*.yaml)</source> <translation>Archivos YAML (*.yaml)</translation> </message> <message> - <location filename="../Project.py" line="2920" /> + <location filename="../Project.py" line="3168" /> <source>The Django test server could not be started.</source> <translation>No se ha podido iniciar el servidor de tests Django.</translation> </message> <message> - <location filename="../Project.py" line="2950" /> + <location filename="../Project.py" line="3199" /> <source>Enter the name of the user:</source> <translation>Introducir el nombre del usuario:</translation> </message> <message> - <location filename="../Project.py" line="3015" /> + <location filename="../Project.py" line="3265" /> <source>Expired sessions cleared successfully.</source> <translation>Sesiones expiradas limpiadas con éxito.</translation> </message> <message> - <location filename="../Project.py" line="3092" /> + <location filename="../Project.py" line="3341" /> <source>Initializing message catalog for '{0}'</source> <translation>Inicializando catálogo de mensajes para '{0}'</translation> </message> <message> - <location filename="../Project.py" line="3363" /> - <location filename="../Project.py" line="3301" /> - <location filename="../Project.py" line="3275" /> - <location filename="../Project.py" line="3242" /> - <location filename="../Project.py" line="3189" /> - <location filename="../Project.py" line="3141" /> - <location filename="../Project.py" line="3108" /> + <location filename="../Project.py" line="3599" /> + <location filename="../Project.py" line="3540" /> + <location filename="../Project.py" line="3514" /> + <location filename="../Project.py" line="3482" /> + <location filename="../Project.py" line="3431" /> + <location filename="../Project.py" line="3386" /> + <location filename="../Project.py" line="3355" /> <source>No current site selected or no site created yet. Aborting...</source> <translation>No se ha seleccionado un sitio o no se ha creado un sitio todavía. Abortando...</translation> </message> <message> - <location filename="../Project.py" line="3114" /> + <location filename="../Project.py" line="3360" /> <source> Message catalog initialized successfully.</source> <translation> Catálogo de mensajes iniciado con éxito.</translation> </message> <message> - <location filename="../Project.py" line="3227" /> - <location filename="../Project.py" line="3133" /> + <location filename="../Project.py" line="3467" /> + <location filename="../Project.py" line="3378" /> <source>Updating message catalogs</source> <translation>Actualizando catálogos de mensajes</translation> </message> <message> - <location filename="../Project.py" line="3324" /> - <location filename="../Project.py" line="3210" /> - <location filename="../Project.py" line="3163" /> + <location filename="../Project.py" line="3560" /> + <location filename="../Project.py" line="3449" /> + <location filename="../Project.py" line="3405" /> <source>No locales detected. Aborting...</source> <translation>No se ha detectado ningún idioma. Abortando...</translation> </message> <message> - <location filename="../Project.py" line="3281" /> - <location filename="../Project.py" line="3248" /> - <location filename="../Project.py" line="3215" /> - <location filename="../Project.py" line="3168" /> + <location filename="../Project.py" line="3519" /> + <location filename="../Project.py" line="3487" /> + <location filename="../Project.py" line="3454" /> + <location filename="../Project.py" line="3410" /> <source> Message catalogs updated successfully.</source> <translation> Catálogos de mensajes actualizados con éxito.</translation> </message> <message> - <location filename="../Project.py" line="3260" /> - <location filename="../Project.py" line="3180" /> + <location filename="../Project.py" line="3500" /> + <location filename="../Project.py" line="3423" /> <source>Updating message catalogs (keeping obsolete messages)</source> <translation>Actualizando los catálogos de mensajes (conservando mensajes obsoletos)</translation> </message> <message> - <location filename="../Project.py" line="3348" /> - <location filename="../Project.py" line="3293" /> + <location filename="../Project.py" line="3584" /> + <location filename="../Project.py" line="3532" /> <source>Compiling message catalogs</source> <translation>Compilando catálogos de mensajes</translation> </message> <message> - <location filename="../Project.py" line="3369" /> - <location filename="../Project.py" line="3329" /> + <location filename="../Project.py" line="3604" /> + <location filename="../Project.py" line="3565" /> <source> Message catalogs compiled successfully.</source> <translation> Catálogos de mensajes compilados con éxito.</translation> </message> <message> - <location filename="../Project.py" line="3399" /> + <location filename="../Project.py" line="3634" /> <source>The translations editor process ({0}) could not be started.</source> <translation>El proceso para el editor de traducciones {0} no ha podido ejecutarse.</translation> </message> @@ -2038,9 +2019,9 @@ <context> <name>ProjectDjangoPlugin</name> <message> - <location filename="../../PluginProjectDjango.py" line="422" /> - <location filename="../../PluginProjectDjango.py" line="201" /> - <location filename="../../PluginProjectDjango.py" line="90" /> + <location filename="../../PluginProjectDjango.py" line="439" /> + <location filename="../../PluginProjectDjango.py" line="203" /> + <location filename="../../PluginProjectDjango.py" line="92" /> <source>Django</source> <translation>Django</translation> </message>
--- a/ProjectDjango/i18n/django_ru.ts Sat Dec 23 16:46:05 2023 +0100 +++ b/ProjectDjango/i18n/django_ru.ts Fri Jul 12 08:31:14 2024 +0200 @@ -4,16 +4,6 @@ <context> <name>DjangoCheckOptionsDialog</name> <message> - <location filename="../DjangoCheckOptionsDialog.py" line="77" /> - <source>Select settings file</source> - <translation>Выбор файла настроек</translation> - </message> - <message> - <location filename="../DjangoCheckOptionsDialog.py" line="79" /> - <source>Python Files (*.py)</source> - <translation>Файлы Python (*.py)</translation> - </message> - <message> <location filename="../DjangoCheckOptionsDialog.ui" line="0" /> <source>Check Options</source> <translation>Проверка параметров</translation> @@ -53,10 +43,45 @@ <source>Press to select the settings module file via a file selection dialog</source> <translation>Выбор файла настроек модуля посредством диалога выбора файла</translation> </message> + <message> + <location filename="../DjangoCheckOptionsDialog.py" line="89" /> + <source>Select settings file</source> + <translation>Выбор файла настроек</translation> + </message> + <message> + <location filename="../DjangoCheckOptionsDialog.py" line="89" /> + <source>Python Files (*.py)</source> + <translation>Файлы Python (*.py)</translation> + </message> </context> <context> <name>DjangoDialog</name> <message> + <location filename="../DjangoDialog.py" line="214" /> + <source>Process Generation Error</source> + <translation>Ошибка при запуске процесса</translation> + </message> + <message> + <location filename="../DjangoDialog.py" line="215" /> + <source>The process {0} could not be started. Ensure, that it is in the search path.</source> + <translation>Процесс {0} не может быть запущен. Убедитесь, что к нему указан путь доступа.</translation> + </message> + <message> + <location filename="../DjangoDialog.py" line="305" /> + <source>Select data file</source> + <translation>Выбор файла данных</translation> + </message> + <message> + <location filename="../DjangoDialog.py" line="323" /> + <source>Error saving data</source> + <translation>Ошибка сохранения данных</translation> + </message> + <message> + <location filename="../DjangoDialog.py" line="324" /> + <source><p>The data could not be written to <b>{0}</b></p><p>Reason: {1}</p></source> + <translation><p>Данные не могут быть записаны в <b>{0}</b></p><p>Причина: {1}</p></translation> + </message> + <message> <location filename="../DjangoDialog.ui" line="0" /> <source>Django</source> <translation>Django</translation> @@ -111,45 +136,10 @@ <source>Alt+P</source> <translation>Alt+P</translation> </message> - <message> - <location filename="../DjangoDialog.py" line="218" /> - <source>Process Generation Error</source> - <translation>Ошибка при запуске процесса</translation> - </message> - <message> - <location filename="../DjangoDialog.py" line="219" /> - <source>The process {0} could not be started. Ensure, that it is in the search path.</source> - <translation>Процесс {0} не может быть запущен. Убедитесь, что к нему указан путь доступа.</translation> - </message> - <message> - <location filename="../DjangoDialog.py" line="313" /> - <source>Select data file</source> - <translation>Выбор файла данных</translation> - </message> - <message> - <location filename="../DjangoDialog.py" line="333" /> - <source>Error saving data</source> - <translation>Ошибка сохранения данных</translation> - </message> - <message> - <location filename="../DjangoDialog.py" line="334" /> - <source><p>The data could not be written to <b>{0}</b></p><p>Reason: {1}</p></source> - <translation><p>Данные не могут быть записаны в <b>{0}</b></p><p>Причина: {1}</p></translation> - </message> </context> <context> <name>DjangoDiffsettingsDataDialog</name> <message> - <location filename="../DjangoDiffsettingsDataDialog.py" line="32" /> - <source>Hash Format</source> - <translation>Формат хэша</translation> - </message> - <message> - <location filename="../DjangoDiffsettingsDataDialog.py" line="33" /> - <source>Unified Diff</source> - <translation>Объединенный Diff</translation> - </message> - <message> <location filename="../DjangoDiffsettingsDataDialog.ui" line="0" /> <source>diffsettings Command Options</source> <translation>Параметры команды diffsettings</translation> @@ -184,21 +174,31 @@ <source>Select the output format (2.0.0+ only)</source> <translation>Выберите формат вывода (только 2.0.0+)</translation> </message> + <message> + <location filename="../DjangoDiffsettingsDataDialog.py" line="33" /> + <source>Hash Format</source> + <translation>Формат хэша</translation> + </message> + <message> + <location filename="../DjangoDiffsettingsDataDialog.py" line="34" /> + <source>Unified Diff</source> + <translation>Объединенный Diff</translation> + </message> </context> <context> <name>DjangoDumpdataDataDialog</name> <message> - <location filename="../DjangoDumpdataDataDialog.py" line="40" /> + <location filename="../DjangoDumpdataDataDialog.py" line="41" /> <source>JSON</source> <translation>JSON</translation> </message> <message> - <location filename="../DjangoDumpdataDataDialog.py" line="41" /> + <location filename="../DjangoDumpdataDataDialog.py" line="42" /> <source>XML</source> <translation>XML</translation> </message> <message> - <location filename="../DjangoDumpdataDataDialog.py" line="44" /> + <location filename="../DjangoDumpdataDataDialog.py" line="46" /> <source>YAML</source> <translation>YAML</translation> </message> @@ -301,22 +301,22 @@ <translation>Задайте список приложений и моделей, в которых пропустить поиск фикстур:</translation> </message> <message> - <location filename="../DjangoLoaddataDataDialog.py" line="64" /> + <location filename="../DjangoLoaddataDataDialog.py" line="71" /> <source>JSON Files (*.json);;XML Files (*.xml);;</source> <translation>JSON файлы (*.json);;XML файлы (*.xml);</translation> </message> <message> - <location filename="../DjangoLoaddataDataDialog.py" line="67" /> + <location filename="../DjangoLoaddataDataDialog.py" line="75" /> <source>YAML Files (*.yaml);;</source> <translation>YAML файлы (*.yaml);;</translation> </message> <message> - <location filename="../DjangoLoaddataDataDialog.py" line="68" /> + <location filename="../DjangoLoaddataDataDialog.py" line="76" /> <source>All Files (*)</source> <translation>Все файлы (*)</translation> </message> <message> - <location filename="../DjangoLoaddataDataDialog.py" line="72" /> + <location filename="../DjangoLoaddataDataDialog.py" line="80" /> <source>Select fixture file</source> <translation>Выбор файла фикстуры</translation> </message> @@ -410,92 +410,92 @@ <context> <name>DjangoMigrationsListDialog</name> <message> - <location filename="../DjangoMigrationsListDialog.ui" line="0" /> - <source>Errors</source> - <translation>Ошибки</translation> - </message> - <message> - <location filename="../DjangoMigrationsListDialog.py" line="64" /> + <location filename="../DjangoMigrationsListDialog.py" line="68" /> <source>Available Migrations</source> <translation>Доступные миграции</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="66" /> + <location filename="../DjangoMigrationsListDialog.py" line="71" /> <source>Name</source> <translation>Имя</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="71" /> + <location filename="../DjangoMigrationsListDialog.py" line="78" /> <source>Migrations Plan</source> <translation>План миграций</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="73" /> + <location filename="../DjangoMigrationsListDialog.py" line="81" /> <source>Migration</source> <translation>Миграция</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="74" /> + <location filename="../DjangoMigrationsListDialog.py" line="82" /> <source>Dependencies</source> <translation>Зависимости</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="80" /> + <location filename="../DjangoMigrationsListDialog.py" line="90" /> <source>&Refresh</source> <translation>&Освежить</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="82" /> + <location filename="../DjangoMigrationsListDialog.py" line="92" /> <source>Press to refresh the list</source> <translation>Освежить список</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="190" /> + <location filename="../DjangoMigrationsListDialog.py" line="194" /> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="191" /> + <location filename="../DjangoMigrationsListDialog.py" line="195" /> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Процесс {0} не может быть запущен. Убедитесь, что к нему указан путь доступа.</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="303" /> + <location filename="../DjangoMigrationsListDialog.py" line="309" /> <source>Apply All Migrations</source> <translation>Применить все миграции</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="333" /> - <location filename="../DjangoMigrationsListDialog.py" line="315" /> + <location filename="../DjangoMigrationsListDialog.py" line="340" /> + <location filename="../DjangoMigrationsListDialog.py" line="320" /> <source>Apply Selected Migrations</source> <translation>Применить выбранные миграции</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="318" /> + <location filename="../DjangoMigrationsListDialog.py" line="323" /> <source>Unapply Migrations</source> <translation>Откатить миграции</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="395" /> - <location filename="../DjangoMigrationsListDialog.py" line="322" /> + <location filename="../DjangoMigrationsListDialog.py" line="401" /> + <location filename="../DjangoMigrationsListDialog.py" line="327" /> <source>Make Migrations</source> <translation>Создать миграции</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="325" /> + <location filename="../DjangoMigrationsListDialog.py" line="330" /> <source>Make Empty Migrations</source> <translation>Создать пустые миграции</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="329" /> + <location filename="../DjangoMigrationsListDialog.py" line="335" /> <source>Make Migrations (dry-run)</source> <translation>Создать миграции (dry-run)</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="396" /> + <location filename="../DjangoMigrationsListDialog.py" line="402" /> <source>Enter a name for the migrations (leave empty to use system supplied name):</source> <translation>Задайте имя миграции (оставить поле пустым для использования имени, поддерживаемого системой):</translation> </message> + <message> + <location filename="../DjangoMigrationsListDialog.ui" line="0" /> + <source>Errors</source> + <translation>Ошибки</translation> + </message> </context> <context> <name>DjangoPage</name> @@ -650,22 +650,22 @@ <translation>Нечеткий перевод</translation> </message> <message> - <location filename="../ConfigurationPage/DjangoPage.py" line="36" /> + <location filename="../ConfigurationPage/DjangoPage.py" line="42" /> <source>All Files (*)</source> <translation>Все файлы (*)</translation> </message> <message> - <location filename="../ConfigurationPage/DjangoPage.py" line="71" /> + <location filename="../ConfigurationPage/DjangoPage.py" line="77" /> <source>Plain Python</source> <translation>Plain Python</translation> </message> <message> - <location filename="../ConfigurationPage/DjangoPage.py" line="72" /> + <location filename="../ConfigurationPage/DjangoPage.py" line="78" /> <source>IPython</source> <translation>IPython</translation> </message> <message> - <location filename="../ConfigurationPage/DjangoPage.py" line="73" /> + <location filename="../ConfigurationPage/DjangoPage.py" line="79" /> <source>bpython</source> <translation>bpython</translation> </message> @@ -673,21 +673,6 @@ <context> <name>DjangoRunTestServerDataDialog</name> <message> - <location filename="../DjangoRunTestServerDataDialog.py" line="38" /> - <source>JSON Files (*.json);;XML Files (*.xml);;</source> - <translation>JSON файлы (*.json);;XML файлы (*.xml);</translation> - </message> - <message> - <location filename="../DjangoRunTestServerDataDialog.py" line="41" /> - <source>YAML Files (*.yaml);;</source> - <translation>YAML файлы (*.yaml);;</translation> - </message> - <message> - <location filename="../DjangoRunTestServerDataDialog.py" line="42" /> - <source>All Files (*)</source> - <translation>Все файлы (*)</translation> - </message> - <message> <location filename="../DjangoRunTestServerDataDialog.ui" line="0" /> <source>testserver Command Options</source> <translation>Параметры команды testserver</translation> @@ -697,6 +682,21 @@ <source>Enter the list of fixture patterns or the path of a fixture file.</source> <translation>Задайте список патернов фикстур или укажите путь к файлу фикстур.</translation> </message> + <message> + <location filename="../DjangoRunTestServerDataDialog.py" line="41" /> + <source>JSON Files (*.json);;XML Files (*.xml);;</source> + <translation>JSON файлы (*.json);;XML файлы (*.xml);</translation> + </message> + <message> + <location filename="../DjangoRunTestServerDataDialog.py" line="45" /> + <source>YAML Files (*.yaml);;</source> + <translation>YAML файлы (*.yaml);;</translation> + </message> + <message> + <location filename="../DjangoRunTestServerDataDialog.py" line="46" /> + <source>All Files (*)</source> + <translation>Все файлы (*)</translation> + </message> </context> <context> <name>DjangoSendTestEmailDataDialog</name> @@ -865,1147 +865,1152 @@ <context> <name>Project</name> <message> - <location filename="../Project.py" line="153" /> + <location filename="../Project.py" line="180" /> <source>Current Project</source> <translation>Текущий проект</translation> </message> <message> - <location filename="../Project.py" line="157" /> + <location filename="../Project.py" line="182" /> <source>Selects the current project</source> <translation>Выбор текущего проекта</translation> </message> <message> - <location filename="../Project.py" line="159" /> + <location filename="../Project.py" line="184" /> <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>Текущий проект</b><p>Выберите текущий проект. Используется в мультипроекте Django-проектов для переключения между ними.</p></translation> </message> <message> - <location filename="../Project.py" line="173" /> + <location filename="../Project.py" line="199" /> <source>Start Project</source> <translation>Создание нового проекта</translation> </message> <message> - <location filename="../Project.py" line="174" /> + <location filename="../Project.py" line="200" /> <source>Start &Project</source> <translation>Новый &проект</translation> </message> <message> - <location filename="../Project.py" line="177" /> + <location filename="../Project.py" line="206" /> <source>Starts a new Django project</source> <translation>Создание нового Django-проекта</translation> </message> <message> - <location filename="../Project.py" line="179" /> + <location filename="../Project.py" line="208" /> <source><b>Start Project</b><p>Starts a new Django project using "django-admin.py startproject".</p></source> <translation><b>Новый проект</b><p>Создание нового Django-проекта посредством команды "django-admin.py startproject".</p></translation> </message> <message> - <location filename="../Project.py" line="188" /> + <location filename="../Project.py" line="218" /> <source>Start Application (global)</source> <translation>Создание приложения (global)</translation> </message> <message> - <location filename="../Project.py" line="189" /> + <location filename="../Project.py" line="219" /> <source>Start Application (&global)</source> <translation>Новое приложение (&global)</translation> </message> <message> - <location filename="../Project.py" line="192" /> + <location filename="../Project.py" line="226" /> <source>Starts a new global Django application</source> <translation>Создание нового (global) Django-приложения</translation> </message> <message> - <location filename="../Project.py" line="194" /> + <location filename="../Project.py" line="229" /> <source><b>Start Application (global)</b><p>Starts a new global Django application using "django-admin.py startapp".</p></source> <translation><b>Старт приложения (global)</b><p>Создание нового global Django-приложения посредством команды: "django-admin.py startapp".</p></translation> </message> <message> - <location filename="../Project.py" line="204" /> + <location filename="../Project.py" line="239" /> <source>Start Application (local)</source> <translation>Создание приложения (local)</translation> </message> <message> - <location filename="../Project.py" line="205" /> + <location filename="../Project.py" line="240" /> <source>Start Application (&local)</source> <translation>Новое приложение (&local)</translation> </message> <message> - <location filename="../Project.py" line="208" /> + <location filename="../Project.py" line="247" /> <source>Starts a new local Django application</source> <translation>Создание нового (local) Django-приложения</translation> </message> <message> - <location filename="../Project.py" line="210" /> + <location filename="../Project.py" line="250" /> <source><b>Start Application (local)</b><p>Starts a new local Django application using "manage.py startapp".</p></source> <translation><b>Старт приложения (local)</b><p>Создание нового local Django-приложения посредством команды: "manage.py startapp".</p></translation> </message> <message> - <location filename="../Project.py" line="224" /> + <location filename="../Project.py" line="264" /> <source>Run Server</source> <translation>Запуск сервера разработки</translation> </message> <message> - <location filename="../Project.py" line="225" /> + <location filename="../Project.py" line="265" /> <source>Run &Server</source> <translation>Запуск &сервера разработки</translation> </message> <message> - <location filename="../Project.py" line="228" /> + <location filename="../Project.py" line="271" /> <source>Starts the Django Web server</source> <translation>Запуск Django Web сервера разработки</translation> </message> <message> - <location filename="../Project.py" line="230" /> + <location filename="../Project.py" line="273" /> <source><b>Run Server</b><p>Starts the Django Web server using "manage.py runserver".</p></source> <translation><b>Сервер разработки</b><p>Запуск Django Web сервера разработки посредством команды: "manage.py runserver".</p></translation> </message> <message> - <location filename="../Project.py" line="2050" /> - <location filename="../Project.py" line="239" /> + <location filename="../Project.py" line="2266" /> + <location filename="../Project.py" line="283" /> <source>Run Web-Browser</source> <translation>Запуск Web-браузера администрирования</translation> </message> <message> - <location filename="../Project.py" line="240" /> + <location filename="../Project.py" line="284" /> <source>Run &Web-Browser</source> <translation>Запуск &Web-браузера</translation> </message> <message> - <location filename="../Project.py" line="243" /> + <location filename="../Project.py" line="291" /> <source>Starts the default Web-Browser with the URL of the Django Web server</source> <translation>Запуск Web-браузера, используемого по умолчанию, с URL Django Web сервера</translation> </message> <message> - <location filename="../Project.py" line="246" /> + <location filename="../Project.py" line="297" /> <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-браузера</b><p>Запуск Web-браузера, используемого по умолчанию, с адресом Django Web сервера.</p></translation> </message> <message> - <location filename="../Project.py" line="2720" /> - <location filename="../Project.py" line="259" /> + <location filename="../Project.py" line="2963" /> + <location filename="../Project.py" line="311" /> <source>Create Cache Tables</source> <translation>Создание кэша таблиц</translation> </message> <message> - <location filename="../Project.py" line="260" /> + <location filename="../Project.py" line="312" /> <source>C&reate Cache Tables</source> <translation>С&оздание кэша таблиц</translation> </message> <message> - <location filename="../Project.py" line="263" /> + <location filename="../Project.py" line="319" /> <source>Creates the tables needed to use the SQL cache backend</source> <translation>Для создания таблиц необходимо использовать SQL кэш бэкенд</translation> </message> <message> - <location filename="../Project.py" line="265" /> + <location filename="../Project.py" line="322" /> <source><b>Create Cache Tables</b><p>Creates the tables needed to use the SQL cache backend.</p></source> <translation><b>Создание кэша таблиц</b><p>Для создания таблиц необходимо использовать SQL кэш бэкенд.</p></translation> </message> <message> - <location filename="../Project.py" line="279" /> + <location filename="../Project.py" line="336" /> <source>Help</source> <translation>Справка</translation> </message> <message> - <location filename="../Project.py" line="280" /> + <location filename="../Project.py" line="336" /> <source>&Help</source> <translation>&Справка</translation> </message> <message> - <location filename="../Project.py" line="283" /> + <location filename="../Project.py" line="338" /> <source>Shows the Django help index</source> <translation>Показ индекса справки Django</translation> </message> <message> - <location filename="../Project.py" line="285" /> + <location filename="../Project.py" line="340" /> <source><b>Help</b><p>Shows the Django help index page.</p></source> <translation><b>Справка</b><p>Показ страницы индексов справки Django.</p></translation> </message> <message> - <location filename="../Project.py" line="1393" /> - <location filename="../Project.py" line="297" /> + <location filename="../Project.py" line="1585" /> + <location filename="../Project.py" line="350" /> <source>About Django</source> <translation>О Django</translation> </message> <message> - <location filename="../Project.py" line="298" /> + <location filename="../Project.py" line="351" /> <source>About D&jango</source> <translation>О D&jango</translation> </message> <message> - <location filename="../Project.py" line="301" /> + <location filename="../Project.py" line="357" /> <source>Shows some information about Django</source> <translation>Отображение информации о Django</translation> </message> <message> - <location filename="../Project.py" line="303" /> + <location filename="../Project.py" line="359" /> <source><b>About Django</b><p>Shows some information about Django.</p></source> <translation><b>О Django</b><p>Отображение информации о Django.</p></translation> </message> <message> - <location filename="../Project.py" line="3441" /> - <location filename="../Project.py" line="316" /> - <location filename="../Project.py" line="315" /> + <location filename="../Project.py" line="3680" /> + <location filename="../Project.py" line="373" /> + <location filename="../Project.py" line="372" /> <source>Check Project</source> <translation>Проверить проект</translation> </message> <message> - <location filename="../Project.py" line="319" /> + <location filename="../Project.py" line="380" /> <source>Inspects the Django project for common problems</source> <translation>Инспекция общераспространенных проблем Django-проекта</translation> </message> <message> - <location filename="../Project.py" line="321" /> + <location filename="../Project.py" line="383" /> <source><b>Check Project</b><p>This inspects the Django project for common problems.</p></source> <translation><b>Проверить проект</b><p>Инспекция общих проблем Django-проекта.</p></translation> </message> <message> - <location filename="../Project.py" line="341" /> + <location filename="../Project.py" line="404" /> <source>Current Database</source> <translation>Текущая база данных</translation> </message> <message> - <location filename="../Project.py" line="345" /> + <location filename="../Project.py" line="406" /> <source>Selects the current database</source> <translation>Выбор текущей базы данных</translation> </message> <message> - <location filename="../Project.py" line="347" /> + <location filename="../Project.py" line="408" /> <source><b>Current Database</b><p>Selects the database name to be used by all database actions. An empty database name indicates to use the default name.</p></source> <translation><b>Текущая база данных</b><p>Выбор имени базы данных, которое будет использоваться во всех операциях базы данных. Пустое имя базы данных указывает на использование имени по умолчанию.</P></translation> </message> <message> - <location filename="../Project.py" line="358" /> + <location filename="../Project.py" line="420" /> <source>Introspect</source> <translation>Просматривает базу данных, определяет структуру моделей и выводит их код</translation> </message> <message> - <location filename="../Project.py" line="359" /> + <location filename="../Project.py" line="421" /> <source>&Introspect</source> <translation>&Инспекция</translation> </message> <message> - <location filename="../Project.py" line="362" /> + <location filename="../Project.py" line="428" /> <source>Introspects the database tables and outputs a Django model module</source> <translation>Анализ таблиц базы данных и вывод кода модуля Django моделей</translation> </message> <message> - <location filename="../Project.py" line="365" /> + <location filename="../Project.py" line="431" /> <source><b>Introspect</b><p>Introspects the database tables and outputs a Django model module.</p></source> <translation><b>Анализ таблиц базы данных</b><p>Анализ таблиц базы данных, определение структуры и вывод кода модуля Django моделей.</p></translation> </message> <message> - <location filename="../Project.py" line="374" /> + <location filename="../Project.py" line="441" /> <source>Flush</source> <translation>Очистка</translation> </message> <message> - <location filename="../Project.py" line="375" /> + <location filename="../Project.py" line="441" /> <source>&Flush</source> <translation>&Очистка</translation> </message> <message> - <location filename="../Project.py" line="378" /> + <location filename="../Project.py" line="444" /> <source>Returns all database tables to the state just after their installation</source> <translation>Возвращает все таблицы базы данных к состоянию на момент инсталяции базы</translation> </message> <message> - <location filename="../Project.py" line="381" /> + <location filename="../Project.py" line="450" /> <source><b>Flush</b><p>Returns all database tables to the state just after their installation.</p></source> <translation><b>Очистка</b><p>Возврат всех таблиц базы данных к состоянию на момент инсталяции базы.</p></translation> </message> <message> - <location filename="../Project.py" line="390" /> + <location filename="../Project.py" line="460" /> <source>Start Client Console</source> <translation>Запуск консоли клиента</translation> </message> <message> - <location filename="../Project.py" line="391" /> + <location filename="../Project.py" line="461" /> <source>Start &Client Console</source> <translation>Старт консоли &клиента</translation> </message> <message> - <location filename="../Project.py" line="394" /> + <location filename="../Project.py" line="468" /> <source>Starts a console window for the database client</source> <translation>Запуск окна консоли для клиента базы данных</translation> </message> <message> - <location filename="../Project.py" line="396" /> + <location filename="../Project.py" line="471" /> <source><b>Start Client Console</b><p>Starts a console window for the database client.</p></source> <translation><b>Запуск консоли клиента</b><p>Запуск окна консоли для клиента базы данных.</p></translation> </message> <message> - <location filename="../Project.py" line="2287" /> - <location filename="../Project.py" line="2190" /> - <location filename="../Project.py" line="408" /> + <location filename="../Project.py" line="2512" /> + <location filename="../Project.py" line="2415" /> + <location filename="../Project.py" line="484" /> <source>Flush Database</source> <translation>Очистка базы данных</translation> </message> <message> - <location filename="../Project.py" line="409" /> + <location filename="../Project.py" line="485" /> <source>&Flush Database</source> <translation>&Очистка базы данных</translation> </message> <message> - <location filename="../Project.py" line="412" /> + <location filename="../Project.py" line="492" /> <source>Prints a list of statements to return all database tables to the state just after their installation</source> <translation>Выводит список SQL команд для возврата всех таблиц базы данных к состоянию на момент ее инсталяции</translation> </message> <message> - <location filename="../Project.py" line="415" /> + <location filename="../Project.py" line="498" /> <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>Очистка базы данных</b><p>Вывод списка SQL команд для возврата всех таблиц базы данных к состоянию на момент ее инсталяции.</p></translation> </message> <message> - <location filename="../Project.py" line="2294" /> - <location filename="../Project.py" line="425" /> + <location filename="../Project.py" line="2519" /> + <location filename="../Project.py" line="508" /> <source>Reset Sequences</source> <translation>Сброс цепочки</translation> </message> <message> - <location filename="../Project.py" line="426" /> + <location filename="../Project.py" line="509" /> <source>Reset &Sequences</source> <translation>Сброс &цепочки</translation> </message> <message> - <location filename="../Project.py" line="429" /> + <location filename="../Project.py" line="516" /> <source>Prints the SQL statements for resetting sequences for one or more applications</source> <translation>Выводит SQL команд для сброса последовательности для одного или нескольких приложений</translation> </message> <message> - <location filename="../Project.py" line="432" /> + <location filename="../Project.py" line="522" /> <source><b>Reset Sequences</b><p>Prints the SQL statements for resetting sequences for one or more applications.</p></source> <translation><b>Сброс цепочки</b><p>Вывод SQL команд для сброса последовательности для одного или нескольких приложений.</p></translation> </message> <message> - <location filename="../Project.py" line="442" /> + <location filename="../Project.py" line="532" /> <source>Apply Migration</source> <translation>Применить миграцию</translation> </message> <message> - <location filename="../Project.py" line="443" /> + <location filename="../Project.py" line="533" /> <source>&Apply Migration</source> <translation>&Применить миграцию</translation> </message> <message> - <location filename="../Project.py" line="446" /> + <location filename="../Project.py" line="540" /> <source>Prints the SQL statements to apply a migration of an application</source> <translation>Выводит SQL запросы для выполнения миграции приложения</translation> </message> <message> - <location filename="../Project.py" line="449" /> + <location filename="../Project.py" line="543" /> <source><b>Apply Migration</b><p>Prints the SQL statements to apply a migration of an application.</p></source> <translation><b>Применить миграцию</b><p>Выводит SQL запросы для выполнения миграции приложения.</p></translation> </message> <message> - <location filename="../Project.py" line="459" /> + <location filename="../Project.py" line="553" /> <source>Unapply Migration</source> <translation>Откатить миграцию</translation> </message> <message> - <location filename="../Project.py" line="460" /> + <location filename="../Project.py" line="554" /> <source>&Unapply Migration</source> <translation>&Откатить миграцию</translation> </message> <message> - <location filename="../Project.py" line="463" /> + <location filename="../Project.py" line="561" /> <source>Prints the SQL statements to unapply a migration of an application</source> <translation>Выводит SQL команды для отката миграции приложения</translation> </message> <message> - <location filename="../Project.py" line="466" /> + <location filename="../Project.py" line="566" /> <source><b>Unapply Migration</b><p>Prints the SQL statements to unapply a migration of an application.</p></source> <translation><b>Откатить миграцию</b><p>Выводит SQL команды для отката миграции приложения.</p></translation> </message> <message> - <location filename="../Project.py" line="2622" /> - <location filename="../Project.py" line="480" /> + <location filename="../Project.py" line="2862" /> + <location filename="../Project.py" line="582" /> <source>Diff Settings</source> <translation>Отличие текущих параметров от параметров настройки Django по умолчанию</translation> </message> <message> - <location filename="../Project.py" line="481" /> + <location filename="../Project.py" line="583" /> <source>&Diff Settings</source> <translation>&Различия настройки</translation> </message> <message> - <location filename="../Project.py" line="484" /> + <location filename="../Project.py" line="590" /> <source>Shows the modification made to the settings</source> <translation>Показ изменений, сделанных в параметрах настройки</translation> </message> <message> - <location filename="../Project.py" line="486" /> + <location filename="../Project.py" line="593" /> <source><b>Diff Settings</b><p>Shows the modification made to the settings.</p></source> <translation><b>Различия настройки</b><p>Показ изменений, сделанных в параметрах настройки.</p></translation> </message> <message> - <location filename="../Project.py" line="494" /> + <location filename="../Project.py" line="602" /> <source>Start Python Console</source> <translation>Старт консоли Python</translation> </message> <message> - <location filename="../Project.py" line="495" /> + <location filename="../Project.py" line="603" /> <source>Start &Python Console</source> <translation>Старт консоли &Python</translation> </message> <message> - <location filename="../Project.py" line="498" /> + <location filename="../Project.py" line="610" /> <source>Starts a Python interactive interpreter</source> <translation>Запуск интерактивного интерпретатора Python</translation> </message> <message> - <location filename="../Project.py" line="500" /> + <location filename="../Project.py" line="613" /> <source><b>Start Python Console</b><p>Starts a Python interactive interpreter.</p></source> <translation><b>Запуск консоли Python</b><p>Запуск интерактивного интерпретатора Python.</p></translation> </message> <message> - <location filename="../Project.py" line="2678" /> - <location filename="../Project.py" line="508" /> + <location filename="../Project.py" line="2924" /> + <location filename="../Project.py" line="622" /> <source>Send Test Email</source> <translation>Отправить тестовое письмо</translation> </message> <message> - <location filename="../Project.py" line="509" /> + <location filename="../Project.py" line="623" /> <source>Send Test &Email</source> <translation>Отправить тестовое &письмо</translation> </message> <message> - <location filename="../Project.py" line="512" /> + <location filename="../Project.py" line="629" /> <source>Send a test email through Django</source> <translation>Отправить тестовое письмо посредством Django</translation> </message> <message> - <location filename="../Project.py" line="514" /> + <location filename="../Project.py" line="631" /> <source><b>Send Test Email</b><p>Sends a test email to confirm email sending through Django is working.</p></source> <translation><b>Отправить тестовое письмо</b><p>Отправка тестового письма для подтверждения отправки электронной почты через Django.</p></translation> </message> <message> - <location filename="../Project.py" line="2749" /> - <location filename="../Project.py" line="527" /> + <location filename="../Project.py" line="2994" /> + <location filename="../Project.py" line="645" /> <source>Dump Data</source> <translation>Выводит текущие данные из базы данных</translation> </message> <message> - <location filename="../Project.py" line="528" /> + <location filename="../Project.py" line="646" /> <source>&Dump Data</source> <translation>&Выгрузка данных</translation> </message> <message> - <location filename="../Project.py" line="531" /> + <location filename="../Project.py" line="652" /> <source>Dump the database data to a fixture</source> <translation>Выводит данные базы данных в файлы фикстур</translation> </message> <message> - <location filename="../Project.py" line="533" /> + <location filename="../Project.py" line="654" /> <source><b>Dump Data</b><p>Dump the database data to a fixture.</p></source> <translation><b>Выгрузка данных</b><p>Выгружает текущие данные базы данных в файлы фикстур.</p></translation> </message> <message> - <location filename="../Project.py" line="2790" /> - <location filename="../Project.py" line="541" /> + <location filename="../Project.py" line="3037" /> + <location filename="../Project.py" line="660" /> <source>Load Data</source> <translation>Загрузка данных в базу данных из файлов оснастки</translation> </message> <message> - <location filename="../Project.py" line="542" /> + <location filename="../Project.py" line="661" /> <source>&Load Data</source> <translation>&Загрузка данных</translation> </message> <message> - <location filename="../Project.py" line="545" /> + <location filename="../Project.py" line="667" /> <source>Load data from fixture files</source> <translation>Загрузка начальных данных из файлов фикстур</translation> </message> <message> - <location filename="../Project.py" line="547" /> + <location filename="../Project.py" line="669" /> <source><b>Load Data</b><p>Load data from fixture files.</p></source> <translation><b>Загрузка данных</b><p>Загрузка начальных данных в базу данных из файлов фикстур.</p></translation> </message> <message> - <location filename="../Project.py" line="555" /> + <location filename="../Project.py" line="675" /> <source>Run Testsuite</source> <translation>Выполнить набор тестов</translation> </message> <message> - <location filename="../Project.py" line="556" /> + <location filename="../Project.py" line="676" /> <source>Run &Testsuite</source> <translation>Выполнить набор &тестов</translation> </message> <message> - <location filename="../Project.py" line="559" /> + <location filename="../Project.py" line="683" /> <source>Run the test suite for applications or the whole site</source> <translation>Выполнение набора тестов для приложения или для всего сайта</translation> </message> <message> - <location filename="../Project.py" line="561" /> + <location filename="../Project.py" line="686" /> <source><b>Run Testsuite</b><p>Run the test suite for applications or the whole site.</p></source> <translation><b>Выполнить набор тестов</b><p>Выполнение набора тестов для приложения или всего сайта.</p></translation> </message> <message> - <location filename="../Project.py" line="570" /> - <location filename="../Project.py" line="569" /> + <location filename="../Project.py" line="696" /> + <location filename="../Project.py" line="695" /> <source>Run Testsuite (-Wall)</source> <translation>Выполнить набор тестов (-Wall)</translation> </message> <message> - <location filename="../Project.py" line="573" /> + <location filename="../Project.py" line="703" /> <source>Run the test suite for applications or the whole site with activated deprecation warnings</source> <translation>Выполнить набор тестов для приложений или всего сайта с включенными предупреждениями о устаревшем API</translation> </message> <message> - <location filename="../Project.py" line="576" /> + <location filename="../Project.py" line="709" /> <source><b>Run Testsuite (-Wall)</b><p>Run the test suite for applications or the whole site with activated deprecation warnings.</p></source> <translation><b>Выполнить набор тестов (-Wall)</b><p>Выполнение набора тестов для приложений или всего сайта с включенными предупреждениями о устаревшем API.</p></translation> </message> <message> - <location filename="../Project.py" line="586" /> + <location filename="../Project.py" line="721" /> <source>Run Testserver</source> <translation>Запуск сервера тестов</translation> </message> <message> - <location filename="../Project.py" line="587" /> + <location filename="../Project.py" line="722" /> <source>Run Test&server</source> <translation>Запуск сервера &тестов</translation> </message> <message> - <location filename="../Project.py" line="590" /> + <location filename="../Project.py" line="729" /> <source>Run a development server with data from a set of fixtures</source> <translation>Запуск сервера разработки с данными из набора фикстур</translation> </message> <message> - <location filename="../Project.py" line="592" /> + <location filename="../Project.py" line="732" /> <source><b>Run Testserver</b><p>Run a development server with data from a set of fixtures.</p></source> <translation><b>Запуск сервера тестов</b><p>Запуск сервера разработки с данными из набора фикстур.</p></translation> </message> <message> - <location filename="../Project.py" line="2949" /> - <location filename="../Project.py" line="605" /> + <location filename="../Project.py" line="3198" /> + <location filename="../Project.py" line="746" /> <source>Change Password</source> <translation>Смена пароля</translation> </message> <message> - <location filename="../Project.py" line="606" /> + <location filename="../Project.py" line="747" /> <source>Change &Password</source> <translation>Смена &пароля</translation> </message> <message> - <location filename="../Project.py" line="609" /> + <location filename="../Project.py" line="753" /> <source>Change the password of a user</source> <translation>Смена пароля пользователя</translation> </message> <message> - <location filename="../Project.py" line="611" /> + <location filename="../Project.py" line="755" /> <source><b>Change Password</b><p>Change the password of a user of the Django project.</p></source> <translation><b>Смена пароля</b><p>Смена пароля пользователя для Django-проекта.</p></translation> </message> <message> - <location filename="../Project.py" line="619" /> + <location filename="../Project.py" line="764" /> <source>Create Superuser</source> <translation>Создание суперпользователя</translation> </message> <message> - <location filename="../Project.py" line="620" /> + <location filename="../Project.py" line="765" /> <source>Create &Superuser</source> <translation>Создать &суперпользователя</translation> </message> <message> - <location filename="../Project.py" line="623" /> + <location filename="../Project.py" line="771" /> <source>Create a superuser account</source> <translation>Создать аккаунт суперпользователя</translation> </message> <message> - <location filename="../Project.py" line="625" /> + <location filename="../Project.py" line="773" /> <source><b>Create Superuser</b><p>Create a superuser account for the Django project.</p></source> <translation><b>Создание суперпользователя</b><p>Создание аккаунта суперпользователя для Django-проекта.</p></translation> </message> <message> - <location filename="../Project.py" line="3001" /> - <location filename="../Project.py" line="637" /> + <location filename="../Project.py" line="3252" /> + <location filename="../Project.py" line="786" /> <source>Clear Sessions</source> <translation>Очистка сессии</translation> </message> <message> - <location filename="../Project.py" line="638" /> + <location filename="../Project.py" line="787" /> <source>Clear &Sessions</source> <translation>Очистка &сессии</translation> </message> <message> - <location filename="../Project.py" line="641" /> + <location filename="../Project.py" line="793" /> <source>Clear expired sessions</source> <translation>Очистка истекших сессий</translation> </message> <message> - <location filename="../Project.py" line="643" /> + <location filename="../Project.py" line="795" /> <source><b>Clear Sessions</b><p>Clear expired sessions of the Django project.</p></source> <translation><b>Очистка сессий</b><p>Очистка истекших сессий Django-проекта.</p></translation> </message> <message> - <location filename="../Project.py" line="655" /> + <location filename="../Project.py" line="808" /> <source>Show Migrations</source> <translation>Показать миграции</translation> </message> <message> - <location filename="../Project.py" line="656" /> + <location filename="../Project.py" line="809" /> <source>&Show Migrations</source> <translation>&Показать миграции</translation> </message> <message> - <location filename="../Project.py" line="659" /> + <location filename="../Project.py" line="816" /> <source>Show a list of available migrations</source> <translation>Отображение списка доступных миграций</translation> </message> <message> - <location filename="../Project.py" line="661" /> + <location filename="../Project.py" line="819" /> <source><b>Show Migrations</b><p>This shows a list of available migrations of the Django project and their status.</p></source> <translation><b>Показать миграции</b><p>Отображение списка доступных миграций Django-проекта и их статуса.</p></translation> </message> <message> - <location filename="../Project.py" line="670" /> + <location filename="../Project.py" line="829" /> <source>Show Migrations Plan</source> <translation>Показать план миграций</translation> </message> <message> - <location filename="../Project.py" line="671" /> + <location filename="../Project.py" line="830" /> <source>Show Migrations &Plan</source> <translation>Показать &план миграций</translation> </message> <message> - <location filename="../Project.py" line="674" /> + <location filename="../Project.py" line="837" /> <source>Show a list with the migrations plan</source> <translation>Отображение плана выполнения миграций</translation> </message> <message> - <location filename="../Project.py" line="676" /> + <location filename="../Project.py" line="840" /> <source><b>Show Migrations Plan</b><p>This shows a list with the migrations plan of the Django project.</p></source> <translation><b>Показать план миграций</b><p>Отображение плана выполнения миграций Django-проекта.</p></translation> </message> <message> - <location filename="../Project.py" line="685" /> + <location filename="../Project.py" line="850" /> <source>Apply All Migrations</source> <translation>Применить все миграции</translation> </message> <message> - <location filename="../Project.py" line="686" /> + <location filename="../Project.py" line="851" /> <source>&Apply All Migrations</source> <translation>&Применить все миграции</translation> </message> <message> - <location filename="../Project.py" line="689" /> + <location filename="../Project.py" line="857" /> <source>Apply all available migrations</source> <translation>Применить все доступные миграции</translation> </message> <message> - <location filename="../Project.py" line="691" /> + <location filename="../Project.py" line="859" /> <source><b>Apply All Migrations</b><p>This applies all migrations of the Django project.</p></source> <translation><b>Применить все миграции</b><p>Касается всех миграций Django-проекта.</p></translation> </message> <message> - <location filename="../Project.py" line="2398" /> - <location filename="../Project.py" line="700" /> - <location filename="../Project.py" line="699" /> + <location filename="../Project.py" line="2630" /> + <location filename="../Project.py" line="869" /> + <location filename="../Project.py" line="868" /> <source>Apply Selected Migrations</source> <translation>Применить выбранные миграции</translation> </message> <message> - <location filename="../Project.py" line="703" /> + <location filename="../Project.py" line="875" /> <source>Apply selected migrations</source> <translation>Применить выбранные миграции</translation> </message> <message> - <location filename="../Project.py" line="705" /> + <location filename="../Project.py" line="877" /> <source><b>Apply Selected Migrations</b><p>This applies selected migrations of the Django project.</p></source> <translation><b>Применить выбранные миграции</b><p>Касается выбранных миграций Django-проекта.</p></translation> </message> <message> - <location filename="../Project.py" line="2460" /> - <location filename="../Project.py" line="2454" /> - <location filename="../Project.py" line="2421" /> - <location filename="../Project.py" line="715" /> + <location filename="../Project.py" line="2690" /> + <location filename="../Project.py" line="2683" /> + <location filename="../Project.py" line="2650" /> + <location filename="../Project.py" line="887" /> <source>Unapply Migrations</source> <translation>Откатить миграции</translation> </message> <message> - <location filename="../Project.py" line="716" /> + <location filename="../Project.py" line="888" /> <source>&Unapply Migrations</source> <translation>&Откатить миграции</translation> </message> <message> - <location filename="../Project.py" line="719" /> + <location filename="../Project.py" line="894" /> <source>Unapply all migrations for an app</source> <translation>Откат всех миграций для приложения</translation> </message> <message> - <location filename="../Project.py" line="721" /> + <location filename="../Project.py" line="896" /> <source><b>Unapply Migrations</b><p>This unapplies all migrations for an app of the Django project.</p></source> <translation><b>Откатить миграции</b><p>Откат всех миграций для приложений Django-проекта.</p></translation> </message> <message> - <location filename="../Project.py" line="2540" /> - <location filename="../Project.py" line="730" /> + <location filename="../Project.py" line="2777" /> + <location filename="../Project.py" line="906" /> <source>Make Migrations</source> <translation>Создать миграции</translation> </message> <message> - <location filename="../Project.py" line="731" /> + <location filename="../Project.py" line="907" /> <source>&Make Migrations</source> <translation>&Создать миграции</translation> </message> <message> - <location filename="../Project.py" line="734" /> + <location filename="../Project.py" line="914" /> <source>Generate migrations for the project</source> <translation>Создание миграций для проекта на основе изменений</translation> </message> <message> - <location filename="../Project.py" line="736" /> + <location filename="../Project.py" line="917" /> <source><b>Make Migrations</b><p>This generates migrations for the Django project.</p></source> <translation><b>Создать миграции</b><p>Создание миграций для Django-проекта.</p></translation> </message> <message> - <location filename="../Project.py" line="2588" /> - <location filename="../Project.py" line="2576" /> - <location filename="../Project.py" line="744" /> + <location filename="../Project.py" line="2826" /> + <location filename="../Project.py" line="2817" /> + <location filename="../Project.py" line="926" /> <source>Squash Migrations</source> <translation>Объединить миграции</translation> </message> <message> - <location filename="../Project.py" line="745" /> + <location filename="../Project.py" line="927" /> <source>S&quash Migrations</source> <translation>О&бъединить миграции</translation> </message> <message> - <location filename="../Project.py" line="748" /> + <location filename="../Project.py" line="934" /> <source>Squash migrations of an application of the project</source> <translation>Объединение миграций приложения Django-проекта</translation> </message> <message> - <location filename="../Project.py" line="750" /> + <location filename="../Project.py" line="937" /> <source><b>Squash Migrations</b><p>This squashes migrations of an application of the Django project.</p></source> <translation><b>Объединить миграции</b><p>Объединение миграций приложения Django-проекта.</p></translation> </message> <message> - <location filename="../Project.py" line="767" /> + <location filename="../Project.py" line="955" /> <source>D&jango</source> <translation>D&jango</translation> </message> <message> - <location filename="../Project.py" line="809" /> + <location filename="../Project.py" line="997" /> <source>&Database</source> <translation>&База данных</translation> </message> <message> - <location filename="../Project.py" line="833" /> + <location filename="../Project.py" line="1021" /> <source>Show &SQL</source> <translation>&SQL</translation> </message> <message> - <location filename="../Project.py" line="853" /> + <location filename="../Project.py" line="1041" /> <source>&Migrations</source> <translation>&Миграции</translation> </message> <message> - <location filename="../Project.py" line="878" /> + <location filename="../Project.py" line="1066" /> <source>&Tools</source> <translation>&Сервис</translation> </message> <message> - <location filename="../Project.py" line="898" /> + <location filename="../Project.py" line="1086" /> <source>T&esting</source> <translation>Т&естирование</translation> </message> <message> - <location filename="../Project.py" line="919" /> + <location filename="../Project.py" line="1107" /> <source>&Authorization</source> <translation>&Авторизация</translation> </message> <message> - <location filename="../Project.py" line="936" /> + <location filename="../Project.py" line="1124" /> <source>&Session</source> <translation>&Сессия</translation> </message> <message> - <location filename="../Project.py" line="984" /> + <location filename="../Project.py" line="1172" /> <source>Open with {0}</source> <translation>Открыть с помощью {0}</translation> </message> <message> - <location filename="../Project.py" line="1000" /> + <location filename="../Project.py" line="1186" /> <source>New template...</source> <translation>Новый шаблон...</translation> </message> <message> - <location filename="../Project.py" line="1009" /> + <location filename="../Project.py" line="1196" /> <source>Update all catalogs</source> <translation>Обновить все каталоги</translation> </message> <message> - <location filename="../Project.py" line="1013" /> + <location filename="../Project.py" line="1201" /> <source>Update selected catalogs</source> <translation>Обновить выбранные каталоги</translation> </message> <message> - <location filename="../Project.py" line="1016" /> + <location filename="../Project.py" line="1206" /> <source>Update all catalogs (with obsolete)</source> <translation>Обновить все каталоги (с устаревшими)</translation> </message> <message> - <location filename="../Project.py" line="1020" /> + <location filename="../Project.py" line="1211" /> <source>Update selected catalogs (with obsolete)</source> <translation>Обновить выбранные каталоги (с устаревшими)</translation> </message> <message> - <location filename="../Project.py" line="1023" /> + <location filename="../Project.py" line="1214" /> <source>Compile all catalogs</source> <translation>Компиляция всех каталогов</translation> </message> <message> - <location filename="../Project.py" line="1027" /> + <location filename="../Project.py" line="1219" /> <source>Compile selected catalogs</source> <translation>Компиляция выбранных каталогов</translation> </message> <message> - <location filename="../Project.py" line="1120" /> - <location filename="../Project.py" line="1088" /> - <location filename="../Project.py" line="1069" /> + <location filename="../Project.py" line="1255" /> + <source>HTML Files (*.html);;HTML Files (*.htm);;All Files (*)</source> + <translation>Файлы HTML (*.html);;Файлы HTML (*.htm);;Все файлы (*)</translation> + </message> + <message> + <location filename="../Project.py" line="1311" /> + <location filename="../Project.py" line="1280" /> + <location filename="../Project.py" line="1260" /> <source>New Form</source> <translation>Создание новой формы</translation> </message> <message> - <location filename="../Project.py" line="1089" /> + <location filename="../Project.py" line="1281" /> <source>The file already exists! Overwrite it?</source> <translation>Файл уже существует! Переписать его?</translation> </message> <message> - <location filename="../Project.py" line="1121" /> + <location filename="../Project.py" line="1312" /> <source><p>The new form file <b>{0}</b> could not be created.<br> Problem: {1}</p></source> <translation><p>Невозможно создать файл новой формы <b>{0}</b>.<br> Проблема: {1}</p></translation> </message> <message> - <location filename="../Project.py" line="1394" /> + <location filename="../Project.py" line="1586" /> <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="{1}">{1}</a></td></tr></table></p></source> <translation><p>Django это высокоуровневый веб-фреймворк, созданный на Python, воодушевляющий к развитому, чистому и практичному дизайну.</p><p><table><tr><td>Версия:</td><td>{0}</td></tr><tr><td>URL:</td><td><a href="{1}">{1}</a></td></tr></table></p></translation> </message> <message> - <location filename="../Project.py" line="1467" /> + <location filename="../Project.py" line="1663" /> <source>Select Applications</source> <translation>Выбор приложений</translation> </message> <message> - <location filename="../Project.py" line="1468" /> + <location filename="../Project.py" line="1664" /> <source>Enter the list of applications separated by spaces.</source> <translation>Введите список приложений, разделенных пробелами.</translation> </message> <message> - <location filename="../Project.py" line="1933" /> - <location filename="../Project.py" line="1652" /> + <location filename="../Project.py" line="2147" /> + <location filename="../Project.py" line="1850" /> <source>Project</source> <translation>Project</translation> </message> <message> - <location filename="../Project.py" line="1653" /> + <location filename="../Project.py" line="1851" /> <source>Application</source> <translation>Application</translation> </message> <message> - <location filename="../Project.py" line="1657" /> + <location filename="../Project.py" line="1855" /> <source>Start Django</source> <translation>Старт Django</translation> </message> <message> - <location filename="../Project.py" line="1658" /> + <location filename="../Project.py" line="1856" /> <source>Select if this project should be a Django Project or Application.<br />Select the empty entry for none.</source> <translation>Выберите, что это будет - проект или приложение Django.<br/>Если же нет - выберите пустой ввод.</translation> </message> <message> - <location filename="../Project.py" line="1750" /> - <location filename="../Project.py" line="1684" /> + <location filename="../Project.py" line="1958" /> + <location filename="../Project.py" line="1886" /> <source>Start Django Project</source> <translation>Создание Django-проекта</translation> </message> <message> - <location filename="../Project.py" line="1692" /> + <location filename="../Project.py" line="1894" /> <source><p>The Django project path <b>{0}</b> exists already. Shall it be removed and recreated?</p></source> <translation><p>Путь к Django-проекту <b>{0}</b> уже существует. Удалить его и создать заново?</p></translation> </message> <message> - <location filename="../Project.py" line="1699" /> + <location filename="../Project.py" line="1904" /> <source><p>Please add the files to the eric project manually.</p></source> <translation><p>Пожалуйста вручную добавьте файлы в eric-проект.</p></translation> </message> <message> - <location filename="../Project.py" line="1796" /> - <location filename="../Project.py" line="1715" /> + <location filename="../Project.py" line="2005" /> + <location filename="../Project.py" line="1923" /> <source><p>The <b>django-admin.py</b> script is not in the path. Aborting...</p></source> <translation><p>Скрипт <b>django-admin.py</b> не найден в путях доступа. Прерывание...</p></translation> </message> <message> - <location filename="../Project.py" line="1724" /> + <location filename="../Project.py" line="1934" /> <source>Django project created successfully.</source> <translation>Django-проект успешно создан.</translation> </message> <message> - <location filename="../Project.py" line="1751" /> + <location filename="../Project.py" line="1959" /> <source>Enter the name of the new Django project.</source> <translation>Введите имя нового Django-проекта.</translation> </message> <message> - <location filename="../Project.py" line="1778" /> + <location filename="../Project.py" line="1987" /> <source>Start Django Application</source> <translation>Создание Django-приложения</translation> </message> <message> - <location filename="../Project.py" line="1812" /> + <location filename="../Project.py" line="2023" /> <source>Django application created successfully.</source> <translation>Django-приложение успешно создано.</translation> </message> <message> - <location filename="../Project.py" line="1824" /> + <location filename="../Project.py" line="2036" /> <source>Start Global Django Application</source> <translation>Выполнение global Django-приложения</translation> </message> <message> - <location filename="../Project.py" line="1825" /> + <location filename="../Project.py" line="2037" /> <source>Enter the name of the new global Django application.</source> <translation>Введите имя нового global Djangо-приложения.</translation> </message> <message> - <location filename="../Project.py" line="1846" /> + <location filename="../Project.py" line="2058" /> <source>Start Local Django Application</source> <translation>Выполнение local Django-приложения</translation> </message> <message> - <location filename="../Project.py" line="1847" /> + <location filename="../Project.py" line="2059" /> <source>Enter the name of the new local Django application.</source> <translation>Введите имя нового local Django-приложения.</translation> </message> <message> - <location filename="../Project.py" line="1896" /> + <location filename="../Project.py" line="2109" /> <source>Select Project</source> <translation>Выбор проекта</translation> </message> <message> - <location filename="../Project.py" line="1897" /> + <location filename="../Project.py" line="2110" /> <source>Select the Django project to work with.</source> <translation>Выбор Django-проекта для работы.</translation> </message> <message> - <location filename="../Project.py" line="1931" /> + <location filename="../Project.py" line="2145" /> <source>None</source> <translation>none</translation> </message> <message> - <location filename="../Project.py" line="1937" /> + <location filename="../Project.py" line="2151" /> <source>&Current Django project ({0})</source> <translation>Текущий &Django-проект ({0})</translation> </message> <message> - <location filename="../Project.py" line="3398" /> - <location filename="../Project.py" line="2990" /> - <location filename="../Project.py" line="2967" /> - <location filename="../Project.py" line="2919" /> - <location filename="../Project.py" line="2870" /> - <location filename="../Project.py" line="2671" /> - <location filename="../Project.py" line="2235" /> - <location filename="../Project.py" line="2004" /> + <location filename="../Project.py" line="3633" /> + <location filename="../Project.py" line="3240" /> + <location filename="../Project.py" line="3216" /> + <location filename="../Project.py" line="3167" /> + <location filename="../Project.py" line="3117" /> + <location filename="../Project.py" line="2914" /> + <location filename="../Project.py" line="2460" /> + <location filename="../Project.py" line="2219" /> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> <message> - <location filename="../Project.py" line="2005" /> + <location filename="../Project.py" line="2220" /> <source>The Django server could not be started.</source> <translation>Невозможно запустить Django сервер.</translation> </message> <message> - <location filename="../Project.py" line="2051" /> + <location filename="../Project.py" line="2267" /> <source>Could not start the web-browser for the url "{0}".</source> <translation>Невозможно открыть web-браузер с адресом "{0}".</translation> </message> <message> - <location filename="../Project.py" line="2119" /> + <location filename="../Project.py" line="2341" /> <source>Database Name</source> <translation>Имя базы данных</translation> </message> <message> - <location filename="../Project.py" line="2120" /> + <location filename="../Project.py" line="2342" /> <source>Select a database name (leave empty for default):</source> <translation>Выберите имя базы данных (по умолчанию оставьте пустым):</translation> </message> <message> - <location filename="../Project.py" line="2139" /> + <location filename="../Project.py" line="2363" /> <source><default></source> <translation><default></translation> </message> <message> - <location filename="../Project.py" line="2141" /> + <location filename="../Project.py" line="2365" /> <source>&Current Database ({0})</source> <translation>&Текущая база данных ({0})</translation> </message> <message> - <location filename="../Project.py" line="2161" /> + <location filename="../Project.py" line="2386" /> <source>Introspect Database</source> <translation>Анализ таблиц базы данных и генерация кода модуля Django моделей</translation> </message> <message> - <location filename="../Project.py" line="2195" /> + <location filename="../Project.py" line="2420" /> <source>Flushing the database will destroy all data. Are you sure?</source> <translation>Очистка базы данных приведет к уничтожению всех данных. Вы действительно этого хотите?</translation> </message> <message> - <location filename="../Project.py" line="2208" /> + <location filename="../Project.py" line="2432" /> <source>Database tables flushed successfully.</source> <translation>Таблицы базы данных успешно очищены.</translation> </message> <message> - <location filename="../Project.py" line="2991" /> - <location filename="../Project.py" line="2968" /> - <location filename="../Project.py" line="2871" /> - <location filename="../Project.py" line="2672" /> - <location filename="../Project.py" line="2236" /> + <location filename="../Project.py" line="3241" /> + <location filename="../Project.py" line="3217" /> + <location filename="../Project.py" line="3118" /> + <location filename="../Project.py" line="2915" /> + <location filename="../Project.py" line="2461" /> <source>The Django process could not be started.</source> <translation>Невозможно запустить Django процесс.</translation> </message> <message> - <location filename="../Project.py" line="2340" /> - <location filename="../Project.py" line="2274" /> + <location filename="../Project.py" line="2563" /> + <location filename="../Project.py" line="2500" /> <source>SQL Files (*.sql)</source> <translation>SQL файлы (*.sql)</translation> </message> <message> - <location filename="../Project.py" line="2318" /> - <location filename="../Project.py" line="2314" /> + <location filename="../Project.py" line="2544" /> + <location filename="../Project.py" line="2540" /> <source>SQL Migrate</source> <translation>SQL миграции</translation> </message> <message> - <location filename="../Project.py" line="2577" /> - <location filename="../Project.py" line="2455" /> - <location filename="../Project.py" line="2399" /> - <location filename="../Project.py" line="2315" /> + <location filename="../Project.py" line="2818" /> + <location filename="../Project.py" line="2684" /> + <location filename="../Project.py" line="2631" /> + <location filename="../Project.py" line="2540" /> <source>No migrations available.</source> <translation>Нет доступных миграций.</translation> </message> <message> - <location filename="../Project.py" line="2423" /> + <location filename="../Project.py" line="2652" /> <source>Apply Migrations</source> <translation>Применить миграции</translation> </message> <message> - <location filename="../Project.py" line="2461" /> + <location filename="../Project.py" line="2691" /> <source>Select an application:</source> <translation>Выберите приложение:</translation> </message> <message> - <location filename="../Project.py" line="2705" /> + <location filename="../Project.py" line="2948" /> <source>Test Email sent successfully.</source> <translation>Тестовое письмо успешно отправлено.</translation> </message> <message> - <location filename="../Project.py" line="2706" /> + <location filename="../Project.py" line="2949" /> <source>Test Email could not be sent.</source> <translation>Невозможно отправить тестовое письмо.</translation> </message> <message> - <location filename="../Project.py" line="2736" /> + <location filename="../Project.py" line="2978" /> <source>Cache tables created successfully.</source> <translation>Кэш таблиц создан успешно.</translation> </message> <message> - <location filename="../Project.py" line="2774" /> + <location filename="../Project.py" line="3018" /> <source>JSON Files (*.json)</source> <translation>JSON файлы (*.json)</translation> </message> <message> - <location filename="../Project.py" line="2776" /> + <location filename="../Project.py" line="3020" /> <source>XML Files (*.xml)</source> <translation>XML файлы (*.xml)</translation> </message> <message> - <location filename="../Project.py" line="2778" /> + <location filename="../Project.py" line="3022" /> <source>YAML Files (*.yaml)</source> <translation>YAML файлы (*.yaml)</translation> </message> <message> - <location filename="../Project.py" line="2920" /> + <location filename="../Project.py" line="3168" /> <source>The Django test server could not be started.</source> <translation>Невозможно запустить Django сервер тестов.</translation> </message> <message> - <location filename="../Project.py" line="2950" /> + <location filename="../Project.py" line="3199" /> <source>Enter the name of the user:</source> <translation>Введите имя пользователя:</translation> </message> <message> - <location filename="../Project.py" line="3015" /> + <location filename="../Project.py" line="3265" /> <source>Expired sessions cleared successfully.</source> <translation>Истекшая сессия успешно очищена.</translation> </message> <message> - <location filename="../Project.py" line="3092" /> + <location filename="../Project.py" line="3341" /> <source>Initializing message catalog for '{0}'</source> <translation>Инициализация каталога сообщений для '{0}'</translation> </message> <message> - <location filename="../Project.py" line="3363" /> - <location filename="../Project.py" line="3301" /> - <location filename="../Project.py" line="3275" /> - <location filename="../Project.py" line="3242" /> - <location filename="../Project.py" line="3189" /> - <location filename="../Project.py" line="3141" /> - <location filename="../Project.py" line="3108" /> + <location filename="../Project.py" line="3599" /> + <location filename="../Project.py" line="3540" /> + <location filename="../Project.py" line="3514" /> + <location filename="../Project.py" line="3482" /> + <location filename="../Project.py" line="3431" /> + <location filename="../Project.py" line="3386" /> + <location filename="../Project.py" line="3355" /> <source>No current site selected or no site created yet. Aborting...</source> <translation>Текущий сайт не выбран или еще не создан. Прерывание выполнения...</translation> </message> <message> - <location filename="../Project.py" line="3114" /> + <location filename="../Project.py" line="3360" /> <source> Message catalog initialized successfully.</source> <translation> Каталог сообщений успешно инициализирован.</translation> </message> <message> - <location filename="../Project.py" line="3227" /> - <location filename="../Project.py" line="3133" /> + <location filename="../Project.py" line="3467" /> + <location filename="../Project.py" line="3378" /> <source>Updating message catalogs</source> <translation>Обновление каталогов сообщений</translation> </message> <message> - <location filename="../Project.py" line="3324" /> - <location filename="../Project.py" line="3210" /> - <location filename="../Project.py" line="3163" /> + <location filename="../Project.py" line="3560" /> + <location filename="../Project.py" line="3449" /> + <location filename="../Project.py" line="3405" /> <source>No locales detected. Aborting...</source> <translation>Локали не найдены. Прерывание выполнения...</translation> </message> <message> - <location filename="../Project.py" line="3281" /> - <location filename="../Project.py" line="3248" /> - <location filename="../Project.py" line="3215" /> - <location filename="../Project.py" line="3168" /> + <location filename="../Project.py" line="3519" /> + <location filename="../Project.py" line="3487" /> + <location filename="../Project.py" line="3454" /> + <location filename="../Project.py" line="3410" /> <source> Message catalogs updated successfully.</source> <translation> Каталоги сообщений успешно обновлены.</translation> </message> <message> - <location filename="../Project.py" line="3260" /> - <location filename="../Project.py" line="3180" /> + <location filename="../Project.py" line="3500" /> + <location filename="../Project.py" line="3423" /> <source>Updating message catalogs (keeping obsolete messages)</source> <translation>Обновление каталогов сообщений (с сохранением устаревших сообщений)</translation> </message> <message> - <location filename="../Project.py" line="3348" /> - <location filename="../Project.py" line="3293" /> + <location filename="../Project.py" line="3584" /> + <location filename="../Project.py" line="3532" /> <source>Compiling message catalogs</source> <translation>Компиляция каталогов сообщений</translation> </message> <message> - <location filename="../Project.py" line="3369" /> - <location filename="../Project.py" line="3329" /> + <location filename="../Project.py" line="3604" /> + <location filename="../Project.py" line="3565" /> <source> Message catalogs compiled successfully.</source> <translation> Каталоги сообщений успешно компилированы.</translation> </message> <message> - <location filename="../Project.py" line="3399" /> + <location filename="../Project.py" line="3634" /> <source>The translations editor process ({0}) could not be started.</source> <translation>Невозможен запуск редактора переводов ({0}).</translation> </message> @@ -2013,9 +2018,9 @@ <context> <name>ProjectDjangoPlugin</name> <message> - <location filename="../../PluginProjectDjango.py" line="422" /> - <location filename="../../PluginProjectDjango.py" line="201" /> - <location filename="../../PluginProjectDjango.py" line="90" /> + <location filename="../../PluginProjectDjango.py" line="439" /> + <location filename="../../PluginProjectDjango.py" line="203" /> + <location filename="../../PluginProjectDjango.py" line="92" /> <source>Django</source> <translation>Django</translation> </message>
--- a/ProjectDjango/i18n/django_tr.ts Sat Dec 23 16:46:05 2023 +0100 +++ b/ProjectDjango/i18n/django_tr.ts Fri Jul 12 08:31:14 2024 +0200 @@ -4,16 +4,6 @@ <context> <name>DjangoCheckOptionsDialog</name> <message> - <location filename="../DjangoCheckOptionsDialog.py" line="77" /> - <source>Select settings file</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../DjangoCheckOptionsDialog.py" line="79" /> - <source>Python Files (*.py)</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../DjangoCheckOptionsDialog.ui" line="0" /> <source>Check Options</source> <translation type="unfinished" /> @@ -53,10 +43,45 @@ <source>Press to select the settings module file via a file selection dialog</source> <translation type="unfinished" /> </message> + <message> + <location filename="../DjangoCheckOptionsDialog.py" line="89" /> + <source>Select settings file</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../DjangoCheckOptionsDialog.py" line="89" /> + <source>Python Files (*.py)</source> + <translation type="unfinished" /> + </message> </context> <context> <name>DjangoDialog</name> <message> + <location filename="../DjangoDialog.py" line="214" /> + <source>Process Generation Error</source> + <translation>İşlem Üretecinde Hata</translation> + </message> + <message> + <location filename="../DjangoDialog.py" line="215" /> + <source>The process {0} could not be started. Ensure, that it is in the search path.</source> + <translation>{0} işlemi başlatılamadı.Büyük ihtimalle, problem arama yolunda.</translation> + </message> + <message> + <location filename="../DjangoDialog.py" line="305" /> + <source>Select data file</source> + <translation>Veri dosyasını seç</translation> + </message> + <message> + <location filename="../DjangoDialog.py" line="323" /> + <source>Error saving data</source> + <translation>Veri kaydedilirken hata</translation> + </message> + <message> + <location filename="../DjangoDialog.py" line="324" /> + <source><p>The data could not be written to <b>{0}</b></p><p>Reason: {1}</p></source> + <translation type="unfinished" /> + </message> + <message> <location filename="../DjangoDialog.ui" line="0" /> <source>Django</source> <translation>Django(jango)</translation> @@ -111,45 +136,10 @@ <source>Alt+P</source> <translation type="unfinished" /> </message> - <message> - <location filename="../DjangoDialog.py" line="218" /> - <source>Process Generation Error</source> - <translation>İşlem Üretecinde Hata</translation> - </message> - <message> - <location filename="../DjangoDialog.py" line="219" /> - <source>The process {0} could not be started. Ensure, that it is in the search path.</source> - <translation>{0} işlemi başlatılamadı.Büyük ihtimalle, problem arama yolunda.</translation> - </message> - <message> - <location filename="../DjangoDialog.py" line="313" /> - <source>Select data file</source> - <translation>Veri dosyasını seç</translation> - </message> - <message> - <location filename="../DjangoDialog.py" line="333" /> - <source>Error saving data</source> - <translation>Veri kaydedilirken hata</translation> - </message> - <message> - <location filename="../DjangoDialog.py" line="334" /> - <source><p>The data could not be written to <b>{0}</b></p><p>Reason: {1}</p></source> - <translation type="unfinished" /> - </message> </context> <context> <name>DjangoDiffsettingsDataDialog</name> <message> - <location filename="../DjangoDiffsettingsDataDialog.py" line="32" /> - <source>Hash Format</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../DjangoDiffsettingsDataDialog.py" line="33" /> - <source>Unified Diff</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../DjangoDiffsettingsDataDialog.ui" line="0" /> <source>diffsettings Command Options</source> <translation type="unfinished" /> @@ -184,21 +174,31 @@ <source>Select the output format (2.0.0+ only)</source> <translation type="unfinished" /> </message> + <message> + <location filename="../DjangoDiffsettingsDataDialog.py" line="33" /> + <source>Hash Format</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../DjangoDiffsettingsDataDialog.py" line="34" /> + <source>Unified Diff</source> + <translation type="unfinished" /> + </message> </context> <context> <name>DjangoDumpdataDataDialog</name> <message> - <location filename="../DjangoDumpdataDataDialog.py" line="40" /> + <location filename="../DjangoDumpdataDataDialog.py" line="41" /> <source>JSON</source> <translation>JSON</translation> </message> <message> - <location filename="../DjangoDumpdataDataDialog.py" line="41" /> + <location filename="../DjangoDumpdataDataDialog.py" line="42" /> <source>XML</source> <translation>XML</translation> </message> <message> - <location filename="../DjangoDumpdataDataDialog.py" line="44" /> + <location filename="../DjangoDumpdataDataDialog.py" line="46" /> <source>YAML</source> <translation>YAML</translation> </message> @@ -301,22 +301,22 @@ <translation type="unfinished" /> </message> <message> - <location filename="../DjangoLoaddataDataDialog.py" line="64" /> + <location filename="../DjangoLoaddataDataDialog.py" line="71" /> <source>JSON Files (*.json);;XML Files (*.xml);;</source> <translation>JSON Dosyaları (*.json);;XML Dosyaları (*.xml);;</translation> </message> <message> - <location filename="../DjangoLoaddataDataDialog.py" line="67" /> + <location filename="../DjangoLoaddataDataDialog.py" line="75" /> <source>YAML Files (*.yaml);;</source> <translation>YAML Dosyaları (*.yaml);;</translation> </message> <message> - <location filename="../DjangoLoaddataDataDialog.py" line="68" /> + <location filename="../DjangoLoaddataDataDialog.py" line="76" /> <source>All Files (*)</source> <translation>Tüm Dosyalar (*)</translation> </message> <message> - <location filename="../DjangoLoaddataDataDialog.py" line="72" /> + <location filename="../DjangoLoaddataDataDialog.py" line="80" /> <source>Select fixture file</source> <translation>Sabit dosyayı seç</translation> </message> @@ -410,92 +410,92 @@ <context> <name>DjangoMigrationsListDialog</name> <message> - <location filename="../DjangoMigrationsListDialog.ui" line="0" /> - <source>Errors</source> - <translation type="unfinished">Hatalar</translation> - </message> - <message> - <location filename="../DjangoMigrationsListDialog.py" line="64" /> + <location filename="../DjangoMigrationsListDialog.py" line="68" /> <source>Available Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="66" /> - <source>Name</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../DjangoMigrationsListDialog.py" line="71" /> + <source>Name</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../DjangoMigrationsListDialog.py" line="78" /> <source>Migrations Plan</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="73" /> + <location filename="../DjangoMigrationsListDialog.py" line="81" /> <source>Migration</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="74" /> + <location filename="../DjangoMigrationsListDialog.py" line="82" /> <source>Dependencies</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="80" /> + <location filename="../DjangoMigrationsListDialog.py" line="90" /> <source>&Refresh</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="82" /> + <location filename="../DjangoMigrationsListDialog.py" line="92" /> <source>Press to refresh the list</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="190" /> + <location filename="../DjangoMigrationsListDialog.py" line="194" /> <source>Process Generation Error</source> <translation type="unfinished">İşlem Üretecinde Hata</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="191" /> + <location filename="../DjangoMigrationsListDialog.py" line="195" /> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished">{0} işlemi başlatılamadı.Büyük ihtimalle, problem arama yolunda.</translation> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="303" /> + <location filename="../DjangoMigrationsListDialog.py" line="309" /> <source>Apply All Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="333" /> - <location filename="../DjangoMigrationsListDialog.py" line="315" /> + <location filename="../DjangoMigrationsListDialog.py" line="340" /> + <location filename="../DjangoMigrationsListDialog.py" line="320" /> <source>Apply Selected Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="318" /> + <location filename="../DjangoMigrationsListDialog.py" line="323" /> <source>Unapply Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="395" /> - <location filename="../DjangoMigrationsListDialog.py" line="322" /> + <location filename="../DjangoMigrationsListDialog.py" line="401" /> + <location filename="../DjangoMigrationsListDialog.py" line="327" /> <source>Make Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="325" /> + <location filename="../DjangoMigrationsListDialog.py" line="330" /> <source>Make Empty Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="329" /> + <location filename="../DjangoMigrationsListDialog.py" line="335" /> <source>Make Migrations (dry-run)</source> <translation type="unfinished" /> </message> <message> - <location filename="../DjangoMigrationsListDialog.py" line="396" /> + <location filename="../DjangoMigrationsListDialog.py" line="402" /> <source>Enter a name for the migrations (leave empty to use system supplied name):</source> <translation type="unfinished" /> </message> + <message> + <location filename="../DjangoMigrationsListDialog.ui" line="0" /> + <source>Errors</source> + <translation type="unfinished">Hatalar</translation> + </message> </context> <context> <name>DjangoPage</name> @@ -650,22 +650,22 @@ <translation type="unfinished" /> </message> <message> - <location filename="../ConfigurationPage/DjangoPage.py" line="36" /> + <location filename="../ConfigurationPage/DjangoPage.py" line="42" /> <source>All Files (*)</source> <translation type="unfinished">Tüm Dosyalar (*)</translation> </message> <message> - <location filename="../ConfigurationPage/DjangoPage.py" line="71" /> + <location filename="../ConfigurationPage/DjangoPage.py" line="77" /> <source>Plain Python</source> <translation type="unfinished" /> </message> <message> - <location filename="../ConfigurationPage/DjangoPage.py" line="72" /> + <location filename="../ConfigurationPage/DjangoPage.py" line="78" /> <source>IPython</source> <translation type="unfinished" /> </message> <message> - <location filename="../ConfigurationPage/DjangoPage.py" line="73" /> + <location filename="../ConfigurationPage/DjangoPage.py" line="79" /> <source>bpython</source> <translation type="unfinished" /> </message> @@ -673,21 +673,6 @@ <context> <name>DjangoRunTestServerDataDialog</name> <message> - <location filename="../DjangoRunTestServerDataDialog.py" line="38" /> - <source>JSON Files (*.json);;XML Files (*.xml);;</source> - <translation type="unfinished">JSON Dosyaları (*.json);;XML Dosyaları (*.xml);;</translation> - </message> - <message> - <location filename="../DjangoRunTestServerDataDialog.py" line="41" /> - <source>YAML Files (*.yaml);;</source> - <translation type="unfinished">YAML Dosyaları (*.yaml);;</translation> - </message> - <message> - <location filename="../DjangoRunTestServerDataDialog.py" line="42" /> - <source>All Files (*)</source> - <translation type="unfinished">Tüm Dosyalar (*)</translation> - </message> - <message> <location filename="../DjangoRunTestServerDataDialog.ui" line="0" /> <source>testserver Command Options</source> <translation type="unfinished" /> @@ -698,6 +683,21 @@ <translation type="unfinished">Örnek sabit dosya listesini yada sabit dosyanın yolunu seç.</translation> </message> <message> + <location filename="../DjangoRunTestServerDataDialog.py" line="41" /> + <source>JSON Files (*.json);;XML Files (*.xml);;</source> + <translation type="unfinished">JSON Dosyaları (*.json);;XML Dosyaları (*.xml);;</translation> + </message> + <message> + <location filename="../DjangoRunTestServerDataDialog.py" line="45" /> + <source>YAML Files (*.yaml);;</source> + <translation type="unfinished">YAML Dosyaları (*.yaml);;</translation> + </message> + <message> + <location filename="../DjangoRunTestServerDataDialog.py" line="46" /> + <source>All Files (*)</source> + <translation type="unfinished">Tüm Dosyalar (*)</translation> + </message> + <message> <source>Select a fixture file via a file selection dialog</source> <translation type="vanished">Seçim diyalou ile sabit dosyayı seç</translation> </message> @@ -873,1144 +873,1149 @@ <context> <name>Project</name> <message> - <location filename="../Project.py" line="153" /> + <location filename="../Project.py" line="180" /> <source>Current Project</source> <translation>Geçerli Proje</translation> </message> <message> - <location filename="../Project.py" line="157" /> + <location filename="../Project.py" line="182" /> <source>Selects the current project</source> <translation>geçerli projeyi seç</translation> </message> <message> - <location filename="../Project.py" line="159" /> + <location filename="../Project.py" line="184" /> <source><b>Current Project</b><p>Selects the current project. Used for multi-project Django projects to switch between the projects.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="173" /> + <location filename="../Project.py" line="199" /> <source>Start Project</source> <translation>Projeyi Başlat</translation> </message> <message> - <location filename="../Project.py" line="174" /> + <location filename="../Project.py" line="200" /> <source>Start &Project</source> <translation>&Projeyi Başlat</translation> </message> <message> - <location filename="../Project.py" line="177" /> + <location filename="../Project.py" line="206" /> <source>Starts a new Django project</source> <translation>Yeni bir django projesi başlat</translation> </message> <message> - <location filename="../Project.py" line="179" /> + <location filename="../Project.py" line="208" /> <source><b>Start Project</b><p>Starts a new Django project using "django-admin.py startproject".</p></source> <translation><b>Projeyi Başlat</b><p>Yeni bir django projesini "django-admin.py startproject" kullanarak başlat.</p></translation> </message> <message> - <location filename="../Project.py" line="188" /> + <location filename="../Project.py" line="218" /> <source>Start Application (global)</source> <translation>Uygulayı başlat (küresel)</translation> </message> <message> - <location filename="../Project.py" line="189" /> + <location filename="../Project.py" line="219" /> <source>Start Application (&global)</source> <translation>Uy&gulamayı Başlat (Küresel)</translation> </message> <message> - <location filename="../Project.py" line="192" /> + <location filename="../Project.py" line="226" /> <source>Starts a new global Django application</source> <translation>Yeni bir küresel Django uygulaması başlat</translation> </message> <message> - <location filename="../Project.py" line="194" /> + <location filename="../Project.py" line="229" /> <source><b>Start Application (global)</b><p>Starts a new global Django application using "django-admin.py startapp".</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="204" /> + <location filename="../Project.py" line="239" /> <source>Start Application (local)</source> <translation>Uygulamayı Başlat (yerel)</translation> </message> <message> - <location filename="../Project.py" line="205" /> + <location filename="../Project.py" line="240" /> <source>Start Application (&local)</source> <translation>Uygulamayı Başlat (yere&l)</translation> </message> <message> - <location filename="../Project.py" line="208" /> + <location filename="../Project.py" line="247" /> <source>Starts a new local Django application</source> <translation>Yeni bir Django uygulaması başlat</translation> </message> <message> - <location filename="../Project.py" line="210" /> + <location filename="../Project.py" line="250" /> <source><b>Start Application (local)</b><p>Starts a new local Django application using "manage.py startapp".</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="224" /> + <location filename="../Project.py" line="264" /> <source>Run Server</source> <translation>Sunucuyu Çalıştır</translation> </message> <message> - <location filename="../Project.py" line="225" /> + <location filename="../Project.py" line="265" /> <source>Run &Server</source> <translation>&Sunucuyu Çalıştır</translation> </message> <message> - <location filename="../Project.py" line="228" /> + <location filename="../Project.py" line="271" /> <source>Starts the Django Web server</source> <translation>Django Web sunucusunu başlat</translation> </message> <message> - <location filename="../Project.py" line="230" /> + <location filename="../Project.py" line="273" /> <source><b>Run Server</b><p>Starts the Django Web server using "manage.py runserver".</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2050" /> - <location filename="../Project.py" line="239" /> + <location filename="../Project.py" line="2266" /> + <location filename="../Project.py" line="283" /> <source>Run Web-Browser</source> <translation>Web-Gözatıcısını Çalıştır</translation> </message> <message> - <location filename="../Project.py" line="240" /> + <location filename="../Project.py" line="284" /> <source>Run &Web-Browser</source> <translation>&Web-Gözatıcısını Çalıştır</translation> </message> <message> - <location filename="../Project.py" line="243" /> + <location filename="../Project.py" line="291" /> <source>Starts the default Web-Browser with the URL of the Django Web server</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="246" /> + <location filename="../Project.py" line="297" /> <source><b>Run Web-Browser</b><p>Starts the default Web-Browser with the URL of the Django Web server.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2720" /> - <location filename="../Project.py" line="259" /> + <location filename="../Project.py" line="2963" /> + <location filename="../Project.py" line="311" /> <source>Create Cache Tables</source> <translation type="unfinished">Gizli Tabloları Oluştur</translation> </message> <message> - <location filename="../Project.py" line="260" /> + <location filename="../Project.py" line="312" /> <source>C&reate Cache Tables</source> <translation type="unfinished">Gizli Tabloları Olu&ştur</translation> </message> <message> - <location filename="../Project.py" line="263" /> + <location filename="../Project.py" line="319" /> <source>Creates the tables needed to use the SQL cache backend</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="265" /> + <location filename="../Project.py" line="322" /> <source><b>Create Cache Tables</b><p>Creates the tables needed to use the SQL cache backend.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="279" /> + <location filename="../Project.py" line="336" /> <source>Help</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="280" /> + <location filename="../Project.py" line="336" /> <source>&Help</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="283" /> + <location filename="../Project.py" line="338" /> <source>Shows the Django help index</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="285" /> + <location filename="../Project.py" line="340" /> <source><b>Help</b><p>Shows the Django help index page.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1393" /> - <location filename="../Project.py" line="297" /> + <location filename="../Project.py" line="1585" /> + <location filename="../Project.py" line="350" /> <source>About Django</source> <translation>Django Hakkında</translation> </message> <message> - <location filename="../Project.py" line="298" /> + <location filename="../Project.py" line="351" /> <source>About D&jango</source> <translation>D&jango Hakkında</translation> </message> <message> - <location filename="../Project.py" line="301" /> + <location filename="../Project.py" line="357" /> <source>Shows some information about Django</source> <translation type="unfinished">Django hakkında bazı bilgileri göster</translation> </message> <message> - <location filename="../Project.py" line="303" /> + <location filename="../Project.py" line="359" /> <source><b>About Django</b><p>Shows some information about Django.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3441" /> - <location filename="../Project.py" line="316" /> - <location filename="../Project.py" line="315" /> + <location filename="../Project.py" line="3680" /> + <location filename="../Project.py" line="373" /> + <location filename="../Project.py" line="372" /> <source>Check Project</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="319" /> + <location filename="../Project.py" line="380" /> <source>Inspects the Django project for common problems</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="321" /> + <location filename="../Project.py" line="383" /> <source><b>Check Project</b><p>This inspects the Django project for common problems.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="341" /> + <location filename="../Project.py" line="404" /> <source>Current Database</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="345" /> + <location filename="../Project.py" line="406" /> <source>Selects the current database</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="347" /> + <location filename="../Project.py" line="408" /> <source><b>Current Database</b><p>Selects the database name to be used by all database actions. An empty database name indicates to use the default name.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="358" /> + <location filename="../Project.py" line="420" /> <source>Introspect</source> <translation>İçgözlem</translation> </message> <message> - <location filename="../Project.py" line="359" /> + <location filename="../Project.py" line="421" /> <source>&Introspect</source> <translation>&İçgözlem</translation> </message> <message> - <location filename="../Project.py" line="362" /> + <location filename="../Project.py" line="428" /> <source>Introspects the database tables and outputs a Django model module</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="365" /> + <location filename="../Project.py" line="431" /> <source><b>Introspect</b><p>Introspects the database tables and outputs a Django model module.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="374" /> + <location filename="../Project.py" line="441" /> <source>Flush</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="375" /> + <location filename="../Project.py" line="441" /> <source>&Flush</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="378" /> + <location filename="../Project.py" line="444" /> <source>Returns all database tables to the state just after their installation</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="381" /> + <location filename="../Project.py" line="450" /> <source><b>Flush</b><p>Returns all database tables to the state just after their installation.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="390" /> + <location filename="../Project.py" line="460" /> <source>Start Client Console</source> <translation>İstemci Uçbirimini Başlat</translation> </message> <message> - <location filename="../Project.py" line="391" /> + <location filename="../Project.py" line="461" /> <source>Start &Client Console</source> <translation>İstem&ci Uçbirimini Başlat</translation> </message> <message> - <location filename="../Project.py" line="394" /> + <location filename="../Project.py" line="468" /> <source>Starts a console window for the database client</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="396" /> + <location filename="../Project.py" line="471" /> <source><b>Start Client Console</b><p>Starts a console window for the database client.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2287" /> - <location filename="../Project.py" line="2190" /> - <location filename="../Project.py" line="408" /> + <location filename="../Project.py" line="2512" /> + <location filename="../Project.py" line="2415" /> + <location filename="../Project.py" line="484" /> <source>Flush Database</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="409" /> + <location filename="../Project.py" line="485" /> <source>&Flush Database</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="412" /> + <location filename="../Project.py" line="492" /> <source>Prints a list of statements to return all database tables to the state just after their installation</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="415" /> + <location filename="../Project.py" line="498" /> <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 type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2294" /> - <location filename="../Project.py" line="425" /> + <location filename="../Project.py" line="2519" /> + <location filename="../Project.py" line="508" /> <source>Reset Sequences</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="426" /> - <source>Reset &Sequences</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="429" /> - <source>Prints the SQL statements for resetting sequences for one or more applications</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="432" /> - <source><b>Reset Sequences</b><p>Prints the SQL statements for resetting sequences for one or more applications.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="442" /> - <source>Apply Migration</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="443" /> - <source>&Apply Migration</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="446" /> - <source>Prints the SQL statements to apply a migration of an application</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="449" /> - <source><b>Apply Migration</b><p>Prints the SQL statements to apply a migration of an application.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="459" /> - <source>Unapply Migration</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="460" /> - <source>&Unapply Migration</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="463" /> - <source>Prints the SQL statements to unapply a migration of an application</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="466" /> - <source><b>Unapply Migration</b><p>Prints the SQL statements to unapply a migration of an application.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="2622" /> - <location filename="../Project.py" line="480" /> - <source>Diff Settings</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="481" /> - <source>&Diff Settings</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="484" /> - <source>Shows the modification made to the settings</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="486" /> - <source><b>Diff Settings</b><p>Shows the modification made to the settings.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="494" /> - <source>Start Python Console</source> - <translation>Python Uçbirimini çalıştır</translation> - </message> - <message> - <location filename="../Project.py" line="495" /> - <source>Start &Python Console</source> - <translation>&Python Uçbinimini başlat</translation> - </message> - <message> - <location filename="../Project.py" line="498" /> - <source>Starts a Python interactive interpreter</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="500" /> - <source><b>Start Python Console</b><p>Starts a Python interactive interpreter.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="2678" /> - <location filename="../Project.py" line="508" /> - <source>Send Test Email</source> - <translation type="unfinished" /> - </message> - <message> <location filename="../Project.py" line="509" /> - <source>Send Test &Email</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="512" /> - <source>Send a test email through Django</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="514" /> - <source><b>Send Test Email</b><p>Sends a test email to confirm email sending through Django is working.</p></source> + <source>Reset &Sequences</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2749" /> - <location filename="../Project.py" line="527" /> - <source>Dump Data</source> - <translation>Boş Veri</translation> + <location filename="../Project.py" line="516" /> + <source>Prints the SQL statements for resetting sequences for one or more applications</source> + <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="528" /> - <source>&Dump Data</source> - <translation>B&oş Veri</translation> + <location filename="../Project.py" line="522" /> + <source><b>Reset Sequences</b><p>Prints the SQL statements for resetting sequences for one or more applications.</p></source> + <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="531" /> - <source>Dump the database data to a fixture</source> + <location filename="../Project.py" line="532" /> + <source>Apply Migration</source> <translation type="unfinished" /> </message> <message> <location filename="../Project.py" line="533" /> - <source><b>Dump Data</b><p>Dump the database data to a fixture.</p></source> + <source>&Apply Migration</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="540" /> + <source>Prints the SQL statements to apply a migration of an application</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2790" /> - <location filename="../Project.py" line="541" /> - <source>Load Data</source> - <translation>Veriyi Yükle</translation> - </message> - <message> - <location filename="../Project.py" line="542" /> - <source>&Load Data</source> - <translation>Veriyi Yük&le</translation> - </message> - <message> - <location filename="../Project.py" line="545" /> - <source>Load data from fixture files</source> + <location filename="../Project.py" line="543" /> + <source><b>Apply Migration</b><p>Prints the SQL statements to apply a migration of an application.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="547" /> - <source><b>Load Data</b><p>Load data from fixture files.</p></source> + <location filename="../Project.py" line="553" /> + <source>Unapply Migration</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="555" /> - <source>Run Testsuite</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="556" /> - <source>Run &Testsuite</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="559" /> - <source>Run the test suite for applications or the whole site</source> + <location filename="../Project.py" line="554" /> + <source>&Unapply Migration</source> <translation type="unfinished" /> </message> <message> <location filename="../Project.py" line="561" /> - <source><b>Run Testsuite</b><p>Run the test suite for applications or the whole site.</p></source> + <source>Prints the SQL statements to unapply a migration of an application</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="570" /> - <location filename="../Project.py" line="569" /> - <source>Run Testsuite (-Wall)</source> + <location filename="../Project.py" line="566" /> + <source><b>Unapply Migration</b><p>Prints the SQL statements to unapply a migration of an application.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="573" /> - <source>Run the test suite for applications or the whole site with activated deprecation warnings</source> + <location filename="../Project.py" line="2862" /> + <location filename="../Project.py" line="582" /> + <source>Diff Settings</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="576" /> - <source><b>Run Testsuite (-Wall)</b><p>Run the test suite for applications or the whole site with activated deprecation warnings.</p></source> + <location filename="../Project.py" line="583" /> + <source>&Diff Settings</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="586" /> - <source>Run Testserver</source> - <translation>Testsunucusunu Çalıştır</translation> - </message> - <message> - <location filename="../Project.py" line="587" /> - <source>Run Test&server</source> - <translation>Test&sunucusunu Çalıştır</translation> - </message> - <message> <location filename="../Project.py" line="590" /> - <source>Run a development server with data from a set of fixtures</source> + <source>Shows the modification made to the settings</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="592" /> - <source><b>Run Testserver</b><p>Run a development server with data from a set of fixtures.</p></source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="2949" /> - <location filename="../Project.py" line="605" /> - <source>Change Password</source> + <location filename="../Project.py" line="593" /> + <source><b>Diff Settings</b><p>Shows the modification made to the settings.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="606" /> - <source>Change &Password</source> - <translation type="unfinished" /> + <location filename="../Project.py" line="602" /> + <source>Start Python Console</source> + <translation>Python Uçbirimini çalıştır</translation> </message> <message> - <location filename="../Project.py" line="609" /> - <source>Change the password of a user</source> + <location filename="../Project.py" line="603" /> + <source>Start &Python Console</source> + <translation>&Python Uçbinimini başlat</translation> + </message> + <message> + <location filename="../Project.py" line="610" /> + <source>Starts a Python interactive interpreter</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="611" /> - <source><b>Change Password</b><p>Change the password of a user of the Django project.</p></source> + <location filename="../Project.py" line="613" /> + <source><b>Start Python Console</b><p>Starts a Python interactive interpreter.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="619" /> - <source>Create Superuser</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Project.py" line="620" /> - <source>Create &Superuser</source> + <location filename="../Project.py" line="2924" /> + <location filename="../Project.py" line="622" /> + <source>Send Test Email</source> <translation type="unfinished" /> </message> <message> <location filename="../Project.py" line="623" /> + <source>Send Test &Email</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="629" /> + <source>Send a test email through Django</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="631" /> + <source><b>Send Test Email</b><p>Sends a test email to confirm email sending through Django is working.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="2994" /> + <location filename="../Project.py" line="645" /> + <source>Dump Data</source> + <translation>Boş Veri</translation> + </message> + <message> + <location filename="../Project.py" line="646" /> + <source>&Dump Data</source> + <translation>B&oş Veri</translation> + </message> + <message> + <location filename="../Project.py" line="652" /> + <source>Dump the database data to a fixture</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="654" /> + <source><b>Dump Data</b><p>Dump the database data to a fixture.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="3037" /> + <location filename="../Project.py" line="660" /> + <source>Load Data</source> + <translation>Veriyi Yükle</translation> + </message> + <message> + <location filename="../Project.py" line="661" /> + <source>&Load Data</source> + <translation>Veriyi Yük&le</translation> + </message> + <message> + <location filename="../Project.py" line="667" /> + <source>Load data from fixture files</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="669" /> + <source><b>Load Data</b><p>Load data from fixture files.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="675" /> + <source>Run Testsuite</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="676" /> + <source>Run &Testsuite</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="683" /> + <source>Run the test suite for applications or the whole site</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="686" /> + <source><b>Run Testsuite</b><p>Run the test suite for applications or the whole site.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="696" /> + <location filename="../Project.py" line="695" /> + <source>Run Testsuite (-Wall)</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="703" /> + <source>Run the test suite for applications or the whole site with activated deprecation warnings</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="709" /> + <source><b>Run Testsuite (-Wall)</b><p>Run the test suite for applications or the whole site with activated deprecation warnings.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="721" /> + <source>Run Testserver</source> + <translation>Testsunucusunu Çalıştır</translation> + </message> + <message> + <location filename="../Project.py" line="722" /> + <source>Run Test&server</source> + <translation>Test&sunucusunu Çalıştır</translation> + </message> + <message> + <location filename="../Project.py" line="729" /> + <source>Run a development server with data from a set of fixtures</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="732" /> + <source><b>Run Testserver</b><p>Run a development server with data from a set of fixtures.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="3198" /> + <location filename="../Project.py" line="746" /> + <source>Change Password</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="747" /> + <source>Change &Password</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="753" /> + <source>Change the password of a user</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="755" /> + <source><b>Change Password</b><p>Change the password of a user of the Django project.</p></source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="764" /> + <source>Create Superuser</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="765" /> + <source>Create &Superuser</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="771" /> <source>Create a superuser account</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="625" /> + <location filename="../Project.py" line="773" /> <source><b>Create Superuser</b><p>Create a superuser account for the Django project.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3001" /> - <location filename="../Project.py" line="637" /> + <location filename="../Project.py" line="3252" /> + <location filename="../Project.py" line="786" /> <source>Clear Sessions</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="638" /> + <location filename="../Project.py" line="787" /> <source>Clear &Sessions</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="641" /> + <location filename="../Project.py" line="793" /> <source>Clear expired sessions</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="643" /> + <location filename="../Project.py" line="795" /> <source><b>Clear Sessions</b><p>Clear expired sessions of the Django project.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="655" /> + <location filename="../Project.py" line="808" /> <source>Show Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="656" /> + <location filename="../Project.py" line="809" /> <source>&Show Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="659" /> + <location filename="../Project.py" line="816" /> <source>Show a list of available migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="661" /> + <location filename="../Project.py" line="819" /> <source><b>Show Migrations</b><p>This shows a list of available migrations of the Django project and their status.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="670" /> + <location filename="../Project.py" line="829" /> <source>Show Migrations Plan</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="671" /> + <location filename="../Project.py" line="830" /> <source>Show Migrations &Plan</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="674" /> + <location filename="../Project.py" line="837" /> <source>Show a list with the migrations plan</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="676" /> + <location filename="../Project.py" line="840" /> <source><b>Show Migrations Plan</b><p>This shows a list with the migrations plan of the Django project.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="685" /> + <location filename="../Project.py" line="850" /> <source>Apply All Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="686" /> + <location filename="../Project.py" line="851" /> <source>&Apply All Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="689" /> + <location filename="../Project.py" line="857" /> <source>Apply all available migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="691" /> + <location filename="../Project.py" line="859" /> <source><b>Apply All Migrations</b><p>This applies all migrations of the Django project.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2398" /> - <location filename="../Project.py" line="700" /> - <location filename="../Project.py" line="699" /> + <location filename="../Project.py" line="2630" /> + <location filename="../Project.py" line="869" /> + <location filename="../Project.py" line="868" /> <source>Apply Selected Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="703" /> + <location filename="../Project.py" line="875" /> <source>Apply selected migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="705" /> + <location filename="../Project.py" line="877" /> <source><b>Apply Selected Migrations</b><p>This applies selected migrations of the Django project.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2460" /> - <location filename="../Project.py" line="2454" /> - <location filename="../Project.py" line="2421" /> - <location filename="../Project.py" line="715" /> + <location filename="../Project.py" line="2690" /> + <location filename="../Project.py" line="2683" /> + <location filename="../Project.py" line="2650" /> + <location filename="../Project.py" line="887" /> <source>Unapply Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="716" /> + <location filename="../Project.py" line="888" /> <source>&Unapply Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="719" /> + <location filename="../Project.py" line="894" /> <source>Unapply all migrations for an app</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="721" /> + <location filename="../Project.py" line="896" /> <source><b>Unapply Migrations</b><p>This unapplies all migrations for an app of the Django project.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2540" /> - <location filename="../Project.py" line="730" /> + <location filename="../Project.py" line="2777" /> + <location filename="../Project.py" line="906" /> <source>Make Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="731" /> + <location filename="../Project.py" line="907" /> <source>&Make Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="734" /> + <location filename="../Project.py" line="914" /> <source>Generate migrations for the project</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="736" /> + <location filename="../Project.py" line="917" /> <source><b>Make Migrations</b><p>This generates migrations for the Django project.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2588" /> - <location filename="../Project.py" line="2576" /> - <location filename="../Project.py" line="744" /> + <location filename="../Project.py" line="2826" /> + <location filename="../Project.py" line="2817" /> + <location filename="../Project.py" line="926" /> <source>Squash Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="745" /> + <location filename="../Project.py" line="927" /> <source>S&quash Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="748" /> + <location filename="../Project.py" line="934" /> <source>Squash migrations of an application of the project</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="750" /> + <location filename="../Project.py" line="937" /> <source><b>Squash Migrations</b><p>This squashes migrations of an application of the Django project.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="767" /> + <location filename="../Project.py" line="955" /> <source>D&jango</source> <translation>D&jango</translation> </message> <message> - <location filename="../Project.py" line="809" /> + <location filename="../Project.py" line="997" /> <source>&Database</source> <translation>&Veritabanı</translation> </message> <message> - <location filename="../Project.py" line="833" /> + <location filename="../Project.py" line="1021" /> <source>Show &SQL</source> <translation>&SQL u göster</translation> </message> <message> - <location filename="../Project.py" line="853" /> + <location filename="../Project.py" line="1041" /> <source>&Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="878" /> + <location filename="../Project.py" line="1066" /> <source>&Tools</source> <translation>&Araçlar</translation> </message> <message> - <location filename="../Project.py" line="898" /> + <location filename="../Project.py" line="1086" /> <source>T&esting</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="919" /> + <location filename="../Project.py" line="1107" /> <source>&Authorization</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="936" /> + <location filename="../Project.py" line="1124" /> <source>&Session</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="984" /> + <location filename="../Project.py" line="1172" /> <source>Open with {0}</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1000" /> + <location filename="../Project.py" line="1186" /> <source>New template...</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1009" /> + <location filename="../Project.py" line="1196" /> <source>Update all catalogs</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1013" /> + <location filename="../Project.py" line="1201" /> <source>Update selected catalogs</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1016" /> + <location filename="../Project.py" line="1206" /> <source>Update all catalogs (with obsolete)</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1020" /> + <location filename="../Project.py" line="1211" /> <source>Update selected catalogs (with obsolete)</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1023" /> + <location filename="../Project.py" line="1214" /> <source>Compile all catalogs</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1027" /> + <location filename="../Project.py" line="1219" /> <source>Compile selected catalogs</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1120" /> - <location filename="../Project.py" line="1088" /> - <location filename="../Project.py" line="1069" /> + <location filename="../Project.py" line="1255" /> + <source>HTML Files (*.html);;HTML Files (*.htm);;All Files (*)</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="../Project.py" line="1311" /> + <location filename="../Project.py" line="1280" /> + <location filename="../Project.py" line="1260" /> <source>New Form</source> <translation>Yeni Form</translation> </message> <message> - <location filename="../Project.py" line="1089" /> + <location filename="../Project.py" line="1281" /> <source>The file already exists! Overwrite it?</source> <translation>Bu dosya halihazırda var! Üzerine yazılsın mı?</translation> </message> <message> - <location filename="../Project.py" line="1121" /> + <location filename="../Project.py" line="1312" /> <source><p>The new form file <b>{0}</b> could not be created.<br> Problem: {1}</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1394" /> + <location filename="../Project.py" line="1586" /> <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="{1}">{1}</a></td></tr></table></p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1467" /> + <location filename="../Project.py" line="1663" /> <source>Select Applications</source> <translation>Uygulamayı Seç</translation> </message> <message> - <location filename="../Project.py" line="1468" /> + <location filename="../Project.py" line="1664" /> <source>Enter the list of applications separated by spaces.</source> <translation>Uygulamaların listesin boşluklarla ayırarak giriniz.</translation> </message> <message> - <location filename="../Project.py" line="1933" /> - <location filename="../Project.py" line="1652" /> + <location filename="../Project.py" line="2147" /> + <location filename="../Project.py" line="1850" /> <source>Project</source> <translation>Proje</translation> </message> <message> - <location filename="../Project.py" line="1653" /> + <location filename="../Project.py" line="1851" /> <source>Application</source> <translation>Uygulama</translation> </message> <message> - <location filename="../Project.py" line="1657" /> + <location filename="../Project.py" line="1855" /> <source>Start Django</source> <translation>Djangoyu Başlat</translation> </message> <message> - <location filename="../Project.py" line="1658" /> + <location filename="../Project.py" line="1856" /> <source>Select if this project should be a Django Project or Application.<br />Select the empty entry for none.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1750" /> - <location filename="../Project.py" line="1684" /> + <location filename="../Project.py" line="1958" /> + <location filename="../Project.py" line="1886" /> <source>Start Django Project</source> <translation>Django Projesini Başlat</translation> </message> <message> - <location filename="../Project.py" line="1692" /> + <location filename="../Project.py" line="1894" /> <source><p>The Django project path <b>{0}</b> exists already. Shall it be removed and recreated?</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1699" /> + <location filename="../Project.py" line="1904" /> <source><p>Please add the files to the eric project manually.</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1796" /> - <location filename="../Project.py" line="1715" /> + <location filename="../Project.py" line="2005" /> + <location filename="../Project.py" line="1923" /> <source><p>The <b>django-admin.py</b> script is not in the path. Aborting...</p></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1724" /> + <location filename="../Project.py" line="1934" /> <source>Django project created successfully.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1751" /> + <location filename="../Project.py" line="1959" /> <source>Enter the name of the new Django project.</source> <translation>Yeni Django projesinin adını giriniz.</translation> </message> <message> - <location filename="../Project.py" line="1778" /> + <location filename="../Project.py" line="1987" /> <source>Start Django Application</source> <translation>Django Uygulamasını Başlat</translation> </message> <message> - <location filename="../Project.py" line="1812" /> + <location filename="../Project.py" line="2023" /> <source>Django application created successfully.</source> <translation>Django uygulaması başarıyla oluşturuldu.</translation> </message> <message> - <location filename="../Project.py" line="1824" /> + <location filename="../Project.py" line="2036" /> <source>Start Global Django Application</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1825" /> + <location filename="../Project.py" line="2037" /> <source>Enter the name of the new global Django application.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1846" /> + <location filename="../Project.py" line="2058" /> <source>Start Local Django Application</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1847" /> + <location filename="../Project.py" line="2059" /> <source>Enter the name of the new local Django application.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1896" /> + <location filename="../Project.py" line="2109" /> <source>Select Project</source> <translation>Projeyi Seç</translation> </message> <message> - <location filename="../Project.py" line="1897" /> + <location filename="../Project.py" line="2110" /> <source>Select the Django project to work with.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="1931" /> + <location filename="../Project.py" line="2145" /> <source>None</source> <translation>Yok</translation> </message> <message> - <location filename="../Project.py" line="1937" /> + <location filename="../Project.py" line="2151" /> <source>&Current Django project ({0})</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3398" /> - <location filename="../Project.py" line="2990" /> - <location filename="../Project.py" line="2967" /> - <location filename="../Project.py" line="2919" /> - <location filename="../Project.py" line="2870" /> - <location filename="../Project.py" line="2671" /> - <location filename="../Project.py" line="2235" /> - <location filename="../Project.py" line="2004" /> + <location filename="../Project.py" line="3633" /> + <location filename="../Project.py" line="3240" /> + <location filename="../Project.py" line="3216" /> + <location filename="../Project.py" line="3167" /> + <location filename="../Project.py" line="3117" /> + <location filename="../Project.py" line="2914" /> + <location filename="../Project.py" line="2460" /> + <location filename="../Project.py" line="2219" /> <source>Process Generation Error</source> <translation>İşlem Üretecinde Hata</translation> </message> <message> - <location filename="../Project.py" line="2005" /> + <location filename="../Project.py" line="2220" /> <source>The Django server could not be started.</source> <translation>Django sunucusu başlatılamadı.</translation> </message> <message> - <location filename="../Project.py" line="2051" /> + <location filename="../Project.py" line="2267" /> <source>Could not start the web-browser for the url "{0}".</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2119" /> + <location filename="../Project.py" line="2341" /> <source>Database Name</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2120" /> + <location filename="../Project.py" line="2342" /> <source>Select a database name (leave empty for default):</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2139" /> + <location filename="../Project.py" line="2363" /> <source><default></source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2141" /> + <location filename="../Project.py" line="2365" /> <source>&Current Database ({0})</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2161" /> + <location filename="../Project.py" line="2386" /> <source>Introspect Database</source> <translation>Veritabanı İnceleme</translation> </message> <message> - <location filename="../Project.py" line="2195" /> + <location filename="../Project.py" line="2420" /> <source>Flushing the database will destroy all data. Are you sure?</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2208" /> + <location filename="../Project.py" line="2432" /> <source>Database tables flushed successfully.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2991" /> - <location filename="../Project.py" line="2968" /> - <location filename="../Project.py" line="2871" /> - <location filename="../Project.py" line="2672" /> - <location filename="../Project.py" line="2236" /> + <location filename="../Project.py" line="3241" /> + <location filename="../Project.py" line="3217" /> + <location filename="../Project.py" line="3118" /> + <location filename="../Project.py" line="2915" /> + <location filename="../Project.py" line="2461" /> <source>The Django process could not be started.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2340" /> - <location filename="../Project.py" line="2274" /> + <location filename="../Project.py" line="2563" /> + <location filename="../Project.py" line="2500" /> <source>SQL Files (*.sql)</source> <translation>SQL Dosyaları (*.sql)</translation> </message> <message> - <location filename="../Project.py" line="2318" /> - <location filename="../Project.py" line="2314" /> + <location filename="../Project.py" line="2544" /> + <location filename="../Project.py" line="2540" /> <source>SQL Migrate</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2577" /> - <location filename="../Project.py" line="2455" /> - <location filename="../Project.py" line="2399" /> - <location filename="../Project.py" line="2315" /> + <location filename="../Project.py" line="2818" /> + <location filename="../Project.py" line="2684" /> + <location filename="../Project.py" line="2631" /> + <location filename="../Project.py" line="2540" /> <source>No migrations available.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2423" /> + <location filename="../Project.py" line="2652" /> <source>Apply Migrations</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2461" /> + <location filename="../Project.py" line="2691" /> <source>Select an application:</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2705" /> + <location filename="../Project.py" line="2948" /> <source>Test Email sent successfully.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2706" /> + <location filename="../Project.py" line="2949" /> <source>Test Email could not be sent.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2736" /> + <location filename="../Project.py" line="2978" /> <source>Cache tables created successfully.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="2774" /> + <location filename="../Project.py" line="3018" /> <source>JSON Files (*.json)</source> <translation>JSON Dosyaları (*.json)</translation> </message> <message> - <location filename="../Project.py" line="2776" /> + <location filename="../Project.py" line="3020" /> <source>XML Files (*.xml)</source> <translation>XML Dosyaları (*.xml)</translation> </message> <message> - <location filename="../Project.py" line="2778" /> + <location filename="../Project.py" line="3022" /> <source>YAML Files (*.yaml)</source> <translation>YAML Dosyaları (*.yaml)</translation> </message> <message> - <location filename="../Project.py" line="2920" /> + <location filename="../Project.py" line="3168" /> <source>The Django test server could not be started.</source> <translation>Django testsunucusu çalıştırılamadı.</translation> </message> <message> - <location filename="../Project.py" line="2950" /> + <location filename="../Project.py" line="3199" /> <source>Enter the name of the user:</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3015" /> + <location filename="../Project.py" line="3265" /> <source>Expired sessions cleared successfully.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3092" /> + <location filename="../Project.py" line="3341" /> <source>Initializing message catalog for '{0}'</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3363" /> - <location filename="../Project.py" line="3301" /> - <location filename="../Project.py" line="3275" /> - <location filename="../Project.py" line="3242" /> - <location filename="../Project.py" line="3189" /> - <location filename="../Project.py" line="3141" /> - <location filename="../Project.py" line="3108" /> + <location filename="../Project.py" line="3599" /> + <location filename="../Project.py" line="3540" /> + <location filename="../Project.py" line="3514" /> + <location filename="../Project.py" line="3482" /> + <location filename="../Project.py" line="3431" /> + <location filename="../Project.py" line="3386" /> + <location filename="../Project.py" line="3355" /> <source>No current site selected or no site created yet. Aborting...</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3114" /> + <location filename="../Project.py" line="3360" /> <source> Message catalog initialized successfully.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3227" /> - <location filename="../Project.py" line="3133" /> + <location filename="../Project.py" line="3467" /> + <location filename="../Project.py" line="3378" /> <source>Updating message catalogs</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3324" /> - <location filename="../Project.py" line="3210" /> - <location filename="../Project.py" line="3163" /> + <location filename="../Project.py" line="3560" /> + <location filename="../Project.py" line="3449" /> + <location filename="../Project.py" line="3405" /> <source>No locales detected. Aborting...</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3281" /> - <location filename="../Project.py" line="3248" /> - <location filename="../Project.py" line="3215" /> - <location filename="../Project.py" line="3168" /> + <location filename="../Project.py" line="3519" /> + <location filename="../Project.py" line="3487" /> + <location filename="../Project.py" line="3454" /> + <location filename="../Project.py" line="3410" /> <source> Message catalogs updated successfully.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3260" /> - <location filename="../Project.py" line="3180" /> + <location filename="../Project.py" line="3500" /> + <location filename="../Project.py" line="3423" /> <source>Updating message catalogs (keeping obsolete messages)</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3348" /> - <location filename="../Project.py" line="3293" /> + <location filename="../Project.py" line="3584" /> + <location filename="../Project.py" line="3532" /> <source>Compiling message catalogs</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3369" /> - <location filename="../Project.py" line="3329" /> + <location filename="../Project.py" line="3604" /> + <location filename="../Project.py" line="3565" /> <source> Message catalogs compiled successfully.</source> <translation type="unfinished" /> </message> <message> - <location filename="../Project.py" line="3399" /> + <location filename="../Project.py" line="3634" /> <source>The translations editor process ({0}) could not be started.</source> <translation type="unfinished" /> </message> @@ -2018,9 +2023,9 @@ <context> <name>ProjectDjangoPlugin</name> <message> - <location filename="../../PluginProjectDjango.py" line="422" /> - <location filename="../../PluginProjectDjango.py" line="201" /> - <location filename="../../PluginProjectDjango.py" line="90" /> + <location filename="../../PluginProjectDjango.py" line="439" /> + <location filename="../../PluginProjectDjango.py" line="203" /> + <location filename="../../PluginProjectDjango.py" line="92" /> <source>Django</source> <translation>Django(jango)</translation> </message>