ProjectDjango/i18n/django_en.ts

changeset 3
fbae2b012fac
child 4
81c2943be6b6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ProjectDjango/i18n/django_en.ts	Sun Mar 24 13:26:59 2013 +0100
@@ -0,0 +1,1105 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="en_US">
+<context>
+    <name>DjangoDialog</name>
+    <message>
+        <location filename="ProjectDjango/DjangoDialog.ui" line="14"/>
+        <source>Django</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/DjangoDialog.ui" line="35"/>
+        <source>Output</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/DjangoDialog.ui" line="63"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/DjangoDialog.py" line="169"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/DjangoDialog.py" line="169"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/DjangoDialog.py" line="246"/>
+        <source>Select data file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/DjangoDialog.py" line="267"/>
+        <source>Error saving data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/DjangoDialog.py" line="267"/>
+        <source>&lt;p&gt;The data could not be written to &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
+    <name>DjangoDumpdataDataDialog</name>
+    <message>
+        <location filename="ProjectDjango/DjangoDumpdataDataDialog.ui" line="20"/>
+        <source>dumpdata Command Options</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/DjangoDumpdataDataDialog.ui" line="35"/>
+        <source>Applications</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/DjangoDumpdataDataDialog.ui" line="53"/>
+        <source>Enter the list of applications separated by spaces. Leave empty for all.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/DjangoDumpdataDataDialog.ui" line="70"/>
+        <source>Exclude Applications</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/DjangoDumpdataDataDialog.ui" line="76"/>
+        <source>Enter the list of applications separated by spaces.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/DjangoDumpdataDataDialog.ui" line="93"/>
+        <source>Dump Format</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/DjangoDumpdataDataDialog.ui" line="99"/>
+        <source>Serialization Format:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/DjangoDumpdataDataDialog.ui" line="126"/>
+        <source>Indentation Level:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/DjangoDumpdataDataDialog.ui" line="133"/>
+        <source>Enter the indentation level to be used when pretty-printing output</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/DjangoDumpdataDataDialog.py" line="38"/>
+        <source>JSON</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/DjangoDumpdataDataDialog.py" line="39"/>
+        <source>XML</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/DjangoDumpdataDataDialog.py" line="42"/>
+        <source>YAML</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
+    <name>DjangoLoaddataDataDialog</name>
+    <message>
+        <location filename="ProjectDjango/DjangoLoaddataDataDialog.ui" line="20"/>
+        <source>loaddata Command Options</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/DjangoLoaddataDataDialog.ui" line="29"/>
+        <source>Enter the list of fixture patterns or the path of a fixture file.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/DjangoLoaddataDataDialog.ui" line="39"/>
+        <source>Select a fixture file via a file selection dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/DjangoLoaddataDataDialog.ui" line="42"/>
+        <source>...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/DjangoLoaddataDataDialog.py" line="50"/>
+        <source>JSON Files (*.json);;XML Files (*.xml);;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/DjangoLoaddataDataDialog.py" line="53"/>
+        <source>YAML Files (*.yaml);;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/DjangoLoaddataDataDialog.py" line="56"/>
+        <source>All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/DjangoLoaddataDataDialog.py" line="58"/>
+        <source>Select fixture file</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
+    <name>DjangoPage</name>
+    <message>
+        <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="17"/>
+        <source>&lt;b&gt;Configure Django&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="37"/>
+        <source>Console Commands</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="43"/>
+        <source>Console Command:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="56"/>
+        <source>Enter the console command</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="66"/>
+        <source>Console Command (non-closing):</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="79"/>
+        <source>Enter the console command for a non-closing console</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="89"/>
+        <source>&lt;b&gt;Note:&lt;/b&gt; The console command for a console, that is spawning (i.e. exits before the console window is closed), should be prefixed by an &apos;@&apos; character.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="102"/>
+        <source>Server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="114"/>
+        <source>Server Address:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="121"/>
+        <source>Enter the server port or server address and port (e.g. 127.0.0.1:8000)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="131"/>
+        <source>Recent Applications Lists</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="145"/>
+        <source>Number of recent applications lists:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="152"/>
+        <source>Enter the number of recent applications to remember</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="186"/>
+        <source>Django Python Console</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="198"/>
+        <source>Select to use plain Python instead of IPython</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/ConfigurationPage/DjangoPage.ui" line="201"/>
+        <source>Use plain Python instead of IPython</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
+    <name>Project</name>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="72"/>
+        <source>Current Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="76"/>
+        <source>Selects the current project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="78"/>
+        <source>&lt;b&gt;Current Project&lt;/b&gt;&lt;p&gt;Selects the current project. Used for multi-project Django projects to switch between the projects.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="91"/>
+        <source>Start Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="91"/>
+        <source>Start &amp;Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="95"/>
+        <source>Starts a new Django project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="97"/>
+        <source>&lt;b&gt;Start Project&lt;/b&gt;&lt;p&gt;Starts a new Django project using &quot;django-admin.py startproject&quot;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="104"/>
+        <source>Start Application (global)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="104"/>
+        <source>Start Application (&amp;global)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="109"/>
+        <source>Starts a new global Django application</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="111"/>
+        <source>&lt;b&gt;Start Application (global)&lt;/b&gt;&lt;p&gt;Starts a new global Django application using &quot;django-admin.py startapp&quot;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="120"/>
+        <source>Start Application (local)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="120"/>
+        <source>Start Application (&amp;local)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="125"/>
+        <source>Starts a new local Django application</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="127"/>
+        <source>&lt;b&gt;Start Application (local)&lt;/b&gt;&lt;p&gt;Starts a new local Django application using &quot;manage.py startapp&quot;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="140"/>
+        <source>Run Server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="140"/>
+        <source>Run &amp;Server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="144"/>
+        <source>Starts the Django Web server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="146"/>
+        <source>&lt;b&gt;Run Server&lt;/b&gt;&lt;p&gt;Starts the Django Web server using &quot;manage.py runserver&quot;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1218"/>
+        <source>Run Web-Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="153"/>
+        <source>Run &amp;Web-Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="157"/>
+        <source>Starts the default Web-Browser with the URL of the Django Web server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="159"/>
+        <source>&lt;b&gt;Run Web-Browser&lt;/b&gt;&lt;p&gt;Starts the default Web-Browser with the URL of the Django Web server.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1508"/>
+        <source>Create Cache Tables</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="171"/>
+        <source>C&amp;reate Cache Tables</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="175"/>
+        <source>Creates the tables needed to use the SQL cache backend</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="177"/>
+        <source>&lt;b&gt;Create Cache Tables&lt;/b&gt;&lt;p&gt;Creates the tables needed to use the SQL cache backend.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="188"/>
+        <source>Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="188"/>
+        <source>&amp;Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="192"/>
+        <source>Shows the Django help index</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="194"/>
+        <source>&lt;b&gt;Help&lt;/b&gt;&lt;p&gt;Shows the Django help index page.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="758"/>
+        <source>About Django</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="205"/>
+        <source>About D&amp;jango</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="209"/>
+        <source>Shows some information about Django</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="211"/>
+        <source>&lt;b&gt;About Django&lt;/b&gt;&lt;p&gt;Shows some information about Django.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="227"/>
+        <source>Synchronize</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="227"/>
+        <source>&amp;Synchronize</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="231"/>
+        <source>Synchronizes the database</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="233"/>
+        <source>&lt;b&gt;Synchronize&lt;/b&gt;&lt;p&gt;Synchronizes the database.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="240"/>
+        <source>Introspect</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="240"/>
+        <source>&amp;Introspect</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="244"/>
+        <source>Introspects the database tables and outputs a Django model module</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="246"/>
+        <source>&lt;b&gt;Introspect&lt;/b&gt;&lt;p&gt;Introspects the database tables and outputs a Django model module.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="254"/>
+        <source>Flush</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="254"/>
+        <source>&amp;Flush</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="258"/>
+        <source>Returns all database tables to the state just after their installation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="260"/>
+        <source>&lt;b&gt;Flush&lt;/b&gt;&lt;p&gt;Returns all database tables to the state just after their installation.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="268"/>
+        <source>Start Client Console</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="268"/>
+        <source>Start &amp;Client Console</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="272"/>
+        <source>Starts a console window for the database client</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="274"/>
+        <source>&lt;b&gt;Start Client Console&lt;/b&gt;&lt;p&gt;Starts a console window for the database client.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1364"/>
+        <source>Create Tables</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="285"/>
+        <source>Create &amp;Tables</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="289"/>
+        <source>Prints the CREATE TABLE SQL statements for one or more applications</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="291"/>
+        <source>&lt;b&gt;Create Tables&lt;/b&gt;&lt;p&gt;Prints the CREATE TABLE SQL statements for one or more applications.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1371"/>
+        <source>Create Indexes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="300"/>
+        <source>Create &amp;Indexes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="304"/>
+        <source>Prints the CREATE INDEX SQL statements for one or more applications</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="306"/>
+        <source>&lt;b&gt;Create Indexes&lt;/b&gt;&lt;p&gt;Prints the CREATE INDEX SQL statements for one or more applications.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1378"/>
+        <source>Create Everything</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="315"/>
+        <source>Create &amp;Everything</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="319"/>
+        <source>Prints the CREATE ... SQL statements for one or more applications</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="321"/>
+        <source>&lt;b&gt;Create Everything&lt;/b&gt;&lt;p&gt;Prints the CREATE TABLE, custom SQL and CREATE INDEX SQL statements for one or more applications.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1385"/>
+        <source>Custom Statements</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="330"/>
+        <source>&amp;Custom Statements</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="334"/>
+        <source>Prints the custom table modifying SQL statements for one or more applications</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="337"/>
+        <source>&lt;b&gt;Custom Statements&lt;/b&gt;&lt;p&gt;Prints the custom table modifying SQL statements for one or more applications.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1392"/>
+        <source>Drop Tables</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="346"/>
+        <source>&amp;Drop Tables</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="350"/>
+        <source>Prints the DROP TABLE SQL statements for one or more applications</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="353"/>
+        <source>&lt;b&gt;Drop Tables&lt;/b&gt;&lt;p&gt;Prints the DROP TABLE SQL statements for one or more applications.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1399"/>
+        <source>Flush Database</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="362"/>
+        <source>&amp;Flush Database</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="366"/>
+        <source>Prints a list of statements to return all database tables to the state just after their installation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="369"/>
+        <source>&lt;b&gt;Flush Database&lt;/b&gt;&lt;p&gt;Prints a list of statements to return all database tables to the state just after their installation.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1406"/>
+        <source>Reset Sequences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="378"/>
+        <source>Reset &amp;Sequences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="382"/>
+        <source>Prints the SQL statements for resetting sequences for one or more applications</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="385"/>
+        <source>&lt;b&gt;Reset Sequences&lt;/b&gt;&lt;p&gt;Prints the SQL statements for resetting sequences for one or more applications.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1416"/>
+        <source>Diff Settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="398"/>
+        <source>&amp;Diff Settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="402"/>
+        <source>Shows the modification made to the settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="404"/>
+        <source>&lt;b&gt;Diff Settings&lt;/b&gt;&lt;p&gt;Shows the modification made to the settings.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1437"/>
+        <source>Cleanup</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="411"/>
+        <source>&amp;Cleanup</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="415"/>
+        <source>Cleans out old data from the database</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="417"/>
+        <source>&lt;b&gt;Cleanup&lt;/b&gt;&lt;p&gt;Cleans out old data from the database.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1459"/>
+        <source>Validate</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="424"/>
+        <source>&amp;Validate</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="428"/>
+        <source>Validates all installed models</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="430"/>
+        <source>&lt;b&gt;Validate&lt;/b&gt;&lt;p&gt;Validates all installed models.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="437"/>
+        <source>Start Python Console</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="437"/>
+        <source>Start &amp;Python Console</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="441"/>
+        <source>Starts a Python interactive interpreter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="443"/>
+        <source>&lt;b&gt;Start Python Console&lt;/b&gt;&lt;p&gt;Starts a Python interactive interpreter.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1543"/>
+        <source>Dump Data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="454"/>
+        <source>&amp;Dump Data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="458"/>
+        <source>Dump the database data to a fixture</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="460"/>
+        <source>&lt;b&gt;Dump Data&lt;/b&gt;&lt;p&gt;Dump the database data to a fixture.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1582"/>
+        <source>Load Data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="467"/>
+        <source>&amp;Load Data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="471"/>
+        <source>Load data from fixture files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="473"/>
+        <source>&lt;b&gt;Load Data&lt;/b&gt;&lt;p&gt;Load data from fixture files.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="480"/>
+        <source>Run Testsuite</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="480"/>
+        <source>Run &amp;Testsuite</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="484"/>
+        <source>Run the test suite for applications or the whole site</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="486"/>
+        <source>&lt;b&gt;Run Testsuite&lt;/b&gt;&lt;p&gt;Run the test suite for applications or the whole site.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="493"/>
+        <source>Run Testserver</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="493"/>
+        <source>Run Test&amp;server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="497"/>
+        <source>Run a development server with data from a set of fixtures</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="499"/>
+        <source>&lt;b&gt;Run Testserver&lt;/b&gt;&lt;p&gt;Run a development server with data from a set of fixtures.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="512"/>
+        <source>D&amp;jango</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="546"/>
+        <source>&amp;Database</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="567"/>
+        <source>Show &amp;SQL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="589"/>
+        <source>&amp;Tools</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="606"/>
+        <source>T&amp;esting</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="628"/>
+        <source>New template...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="635"/>
+        <source>Update all catalogs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="637"/>
+        <source>Update selected catalogs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="639"/>
+        <source>Update all catalogs (with obsolete)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="642"/>
+        <source>Update selected catalogs (with obsolete)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="645"/>
+        <source>Compile all catalogs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="647"/>
+        <source>Compile selected catalogs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="728"/>
+        <source>New Form</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="698"/>
+        <source>The file already exists! Overwrite it?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="728"/>
+        <source>&lt;p&gt;The new form file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br&gt;Problem: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="758"/>
+        <source>&lt;p&gt;Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.&lt;/p&gt;&lt;p&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Version:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;URL:&lt;/td&gt;&lt;td&gt;&lt;a href=&quot;http://www.djangoproject.com&quot;&gt;http://www.djangoproject.com&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="786"/>
+        <source>Select Applications</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="786"/>
+        <source>Enter the list of applications separated by spaces.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1124"/>
+        <source>Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="890"/>
+        <source>Application</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="892"/>
+        <source>Start Django</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="892"/>
+        <source>Select if this project should be a Django Project or Application.&lt;br /&gt;Select the empty entry for none.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="956"/>
+        <source>Start Django Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="934"/>
+        <source>Django project created successfully.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="956"/>
+        <source>Enter the name of the new Django project.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="982"/>
+        <source>Start Django Application</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1007"/>
+        <source>Django application created successfully.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1018"/>
+        <source>Start Global Django Application</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1018"/>
+        <source>Enter the name of the new global Django application.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1037"/>
+        <source>Start Local Django Application</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1037"/>
+        <source>Enter the name of the new local Django application.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1088"/>
+        <source>Select Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1088"/>
+        <source>Select the Django project to work with.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1122"/>
+        <source>None</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1127"/>
+        <source>&amp;Current Django project ({0})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1666"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1186"/>
+        <source>The Django server could not be started.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1218"/>
+        <source>Could not start the web-browser for the url &quot;{0}&quot;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1626"/>
+        <source>The Django process could not be started.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1253"/>
+        <source>Introspect Database</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1282"/>
+        <source>Flushing the database will destroy all data. Are you sure?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1292"/>
+        <source>Database tables flushed successfully.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1351"/>
+        <source>SQL Files (*.sql)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1449"/>
+        <source>Database cleaned up successfully.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1515"/>
+        <source>Enter the names of the cache tables separated by spaces.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1529"/>
+        <source>Cache tables created successfully.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1566"/>
+        <source>JSON Files (*.json)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1568"/>
+        <source>XML Files (*.xml)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1570"/>
+        <source>YAML Files (*.yaml)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1666"/>
+        <source>The Django test server could not be started.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1745"/>
+        <source>Initializing message catalog for &apos;{0}&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1987"/>
+        <source>No current site selected or no site created yet. Aborting...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1763"/>
+        <source>
+Message catalog initialized successfully.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1867"/>
+        <source>Updating message catalogs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1953"/>
+        <source>No locales detected. Aborting...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1915"/>
+        <source>
+Message catalogs updated successfully.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1898"/>
+        <source>Updating message catalogs (keeping obsolete messages)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1977"/>
+        <source>Compiling message catalogs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="ProjectDjango/Project.py" line="1993"/>
+        <source>
+Message catalogs compiled successfully.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
+    <name>ProjectDjangoPlugin</name>
+    <message>
+        <location filename="PluginProjectDjango.py" line="191"/>
+        <source>Django</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="PluginProjectDjango.py" line="159"/>
+        <source>eric5 version is too old, {0}, {1} or newer needed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+</TS>

eric ide

mercurial