Sat, 22 Oct 2016 17:09:08 +0200
Finished the refactoring of the Mercurial user config management code.
--- a/APIs/Python3/eric6.api Fri Oct 21 23:14:16 2016 +0200 +++ b/APIs/Python3/eric6.api Sat Oct 22 17:09:08 2016 +0200 @@ -122,7 +122,6 @@ eric6.DebugClients.Python.AsyncFile.AsyncFile.fileno?4() eric6.DebugClients.Python.AsyncFile.AsyncFile.flush?4() eric6.DebugClients.Python.AsyncFile.AsyncFile.isatty?4() -eric6.DebugClients.Python.AsyncFile.AsyncFile.maxbuffersize?7 eric6.DebugClients.Python.AsyncFile.AsyncFile.maxtries?7 eric6.DebugClients.Python.AsyncFile.AsyncFile.pendingWrite?4() eric6.DebugClients.Python.AsyncFile.AsyncFile.read?4(size=-1) @@ -5000,10 +4999,18 @@ eric6.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.HgTagDialog.on_tagCombo_currentIndexChanged?4(index) eric6.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.HgTagDialog.on_tagCombo_editTextChanged?4(text) eric6.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.HgTagDialog?1(taglist, revision=None, tagName=None, parent=None) -eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfig._UserEditor?8 -eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfig.hgEditUserConfig?4(version=(0, 0)) -eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDataDialog.HgUserConfigDataDialog.getData?4() -eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDataDialog.HgUserConfigDataDialog?1(version=(0, 0), parent=None) +eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.HgUserConfigDialog.accept?4() +eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.HgUserConfigDialog.eventFilter?4(watched, event) +eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.HgUserConfigDialog.on_editorButton_clicked?4() +eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.HgUserConfigDialog.on_fingerprintsList_currentItemChanged?4(current, previous) +eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.HgUserConfigDialog.on_fpAddButton_clicked?4() +eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.HgUserConfigDialog.on_fpDeleteButton_clicked?4() +eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.HgUserConfigDialog.on_fpEditButton_clicked?4() +eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.HgUserConfigDialog.readUserConfig?4() +eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.HgUserConfigDialog.writeUserConfig?4() +eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.HgUserConfigDialog?1(version=(0, 0), parent=None) +eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigHostFingerprintDialog.HgUserConfigHostFingerprintDialog.getData?4() +eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigHostFingerprintDialog.HgUserConfigHostFingerprintDialog?1(parent=None, host="", fingerprint="") eric6.Plugins.VcsPlugins.vcsMercurial.HgUtilities.getConfigPath?4() eric6.Plugins.VcsPlugins.vcsMercurial.HgUtilities.prepareProcess?4(proc, encoding="", language="") eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfConvertDataDialog.LfConvertDataDialog.getData?4()
--- a/APIs/Python3/eric6.bas Fri Oct 21 23:14:16 2016 +0200 +++ b/APIs/Python3/eric6.bas Sat Oct 22 17:09:08 2016 +0200 @@ -399,7 +399,8 @@ HgTagBranchListDialog QDialog Ui_HgTagBranchListDialog HgTagDialog QDialog Ui_HgTagDialog HgUnshelveDataDialog QDialog Ui_HgUnshelveDataDialog -HgUserConfigDataDialog QDialog Ui_HgUserConfigDataDialog +HgUserConfigDialog QDialog Ui_HgUserConfigDialog +HgUserConfigHostFingerprintDialog QDialog Ui_HgUserConfigHostFingerprintDialog HighlightingStylesReader XMLStreamReaderBase HighlightingStylesWriter XMLStreamWriterBase HistoryCompleter QCompleter
--- a/Documentation/Help/source.qhp Fri Oct 21 23:14:16 2016 +0200 +++ b/Documentation/Help/source.qhp Sat Oct 22 17:09:08 2016 +0200 @@ -608,8 +608,8 @@ <section title="eric6.Plugins.VcsPlugins.vcsMercurial.HgSummaryDialog" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgSummaryDialog.html" /> <section title="eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html" /> <section title="eric6.Plugins.VcsPlugins.vcsMercurial.HgTagDialog" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html" /> - <section title="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfig" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfig.html" /> - <section title="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDataDialog" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDataDialog.html" /> + <section title="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.html" /> + <section title="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigHostFingerprintDialog" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigHostFingerprintDialog.html" /> <section title="eric6.Plugins.VcsPlugins.vcsMercurial.HgUtilities" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgUtilities.html" /> <section title="eric6.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper" ref="eric6.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html" /> <section title="eric6.Plugins.VcsPlugins.vcsMercurial.ProjectHelper" ref="eric6.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html" /> @@ -1847,7 +1847,6 @@ <keyword name="AsyncFile (Constructor)" id="AsyncFile (Constructor)" ref="eric6.DebugClients.Python.AsyncFile.html#AsyncFile.__init__" /> <keyword name="AsyncFile (Module)" id="AsyncFile (Module)" ref="eric6.DebugClients.Python.AsyncFile.html" /> <keyword name="AsyncFile.__checkMode" id="AsyncFile.__checkMode" ref="eric6.DebugClients.Python.AsyncFile.html#AsyncFile.__checkMode" /> - <keyword name="AsyncFile.__nWrite" id="AsyncFile.__nWrite" ref="eric6.DebugClients.Python.AsyncFile.html#AsyncFile.__nWrite" /> <keyword name="AsyncFile.close" id="AsyncFile.close" ref="eric6.DebugClients.Python.AsyncFile.html#AsyncFile.close" /> <keyword name="AsyncFile.fileno" id="AsyncFile.fileno" ref="eric6.DebugClients.Python.AsyncFile.html#AsyncFile.fileno" /> <keyword name="AsyncFile.flush" id="AsyncFile.flush" ref="eric6.DebugClients.Python.AsyncFile.html#AsyncFile.flush" /> @@ -8000,11 +7999,25 @@ <keyword name="HgUnshelveDataDialog (Constructor)" id="HgUnshelveDataDialog (Constructor)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgUnshelveDataDialog.html#HgUnshelveDataDialog.__init__" /> <keyword name="HgUnshelveDataDialog (Module)" id="HgUnshelveDataDialog (Module)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgUnshelveDataDialog.html" /> <keyword name="HgUnshelveDataDialog.getData" id="HgUnshelveDataDialog.getData" ref="eric6.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgUnshelveDataDialog.html#HgUnshelveDataDialog.getData" /> - <keyword name="HgUserConfig (Module)" id="HgUserConfig (Module)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfig.html" /> - <keyword name="HgUserConfigDataDialog" id="HgUserConfigDataDialog" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDataDialog.html#HgUserConfigDataDialog" /> - <keyword name="HgUserConfigDataDialog (Constructor)" id="HgUserConfigDataDialog (Constructor)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDataDialog.html#HgUserConfigDataDialog.__init__" /> - <keyword name="HgUserConfigDataDialog (Module)" id="HgUserConfigDataDialog (Module)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDataDialog.html" /> - <keyword name="HgUserConfigDataDialog.getData" id="HgUserConfigDataDialog.getData" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDataDialog.html#HgUserConfigDataDialog.getData" /> + <keyword name="HgUserConfigDialog" id="HgUserConfigDialog" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.html#HgUserConfigDialog" /> + <keyword name="HgUserConfigDialog (Constructor)" id="HgUserConfigDialog (Constructor)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.html#HgUserConfigDialog.__init__" /> + <keyword name="HgUserConfigDialog (Module)" id="HgUserConfigDialog (Module)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.html" /> + <keyword name="HgUserConfigDialog.__clearDialog" id="HgUserConfigDialog.__clearDialog" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.html#HgUserConfigDialog.__clearDialog" /> + <keyword name="HgUserConfigDialog.__finalizeFingerprintsColumns" id="HgUserConfigDialog.__finalizeFingerprintsColumns" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.html#HgUserConfigDialog.__finalizeFingerprintsColumns" /> + <keyword name="HgUserConfigDialog.__updateFingerprintsButtons" id="HgUserConfigDialog.__updateFingerprintsButtons" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.html#HgUserConfigDialog.__updateFingerprintsButtons" /> + <keyword name="HgUserConfigDialog.accept" id="HgUserConfigDialog.accept" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.html#HgUserConfigDialog.accept" /> + <keyword name="HgUserConfigDialog.eventFilter" id="HgUserConfigDialog.eventFilter" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.html#HgUserConfigDialog.eventFilter" /> + <keyword name="HgUserConfigDialog.on_editorButton_clicked" id="HgUserConfigDialog.on_editorButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.html#HgUserConfigDialog.on_editorButton_clicked" /> + <keyword name="HgUserConfigDialog.on_fingerprintsList_currentItemChanged" id="HgUserConfigDialog.on_fingerprintsList_currentItemChanged" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.html#HgUserConfigDialog.on_fingerprintsList_currentItemChanged" /> + <keyword name="HgUserConfigDialog.on_fpAddButton_clicked" id="HgUserConfigDialog.on_fpAddButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.html#HgUserConfigDialog.on_fpAddButton_clicked" /> + <keyword name="HgUserConfigDialog.on_fpDeleteButton_clicked" id="HgUserConfigDialog.on_fpDeleteButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.html#HgUserConfigDialog.on_fpDeleteButton_clicked" /> + <keyword name="HgUserConfigDialog.on_fpEditButton_clicked" id="HgUserConfigDialog.on_fpEditButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.html#HgUserConfigDialog.on_fpEditButton_clicked" /> + <keyword name="HgUserConfigDialog.readUserConfig" id="HgUserConfigDialog.readUserConfig" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.html#HgUserConfigDialog.readUserConfig" /> + <keyword name="HgUserConfigDialog.writeUserConfig" id="HgUserConfigDialog.writeUserConfig" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.html#HgUserConfigDialog.writeUserConfig" /> + <keyword name="HgUserConfigHostFingerprintDialog" id="HgUserConfigHostFingerprintDialog" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigHostFingerprintDialog.html#HgUserConfigHostFingerprintDialog" /> + <keyword name="HgUserConfigHostFingerprintDialog (Constructor)" id="HgUserConfigHostFingerprintDialog (Constructor)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigHostFingerprintDialog.html#HgUserConfigHostFingerprintDialog.__init__" /> + <keyword name="HgUserConfigHostFingerprintDialog (Module)" id="HgUserConfigHostFingerprintDialog (Module)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigHostFingerprintDialog.html" /> + <keyword name="HgUserConfigHostFingerprintDialog.getData" id="HgUserConfigHostFingerprintDialog.getData" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigHostFingerprintDialog.html#HgUserConfigHostFingerprintDialog.getData" /> <keyword name="HgUtilities (Module)" id="HgUtilities (Module)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgUtilities.html" /> <keyword name="HighlightingStylesReader" id="HighlightingStylesReader" ref="eric6.E5XML.HighlightingStylesReader.html#HighlightingStylesReader" /> <keyword name="HighlightingStylesReader (Constructor)" id="HighlightingStylesReader (Constructor)" ref="eric6.E5XML.HighlightingStylesReader.html#HighlightingStylesReader.__init__" /> @@ -16337,7 +16350,6 @@ <keyword name="hashPassword" id="hashPassword" ref="eric6.Utilities.crypto.py3PBKDF2.html#hashPassword" /> <keyword name="hashPasswordTuple" id="hashPasswordTuple" ref="eric6.Utilities.crypto.py3PBKDF2.html#hashPasswordTuple" /> <keyword name="hg (Module)" id="hg (Module)" ref="eric6.Plugins.VcsPlugins.vcsMercurial.hg.html" /> - <keyword name="hgEditUserConfig" id="hgEditUserConfig" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfig.html#hgEditUserConfig" /> <keyword name="html_encode" id="html_encode" ref="eric6.Utilities.__init__.html#html_encode" /> <keyword name="html_udecode" id="html_udecode" ref="eric6.Utilities.__init__.html#html_udecode" /> <keyword name="html_uencode" id="html_uencode" ref="eric6.Utilities.__init__.html#html_uencode" /> @@ -17145,8 +17157,8 @@ <file>eric6.Plugins.VcsPlugins.vcsMercurial.HgSummaryDialog.html</file> <file>eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html</file> <file>eric6.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html</file> - <file>eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfig.html</file> - <file>eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDataDialog.html</file> + <file>eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.html</file> + <file>eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigHostFingerprintDialog.html</file> <file>eric6.Plugins.VcsPlugins.vcsMercurial.HgUtilities.html</file> <file>eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfConvertDataDialog.html</file> <file>eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfRevisionsInputDialog.html</file>
--- a/Documentation/Source/eric6.DebugClients.Python.AsyncFile.html Fri Oct 21 23:14:16 2016 +0200 +++ b/Documentation/Source/eric6.DebugClients.Python.AsyncFile.html Sat Oct 22 17:09:08 2016 +0200 @@ -52,7 +52,7 @@ object <h3>Class Attributes</h3> <table> -<tr><td>maxbuffersize</td></tr><tr><td>maxtries</td></tr> +<tr><td>maxtries</td></tr> </table> <h3>Class Methods</h3> <table> @@ -67,9 +67,6 @@ <td><a href="#AsyncFile.__checkMode">__checkMode</a></td> <td>Private method to check the mode.</td> </tr><tr> -<td><a href="#AsyncFile.__nWrite">__nWrite</a></td> -<td>Private method to write a specific number of pending bytes.</td> -</tr><tr> <td><a href="#AsyncFile.close">close</a></td> <td>Public method to close the file.</td> </tr><tr> @@ -77,13 +74,13 @@ <td>Public method returning the file number.</td> </tr><tr> <td><a href="#AsyncFile.flush">flush</a></td> -<td>Public method to write all pending bytes.</td> +<td>Public method to write all pending entries.</td> </tr><tr> <td><a href="#AsyncFile.isatty">isatty</a></td> <td>Public method to indicate whether a tty interface is supported.</td> </tr><tr> <td><a href="#AsyncFile.pendingWrite">pendingWrite</a></td> -<td>Public method that returns the number of bytes waiting to be written.</td> +<td>Public method that returns the number of strings waiting to be written.</td> </tr><tr> <td><a href="#AsyncFile.read">read</a></td> <td>Public method to read bytes from this file.</td> @@ -122,7 +119,7 @@ <td>Public method to write a string to the file.</td> </tr><tr> <td><a href="#AsyncFile.write_p">write_p</a></td> -<td>Public method to write a string to the file.</td> +<td>Public method to write a json-rpc 2.0 coded string to the file.</td> </tr><tr> <td><a href="#AsyncFile.writelines">writelines</a></td> <td>Public method to write a list of strings to the file.</td> @@ -138,15 +135,15 @@ <p> Constructor </p><dl> -<dt><i>sock</i></dt> +<dt><i>sock</i> (socket)</dt> <dd> the socket object being wrapped -</dd><dt><i>mode</i></dt> +</dd><dt><i>mode</i> (str)</dt> <dd> -mode of this file (string) -</dd><dt><i>name</i></dt> +mode of this file +</dd><dt><i>name</i> (str)</dt> <dd> -name of this file (string) +name of this file </dd> </dl><a NAME="AsyncFile.__checkMode" ID="AsyncFile.__checkMode"></a> <h4>AsyncFile.__checkMode</h4> @@ -157,35 +154,24 @@ This method checks, if an operation is permitted according to the mode of the file. If it is not, an IOError is raised. </p><dl> -<dt><i>mode</i></dt> +<dt><i>mode</i> (string)</dt> <dd> -the mode to be checked (string) +the mode to be checked </dd> </dl><dl> <dt>Raises <b>IOError</b>:</dt> <dd> raised to indicate a bad file descriptor </dd> -</dl><a NAME="AsyncFile.__nWrite" ID="AsyncFile.__nWrite"></a> -<h4>AsyncFile.__nWrite</h4> -<b>__nWrite</b>(<i>n</i>) -<p> - Private method to write a specific number of pending bytes. -</p><dl> -<dt><i>n</i></dt> -<dd> -the number of bytes to be written (int) -</dd> </dl><a NAME="AsyncFile.close" ID="AsyncFile.close"></a> <h4>AsyncFile.close</h4> <b>close</b>(<i>closeit=False</i>) <p> Public method to close the file. </p><dl> -<dt><i>closeit</i></dt> +<dt><i>closeit</i> (bool)</dt> <dd> flag to indicate a close ordered by the debugger code - (boolean) </dd> </dl><a NAME="AsyncFile.fileno" ID="AsyncFile.fileno"></a> <h4>AsyncFile.fileno</h4> @@ -195,13 +181,18 @@ </p><dl> <dt>Returns:</dt> <dd> -file number (int) +file number +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +int </dd> </dl><a NAME="AsyncFile.flush" ID="AsyncFile.flush"></a> <h4>AsyncFile.flush</h4> <b>flush</b>(<i></i>) <p> - Public method to write all pending bytes. + Public method to write all pending entries. </p><a NAME="AsyncFile.isatty" ID="AsyncFile.isatty"></a> <h4>AsyncFile.isatty</h4> <b>isatty</b>(<i></i>) @@ -212,15 +203,25 @@ <dd> always false </dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> </dl><a NAME="AsyncFile.pendingWrite" ID="AsyncFile.pendingWrite"></a> <h4>AsyncFile.pendingWrite</h4> <b>pendingWrite</b>(<i></i>) <p> - Public method that returns the number of bytes waiting to be written. + Public method that returns the number of strings waiting to be written. </p><dl> <dt>Returns:</dt> <dd> -the number of bytes to be written (int) +the number of strings to be written +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +int </dd> </dl><a NAME="AsyncFile.read" ID="AsyncFile.read"></a> <h4>AsyncFile.read</h4> @@ -228,14 +229,19 @@ <p> Public method to read bytes from this file. </p><dl> -<dt><i>size</i></dt> +<dt><i>size</i> (int)</dt> <dd> -maximum number of bytes to be read (int) +maximum number of bytes to be read </dd> </dl><dl> <dt>Returns:</dt> <dd> -the bytes read (any) +the bytes read +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl><a NAME="AsyncFile.read_p" ID="AsyncFile.read_p"></a> <h4>AsyncFile.read_p</h4> @@ -243,14 +249,19 @@ <p> Public method to read bytes from this file. </p><dl> -<dt><i>size</i></dt> +<dt><i>size</i> (int)</dt> <dd> -maximum number of bytes to be read (int) +maximum number of bytes to be read </dd> </dl><dl> <dt>Returns:</dt> <dd> -the bytes read (any) +the bytes read +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl><a NAME="AsyncFile.readable" ID="AsyncFile.readable"></a> <h4>AsyncFile.readable</h4> @@ -260,7 +271,12 @@ </p><dl> <dt>Returns:</dt> <dd> -flag indicating a readable stream (boolean) +flag indicating a readable stream +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl><a NAME="AsyncFile.readline" ID="AsyncFile.readline"></a> <h4>AsyncFile.readline</h4> @@ -268,14 +284,19 @@ <p> Public method to read one line from this file. </p><dl> -<dt><i>sizehint</i></dt> +<dt><i>sizehint</i> (int)</dt> <dd> -hint of the numbers of bytes to be read (int) +hint of the numbers of bytes to be read </dd> </dl><dl> <dt>Returns:</dt> <dd> -one line read (string) +one line read +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl><a NAME="AsyncFile.readline_p" ID="AsyncFile.readline_p"></a> <h4>AsyncFile.readline_p</h4> @@ -286,14 +307,19 @@ <b>Note</b>: This method will not block and may return only a part of a line if that is all that is available. </p><dl> -<dt><i>size</i></dt> +<dt><i>size</i> (int)</dt> <dd> -maximum number of bytes to be read (int) +maximum number of bytes to be read </dd> </dl><dl> <dt>Returns:</dt> <dd> -one line of text up to size bytes (string) +one line of text up to size bytes +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl><a NAME="AsyncFile.readlines" ID="AsyncFile.readlines"></a> <h4>AsyncFile.readlines</h4> @@ -301,14 +327,19 @@ <p> Public method to read all lines from this file. </p><dl> -<dt><i>sizehint</i></dt> +<dt><i>sizehint</i> (int)</dt> <dd> -hint of the numbers of bytes to be read (int) +hint of the numbers of bytes to be read </dd> </dl><dl> <dt>Returns:</dt> <dd> -list of lines read (list of strings) +list of lines read +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +list of str </dd> </dl><a NAME="AsyncFile.seek" ID="AsyncFile.seek"></a> <h4>AsyncFile.seek</h4> @@ -316,10 +347,10 @@ <p> Public method to move the filepointer. </p><dl> -<dt><i>offset</i></dt> +<dt><i>offset</i> (int)</dt> <dd> -offset to move the filepointer to (integer) -</dd><dt><i>whence</i></dt> +offset to move the filepointer to +</dd><dt><i>whence</i> (int)</dt> <dd> position the offset relates to </dd> @@ -337,7 +368,12 @@ </p><dl> <dt>Returns:</dt> <dd> -flag indicating a seekable stream (boolean) +flag indicating a seekable stream +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl><a NAME="AsyncFile.tell" ID="AsyncFile.tell"></a> <h4>AsyncFile.tell</h4> @@ -356,9 +392,9 @@ <p> Public method to truncate the file. </p><dl> -<dt><i>size</i></dt> +<dt><i>size</i> (int)</dt> <dd> -size to truncate to (integer) +size to truncate to </dd> </dl><dl> <dt>Raises <b>IOError</b>:</dt> @@ -374,7 +410,12 @@ </p><dl> <dt>Returns:</dt> <dd> -flag indicating a writable stream (boolean) +flag indicating a writable stream +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl><a NAME="AsyncFile.write" ID="AsyncFile.write"></a> <h4>AsyncFile.write</h4> @@ -382,24 +423,19 @@ <p> Public method to write a string to the file. </p><dl> -<dt><i>s</i></dt> +<dt><i>s</i> (str)</dt> <dd> -text to be written (string) +text to be written </dd> </dl><a NAME="AsyncFile.write_p" ID="AsyncFile.write_p"></a> <h4>AsyncFile.write_p</h4> <b>write_p</b>(<i>s</i>) <p> - Public method to write a string to the file. + Public method to write a json-rpc 2.0 coded string to the file. </p><dl> -<dt><i>s</i></dt> +<dt><i>s</i> (str)</dt> <dd> -text to be written (string) -</dd> -</dl><dl> -<dt>Raises <b>socket.error</b>:</dt> -<dd> -raised to indicate too many send attempts +text to be written </dd> </dl><a NAME="AsyncFile.writelines" ID="AsyncFile.writelines"></a> <h4>AsyncFile.writelines</h4> @@ -407,9 +443,9 @@ <p> Public method to write a list of strings to the file. </p><dl> -<dt><i>lines</i></dt> +<dt><i>lines</i> (list of str)</dt> <dd> -list of texts to be written (list of string) +list of texts to be written </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -420,14 +456,19 @@ <p> Module function to check for data to be written. </p><dl> -<dt><i>file</i></dt> +<dt><i>file</i> (file)</dt> <dd> -The file object to be checked (file) +The file object to be checked </dd> </dl><dl> <dt>Returns:</dt> <dd> -Flag indicating if there is data wating (int) +Flag indicating if there is data waiting +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +int </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.html Fri Oct 21 23:14:16 2016 +0200 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.html Sat Oct 22 17:09:08 2016 +0200 @@ -1,6 +1,6 @@ <!DOCTYPE html> <html><head> -<title>eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDataDialog</title> +<title>eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog</title> <meta charset="UTF-8"> <style> body { @@ -19,7 +19,7 @@ </style> </head> <body><a NAME="top" ID="top"></a> -<h1>eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDataDialog</h1> +<h1>eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog</h1> <p> Module implementing a dialog to enter some user data. </p> @@ -30,7 +30,7 @@ <h3>Classes</h3> <table> <tr> -<td><a href="#HgUserConfigDataDialog">HgUserConfigDataDialog</a></td> +<td><a href="#HgUserConfigDialog">HgUserConfigDialog</a></td> <td>Class implementing a dialog to enter some user data.</td> </tr> </table> @@ -39,13 +39,13 @@ <tr><td>None</td></tr> </table> <hr /><hr /> -<a NAME="HgUserConfigDataDialog" ID="HgUserConfigDataDialog"></a> -<h2>HgUserConfigDataDialog</h2> +<a NAME="HgUserConfigDialog" ID="HgUserConfigDialog"></a> +<h2>HgUserConfigDialog</h2> <p> Class implementing a dialog to enter some user data. </p> <h3>Derived from</h3> -QDialog, Ui_HgUserConfigDataDialog +QDialog, Ui_HgUserConfigDialog <h3>Class Attributes</h3> <table> <tr><td>None</td></tr> @@ -57,20 +57,53 @@ <h3>Methods</h3> <table> <tr> -<td><a href="#HgUserConfigDataDialog.__init__">HgUserConfigDataDialog</a></td> +<td><a href="#HgUserConfigDialog.__init__">HgUserConfigDialog</a></td> <td>Constructor</td> </tr><tr> -<td><a href="#HgUserConfigDataDialog.getData">getData</a></td> -<td>Public method to retrieve the entered data.</td> +<td><a href="#HgUserConfigDialog.__clearDialog">__clearDialog</a></td> +<td>Private method to clear the data of the dialog.</td> +</tr><tr> +<td><a href="#HgUserConfigDialog.__finalizeFingerprintsColumns">__finalizeFingerprintsColumns</a></td> +<td>Private method to resize and sort the host fingerprints columns.</td> +</tr><tr> +<td><a href="#HgUserConfigDialog.__updateFingerprintsButtons">__updateFingerprintsButtons</a></td> +<td>Private slot to update the host fingerprints edit buttons.</td> +</tr><tr> +<td><a href="#HgUserConfigDialog.accept">accept</a></td> +<td>Public slot to accept the dialog.</td> +</tr><tr> +<td><a href="#HgUserConfigDialog.eventFilter">eventFilter</a></td> +<td>Public method called to filter the event queue.</td> +</tr><tr> +<td><a href="#HgUserConfigDialog.on_editorButton_clicked">on_editorButton_clicked</a></td> +<td>Private slot to open the user configuration file in a text editor.</td> +</tr><tr> +<td><a href="#HgUserConfigDialog.on_fingerprintsList_currentItemChanged">on_fingerprintsList_currentItemChanged</a></td> +<td>Private slot handling a change of the current fingerprints item.</td> +</tr><tr> +<td><a href="#HgUserConfigDialog.on_fpAddButton_clicked">on_fpAddButton_clicked</a></td> +<td>Private slot to add a fingerprints entry.</td> +</tr><tr> +<td><a href="#HgUserConfigDialog.on_fpDeleteButton_clicked">on_fpDeleteButton_clicked</a></td> +<td>Private slot to delete the current fingerprints item.</td> +</tr><tr> +<td><a href="#HgUserConfigDialog.on_fpEditButton_clicked">on_fpEditButton_clicked</a></td> +<td>Private slot to edit the current fingerprints item.</td> +</tr><tr> +<td><a href="#HgUserConfigDialog.readUserConfig">readUserConfig</a></td> +<td>Public method to read the user configuration file.</td> +</tr><tr> +<td><a href="#HgUserConfigDialog.writeUserConfig">writeUserConfig</a></td> +<td>Public method to write the user configuration file.</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> -<a NAME="HgUserConfigDataDialog.__init__" ID="HgUserConfigDataDialog.__init__"></a> -<h4>HgUserConfigDataDialog (Constructor)</h4> -<b>HgUserConfigDataDialog</b>(<i>version=(0, 0), parent=None</i>) +<a NAME="HgUserConfigDialog.__init__" ID="HgUserConfigDialog.__init__"></a> +<h4>HgUserConfigDialog (Constructor)</h4> +<b>HgUserConfigDialog</b>(<i>version=(0, 0), parent=None</i>) <p> Constructor </p><dl> @@ -81,20 +114,93 @@ <dd> reference to the parent widget (QWidget) </dd> -</dl><a NAME="HgUserConfigDataDialog.getData" ID="HgUserConfigDataDialog.getData"></a> -<h4>HgUserConfigDataDialog.getData</h4> -<b>getData</b>(<i></i>) +</dl><a NAME="HgUserConfigDialog.__clearDialog" ID="HgUserConfigDialog.__clearDialog"></a> +<h4>HgUserConfigDialog.__clearDialog</h4> +<b>__clearDialog</b>(<i></i>) +<p> + Private method to clear the data of the dialog. +</p><a NAME="HgUserConfigDialog.__finalizeFingerprintsColumns" ID="HgUserConfigDialog.__finalizeFingerprintsColumns"></a> +<h4>HgUserConfigDialog.__finalizeFingerprintsColumns</h4> +<b>__finalizeFingerprintsColumns</b>(<i></i>) +<p> + Private method to resize and sort the host fingerprints columns. +</p><a NAME="HgUserConfigDialog.__updateFingerprintsButtons" ID="HgUserConfigDialog.__updateFingerprintsButtons"></a> +<h4>HgUserConfigDialog.__updateFingerprintsButtons</h4> +<b>__updateFingerprintsButtons</b>(<i></i>) <p> - Public method to retrieve the entered data. + Private slot to update the host fingerprints edit buttons. +</p><a NAME="HgUserConfigDialog.accept" ID="HgUserConfigDialog.accept"></a> +<h4>HgUserConfigDialog.accept</h4> +<b>accept</b>(<i></i>) +<p> + Public slot to accept the dialog. +</p><a NAME="HgUserConfigDialog.eventFilter" ID="HgUserConfigDialog.eventFilter"></a> +<h4>HgUserConfigDialog.eventFilter</h4> +<b>eventFilter</b>(<i>watched, event</i>) +<p> + Public method called to filter the event queue. </p><dl> +<dt><i>watched</i> (QObject)</dt> +<dd> +reference to the object being watched +</dd><dt><i>event</i> (QEvent)</dt> +<dd> +event to be handled +</dd> +</dl><dl> <dt>Returns:</dt> <dd> -tuple with user's first name, last name, email address, - list of activated extensions and dictionary with extension data - (tuple of three strings, a list of strings and a dictionary with - extension name as key) +flag indicating, if we handled the event +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl><a NAME="HgUserConfigDialog.on_editorButton_clicked" ID="HgUserConfigDialog.on_editorButton_clicked"></a> +<h4>HgUserConfigDialog.on_editorButton_clicked</h4> +<b>on_editorButton_clicked</b>(<i></i>) +<p> + Private slot to open the user configuration file in a text editor. +</p><a NAME="HgUserConfigDialog.on_fingerprintsList_currentItemChanged" ID="HgUserConfigDialog.on_fingerprintsList_currentItemChanged"></a> +<h4>HgUserConfigDialog.on_fingerprintsList_currentItemChanged</h4> +<b>on_fingerprintsList_currentItemChanged</b>(<i>current, previous</i>) +<p> + Private slot handling a change of the current fingerprints item. +</p><dl> +<dt><i>current</i> (QTreeWidgetItem)</dt> +<dd> +reference to the current item +</dd><dt><i>previous</i> (QTreeWidgetItem)</dt> +<dd> +reference to the previous current item </dd> -</dl> +</dl><a NAME="HgUserConfigDialog.on_fpAddButton_clicked" ID="HgUserConfigDialog.on_fpAddButton_clicked"></a> +<h4>HgUserConfigDialog.on_fpAddButton_clicked</h4> +<b>on_fpAddButton_clicked</b>(<i></i>) +<p> + Private slot to add a fingerprints entry. +</p><a NAME="HgUserConfigDialog.on_fpDeleteButton_clicked" ID="HgUserConfigDialog.on_fpDeleteButton_clicked"></a> +<h4>HgUserConfigDialog.on_fpDeleteButton_clicked</h4> +<b>on_fpDeleteButton_clicked</b>(<i></i>) +<p> + Private slot to delete the current fingerprints item. +</p><a NAME="HgUserConfigDialog.on_fpEditButton_clicked" ID="HgUserConfigDialog.on_fpEditButton_clicked"></a> +<h4>HgUserConfigDialog.on_fpEditButton_clicked</h4> +<b>on_fpEditButton_clicked</b>(<i></i>) +<p> + Private slot to edit the current fingerprints item. +</p><a NAME="HgUserConfigDialog.readUserConfig" ID="HgUserConfigDialog.readUserConfig"></a> +<h4>HgUserConfigDialog.readUserConfig</h4> +<b>readUserConfig</b>(<i></i>) +<p> + Public method to read the user configuration file. +</p><a NAME="HgUserConfigDialog.writeUserConfig" ID="HgUserConfigDialog.writeUserConfig"></a> +<h4>HgUserConfigDialog.writeUserConfig</h4> +<b>writeUserConfig</b>(<i></i>) +<p> + Public method to write the user configuration file. +</p> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigHostFingerprintDialog.html Sat Oct 22 17:09:08 2016 +0200 @@ -0,0 +1,105 @@ +<!DOCTYPE html> +<html><head> +<title>eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigHostFingerprintDialog</title> +<meta charset="UTF-8"> +<style> +body { + background: #EDECE6; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #85774A; } +h2 { color: white; background: #85774A; } +h3 { color: white; background: #9D936E; } +h4 { color: white; background: #9D936E; } + +a { color: #BA6D36; } + +</style> +</head> +<body><a NAME="top" ID="top"></a> +<h1>eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigHostFingerprintDialog</h1> +<p> +Module implementing a dialog to edit a host fingerprint. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#HgUserConfigHostFingerprintDialog">HgUserConfigHostFingerprintDialog</a></td> +<td>Class implementing a dialog to edit a host fingerprint.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="HgUserConfigHostFingerprintDialog" ID="HgUserConfigHostFingerprintDialog"></a> +<h2>HgUserConfigHostFingerprintDialog</h2> +<p> + Class implementing a dialog to edit a host fingerprint. +</p> +<h3>Derived from</h3> +QDialog, Ui_HgUserConfigHostFingerprintDialog +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#HgUserConfigHostFingerprintDialog.__init__">HgUserConfigHostFingerprintDialog</a></td> +<td>Constructor</td> +</tr><tr> +<td><a href="#HgUserConfigHostFingerprintDialog.getData">getData</a></td> +<td>Public method to retrieve the data.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="HgUserConfigHostFingerprintDialog.__init__" ID="HgUserConfigHostFingerprintDialog.__init__"></a> +<h4>HgUserConfigHostFingerprintDialog (Constructor)</h4> +<b>HgUserConfigHostFingerprintDialog</b>(<i>parent=None, host="", fingerprint=""</i>) +<p> + Constructor +</p><dl> +<dt><i>parent</i> (QWidget)</dt> +<dd> +reference to the parent widget +</dd><dt><i>host</i> (str)</dt> +<dd> +host name +</dd><dt><i>fingerprint</i> (str)</dt> +<dd> +fingerprint for the host +</dd> +</dl><a NAME="HgUserConfigHostFingerprintDialog.getData" ID="HgUserConfigHostFingerprintDialog.getData"></a> +<h4>HgUserConfigHostFingerprintDialog.getData</h4> +<b>getData</b>(<i></i>) +<p> + Public method to retrieve the data. +</p><dl> +<dt>Returns:</dt> +<dd> +tuple containig the host name and the fingerprint +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +tuple of two str +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file
--- a/Documentation/Source/index-eric6.Plugins.VcsPlugins.vcsMercurial.html Fri Oct 21 23:14:16 2016 +0200 +++ b/Documentation/Source/index-eric6.Plugins.VcsPlugins.vcsMercurial.html Sat Oct 22 17:09:08 2016 +0200 @@ -191,11 +191,11 @@ <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html">HgTagDialog</a></td> <td>Module implementing a dialog to enter the data for a tagging operation.</td> </tr><tr> -<td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfig.html">HgUserConfig</a></td> -<td>Module implementing the Mercurial version control plugin.</td> +<td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.html">HgUserConfigDialog</a></td> +<td>Module implementing a dialog to enter some user data.</td> </tr><tr> -<td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDataDialog.html">HgUserConfigDataDialog</a></td> -<td>Module implementing a dialog to enter some user data.</td> +<td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigHostFingerprintDialog.html">HgUserConfigHostFingerprintDialog</a></td> +<td>Module implementing a dialog to edit a host fingerprint.</td> </tr><tr> <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgUtilities.html">HgUtilities</a></td> <td>Module implementing some common utility functions for the Mercurial package.</td>
--- a/Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py Fri Oct 21 23:14:16 2016 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py Sat Oct 22 17:09:08 2016 +0200 @@ -9,15 +9,25 @@ from __future__ import unicode_literals -from PyQt5.QtCore import pyqtSlot -from PyQt5.QtWidgets import QDialog +import os + +from PyQt5.QtCore import pyqtSlot, Qt, QEvent +from PyQt5.QtWidgets import QDialog, QTreeWidgetItem +from E5Gui.E5PathPicker import E5PathPickerModes +from E5Gui import E5MessageBox + +import Globals from Globals.E5ConfigParser import E5ConfigParser from .HgUtilities import getConfigPath +from .HgUserConfigHostFingerprintDialog import \ + HgUserConfigHostFingerprintDialog from .Ui_HgUserConfigDialog import Ui_HgUserConfigDialog +import UI.PixmapCache + class HgUserConfigDialog(QDialog, Ui_HgUserConfigDialog): """ @@ -33,11 +43,29 @@ super(HgUserConfigDialog, self).__init__(parent) self.setupUi(self) - msh = self.minimumSizeHint() - self.resize(max(self.width(), msh.width()), msh.height()) + self.lfUserCachePicker.setMode(E5PathPickerModes.DirectoryMode) + if Globals.isLinuxPlatform(): + self.lfUserCachePicker.setDefaultDirectory(os.path.expanduser( + "~/.cache/largefiles")) + elif Globals.isMacPlatform(): + self.lfUserCachePicker.setDefaultDirectory(os.path.expanduser( + "~/Library/Caches/largefiles")) + else: + self.lfUserCachePicker.setDefaultDirectory(os.path.expanduser( + "~\\AppData\\Local\\largefiles")) + + self.fpAddButton.setIcon(UI.PixmapCache.getIcon("plus.png")) + self.fpDeleteButton.setIcon(UI.PixmapCache.getIcon("minus.png")) + self.fpEditButton.setIcon(UI.PixmapCache.getIcon("edit.png")) + + self.tabWidget.setCurrentIndex(0) + + self.__editor = None self.__config = None self.readUserConfig() + + self.__updateFingerprintsButtons() def writeUserConfig(self): """ @@ -46,33 +74,112 @@ if self.__config is None: self.__config = E5ConfigParser() - self.__config["ui"] = { - "username": "{0} <{1}>".format( - self.userNameEdit.text(), - self.emailEdit.text(), - ) - } - self.__config["extensions"] = {} + ################################################################### + ## ui section + ################################################################### + if "ui" not in self.__config: + self.__config["ui"] = {} + self.__config["ui"]["username"] = "{0} <{1}>".format( + self.userNameEdit.text(), + self.emailEdit.text(), + ) + ################################################################### + ## extensions section + ################################################################### + if "extensions" not in self.__config: + self.__config["extensions"] = {} if self.fetchCheckBox.isChecked(): self.__config["extensions"]["fetch"] = "" + else: + if "fetch" in self.__config["extensions"]: + del self.__config["extensions"]["fetch"] + self.__config["extensions"]["#fetch"] = "" + if self.gpgCheckBox.isChecked(): self.__config["extensions"]["gpg"] = "" + else: + if "gpg" in self.__config["extensions"]: + del self.__config["extensions"]["gpg"] + self.__config["extensions"]["#gpg"] = "" + if self.purgeCheckBox.isChecked(): self.__config["extensions"]["purge"] = "" + else: + if "purge" in self.__config["extensions"]: + del self.__config["extensions"]["purge"] + self.__config["extensions"]["#purge"] = "" + if self.queuesCheckBox.isChecked(): self.__config["extensions"]["mq"] = "" + else: + if "mq" in self.__config["extensions"]: + del self.__config["extensions"]["mq"] + self.__config["extensions"]["#mq"] = "" + if self.rebaseCheckBox.isChecked(): self.__config["extensions"]["rebase"] = "" + else: + if "rebase" in self.__config["extensions"]: + del self.__config["extensions"]["rebase"] + self.__config["extensions"]["#rebase"] = "" + if self.shelveCheckBox.isChecked(): self.__config["extensions"]["shelve"] = "" + else: + if "shelve" in self.__config["extensions"]: + del self.__config["extensions"]["shelve"] + self.__config["extensions"]["#shelve"] = "" + if self.largefilesCheckBox.isChecked(): self.__config["extensions"]["largefiles"] = "" - self.__config["largefiles"] = { - "minsize": self.lfFileSizeSpinBox.value(), - } + ############################################################### + ## largefiles section + ############################################################### + if "largefiles" not in self.__config: + self.__config["largefiles"] = {} + self.__config["largefiles"]["minsize"] = \ + str(self.lfFileSizeSpinBox.value()) lfFilePatterns = self.lfFilePatternsEdit.text() if lfFilePatterns: self.__config["largefiles"]["patterns"] = lfFilePatterns + elif "patterns" in self.__config["largefiles"]: + del self.__config["largefiles"]["patterns"] + lfUserCache = self.lfUserCachePicker.text() + if lfUserCache: + self.__config["largefiles"]["usercache"] = lfUserCache + elif "usercache" in self.__config["largefiles"]: + del self.__config["largefiles"]["usercache"] + else: + if "largefiles" in self.__config["extensions"]: + del self.__config["extensions"]["largefiles"] + self.__config["extensions"]["#largefiles"] = "" + ################################################################### + ## http_proxy section + ################################################################### + if self.proxyHostEdit.text(): + self.__config["http_proxy"] = { + "host": self.proxyHostEdit.text(), + "user": self.proxyUserEdit.text(), + "passwd": self.proxyPasswordEdit.text() + } + if self.proxyBypassEdit.text(): + self.__config["http_proxy"]["no"] = \ + self.proxyBypassEdit.text() + else: + if "http_proxy" in self.__config: + del self.__config["http_proxy"] + ################################################################### + ## hostfingerprints section + ################################################################### + if self.fingerprintsList.topLevelItemCount() > 0: + self.__config["hostfingerprints"] = {} + for row in range(self.fingerprintsList.topLevelItemCount()): + itm = self.fingerprintsList.topLevelItem(row) + self.__config["hostfingerprints"][itm.text(0)] = itm.text(1) + else: + if "hostfingerprints" in self.__config: + del self.__config["hostfingerprints"] + ################################################################### cfgFile = getConfigPath() with open(cfgFile, "w") as configFile: @@ -124,6 +231,33 @@ if "patterns" in self.__config["largefiles"]: self.lfFilePatternsEdit.setText( self.__config["largefiles"]["patterns"]) + if "usercache" in self.__config["largefiles"]: + self.lfUserCachePicker.setText( + self.__config["largefiles"]["usercache"]) + + # step 4: extract http proxy information + if "http_proxy" in self.__config: + if "host" in self.__config["http_proxy"]: + self.proxyHostEdit.setText( + self.__config["http_proxy"]["host"]) + if "user" in self.__config["http_proxy"]: + self.proxyUserEdit.setText( + self.__config["http_proxy"]["user"]) + if "passwd" in self.__config["http_proxy"]: + self.proxyPasswordEdit.setText( + self.__config["http_proxy"]["passwd"]) + if "no" in self.__config["http_proxy"]: + self.proxyBypassEdit.setText( + self.__config["http_proxy"]["no"]) + + # step 5: extract host fingerprints + if "hostfingerprints" in self.__config: + for host in self.__config["hostfingerprints"]: + QTreeWidgetItem(self.fingerprintsList, [ + host, + self.__config["hostfingerprints"][host] + ]) + self.__finalizeFingerprintsColumns() @pyqtSlot() def accept(self): @@ -133,3 +267,156 @@ self.writeUserConfig() super(HgUserConfigDialog, self).accept() + + def __clearDialog(self): + """ + Private method to clear the data of the dialog. + """ + self.userNameEdit.clear() + self.emailEdit.clear() + + self.fetchCheckBox.setChecked(False) + self.gpgCheckBox.setChecked(False) + self.purgeCheckBox.setChecked(False) + self.queuesCheckBox.setChecked(False) + self.rebaseCheckBox.setChecked(False) + self.shelveCheckBox.setChecked(False) + self.largefilesCheckBox.setChecked(False) + self.lfFileSizeSpinBox.setValue(10) + self.lfFilePatternsEdit.clear() + self.lfUserCachePicker.clear() + + self.proxyHostEdit.clear() + self.proxyUserEdit.clear() + self.proxyPasswordEdit.clear() + self.proxyBypassEdit.clear() + + self.fingerprintsList.clear() + self.__updateFingerprintsButtons() + + ####################################################################### + ## Methods and slots for the host fingerprint handling below + ####################################################################### + + @pyqtSlot(QTreeWidgetItem, QTreeWidgetItem) + def on_fingerprintsList_currentItemChanged(self, current, previous): + """ + Private slot handling a change of the current fingerprints item. + + @param current reference to the current item + @type QTreeWidgetItem + @param previous reference to the previous current item + @type QTreeWidgetItem + """ + self.__updateFingerprintsButtons() + + @pyqtSlot() + def on_fpAddButton_clicked(self): + """ + Private slot to add a fingerprints entry. + """ + dlg = HgUserConfigHostFingerprintDialog(self) + if dlg.exec_() == QDialog.Accepted: + host, fingerprint = dlg.getData() + itm = QTreeWidgetItem(self.fingerprintsList, [host, fingerprint]) + self.__finalizeFingerprintsColumns() + self.fingerprintsList.setCurrentItem(itm) + self.fingerprintsList.scrollToItem(itm) + + @pyqtSlot() + def on_fpDeleteButton_clicked(self): + """ + Private slot to delete the current fingerprints item. + """ + itm = self.fingerprintsList.currentItem() + if itm is not None: + host = itm.text(0) + yes = E5MessageBox.yesNo( + self, + self.tr("Delete Host Fingerprint"), + self.tr("""<p>Shall the fingerprint for host <b>{0}</b>""" + """ really be deleted?</p>""").format(host)) + if yes: + self.fingerprintsList.takeTopLevelItem( + self.fingerprintsList.indexOfTopLevelItem(itm)) + del itm + + @pyqtSlot() + def on_fpEditButton_clicked(self): + """ + Private slot to edit the current fingerprints item. + """ + itm = self.fingerprintsList.currentItem() + if itm is not None: + host = itm.text(0) + fingerprint = itm.text(1) + dlg = HgUserConfigHostFingerprintDialog(self, host, fingerprint) + if dlg.exec_() == QDialog.Accepted: + host, fingerprint = dlg.getData() + itm.setText(0, host) + itm.setText(1, fingerprint) + self.__finalizeFingerprintsColumns() + self.fingerprintsList.scrollToItem(itm) + + def __finalizeFingerprintsColumns(self): + """ + Private method to resize and sort the host fingerprints columns. + """ + for col in range(self.fingerprintsList.columnCount()): + self.fingerprintsList.resizeColumnToContents(col) + self.fingerprintsList.sortItems(0, Qt.AscendingOrder) + + def __updateFingerprintsButtons(self): + """ + Private slot to update the host fingerprints edit buttons. + """ + enable = self.fingerprintsList.currentItem() is not None + self.fpDeleteButton.setEnabled(enable) + self.fpEditButton.setEnabled(enable) + + ####################################################################### + ## Slot to edit the user configuration in an editor below + ####################################################################### + + @pyqtSlot() + def on_editorButton_clicked(self): + """ + Private slot to open the user configuration file in a text editor. + """ + from QScintilla.MiniEditor import MiniEditor + cfgFile = getConfigPath() + + yes = E5MessageBox.yesNo( + self, + self.tr("Edit User Configuration"), + self.tr("""You will loose all changes made in this dialog.""" + """ Shall the data be saved first?"""), + icon=E5MessageBox.Warning, + yesDefault=True) + if yes: + self.writeUserConfig() + + self.__editor = MiniEditor(cfgFile, "Properties", self) + self.__editor.setWindowModality(Qt.WindowModal) + self.__editor.installEventFilter(self) + self.__editor.show() + + def eventFilter(self, watched, event): + """ + Public method called to filter the event queue. + + @param watched reference to the object being watched + @type QObject + @param event event to be handled + @type QEvent + @return flag indicating, if we handled the event + @rtype bool + """ + if watched is self.__editor and event.type() == QEvent.Close: + self.__editor.closeEvent(event) + if event.isAccepted(): + self.__clearDialog() + self.readUserConfig() + return True + + return False
--- a/Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui Fri Oct 21 23:14:16 2016 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui Sat Oct 22 17:09:08 2016 +0200 @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>400</width> - <height>436</height> + <width>500</width> + <height>500</height> </rect> </property> <property name="windowTitle"> @@ -16,186 +16,474 @@ <property name="sizeGripEnabled"> <bool>true</bool> </property> - <layout class="QVBoxLayout" name="verticalLayout"> + <layout class="QVBoxLayout" name="verticalLayout_3"> <item> - <widget class="QGroupBox" name="groupBox"> - <property name="title"> - <string>User Data</string> + <widget class="QTabWidget" name="tabWidget"> + <property name="currentIndex"> + <number>1</number> </property> - <layout class="QGridLayout" name="gridLayout"> - <item row="0" column="0"> - <widget class="QLabel" name="label"> - <property name="text"> - <string>Name:</string> - </property> - </widget> - </item> - <item row="0" column="1"> - <widget class="E5ClearableLineEdit" name="userNameEdit"> - <property name="toolTip"> - <string>Enter the user name</string> - </property> - </widget> - </item> - <item row="1" column="0"> - <widget class="QLabel" name="label_3"> - <property name="text"> - <string>Email:</string> - </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="E5ClearableLineEdit" name="emailEdit"> - <property name="toolTip"> - <string>Enter the email address</string> - </property> - </widget> - </item> - </layout> + <widget class="QWidget" name="tab"> + <attribute name="title"> + <string>User</string> + </attribute> + <layout class="QVBoxLayout" name="verticalLayout"> + <property name="leftMargin"> + <number>6</number> + </property> + <property name="topMargin"> + <number>6</number> + </property> + <property name="rightMargin"> + <number>6</number> + </property> + <property name="bottomMargin"> + <number>6</number> + </property> + <item> + <widget class="QGroupBox" name="groupBox"> + <property name="title"> + <string>User Data</string> + </property> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0"> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Name:</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="E5ClearableLineEdit" name="userNameEdit"> + <property name="toolTip"> + <string>Enter the user name</string> + </property> + <property name="placeholderText"> + <string>Enter your name</string> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_3"> + <property name="text"> + <string>Email:</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="E5ClearableLineEdit" name="emailEdit"> + <property name="toolTip"> + <string>Enter the email address</string> + </property> + <property name="placeholderText"> + <string>Enter your email address</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <spacer name="verticalSpacer"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>20</width> + <height>239</height> + </size> + </property> + </spacer> + </item> + </layout> + </widget> + <widget class="QWidget" name="tab_2"> + <attribute name="title"> + <string>Extensions</string> + </attribute> + <layout class="QVBoxLayout" name="verticalLayout_2"> + <property name="leftMargin"> + <number>6</number> + </property> + <property name="topMargin"> + <number>6</number> + </property> + <property name="rightMargin"> + <number>6</number> + </property> + <property name="bottomMargin"> + <number>6</number> + </property> + <item> + <widget class="QGroupBox" name="groupBox_2"> + <property name="title"> + <string>Extensions</string> + </property> + <layout class="QGridLayout" name="gridLayout_2"> + <item row="0" column="0"> + <widget class="QCheckBox" name="fetchCheckBox"> + <property name="toolTip"> + <string>Select to activate the fetch extension</string> + </property> + <property name="text"> + <string>Fetch</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QCheckBox" name="gpgCheckBox"> + <property name="toolTip"> + <string>Select to activate the GPG extension</string> + </property> + <property name="text"> + <string>GPG</string> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QCheckBox" name="largefilesCheckBox"> + <property name="toolTip"> + <string>Select to activate the largefiles extension</string> + </property> + <property name="text"> + <string>Large Files</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QCheckBox" name="purgeCheckBox"> + <property name="toolTip"> + <string>Select to activate the Purge extension</string> + </property> + <property name="text"> + <string>Purge</string> + </property> + </widget> + </item> + <item row="2" column="0"> + <widget class="QCheckBox" name="queuesCheckBox"> + <property name="toolTip"> + <string>Select to activate the queues extension</string> + </property> + <property name="text"> + <string>Queues</string> + </property> + </widget> + </item> + <item row="2" column="1"> + <widget class="QCheckBox" name="rebaseCheckBox"> + <property name="toolTip"> + <string>Select to activate the rebase extension</string> + </property> + <property name="text"> + <string>Rebase</string> + </property> + </widget> + </item> + <item row="3" column="0"> + <widget class="QCheckBox" name="shelveCheckBox"> + <property name="toolTip"> + <string>Select to activate the shelve extension</string> + </property> + <property name="text"> + <string>Shelve</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="largefilesGroup"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="title"> + <string>Large Files</string> + </property> + <layout class="QGridLayout" name="gridLayout_3"> + <item row="0" column="0"> + <widget class="QLabel" name="label_4"> + <property name="text"> + <string>Minimum file size:</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QSpinBox" name="lfFileSizeSpinBox"> + <property name="toolTip"> + <string>Enter the minimum file size in MB for files to be treated as Large Files</string> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + <property name="suffix"> + <string> MB</string> + </property> + <property name="minimum"> + <number>1</number> + </property> + <property name="value"> + <number>10</number> + </property> + </widget> + </item> + <item row="0" column="2"> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>215</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_5"> + <property name="text"> + <string>Patterns:</string> + </property> + </widget> + </item> + <item row="1" column="1" colspan="2"> + <widget class="E5ClearableLineEdit" name="lfFilePatternsEdit"> + <property name="toolTip"> + <string>Enter file patterns (space separated) for files to be treated as Large Files</string> + </property> + <property name="placeholderText"> + <string>Enter file patterns for large files</string> + </property> + </widget> + </item> + <item row="2" column="0"> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>User Cache:</string> + </property> + </widget> + </item> + <item row="2" column="1" colspan="2"> + <widget class="E5PathPicker" name="lfUserCachePicker" native="true"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="focusPolicy"> + <enum>Qt::StrongFocus</enum> + </property> + <property name="toolTip"> + <string>Enter the name of the user cache directory</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <spacer name="verticalSpacer_2"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>20</width> + <height>39</height> + </size> + </property> + </spacer> + </item> + </layout> + </widget> + <widget class="QWidget" name="tab_3"> + <attribute name="title"> + <string>Network</string> + </attribute> + <layout class="QVBoxLayout" name="verticalLayout_5"> + <property name="leftMargin"> + <number>6</number> + </property> + <property name="topMargin"> + <number>6</number> + </property> + <property name="rightMargin"> + <number>6</number> + </property> + <property name="bottomMargin"> + <number>6</number> + </property> + <item> + <widget class="QGroupBox" name="groupBox_3"> + <property name="title"> + <string>Proxy</string> + </property> + <layout class="QGridLayout" name="gridLayout_4"> + <item row="0" column="0"> + <widget class="QLabel" name="label_6"> + <property name="text"> + <string>Host:</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="E5ClearableLineEdit" name="proxyHostEdit"> + <property name="toolTip"> + <string>Enter the network proxy host name</string> + </property> + <property name="placeholderText"> + <string>Enter Proxy Hostname</string> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_7"> + <property name="text"> + <string>User:</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="E5ClearableLineEdit" name="proxyUserEdit"> + <property name="toolTip"> + <string>Enter the user name for the network proxy</string> + </property> + <property name="placeholderText"> + <string>Enter Proxy Username</string> + </property> + </widget> + </item> + <item row="2" column="0"> + <widget class="QLabel" name="label_8"> + <property name="text"> + <string>Password:</string> + </property> + </widget> + </item> + <item row="2" column="1"> + <widget class="E5ClearableLineEdit" name="proxyPasswordEdit"> + <property name="toolTip"> + <string>Enter the password for the network proxy</string> + </property> + <property name="echoMode"> + <enum>QLineEdit::Password</enum> + </property> + <property name="placeholderText"> + <string>Enter Proxy Password</string> + </property> + </widget> + </item> + <item row="3" column="0"> + <widget class="QLabel" name="label_9"> + <property name="text"> + <string>Bypass:</string> + </property> + </widget> + </item> + <item row="3" column="1"> + <widget class="E5ClearableLineEdit" name="proxyBypassEdit"> + <property name="toolTip"> + <string>Enter the names of hosts bypassing the network proxy sparated by comma</string> + </property> + <property name="text"> + <string/> + </property> + <property name="placeholderText"> + <string>Enter hosts bypassing the proxy separated by comma</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="groupBox_4"> + <property name="title"> + <string>Host Fingerprints</string> + </property> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QTreeWidget" name="fingerprintsList"> + <property name="alternatingRowColors"> + <bool>true</bool> + </property> + <property name="rootIsDecorated"> + <bool>false</bool> + </property> + <property name="itemsExpandable"> + <bool>false</bool> + </property> + <attribute name="headerStretchLastSection"> + <bool>false</bool> + </attribute> + <column> + <property name="text"> + <string>Host</string> + </property> + </column> + <column> + <property name="text"> + <string>Fingerprint</string> + </property> + </column> + </widget> + </item> + <item> + <layout class="QVBoxLayout" name="verticalLayout_4"> + <item> + <widget class="QToolButton" name="fpAddButton"> + <property name="toolTip"> + <string>Add a host fingerprint entry</string> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="fpDeleteButton"> + <property name="toolTip"> + <string>Delete a host fingerprint entry</string> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="fpEditButton"> + <property name="toolTip"> + <string>Edit a host fingerprint entry</string> + </property> + </widget> + </item> + <item> + <spacer name="verticalSpacer_4"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>20</width> + <height>40</height> + </size> + </property> + </spacer> + </item> + </layout> + </item> + </layout> + </widget> + </item> + </layout> + </widget> </widget> </item> <item> - <widget class="QGroupBox" name="groupBox_2"> - <property name="title"> - <string>Extensions</string> + <widget class="QPushButton" name="editorButton"> + <property name="toolTip"> + <string>Open the user configuration file in a text editor</string> </property> - <layout class="QGridLayout" name="gridLayout_2"> - <item row="0" column="0"> - <widget class="QCheckBox" name="fetchCheckBox"> - <property name="toolTip"> - <string>Select to activate the fetch extension</string> - </property> - <property name="text"> - <string>Fetch</string> - </property> - </widget> - </item> - <item row="0" column="1"> - <widget class="QCheckBox" name="gpgCheckBox"> - <property name="toolTip"> - <string>Select to activate the GPG extension</string> - </property> - <property name="text"> - <string>GPG</string> - </property> - </widget> - </item> - <item row="1" column="0"> - <widget class="QCheckBox" name="largefilesCheckBox"> - <property name="toolTip"> - <string>Select to activate the largefiles extension</string> - </property> - <property name="text"> - <string>Large Files</string> - </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="QCheckBox" name="purgeCheckBox"> - <property name="toolTip"> - <string>Select to activate the Purge extension</string> - </property> - <property name="text"> - <string>Purge</string> - </property> - </widget> - </item> - <item row="2" column="0"> - <widget class="QCheckBox" name="queuesCheckBox"> - <property name="toolTip"> - <string>Select to activate the queues extension</string> - </property> - <property name="text"> - <string>Queues</string> - </property> - </widget> - </item> - <item row="2" column="1"> - <widget class="QCheckBox" name="rebaseCheckBox"> - <property name="toolTip"> - <string>Select to activate the rebase extension</string> - </property> - <property name="text"> - <string>Rebase</string> - </property> - </widget> - </item> - <item row="3" column="0"> - <widget class="QCheckBox" name="shelveCheckBox"> - <property name="toolTip"> - <string>Select to activate the shelve extension</string> - </property> - <property name="text"> - <string>Shelve</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="largefilesGroup"> - <property name="enabled"> - <bool>false</bool> + <property name="text"> + <string>Open configuration file in editor</string> </property> - <property name="title"> - <string>Large Files</string> - </property> - <layout class="QGridLayout" name="gridLayout_3"> - <item row="0" column="0"> - <widget class="QLabel" name="label_4"> - <property name="text"> - <string>Minimum file size:</string> - </property> - </widget> - </item> - <item row="0" column="1"> - <widget class="QSpinBox" name="lfFileSizeSpinBox"> - <property name="toolTip"> - <string>Enter the minimum file size in MB for files to be treated as Large Files</string> - </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - <property name="suffix"> - <string> MB</string> - </property> - <property name="minimum"> - <number>1</number> - </property> - <property name="value"> - <number>10</number> - </property> - </widget> - </item> - <item row="0" column="2"> - <spacer name="horizontalSpacer"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>215</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="1" column="0"> - <widget class="QLabel" name="label_5"> - <property name="text"> - <string>Patterns:</string> - </property> - </widget> - </item> - <item row="1" column="1" colspan="2"> - <widget class="QLineEdit" name="lfFilePatternsEdit"> - <property name="toolTip"> - <string>Enter file patterns (space separated) for files to be treated as Large Files</string> - </property> - </widget> - </item> - </layout> </widget> </item> <item> @@ -216,8 +504,15 @@ <extends>QLineEdit</extends> <header>E5Gui/E5LineEdit.h</header> </customwidget> + <customwidget> + <class>E5PathPicker</class> + <extends>QWidget</extends> + <header>E5Gui/E5PathPicker.h</header> + <container>1</container> + </customwidget> </customwidgets> <tabstops> + <tabstop>tabWidget</tabstop> <tabstop>userNameEdit</tabstop> <tabstop>emailEdit</tabstop> <tabstop>fetchCheckBox</tabstop> @@ -229,7 +524,7 @@ <tabstop>shelveCheckBox</tabstop> <tabstop>lfFileSizeSpinBox</tabstop> <tabstop>lfFilePatternsEdit</tabstop> - <tabstop>buttonBox</tabstop> + <tabstop>lfUserCachePicker</tabstop> </tabstops> <resources/> <connections>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.py Sat Oct 22 17:09:08 2016 +0200 @@ -0,0 +1,50 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2016 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Module implementing a dialog to edit a host fingerprint. +""" + +from __future__ import unicode_literals + +from PyQt5.QtWidgets import QDialog + +from .Ui_HgUserConfigHostFingerprintDialog import \ + Ui_HgUserConfigHostFingerprintDialog + + +class HgUserConfigHostFingerprintDialog( + QDialog, Ui_HgUserConfigHostFingerprintDialog): + """ + Class implementing a dialog to edit a host fingerprint. + """ + def __init__(self, parent=None, host="", fingerprint=""): + """ + Constructor + + @param parent reference to the parent widget + @type QWidget + @param host host name + @type str + @param fingerprint fingerprint for the host + @type str + """ + super(HgUserConfigHostFingerprintDialog, self).__init__(parent) + self.setupUi(self) + + self.hostEdit.setText(host) + self.fingerprintEdit.setText(fingerprint) + + def getData(self): + """ + Public method to retrieve the data. + + @return tuple containig the host name and the fingerprint + @rtype tuple of two str + """ + return ( + self.hostEdit.text(), + self.fingerprintEdit.text(), + )
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui Sat Oct 22 17:09:08 2016 +0200 @@ -0,0 +1,108 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>HgUserConfigHostFingerprintDialog</class> + <widget class="QDialog" name="HgUserConfigHostFingerprintDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>600</width> + <height>110</height> + </rect> + </property> + <property name="windowTitle"> + <string>Host Fingerprint</string> + </property> + <property name="sizeGripEnabled"> + <bool>true</bool> + </property> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0"> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Host:</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="E5ClearableLineEdit" name="hostEdit"> + <property name="toolTip"> + <string>Enter the host name</string> + </property> + <property name="placeholderText"> + <string>Enter Hostname</string> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>Fingerprint:</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="E5ClearableLineEdit" name="fingerprintEdit"> + <property name="toolTip"> + <string>Enter the host fingerprint</string> + </property> + <property name="placeholderText"> + <string>Enter Fingerprint</string> + </property> + </widget> + </item> + <item row="2" column="0" colspan="2"> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons"> + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> + </property> + </widget> + </item> + </layout> + </widget> + <customwidgets> + <customwidget> + <class>E5ClearableLineEdit</class> + <extends>QLineEdit</extends> + <header>E5Gui/E5LineEdit.h</header> + </customwidget> + </customwidgets> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>HgUserConfigHostFingerprintDialog</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel"> + <x>248</x> + <y>254</y> + </hint> + <hint type="destinationlabel"> + <x>157</x> + <y>274</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>HgUserConfigHostFingerprintDialog</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel"> + <x>316</x> + <y>260</y> + </hint> + <hint type="destinationlabel"> + <x>286</x> + <y>274</y> + </hint> + </hints> + </connection> + </connections> +</ui>
--- a/eric6.e4p Fri Oct 21 23:14:16 2016 +0200 +++ b/eric6.e4p Sat Oct 22 17:09:08 2016 +0200 @@ -574,6 +574,7 @@ <Source>Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py</Source> <Source>Plugins/VcsPlugins/vcsMercurial/HgTagDialog.py</Source> <Source>Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py</Source> + <Source>Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.py</Source> <Source>Plugins/VcsPlugins/vcsMercurial/HgUtilities.py</Source> <Source>Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfConvertDataDialog.py</Source> <Source>Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfRevisionsInputDialog.py</Source> @@ -1634,6 +1635,7 @@ <Form>Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.ui</Form> <Form>Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui</Form> <Form>Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui</Form> + <Form>Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui</Form> <Form>Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfConvertDataDialog.ui</Form> <Form>Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfRevisionsInputDialog.ui</Form> <Form>Plugins/VcsPlugins/vcsMercurial/PurgeExtension/HgPurgeListDialog.ui</Form>
--- a/i18n/eric6_cs.ts Fri Oct 21 23:14:16 2016 +0200 +++ b/i18n/eric6_cs.ts Sat Oct 22 17:09:08 2016 +0200 @@ -6531,7 +6531,7 @@ <context> <name>DebuggerInterfacePython2</name> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="348"/> <source>Start Debugger</source> <translation type="unfinished">Spustit debuger</translation> </message> @@ -6541,37 +6541,37 @@ <translation type="unfinished"><p>Python2 interpreter není nakonfigurován.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="348"/> <source><p>The debugger backend could not be started.</p></source> <translation type="unfinished"><p>Debugovací backend nelze spustit.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="815"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="811"/> <source>Parent Process</source> <translation type="unfinished">Rodičovský proces</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="816"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="812"/> <source>Child process</source> <translation type="unfinished">Dětský proces</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="813"/> <source>Client forking</source> <translation type="unfinished">Větvení klienta</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="813"/> <source>Select the fork branch to follow.</source> <translation type="unfinished">Pokračovat ve fork větvi.</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="858"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="858"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{0}</p></source> <translation type="unfinished"></translation> </message> @@ -6579,32 +6579,32 @@ <context> <name>DebuggerInterfacePython3</name> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="348"/> <source>Start Debugger</source> <translation>Spustit debuger</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="348"/> <source><p>The debugger backend could not be started.</p></source> <translation><p>Debugovací backend nelze spustit.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="815"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="811"/> <source>Parent Process</source> <translation>Rodičovský proces</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="816"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="812"/> <source>Child process</source> <translation>Dětský proces</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="813"/> <source>Client forking</source> <translation>Větvení klienta</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="813"/> <source>Select the fork branch to follow.</source> <translation>Pokračovat ve fork větvi.</translation> </message> @@ -6614,12 +6614,12 @@ <translation type="unfinished"><p>Python2 interpreter není nakonfigurován.</p> {3 ?}</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="858"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="858"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{0}</p></source> <translation type="unfinished"></translation> </message> @@ -6825,7 +6825,7 @@ <translation type="obsolete">Výběr interpretru pro Debug klienta</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.py" line="117"/> + <location filename="../Project/DebuggerPropertiesDialog.py" line="111"/> <source>All Files (*)</source> <translation>Všechny soubory (*)</translation> </message> @@ -6863,7 +6863,7 @@ <translation>Typ Debug klienta</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="98"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="68"/> <source>Enter the path of the Debug Client to be used. Leave empty to use the default.</source> <translation>Zadání cesty ke klinetu debugeru. Ponechte prázdné chcete-li použít výchozí hodnotu.</translation> </message> @@ -6873,57 +6873,57 @@ <translation>Stisknout pro výběr klienta debugeru přes dialog výběru souborů</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="62"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="75"/> <source>Select the standard debug client</source> <translation>Výběr standardního debug klienta</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="65"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="78"/> <source>Standard</source> <translation>Standard</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="82"/> - <source>Select the custom selected debug client</source> - <translation>Zapnout vybraného obvyklého debug klienta</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="85"/> + <source>Select the custom selected debug client</source> + <translation>Zapnout vybraného obvyklého debug klienta</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="88"/> <source>Custom</source> <translation>Obvyklý</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="72"/> <source>Select the multi threaded debug client</source> - <translation>Výběr multi threadového debug klienta</translation> + <translation type="obsolete">Výběr multi threadového debug klienta</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="75"/> <source>Multi Threaded</source> - <translation>Multi Threadový</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="108"/> + <translation type="obsolete">Multi Threadový</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="98"/> <source>Source association</source> <translation>Asociace zdroje</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="114"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="104"/> <source>Enter the file extensions to be associated with the Python3 debugger separated by a space. They must not overlap with the ones for Python2.</source> <translation>Zadejte extenze (oddělené mezerou) pro asociaci s Python3 debugerem. Pozor! Musí být jiné, než ty pro Python2. </translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="123"/> + <source>Redirect stdin/stdout/stderr</source> + <translation>Přesměrování stdin/stdout/stderr</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="130"/> + <source>Select to not set the debug client encoding</source> + <translation>Nenastavovat kódování debug klienta</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="133"/> - <source>Redirect stdin/stdout/stderr</source> - <translation>Přesměrování stdin/stdout/stderr</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="140"/> - <source>Select to not set the debug client encoding</source> - <translation>Nenastavovat kódování debug klienta</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="143"/> <source>Don't set the encoding of the debug client</source> <translation>Nenastavovat kódování debug klienta</translation> </message> @@ -6948,7 +6948,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="130"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="120"/> <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> <translation type="unfinished">Vyberte pro přesměrování stdin, stdout, a stderr programu, který je debugován v eric5 IDE {6 ?}</translation> </message> @@ -6976,7 +6976,7 @@ <translation>Typ Debug klienta</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="98"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="68"/> <source>Enter the path of the Debug Client to be used. Leave empty to use the default.</source> <translation>Zadání cesty k Debug klinetovi, který se má použít. Ponechte prázdné chcete-li použít default.</translation> </message> @@ -6986,47 +6986,47 @@ <translation>Stisknout pro výběr klienta debugeru přes dialog výběru souborů</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="62"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="75"/> <source>Select the standard debug client</source> <translation>Výběr standardního debug klienta</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="65"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="78"/> <source>Standard</source> <translation>Standard</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="82"/> - <source>Select the custom selected debug client</source> - <translation>Zapnout vybraného běžného debug klienta</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="85"/> + <source>Select the custom selected debug client</source> + <translation>Zapnout vybraného běžného debug klienta</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="88"/> <source>Custom</source> <translation>Běžný</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="72"/> <source>Select the multi threaded debug client</source> - <translation>Výběr multi threadového debug klienta</translation> + <translation type="obsolete">Výběr multi threadového debug klienta</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="75"/> <source>Multi Threaded</source> - <translation>Multi Threadový</translation> + <translation type="obsolete">Multi Threadový</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="123"/> + <source>Redirect stdin/stdout/stderr</source> + <translation>Přesměrování stdin/stdout/stderr</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="130"/> + <source>Select to not set the debug client encoding</source> + <translation>Nenastavovat kódování debug klienta</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="133"/> - <source>Redirect stdin/stdout/stderr</source> - <translation>Přesměrování stdin/stdout/stderr</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="140"/> - <source>Select to not set the debug client encoding</source> - <translation>Nenastavovat kódování debug klienta</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="143"/> <source>Don't set the encoding of the debug client</source> <translation>Nenastavovat kódování debug klienta</translation> </message> @@ -7041,12 +7041,12 @@ <translation type="obsolete">Výběr Debug klienta</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="108"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="98"/> <source>Source association</source> <translation>Asociace zdroje</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="114"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="104"/> <source>Enter the file extensions to be associated with the Python2 debugger separated by a space. They must not overlap with the ones for Python3.</source> <translation>Zadejte extenze (oddělené mezerou) pro asociaci s Python2 debugerem. Pozor! Musí být jiné, než ty pro Python3. </translation> </message> @@ -7061,7 +7061,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="130"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="120"/> <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> <translation type="unfinished">Vyberte pro přesměrování stdin, stdout, a stderr programu, který je debugován v eric5 IDE {6 ?}</translation> </message> @@ -17710,22 +17710,22 @@ <translation>H&ledat:</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="194"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="202"/> <source>Open Link</source> <translation>Otevřít link</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="195"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="203"/> <source>Open Link in New Tab</source> <translation>Otevřít link v novém tabu</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="196"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="204"/> <source>Open Link in Background Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="198"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="206"/> <source>Open Link in New Window</source> <translation type="unfinished"></translation> </message> @@ -17814,22 +17814,22 @@ <context> <name>HelpSearchWidget</name> <message> - <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="145"/> + <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="144"/> <source>Open Link</source> <translation>Otevřít link</translation> </message> <message> + <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="145"/> + <source>Open Link in New Tab</source> + <translation>Otevřít link v novém tabu</translation> + </message> + <message> <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="146"/> - <source>Open Link in New Tab</source> - <translation>Otevřít link v novém tabu</translation> - </message> - <message> - <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="147"/> <source>Open Link in Background Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="149"/> + <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="148"/> <source>Open Link in New Window</source> <translation type="unfinished"></translation> </message> @@ -18011,22 +18011,22 @@ <context> <name>HelpTocWidget</name> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="162"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="158"/> <source>Open Link</source> <translation>Otevřít link</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="163"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="159"/> <source>Open Link in New Tab</source> <translation>Otevřít link v novém tabu</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="164"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="160"/> <source>Open Link in Background Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="166"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="162"/> <source>Open Link in New Window</source> <translation type="unfinished"></translation> </message> @@ -21914,437 +21914,437 @@ <context> <name>Hg</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="282"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="281"/> <source>The hg process finished with the exit code {0}</source> <translation>hg proces skončil s exit kódem {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1873"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1872"/> <source>The hg process did not finish within 30s.</source> <translation>hg proces neskončil do 30s.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="289"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="288"/> <source>Could not start the hg executable.</source> <translation>Nelze spustit hg program.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="317"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="316"/> <source>Create project repository</source> <translation>Vytvořit repozitář projektu</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="317"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="316"/> <source>The project repository could not be created.</source> <translation>Úložiště projektu nelze vytvořit.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="346"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="345"/> <source>Creating Mercurial repository</source> <translation>Vytváření Mercurial úložiště</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="362"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="361"/> <source>Initial commit to Mercurial repository</source> <translation>Úvodní zápis změn (commit) do Mercurial úložiště</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="410"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="409"/> <source>Cloning project from a Mercurial repository</source> <translation>Naklonovat projekt z Mercurial úložiště</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="660"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="659"/> <source>Synchronizing with the Mercurial repository</source> <translation>Synchronizovat s Mercurial úložištěm</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="710"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="709"/> <source>Adding files/directories to the Mercurial repository</source> <translation>Přidat soubory/složky do Mercurial úložiště</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="780"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="779"/> <source>Removing files/directories from the Mercurial repository</source> <translation>Odebrat soubory/složky z Mercurial úložiště</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="842"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="841"/> <source>Renaming {0}</source> <translation>Přejmenování {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1063"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1062"/> <source>Reverting changes</source> <translation>Navrácení změn</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1108"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1107"/> <source>Merging</source> <translation>Merging</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1410"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1409"/> <source>Mercurial command</source> <translation>Mercurial příkaz</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1630"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1629"/> <source>Copying {0}</source> <translation>Kopírování {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2031"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2030"/> <source>Pulling from a remote Mercurial repository</source> <translation>Stažení (pull) z Mercurial repozitáře</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2085"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2084"/> <source>Pushing to a remote Mercurial repository</source> <translation>Odeslání (push) do Mercurial repozitáře</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2293"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2292"/> <source>Creating branch in the Mercurial repository</source> <translation>Vytvoření větve v Mercurial repozitáři</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2446"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2412"/> <source>Verifying the integrity of the Mercurial repository</source> <translation>Ověřit integritu Mercurial repozitáře</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2471"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2437"/> <source>Showing the combined configuration settings</source> <translation>Zobrazení nastavení kombinovaných konfigurací</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2495"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2461"/> <source>Showing aliases for remote repositories</source> <translation>Zobrazení aliasů pro vzdálené úložiště</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2519"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2485"/> <source>Recovering from interrupted transaction</source> <translation>Obnovení z přerušené transakce</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2741"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2707"/> <source>Shall the working directory be updated?</source> <translation>Má být pracovní adresář aktualizován?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2322"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2321"/> <source>Showing current branch</source> <translation>Zobrazení aktuální větve</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2672"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2638"/> <source>Create changegroup</source> <translation>Vytvořit skupinu změn</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2753"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2719"/> <source>Apply changegroups</source> <translation>Použít skupinu změn</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2771"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2737"/> <source>Bisect subcommand ({0}) invalid.</source> <translation>Neplatný bisect podpříkaz ({0}).</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2801"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2767"/> <source>Mercurial Bisect ({0})</source> <translation>Mercurial Bisect ({0})</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2693"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2659"/> <source>Preview changegroup</source> <translation>Náhled skupiny změn</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2543"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2509"/> <source>Identifying project directory</source> <translation>Rozpoznat složku projektu</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2581"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2547"/> <source>Create .hgignore file</source> <translation>Vytvořit soubor .hgignore</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2581"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2547"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2799"/> + <source>Removing files from the Mercurial repository only</source> + <translation>Odebrat soubory jen z Mercurial úložiště</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2595"/> + <source>Mercurial Changegroup Files (*.hg)</source> + <translation>Soubory Mercurial skupiny změn (*.hg)</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2699"/> + <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> + <translation>Soubory Mercurial skupiny změn (*.hg);;Všechny soubory (*)</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2853"/> + <source>Backing out changeset</source> + <translation>Zálohovat skupinu změn</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2833"/> - <source>Removing files from the Mercurial repository only</source> - <translation>Odebrat soubory jen z Mercurial úložiště</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2629"/> - <source>Mercurial Changegroup Files (*.hg)</source> - <translation>Soubory Mercurial skupiny změn (*.hg)</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2733"/> - <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> - <translation>Soubory Mercurial skupiny změn (*.hg);;Všechny soubory (*)</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2887"/> - <source>Backing out changeset</source> - <translation>Zálohovat skupinu změn</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2867"/> <source>No revision given. Aborting...</source> <translation>Nebyla dána žádná revize. Ruším...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2646"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2612"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2914"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2880"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2907"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2873"/> <source>Are you sure you want to rollback the last transaction?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="573"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="572"/> <source>Committing changes to Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3548"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3514"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3403"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3369"/> <source><p>The Mercurial Command Server could not be restarted.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3548"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3514"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2982"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2948"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3029"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2995"/> <source>Export Patches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3076"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3042"/> <source>Change Phase</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3129"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3095"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3155"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3121"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3272"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3238"/> <source>Add Sub-repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3305"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3271"/> <source><p>The sub-repositories file .hgsub could not be read.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3253"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3219"/> <source><p>The sub-repositories file .hgsub already contains an entry <b>{0}</b>. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3324"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3290"/> <source><p>The sub-repositories file .hgsub could not be written to.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3324"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3290"/> <source>Remove Sub-repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3293"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3259"/> <source><p>The sub-repositories file .hgsub does not exist. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="506"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="505"/> <source>Commit Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="506"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="505"/> <source>The commit affects files, that have unsaved changes. Shall the commit be continued?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1057"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1056"/> <source>Revert changes</source> <translation type="unfinished">Vrátit změny</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1048"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1047"/> <source>Do you really want to revert all changes to these files or directories?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1057"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1056"/> <source>Do you really want to revert all changes of the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3190"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3156"/> <source>Create Unversioned Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1943"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1942"/> <source>Mercurial Side-by-Side Difference</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1943"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1942"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"><p>Soubor <b>{0}</b> nelze přečíst.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1876"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1875"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished">Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1007"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1006"/> <source>Tagging in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2300"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2299"/> <source>Created new branch <{0}>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1184"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1183"/> <source>Current branch tip</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2260"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2259"/> <source>Cancelling uncommitted merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3658"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3624"/> <source>Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3676"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3642"/> <source>Delete Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3676"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3642"/> <source>Select the bookmark to be deleted:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3687"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3653"/> <source>Delete Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3715"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3681"/> <source>Rename Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3748"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3714"/> <source>Move Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3840"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3806"/> <source>Pull Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3840"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3806"/> <source>Select the bookmark to be pulled:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3851"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3817"/> <source>Pulling bookmark from a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3880"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3846"/> <source>Push Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3880"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3846"/> <source>Select the bookmark to be push:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3891"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3857"/> <source>Pushing bookmark to a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1153"/> <source>Re-Merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1145"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1144"/> <source>Do you really want to re-merge these files or directories?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1153"/> <source>Do you really want to re-merge the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1159"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1158"/> <source>Re-Merging</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2231"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2230"/> <source>Marking as 'unresolved'</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2233"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2232"/> <source>Marking as 'resolved'</source> <translation type="unfinished"></translation> </message> @@ -23517,27 +23517,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="55"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="54"/> <source>&Refresh</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="57"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="56"/> <source>Press to refresh the list of conflicts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="157"/> <source>Process Generation Error</source> <translation type="unfinished">Chyba v procesu generování</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="157"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished">Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="249"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="248"/> <source>Unknown Status</source> <translation type="unfinished"></translation> </message> @@ -29127,145 +29127,341 @@ <context> <name>HgUserConfigDataDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="14"/> - <source>Mercurial User Data</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="23"/> - <source>User Data</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="29"/> - <source>First Name:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="36"/> - <source>Enter the first name</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="43"/> - <source>Last Name:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="50"/> - <source>Enter the last name</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="57"/> - <source>Email:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="64"/> - <source>Enter the email address</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="74"/> - <source>Extensions</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="80"/> - <source>Select to activate the fetch extension</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="83"/> - <source>Fetch</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="90"/> - <source>Select to activate the GPG extension</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="93"/> - <source>GPG</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="110"/> - <source>Select to activate the Purge extension</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="113"/> - <source>Purge</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="120"/> - <source>Select to activate the queues extension</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="123"/> - <source>Queues</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="133"/> - <source>Rebase</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="130"/> - <source>Select to activate the rebase extension</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="140"/> - <source>Select to activate the shelve extension</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="143"/> - <source>Shelve</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="100"/> - <source>Select to activate the largefiles extension</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="156"/> - <source>Large Files</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="162"/> - <source>Minimum file size:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="169"/> - <source>Enter the minimum file size in MB for files to be treated as Large Files</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="175"/> <source> MB</source> + <translation type="obsolete"> MB</translation> + </message> +</context> +<context> + <name>HgUserConfigDialog</name> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="349"/> + <source>Delete Host Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="349"/> + <source><p>Shall the fingerprint for host <b>{0}</b> really be deleted?</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="404"/> + <source>Edit User Configuration</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="404"/> + <source>You will loose all changes made in this dialog. Shall the data be saved first?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="14"/> + <source>Mercurial User Data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="27"/> + <source>User</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="45"/> + <source>User Data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="51"/> + <source>Name:</source> + <translation type="unfinished">Jméno:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="58"/> + <source>Enter the user name</source> + <translation type="unfinished">Zadejte uživatelské jméno</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="61"/> + <source>Enter your name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="68"/> + <source>Email:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="75"/> + <source>Enter the email address</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="78"/> + <source>Enter your email address</source> + <translation type="unfinished">Zadejte vaši emailovou adresu</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="120"/> + <source>Extensions</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="126"/> + <source>Select to activate the fetch extension</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="129"/> + <source>Fetch</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="136"/> + <source>Select to activate the GPG extension</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="139"/> + <source>GPG</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="146"/> + <source>Select to activate the largefiles extension</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="202"/> + <source>Large Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="156"/> + <source>Select to activate the Purge extension</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="159"/> + <source>Purge</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="166"/> + <source>Select to activate the queues extension</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="169"/> + <source>Queues</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="176"/> + <source>Select to activate the rebase extension</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="179"/> + <source>Rebase</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="186"/> + <source>Select to activate the shelve extension</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="189"/> + <source>Shelve</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="208"/> + <source>Minimum file size:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="215"/> + <source>Enter the minimum file size in MB for files to be treated as Large Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="221"/> + <source> MB</source> <translation type="unfinished"> MB</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="201"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="247"/> <source>Patterns:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="208"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="254"/> <source>Enter file patterns (space separated) for files to be treated as Large Files</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="257"/> + <source>Enter file patterns for large files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="264"/> + <source>User Cache:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="280"/> + <source>Enter the name of the user cache directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="304"/> + <source>Network</source> + <translation type="unfinished">Síť</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="322"/> + <source>Proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="328"/> + <source>Host:</source> + <translation type="unfinished">Host:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="335"/> + <source>Enter the network proxy host name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="338"/> + <source>Enter Proxy Hostname</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="345"/> + <source>User:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="352"/> + <source>Enter the user name for the network proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="355"/> + <source>Enter Proxy Username</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="362"/> + <source>Password:</source> + <translation type="unfinished">Heslo:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="369"/> + <source>Enter the password for the network proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="375"/> + <source>Enter Proxy Password</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="382"/> + <source>Bypass:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="389"/> + <source>Enter the names of hosts bypassing the network proxy sparated by comma</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="395"/> + <source>Enter hosts bypassing the proxy separated by comma</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="405"/> + <source>Host Fingerprints</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="424"/> + <source>Host</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="429"/> + <source>Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="439"/> + <source>Add a host fingerprint entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="446"/> + <source>Delete a host fingerprint entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="453"/> + <source>Edit a host fingerprint entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="482"/> + <source>Open the user configuration file in a text editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="485"/> + <source>Open configuration file in editor</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>HgUserConfigHostFingerprintDialog</name> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="14"/> + <source>Host Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="23"/> + <source>Host:</source> + <translation type="unfinished">Host:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="30"/> + <source>Enter the host name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="33"/> + <source>Enter Hostname</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="40"/> + <source>Fingerprint:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="47"/> + <source>Enter the host fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="50"/> + <source>Enter Fingerprint</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HistoryDialog</name> @@ -39387,205 +39583,205 @@ <message> <location filename="../Project/Project.py" line="166"/> <source>Ruby Files (*.rb);;</source> - <translation>Ruby soubory (*.rb);;</translation> - </message> - <message> - <location filename="../Project/Project.py" line="247"/> + <translation type="obsolete">Ruby soubory (*.rb);;</translation> + </message> + <message> + <location filename="../Project/Project.py" line="261"/> <source>Console</source> <translation>Konzole</translation> </message> <message> - <location filename="../Project/Project.py" line="248"/> + <location filename="../Project/Project.py" line="262"/> <source>Other</source> <translation>Ostatní</translation> </message> <message> - <location filename="../Project/Project.py" line="701"/> + <location filename="../Project/Project.py" line="715"/> <source>Read project file</source> <translation>Načíst soubor projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="801"/> + <location filename="../Project/Project.py" line="815"/> <source>Save project file</source> <translation>Uložit soubor projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="837"/> + <location filename="../Project/Project.py" line="851"/> <source>Read user project properties</source> <translation>Načíst uživatelská nastavení projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="861"/> + <location filename="../Project/Project.py" line="875"/> <source>Save user project properties</source> <translation>Uložit uživatelská nastavení projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="933"/> <source>Read project session</source> <translation>Načíst relaci projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="1141"/> - <source>Please save the project first.</source> - <translation>Prosím, nejdříve uložte projekt.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="955"/> - <source>Save project session</source> - <translation>Uložit relaci projektu</translation> - </message> - <message> - <location filename="../Project/Project.py" line="984"/> - <source>Delete project session</source> - <translation>Smazat relaci projektu</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1018"/> - <source>Read tasks</source> - <translation>Načíst úlohy</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1038"/> - <source>Save tasks</source> - <translation>Uložit úlohy</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1095"/> - <source>Read debugger properties</source> - <translation>Načíst nastavení debuggeru</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1129"/> - <source>Save debugger properties</source> - <translation>Uložit nastavení debuggeru</translation> - </message> - <message> <location filename="../Project/Project.py" line="1155"/> + <source>Please save the project first.</source> + <translation>Prosím, nejdříve uložte projekt.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="969"/> + <source>Save project session</source> + <translation>Uložit relaci projektu</translation> + </message> + <message> + <location filename="../Project/Project.py" line="998"/> + <source>Delete project session</source> + <translation>Smazat relaci projektu</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1032"/> + <source>Read tasks</source> + <translation>Načíst úlohy</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1052"/> + <source>Save tasks</source> + <translation>Uložit úlohy</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1109"/> + <source>Read debugger properties</source> + <translation>Načíst nastavení debuggeru</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1143"/> + <source>Save debugger properties</source> + <translation>Uložit nastavení debuggeru</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1169"/> <source>Delete debugger properties</source> <translation>Smazat nastavení debuggeru</translation> </message> <message> - <location filename="../Project/Project.py" line="1263"/> + <location filename="../Project/Project.py" line="1277"/> <source>Add Language</source> <translation>Přidat jazyk</translation> </message> <message> - <location filename="../Project/Project.py" line="1385"/> + <location filename="../Project/Project.py" line="1399"/> <source>Delete translation</source> <translation>Smazat překlad</translation> </message> <message> - <location filename="../Project/Project.py" line="1536"/> + <location filename="../Project/Project.py" line="1550"/> <source>Add file</source> <translation>Přidat soubor</translation> </message> <message> - <location filename="../Project/Project.py" line="1653"/> + <location filename="../Project/Project.py" line="1667"/> <source>The target directory must not be empty.</source> <translation>Cílový adresář nesmí být prázdný.</translation> </message> <message> - <location filename="../Project/Project.py" line="1664"/> + <location filename="../Project/Project.py" line="1678"/> <source>Add directory</source> <translation>Přidat adresář</translation> </message> <message> - <location filename="../Project/Project.py" line="1664"/> + <location filename="../Project/Project.py" line="1678"/> <source>The source directory must not be empty.</source> <translation>Cílový adresář nesmí být prázdný.</translation> </message> <message> - <location filename="../Project/Project.py" line="1788"/> + <location filename="../Project/Project.py" line="1802"/> <source>Rename file</source> <translation>Přejmenovat soubor</translation> </message> <message> - <location filename="../Project/Project.py" line="1812"/> + <location filename="../Project/Project.py" line="1826"/> <source>Rename File</source> <translation>Přejmenovat soubor</translation> </message> <message> - <location filename="../Project/Project.py" line="2048"/> + <location filename="../Project/Project.py" line="2062"/> <source>Delete file</source> <translation>Smazat soubor</translation> </message> <message> - <location filename="../Project/Project.py" line="2077"/> + <location filename="../Project/Project.py" line="2091"/> <source>Delete directory</source> <translation>Smazat adresář</translation> </message> <message> - <location filename="../Project/Project.py" line="2159"/> + <location filename="../Project/Project.py" line="2173"/> <source>Create project directory</source> <translation>Vytvořit adresář projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2697"/> <source>New Project</source> <translation>Nový projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="2235"/> + <location filename="../Project/Project.py" line="2249"/> <source>Add existing files to the project?</source> <translation>Přidat existující soubory do projektu?</translation> </message> <message> - <location filename="../Project/Project.py" line="2354"/> + <location filename="../Project/Project.py" line="2368"/> <source>Would you like to edit the VCS command options?</source> <translation>Chcete editovat parametry VCS příkazu?</translation> </message> <message> - <location filename="../Project/Project.py" line="3443"/> - <source>New project</source> - <translation>Nový projekt</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2302"/> - <source>Shall the project file be added to the repository?</source> - <translation>Má být projekt přidán do repozitáře?</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2326"/> - <source>Select version control system for the project</source> - <translation>Výběr verzovacího systému projektu</translation> - </message> - <message> <location filename="../Project/Project.py" line="3457"/> + <source>New project</source> + <translation>Nový projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2316"/> + <source>Shall the project file be added to the repository?</source> + <translation>Má být projekt přidán do repozitáře?</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2340"/> + <source>Select version control system for the project</source> + <translation>Výběr verzovacího systému projektu</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3471"/> <source>Open project</source> <translation>Otevřít projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="2819"/> + <location filename="../Project/Project.py" line="2833"/> <source>Project Files (*.e4p)</source> <translation>Soubory projektu (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="3494"/> + <location filename="../Project/Project.py" line="3508"/> <source>Save project as</source> <translation>Uložit projekt jako</translation> </message> <message> - <location filename="../Project/Project.py" line="2834"/> + <location filename="../Project/Project.py" line="2848"/> <source>Save File</source> <translation>Uložit soubor</translation> </message> <message> - <location filename="../Project/Project.py" line="2870"/> + <location filename="../Project/Project.py" line="2884"/> <source>Close Project</source> <translation>Zavřít projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="2870"/> + <location filename="../Project/Project.py" line="2884"/> <source>The current project has unsaved changes.</source> <translation>Aktuální projekt obsahuje neuložené změny.</translation> </message> <message> - <location filename="../Project/Project.py" line="3035"/> + <location filename="../Project/Project.py" line="3049"/> <source>Syntax errors detected</source> <translation>Zjištěny syntaktické chyby</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3035"/> + <location filename="../Project/Project.py" line="3049"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>Projekt obsahuje %n soubor se syntaktickými chybami.</numerusform> @@ -39594,577 +39790,572 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="3443"/> + <location filename="../Project/Project.py" line="3457"/> <source>&New...</source> <translation>&Nový...</translation> </message> <message> - <location filename="../Project/Project.py" line="3448"/> - <source>Generate a new project</source> - <translation>Vygenerovat nový projekt</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3449"/> - <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> - <translation><b>Nový...</b><p>Otevře se dialogové okno pro zadání informací o novém projektu.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3457"/> - <source>&Open...</source> - <translation>&Otevřít...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3462"/> - <source>Open an existing project</source> - <translation>Otevřít existující projekt</translation> + <source>Generate a new project</source> + <translation>Vygenerovat nový projekt</translation> </message> <message> <location filename="../Project/Project.py" line="3463"/> + <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> + <translation><b>Nový...</b><p>Otevře se dialogové okno pro zadání informací o novém projektu.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3471"/> + <source>&Open...</source> + <translation>&Otevřít...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3476"/> + <source>Open an existing project</source> + <translation>Otevřít existující projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3477"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Otevřít....</b><p>Otevře existující projekt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3470"/> + <location filename="../Project/Project.py" line="3484"/> <source>Close project</source> <translation>Zavřít projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="3470"/> + <location filename="../Project/Project.py" line="3484"/> <source>&Close</source> <translation>&Zavřít</translation> </message> <message> - <location filename="../Project/Project.py" line="3474"/> + <location filename="../Project/Project.py" line="3488"/> <source>Close the current project</source> <translation>Uzavře aktuální projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="3475"/> + <location filename="../Project/Project.py" line="3489"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Zavřít</b><p>Aktuální projekt se uzavře.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3482"/> + <location filename="../Project/Project.py" line="3496"/> <source>Save project</source> <translation>Uložit projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="3673"/> + <location filename="../Project/Project.py" line="3687"/> <source>&Save</source> <translation>&Uložit</translation> </message> <message> - <location filename="../Project/Project.py" line="3486"/> - <source>Save the current project</source> - <translation>Uložit aktuální projekt</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3487"/> - <source><b>Save</b><p>This saves the current project.</p></source> - <translation><b>Uložit</b><p>Aktuální projekt se uloží.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3494"/> - <source>Save &as...</source> - <translation>Uložit j&ako...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3498"/> - <source>Save the current project to a new file</source> - <translation>Uloží aktuální projekt do nového souboru</translation> - </message> - <message> <location filename="../Project/Project.py" line="3500"/> - <source><b>Save as</b><p>This saves the current project to a new file.</p></source> - <translation><b>Uložit jako</b><p>Uloží aktuální projekt do nového souboru.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3509"/> - <source>Add files to project</source> - <translation>Přidat soubory do projektu</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3509"/> - <source>Add &files...</source> - <translation>&Přidat soubory...</translation> + <source>Save the current project</source> + <translation>Uložit aktuální projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3501"/> + <source><b>Save</b><p>This saves the current project.</p></source> + <translation><b>Uložit</b><p>Aktuální projekt se uloží.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3508"/> + <source>Save &as...</source> + <translation>Uložit j&ako...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3512"/> + <source>Save the current project to a new file</source> + <translation>Uloží aktuální projekt do nového souboru</translation> </message> <message> <location filename="../Project/Project.py" line="3514"/> + <source><b>Save as</b><p>This saves the current project to a new file.</p></source> + <translation><b>Uložit jako</b><p>Uloží aktuální projekt do nového souboru.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3523"/> + <source>Add files to project</source> + <translation>Přidat soubory do projektu</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3523"/> + <source>Add &files...</source> + <translation>&Přidat soubory...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3528"/> <source>Add files to the current project</source> <translation>Přidat soubory do aktuálního projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3516"/> - <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> - <translation><b>Přidat soubory...</b><p>Otevře dialog pri přidání souborů do aktuálního projektu. Místo pro přidání je definováno extenzí souborů.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3525"/> - <source>Add directory to project</source> - <translation>Přidat adresář do projektu</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3525"/> - <source>Add directory...</source> - <translation>Přidat adresář...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3530"/> + <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> + <translation><b>Přidat soubory...</b><p>Otevře dialog pri přidání souborů do aktuálního projektu. Místo pro přidání je definováno extenzí souborů.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3539"/> + <source>Add directory to project</source> + <translation>Přidat adresář do projektu</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3539"/> + <source>Add directory...</source> + <translation>Přidat adresář...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3544"/> <source>Add a directory to the current project</source> <translation>Přidat adresář do aktuálního projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3532"/> + <location filename="../Project/Project.py" line="3546"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>Přidat adresář...</b><p>Otevře dialog pro přičtení adresáře do aktuálního projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3540"/> + <location filename="../Project/Project.py" line="3554"/> <source>Add translation to project</source> <translation>Přidat překlad do projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3540"/> + <location filename="../Project/Project.py" line="3554"/> <source>Add &translation...</source> <translation>Přida&t překlad...</translation> </message> <message> - <location filename="../Project/Project.py" line="3545"/> - <source>Add a translation to the current project</source> - <translation>Přidat překlad do aktuálního projektu</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3547"/> - <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> - <translation><b>Přidat překlad</b><p>Otevře dialog pro přidání překladu do aktuálního projektu.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3555"/> - <source>Search new files</source> - <translation>Hledat nové soubory</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3555"/> - <source>Searc&h new files...</source> - <translation>&Hledat nové soubory...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3559"/> - <source>Search new files in the project directory.</source> - <translation>Hledat nové soubory v adresáři projektu.</translation> + <source>Add a translation to the current project</source> + <translation>Přidat překlad do aktuálního projektu</translation> </message> <message> <location filename="../Project/Project.py" line="3561"/> + <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> + <translation><b>Přidat překlad</b><p>Otevře dialog pro přidání překladu do aktuálního projektu.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3569"/> + <source>Search new files</source> + <translation>Hledat nové soubory</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3569"/> + <source>Searc&h new files...</source> + <translation>&Hledat nové soubory...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3573"/> + <source>Search new files in the project directory.</source> + <translation>Hledat nové soubory v adresáři projektu.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3575"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> <translation><b>Hledat nové soubory...</b><p>Hledají se nové soubory (zdrojové, *.ui, *.idl) v adresáři projektu a v registrovaných podadresářích.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3584"/> + <location filename="../Project/Project.py" line="3598"/> <source>Project properties</source> <translation>Nastavení projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3584"/> + <location filename="../Project/Project.py" line="3598"/> <source>&Properties...</source> <translation>&Natavení...</translation> </message> <message> - <location filename="../Project/Project.py" line="3589"/> + <location filename="../Project/Project.py" line="3603"/> <source>Show the project properties</source> <translation>Zobrazit nastavení projektu</translation> </message> <message> - <location filename="../Project/Project.py" line="3590"/> - <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> - <translation><b>Nastavení...</b><p>Zobrazí dialog s editací nastavení projektu.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3597"/> - <source>User project properties</source> - <translation>Uživatelská nastavení projektu</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3597"/> - <source>&User Properties...</source> - <translation>Uživat&elská nastavení...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3602"/> - <source>Show the user specific project properties</source> - <translation>Zobrazit uživatelem definovaná nastavení projektu</translation> - </message> - <message> <location filename="../Project/Project.py" line="3604"/> - <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> - <translation><b>Uživatelská nastavení...</b><p>Zobrazí dialog s editací uživatelských nastavení projektu.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3612"/> - <source>Filetype Associations</source> - <translation>Asociace typů souborů</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3612"/> - <source>Filetype Associations...</source> - <translation>Asociace typů souborů...</translation> + <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> + <translation><b>Nastavení...</b><p>Zobrazí dialog s editací nastavení projektu.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3611"/> + <source>User project properties</source> + <translation>Uživatelská nastavení projektu</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3611"/> + <source>&User Properties...</source> + <translation>Uživat&elská nastavení...</translation> </message> <message> <location filename="../Project/Project.py" line="3616"/> - <source>Show the project filetype associations</source> - <translation>Zobrazit asociace typů souborů</translation> + <source>Show the user specific project properties</source> + <translation>Zobrazit uživatelem definovaná nastavení projektu</translation> </message> <message> <location filename="../Project/Project.py" line="3618"/> + <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> + <translation><b>Uživatelská nastavení...</b><p>Zobrazí dialog s editací uživatelských nastavení projektu.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3626"/> + <source>Filetype Associations</source> + <translation>Asociace typů souborů</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3626"/> + <source>Filetype Associations...</source> + <translation>Asociace typů souborů...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3630"/> + <source>Show the project filetype associations</source> + <translation>Zobrazit asociace typů souborů</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3632"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation><b>Asociace typů souborů...</b><p>Zobrazí se dialog s editací asociace typů souborů v projektu. Na základě vzorku souborového jména tyto asociace určují typ souboru (zdrojový kód, formulář, interface nebo jiné). Tyto asociace jsou použity při přidávání souborů do projektu a při vyhledávání.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3648"/> + <location filename="../Project/Project.py" line="3662"/> <source>Debugger Properties</source> <translation>Nastavení debugeru</translation> </message> <message> - <location filename="../Project/Project.py" line="3648"/> + <location filename="../Project/Project.py" line="3662"/> <source>Debugger &Properties...</source> <translation>Nastavení &debuggeru...</translation> </message> <message> - <location filename="../Project/Project.py" line="3652"/> - <source>Show the debugger properties</source> - <translation>Zobrazit nastavení debugeru</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3653"/> - <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> - <translation><b>Nastavení debugeru...</b><p>Zobrazí dialog s editací nastavení debugeru.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3661"/> - <source>Load</source> - <translation>Načíst</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3661"/> - <source>&Load</source> - <translation>&Načíst</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3665"/> - <source>Load the debugger properties</source> - <translation>Načíst nastavení debugeru</translation> - </message> - <message> <location filename="../Project/Project.py" line="3666"/> + <source>Show the debugger properties</source> + <translation>Zobrazit nastavení debugeru</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3667"/> + <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> + <translation><b>Nastavení debugeru...</b><p>Zobrazí dialog s editací nastavení debugeru.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3675"/> + <source>Load</source> + <translation>Načíst</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3675"/> + <source>&Load</source> + <translation>&Načíst</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3679"/> + <source>Load the debugger properties</source> + <translation>Načíst nastavení debugeru</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3680"/> <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> <translation><b>Načíst nastavení debugeru</b><p>Načtou se nastavení debugeru do projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3673"/> + <location filename="../Project/Project.py" line="3687"/> <source>Save</source> <translation>Uložit</translation> </message> <message> - <location filename="../Project/Project.py" line="3677"/> + <location filename="../Project/Project.py" line="3691"/> <source>Save the debugger properties</source> <translation>Uložit nastavení debugeru</translation> </message> <message> - <location filename="../Project/Project.py" line="3678"/> + <location filename="../Project/Project.py" line="3692"/> <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> <translation><b>Uložit nastavení debugeru</b><p>Uloží nastavení debugeru definovaná v projektu..</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3685"/> + <location filename="../Project/Project.py" line="3699"/> <source>Delete</source> <translation>Smazat</translation> </message> <message> - <location filename="../Project/Project.py" line="3685"/> + <location filename="../Project/Project.py" line="3699"/> <source>&Delete</source> <translation>Sma&zat</translation> </message> <message> - <location filename="../Project/Project.py" line="3689"/> - <source>Delete the debugger properties</source> - <translation>Smazat nastavení debugeru</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3690"/> - <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> - <translation><b>Smazat nastavení debugeru</b><p>Smaže se soubor obsahující nastavení debugeru v daném projektu.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3698"/> - <source>Reset</source> - <translation></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3698"/> - <source>&Reset</source> - <translation>&Reset</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3702"/> - <source>Reset the debugger properties</source> - <translation>Reset nastavení debugeru</translation> - </message> - <message> <location filename="../Project/Project.py" line="3703"/> - <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> - <translation><b>Reset nastavení debugeru</b><p>Zresetuje nastavení debugeru v projektu.</p></translation> + <source>Delete the debugger properties</source> + <translation>Smazat nastavení debugeru</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3704"/> + <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> + <translation><b>Smazat nastavení debugeru</b><p>Smaže se soubor obsahující nastavení debugeru v daném projektu.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3712"/> + <source>Reset</source> + <translation></translation> </message> <message> <location filename="../Project/Project.py" line="3712"/> - <source>Load session</source> - <translation>Načíst relaci</translation> + <source>&Reset</source> + <translation>&Reset</translation> </message> <message> <location filename="../Project/Project.py" line="3716"/> - <source>Load the projects session file.</source> - <translation>Načíst soubor s relací projektu.</translation> + <source>Reset the debugger properties</source> + <translation>Reset nastavení debugeru</translation> </message> <message> <location filename="../Project/Project.py" line="3717"/> - <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> - <translation><b>Načíst relaci</b><p>Načte soubor s relací projektu. Relace obsahuje následující údaje:<br>- všechny otevřené zdrojové soubory<br>- všechny breakpointy<br>- argumenty příkazové řádky <br>- pracovní adresář<br>- příznak výjimky</p></translation> + <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> + <translation><b>Reset nastavení debugeru</b><p>Zresetuje nastavení debugeru v projektu.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3726"/> + <source>Load session</source> + <translation>Načíst relaci</translation> </message> <message> <location filename="../Project/Project.py" line="3730"/> + <source>Load the projects session file.</source> + <translation>Načíst soubor s relací projektu.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3731"/> + <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation><b>Načíst relaci</b><p>Načte soubor s relací projektu. Relace obsahuje následující údaje:<br>- všechny otevřené zdrojové soubory<br>- všechny breakpointy<br>- argumenty příkazové řádky <br>- pracovní adresář<br>- příznak výjimky</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3744"/> <source>Save session</source> <translation>Uložit relaci</translation> </message> <message> - <location filename="../Project/Project.py" line="3734"/> - <source>Save the projects session file.</source> - <translation>Uložit soubor s relací projektu.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3735"/> - <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> - <translation><b>Uložit relaci</b><p>Uloží soubor s relací projektu. Relace obsahuje následující údaje:<br>- všechny otevřené zdrojové soubory<br>- všechny breakpointy<br>- argumenty příkazové řádky <br>- pracovní adresář<br>- příznak výjimky</p></translation> - </message> - <message> <location filename="../Project/Project.py" line="3748"/> - <source>Delete session</source> - <translation>Smazat relaci</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3752"/> - <source>Delete the projects session file.</source> - <translation>Smaže soubor s relací projektu.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3753"/> - <source><b>Delete session</b><p>This deletes the projects session file</p></source> - <translation><b>Smazat relaci</b><p>Smaže soubor s relací projektu.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3762"/> - <source>Code Metrics</source> - <translation>Metriky kódu</translation> + <source>Save the projects session file.</source> + <translation>Uložit soubor s relací projektu.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3749"/> + <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation><b>Uložit relaci</b><p>Uloží soubor s relací projektu. Relace obsahuje následující údaje:<br>- všechny otevřené zdrojové soubory<br>- všechny breakpointy<br>- argumenty příkazové řádky <br>- pracovní adresář<br>- příznak výjimky</p></translation> </message> <message> <location filename="../Project/Project.py" line="3762"/> - <source>&Code Metrics...</source> - <translation>Metriky &kódu...</translation> + <source>Delete session</source> + <translation>Smazat relaci</translation> </message> <message> <location filename="../Project/Project.py" line="3766"/> - <source>Show some code metrics for the project.</source> - <translation>Zobrazit metriky kódu projektu.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3768"/> - <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> - <translation><b>Metriky kódu...</b><p>Zobrazí se metriky kódu všech python souborů v projektu.</p></translation> + <source>Delete the projects session file.</source> + <translation>Smaže soubor s relací projektu.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3767"/> + <source><b>Delete session</b><p>This deletes the projects session file</p></source> + <translation><b>Smazat relaci</b><p>Smaže soubor s relací projektu.</p></translation> </message> <message> <location filename="../Project/Project.py" line="3776"/> - <source>Python Code Coverage</source> - <translation>Pokrytí python kódu</translation> + <source>Code Metrics</source> + <translation>Metriky kódu</translation> </message> <message> <location filename="../Project/Project.py" line="3776"/> - <source>Code Co&verage...</source> - <translation>Pokr&ytí kódu...</translation> + <source>&Code Metrics...</source> + <translation>Metriky &kódu...</translation> </message> <message> <location filename="../Project/Project.py" line="3780"/> - <source>Show code coverage information for the project.</source> - <translation>Zobrazit informace pokrytí kódu projektu.</translation> + <source>Show some code metrics for the project.</source> + <translation>Zobrazit metriky kódu projektu.</translation> </message> <message> <location filename="../Project/Project.py" line="3782"/> - <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> - <translation><b>Pokrytí kódu...</b><p>Zobrazí informace o pokrytí kódu ve všech python souborech projektu.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4568"/> - <source>Profile Data</source> - <translation>Profilovat data</translation> + <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> + <translation><b>Metriky kódu...</b><p>Zobrazí se metriky kódu všech python souborů v projektu.</p></translation> </message> <message> <location filename="../Project/Project.py" line="3790"/> - <source>&Profile Data...</source> - <translation>&Profilovat data...</translation> + <source>Python Code Coverage</source> + <translation>Pokrytí python kódu</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3790"/> + <source>Code Co&verage...</source> + <translation>Pokr&ytí kódu...</translation> </message> <message> <location filename="../Project/Project.py" line="3794"/> - <source>Show profiling data for the project.</source> - <translation>Zobrazit profilování dat projektu.</translation> + <source>Show code coverage information for the project.</source> + <translation>Zobrazit informace pokrytí kódu projektu.</translation> </message> <message> <location filename="../Project/Project.py" line="3796"/> + <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> + <translation><b>Pokrytí kódu...</b><p>Zobrazí informace o pokrytí kódu ve všech python souborech projektu.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4582"/> + <source>Profile Data</source> + <translation>Profilovat data</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3804"/> + <source>&Profile Data...</source> + <translation>&Profilovat data...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3808"/> + <source>Show profiling data for the project.</source> + <translation>Zobrazit profilování dat projektu.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3810"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>Profilovat data</b><p>Zobrazí se profilování dat projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4622"/> + <location filename="../Project/Project.py" line="4636"/> <source>Application Diagram</source> <translation>Diagram aplikace</translation> </message> <message> - <location filename="../Project/Project.py" line="3805"/> + <location filename="../Project/Project.py" line="3819"/> <source>&Application Diagram...</source> <translation>Diagram &aplikace...</translation> </message> <message> - <location filename="../Project/Project.py" line="3809"/> + <location filename="../Project/Project.py" line="3823"/> <source>Show a diagram of the project.</source> <translation>Zobrazit diagram projektu.</translation> </message> <message> - <location filename="../Project/Project.py" line="3811"/> + <location filename="../Project/Project.py" line="3825"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Diagram aplikace...</b><p>Zobrazí diagram projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3904"/> - <source>&Project</source> - <translation>&Projekt</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3905"/> - <source>Open &Recent Projects</source> - <translation>Otevřít poslední p&rojekty</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3906"/> - <source>&Version Control</source> - <translation>Kontrola &verzí</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3910"/> - <source>Chec&k</source> - <translation>Zkontro&lovat</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3912"/> - <source>Sho&w</source> - <translation>Zo&brazit</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3913"/> - <source>&Diagrams</source> - <translation>&Diagramy</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3914"/> - <source>Session</source> - <translation>Relace</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3915"/> - <source>Source &Documentation</source> - <translation>Zd&rojová dokumentace</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3917"/> - <source>Debugger</source> - <translation></translation> - </message> - <message> <location filename="../Project/Project.py" line="3918"/> + <source>&Project</source> + <translation>&Projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3919"/> + <source>Open &Recent Projects</source> + <translation>Otevřít poslední p&rojekty</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3920"/> + <source>&Version Control</source> + <translation>Kontrola &verzí</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3924"/> + <source>Chec&k</source> + <translation>Zkontro&lovat</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3926"/> + <source>Sho&w</source> + <translation>Zo&brazit</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3927"/> + <source>&Diagrams</source> + <translation>&Diagramy</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3928"/> + <source>Session</source> + <translation>Relace</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3929"/> + <source>Source &Documentation</source> + <translation>Zd&rojová dokumentace</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3931"/> + <source>Debugger</source> + <translation></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3932"/> <source>Pac&kagers</source> <translation>Balíč&ky</translation> </message> <message> - <location filename="../Project/Project.py" line="4026"/> + <location filename="../Project/Project.py" line="4040"/> <source>Project</source> <translation>Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="4092"/> + <location filename="../Project/Project.py" line="4106"/> <source>&Clear</source> <translation>&Vyčistit</translation> </message> <message> - <location filename="../Project/Project.py" line="4231"/> + <location filename="../Project/Project.py" line="4245"/> <source>Search New Files</source> <translation>Hledat nové soubory</translation> </message> <message> - <location filename="../Project/Project.py" line="4231"/> + <location filename="../Project/Project.py" line="4245"/> <source>There were no new files found to be added.</source> <translation>Nebyly nalezeny žádné soubory, které je možné přidat.</translation> </message> <message> - <location filename="../Project/Project.py" line="4377"/> + <location filename="../Project/Project.py" line="4391"/> <source>Version Control System</source> <translation>Version Control System</translation> </message> <message> - <location filename="../Project/Project.py" line="4495"/> + <location filename="../Project/Project.py" line="4509"/> <source>Coverage Data</source> <translation>Datové pokrytí</translation> </message> <message> - <location filename="../Project/Project.py" line="4545"/> + <location filename="../Project/Project.py" line="4559"/> <source>There is no main script defined for the current project. Aborting</source> <translation>V aktuálním projektu nebyl určen hlavní skript. Zrušeno</translation> </message> <message> - <location filename="../Project/Project.py" line="4518"/> + <location filename="../Project/Project.py" line="4532"/> <source>Code Coverage</source> <translation>Pokrytí kódu</translation> </message> <message> - <location filename="../Project/Project.py" line="4518"/> + <location filename="../Project/Project.py" line="4532"/> <source>Please select a coverage file</source> <translation>Prosím, vyberte soubor pokrytí</translation> </message> <message> - <location filename="../Project/Project.py" line="4568"/> + <location filename="../Project/Project.py" line="4582"/> <source>Please select a profile file</source> <translation>Prosím, vyberte soubor s profilem</translation> </message> <message> - <location filename="../Project/Project.py" line="4622"/> + <location filename="../Project/Project.py" line="4636"/> <source>Include module names?</source> <translation>Včetně jmen modulů?</translation> </message> <message> - <location filename="../Project/Project.py" line="4780"/> + <location filename="../Project/Project.py" line="4794"/> <source>Create Package List</source> <translation>Vytvořit seznam balíčků</translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> - <source>Create &Package List</source> - <translation>Vytvořit seznam &balíčků</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5027"/> - <source>Create Plugin Archive</source> - <translation>Vytvořit Plugin archiv</translation> - </message> - <message> <location filename="../Project/Project.py" line="3848"/> - <source>Create Plugin &Archive</source> - <translation type="obsolete">Vytvořit Plugin &archiv</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4740"/> + <source>Create &Package List</source> + <translation type="unfinished">Vytvořit Plugin &archiv</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5041"/> + <source>Create Plugin Archive</source> + <translation>Vytvořit Plugin archiv</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4754"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Soubor <b>PKGLIST</b> již existuje.</p><p>Přepsat jej?</p></translation> </message> @@ -40174,82 +40365,77 @@ <translation type="obsolete"><p>Soubor <b>PKGLIST</b> neexistuje. Zrušeno...</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4799"/> + <location filename="../Project/Project.py" line="4813"/> <source>The project does not have a main script defined. Aborting...</source> <translation>Projekt nemá definován hlavní skript. Zrušeno...</translation> </message> <message> - <location filename="../Project/Project.py" line="1567"/> + <location filename="../Project/Project.py" line="1581"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>Zdrojový adresář neobsahuje žádné soubory související s danou kategorií.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2697"/> <source>Select Version Control System</source> <translation>Vybrat Version Control System</translation> </message> <message> - <location filename="../Project/Project.py" line="2333"/> + <location filename="../Project/Project.py" line="2347"/> <source>None</source> <translation>None</translation> </message> <message> - <location filename="../Project/Project.py" line="346"/> + <location filename="../Project/Project.py" line="360"/> <source>Registering Project Type</source> <translation>Zaregistrovat typ projektu</translation> </message> <message> <location filename="../Project/Project.py" line="3864"/> - <source>Create Plugin Archive (Snapshot)</source> - <translation type="obsolete">Vytvořit archiv pluginů (snímek)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3864"/> - <source>Create Plugin Archive (&Snapshot)</source> - <translation type="obsolete">Vytvořit archiv pluginů (&snímek)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1263"/> + <source>Create Plugin &Archives</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1277"/> <source>You have to specify a translation pattern first.</source> <translation>Nejdříve musíte specifikovat vzor překladu.</translation> </message> <message> - <location filename="../Project/Project.py" line="2432"/> + <location filename="../Project/Project.py" line="2446"/> <source>Translation Pattern</source> <translation>Vzor překladu</translation> </message> <message> - <location filename="../Project/Project.py" line="2432"/> + <location filename="../Project/Project.py" line="2446"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Zadejte vzor cesty pro soubory s překlady (použijte '%language%' na místě s kódem jazyka):</translation> </message> <message> - <location filename="../Project/Project.py" line="3630"/> + <location filename="../Project/Project.py" line="3644"/> <source>Lexer Associations</source> <translation>Spojení lexeru</translation> </message> <message> - <location filename="../Project/Project.py" line="3630"/> + <location filename="../Project/Project.py" line="3644"/> <source>Lexer Associations...</source> <translation>Spojení lexeru...</translation> </message> <message> - <location filename="../Project/Project.py" line="3634"/> + <location filename="../Project/Project.py" line="3648"/> <source>Show the project lexer associations (overriding defaults)</source> <translation>Zobrazit spojení lexeru projektu (přepíše výchozí)</translation> </message> <message> - <location filename="../Project/Project.py" line="3636"/> + <location filename="../Project/Project.py" line="3650"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation><b>Spojení lexeru...</b><p>Zobrazuje dialog s editací spojení lexeru projektu. Tato spojení přepisují globální lexer spojení. Lexer je použit pro zvýraznění textu v editoru.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="262"/> + <location filename="../Project/Project.py" line="276"/> <source>PySide GUI</source> <translation></translation> </message> <message> - <location filename="../Project/Project.py" line="263"/> + <location filename="../Project/Project.py" line="277"/> <source>PySide Console</source> <translation>PySide konzole</translation> </message> @@ -40259,107 +40445,107 @@ <translation>Python3 soubory (*.py *.py3);;Python3 GUI soubory (*.pyw *.pyw3);;</translation> </message> <message> - <location filename="../Project/Project.py" line="701"/> + <location filename="../Project/Project.py" line="715"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor projektu <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="801"/> + <location filename="../Project/Project.py" line="815"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru projektu <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="837"/> + <location filename="../Project/Project.py" line="851"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation><p>Uživatelská nastavení projektu <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="861"/> + <location filename="../Project/Project.py" line="875"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru s uživatelskými nastaveními <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="933"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor s relací projektu <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="955"/> + <location filename="../Project/Project.py" line="969"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru s relací projektu <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="984"/> + <location filename="../Project/Project.py" line="998"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation><p>Soubor s relací projektu <b>{0}</b> nelze smazat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1018"/> + <location filename="../Project/Project.py" line="1032"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor s úlohami <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1038"/> + <location filename="../Project/Project.py" line="1052"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru s úlohami <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1095"/> + <location filename="../Project/Project.py" line="1109"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor s nastaveními debuggeru <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1129"/> + <location filename="../Project/Project.py" line="1143"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation><p>Do souboru s nastaveními debuggeru <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1155"/> + <location filename="../Project/Project.py" line="1169"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation><p>Soubor s nastaveními debuggeru <b>{0}</b> nelze smazat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1385"/> + <location filename="../Project/Project.py" line="1399"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> <translation><p>Vybraný soubor s překladem <b>{0}</b> nelze smazat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1598"/> + <location filename="../Project/Project.py" line="1612"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2834"/> + <location filename="../Project/Project.py" line="2848"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1812"/> + <location filename="../Project/Project.py" line="1826"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation><p>Soubor <b>{0}</b> nemůže být přejmenován.<br />Důvod: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2048"/> + <location filename="../Project/Project.py" line="2062"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> <translation><p>Vybraný soubor <b>{0}</b> nelze smazat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2077"/> + <location filename="../Project/Project.py" line="2091"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> <translation><p>Vybraný adresář <b>{0}</b> nelze smazat.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2159"/> + <location filename="../Project/Project.py" line="2173"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation><p>Adresář projektu <b>{0}</b> nelze vytvořit.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4377"/> + <location filename="../Project/Project.py" line="4391"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation><p>Vybrané VCS <b>{0}</b> nebylo nalezeno.<br/>Kontrola verzí vypnuta.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4780"/> + <location filename="../Project/Project.py" line="4794"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation><p>Soubor <b>PKGLIST</b> nelze vytvořit.</p><p>Důvod: {0}</p></translation> </message> @@ -40369,22 +40555,22 @@ <translation type="obsolete"><p>Soubor <b>PKGLIST</b> nelze načíst.</p><p>Důvod: {0}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4911"/> + <location filename="../Project/Project.py" line="4925"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation><p>Soubor <b>{0}</b> nelze uložit do archivu. Ingorováno.</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4985"/> + <location filename="../Project/Project.py" line="4999"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Plugin soubor <b>{0}</b> nelze přečíst.</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1524"/> + <location filename="../Project/Project.py" line="1538"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation><p>Vybraný soubor <b>{0}</b> nelze přidat do <b>{1}</b>.</p><p>Důvod: {2}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1580"/> + <location filename="../Project/Project.py" line="1594"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Cílový adresář <b>{0}</b> nelze vytvořit.</p><p>Důvod: {1}</p></translation> </message> @@ -40394,102 +40580,92 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2222"/> + <location filename="../Project/Project.py" line="2236"/> <source>Create main script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2222"/> + <location filename="../Project/Project.py" line="2236"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3819"/> + <location filename="../Project/Project.py" line="3833"/> <source>Load Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3819"/> + <location filename="../Project/Project.py" line="3833"/> <source>&Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3823"/> + <location filename="../Project/Project.py" line="3837"/> <source>Load a diagram from file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3825"/> - <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="323"/> - <source><p>The Programming Language <b>{0}</b> is not supported.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="346"/> - <source><p>The Project type <b>{0}</b> is already registered.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="334"/> - <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="244"/> - <source>PyQt5 GUI</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="245"/> - <source>PyQt5 Console</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4365"/> - <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5027"/> - <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3839"/> - <source>Create an initial PKGLIST file for an eric6 plugin.</source> - <translation type="unfinished">Vytvořit počáteční soubor PKGLIST pro eric5 plugin. {6 ?}</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3841"/> - <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> - <translation type="unfinished"><b>Vytvořit seznam balíčků</b><p>Vytvoří počáteční seznam souborů pro vložení do eric5 plugin archivu. Seznam je vytvořen ze souboru projektu.</p> {6 ?}</translation> + <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="337"/> + <source><p>The Programming Language <b>{0}</b> is not supported.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="360"/> + <source><p>The Project type <b>{0}</b> is already registered.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="348"/> + <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="258"/> + <source>PyQt5 GUI</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="259"/> + <source>PyQt5 Console</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4379"/> + <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5041"/> + <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3853"/> - <source>Create an eric6 plugin archive file.</source> - <translation type="obsolete">Vytvořit soubor eric5 plugin archivu. {6 ?}</translation> + <source>Create an initial PKGLIST file for an eric6 plugin.</source> + <translation type="unfinished">Vytvořit soubor eric5 plugin archivu. {6 ?}</translation> </message> <message> <location filename="../Project/Project.py" line="3855"/> - <source><b>Create Plugin Archive</b><p>This creates an eric6 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name.</p></source> - <translation type="obsolete"><b>Vytvořit Plugin archiv</b><p>Vytvoří soubor s eric5 plugin archivem za použití seznamu souborů daných v PKGLIST souboru. Jméno archivu je odvozeno ze jména hlavního skriptu.</p> {6 ?}</translation> + <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> + <translation type="unfinished"><b>Vytvořit Plugin archiv</b><p>Vytvoří soubor s eric5 plugin archivem za použití seznamu souborů daných v PKGLIST souboru. Jméno archivu je odvozeno ze jména hlavního skriptu.</p> {6 ?}</translation> </message> <message> <location filename="../Project/Project.py" line="3869"/> - <source>Create an eric6 plugin archive file (snapshot release).</source> - <translation type="obsolete">Vytvoří se soubor eric5 plugin archívu (snímek vydání). {6 ?}</translation> + <source>Create eric6 plugin archive files.</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3871"/> - <source><b>Create Plugin Archive (Snapshot)</b><p>This creates an eric6 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name. The version entry of the main script is modified to reflect a snapshot release.</p></source> - <translation type="obsolete"><b>Vytvořit Plugin archiv (Snímek)</b><p>Vytvoří soubor s eric5 plugin archivem za použití seznamu souborů daných v PKGLIST souboru. Údaj o verzi hlavního skriptu je změněn v souladu se snímkem vydání.</p> {6 ?}</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4881"/> + <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4895"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"><p>Soubor s eric5 plugin archivem <b>{0}</b> nelze vytvořit. Zrušeno...</p><p>Důvod: {1}</p> {6 ?} {0}?} {1}?}</translation> </message> @@ -40499,113 +40675,98 @@ <translation type="obsolete"><p>Soubor s eric5 plugin archivem <b>{0}</b> byl úspěšně vytvořen.</p> {6 ?} {0}?}</translation> </message> <message> - <location filename="../Project/Project.py" line="242"/> + <location filename="../Project/Project.py" line="256"/> <source>PyQt4 GUI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="243"/> + <location filename="../Project/Project.py" line="257"/> <source>PyQt4 Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="246"/> + <location filename="../Project/Project.py" line="260"/> <source>Eric6 Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2653"/> + <location filename="../Project/Project.py" line="2667"/> <source>Create project management directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2653"/> + <location filename="../Project/Project.py" line="2667"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3569"/> + <location filename="../Project/Project.py" line="3583"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3575"/> + <location filename="../Project/Project.py" line="3589"/> <source>Search for a file in the project list of files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3577"/> + <location filename="../Project/Project.py" line="3591"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3569"/> + <location filename="../Project/Project.py" line="3583"/> <source>Search Project File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3569"/> + <location filename="../Project/Project.py" line="3583"/> <source>Search Project File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4834"/> + <location filename="../Project/Project.py" line="4848"/> <source>Create Plugin Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3850"/> - <source>Create Plugin &Archives</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3855"/> - <source>Create eric6 plugin archive files.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3857"/> - <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3867"/> + <location filename="../Project/Project.py" line="3881"/> <source>Create Plugin Archives (Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3867"/> + <location filename="../Project/Project.py" line="3881"/> <source>Create Plugin Archives (&Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3872"/> + <location filename="../Project/Project.py" line="3886"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3874"/> + <location filename="../Project/Project.py" line="3888"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4813"/> + <location filename="../Project/Project.py" line="4827"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4830"/> + <location filename="../Project/Project.py" line="4844"/> <source>Creating plugin archives...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4830"/> + <location filename="../Project/Project.py" line="4844"/> <source>Abort</source> <translation type="unfinished">Přerušit</translation> </message> <message> - <location filename="../Project/Project.py" line="4830"/> + <location filename="../Project/Project.py" line="4844"/> <source>%v/%m Archives</source> <translation type="unfinished"></translation> </message> @@ -40615,22 +40776,22 @@ <translation type="obsolete">Pokrytí</translation> </message> <message> - <location filename="../Project/Project.py" line="4847"/> + <location filename="../Project/Project.py" line="4861"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4930"/> + <location filename="../Project/Project.py" line="4944"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4933"/> + <location filename="../Project/Project.py" line="4947"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4823"/> + <location filename="../Project/Project.py" line="4837"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> @@ -50833,17 +50994,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="87"/> + <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="88"/> <source>No error description available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="118"/> + <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="119"/> <source>Remove Selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="123"/> + <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="124"/> <source>Remove All</source> <translation type="unfinished"></translation> </message> @@ -71126,46 +71287,46 @@ <context> <name>mercurial</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1477"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1476"/> <source><tr><td><b>Parent #{0}</b></td><td></td></tr> <tr><td><b>Changeset</b></td><td>{1}</td></tr></source> <translation><tr><td><b>Rodič #{0}</b></td><td></td></tr><tr><td><b>Množina změn</b></td><td>{1}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2159"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2158"/> <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Tagy</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2169"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2168"/> <source><tr><td><b>Branches</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Větve</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1497"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1496"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr></source> <translation><tr><td><b>Poslední autor</b></td><td>{0}</td></tr><tr><td><b>Datum zapsání změn</b></td><td>{1}</td></tr><tr><td><b>Čas zapsání změn</b></td><td>{2}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2151"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2150"/> <source><tr><td><b>Tip</b></td><td></td></tr> </source> <translation><tr><td><b>Tip</b></td><td></td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2153"/> <source><tr><td><b>Changeset</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Množina změn</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2174"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2173"/> <source><tr><td><b>Parents</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Rodiče</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2178"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2177"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr> @@ -71173,12 +71334,12 @@ <translation><tr><td><b>Poslední autor</b></td><td>{0}</td></tr><tr><td><b>Datum zapsání změn</b></td><td>{1}</td></tr><tr><td><b>Čas zapsání změn</b></td><td>{2}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2164"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2163"/> <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1535"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1534"/> <source><h3>Repository information</h3> <p><table> <tr><td><b>Mercurial V.</b></td><td>{0}</td></tr> @@ -71189,13 +71350,13 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2141"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2140"/> <source><tr><td><b>Head #{0}</b></td><td></td></tr> </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2146"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2145"/> <source><tr><td><b>Parent #{0}</b></td><td></td></tr> </source> <translation type="unfinished"></translation>
--- a/i18n/eric6_de.ts Fri Oct 21 23:14:16 2016 +0200 +++ b/i18n/eric6_de.ts Sat Oct 22 17:09:08 2016 +0200 @@ -6365,7 +6365,7 @@ <context> <name>DebuggerInterfacePython2</name> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="348"/> <source>Start Debugger</source> <translation>Debugger starten</translation> </message> @@ -6375,37 +6375,37 @@ <translation><p>Kein Python 2-Interpreter gefunden.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="348"/> <source><p>The debugger backend could not be started.</p></source> <translation><p>Der Debugger konnte nicht gestartet werden.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="815"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="811"/> <source>Parent Process</source> <translation>Vaterprozess</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="816"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="812"/> <source>Child process</source> <translation>Kindprozess</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="813"/> <source>Client forking</source> <translation>Client forkt</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="813"/> <source>Select the fork branch to follow.</source> <translation>Wähle den zu folgenden Forkpfad.</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="858"/> <source>Debug Protocol Error</source> <translation>Fehler im Debugprotokoll</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="858"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{0}</p></source> <translation><p>Die vom Debugger empfangene Antwort konnte nicht dekodiert werden. Bitte berichten sie diesen Fehler zusammen mit den empfangenen Daten an die eric Bugs Emailadresse.</p><p>Fehler: {0}</p><p>Daten:<br/>{0}</p></translation> </message> @@ -6413,32 +6413,32 @@ <context> <name>DebuggerInterfacePython3</name> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="348"/> <source>Start Debugger</source> <translation>Debugger starten</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="348"/> <source><p>The debugger backend could not be started.</p></source> <translation><p>Der Debugger konnte nicht gestartet werden.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="815"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="811"/> <source>Parent Process</source> <translation>Vaterprozess</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="816"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="812"/> <source>Child process</source> <translation>Kindprozess</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="813"/> <source>Client forking</source> <translation>Client forkt</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="813"/> <source>Select the fork branch to follow.</source> <translation>Wähle den zu folgenden Forkpfad.</translation> </message> @@ -6448,12 +6448,12 @@ <translation><p>Kein Python 3-Interpreter gefunden.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="858"/> <source>Debug Protocol Error</source> <translation>Fehler im Debugprotokoll</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="858"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{0}</p></source> <translation><p>Die vom Debugger empfangene Antwort konnte nicht dekodiert werden. Bitte berichten sie diesen Fehler zusammen mit den empfangenen Daten an die eric Bugs Emailadresse.</p><p>Fehler: {0}</p><p>Daten:<br/>{0}</p></translation> </message> @@ -6461,7 +6461,7 @@ <context> <name>DebuggerPropertiesDialog</name> <message> - <location filename="../Project/DebuggerPropertiesDialog.py" line="117"/> + <location filename="../Project/DebuggerPropertiesDialog.py" line="111"/> <source>All Files (*)</source> <translation>Alle Dateien (*)</translation> </message> @@ -6669,7 +6669,7 @@ <translation>Debug-Client-Typ</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="98"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="68"/> <source>Enter the path of the Debug Client to be used. Leave empty to use the default.</source> <translation>Gib den Pfad des zu verwendenden Debug-Clients an. Um den Standard zu verwenden, bitte leer lassen.</translation> </message> @@ -6679,57 +6679,47 @@ <translation>Den Debug-Client mittels eines Dateiauswahldialoges wählen</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="62"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="75"/> <source>Select the standard debug client</source> <translation>Wähle den Standard-Debug-Client</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="65"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="78"/> <source>Standard</source> <translation>Standard</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="82"/> - <source>Select the custom selected debug client</source> - <translation>Wähle einen speziellen Debug-Client</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="85"/> + <source>Select the custom selected debug client</source> + <translation>Wähle einen speziellen Debug-Client</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="88"/> <source>Custom</source> <translation>Speziell</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="72"/> - <source>Select the multi threaded debug client</source> - <translation>Wähle den multi-threaded Debug-Client</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="75"/> - <source>Multi Threaded</source> - <translation>Multi Threaded</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="108"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="98"/> <source>Source association</source> <translation>Quelltext Zuordnungen</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="114"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="104"/> <source>Enter the file extensions to be associated with the Python3 debugger separated by a space. They must not overlap with the ones for Python2.</source> <translation>Gib die Dateinamenerweiterungen, die mit dem Python 3-Debugger assoziiert werden sollen, durch Leerzeichen getrennt ein. Sie dürfen sich nicht mit denen für Python 2 überlappen.</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="123"/> + <source>Redirect stdin/stdout/stderr</source> + <translation>Stdin/Stdout/Stderr umleiten</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="130"/> + <source>Select to not set the debug client encoding</source> + <translation>Auswählen, um das Encoding des Debuggers nicht zu setzen</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="133"/> - <source>Redirect stdin/stdout/stderr</source> - <translation>Stdin/Stdout/Stderr umleiten</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="140"/> - <source>Select to not set the debug client encoding</source> - <translation>Auswählen, um das Encoding des Debuggers nicht zu setzen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="143"/> <source>Don't set the encoding of the debug client</source> <translation>Encoding des Debuggers nicht setzen</translation> </message> @@ -6744,7 +6734,7 @@ <translation>Gib den Pfad des zu verwendenden Python 3-Interpreter an. Um den Standard zu verwenden, bitte leer lassen.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="130"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="120"/> <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> <translation>Auswählen, um Stdin, Stdout und Stderr des zu untersuchenden Programms zur eric6 IDE umzuleiten</translation> </message> @@ -6767,7 +6757,7 @@ <translation>Debug-Client-Typ</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="98"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="68"/> <source>Enter the path of the Debug Client to be used. Leave empty to use the default.</source> <translation>Gib den Pfad des zu verwendenden Debug-Clients an. Um den Standard zu verwenden, bitte leer lassen.</translation> </message> @@ -6777,47 +6767,37 @@ <translation>Den Debug-Client mittels eines Dateiauswahldialoges wählen</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="62"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="75"/> <source>Select the standard debug client</source> <translation>Wähle den Standard-Debug-Client</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="65"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="78"/> <source>Standard</source> <translation>Standard</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="82"/> - <source>Select the custom selected debug client</source> - <translation>Wähle einen speziellen Debug-Client</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="85"/> + <source>Select the custom selected debug client</source> + <translation>Wähle einen speziellen Debug-Client</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="88"/> <source>Custom</source> <translation>Speziell</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="72"/> - <source>Select the multi threaded debug client</source> - <translation>Wähle den multi-threaded Debug-Client</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="75"/> - <source>Multi Threaded</source> - <translation>Multi Threaded</translation> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="123"/> + <source>Redirect stdin/stdout/stderr</source> + <translation>Stdin/Stdout/Stderr umleiten</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="130"/> + <source>Select to not set the debug client encoding</source> + <translation>Auswählen, um das Encoding des Debuggers nicht zu setzen</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="133"/> - <source>Redirect stdin/stdout/stderr</source> - <translation>Stdin/Stdout/Stderr umleiten</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="140"/> - <source>Select to not set the debug client encoding</source> - <translation>Auswählen, um das Encoding des Debuggers nicht zu setzen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="143"/> <source>Don't set the encoding of the debug client</source> <translation>Encoding des Debuggers nicht setzen</translation> </message> @@ -6827,12 +6807,12 @@ <translation><b>Python-Debugger-Einstellungen</b></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="108"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="98"/> <source>Source association</source> <translation>Quelltext Zuordnungen</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="114"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="104"/> <source>Enter the file extensions to be associated with the Python2 debugger separated by a space. They must not overlap with the ones for Python3.</source> <translation>Gib die Dateinamenerweiterungen, die mit dem Python 2-Debugger assoziiert werden sollen, durch Leerzeichen getrennt ein. Sie dürfen sich nicht mit denen für Python 3 überlappen.</translation> </message> @@ -6847,7 +6827,7 @@ <translation>Gib den Pfad des zu verwendenden Python-Interpreters an.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="130"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="120"/> <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> <translation>Auswählen, um Stdin, Stdout und Stderr des zu untersuchenden Programms zur eric IDE umzuleiten</translation> </message> @@ -17266,22 +17246,22 @@ <translation>Suche &nach:</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="194"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="202"/> <source>Open Link</source> <translation>Link öffnen</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="195"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="203"/> <source>Open Link in New Tab</source> <translation>Link in neuem Register öffnen</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="196"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="204"/> <source>Open Link in Background Tab</source> <translation>Link in Hintergrundregister öffnen</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="198"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="206"/> <source>Open Link in New Window</source> <translation>Link in neuem Fenster öffnen</translation> </message> @@ -17360,22 +17340,22 @@ <context> <name>HelpSearchWidget</name> <message> - <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="145"/> + <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="144"/> <source>Open Link</source> <translation>Link öffnen</translation> </message> <message> + <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="145"/> + <source>Open Link in New Tab</source> + <translation>Link in neuem Register öffnen</translation> + </message> + <message> <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="146"/> - <source>Open Link in New Tab</source> - <translation>Link in neuem Register öffnen</translation> - </message> - <message> - <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="147"/> <source>Open Link in Background Tab</source> <translation>Link in Hintergrundregister öffnen</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="149"/> + <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="148"/> <source>Open Link in New Window</source> <translation>Link in neuem Fenster öffnen</translation> </message> @@ -17559,22 +17539,22 @@ <context> <name>HelpTocWidget</name> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="162"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="158"/> <source>Open Link</source> <translation>Link öffnen</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="163"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="159"/> <source>Open Link in New Tab</source> <translation>Link in neuem Register öffnen</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="164"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="160"/> <source>Open Link in Background Tab</source> <translation>Link in Hintergrundregister öffnen</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="166"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="162"/> <source>Open Link in New Window</source> <translation>Link in neuem Fenster öffnen</translation> </message> @@ -21419,437 +21399,437 @@ <context> <name>Hg</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="282"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="281"/> <source>The hg process finished with the exit code {0}</source> <translation>Der hg-Prozess endete mit dem Code {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1873"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1872"/> <source>The hg process did not finish within 30s.</source> <translation>Der hg-Prozess endete nicht innerhalb von 30s.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="289"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="288"/> <source>Could not start the hg executable.</source> <translation>Das hg Programm konnte nicht gestartet werden.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="317"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="316"/> <source>Create project repository</source> <translation>Projektrepository anlegen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="317"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="316"/> <source>The project repository could not be created.</source> <translation>Das Projektrepository konnte nicht erzeugt werden.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="346"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="345"/> <source>Creating Mercurial repository</source> <translation>Lege Mercurial-Repository an</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="362"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="361"/> <source>Initial commit to Mercurial repository</source> <translation>Erstes Commit für das Mercurial-Repository</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="410"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="409"/> <source>Cloning project from a Mercurial repository</source> <translation>Klone das Projekt aus dem Mercurial-Repository</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="660"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="659"/> <source>Synchronizing with the Mercurial repository</source> <translation>Gleiche mit dem Mercurial-Repository ab</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="710"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="709"/> <source>Adding files/directories to the Mercurial repository</source> <translation>Füge Dateien/Verzeichnisse dem Mercurial-Repository hinzu</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="780"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="779"/> <source>Removing files/directories from the Mercurial repository</source> <translation>Lösche Dateien/Verzeichnisse aus dem Mercurial-Repository</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="842"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="841"/> <source>Renaming {0}</source> <translation>Benenne {0} um</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1063"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1062"/> <source>Reverting changes</source> <translation>Mache Änderungen rückgängig</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1108"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1107"/> <source>Merging</source> <translation>Zusammenführen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1410"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1409"/> <source>Mercurial command</source> <translation>Mercurial-Befehl</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1630"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1629"/> <source>Copying {0}</source> <translation>Kopiere {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2031"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2030"/> <source>Pulling from a remote Mercurial repository</source> <translation>Pull von einem entfernten Mercurial-Repository</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2085"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2084"/> <source>Pushing to a remote Mercurial repository</source> <translation>Push in ein entferntes Mercurial-Repository</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2293"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2292"/> <source>Creating branch in the Mercurial repository</source> <translation>Erzeuge Zweig im Mercurial-Repository</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2446"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2412"/> <source>Verifying the integrity of the Mercurial repository</source> <translation>Verifiziere die Integrität des Mercurial-Repository</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2471"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2437"/> <source>Showing the combined configuration settings</source> <translation>Zeige die kombinierten Einstellungen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2495"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2461"/> <source>Showing aliases for remote repositories</source> <translation>Zeige Namen für entfernte Repositorys</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2519"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2485"/> <source>Recovering from interrupted transaction</source> <translation>Setze abgebrochene Transaktion zurück</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2741"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2707"/> <source>Shall the working directory be updated?</source> <translation>Soll das Arbeitsverzeichnis aktualisiert werden?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2322"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2321"/> <source>Showing current branch</source> <translation>Zeige aktuellen Zweig</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2672"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2638"/> <source>Create changegroup</source> <translation>Änderungsgruppe erzeugen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2753"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2719"/> <source>Apply changegroups</source> <translation>Änderungsgruppen anwenden</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2771"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2737"/> <source>Bisect subcommand ({0}) invalid.</source> <translation>Ungültiger Bisect Unterbefehl ({0}).</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2801"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2767"/> <source>Mercurial Bisect ({0})</source> <translation>Mercurial-Bisect ({0})</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2693"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2659"/> <source>Preview changegroup</source> <translation>Änderungsgruppe ansehen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2543"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2509"/> <source>Identifying project directory</source> <translation>Projektverzeichnis identifizieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2581"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2547"/> <source>Create .hgignore file</source> <translation>.hgignore-Datei erstellen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2581"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2547"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation><p>Die Datei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2799"/> + <source>Removing files from the Mercurial repository only</source> + <translation>Lösche Dateien nur aus dem Mercurial-Repository</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2595"/> + <source>Mercurial Changegroup Files (*.hg)</source> + <translation>Mercurial-Änderungsgruppendateien (*.hg)</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2699"/> + <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> + <translation>Mercurial-Änderungsgruppendateien (*.hg);;Alle Dateien (*)</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2853"/> + <source>Backing out changeset</source> + <translation>Änderungssatz umkehren</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2833"/> - <source>Removing files from the Mercurial repository only</source> - <translation>Lösche Dateien nur aus dem Mercurial-Repository</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2629"/> - <source>Mercurial Changegroup Files (*.hg)</source> - <translation>Mercurial-Änderungsgruppendateien (*.hg)</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2733"/> - <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> - <translation>Mercurial-Änderungsgruppendateien (*.hg);;Alle Dateien (*)</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2887"/> - <source>Backing out changeset</source> - <translation>Änderungssatz umkehren</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2867"/> <source>No revision given. Aborting...</source> <translation>Keine Revision angegeben. Abbruch...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2646"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2612"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Die Mercurial-Änderungsgruppendatei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2914"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2880"/> <source>Rollback last transaction</source> <translation>Letzte Transaktion zurücksetzen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2907"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2873"/> <source>Are you sure you want to rollback the last transaction?</source> <translation>Wollen Sie die letzte Transaktion wirklich zurücksetzen?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="573"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="572"/> <source>Committing changes to Mercurial repository</source> <translation>Pflege Änderungen in das Mercurial-Repository ein</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3548"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3514"/> <source>Mercurial Command Server</source> <translation>Mercurial-Befehlsserver</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3403"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3369"/> <source><p>The Mercurial Command Server could not be restarted.</p><p>Reason: {0}</p></source> <translation><p>Der Mercurial-Befehlsserver konnte nicht wiedergestartet werden.</p><p>Ursache: {0}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3548"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3514"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation><p>Der Mercurial-Befehlsserver konnte nicht gestartet werden.</p><p>Ursache: {0}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2982"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2948"/> <source>Import Patch</source> <translation>Patch importieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3029"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2995"/> <source>Export Patches</source> <translation>Patches exportieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3076"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3042"/> <source>Change Phase</source> <translation>Phase ändern</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3129"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3095"/> <source>Copy Changesets</source> <translation>Änderungssätze kopieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3155"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3121"/> <source>Copy Changesets (Continue)</source> <translation>Änderungssätze kopieren (Fortsetzung)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3272"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3238"/> <source>Add Sub-repository</source> <translation>Unterrepository hinzufügen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3305"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3271"/> <source><p>The sub-repositories file .hgsub could not be read.</p><p>Reason: {0}</p></source> <translation><p>Die Unterrepositorydatei .hgsub konnte nicht gelesen werden.</p><p>Ursache: {0}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3253"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3219"/> <source><p>The sub-repositories file .hgsub already contains an entry <b>{0}</b>. Aborting...</p></source> <translation><p>Die Unterrepositorydatei .hgsub enthält bereits einen Eintrag <b>{0}</b>. Abbruch...</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3324"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3290"/> <source><p>The sub-repositories file .hgsub could not be written to.</p><p>Reason: {0}</p></source> <translation><p>Die Unterrepositorydatei .hgsub konnte nicht gespeichert werden.</p><p>Ursache: {0}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3324"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3290"/> <source>Remove Sub-repositories</source> <translation>Unterrepositorys löschen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3293"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3259"/> <source><p>The sub-repositories file .hgsub does not exist. Aborting...</p></source> <translation><p>Die Unterrepositorydatei .hgsub existiert nicht. Abbruch...</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="506"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="505"/> <source>Commit Changes</source> <translation>Änderungen einpflegen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="506"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="505"/> <source>The commit affects files, that have unsaved changes. Shall the commit be continued?</source> <translation>Das Einpflegen von Änderungen betrifft Dateien mit ungesicherten Änderungen. Soll die Aktion fortgesetzt werden?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1057"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1056"/> <source>Revert changes</source> <translation>Änderungen rückgängig</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1048"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1047"/> <source>Do you really want to revert all changes to these files or directories?</source> <translation>Wollen Sie wirklich alle Änderungen an den folgenden Datein oder Verzeichnissen rückgängig machen?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1057"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1056"/> <source>Do you really want to revert all changes of the project?</source> <translation>Wollen Sie wirklich alle Änderungen des Projektes rückgängig machen?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3190"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3156"/> <source>Create Unversioned Archive</source> <translation>Erzeuge nicht versioniertes Archiv</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1943"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1942"/> <source>Mercurial Side-by-Side Difference</source> <translation>Mercurial Unterschiede nebeneinander anzeigen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1943"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1942"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation><p>Die Datei <b>{0}</b> konnte nicht gelesen werden.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1876"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1875"/> <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="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1007"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1006"/> <source>Tagging in the Mercurial repository</source> <translation>Marke im Mercurial-Repository setzen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2300"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2299"/> <source>Created new branch <{0}>.</source> <translation>Neuer Zweig <{0}> wurde angelegt.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1184"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1183"/> <source>Current branch tip</source> <translation>Spitze des aktuellen Zweigs</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2260"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2259"/> <source>Cancelling uncommitted merge</source> <translation>Breche Zusammenführung ab</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3658"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3624"/> <source>Mercurial Bookmark</source> <translation>Mercurial-Lesezeichen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3676"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3642"/> <source>Delete Bookmark</source> <translation>Lesezeichen löschen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3676"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3642"/> <source>Select the bookmark to be deleted:</source> <translation>Wähle das zu löschende Lesezeichen aus:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3687"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3653"/> <source>Delete Mercurial Bookmark</source> <translation>Mercurial-Lesezeichen löschen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3715"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3681"/> <source>Rename Mercurial Bookmark</source> <translation>Mercurial-Lesezeichen umbenennen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3748"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3714"/> <source>Move Mercurial Bookmark</source> <translation>Mercurial-Lesezeichen verschieben</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3840"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3806"/> <source>Pull Bookmark</source> <translation>Lesezeichen herunterladen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3840"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3806"/> <source>Select the bookmark to be pulled:</source> <translation>Wähle das herunterzuladende Lesezeichen:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3851"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3817"/> <source>Pulling bookmark from a remote Mercurial repository</source> <translation>Lade Lesezeichen von einem entfernten Mercurial-Repository herunter</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3880"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3846"/> <source>Push Bookmark</source> <translation>Lesezeichen hochladen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3880"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3846"/> <source>Select the bookmark to be push:</source> <translation>Wähle das hochzuladende Lesezeichen:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3891"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3857"/> <source>Pushing bookmark to a remote Mercurial repository</source> <translation>Lade Lesezeichen zu einem entfernten Mercurial-Repository hoch</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1153"/> <source>Re-Merge</source> <translation>Neu zusammenführen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1145"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1144"/> <source>Do you really want to re-merge these files or directories?</source> <translation>Wollen Sie wirklich diese Dateien oder Verzeichnisse neu zusammenführen?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1153"/> <source>Do you really want to re-merge the project?</source> <translation>Wollen Sie wirklich das Projekt neu zusammenführen?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1159"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1158"/> <source>Re-Merging</source> <translation>Neu zusammenführen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2231"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2230"/> <source>Marking as 'unresolved'</source> <translation>Markiere als 'nicht aufgelöst'</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2233"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2232"/> <source>Marking as 'resolved'</source> <translation>Markiere als 'aufgelöst'</translation> </message> @@ -22950,7 +22930,7 @@ <translation>Drücken, um die ausgewählten Einträge als 'aufgelöst' zu markieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="247"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="246"/> <source>Resolved</source> <translation>Aufgelöst</translation> </message> @@ -22960,7 +22940,7 @@ <translation>Drücken, um die ausgewählten Einträge als 'nicht aufgelöst' zu markieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="245"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="244"/> <source>Unresolved</source> <translation>Nicht Aufgelöst</translation> </message> @@ -23030,27 +23010,27 @@ <translation>Alt+K</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="55"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="54"/> <source>&Refresh</source> <translation>&Erneuern</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="57"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="56"/> <source>Press to refresh the list of conflicts</source> <translation>Drücken, um die Liste der Konflikte zu erneuern</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="157"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="157"/> <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="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="249"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="248"/> <source>Unknown Status</source> <translation>Unbekanter Status</translation> </message> @@ -28593,146 +28573,334 @@ </message> </context> <context> - <name>HgUserConfigDataDialog</name> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="14"/> + <name>HgUserConfigDialog</name> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="349"/> + <source>Delete Host Fingerprint</source> + <translation>Fingerabdruck löschen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="349"/> + <source><p>Shall the fingerprint for host <b>{0}</b> really be deleted?</p></source> + <translation><p>Soll der Fingerabdruck für den Host <b>{0}</b> wirklich gelöscht werden?</p></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="404"/> + <source>Edit User Configuration</source> + <translation>Nutzerkonfiguration editieren</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="404"/> + <source>You will loose all changes made in this dialog. Shall the data be saved first?</source> + <translation>Sie werden alle Änderungen, die in diesem Dialog vorgenommen wurden, verlieren. Sollen die Daten vorher gesichert werden?</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="14"/> <source>Mercurial User Data</source> <translation>Mercurial Nutzerdaten</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="23"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="27"/> + <source>User</source> + <translation>Nutzer</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="45"/> <source>User Data</source> <translation>Nutzer Daten</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="29"/> - <source>First Name:</source> - <translation>Vorname:</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="36"/> - <source>Enter the first name</source> - <translation>Gib den Vornamen ein</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="43"/> - <source>Last Name:</source> - <translation>Nachname:</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="50"/> - <source>Enter the last name</source> - <translation>Gib den Nachnamen ein</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="57"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="51"/> + <source>Name:</source> + <translation>Name:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="58"/> + <source>Enter the user name</source> + <translation>Gib den Benutzernamen ein</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="61"/> + <source>Enter your name</source> + <translation>Gib den Namen ein</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="68"/> <source>Email:</source> <translation>E-Mail:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="64"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="75"/> <source>Enter the email address</source> <translation>Gib die Email Adresse ein</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="74"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="78"/> + <source>Enter your email address</source> + <translation>Gib die E-Mail-Adresse ein</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="120"/> <source>Extensions</source> <translation>Erweiterungen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="80"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="126"/> <source>Select to activate the fetch extension</source> <translation>Auswählen, um die Fetch Erweiterung zu aktivieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="83"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="129"/> <source>Fetch</source> <translation>Fetch</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="90"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="136"/> <source>Select to activate the GPG extension</source> <translation>Auswählen, um die GPG Erweiterung zu aktivieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="93"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="139"/> <source>GPG</source> <translation>GPG</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="110"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="146"/> + <source>Select to activate the largefiles extension</source> + <translation>Auswählen, um die Erweiterung für große Dateien zu aktivieren</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="202"/> + <source>Large Files</source> + <translation>Große Dateien</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="156"/> <source>Select to activate the Purge extension</source> <translation>Auswählen, um die Purge Erweiterung zu aktivieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="159"/> <source>Purge</source> <translation>Purge</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="120"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="166"/> <source>Select to activate the queues extension</source> <translation>Auswählen, um die Patchschlangen Erweiterung zu aktivieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="123"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="169"/> <source>Queues</source> <translation>Patchschlangen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="133"/> - <source>Rebase</source> - <translation>Umgruppieren</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="130"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="176"/> <source>Select to activate the rebase extension</source> <translation>Auswählen, um die Umgruppieren Erweiterung zu aktivieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="140"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="179"/> + <source>Rebase</source> + <translation>Umgruppieren</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="186"/> <source>Select to activate the shelve extension</source> <translation>Auswählen, um die Ablage (Shelve) Erweiterung zu aktivieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="143"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="189"/> <source>Shelve</source> <translation>Ablage</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="100"/> - <source>Select to activate the largefiles extension</source> - <translation>Auswählen, um die Binärriesen Erweiterung zu aktivieren</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="156"/> - <source>Large Files</source> - <translation>Binärriesen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="162"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="208"/> <source>Minimum file size:</source> <translation>Mindestdateigröße:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="169"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="215"/> <source>Enter the minimum file size in MB for files to be treated as Large Files</source> - <translation>Gib die Mindestdateigröße in MB ein, ab der Dateien als Binärriesen betrachtet werden</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="175"/> + <translation>Gib die Mindestdateigröße in MB ein, ab der Dateien als große Dateien betrachtet werden</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="221"/> <source> MB</source> <translation> MB</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="201"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="247"/> <source>Patterns:</source> <translation>Muster:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="208"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="254"/> <source>Enter file patterns (space separated) for files to be treated as Large Files</source> - <translation>Gib die Dateimuster (durch Leerzeichen getrennt) für Binärriesen ein</translation> + <translation>Gib die Dateimuster (durch Leerzeichen getrennt) für große Dateien ein</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="257"/> + <source>Enter file patterns for large files</source> + <translation>Dateimuster für große Dateien eingeben</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="264"/> + <source>User Cache:</source> + <translation>Nutzercache:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="280"/> + <source>Enter the name of the user cache directory</source> + <translation>Gib den Namen des nutzerbezogenen Cacheverzeichnisses ein</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="304"/> + <source>Network</source> + <translation>Netzwerk</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="322"/> + <source>Proxy</source> + <translation>Proxy</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="328"/> + <source>Host:</source> + <translation>Rechner:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="335"/> + <source>Enter the network proxy host name</source> + <translation>Gib den Namen des Netzwerkproxyrechners ein</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="338"/> + <source>Enter Proxy Hostname</source> + <translation>Name des Proxyrechners eingeben</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="345"/> + <source>User:</source> + <translation>Nutzer:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="352"/> + <source>Enter the user name for the network proxy</source> + <translation>Gib den Nutzernamen für den Netzwerkproxy ein</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="355"/> + <source>Enter Proxy Username</source> + <translation>Nutzername für Proxy eingeben</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="362"/> + <source>Password:</source> + <translation>Kennwort:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="369"/> + <source>Enter the password for the network proxy</source> + <translation>Gib das Kennwort für den Netzwerkproxy ein</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="375"/> + <source>Enter Proxy Password</source> + <translation>Kennwort für Proxy eingeben</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="382"/> + <source>Bypass:</source> + <translation>Ausnahmen:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="389"/> + <source>Enter the names of hosts bypassing the network proxy sparated by comma</source> + <translation>Gib die Namen der Hosts durch Komma getrennt an, die den Proxy umgehen können</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="395"/> + <source>Enter hosts bypassing the proxy separated by comma</source> + <translation>Hostnamen durch Komma getrennt eingeben</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="405"/> + <source>Host Fingerprints</source> + <translation>Fingerabdrücke</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="424"/> + <source>Host</source> + <translation>Rechner</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="429"/> + <source>Fingerprint</source> + <translation>Fingerabdruck</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="439"/> + <source>Add a host fingerprint entry</source> + <translation>Einen Fingerabdruck hinzufügen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="446"/> + <source>Delete a host fingerprint entry</source> + <translation>Einen Fingerabdruck löschen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="453"/> + <source>Edit a host fingerprint entry</source> + <translation>Einen Fingerabdruck bearbeiten</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="482"/> + <source>Open the user configuration file in a text editor</source> + <translation>Öffnet die Konfigurationsdatei des Nutzers in einem Texteditor</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="485"/> + <source>Open configuration file in editor</source> + <translation>Konfigurationsdatei in Editor öffnen</translation> + </message> +</context> +<context> + <name>HgUserConfigHostFingerprintDialog</name> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="14"/> + <source>Host Fingerprint</source> + <translation>Fingerabdruck</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="23"/> + <source>Host:</source> + <translation>Rechner:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="30"/> + <source>Enter the host name</source> + <translation>Gib den Rechnernamen ein</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="33"/> + <source>Enter Hostname</source> + <translation>Rechnernamen eingeben</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="40"/> + <source>Fingerprint:</source> + <translation>Fingerabdruck:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="47"/> + <source>Enter the host fingerprint</source> + <translation>Gib den Fingerabdruck des Rechners ein</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="50"/> + <source>Enter Fingerprint</source> + <translation>Fingerabdruck eingeben</translation> </message> </context> <context> @@ -38769,852 +38937,847 @@ <context> <name>Project</name> <message> - <location filename="../Project/Project.py" line="701"/> + <location filename="../Project/Project.py" line="715"/> <source>Read project file</source> <translation>Projektdatei lesen</translation> </message> <message> - <location filename="../Project/Project.py" line="1385"/> + <location filename="../Project/Project.py" line="1399"/> <source>Delete translation</source> <translation>Übersetzung löschen</translation> </message> <message> - <location filename="../Project/Project.py" line="1536"/> + <location filename="../Project/Project.py" line="1550"/> <source>Add file</source> <translation>Datei hinzufügen</translation> </message> <message> - <location filename="../Project/Project.py" line="2048"/> + <location filename="../Project/Project.py" line="2062"/> <source>Delete file</source> <translation>Datei löschen</translation> </message> <message> - <location filename="../Project/Project.py" line="2159"/> + <location filename="../Project/Project.py" line="2173"/> <source>Create project directory</source> <translation>Projektverzeichnis erstellen</translation> </message> <message> + <location filename="../Project/Project.py" line="3471"/> + <source>Open project</source> + <translation>Projekt öffnen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3508"/> + <source>Save project as</source> + <translation>Projekt speichern unter</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2848"/> + <source>Save File</source> + <translation>Datei speichern</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2884"/> + <source>Close Project</source> + <translation>Projekt schließen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2884"/> + <source>The current project has unsaved changes.</source> + <translation>Das aktuelle Projekt hat ungesicherte Änderungen.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3687"/> + <source>&Save</source> + <translation>&Speichern</translation> + </message> + <message> <location filename="../Project/Project.py" line="3457"/> - <source>Open project</source> - <translation>Projekt öffnen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3494"/> - <source>Save project as</source> - <translation>Projekt speichern unter</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2834"/> - <source>Save File</source> - <translation>Datei speichern</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2870"/> - <source>Close Project</source> - <translation>Projekt schließen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2870"/> - <source>The current project has unsaved changes.</source> - <translation>Das aktuelle Projekt hat ungesicherte Änderungen.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3673"/> - <source>&Save</source> - <translation>&Speichern</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3443"/> <source>New project</source> <translation>Neues Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="3443"/> - <source>&New...</source> - <translation>&Neu...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3448"/> - <source>Generate a new project</source> - <translation>Erstelle ein neues Projekt</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3449"/> - <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> - <translation><b>Neu...</b><p>Dies öffnet einen Dialog zur Eingabe der Informationen des neuen Projektes.</p></translation> - </message> - <message> <location filename="../Project/Project.py" line="3457"/> - <source>&Open...</source> - <translation>&Öffnen...</translation> + <source>&New...</source> + <translation>&Neu...</translation> </message> <message> <location filename="../Project/Project.py" line="3462"/> - <source>Open an existing project</source> - <translation>Öffnet ein bestehendes Projekt</translation> + <source>Generate a new project</source> + <translation>Erstelle ein neues Projekt</translation> </message> <message> <location filename="../Project/Project.py" line="3463"/> + <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> + <translation><b>Neu...</b><p>Dies öffnet einen Dialog zur Eingabe der Informationen des neuen Projektes.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3471"/> + <source>&Open...</source> + <translation>&Öffnen...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3476"/> + <source>Open an existing project</source> + <translation>Öffnet ein bestehendes Projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3477"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Öffnen...</b><p>Dies öffnet ein bestehendes Projekt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3470"/> + <location filename="../Project/Project.py" line="3484"/> <source>Close project</source> <translation>Projekt schließen</translation> </message> <message> - <location filename="../Project/Project.py" line="3470"/> + <location filename="../Project/Project.py" line="3484"/> <source>&Close</source> <translation>Schl&ießen</translation> </message> <message> - <location filename="../Project/Project.py" line="3474"/> + <location filename="../Project/Project.py" line="3488"/> <source>Close the current project</source> <translation>Schließt das aktuelle Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="3475"/> + <location filename="../Project/Project.py" line="3489"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Schließen</b><p>Dies schließt das aktuelle Projekt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3482"/> + <location filename="../Project/Project.py" line="3496"/> <source>Save project</source> <translation>Projekt speichern</translation> </message> <message> - <location filename="../Project/Project.py" line="3486"/> - <source>Save the current project</source> - <translation>Speichert das aktuelle Projekt</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3487"/> - <source><b>Save</b><p>This saves the current project.</p></source> - <translation><b>Speichern</b><p>Dies speichert das aktuelle Projekt.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3498"/> - <source>Save the current project to a new file</source> - <translation>Speichert das aktuelle Projekt in eine neue Datei</translation> - </message> - <message> <location filename="../Project/Project.py" line="3500"/> + <source>Save the current project</source> + <translation>Speichert das aktuelle Projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3501"/> + <source><b>Save</b><p>This saves the current project.</p></source> + <translation><b>Speichern</b><p>Dies speichert das aktuelle Projekt.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3512"/> + <source>Save the current project to a new file</source> + <translation>Speichert das aktuelle Projekt in eine neue Datei</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3514"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation><b>Speichern unter</b><p>Dies speichert das aktuelle Projekt in eine neue Datei.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3540"/> + <location filename="../Project/Project.py" line="3554"/> <source>Add translation to project</source> <translation>Übersetzung zum Projekt hinzufügen</translation> </message> <message> - <location filename="../Project/Project.py" line="3540"/> + <location filename="../Project/Project.py" line="3554"/> <source>Add &translation...</source> <translation>&Übersetzung hinzufügen...</translation> </message> <message> - <location filename="../Project/Project.py" line="3545"/> - <source>Add a translation to the current project</source> - <translation>Eine Übersetzung zum aktuellen Projekt hinzufügen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3547"/> - <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> - <translation><b>Übersetzung hinzufügen...</b><p>Dies öffnet einen Dialog, mit dem eine Übersetzung zum aktuellen Projekt hinzugefügt werden kann.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3584"/> - <source>Project properties</source> - <translation>Projekteigenschaften</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3584"/> - <source>&Properties...</source> - <translation>&Eigenschaften...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3589"/> - <source>Show the project properties</source> - <translation>Zeigt die Projekteigenschaften an</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3590"/> - <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> - <translation><b>Eigenschaften...</b><p>Dies zeigt einen Dialog an, mit dem die Projekteigenschaften bearbeitet werden können.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3905"/> - <source>Open &Recent Projects</source> - <translation>Zu&letzt geöffnete Projekte</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1653"/> - <source>The target directory must not be empty.</source> - <translation>Das Zielverzeichnis darf nicht leer sein.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3555"/> - <source>Search new files</source> - <translation>Neue Dateien suchen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3555"/> - <source>Searc&h new files...</source> - <translation>Neue &Dateien suchen...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3559"/> + <source>Add a translation to the current project</source> + <translation>Eine Übersetzung zum aktuellen Projekt hinzufügen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3561"/> + <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> + <translation><b>Übersetzung hinzufügen...</b><p>Dies öffnet einen Dialog, mit dem eine Übersetzung zum aktuellen Projekt hinzugefügt werden kann.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3598"/> + <source>Project properties</source> + <translation>Projekteigenschaften</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3598"/> + <source>&Properties...</source> + <translation>&Eigenschaften...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3603"/> + <source>Show the project properties</source> + <translation>Zeigt die Projekteigenschaften an</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3604"/> + <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> + <translation><b>Eigenschaften...</b><p>Dies zeigt einen Dialog an, mit dem die Projekteigenschaften bearbeitet werden können.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3919"/> + <source>Open &Recent Projects</source> + <translation>Zu&letzt geöffnete Projekte</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1667"/> + <source>The target directory must not be empty.</source> + <translation>Das Zielverzeichnis darf nicht leer sein.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3569"/> + <source>Search new files</source> + <translation>Neue Dateien suchen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3569"/> + <source>Searc&h new files...</source> + <translation>Neue &Dateien suchen...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3573"/> <source>Search new files in the project directory.</source> <translation>Sucht neue Dateien im Projektverzeichnis.</translation> </message> <message> - <location filename="../Project/Project.py" line="1664"/> + <location filename="../Project/Project.py" line="1678"/> <source>Add directory</source> <translation>Verzeichnis hinzufügen</translation> </message> <message> - <location filename="../Project/Project.py" line="1664"/> + <location filename="../Project/Project.py" line="1678"/> <source>The source directory must not be empty.</source> <translation>Das Quellverzeichnis darf nicht leer sein.</translation> </message> <message> - <location filename="../Project/Project.py" line="1263"/> + <location filename="../Project/Project.py" line="1277"/> <source>Add Language</source> <translation>Sprache hinzufügen</translation> </message> <message> - <location filename="../Project/Project.py" line="3494"/> + <location filename="../Project/Project.py" line="3508"/> <source>Save &as...</source> <translation>Speichern &unter...</translation> </message> <message> - <location filename="../Project/Project.py" line="4377"/> + <location filename="../Project/Project.py" line="4391"/> <source>Version Control System</source> <translation>Versionskontrollsystem</translation> </message> <message> - <location filename="../Project/Project.py" line="4231"/> + <location filename="../Project/Project.py" line="4245"/> <source>Search New Files</source> <translation>Neue Dateien suchen</translation> </message> <message> - <location filename="../Project/Project.py" line="4231"/> + <location filename="../Project/Project.py" line="4245"/> <source>There were no new files found to be added.</source> <translation>Es wurden keine neuen Dateien gefunden.</translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="933"/> <source>Read project session</source> <translation>Projekt Session lesen</translation> </message> <message> - <location filename="../Project/Project.py" line="1141"/> + <location filename="../Project/Project.py" line="1155"/> <source>Please save the project first.</source> <translation>Bitte speichern Sie zuerst das Projekt.</translation> </message> <message> - <location filename="../Project/Project.py" line="955"/> + <location filename="../Project/Project.py" line="969"/> <source>Save project session</source> <translation>Projekt Session speichern</translation> </message> <message> - <location filename="../Project/Project.py" line="3712"/> + <location filename="../Project/Project.py" line="3726"/> <source>Load session</source> <translation>Session laden</translation> </message> <message> - <location filename="../Project/Project.py" line="3716"/> - <source>Load the projects session file.</source> - <translation>Laden der Projekt Session.</translation> - </message> - <message> <location filename="../Project/Project.py" line="3730"/> + <source>Load the projects session file.</source> + <translation>Laden der Projekt Session.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3744"/> <source>Save session</source> <translation>Session speichern</translation> </message> <message> - <location filename="../Project/Project.py" line="3734"/> + <location filename="../Project/Project.py" line="3748"/> <source>Save the projects session file.</source> <translation>Speichern der Projekt Session.</translation> </message> <message> - <location filename="../Project/Project.py" line="3717"/> + <location filename="../Project/Project.py" line="3731"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Session laden</b><p>Dies lädt eine Projektsessiondatei. Die Session enthält die folgenden Daten.<br>- alle offenen Quelltextdateien<br>- alle Haltepunkte<br>- die Kommandozeilenparameter<br>- das Arbeitsverzeichnis<br>- das Ausnahmemeldungsflag</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3735"/> + <location filename="../Project/Project.py" line="3749"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Session speichern</b><p>Dies speichert eine Projektsessiondatei. Die Session enthält die folgenden Daten.<br>- alle offenen Quelltextdateien<br>- alle Haltepunkte<br>- die Kommandozeilenparameter<br>- das Arbeitsverzeichnis<br>- das Ausnahmemeldungsflag</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3915"/> + <location filename="../Project/Project.py" line="3929"/> <source>Source &Documentation</source> <translation>&Quelltextdokumentation</translation> </message> <message> - <location filename="../Project/Project.py" line="3910"/> + <location filename="../Project/Project.py" line="3924"/> <source>Chec&k</source> <translation>&Prüfen</translation> </message> <message> - <location filename="../Project/Project.py" line="3762"/> - <source>Code Metrics</source> - <translation>Quelltextmetriken</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3762"/> - <source>&Code Metrics...</source> - <translation>&Quelltextmetriken...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3766"/> - <source>Show some code metrics for the project.</source> - <translation>Zeige einige Quelltextmetriken für das Projekt.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3768"/> - <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> - <translation><b>Quelltextmetriken...</b><p>Dies zeigt einige Quelltextmetriken für alle Python-Dateien des Projektes.</p></translation> - </message> - <message> <location filename="../Project/Project.py" line="3776"/> - <source>Python Code Coverage</source> - <translation>Python-Quelltext-Abdeckung</translation> + <source>Code Metrics</source> + <translation>Quelltextmetriken</translation> </message> <message> <location filename="../Project/Project.py" line="3776"/> - <source>Code Co&verage...</source> - <translation>&Quelltext Abdeckung...</translation> + <source>&Code Metrics...</source> + <translation>&Quelltextmetriken...</translation> </message> <message> <location filename="../Project/Project.py" line="3780"/> - <source>Show code coverage information for the project.</source> - <translation>Zeige die Quelltextabdeckung für das Projekt.</translation> + <source>Show some code metrics for the project.</source> + <translation>Zeige einige Quelltextmetriken für das Projekt.</translation> </message> <message> <location filename="../Project/Project.py" line="3782"/> - <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> - <translation><b>Quelltext Abdeckung...</b><p>Dies zeigt die Quelltextabdeckung für alle Python-Dateien des Projektes an.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4568"/> - <source>Profile Data</source> - <translation>Profildaten</translation> + <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> + <translation><b>Quelltextmetriken...</b><p>Dies zeigt einige Quelltextmetriken für alle Python-Dateien des Projektes.</p></translation> </message> <message> <location filename="../Project/Project.py" line="3790"/> - <source>&Profile Data...</source> - <translation>&Profildaten...</translation> + <source>Python Code Coverage</source> + <translation>Python-Quelltext-Abdeckung</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3790"/> + <source>Code Co&verage...</source> + <translation>&Quelltext Abdeckung...</translation> </message> <message> <location filename="../Project/Project.py" line="3794"/> - <source>Show profiling data for the project.</source> - <translation>Zeige Profildaten des aktuellen Projektes.</translation> + <source>Show code coverage information for the project.</source> + <translation>Zeige die Quelltextabdeckung für das Projekt.</translation> </message> <message> <location filename="../Project/Project.py" line="3796"/> + <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> + <translation><b>Quelltext Abdeckung...</b><p>Dies zeigt die Quelltextabdeckung für alle Python-Dateien des Projektes an.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4582"/> + <source>Profile Data</source> + <translation>Profildaten</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3804"/> + <source>&Profile Data...</source> + <translation>&Profildaten...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3808"/> + <source>Show profiling data for the project.</source> + <translation>Zeige Profildaten des aktuellen Projektes.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3810"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>Profildaten...</b><p>Dies zeigt die Profildaten des Projektes.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3912"/> + <location filename="../Project/Project.py" line="3926"/> <source>Sho&w</source> <translation>&Zeige</translation> </message> <message> - <location filename="../Project/Project.py" line="4545"/> + <location filename="../Project/Project.py" line="4559"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Für das aktuelle Projekt ist kein Hauptskript festgelegt. Abbruch</translation> </message> <message> - <location filename="../Project/Project.py" line="4495"/> + <location filename="../Project/Project.py" line="4509"/> <source>Coverage Data</source> <translation>Quelltext Abdeckungsdaten</translation> </message> <message> - <location filename="../Project/Project.py" line="3906"/> + <location filename="../Project/Project.py" line="3920"/> <source>&Version Control</source> <translation>&Versionskontrolle</translation> </message> <message> - <location filename="../Project/Project.py" line="4622"/> + <location filename="../Project/Project.py" line="4636"/> <source>Application Diagram</source> <translation>Applikations-Diagramm</translation> </message> <message> - <location filename="../Project/Project.py" line="3805"/> + <location filename="../Project/Project.py" line="3819"/> <source>&Application Diagram...</source> <translation>&Applikations-Diagramm...</translation> </message> <message> - <location filename="../Project/Project.py" line="3809"/> + <location filename="../Project/Project.py" line="3823"/> <source>Show a diagram of the project.</source> <translation>Zeigt ein Diagramm des Projektes.</translation> </message> <message> - <location filename="../Project/Project.py" line="3811"/> + <location filename="../Project/Project.py" line="3825"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Applikations-Diagramm...</b><p>Dies zeigt ein Diagramm des Projektes.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3913"/> + <location filename="../Project/Project.py" line="3927"/> <source>&Diagrams</source> <translation>&Diagramme</translation> </message> <message> - <location filename="../Project/Project.py" line="801"/> + <location filename="../Project/Project.py" line="815"/> <source>Save project file</source> <translation>Projektdatei speichern</translation> </message> <message> - <location filename="../Project/Project.py" line="4518"/> + <location filename="../Project/Project.py" line="4532"/> <source>Code Coverage</source> <translation>Quelltext Abdeckung</translation> </message> <message> - <location filename="../Project/Project.py" line="4518"/> + <location filename="../Project/Project.py" line="4532"/> <source>Please select a coverage file</source> <translation>Bitte wählen Sie eine Datei mit Abdeckungsdaten</translation> </message> <message> - <location filename="../Project/Project.py" line="4568"/> + <location filename="../Project/Project.py" line="4582"/> <source>Please select a profile file</source> <translation>Bitte wählen Sie eine Datei mit Profildaten</translation> </message> <message> - <location filename="../Project/Project.py" line="3525"/> + <location filename="../Project/Project.py" line="3539"/> <source>Add directory to project</source> <translation>Verzeichnis zum Projekt hinzufügen</translation> </message> <message> - <location filename="../Project/Project.py" line="3525"/> + <location filename="../Project/Project.py" line="3539"/> <source>Add directory...</source> <translation>Verzeichnis hinzufügen...</translation> </message> <message> + <location filename="../Project/Project.py" line="3544"/> + <source>Add a directory to the current project</source> + <translation>Füge den Inhalt eines Verzeichnisses zum Projekt hinzu</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3546"/> + <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> + <translation><b>Verzeichnis hinzufügen</b><p>Dies öffnet einen Dialog, mit dem ein Verzeichnis bzw. der Inhalt eines Verzeichnisses zum aktuellen Projekt hinzugefügt werden kann.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1802"/> + <source>Rename file</source> + <translation>Datei umbenennen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1826"/> + <source>Rename File</source> + <translation>Datei umbenennen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2316"/> + <source>Shall the project file be added to the repository?</source> + <translation>Soll die Projektdatei zum Repository hinzugefügt werden?</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2697"/> + <source>New Project</source> + <translation>Neues Projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2249"/> + <source>Add existing files to the project?</source> + <translation>Existierende Dateien dem Projekt hinzufügen?</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2368"/> + <source>Would you like to edit the VCS command options?</source> + <translation>Möchten Sie die VCS-Befehlsoptionen bearbeiten?</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2340"/> + <source>Select version control system for the project</source> + <translation>Wähle das Versionskontrollsystem für das Projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="715"/> + <source><p>The project file <b>{0}</b> could not be read.</p></source> + <translation><p>Die Projektdatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="815"/> + <source><p>The project file <b>{0}</b> could not be written.</p></source> + <translation><p>Die Projektdatei <b>{0}</b> konnte nicht geschrieben werden.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="933"/> + <source><p>The project session file <b>{0}</b> could not be read.</p></source> + <translation><p>Die Projektsessiondatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="969"/> + <source><p>The project session file <b>{0}</b> could not be written.</p></source> + <translation><p>Die Projektsessiondatei <b>{0}</b> konnte nicht gespeichert werden.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1399"/> + <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> + <translation><p>Die ausgewählte Übersetzungsdatei <b>{0}</b> konnte nicht gelöscht werden.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2848"/> + <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> + <translation><p>Die Datei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2062"/> + <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> + <translation><p>Die ausgewählte Datei <b>{0}</b> konnte nicht gelöscht werden.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2173"/> + <source><p>The project directory <b>{0}</b> could not be created.</p></source> + <translation><p>Das Projektverzeichnis <b>{0}</b> konnte nicht erstellt werden.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="998"/> + <source>Delete project session</source> + <translation>Projekt Session löschen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="998"/> + <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> + <translation><p>Die Projektsessiondatei <b>{0}</b> konnte nicht gelöscht werden.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3762"/> + <source>Delete session</source> + <translation>Session löschen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3766"/> + <source>Delete the projects session file.</source> + <translation>Löscht die Projektsessiondatei.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3767"/> + <source><b>Delete session</b><p>This deletes the projects session file</p></source> + <translation><b>Session löschen</b><p>Dies löscht die Sessiondatei des Projektes.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3575"/> + <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> + <translation><b>Neue Dateien suchen...</b><p>Dies sucht im Projektverzeichnis und in registrierten Unterverzeichnissen nach neuen Dateien (Quellen, *.ui, *.idl).</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="261"/> + <source>Console</source> + <translation>Konsole</translation> + </message> + <message> + <location filename="../Project/Project.py" line="262"/> + <source>Other</source> + <translation>Sonstige</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4636"/> + <source>Include module names?</source> + <translation>Modulnamen anzeigen?</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2091"/> + <source>Delete directory</source> + <translation>Verzeichnis löschen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2091"/> + <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> + <translation><p>Das ausgewählte Verzeichnis <b>{0}</b> konnte nicht gelöscht werden.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1032"/> + <source>Read tasks</source> + <translation>Aufgaben lesen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1032"/> + <source><p>The tasks file <b>{0}</b> could not be read.</p></source> + <translation><p>Die Aufgabendatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1052"/> + <source>Save tasks</source> + <translation>Aufgaben speichern</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1052"/> + <source><p>The tasks file <b>{0}</b> could not be written.</p></source> + <translation><p>Die Aufgabendatei <b>{0}</b> konnte nicht geschrieben werden.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1109"/> + <source>Read debugger properties</source> + <translation>Debugger-Eigenschaften lesen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1109"/> + <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> + <translation><p>Die Datei mit den projektspezifischen Debugger-Eigenschaften <b>{0}</b> konnte nicht gelesen werden.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1143"/> + <source>Save debugger properties</source> + <translation>Debugger-Eigenschaften speichern</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1143"/> + <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> + <translation><p>Die Datei mit den projektspezifischen Debugger-Eigenschaften <b>{0}</b> konnte nicht gespeichert werden.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1169"/> + <source>Delete debugger properties</source> + <translation>Debugger-Eigenschaften löschen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1169"/> + <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> + <translation><p>Die Datei mit den projektspezifischen Debugger-Eigenschaften <b>{0}</b> konnte nicht gelöscht werden.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3662"/> + <source>Debugger Properties</source> + <translation>Debugger-Eigenschaften</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3662"/> + <source>Debugger &Properties...</source> + <translation>Debugger-&Eigenschaften...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3666"/> + <source>Show the debugger properties</source> + <translation>Debugger-Eigenschaften anzeigen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3667"/> + <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> + <translation><b>Debugger-Eigenschaften...</b><p>Dies zeigt einen Dialog an, um die projektspezifischen Debugger-Einstellungen zu bearbeiten.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3675"/> + <source>Load</source> + <translation>Laden</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3675"/> + <source>&Load</source> + <translation>&Laden</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3679"/> + <source>Load the debugger properties</source> + <translation>Debugger-Eigenschaften laden</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3687"/> + <source>Save</source> + <translation>Speichern</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3691"/> + <source>Save the debugger properties</source> + <translation>Debugger-Eigenschaften speichern</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3699"/> + <source>Delete</source> + <translation>Löschen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3699"/> + <source>&Delete</source> + <translation>&Löschen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3703"/> + <source>Delete the debugger properties</source> + <translation>Debugger-Eigenschaften löschen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3712"/> + <source>Reset</source> + <translation>Zurücksetzen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3712"/> + <source>&Reset</source> + <translation>&Zurücksetzen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3716"/> + <source>Reset the debugger properties</source> + <translation>Debugger-Eigenschaften zurücksetzen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3931"/> + <source>Debugger</source> + <translation>Debugger</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3928"/> + <source>Session</source> + <translation>Session</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3680"/> + <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> + <translation><b>Debugger-Eigenschaften laden</b><p>Dies lädt die projektspezifischen Debugger-Einstellungen.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3692"/> + <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> + <translation><b>Debugger-Eigenschaften speichern</b><p>Dies speichert die projektspezifischen Debugger-Einstellungen.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3704"/> + <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> + <translation><b>Debugger-Eigenschaften löschen</b><p>Dies löscht die Datei mit den projektspezifischen Debugger-Einstellungen.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3717"/> + <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> + <translation><b>Debugger-Eigenschaften zurücksetzen</b><p>Dies setzt die projektspezifischen Debugger-Einstellungen zurück.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3626"/> + <source>Filetype Associations</source> + <translation>Dateitypzuordnungen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3626"/> + <source>Filetype Associations...</source> + <translation>Dateitypzuordnungen...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3630"/> + <source>Show the project filetype associations</source> + <translation>Zeigt die Dateitypzuordnungen des Projektes</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3632"/> + <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> + <translation><b>Dateitypzuordnungen...</b><p>Dies zeigt einen Dialog zur Eingabe der Dateitypzuordnungen des Projektes. Diese Zuordnungen bestimmen den Typ (Quellen, Formulare, Schnittstellen oder Sonstige) über ein Dateinamenmuster. Sie werden genutzt, wenn eine Datei zum Projekt hinzugefügt oder wenn nach neuen Dateien gesucht wird.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3932"/> + <source>Pac&kagers</source> + <translation>Pa&ketierer</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3523"/> + <source>Add files to project</source> + <translation>Dateien zum Projekt hinzufügen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3523"/> + <source>Add &files...</source> + <translation>&Dateien hinzufügen...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3528"/> + <source>Add files to the current project</source> + <translation>Fügt Dateien zum aktuellen Projekt hinzu</translation> + </message> + <message> <location filename="../Project/Project.py" line="3530"/> - <source>Add a directory to the current project</source> - <translation>Füge den Inhalt eines Verzeichnisses zum Projekt hinzu</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3532"/> - <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> - <translation><b>Verzeichnis hinzufügen</b><p>Dies öffnet einen Dialog, mit dem ein Verzeichnis bzw. der Inhalt eines Verzeichnisses zum aktuellen Projekt hinzugefügt werden kann.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1788"/> - <source>Rename file</source> - <translation>Datei umbenennen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1812"/> - <source>Rename File</source> - <translation>Datei umbenennen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2302"/> - <source>Shall the project file be added to the repository?</source> - <translation>Soll die Projektdatei zum Repository hinzugefügt werden?</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2683"/> - <source>New Project</source> - <translation>Neues Projekt</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2235"/> - <source>Add existing files to the project?</source> - <translation>Existierende Dateien dem Projekt hinzufügen?</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2354"/> - <source>Would you like to edit the VCS command options?</source> - <translation>Möchten Sie die VCS-Befehlsoptionen bearbeiten?</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2326"/> - <source>Select version control system for the project</source> - <translation>Wähle das Versionskontrollsystem für das Projekt</translation> - </message> - <message> - <location filename="../Project/Project.py" line="701"/> - <source><p>The project file <b>{0}</b> could not be read.</p></source> - <translation><p>Die Projektdatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="801"/> - <source><p>The project file <b>{0}</b> could not be written.</p></source> - <translation><p>Die Projektdatei <b>{0}</b> konnte nicht geschrieben werden.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="919"/> - <source><p>The project session file <b>{0}</b> could not be read.</p></source> - <translation><p>Die Projektsessiondatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="955"/> - <source><p>The project session file <b>{0}</b> could not be written.</p></source> - <translation><p>Die Projektsessiondatei <b>{0}</b> konnte nicht gespeichert werden.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1385"/> - <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> - <translation><p>Die ausgewählte Übersetzungsdatei <b>{0}</b> konnte nicht gelöscht werden.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="2834"/> - <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> + <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> + <translation><b>Dateien hinzufügen...</b><p>Dies öffnet einen Dialog, mit dem Dateien zum aktuellen Projekt hinzugefügt werden kann. Der Ort, an dem sie eingefügt werden, wird durch die Dateinamenerweiterung bestimmt.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1826"/> + <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> + <translation><p>Die Datei <b>{0}</b> konnte nicht umbenannt werden.<br />Ursache: {1}</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2833"/> + <source>Project Files (*.e4p)</source> + <translation>Projektdateien (*.e4p)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3918"/> + <source>&Project</source> + <translation>&Projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4040"/> + <source>Project</source> + <translation>Projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4106"/> + <source>&Clear</source> + <translation>&Löschen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1612"/> + <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Die Datei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2048"/> - <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> - <translation><p>Die ausgewählte Datei <b>{0}</b> konnte nicht gelöscht werden.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="2159"/> - <source><p>The project directory <b>{0}</b> could not be created.</p></source> - <translation><p>Das Projektverzeichnis <b>{0}</b> konnte nicht erstellt werden.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="984"/> - <source>Delete project session</source> - <translation>Projekt Session löschen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="984"/> - <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> - <translation><p>Die Projektsessiondatei <b>{0}</b> konnte nicht gelöscht werden.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3748"/> - <source>Delete session</source> - <translation>Session löschen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3752"/> - <source>Delete the projects session file.</source> - <translation>Löscht die Projektsessiondatei.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3753"/> - <source><b>Delete session</b><p>This deletes the projects session file</p></source> - <translation><b>Session löschen</b><p>Dies löscht die Sessiondatei des Projektes.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="166"/> - <source>Ruby Files (*.rb);;</source> - <translation>Ruby-Dateien (*.rb);;</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3561"/> - <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> - <translation><b>Neue Dateien suchen...</b><p>Dies sucht im Projektverzeichnis und in registrierten Unterverzeichnissen nach neuen Dateien (Quellen, *.ui, *.idl).</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="247"/> - <source>Console</source> - <translation>Konsole</translation> - </message> - <message> - <location filename="../Project/Project.py" line="248"/> - <source>Other</source> - <translation>Sonstige</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4622"/> - <source>Include module names?</source> - <translation>Modulnamen anzeigen?</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2077"/> - <source>Delete directory</source> - <translation>Verzeichnis löschen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2077"/> - <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> - <translation><p>Das ausgewählte Verzeichnis <b>{0}</b> konnte nicht gelöscht werden.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1018"/> - <source>Read tasks</source> - <translation>Aufgaben lesen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1018"/> - <source><p>The tasks file <b>{0}</b> could not be read.</p></source> - <translation><p>Die Aufgabendatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1038"/> - <source>Save tasks</source> - <translation>Aufgaben speichern</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1038"/> - <source><p>The tasks file <b>{0}</b> could not be written.</p></source> - <translation><p>Die Aufgabendatei <b>{0}</b> konnte nicht geschrieben werden.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1095"/> - <source>Read debugger properties</source> - <translation>Debugger-Eigenschaften lesen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1095"/> - <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> - <translation><p>Die Datei mit den projektspezifischen Debugger-Eigenschaften <b>{0}</b> konnte nicht gelesen werden.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1129"/> - <source>Save debugger properties</source> - <translation>Debugger-Eigenschaften speichern</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1129"/> - <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> - <translation><p>Die Datei mit den projektspezifischen Debugger-Eigenschaften <b>{0}</b> konnte nicht gespeichert werden.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1155"/> - <source>Delete debugger properties</source> - <translation>Debugger-Eigenschaften löschen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1155"/> - <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> - <translation><p>Die Datei mit den projektspezifischen Debugger-Eigenschaften <b>{0}</b> konnte nicht gelöscht werden.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3648"/> - <source>Debugger Properties</source> - <translation>Debugger-Eigenschaften</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3648"/> - <source>Debugger &Properties...</source> - <translation>Debugger-&Eigenschaften...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3652"/> - <source>Show the debugger properties</source> - <translation>Debugger-Eigenschaften anzeigen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3653"/> - <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> - <translation><b>Debugger-Eigenschaften...</b><p>Dies zeigt einen Dialog an, um die projektspezifischen Debugger-Einstellungen zu bearbeiten.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3661"/> - <source>Load</source> - <translation>Laden</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3661"/> - <source>&Load</source> - <translation>&Laden</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3665"/> - <source>Load the debugger properties</source> - <translation>Debugger-Eigenschaften laden</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3673"/> - <source>Save</source> - <translation>Speichern</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3677"/> - <source>Save the debugger properties</source> - <translation>Debugger-Eigenschaften speichern</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3685"/> - <source>Delete</source> - <translation>Löschen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3685"/> - <source>&Delete</source> - <translation>&Löschen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3689"/> - <source>Delete the debugger properties</source> - <translation>Debugger-Eigenschaften löschen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3698"/> - <source>Reset</source> - <translation>Zurücksetzen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3698"/> - <source>&Reset</source> - <translation>&Zurücksetzen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3702"/> - <source>Reset the debugger properties</source> - <translation>Debugger-Eigenschaften zurücksetzen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3917"/> - <source>Debugger</source> - <translation>Debugger</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3914"/> - <source>Session</source> - <translation>Session</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3666"/> - <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> - <translation><b>Debugger-Eigenschaften laden</b><p>Dies lädt die projektspezifischen Debugger-Einstellungen.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3678"/> - <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> - <translation><b>Debugger-Eigenschaften speichern</b><p>Dies speichert die projektspezifischen Debugger-Einstellungen.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3690"/> - <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> - <translation><b>Debugger-Eigenschaften löschen</b><p>Dies löscht die Datei mit den projektspezifischen Debugger-Einstellungen.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3703"/> - <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> - <translation><b>Debugger-Eigenschaften zurücksetzen</b><p>Dies setzt die projektspezifischen Debugger-Einstellungen zurück.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3612"/> - <source>Filetype Associations</source> - <translation>Dateitypzuordnungen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3612"/> - <source>Filetype Associations...</source> - <translation>Dateitypzuordnungen...</translation> + <location filename="../Project/Project.py" line="851"/> + <source>Read user project properties</source> + <translation>Nutzer bezogene Projektdaten lesen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="851"/> + <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> + <translation><p>Die Datei mit den Nutzer bezogenen Projektdaten <b>{0}</b> konnte nicht gelesen werden.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="875"/> + <source>Save user project properties</source> + <translation>Nutzer bezogene Projektdaten sichern</translation> + </message> + <message> + <location filename="../Project/Project.py" line="875"/> + <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> + <translation><p>Die Datei mit den Nutzer bezogenen Projektdaten <b>{0}</b> konnte nicht geschrieben werden.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3611"/> + <source>User project properties</source> + <translation>Nutzer bezogene Projektdaten</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3611"/> + <source>&User Properties...</source> + <translation>&Nutzer bezogene Projektdaten...</translation> </message> <message> <location filename="../Project/Project.py" line="3616"/> - <source>Show the project filetype associations</source> - <translation>Zeigt die Dateitypzuordnungen des Projektes</translation> + <source>Show the user specific project properties</source> + <translation>Zeigt die Nutzer bezogenen Projektdaten an</translation> </message> <message> <location filename="../Project/Project.py" line="3618"/> - <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> - <translation><b>Dateitypzuordnungen...</b><p>Dies zeigt einen Dialog zur Eingabe der Dateitypzuordnungen des Projektes. Diese Zuordnungen bestimmen den Typ (Quellen, Formulare, Schnittstellen oder Sonstige) über ein Dateinamenmuster. Sie werden genutzt, wenn eine Datei zum Projekt hinzugefügt oder wenn nach neuen Dateien gesucht wird.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3918"/> - <source>Pac&kagers</source> - <translation>Pa&ketierer</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3509"/> - <source>Add files to project</source> - <translation>Dateien zum Projekt hinzufügen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3509"/> - <source>Add &files...</source> - <translation>&Dateien hinzufügen...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3514"/> - <source>Add files to the current project</source> - <translation>Fügt Dateien zum aktuellen Projekt hinzu</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3516"/> - <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> - <translation><b>Dateien hinzufügen...</b><p>Dies öffnet einen Dialog, mit dem Dateien zum aktuellen Projekt hinzugefügt werden kann. Der Ort, an dem sie eingefügt werden, wird durch die Dateinamenerweiterung bestimmt.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1812"/> - <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> - <translation><p>Die Datei <b>{0}</b> konnte nicht umbenannt werden.<br />Ursache: {1}</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="2819"/> - <source>Project Files (*.e4p)</source> - <translation>Projektdateien (*.e4p)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3904"/> - <source>&Project</source> - <translation>&Projekt</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4026"/> - <source>Project</source> - <translation>Projekt</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4092"/> - <source>&Clear</source> - <translation>&Löschen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1598"/> - <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> - <translation><p>Die Datei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="837"/> - <source>Read user project properties</source> - <translation>Nutzer bezogene Projektdaten lesen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="837"/> - <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> - <translation><p>Die Datei mit den Nutzer bezogenen Projektdaten <b>{0}</b> konnte nicht gelesen werden.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="861"/> - <source>Save user project properties</source> - <translation>Nutzer bezogene Projektdaten sichern</translation> - </message> - <message> - <location filename="../Project/Project.py" line="861"/> - <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> - <translation><p>Die Datei mit den Nutzer bezogenen Projektdaten <b>{0}</b> konnte nicht geschrieben werden.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3597"/> - <source>User project properties</source> - <translation>Nutzer bezogene Projektdaten</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3597"/> - <source>&User Properties...</source> - <translation>&Nutzer bezogene Projektdaten...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3602"/> - <source>Show the user specific project properties</source> - <translation>Zeigt die Nutzer bezogenen Projektdaten an</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3604"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation><b>Nutzer bezogene Projektdaten...</b><p>Dies zeigt einen Dialog an, um Nutzer bezogene Projektdaten zu bearbeiten.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3035"/> + <location filename="../Project/Project.py" line="3049"/> <source>Syntax errors detected</source> <translation>Syntaxfehler gefunden</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3035"/> + <location filename="../Project/Project.py" line="3049"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>Das Projekt beinhaltet eine Datei mit Syntaxfehlern.</numerusform> @@ -39622,112 +39785,112 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="4780"/> + <location filename="../Project/Project.py" line="4794"/> <source>Create Package List</source> <translation>Erzeuge Paketliste</translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> + <location filename="../Project/Project.py" line="3848"/> <source>Create &Package List</source> <translation>Erzeuge &Paketliste</translation> </message> <message> - <location filename="../Project/Project.py" line="5027"/> + <location filename="../Project/Project.py" line="5041"/> <source>Create Plugin Archive</source> <translation>Erzeuge Plugin Archiv</translation> </message> <message> - <location filename="../Project/Project.py" line="4740"/> + <location filename="../Project/Project.py" line="4754"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Die Datei <b>PKGLIST</b> existiert bereits.</p><p>Überschreiben?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4780"/> + <location filename="../Project/Project.py" line="4794"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation><p>Die Datei <b>PKGLIST</b> konnte nicht erzeugt werden.</p><p>Ursache: {0}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4799"/> + <location filename="../Project/Project.py" line="4813"/> <source>The project does not have a main script defined. Aborting...</source> <translation>Für das Projekt wurde kein Hauptskript angegeben. Abbruch...</translation> </message> <message> - <location filename="../Project/Project.py" line="1567"/> + <location filename="../Project/Project.py" line="1581"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>Das Quellverzeichnis enthält keine Dateien, die zur gewählten Kategorie gehören.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2697"/> <source>Select Version Control System</source> <translation>Versionskontrollsystem auswählen</translation> </message> <message> - <location filename="../Project/Project.py" line="2333"/> + <location filename="../Project/Project.py" line="2347"/> <source>None</source> <translation>Keines</translation> </message> <message> - <location filename="../Project/Project.py" line="346"/> + <location filename="../Project/Project.py" line="360"/> <source>Registering Project Type</source> <translation>Projekttyp Registrierung</translation> </message> <message> - <location filename="../Project/Project.py" line="4911"/> + <location filename="../Project/Project.py" line="4925"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation><p>Die Datei <b>{0}</b> konnte nicht im Archiv gespeichert werde. Sie wird ignoriert.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4985"/> + <location filename="../Project/Project.py" line="4999"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Die Plugindatei <b>{0}</b> konnte nicht gelesen werden.<br>Grund: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1263"/> + <location filename="../Project/Project.py" line="1277"/> <source>You have to specify a translation pattern first.</source> <translation>Sie müssen zuerst ein Übersetzungsmuster festlegen.</translation> </message> <message> - <location filename="../Project/Project.py" line="2432"/> + <location filename="../Project/Project.py" line="2446"/> <source>Translation Pattern</source> <translation>Übersetzungsmuster</translation> </message> <message> - <location filename="../Project/Project.py" line="2432"/> + <location filename="../Project/Project.py" line="2446"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Gib das Pfadmuster für Übersetzungsdateien ein (benutze „%language%“ anstelle des Sprachcodes):</translation> </message> <message> - <location filename="../Project/Project.py" line="4377"/> + <location filename="../Project/Project.py" line="4391"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation><p>Das ausgewählte Versionskontrollsystem <b>{0}</b> konnte nicht gefunden werden.<br/>Versionskontrolle nicht möglich.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3630"/> + <location filename="../Project/Project.py" line="3644"/> <source>Lexer Associations</source> <translation>Lexerzuordnungen</translation> </message> <message> - <location filename="../Project/Project.py" line="3630"/> + <location filename="../Project/Project.py" line="3644"/> <source>Lexer Associations...</source> <translation>Lexerzuordnungen...</translation> </message> <message> - <location filename="../Project/Project.py" line="3634"/> + <location filename="../Project/Project.py" line="3648"/> <source>Show the project lexer associations (overriding defaults)</source> <translation>Zeigt die projektspezifischen Lexerzuordnungen</translation> </message> <message> - <location filename="../Project/Project.py" line="3636"/> + <location filename="../Project/Project.py" line="3650"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation><b>Lexerzuordnungen</b><p>Dies öffnet einen Dialog, um die projektspezifischen Lexerzuordnungen zu bearbeiten. Diese Zuordnungen überschreiben die globalen Lexerzuordnungen. Lexer werden verwendet, um den Editortext einzufärben.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="262"/> + <location filename="../Project/Project.py" line="276"/> <source>PySide GUI</source> <translation>PySide Oberfläche</translation> </message> <message> - <location filename="../Project/Project.py" line="263"/> + <location filename="../Project/Project.py" line="277"/> <source>PySide Console</source> <translation>PySide Kommandozeile</translation> </message> @@ -39737,12 +39900,12 @@ <translation>Python 3-Dateien (*.py *.py3);;Python 3-GUI-Dateien (*.pyw *.pyw3);;</translation> </message> <message> - <location filename="../Project/Project.py" line="1524"/> + <location filename="../Project/Project.py" line="1538"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation><p>Die ausgewählte Datei <b>{0}</b> konnte nicht zu <b>{1}</b> hinzugefügt werden.</p><p>Ursache: {2}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1580"/> + <location filename="../Project/Project.py" line="1594"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Das Zielverzeichnis <b>{0}</b> konnte nicht erstellt werden.</p><p>Ursache: {1}</p></translation> </message> @@ -39752,213 +39915,213 @@ <translation>Python 2-Dateien (*.py2);;Python 2-GUI-Dateien (*.pyw2);;</translation> </message> <message> - <location filename="../Project/Project.py" line="2222"/> + <location filename="../Project/Project.py" line="2236"/> <source>Create main script</source> <translation>Hauptskript erzeugen</translation> </message> <message> - <location filename="../Project/Project.py" line="2222"/> + <location filename="../Project/Project.py" line="2236"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation><p>Das Hauptskript <b>{0}</b> konnte nicht erzeugt werden.<br/>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3819"/> + <location filename="../Project/Project.py" line="3833"/> <source>Load Diagram</source> <translation>Diagramm laden</translation> </message> <message> - <location filename="../Project/Project.py" line="3819"/> + <location filename="../Project/Project.py" line="3833"/> <source>&Load Diagram...</source> <translation>Diagramm &laden...</translation> </message> <message> - <location filename="../Project/Project.py" line="3823"/> + <location filename="../Project/Project.py" line="3837"/> <source>Load a diagram from file.</source> <translation>Lade ein Diagramm aus einer Datei.</translation> </message> <message> - <location filename="../Project/Project.py" line="3825"/> - <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> - <translation><b>Diagramm laden...</b><p>Dies lädt ein Diagramm aus einer Datei.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="323"/> - <source><p>The Programming Language <b>{0}</b> is not supported.</p></source> - <translation><p>Die Programmiersprache <b>{0}</b> wird nicht unterstützt.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="346"/> - <source><p>The Project type <b>{0}</b> is already registered.</p></source> - <translation><p>Der Projekttyp <b>{0}</b> ist bereits registriert.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="334"/> - <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> - <translation><p>Der Projekttyp <b>{0}</b> ist bereits für die Programmiersprache <b>{1}</b> registriert.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="244"/> - <source>PyQt5 GUI</source> - <translation>PyQt5 Oberfläche</translation> - </message> - <message> - <location filename="../Project/Project.py" line="245"/> - <source>PyQt5 Console</source> - <translation>PyQt5 Kommandozeile</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4365"/> - <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> - <translation><p>Das ausgewählte Versionskontrollsystem <b>{0}</b> konnte nicht gefunden werden.<br/>Ignoriere Übersteuerung.</p><p>{1}</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5027"/> - <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> - <translation><p>Die Plugindatei <b>{0}</b> konnte nicht gelesen werden.<br>Ursache: {1}</p></translation> - </message> - <message> <location filename="../Project/Project.py" line="3839"/> + <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> + <translation><b>Diagramm laden...</b><p>Dies lädt ein Diagramm aus einer Datei.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="337"/> + <source><p>The Programming Language <b>{0}</b> is not supported.</p></source> + <translation><p>Die Programmiersprache <b>{0}</b> wird nicht unterstützt.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="360"/> + <source><p>The Project type <b>{0}</b> is already registered.</p></source> + <translation><p>Der Projekttyp <b>{0}</b> ist bereits registriert.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="348"/> + <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> + <translation><p>Der Projekttyp <b>{0}</b> ist bereits für die Programmiersprache <b>{1}</b> registriert.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="258"/> + <source>PyQt5 GUI</source> + <translation>PyQt5 Oberfläche</translation> + </message> + <message> + <location filename="../Project/Project.py" line="259"/> + <source>PyQt5 Console</source> + <translation>PyQt5 Kommandozeile</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4379"/> + <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> + <translation><p>Das ausgewählte Versionskontrollsystem <b>{0}</b> konnte nicht gefunden werden.<br/>Ignoriere Übersteuerung.</p><p>{1}</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5041"/> + <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> + <translation><p>Die Plugindatei <b>{0}</b> konnte nicht gelesen werden.<br>Ursache: {1}</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3853"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation>Erzeugt eine erste PKGLIST-Datei für ein eric6-Plugin.</translation> </message> <message> - <location filename="../Project/Project.py" line="3841"/> + <location filename="../Project/Project.py" line="3855"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation><b>Erzeuge Paketliste</b><p>Dies erzeugt eine erste Liste von Dateien, die in ein eric6-Pluginarchive einbezogen werden sollen. Die Liste wird aus der Projektdatei erzeugt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4881"/> + <location filename="../Project/Project.py" line="4895"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Die eric6 Plugin Archivdatei <b>{0}</b> konnte nicht erzeugt werden.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="242"/> + <location filename="../Project/Project.py" line="256"/> <source>PyQt4 GUI</source> <translation>PyQt4 Oberfläche</translation> </message> <message> - <location filename="../Project/Project.py" line="243"/> + <location filename="../Project/Project.py" line="257"/> <source>PyQt4 Console</source> <translation>PyQt4 Kommandozeile</translation> </message> <message> - <location filename="../Project/Project.py" line="246"/> + <location filename="../Project/Project.py" line="260"/> <source>Eric6 Plugin</source> <translation>Eric6 Plugin</translation> </message> <message> - <location filename="../Project/Project.py" line="2653"/> + <location filename="../Project/Project.py" line="2667"/> <source>Create project management directory</source> <translation>Projektverwaltungsverzeichnis erstellen</translation> </message> <message> - <location filename="../Project/Project.py" line="2653"/> + <location filename="../Project/Project.py" line="2667"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation><p>Das Projektverzeichnis <b>{0}</b> ist nicht beschreibbar.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3569"/> + <location filename="../Project/Project.py" line="3583"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation>Alt+Ctrl+P</translation> </message> <message> - <location filename="../Project/Project.py" line="3575"/> + <location filename="../Project/Project.py" line="3589"/> <source>Search for a file in the project list of files.</source> <translation>Suche nach einer Datei in der Liste der Projektdateien.</translation> </message> <message> - <location filename="../Project/Project.py" line="3577"/> + <location filename="../Project/Project.py" line="3591"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation><b>Projektdatei suchen</b><p>Dies sucht nach einer Datei in der Liste der Projektdateien.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3569"/> + <location filename="../Project/Project.py" line="3583"/> <source>Search Project File</source> <translation>Projektdatei suchen</translation> </message> <message> - <location filename="../Project/Project.py" line="3569"/> + <location filename="../Project/Project.py" line="3583"/> <source>Search Project File...</source> <translation>Projektdatei suchen...</translation> </message> <message> - <location filename="../Project/Project.py" line="4834"/> + <location filename="../Project/Project.py" line="4848"/> <source>Create Plugin Archives</source> <translation>Erzeuge Plugin Archive</translation> </message> <message> - <location filename="../Project/Project.py" line="3850"/> + <location filename="../Project/Project.py" line="3864"/> <source>Create Plugin &Archives</source> <translation>Erzeuge Plugin &Archive</translation> </message> <message> - <location filename="../Project/Project.py" line="3855"/> + <location filename="../Project/Project.py" line="3869"/> <source>Create eric6 plugin archive files.</source> <translation>Erzeugt eric6 Plugin Archivdateien.</translation> </message> <message> - <location filename="../Project/Project.py" line="3857"/> + <location filename="../Project/Project.py" line="3871"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation><b>Erzeuge Pluginarchive</b><p>Dies erzeugt eric6-Pluginarchivdateien mit den Dateien, die in einer PKGLIST*-Datei angegeben wurden. Der Archivname wird aus dem Namen des Hauptskriptes generiert, falls er nicht in der Paketlistendatei angegeben ist.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3867"/> + <location filename="../Project/Project.py" line="3881"/> <source>Create Plugin Archives (Snapshot)</source> <translation>Erzeuge Plugin Archive (Snapshot)</translation> </message> <message> - <location filename="../Project/Project.py" line="3867"/> + <location filename="../Project/Project.py" line="3881"/> <source>Create Plugin Archives (&Snapshot)</source> <translation>Erzeuge Plugin Archive (&Snapshot)</translation> </message> <message> - <location filename="../Project/Project.py" line="3872"/> + <location filename="../Project/Project.py" line="3886"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation>Erzeugt eric6 Plugin Archivdateien (Snapshot Releases).</translation> </message> <message> - <location filename="../Project/Project.py" line="3874"/> + <location filename="../Project/Project.py" line="3888"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation><b>Erzeuge Pluginarchive (Snapshot)</b><p>Dies erzeugt eric6-Pluginarchivdateien mit den Dateien, die in der PKGLIST*-Datei angegeben wurden. Der Archivname wird aus dem Namen des Hauptskriptes generiert, falls er nicht in der Paketlistendatei angegeben ist. Der Versionseintrag des Hauptskriptes wird verändert, um ein Snapshot Release anzuzeigen.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4813"/> + <location filename="../Project/Project.py" line="4827"/> <source>Select package lists:</source> <translation>Wähle Paketlisten:</translation> </message> <message> - <location filename="../Project/Project.py" line="4830"/> + <location filename="../Project/Project.py" line="4844"/> <source>Creating plugin archives...</source> <translation>Erzeuge Plugin Archive...</translation> </message> <message> - <location filename="../Project/Project.py" line="4830"/> + <location filename="../Project/Project.py" line="4844"/> <source>Abort</source> <translation>Abbruch</translation> </message> <message> - <location filename="../Project/Project.py" line="4830"/> + <location filename="../Project/Project.py" line="4844"/> <source>%v/%m Archives</source> <translation>%v/%m Archive</translation> </message> <message> - <location filename="../Project/Project.py" line="4847"/> + <location filename="../Project/Project.py" line="4861"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Die Datei <b>{0}</b> konnte nicht geladen werden.<br/>Grund: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4930"/> + <location filename="../Project/Project.py" line="4944"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation><p>Die eric6 Plugin Archivdateien wurden mit einigen Fehlern erzeugt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4933"/> + <location filename="../Project/Project.py" line="4947"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation><p>Die eric6 Plugin Archivdateien wurden erfolgreich erzeugt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4823"/> + <location filename="../Project/Project.py" line="4837"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation><p>Keine Paketlistendateien (PKGLIST*) verfügbar oder ausgewählt. Abbruch...</p></translation> </message> @@ -50200,17 +50363,17 @@ <translation>Das Zertifikat nennt DNS Namen, die die Namenkonventionen verletzen.</translation> </message> <message> - <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="87"/> + <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="88"/> <source>No error description available.</source> <translation>Keine Fehlerbeschreibung verfügbar.</translation> </message> <message> - <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="118"/> + <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="119"/> <source>Remove Selected</source> <translation>Ausgewählte entfernen</translation> </message> <message> - <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="123"/> + <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="124"/> <source>Remove All</source> <translation>Alle entfernen</translation> </message> @@ -70310,24 +70473,24 @@ <context> <name>mercurial</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1477"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1476"/> <source><tr><td><b>Parent #{0}</b></td><td></td></tr> <tr><td><b>Changeset</b></td><td>{1}</td></tr></source> <translation><tr><td><b>Vorgänger #{0}</b></td><td></td></tr> <tr><td><b>Änderungssatz</b></td><td>{1}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2159"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2158"/> <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Marken</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2169"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2168"/> <source><tr><td><b>Branches</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Zweige</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1497"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1496"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr></source> @@ -70336,24 +70499,24 @@ <tr><td><b>Committed um</b></td><td>{2}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2151"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2150"/> <source><tr><td><b>Tip</b></td><td></td></tr> </source> <translation><tr><td><b>Spitze</b></td><td></td></tr> </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2153"/> <source><tr><td><b>Changeset</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Änderungssatz</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2174"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2173"/> <source><tr><td><b>Parents</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Vorgänger</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2178"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2177"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr> @@ -70364,12 +70527,12 @@ </table></p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2164"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2163"/> <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Lesezeichen</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1535"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1534"/> <source><h3>Repository information</h3> <p><table> <tr><td><b>Mercurial V.</b></td><td>{0}</td></tr> @@ -70380,14 +70543,14 @@ <translation></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2141"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2140"/> <source><tr><td><b>Head #{0}</b></td><td></td></tr> </source> <translation><tr><td><b>Kopf #{0}</b></td><td></td></tr> </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2146"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2145"/> <source><tr><td><b>Parent #{0}</b></td><td></td></tr> </source> <translation><tr><td><b>Vorgänger #{0}</b></td><td></td></tr>
--- a/i18n/eric6_empty.ts Fri Oct 21 23:14:16 2016 +0200 +++ b/i18n/eric6_empty.ts Sat Oct 22 17:09:08 2016 +0200 @@ -6300,7 +6300,7 @@ <context> <name>DebuggerInterfacePython2</name> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="348"/> <source>Start Debugger</source> <translation type="unfinished"></translation> </message> @@ -6310,37 +6310,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="348"/> <source><p>The debugger backend could not be started.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="815"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="811"/> <source>Parent Process</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="816"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="812"/> <source>Child process</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="813"/> <source>Client forking</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="813"/> <source>Select the fork branch to follow.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="858"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="858"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{0}</p></source> <translation type="unfinished"></translation> </message> @@ -6348,7 +6348,7 @@ <context> <name>DebuggerInterfacePython3</name> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="348"/> <source>Start Debugger</source> <translation type="unfinished"></translation> </message> @@ -6358,37 +6358,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="348"/> <source><p>The debugger backend could not be started.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="815"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="811"/> <source>Parent Process</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="816"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="812"/> <source>Child process</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="813"/> <source>Client forking</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="813"/> <source>Select the fork branch to follow.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="858"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="858"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{0}</p></source> <translation type="unfinished"></translation> </message> @@ -6571,7 +6571,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.py" line="117"/> + <location filename="../Project/DebuggerPropertiesDialog.py" line="111"/> <source>All Files (*)</source> <translation type="unfinished"></translation> </message> @@ -6599,67 +6599,57 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="62"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="75"/> <source>Select the standard debug client</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="65"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="78"/> <source>Standard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="72"/> - <source>Select the multi threaded debug client</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="75"/> - <source>Multi Threaded</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="82"/> - <source>Select the custom selected debug client</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="85"/> + <source>Select the custom selected debug client</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="88"/> <source>Custom</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="68"/> + <source>Enter the path of the Debug Client to be used. Leave empty to use the default.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="98"/> - <source>Enter the path of the Debug Client to be used. Leave empty to use the default.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="108"/> <source>Source association</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="114"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="104"/> <source>Enter the file extensions to be associated with the Python3 debugger separated by a space. They must not overlap with the ones for Python2.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="120"/> + <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="123"/> + <source>Redirect stdin/stdout/stderr</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="130"/> - <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> + <source>Select to not set the debug client encoding</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="133"/> - <source>Redirect stdin/stdout/stderr</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="140"/> - <source>Select to not set the debug client encoding</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="143"/> <source>Don't set the encoding of the debug client</source> <translation type="unfinished"></translation> </message> @@ -6702,67 +6692,57 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="62"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="75"/> <source>Select the standard debug client</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="65"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="78"/> <source>Standard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="72"/> - <source>Select the multi threaded debug client</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="75"/> - <source>Multi Threaded</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="82"/> - <source>Select the custom selected debug client</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="85"/> + <source>Select the custom selected debug client</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="88"/> <source>Custom</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="68"/> + <source>Enter the path of the Debug Client to be used. Leave empty to use the default.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="98"/> - <source>Enter the path of the Debug Client to be used. Leave empty to use the default.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="108"/> <source>Source association</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="114"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="104"/> <source>Enter the file extensions to be associated with the Python2 debugger separated by a space. They must not overlap with the ones for Python3.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="120"/> + <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="123"/> + <source>Redirect stdin/stdout/stderr</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="130"/> - <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> + <source>Select to not set the debug client encoding</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="133"/> - <source>Redirect stdin/stdout/stderr</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="140"/> - <source>Select to not set the debug client encoding</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="143"/> <source>Don't set the encoding of the debug client</source> <translation type="unfinished"></translation> </message> @@ -17149,22 +17129,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="194"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="202"/> <source>Open Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="195"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="203"/> <source>Open Link in New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="196"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="204"/> <source>Open Link in Background Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="198"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="206"/> <source>Open Link in New Window</source> <translation type="unfinished"></translation> </message> @@ -17243,22 +17223,22 @@ <context> <name>HelpSearchWidget</name> <message> + <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="144"/> + <source>Open Link</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="145"/> - <source>Open Link</source> + <source>Open Link in New Tab</source> <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="146"/> - <source>Open Link in New Tab</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="147"/> <source>Open Link in Background Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="149"/> + <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="148"/> <source>Open Link in New Window</source> <translation type="unfinished"></translation> </message> @@ -17438,22 +17418,22 @@ <context> <name>HelpTocWidget</name> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="162"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="158"/> <source>Open Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="163"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="159"/> <source>Open Link in New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="164"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="160"/> <source>Open Link in Background Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="166"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="162"/> <source>Open Link in New Window</source> <translation type="unfinished"></translation> </message> @@ -21289,437 +21269,437 @@ <context> <name>Hg</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="282"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="281"/> <source>The hg process finished with the exit code {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1873"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1872"/> <source>The hg process did not finish within 30s.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="289"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="288"/> <source>Could not start the hg executable.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="317"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="316"/> <source>Create project repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="317"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="316"/> <source>The project repository could not be created.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="346"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="345"/> <source>Creating Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="362"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="361"/> <source>Initial commit to Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="410"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="409"/> <source>Cloning project from a Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="506"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="505"/> <source>Commit Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="506"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="505"/> <source>The commit affects files, that have unsaved changes. Shall the commit be continued?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="573"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="572"/> <source>Committing changes to Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="660"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="659"/> <source>Synchronizing with the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="710"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="709"/> <source>Adding files/directories to the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="780"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="779"/> <source>Removing files/directories from the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="842"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="841"/> <source>Renaming {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1007"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1006"/> <source>Tagging in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1057"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1056"/> <source>Revert changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1048"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1047"/> <source>Do you really want to revert all changes to these files or directories?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1057"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1056"/> <source>Do you really want to revert all changes of the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1063"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1062"/> <source>Reverting changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1108"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1107"/> <source>Merging</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1153"/> <source>Re-Merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1145"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1144"/> <source>Do you really want to re-merge these files or directories?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1153"/> <source>Do you really want to re-merge the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1159"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1158"/> <source>Re-Merging</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1184"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1183"/> <source>Current branch tip</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1410"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1409"/> <source>Mercurial command</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1630"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1629"/> <source>Copying {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1876"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1875"/> <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="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1943"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1942"/> <source>Mercurial Side-by-Side Difference</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1943"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1942"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2753"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2719"/> <source>Apply changegroups</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2031"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2030"/> <source>Pulling from a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2085"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2084"/> <source>Pushing to a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2231"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2230"/> <source>Marking as 'unresolved'</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2233"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2232"/> <source>Marking as 'resolved'</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2260"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2259"/> <source>Cancelling uncommitted merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2293"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2292"/> <source>Creating branch in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2300"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2299"/> <source>Created new branch <{0}>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2322"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2321"/> <source>Showing current branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2446"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2412"/> <source>Verifying the integrity of the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2471"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2437"/> <source>Showing the combined configuration settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2495"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2461"/> <source>Showing aliases for remote repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2519"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2485"/> <source>Recovering from interrupted transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2543"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2509"/> <source>Identifying project directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2581"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2547"/> <source>Create .hgignore file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2581"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2547"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2672"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2638"/> <source>Create changegroup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2629"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2595"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2646"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2612"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2693"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2659"/> <source>Preview changegroup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2733"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2699"/> <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2741"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2707"/> <source>Shall the working directory be updated?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2771"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2737"/> <source>Bisect subcommand ({0}) invalid.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2801"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2767"/> <source>Mercurial Bisect ({0})</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2799"/> + <source>Removing files from the Mercurial repository only</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2853"/> + <source>Backing out changeset</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2833"/> - <source>Removing files from the Mercurial repository only</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2887"/> - <source>Backing out changeset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2867"/> <source>No revision given. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2914"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2880"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2907"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2873"/> <source>Are you sure you want to rollback the last transaction?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2982"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2948"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3029"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2995"/> <source>Export Patches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3076"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3042"/> <source>Change Phase</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3129"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3095"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3155"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3121"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3190"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3156"/> <source>Create Unversioned Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3272"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3238"/> <source>Add Sub-repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3305"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3271"/> <source><p>The sub-repositories file .hgsub could not be read.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3253"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3219"/> <source><p>The sub-repositories file .hgsub already contains an entry <b>{0}</b>. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3324"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3290"/> <source><p>The sub-repositories file .hgsub could not be written to.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3324"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3290"/> <source>Remove Sub-repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3293"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3259"/> <source><p>The sub-repositories file .hgsub does not exist. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3548"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3514"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3403"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3369"/> <source><p>The Mercurial Command Server could not be restarted.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3548"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3514"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3658"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3624"/> <source>Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3676"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3642"/> <source>Delete Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3676"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3642"/> <source>Select the bookmark to be deleted:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3687"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3653"/> <source>Delete Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3715"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3681"/> <source>Rename Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3748"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3714"/> <source>Move Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3840"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3806"/> <source>Pull Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3840"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3806"/> <source>Select the bookmark to be pulled:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3851"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3817"/> <source>Pulling bookmark from a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3880"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3846"/> <source>Push Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3880"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3846"/> <source>Select the bookmark to be push:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3891"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3857"/> <source>Pushing bookmark to a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> @@ -22812,7 +22792,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="247"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="246"/> <source>Resolved</source> <translation type="unfinished"></translation> </message> @@ -22822,7 +22802,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="245"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="244"/> <source>Unresolved</source> <translation type="unfinished"></translation> </message> @@ -22892,27 +22872,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="55"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="54"/> <source>&Refresh</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="57"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="56"/> <source>Press to refresh the list of conflicts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="157"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="157"/> <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="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="249"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="248"/> <source>Unknown Status</source> <translation type="unfinished"></translation> </message> @@ -28406,147 +28386,335 @@ </message> </context> <context> - <name>HgUserConfigDataDialog</name> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="14"/> + <name>HgUserConfigDialog</name> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="349"/> + <source>Delete Host Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="349"/> + <source><p>Shall the fingerprint for host <b>{0}</b> really be deleted?</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="404"/> + <source>Edit User Configuration</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="404"/> + <source>You will loose all changes made in this dialog. Shall the data be saved first?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="14"/> <source>Mercurial User Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="23"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="27"/> + <source>User</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="45"/> <source>User Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="29"/> - <source>First Name:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="36"/> - <source>Enter the first name</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="43"/> - <source>Last Name:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="50"/> - <source>Enter the last name</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="57"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="51"/> + <source>Name:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="58"/> + <source>Enter the user name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="61"/> + <source>Enter your name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="68"/> <source>Email:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="64"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="75"/> <source>Enter the email address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="74"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="78"/> + <source>Enter your email address</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="120"/> <source>Extensions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="80"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="126"/> <source>Select to activate the fetch extension</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="83"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="129"/> <source>Fetch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="90"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="136"/> <source>Select to activate the GPG extension</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="93"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="139"/> <source>GPG</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="100"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="146"/> <source>Select to activate the largefiles extension</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="156"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="202"/> <source>Large Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="110"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="156"/> <source>Select to activate the Purge extension</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="159"/> <source>Purge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="120"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="166"/> <source>Select to activate the queues extension</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="123"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="169"/> <source>Queues</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="130"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="176"/> <source>Select to activate the rebase extension</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="133"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="179"/> <source>Rebase</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="140"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="186"/> <source>Select to activate the shelve extension</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="143"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="189"/> <source>Shelve</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="162"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="208"/> <source>Minimum file size:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="169"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="215"/> <source>Enter the minimum file size in MB for files to be treated as Large Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="175"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="221"/> <source> MB</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="201"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="247"/> <source>Patterns:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="208"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="254"/> <source>Enter file patterns (space separated) for files to be treated as Large Files</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="257"/> + <source>Enter file patterns for large files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="264"/> + <source>User Cache:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="280"/> + <source>Enter the name of the user cache directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="304"/> + <source>Network</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="322"/> + <source>Proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="328"/> + <source>Host:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="335"/> + <source>Enter the network proxy host name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="338"/> + <source>Enter Proxy Hostname</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="345"/> + <source>User:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="352"/> + <source>Enter the user name for the network proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="355"/> + <source>Enter Proxy Username</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="362"/> + <source>Password:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="369"/> + <source>Enter the password for the network proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="375"/> + <source>Enter Proxy Password</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="382"/> + <source>Bypass:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="389"/> + <source>Enter the names of hosts bypassing the network proxy sparated by comma</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="395"/> + <source>Enter hosts bypassing the proxy separated by comma</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="405"/> + <source>Host Fingerprints</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="424"/> + <source>Host</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="429"/> + <source>Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="439"/> + <source>Add a host fingerprint entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="446"/> + <source>Delete a host fingerprint entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="453"/> + <source>Edit a host fingerprint entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="482"/> + <source>Open the user configuration file in a text editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="485"/> + <source>Open configuration file in editor</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>HgUserConfigHostFingerprintDialog</name> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="14"/> + <source>Host Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="23"/> + <source>Host:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="30"/> + <source>Enter the host name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="33"/> + <source>Enter Hostname</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="40"/> + <source>Fingerprint:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="47"/> + <source>Enter the host fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="50"/> + <source>Enter Fingerprint</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HistoryDialog</name> @@ -38572,1185 +38740,1180 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="166"/> - <source>Ruby Files (*.rb);;</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="242"/> + <location filename="../Project/Project.py" line="256"/> <source>PyQt4 GUI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="243"/> + <location filename="../Project/Project.py" line="257"/> <source>PyQt4 Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="244"/> + <location filename="../Project/Project.py" line="258"/> <source>PyQt5 GUI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="245"/> + <location filename="../Project/Project.py" line="259"/> <source>PyQt5 Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="246"/> + <location filename="../Project/Project.py" line="260"/> <source>Eric6 Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="247"/> + <location filename="../Project/Project.py" line="261"/> <source>Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="248"/> - <source>Other</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="262"/> + <source>Other</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="276"/> <source>PySide GUI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="263"/> + <location filename="../Project/Project.py" line="277"/> <source>PySide Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="346"/> + <location filename="../Project/Project.py" line="360"/> <source>Registering Project Type</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="323"/> + <location filename="../Project/Project.py" line="337"/> <source><p>The Programming Language <b>{0}</b> is not supported.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="334"/> + <location filename="../Project/Project.py" line="348"/> <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="346"/> + <location filename="../Project/Project.py" line="360"/> <source><p>The Project type <b>{0}</b> is already registered.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="701"/> + <location filename="../Project/Project.py" line="715"/> <source>Read project file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="701"/> + <location filename="../Project/Project.py" line="715"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="801"/> + <location filename="../Project/Project.py" line="815"/> <source>Save project file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="801"/> + <location filename="../Project/Project.py" line="815"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="837"/> + <location filename="../Project/Project.py" line="851"/> <source>Read user project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="837"/> + <location filename="../Project/Project.py" line="851"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="861"/> + <location filename="../Project/Project.py" line="875"/> <source>Save user project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="861"/> + <location filename="../Project/Project.py" line="875"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="933"/> <source>Read project session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1141"/> - <source>Please save the project first.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="919"/> - <source><p>The project session file <b>{0}</b> could not be read.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="955"/> - <source>Save project session</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="955"/> - <source><p>The project session file <b>{0}</b> could not be written.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="984"/> - <source>Delete project session</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="984"/> - <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1018"/> - <source>Read tasks</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1018"/> - <source><p>The tasks file <b>{0}</b> could not be read.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1038"/> - <source>Save tasks</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1038"/> - <source><p>The tasks file <b>{0}</b> could not be written.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1095"/> - <source>Read debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1095"/> - <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1129"/> - <source>Save debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1129"/> - <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1155"/> - <source>Delete debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="1155"/> + <source>Please save the project first.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="933"/> + <source><p>The project session file <b>{0}</b> could not be read.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="969"/> + <source>Save project session</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="969"/> + <source><p>The project session file <b>{0}</b> could not be written.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="998"/> + <source>Delete project session</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="998"/> + <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1032"/> + <source>Read tasks</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1032"/> + <source><p>The tasks file <b>{0}</b> could not be read.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1052"/> + <source>Save tasks</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1052"/> + <source><p>The tasks file <b>{0}</b> could not be written.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1109"/> + <source>Read debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1109"/> + <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1143"/> + <source>Save debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1143"/> + <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1169"/> + <source>Delete debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1169"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1263"/> + <location filename="../Project/Project.py" line="1277"/> <source>Add Language</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1263"/> + <location filename="../Project/Project.py" line="1277"/> <source>You have to specify a translation pattern first.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1385"/> + <location filename="../Project/Project.py" line="1399"/> <source>Delete translation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1385"/> + <location filename="../Project/Project.py" line="1399"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1536"/> + <location filename="../Project/Project.py" line="1550"/> <source>Add file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1598"/> + <location filename="../Project/Project.py" line="1612"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1524"/> + <location filename="../Project/Project.py" line="1538"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1653"/> + <location filename="../Project/Project.py" line="1667"/> <source>The target directory must not be empty.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1664"/> + <location filename="../Project/Project.py" line="1678"/> <source>Add directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1567"/> + <location filename="../Project/Project.py" line="1581"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1580"/> + <location filename="../Project/Project.py" line="1594"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1664"/> + <location filename="../Project/Project.py" line="1678"/> <source>The source directory must not be empty.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1788"/> + <location filename="../Project/Project.py" line="1802"/> <source>Rename file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1812"/> + <location filename="../Project/Project.py" line="1826"/> <source>Rename File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2834"/> + <location filename="../Project/Project.py" line="2848"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1812"/> + <location filename="../Project/Project.py" line="1826"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2048"/> + <location filename="../Project/Project.py" line="2062"/> <source>Delete file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2048"/> + <location filename="../Project/Project.py" line="2062"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2077"/> + <location filename="../Project/Project.py" line="2091"/> <source>Delete directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2077"/> + <location filename="../Project/Project.py" line="2091"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2159"/> + <location filename="../Project/Project.py" line="2173"/> <source>Create project directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2159"/> + <location filename="../Project/Project.py" line="2173"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2653"/> + <location filename="../Project/Project.py" line="2667"/> <source>Create project management directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2653"/> + <location filename="../Project/Project.py" line="2667"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2222"/> + <location filename="../Project/Project.py" line="2236"/> <source>Create main script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2222"/> + <location filename="../Project/Project.py" line="2236"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2697"/> <source>New Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2235"/> + <location filename="../Project/Project.py" line="2249"/> <source>Add existing files to the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2697"/> <source>Select Version Control System</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2354"/> + <location filename="../Project/Project.py" line="2368"/> <source>Would you like to edit the VCS command options?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3443"/> - <source>New project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="2302"/> - <source>Shall the project file be added to the repository?</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="2333"/> - <source>None</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="2326"/> - <source>Select version control system for the project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="2432"/> - <source>Translation Pattern</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="2432"/> - <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3457"/> + <source>New project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2316"/> + <source>Shall the project file be added to the repository?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2347"/> + <source>None</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2340"/> + <source>Select version control system for the project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2446"/> + <source>Translation Pattern</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2446"/> + <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3471"/> <source>Open project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2819"/> + <location filename="../Project/Project.py" line="2833"/> <source>Project Files (*.e4p)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3494"/> + <location filename="../Project/Project.py" line="3508"/> <source>Save project as</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2834"/> + <location filename="../Project/Project.py" line="2848"/> <source>Save File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2870"/> + <location filename="../Project/Project.py" line="2884"/> <source>Close Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2870"/> + <location filename="../Project/Project.py" line="2884"/> <source>The current project has unsaved changes.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3035"/> + <location filename="../Project/Project.py" line="3049"/> <source>Syntax errors detected</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3035"/> + <location filename="../Project/Project.py" line="3049"/> <source>The project contains %n file(s) with syntax errors.</source> <translation type="unfinished"> <numerusform></numerusform> </translation> </message> <message> - <location filename="../Project/Project.py" line="3443"/> + <location filename="../Project/Project.py" line="3457"/> <source>&New...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3448"/> - <source>Generate a new project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3449"/> - <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3457"/> - <source>&Open...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3462"/> - <source>Open an existing project</source> + <source>Generate a new project</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3463"/> + <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3471"/> + <source>&Open...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3476"/> + <source>Open an existing project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3477"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3470"/> + <location filename="../Project/Project.py" line="3484"/> <source>Close project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3470"/> + <location filename="../Project/Project.py" line="3484"/> <source>&Close</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3474"/> + <location filename="../Project/Project.py" line="3488"/> <source>Close the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3475"/> + <location filename="../Project/Project.py" line="3489"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3482"/> + <location filename="../Project/Project.py" line="3496"/> <source>Save project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3673"/> + <location filename="../Project/Project.py" line="3687"/> <source>&Save</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3486"/> - <source>Save the current project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3487"/> - <source><b>Save</b><p>This saves the current project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3494"/> - <source>Save &as...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3498"/> - <source>Save the current project to a new file</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3500"/> - <source><b>Save as</b><p>This saves the current project to a new file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3509"/> - <source>Add files to project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3509"/> - <source>Add &files...</source> + <source>Save the current project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3501"/> + <source><b>Save</b><p>This saves the current project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3508"/> + <source>Save &as...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3512"/> + <source>Save the current project to a new file</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3514"/> + <source><b>Save as</b><p>This saves the current project to a new file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3523"/> + <source>Add files to project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3523"/> + <source>Add &files...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3528"/> <source>Add files to the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3516"/> - <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3525"/> - <source>Add directory to project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3525"/> - <source>Add directory...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3530"/> + <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3539"/> + <source>Add directory to project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3539"/> + <source>Add directory...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3544"/> <source>Add a directory to the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3532"/> + <location filename="../Project/Project.py" line="3546"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3540"/> + <location filename="../Project/Project.py" line="3554"/> <source>Add translation to project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3540"/> + <location filename="../Project/Project.py" line="3554"/> <source>Add &translation...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3545"/> - <source>Add a translation to the current project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3547"/> - <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3555"/> - <source>Search new files</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3555"/> - <source>Searc&h new files...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3559"/> - <source>Search new files in the project directory.</source> + <source>Add a translation to the current project</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3561"/> - <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> + <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3569"/> - <source>Search Project File</source> + <source>Search new files</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3569"/> - <source>Search Project File...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3569"/> - <source>Alt+Ctrl+P</source> - <comment>Project|Search Project File</comment> + <source>Searc&h new files...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3573"/> + <source>Search new files in the project directory.</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3575"/> - <source>Search for a file in the project list of files.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3577"/> - <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3584"/> - <source>Project properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3584"/> - <source>&Properties...</source> + <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3583"/> + <source>Search Project File</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3583"/> + <source>Search Project File...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3583"/> + <source>Alt+Ctrl+P</source> + <comment>Project|Search Project File</comment> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3589"/> + <source>Search for a file in the project list of files.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3591"/> + <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3598"/> + <source>Project properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3598"/> + <source>&Properties...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3603"/> <source>Show the project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3590"/> - <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3597"/> - <source>User project properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3597"/> - <source>&User Properties...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3602"/> - <source>Show the user specific project properties</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3604"/> - <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3612"/> - <source>Filetype Associations</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3612"/> - <source>Filetype Associations...</source> + <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3611"/> + <source>User project properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3611"/> + <source>&User Properties...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3616"/> - <source>Show the project filetype associations</source> + <source>Show the user specific project properties</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3618"/> - <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3630"/> - <source>Lexer Associations</source> + <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3626"/> + <source>Filetype Associations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3626"/> + <source>Filetype Associations...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3630"/> + <source>Show the project filetype associations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3632"/> + <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3644"/> + <source>Lexer Associations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3644"/> <source>Lexer Associations...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3634"/> - <source>Show the project lexer associations (overriding defaults)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3636"/> - <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3648"/> - <source>Debugger Properties</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3648"/> + <source>Show the project lexer associations (overriding defaults)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3650"/> + <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3662"/> + <source>Debugger Properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3662"/> <source>Debugger &Properties...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3652"/> - <source>Show the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3653"/> - <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3661"/> - <source>Load</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3661"/> - <source>&Load</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3665"/> - <source>Load the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3666"/> + <source>Show the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3667"/> + <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3675"/> + <source>Load</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3675"/> + <source>&Load</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3679"/> + <source>Load the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3680"/> <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3673"/> + <location filename="../Project/Project.py" line="3687"/> <source>Save</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3677"/> + <location filename="../Project/Project.py" line="3691"/> <source>Save the debugger properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3678"/> + <location filename="../Project/Project.py" line="3692"/> <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3685"/> + <location filename="../Project/Project.py" line="3699"/> <source>Delete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3685"/> + <location filename="../Project/Project.py" line="3699"/> <source>&Delete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3689"/> - <source>Delete the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3690"/> - <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3698"/> - <source>Reset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3698"/> - <source>&Reset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3702"/> - <source>Reset the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3703"/> - <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> + <source>Delete the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3704"/> + <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3712"/> + <source>Reset</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3712"/> - <source>Load session</source> + <source>&Reset</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3716"/> - <source>Load the projects session file.</source> + <source>Reset the debugger properties</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3717"/> - <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3726"/> + <source>Load session</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3730"/> + <source>Load the projects session file.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3731"/> + <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3744"/> <source>Save session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3734"/> - <source>Save the projects session file.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3735"/> - <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3748"/> - <source>Delete session</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3752"/> - <source>Delete the projects session file.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3753"/> - <source><b>Delete session</b><p>This deletes the projects session file</p></source> + <source>Save the projects session file.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3749"/> + <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3762"/> - <source>Code Metrics</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3762"/> - <source>&Code Metrics...</source> + <source>Delete session</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3766"/> - <source>Show some code metrics for the project.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3768"/> - <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> + <source>Delete the projects session file.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3767"/> + <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3776"/> - <source>Python Code Coverage</source> + <source>Code Metrics</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3776"/> - <source>Code Co&verage...</source> + <source>&Code Metrics...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3780"/> - <source>Show code coverage information for the project.</source> + <source>Show some code metrics for the project.</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3782"/> - <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4568"/> - <source>Profile Data</source> + <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3790"/> - <source>&Profile Data...</source> + <source>Python Code Coverage</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3790"/> + <source>Code Co&verage...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3794"/> - <source>Show profiling data for the project.</source> + <source>Show code coverage information for the project.</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3796"/> + <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4582"/> + <source>Profile Data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3804"/> + <source>&Profile Data...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3808"/> + <source>Show profiling data for the project.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3810"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4622"/> + <location filename="../Project/Project.py" line="4636"/> <source>Application Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3805"/> - <source>&Application Diagram...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3809"/> - <source>Show a diagram of the project.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3811"/> - <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3819"/> - <source>Load Diagram</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3819"/> - <source>&Load Diagram...</source> + <source>&Application Diagram...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3823"/> - <source>Load a diagram from file.</source> + <source>Show a diagram of the project.</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3825"/> - <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4780"/> - <source>Create Package List</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3834"/> - <source>Create &Package List</source> + <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3833"/> + <source>Load Diagram</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3833"/> + <source>&Load Diagram...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3837"/> + <source>Load a diagram from file.</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3839"/> + <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4794"/> + <source>Create Package List</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3848"/> + <source>Create &Package List</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3853"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3841"/> + <location filename="../Project/Project.py" line="3855"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5027"/> + <location filename="../Project/Project.py" line="5041"/> <source>Create Plugin Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3904"/> - <source>&Project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3905"/> - <source>Open &Recent Projects</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3906"/> - <source>&Version Control</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3910"/> - <source>Chec&k</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3912"/> - <source>Sho&w</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3913"/> - <source>&Diagrams</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3914"/> - <source>Session</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3915"/> - <source>Source &Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3917"/> - <source>Debugger</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3918"/> + <source>&Project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3919"/> + <source>Open &Recent Projects</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3920"/> + <source>&Version Control</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3924"/> + <source>Chec&k</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3926"/> + <source>Sho&w</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3927"/> + <source>&Diagrams</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3928"/> + <source>Session</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3929"/> + <source>Source &Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3931"/> + <source>Debugger</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3932"/> <source>Pac&kagers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4026"/> + <location filename="../Project/Project.py" line="4040"/> <source>Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4092"/> + <location filename="../Project/Project.py" line="4106"/> <source>&Clear</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4231"/> + <location filename="../Project/Project.py" line="4245"/> <source>Search New Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4231"/> + <location filename="../Project/Project.py" line="4245"/> <source>There were no new files found to be added.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4377"/> + <location filename="../Project/Project.py" line="4391"/> <source>Version Control System</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4365"/> + <location filename="../Project/Project.py" line="4379"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4377"/> + <location filename="../Project/Project.py" line="4391"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4495"/> + <location filename="../Project/Project.py" line="4509"/> <source>Coverage Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4545"/> + <location filename="../Project/Project.py" line="4559"/> <source>There is no main script defined for the current project. Aborting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4518"/> + <location filename="../Project/Project.py" line="4532"/> <source>Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4518"/> + <location filename="../Project/Project.py" line="4532"/> <source>Please select a coverage file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4568"/> + <location filename="../Project/Project.py" line="4582"/> <source>Please select a profile file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4622"/> + <location filename="../Project/Project.py" line="4636"/> <source>Include module names?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4740"/> + <location filename="../Project/Project.py" line="4754"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4780"/> + <location filename="../Project/Project.py" line="4794"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4799"/> - <source>The project does not have a main script defined. Aborting...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4881"/> - <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4911"/> - <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4985"/> - <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5027"/> - <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4834"/> - <source>Create Plugin Archives</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3850"/> - <source>Create Plugin &Archives</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3855"/> - <source>Create eric6 plugin archive files.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3857"/> - <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3867"/> - <source>Create Plugin Archives (Snapshot)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3867"/> - <source>Create Plugin Archives (&Snapshot)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3872"/> - <source>Create eric6 plugin archive files (snapshot releases).</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3874"/> - <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="4813"/> + <source>The project does not have a main script defined. Aborting...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4895"/> + <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4925"/> + <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4999"/> + <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5041"/> + <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4848"/> + <source>Create Plugin Archives</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3864"/> + <source>Create Plugin &Archives</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3869"/> + <source>Create eric6 plugin archive files.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3871"/> + <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3881"/> + <source>Create Plugin Archives (Snapshot)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3881"/> + <source>Create Plugin Archives (&Snapshot)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3886"/> + <source>Create eric6 plugin archive files (snapshot releases).</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3888"/> + <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4827"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4830"/> + <location filename="../Project/Project.py" line="4844"/> <source>Creating plugin archives...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4830"/> + <location filename="../Project/Project.py" line="4844"/> <source>Abort</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4830"/> + <location filename="../Project/Project.py" line="4844"/> <source>%v/%m Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4847"/> + <location filename="../Project/Project.py" line="4861"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4930"/> + <location filename="../Project/Project.py" line="4944"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4933"/> + <location filename="../Project/Project.py" line="4947"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4823"/> + <location filename="../Project/Project.py" line="4837"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> @@ -49751,17 +49914,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="87"/> + <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="88"/> <source>No error description available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="118"/> + <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="119"/> <source>Remove Selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="123"/> + <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="124"/> <source>Remove All</source> <translation type="unfinished"></translation> </message> @@ -69703,35 +69866,35 @@ <context> <name>mercurial</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1477"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1476"/> <source><tr><td><b>Parent #{0}</b></td><td></td></tr> <tr><td><b>Changeset</b></td><td>{1}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2159"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2158"/> <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2164"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2163"/> <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2169"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2168"/> <source><tr><td><b>Branches</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1497"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1496"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1535"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1534"/> <source><h3>Repository information</h3> <p><table> <tr><td><b>Mercurial V.</b></td><td>{0}</td></tr> @@ -69742,35 +69905,35 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2141"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2140"/> <source><tr><td><b>Head #{0}</b></td><td></td></tr> </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2146"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2145"/> <source><tr><td><b>Parent #{0}</b></td><td></td></tr> </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2151"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2150"/> <source><tr><td><b>Tip</b></td><td></td></tr> </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2153"/> <source><tr><td><b>Changeset</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2174"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2173"/> <source><tr><td><b>Parents</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2178"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2177"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr>
--- a/i18n/eric6_en.ts Fri Oct 21 23:14:16 2016 +0200 +++ b/i18n/eric6_en.ts Sat Oct 22 17:09:08 2016 +0200 @@ -6307,7 +6307,7 @@ <context> <name>DebuggerInterfacePython2</name> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="348"/> <source>Start Debugger</source> <translation type="unfinished"></translation> </message> @@ -6317,37 +6317,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="348"/> <source><p>The debugger backend could not be started.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="815"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="811"/> <source>Parent Process</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="816"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="812"/> <source>Child process</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="813"/> <source>Client forking</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="813"/> <source>Select the fork branch to follow.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="858"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="858"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{0}</p></source> <translation type="unfinished"></translation> </message> @@ -6355,32 +6355,32 @@ <context> <name>DebuggerInterfacePython3</name> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="348"/> <source>Start Debugger</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="348"/> <source><p>The debugger backend could not be started.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="815"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="811"/> <source>Parent Process</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="816"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="812"/> <source>Child process</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="813"/> <source>Client forking</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="813"/> <source>Select the fork branch to follow.</source> <translation type="unfinished"></translation> </message> @@ -6390,12 +6390,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="858"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="858"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{0}</p></source> <translation type="unfinished"></translation> </message> @@ -6573,7 +6573,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.py" line="117"/> + <location filename="../Project/DebuggerPropertiesDialog.py" line="111"/> <source>All Files (*)</source> <translation type="unfinished"></translation> </message> @@ -6606,7 +6606,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="98"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="68"/> <source>Enter the path of the Debug Client to be used. Leave empty to use the default.</source> <translation type="unfinished"></translation> </message> @@ -6616,57 +6616,47 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="62"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="75"/> <source>Select the standard debug client</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="65"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="78"/> <source>Standard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="82"/> - <source>Select the custom selected debug client</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="85"/> + <source>Select the custom selected debug client</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="88"/> <source>Custom</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="72"/> - <source>Select the multi threaded debug client</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="75"/> - <source>Multi Threaded</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="108"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="98"/> <source>Source association</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="114"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="104"/> <source>Enter the file extensions to be associated with the Python3 debugger separated by a space. They must not overlap with the ones for Python2.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="123"/> + <source>Redirect stdin/stdout/stderr</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="130"/> + <source>Select to not set the debug client encoding</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="133"/> - <source>Redirect stdin/stdout/stderr</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="140"/> - <source>Select to not set the debug client encoding</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="143"/> <source>Don't set the encoding of the debug client</source> <translation type="unfinished"></translation> </message> @@ -6681,7 +6671,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="130"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="120"/> <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> <translation type="unfinished"></translation> </message> @@ -6709,7 +6699,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="98"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="68"/> <source>Enter the path of the Debug Client to be used. Leave empty to use the default.</source> <translation type="unfinished"></translation> </message> @@ -6719,57 +6709,47 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="62"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="75"/> <source>Select the standard debug client</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="65"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="78"/> <source>Standard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="82"/> - <source>Select the custom selected debug client</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="85"/> + <source>Select the custom selected debug client</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="88"/> <source>Custom</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="72"/> - <source>Select the multi threaded debug client</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="75"/> - <source>Multi Threaded</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="108"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="98"/> <source>Source association</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="114"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="104"/> <source>Enter the file extensions to be associated with the Python2 debugger separated by a space. They must not overlap with the ones for Python3.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="123"/> + <source>Redirect stdin/stdout/stderr</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="130"/> + <source>Select to not set the debug client encoding</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="133"/> - <source>Redirect stdin/stdout/stderr</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="140"/> - <source>Select to not set the debug client encoding</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="143"/> <source>Don't set the encoding of the debug client</source> <translation type="unfinished"></translation> </message> @@ -6784,7 +6764,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="130"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="120"/> <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> <translation type="unfinished"></translation> </message> @@ -17165,22 +17145,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="194"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="202"/> <source>Open Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="195"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="203"/> <source>Open Link in New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="196"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="204"/> <source>Open Link in Background Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="198"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="206"/> <source>Open Link in New Window</source> <translation type="unfinished"></translation> </message> @@ -17259,22 +17239,22 @@ <context> <name>HelpSearchWidget</name> <message> + <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="144"/> + <source>Open Link</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="145"/> - <source>Open Link</source> + <source>Open Link in New Tab</source> <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="146"/> - <source>Open Link in New Tab</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="147"/> <source>Open Link in Background Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="149"/> + <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="148"/> <source>Open Link in New Window</source> <translation type="unfinished"></translation> </message> @@ -17457,22 +17437,22 @@ <context> <name>HelpTocWidget</name> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="162"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="158"/> <source>Open Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="163"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="159"/> <source>Open Link in New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="164"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="160"/> <source>Open Link in Background Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="166"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="162"/> <source>Open Link in New Window</source> <translation type="unfinished"></translation> </message> @@ -21310,437 +21290,437 @@ <context> <name>Hg</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="282"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="281"/> <source>The hg process finished with the exit code {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1873"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1872"/> <source>The hg process did not finish within 30s.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="289"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="288"/> <source>Could not start the hg executable.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="317"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="316"/> <source>Create project repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="317"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="316"/> <source>The project repository could not be created.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="346"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="345"/> <source>Creating Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="362"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="361"/> <source>Initial commit to Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="410"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="409"/> <source>Cloning project from a Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="660"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="659"/> <source>Synchronizing with the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="710"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="709"/> <source>Adding files/directories to the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="780"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="779"/> <source>Removing files/directories from the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="842"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="841"/> <source>Renaming {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1063"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1062"/> <source>Reverting changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1108"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1107"/> <source>Merging</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1410"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1409"/> <source>Mercurial command</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1630"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1629"/> <source>Copying {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2031"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2030"/> <source>Pulling from a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2085"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2084"/> <source>Pushing to a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2293"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2292"/> <source>Creating branch in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2322"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2321"/> <source>Showing current branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2446"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2412"/> <source>Verifying the integrity of the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2471"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2437"/> <source>Showing the combined configuration settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2495"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2461"/> <source>Showing aliases for remote repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2519"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2485"/> <source>Recovering from interrupted transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2543"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2509"/> <source>Identifying project directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2581"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2547"/> <source>Create .hgignore file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2581"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2547"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2672"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2638"/> <source>Create changegroup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2629"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2595"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2646"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2612"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2693"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2659"/> <source>Preview changegroup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2733"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2699"/> <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2753"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2719"/> <source>Apply changegroups</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2741"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2707"/> <source>Shall the working directory be updated?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2771"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2737"/> <source>Bisect subcommand ({0}) invalid.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2801"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2767"/> <source>Mercurial Bisect ({0})</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2799"/> + <source>Removing files from the Mercurial repository only</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2853"/> + <source>Backing out changeset</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2833"/> - <source>Removing files from the Mercurial repository only</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2887"/> - <source>Backing out changeset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2867"/> <source>No revision given. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2914"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2880"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2907"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2873"/> <source>Are you sure you want to rollback the last transaction?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="573"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="572"/> <source>Committing changes to Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3548"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3514"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3403"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3369"/> <source><p>The Mercurial Command Server could not be restarted.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3548"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3514"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2982"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2948"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3029"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2995"/> <source>Export Patches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3076"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3042"/> <source>Change Phase</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3129"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3095"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3155"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3121"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3272"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3238"/> <source>Add Sub-repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3305"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3271"/> <source><p>The sub-repositories file .hgsub could not be read.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3253"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3219"/> <source><p>The sub-repositories file .hgsub already contains an entry <b>{0}</b>. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3324"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3290"/> <source><p>The sub-repositories file .hgsub could not be written to.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3324"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3290"/> <source>Remove Sub-repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3293"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3259"/> <source><p>The sub-repositories file .hgsub does not exist. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="506"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="505"/> <source>Commit Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="506"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="505"/> <source>The commit affects files, that have unsaved changes. Shall the commit be continued?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1057"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1056"/> <source>Revert changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1048"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1047"/> <source>Do you really want to revert all changes to these files or directories?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1057"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1056"/> <source>Do you really want to revert all changes of the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3190"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3156"/> <source>Create Unversioned Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1943"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1942"/> <source>Mercurial Side-by-Side Difference</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1943"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1942"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1876"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1875"/> <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="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1007"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1006"/> <source>Tagging in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2300"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2299"/> <source>Created new branch <{0}>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1184"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1183"/> <source>Current branch tip</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2260"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2259"/> <source>Cancelling uncommitted merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3658"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3624"/> <source>Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3676"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3642"/> <source>Delete Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3676"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3642"/> <source>Select the bookmark to be deleted:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3687"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3653"/> <source>Delete Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3715"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3681"/> <source>Rename Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3748"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3714"/> <source>Move Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3840"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3806"/> <source>Pull Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3840"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3806"/> <source>Select the bookmark to be pulled:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3851"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3817"/> <source>Pulling bookmark from a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3880"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3846"/> <source>Push Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3880"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3846"/> <source>Select the bookmark to be push:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3891"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3857"/> <source>Pushing bookmark to a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1153"/> <source>Re-Merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1145"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1144"/> <source>Do you really want to re-merge these files or directories?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1153"/> <source>Do you really want to re-merge the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1159"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1158"/> <source>Re-Merging</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2231"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2230"/> <source>Marking as 'unresolved'</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2233"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2232"/> <source>Marking as 'resolved'</source> <translation type="unfinished"></translation> </message> @@ -22833,7 +22813,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="247"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="246"/> <source>Resolved</source> <translation type="unfinished"></translation> </message> @@ -22843,7 +22823,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="245"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="244"/> <source>Unresolved</source> <translation type="unfinished"></translation> </message> @@ -22913,27 +22893,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="55"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="54"/> <source>&Refresh</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="57"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="56"/> <source>Press to refresh the list of conflicts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="157"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="157"/> <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="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="249"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="248"/> <source>Unknown Status</source> <translation type="unfinished"></translation> </message> @@ -28436,147 +28416,335 @@ </message> </context> <context> - <name>HgUserConfigDataDialog</name> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="14"/> + <name>HgUserConfigDialog</name> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="349"/> + <source>Delete Host Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="349"/> + <source><p>Shall the fingerprint for host <b>{0}</b> really be deleted?</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="404"/> + <source>Edit User Configuration</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="404"/> + <source>You will loose all changes made in this dialog. Shall the data be saved first?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="14"/> <source>Mercurial User Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="23"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="27"/> + <source>User</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="45"/> <source>User Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="29"/> - <source>First Name:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="36"/> - <source>Enter the first name</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="43"/> - <source>Last Name:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="50"/> - <source>Enter the last name</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="57"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="51"/> + <source>Name:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="58"/> + <source>Enter the user name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="61"/> + <source>Enter your name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="68"/> <source>Email:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="64"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="75"/> <source>Enter the email address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="74"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="78"/> + <source>Enter your email address</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="120"/> <source>Extensions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="80"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="126"/> <source>Select to activate the fetch extension</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="83"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="129"/> <source>Fetch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="90"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="136"/> <source>Select to activate the GPG extension</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="93"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="139"/> <source>GPG</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="110"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="146"/> + <source>Select to activate the largefiles extension</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="202"/> + <source>Large Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="156"/> <source>Select to activate the Purge extension</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="159"/> <source>Purge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="120"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="166"/> <source>Select to activate the queues extension</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="123"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="169"/> <source>Queues</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="133"/> - <source>Rebase</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="130"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="176"/> <source>Select to activate the rebase extension</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="140"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="179"/> + <source>Rebase</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="186"/> <source>Select to activate the shelve extension</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="143"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="189"/> <source>Shelve</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="100"/> - <source>Select to activate the largefiles extension</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="156"/> - <source>Large Files</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="162"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="208"/> <source>Minimum file size:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="169"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="215"/> <source>Enter the minimum file size in MB for files to be treated as Large Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="175"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="221"/> <source> MB</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="201"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="247"/> <source>Patterns:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="208"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="254"/> <source>Enter file patterns (space separated) for files to be treated as Large Files</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="257"/> + <source>Enter file patterns for large files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="264"/> + <source>User Cache:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="280"/> + <source>Enter the name of the user cache directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="304"/> + <source>Network</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="322"/> + <source>Proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="328"/> + <source>Host:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="335"/> + <source>Enter the network proxy host name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="338"/> + <source>Enter Proxy Hostname</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="345"/> + <source>User:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="352"/> + <source>Enter the user name for the network proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="355"/> + <source>Enter Proxy Username</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="362"/> + <source>Password:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="369"/> + <source>Enter the password for the network proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="375"/> + <source>Enter Proxy Password</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="382"/> + <source>Bypass:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="389"/> + <source>Enter the names of hosts bypassing the network proxy sparated by comma</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="395"/> + <source>Enter hosts bypassing the proxy separated by comma</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="405"/> + <source>Host Fingerprints</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="424"/> + <source>Host</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="429"/> + <source>Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="439"/> + <source>Add a host fingerprint entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="446"/> + <source>Delete a host fingerprint entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="453"/> + <source>Edit a host fingerprint entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="482"/> + <source>Open the user configuration file in a text editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="485"/> + <source>Open configuration file in editor</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>HgUserConfigHostFingerprintDialog</name> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="14"/> + <source>Host Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="23"/> + <source>Host:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="30"/> + <source>Enter the host name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="33"/> + <source>Enter Hostname</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="40"/> + <source>Fingerprint:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="47"/> + <source>Enter the host fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="50"/> + <source>Enter Fingerprint</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HistoryDialog</name> @@ -38605,357 +38773,352 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="166"/> - <source>Ruby Files (*.rb);;</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="247"/> + <location filename="../Project/Project.py" line="261"/> <source>Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="248"/> - <source>Other</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="262"/> + <source>Other</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="276"/> <source>PySide GUI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="263"/> + <location filename="../Project/Project.py" line="277"/> <source>PySide Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="346"/> + <location filename="../Project/Project.py" line="360"/> <source>Registering Project Type</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="701"/> + <location filename="../Project/Project.py" line="715"/> <source>Read project file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="701"/> + <location filename="../Project/Project.py" line="715"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="801"/> + <location filename="../Project/Project.py" line="815"/> <source>Save project file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="801"/> + <location filename="../Project/Project.py" line="815"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="837"/> + <location filename="../Project/Project.py" line="851"/> <source>Read user project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="837"/> + <location filename="../Project/Project.py" line="851"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="861"/> + <location filename="../Project/Project.py" line="875"/> <source>Save user project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="861"/> + <location filename="../Project/Project.py" line="875"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="933"/> <source>Read project session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1141"/> - <source>Please save the project first.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="919"/> - <source><p>The project session file <b>{0}</b> could not be read.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="955"/> - <source>Save project session</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="955"/> - <source><p>The project session file <b>{0}</b> could not be written.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="984"/> - <source>Delete project session</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="984"/> - <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1018"/> - <source>Read tasks</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1018"/> - <source><p>The tasks file <b>{0}</b> could not be read.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1038"/> - <source>Save tasks</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1038"/> - <source><p>The tasks file <b>{0}</b> could not be written.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1095"/> - <source>Read debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1095"/> - <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1129"/> - <source>Save debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1129"/> - <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1155"/> - <source>Delete debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="1155"/> + <source>Please save the project first.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="933"/> + <source><p>The project session file <b>{0}</b> could not be read.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="969"/> + <source>Save project session</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="969"/> + <source><p>The project session file <b>{0}</b> could not be written.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="998"/> + <source>Delete project session</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="998"/> + <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1032"/> + <source>Read tasks</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1032"/> + <source><p>The tasks file <b>{0}</b> could not be read.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1052"/> + <source>Save tasks</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1052"/> + <source><p>The tasks file <b>{0}</b> could not be written.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1109"/> + <source>Read debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1109"/> + <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1143"/> + <source>Save debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1143"/> + <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1169"/> + <source>Delete debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1169"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1263"/> + <location filename="../Project/Project.py" line="1277"/> <source>Add Language</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1263"/> + <location filename="../Project/Project.py" line="1277"/> <source>You have to specify a translation pattern first.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1385"/> + <location filename="../Project/Project.py" line="1399"/> <source>Delete translation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1385"/> + <location filename="../Project/Project.py" line="1399"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1536"/> + <location filename="../Project/Project.py" line="1550"/> <source>Add file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1598"/> + <location filename="../Project/Project.py" line="1612"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1524"/> + <location filename="../Project/Project.py" line="1538"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1653"/> + <location filename="../Project/Project.py" line="1667"/> <source>The target directory must not be empty.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1664"/> + <location filename="../Project/Project.py" line="1678"/> <source>Add directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1567"/> + <location filename="../Project/Project.py" line="1581"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1580"/> + <location filename="../Project/Project.py" line="1594"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1664"/> + <location filename="../Project/Project.py" line="1678"/> <source>The source directory must not be empty.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1788"/> + <location filename="../Project/Project.py" line="1802"/> <source>Rename file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1812"/> + <location filename="../Project/Project.py" line="1826"/> <source>Rename File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2834"/> + <location filename="../Project/Project.py" line="2848"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1812"/> + <location filename="../Project/Project.py" line="1826"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2048"/> + <location filename="../Project/Project.py" line="2062"/> <source>Delete file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2048"/> + <location filename="../Project/Project.py" line="2062"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2077"/> + <location filename="../Project/Project.py" line="2091"/> <source>Delete directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2077"/> + <location filename="../Project/Project.py" line="2091"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2159"/> + <location filename="../Project/Project.py" line="2173"/> <source>Create project directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2159"/> + <location filename="../Project/Project.py" line="2173"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2697"/> <source>New Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2235"/> + <location filename="../Project/Project.py" line="2249"/> <source>Add existing files to the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2697"/> <source>Select Version Control System</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2354"/> + <location filename="../Project/Project.py" line="2368"/> <source>Would you like to edit the VCS command options?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3443"/> - <source>New project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="2302"/> - <source>Shall the project file be added to the repository?</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="2333"/> - <source>None</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="2326"/> - <source>Select version control system for the project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="2432"/> - <source>Translation Pattern</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="2432"/> - <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3457"/> + <source>New project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2316"/> + <source>Shall the project file be added to the repository?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2347"/> + <source>None</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2340"/> + <source>Select version control system for the project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2446"/> + <source>Translation Pattern</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2446"/> + <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3471"/> <source>Open project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2819"/> + <location filename="../Project/Project.py" line="2833"/> <source>Project Files (*.e4p)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3494"/> + <location filename="../Project/Project.py" line="3508"/> <source>Save project as</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2834"/> + <location filename="../Project/Project.py" line="2848"/> <source>Save File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2870"/> + <location filename="../Project/Project.py" line="2884"/> <source>Close Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2870"/> + <location filename="../Project/Project.py" line="2884"/> <source>The current project has unsaved changes.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3035"/> + <location filename="../Project/Project.py" line="3049"/> <source>Syntax errors detected</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3035"/> + <location filename="../Project/Project.py" line="3049"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>The project contains one file with syntax errors.</numerusform> @@ -38963,617 +39126,617 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="3443"/> + <location filename="../Project/Project.py" line="3457"/> <source>&New...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3448"/> - <source>Generate a new project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3449"/> - <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3457"/> - <source>&Open...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3462"/> - <source>Open an existing project</source> + <source>Generate a new project</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3463"/> + <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3471"/> + <source>&Open...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3476"/> + <source>Open an existing project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3477"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3470"/> + <location filename="../Project/Project.py" line="3484"/> <source>Close project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3470"/> + <location filename="../Project/Project.py" line="3484"/> <source>&Close</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3474"/> + <location filename="../Project/Project.py" line="3488"/> <source>Close the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3475"/> + <location filename="../Project/Project.py" line="3489"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3482"/> + <location filename="../Project/Project.py" line="3496"/> <source>Save project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3673"/> + <location filename="../Project/Project.py" line="3687"/> <source>&Save</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3486"/> - <source>Save the current project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3487"/> - <source><b>Save</b><p>This saves the current project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3494"/> - <source>Save &as...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3498"/> - <source>Save the current project to a new file</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3500"/> - <source><b>Save as</b><p>This saves the current project to a new file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3509"/> - <source>Add files to project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3509"/> - <source>Add &files...</source> + <source>Save the current project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3501"/> + <source><b>Save</b><p>This saves the current project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3508"/> + <source>Save &as...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3512"/> + <source>Save the current project to a new file</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3514"/> + <source><b>Save as</b><p>This saves the current project to a new file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3523"/> + <source>Add files to project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3523"/> + <source>Add &files...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3528"/> <source>Add files to the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3516"/> - <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3525"/> - <source>Add directory to project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3525"/> - <source>Add directory...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3530"/> + <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3539"/> + <source>Add directory to project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3539"/> + <source>Add directory...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3544"/> <source>Add a directory to the current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3532"/> + <location filename="../Project/Project.py" line="3546"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3540"/> + <location filename="../Project/Project.py" line="3554"/> <source>Add translation to project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3540"/> + <location filename="../Project/Project.py" line="3554"/> <source>Add &translation...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3545"/> - <source>Add a translation to the current project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3547"/> - <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3555"/> - <source>Search new files</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3555"/> - <source>Searc&h new files...</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3559"/> - <source>Search new files in the project directory.</source> + <source>Add a translation to the current project</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3561"/> + <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3569"/> + <source>Search new files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3569"/> + <source>Searc&h new files...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3573"/> + <source>Search new files in the project directory.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3575"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3584"/> + <location filename="../Project/Project.py" line="3598"/> <source>Project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3584"/> + <location filename="../Project/Project.py" line="3598"/> <source>&Properties...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3589"/> + <location filename="../Project/Project.py" line="3603"/> <source>Show the project properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3590"/> - <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3597"/> - <source>User project properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3597"/> - <source>&User Properties...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3602"/> - <source>Show the user specific project properties</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3604"/> - <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3612"/> - <source>Filetype Associations</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3612"/> - <source>Filetype Associations...</source> + <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3611"/> + <source>User project properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3611"/> + <source>&User Properties...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3616"/> - <source>Show the project filetype associations</source> + <source>Show the user specific project properties</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3618"/> - <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> + <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3626"/> + <source>Filetype Associations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3626"/> + <source>Filetype Associations...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3630"/> + <source>Show the project filetype associations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3632"/> + <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3644"/> <source>Lexer Associations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3630"/> + <location filename="../Project/Project.py" line="3644"/> <source>Lexer Associations...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3634"/> - <source>Show the project lexer associations (overriding defaults)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3636"/> - <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3648"/> + <source>Show the project lexer associations (overriding defaults)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3650"/> + <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3662"/> <source>Debugger Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3648"/> + <location filename="../Project/Project.py" line="3662"/> <source>Debugger &Properties...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3652"/> - <source>Show the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3653"/> - <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3661"/> - <source>Load</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3661"/> - <source>&Load</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3665"/> - <source>Load the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3666"/> + <source>Show the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3667"/> + <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3675"/> + <source>Load</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3675"/> + <source>&Load</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3679"/> + <source>Load the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3680"/> <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3673"/> + <location filename="../Project/Project.py" line="3687"/> <source>Save</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3677"/> + <location filename="../Project/Project.py" line="3691"/> <source>Save the debugger properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3678"/> + <location filename="../Project/Project.py" line="3692"/> <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3685"/> + <location filename="../Project/Project.py" line="3699"/> <source>Delete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3685"/> + <location filename="../Project/Project.py" line="3699"/> <source>&Delete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3689"/> - <source>Delete the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3690"/> - <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3698"/> - <source>Reset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3698"/> - <source>&Reset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3702"/> - <source>Reset the debugger properties</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3703"/> - <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> + <source>Delete the debugger properties</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3704"/> + <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3712"/> + <source>Reset</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3712"/> - <source>Load session</source> + <source>&Reset</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3716"/> - <source>Load the projects session file.</source> + <source>Reset the debugger properties</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3717"/> - <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3726"/> + <source>Load session</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3730"/> + <source>Load the projects session file.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3731"/> + <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3744"/> <source>Save session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3734"/> - <source>Save the projects session file.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3735"/> - <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3748"/> - <source>Delete session</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3752"/> - <source>Delete the projects session file.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3753"/> - <source><b>Delete session</b><p>This deletes the projects session file</p></source> + <source>Save the projects session file.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3749"/> + <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3762"/> - <source>Code Metrics</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3762"/> - <source>&Code Metrics...</source> + <source>Delete session</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3766"/> - <source>Show some code metrics for the project.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3768"/> - <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> + <source>Delete the projects session file.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3767"/> + <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3776"/> - <source>Python Code Coverage</source> + <source>Code Metrics</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3776"/> - <source>Code Co&verage...</source> + <source>&Code Metrics...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3780"/> - <source>Show code coverage information for the project.</source> + <source>Show some code metrics for the project.</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3782"/> - <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4568"/> - <source>Profile Data</source> + <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3790"/> - <source>&Profile Data...</source> + <source>Python Code Coverage</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3790"/> + <source>Code Co&verage...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3794"/> - <source>Show profiling data for the project.</source> + <source>Show code coverage information for the project.</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3796"/> + <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4582"/> + <source>Profile Data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3804"/> + <source>&Profile Data...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3808"/> + <source>Show profiling data for the project.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3810"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4622"/> + <location filename="../Project/Project.py" line="4636"/> <source>Application Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3805"/> + <location filename="../Project/Project.py" line="3819"/> <source>&Application Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3809"/> + <location filename="../Project/Project.py" line="3823"/> <source>Show a diagram of the project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3811"/> + <location filename="../Project/Project.py" line="3825"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4780"/> + <location filename="../Project/Project.py" line="4794"/> <source>Create Package List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> + <location filename="../Project/Project.py" line="3848"/> <source>Create &Package List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5027"/> + <location filename="../Project/Project.py" line="5041"/> <source>Create Plugin Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3904"/> - <source>&Project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3905"/> - <source>Open &Recent Projects</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3906"/> - <source>&Version Control</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3910"/> - <source>Chec&k</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3912"/> - <source>Sho&w</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3913"/> - <source>&Diagrams</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3914"/> - <source>Session</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3915"/> - <source>Source &Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3917"/> - <source>Debugger</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3918"/> + <source>&Project</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3919"/> + <source>Open &Recent Projects</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3920"/> + <source>&Version Control</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3924"/> + <source>Chec&k</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3926"/> + <source>Sho&w</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3927"/> + <source>&Diagrams</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3928"/> + <source>Session</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3929"/> + <source>Source &Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3931"/> + <source>Debugger</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3932"/> <source>Pac&kagers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4026"/> + <location filename="../Project/Project.py" line="4040"/> <source>Project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4092"/> + <location filename="../Project/Project.py" line="4106"/> <source>&Clear</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4231"/> + <location filename="../Project/Project.py" line="4245"/> <source>Search New Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4231"/> + <location filename="../Project/Project.py" line="4245"/> <source>There were no new files found to be added.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4377"/> + <location filename="../Project/Project.py" line="4391"/> <source>Version Control System</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4377"/> + <location filename="../Project/Project.py" line="4391"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4495"/> + <location filename="../Project/Project.py" line="4509"/> <source>Coverage Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4545"/> + <location filename="../Project/Project.py" line="4559"/> <source>There is no main script defined for the current project. Aborting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4518"/> + <location filename="../Project/Project.py" line="4532"/> <source>Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4518"/> + <location filename="../Project/Project.py" line="4532"/> <source>Please select a coverage file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4568"/> + <location filename="../Project/Project.py" line="4582"/> <source>Please select a profile file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4622"/> + <location filename="../Project/Project.py" line="4636"/> <source>Include module names?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4740"/> + <location filename="../Project/Project.py" line="4754"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4780"/> + <location filename="../Project/Project.py" line="4794"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4799"/> + <location filename="../Project/Project.py" line="4813"/> <source>The project does not have a main script defined. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4911"/> + <location filename="../Project/Project.py" line="4925"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4985"/> + <location filename="../Project/Project.py" line="4999"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -39583,213 +39746,213 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2222"/> + <location filename="../Project/Project.py" line="2236"/> <source>Create main script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2222"/> + <location filename="../Project/Project.py" line="2236"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3819"/> + <location filename="../Project/Project.py" line="3833"/> <source>Load Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3819"/> + <location filename="../Project/Project.py" line="3833"/> <source>&Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3823"/> + <location filename="../Project/Project.py" line="3837"/> <source>Load a diagram from file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3825"/> - <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="323"/> - <source><p>The Programming Language <b>{0}</b> is not supported.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="346"/> - <source><p>The Project type <b>{0}</b> is already registered.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="334"/> - <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="244"/> - <source>PyQt5 GUI</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="245"/> - <source>PyQt5 Console</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4365"/> - <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5027"/> - <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3839"/> + <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="337"/> + <source><p>The Programming Language <b>{0}</b> is not supported.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="360"/> + <source><p>The Project type <b>{0}</b> is already registered.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="348"/> + <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="258"/> + <source>PyQt5 GUI</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="259"/> + <source>PyQt5 Console</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4379"/> + <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5041"/> + <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3853"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3841"/> - <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4881"/> - <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="242"/> - <source>PyQt4 GUI</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="243"/> - <source>PyQt4 Console</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="246"/> - <source>Eric6 Plugin</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="2653"/> - <source>Create project management directory</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="2653"/> - <source><p>The project directory <b>{0}</b> is not writable.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3569"/> - <source>Alt+Ctrl+P</source> - <comment>Project|Search Project File</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3575"/> - <source>Search for a file in the project list of files.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3577"/> - <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3569"/> - <source>Search Project File</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3569"/> - <source>Search Project File...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4834"/> - <source>Create Plugin Archives</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3850"/> - <source>Create Plugin &Archives</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3855"/> + <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4895"/> + <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="256"/> + <source>PyQt4 GUI</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="257"/> + <source>PyQt4 Console</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="260"/> + <source>Eric6 Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2667"/> + <source>Create project management directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2667"/> + <source><p>The project directory <b>{0}</b> is not writable.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3583"/> + <source>Alt+Ctrl+P</source> + <comment>Project|Search Project File</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3589"/> + <source>Search for a file in the project list of files.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3591"/> + <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3583"/> + <source>Search Project File</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3583"/> + <source>Search Project File...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4848"/> + <source>Create Plugin Archives</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3864"/> + <source>Create Plugin &Archives</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3869"/> <source>Create eric6 plugin archive files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3857"/> + <location filename="../Project/Project.py" line="3871"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3867"/> + <location filename="../Project/Project.py" line="3881"/> <source>Create Plugin Archives (Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3867"/> + <location filename="../Project/Project.py" line="3881"/> <source>Create Plugin Archives (&Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3872"/> + <location filename="../Project/Project.py" line="3886"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3874"/> + <location filename="../Project/Project.py" line="3888"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4813"/> + <location filename="../Project/Project.py" line="4827"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4830"/> + <location filename="../Project/Project.py" line="4844"/> <source>Creating plugin archives...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4830"/> + <location filename="../Project/Project.py" line="4844"/> <source>Abort</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4830"/> + <location filename="../Project/Project.py" line="4844"/> <source>%v/%m Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4847"/> + <location filename="../Project/Project.py" line="4861"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4930"/> + <location filename="../Project/Project.py" line="4944"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4933"/> + <location filename="../Project/Project.py" line="4947"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4823"/> + <location filename="../Project/Project.py" line="4837"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> @@ -49787,17 +49950,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="87"/> + <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="88"/> <source>No error description available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="118"/> + <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="119"/> <source>Remove Selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="123"/> + <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="124"/> <source>Remove All</source> <translation type="unfinished"></translation> </message> @@ -69747,46 +69910,46 @@ <context> <name>mercurial</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1477"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1476"/> <source><tr><td><b>Parent #{0}</b></td><td></td></tr> <tr><td><b>Changeset</b></td><td>{1}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2159"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2158"/> <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2169"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2168"/> <source><tr><td><b>Branches</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1497"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1496"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2151"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2150"/> <source><tr><td><b>Tip</b></td><td></td></tr> </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2153"/> <source><tr><td><b>Changeset</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2174"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2173"/> <source><tr><td><b>Parents</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2178"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2177"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr> @@ -69794,12 +69957,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2164"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2163"/> <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1535"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1534"/> <source><h3>Repository information</h3> <p><table> <tr><td><b>Mercurial V.</b></td><td>{0}</td></tr> @@ -69810,13 +69973,13 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2141"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2140"/> <source><tr><td><b>Head #{0}</b></td><td></td></tr> </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2146"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2145"/> <source><tr><td><b>Parent #{0}</b></td><td></td></tr> </source> <translation type="unfinished"></translation>
--- a/i18n/eric6_es.ts Fri Oct 21 23:14:16 2016 +0200 +++ b/i18n/eric6_es.ts Sat Oct 22 17:09:08 2016 +0200 @@ -6360,7 +6360,7 @@ <context> <name>DebuggerInterfacePython2</name> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="348"/> <source>Start Debugger</source> <translation>Iniciar Depurador</translation> </message> @@ -6370,37 +6370,37 @@ <translation><p>No se ha encontrado un intérprete de Python2 configurado.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="348"/> <source><p>The debugger backend could not be started.</p></source> <translation><p>No ha sido posible lanzar el extremo del depurador.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="815"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="811"/> <source>Parent Process</source> <translation>Proceso Padre</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="816"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="812"/> <source>Child process</source> <translation>Proceso hijo</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="813"/> <source>Client forking</source> <translation>Fork del cliente</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="813"/> <source>Select the fork branch to follow.</source> <translation>Seleccionar la rama de fork para continuar.</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="858"/> <source>Debug Protocol Error</source> <translation>Error de Protocolo de Depuración</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="858"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{0}</p></source> <translation><p>La respuesta recibida desde el backend del depurador no se ha podido descodificar. Por favor, informar de este problema junto con los datos recibidos a la dirección de email para bugs de eric.</p><p>Error: {0}</p><p>Datos:<br/>{0}</p></translation> </message> @@ -6408,32 +6408,32 @@ <context> <name>DebuggerInterfacePython3</name> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="348"/> <source>Start Debugger</source> <translation>Iniciar Depurador</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="348"/> <source><p>The debugger backend could not be started.</p></source> <translation><p>No ha sido posible lanzar el extremo del depurador.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="815"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="811"/> <source>Parent Process</source> <translation>Proceso Padre</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="816"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="812"/> <source>Child process</source> <translation>Proceso hijo</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="813"/> <source>Client forking</source> <translation>Fork del cliente</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="813"/> <source>Select the fork branch to follow.</source> <translation>Seleccionar la rama de fork para continuar.</translation> </message> @@ -6443,12 +6443,12 @@ <translation><p>No se ha encontrado un intérprete de Python configurado.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="858"/> <source>Debug Protocol Error</source> <translation>Error de Protocolo de Depuración</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="858"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{0}</p></source> <translation><p>La respuesta recibida desde el backend del depurador no se ha podido descodificar. Por favor, informar de este problema junto con los datos recibidos a la dirección de email para bugs de eric.</p><p>Error: {0}</p><p>Datos:<br/>{0}</p></translation> </message> @@ -6630,7 +6630,7 @@ <translation>No establecer la codificación del cliente de depuración</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.py" line="117"/> + <location filename="../Project/DebuggerPropertiesDialog.py" line="111"/> <source>All Files (*)</source> <translation>Todos los archivos (*)</translation> </message> @@ -6663,7 +6663,7 @@ <translation>Tipo de Cliente de Depuración</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="98"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="68"/> <source>Enter the path of the Debug Client to be used. Leave empty to use the default.</source> <translation>Introduzca la ruta del Cliente de Depuración a utilizar. Deje en blanco para usar el cliente por defecto.</translation> </message> @@ -6673,57 +6673,57 @@ <translation>Pulse para seleccionar el Cliente de Depuración utilizando un diálogo de selección de archivos</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="62"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="75"/> <source>Select the standard debug client</source> <translation>Seleccionar el Cliente de Depuracion estándar</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="65"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="78"/> <source>Standard</source> <translation>Estándar</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="82"/> - <source>Select the custom selected debug client</source> - <translation>Seleccione el cliente de depuración personalizado</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="85"/> + <source>Select the custom selected debug client</source> + <translation>Seleccione el cliente de depuración personalizado</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="88"/> <source>Custom</source> <translation>Personalizado</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="72"/> <source>Select the multi threaded debug client</source> - <translation>Seleccionar el cliente de depuración multihilo</translation> + <translation type="obsolete">Seleccionar el cliente de depuración multihilo</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="75"/> <source>Multi Threaded</source> - <translation>Multihilo</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="108"/> + <translation type="obsolete">Multihilo</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="98"/> <source>Source association</source> <translation>Asociación de fuentes</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="114"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="104"/> <source>Enter the file extensions to be associated with the Python3 debugger separated by a space. They must not overlap with the ones for Python2.</source> <translation>Introduzca las extensiones de archivo a ser asociadas con el depurador de Python3 separadas por un espacio. No debe haber solapamiento con las que se usan para Python2.</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="123"/> + <source>Redirect stdin/stdout/stderr</source> + <translation>Redirigir stdin/stdout/stderr</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="130"/> + <source>Select to not set the debug client encoding</source> + <translation>Seleccionar para no establecer la codificación del cliente de depuración</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="133"/> - <source>Redirect stdin/stdout/stderr</source> - <translation>Redirigir stdin/stdout/stderr</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="140"/> - <source>Select to not set the debug client encoding</source> - <translation>Seleccionar para no establecer la codificación del cliente de depuración</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="143"/> <source>Don't set the encoding of the debug client</source> <translation>No establecer la codificación del cliente de depuración</translation> </message> @@ -6738,7 +6738,7 @@ <translation>Introduzca la ruta del intérprete Python3 que debe utilizar el cliente de depuración. Deje en blanco para utilizar el valor por defecto.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="130"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="120"/> <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> <translation>Seleccionar para redirigir stdin, stdout y stderr del programa en depuración hacia la IDE eric6</translation> </message> @@ -6766,7 +6766,7 @@ <translation>Tipo de Cliente de Depuración</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="98"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="68"/> <source>Enter the path of the Debug Client to be used. Leave empty to use the default.</source> <translation>Introduzca la ruta del Cliente de Depuración a utilizar. Deje en blanco para utilizar el valor por defecto.</translation> </message> @@ -6776,57 +6776,57 @@ <translation>Pulse para seleccionar el Cliente de Depuración utilizando un diálogo de selección de archivos</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="62"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="75"/> <source>Select the standard debug client</source> <translation>Seleccionar el Cliente de Depuracion estándar</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="65"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="78"/> <source>Standard</source> <translation>Estándar</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="82"/> - <source>Select the custom selected debug client</source> - <translation>Seleccione el cliente de depuración personalizado</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="85"/> + <source>Select the custom selected debug client</source> + <translation>Seleccione el cliente de depuración personalizado</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="88"/> <source>Custom</source> <translation>Personalizado</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="72"/> <source>Select the multi threaded debug client</source> - <translation>Seleccionar el cliente de depuración multihilo</translation> + <translation type="obsolete">Seleccionar el cliente de depuración multihilo</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="75"/> <source>Multi Threaded</source> - <translation>Multihilo</translation> + <translation type="obsolete">Multihilo</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="123"/> + <source>Redirect stdin/stdout/stderr</source> + <translation>Redirigir stdin/stdout/stderr</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="130"/> + <source>Select to not set the debug client encoding</source> + <translation>Seleccionar para no establecer la codificación del cliente de depuración</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="133"/> - <source>Redirect stdin/stdout/stderr</source> - <translation>Redirigir stdin/stdout/stderr</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="140"/> - <source>Select to not set the debug client encoding</source> - <translation>Seleccionar para no establecer la codificación del cliente de depuración</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="143"/> <source>Don't set the encoding of the debug client</source> <translation>No establecer la codificación del cliente de depuración</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="108"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="98"/> <source>Source association</source> <translation>Asociación de fuentes</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="114"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="104"/> <source>Enter the file extensions to be associated with the Python2 debugger separated by a space. They must not overlap with the ones for Python3.</source> <translation>Introduzca las extensiones de archivo a ser asociadas con el depurador de Python2 separadas por un espacio. No debe haber solapamiento con las que se usan para Python3.</translation> </message> @@ -6841,7 +6841,7 @@ <translation>Introduzca la ruta del intérprete Python que debe utilizar el cliente de depuración. </translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="130"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="120"/> <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> <translation>Seleccionar para redirigir stdin, stdout y stderr del programa en depuración hacia la IDE eric6</translation> </message> @@ -17264,22 +17264,22 @@ <translation>&Buscar:</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="194"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="202"/> <source>Open Link</source> <translation>Abrir Enlace</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="195"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="203"/> <source>Open Link in New Tab</source> <translation>Abrir Enlace en Nueva Pestaña</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="196"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="204"/> <source>Open Link in Background Tab</source> <translation>Abrir Enlace en Pestaña en Segundo Plano</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="198"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="206"/> <source>Open Link in New Window</source> <translation>Abrir Enlace en Nueva Ventana</translation> </message> @@ -17358,22 +17358,22 @@ <context> <name>HelpSearchWidget</name> <message> - <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="145"/> + <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="144"/> <source>Open Link</source> <translation>Abrir Enlace</translation> </message> <message> + <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="145"/> + <source>Open Link in New Tab</source> + <translation>Abrir Enlace en Nueva Pestaña</translation> + </message> + <message> <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="146"/> - <source>Open Link in New Tab</source> - <translation>Abrir Enlace en Nueva Pestaña</translation> - </message> - <message> - <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="147"/> <source>Open Link in Background Tab</source> <translation>Abrir Enlace en Pestaña en Segundo Plano</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="149"/> + <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="148"/> <source>Open Link in New Window</source> <translation>Abrir Enlace en Nueva Ventana</translation> </message> @@ -17557,22 +17557,22 @@ <context> <name>HelpTocWidget</name> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="162"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="158"/> <source>Open Link</source> <translation>Abrir Enlace</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="163"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="159"/> <source>Open Link in New Tab</source> <translation>Abrir Enlace en Nueva Pestaña</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="164"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="160"/> <source>Open Link in Background Tab</source> <translation>Abrir Enlace en Pestaña en Segundo Plano</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="166"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="162"/> <source>Open Link in New Window</source> <translation>Abrir Enlace en Nueva Ventana</translation> </message> @@ -21417,437 +21417,437 @@ <context> <name>Hg</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="282"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="281"/> <source>The hg process finished with the exit code {0}</source> <translation>El proceso hg ha terminado con código de salida {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1873"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1872"/> <source>The hg process did not finish within 30s.</source> <translation>El proceso hg no terminó en un plazo de 30s.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="289"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="288"/> <source>Could not start the hg executable.</source> <translation>No se ha podido iniciar el ejecutable de hg.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="317"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="316"/> <source>Create project repository</source> <translation>Crear repositorio del proyecto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="317"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="316"/> <source>The project repository could not be created.</source> <translation>No se ha podido crear el repositorio del proyecto.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="346"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="345"/> <source>Creating Mercurial repository</source> <translation>Creando repositorio Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="362"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="361"/> <source>Initial commit to Mercurial repository</source> <translation>Commit inicial al repositorio Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="410"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="409"/> <source>Cloning project from a Mercurial repository</source> <translation>Clonando proyecto desde un repositorio Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="660"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="659"/> <source>Synchronizing with the Mercurial repository</source> <translation>Sincronizando con el repositorio Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="710"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="709"/> <source>Adding files/directories to the Mercurial repository</source> <translation>Añadiendo archivos/directorios al repositorio Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="780"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="779"/> <source>Removing files/directories from the Mercurial repository</source> <translation>Eliminando archivos/directorios del repositorio Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="842"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="841"/> <source>Renaming {0}</source> <translation>Renombrando {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1108"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1107"/> <source>Merging</source> <translation>Haciendo un merge</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1630"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1629"/> <source>Copying {0}</source> <translation>Copiando {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2031"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2030"/> <source>Pulling from a remote Mercurial repository</source> <translation>Haciendo pull de un repositorio remoto Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2085"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2084"/> <source>Pushing to a remote Mercurial repository</source> <translation>Haciendo push a un repositorio remoto Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1063"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1062"/> <source>Reverting changes</source> <translation>Revirtiendo cambios</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1410"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1409"/> <source>Mercurial command</source> <translation>Comando de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2293"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2292"/> <source>Creating branch in the Mercurial repository</source> <translation>Creando branch en el repositorio Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2446"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2412"/> <source>Verifying the integrity of the Mercurial repository</source> <translation>Verificando la integridad del repositorio Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2471"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2437"/> <source>Showing the combined configuration settings</source> <translation>Mostrando los ajustes de configuración combinados</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2495"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2461"/> <source>Showing aliases for remote repositories</source> <translation>Mostrando alias para repositorios remotos</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2519"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2485"/> <source>Recovering from interrupted transaction</source> <translation>Recuperando de transacción interrumpida</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2741"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2707"/> <source>Shall the working directory be updated?</source> <translation>¿Debe ser actualizado el directorio de trabajo?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2322"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2321"/> <source>Showing current branch</source> <translation>Mostrando la branch actual</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2672"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2638"/> <source>Create changegroup</source> <translation>Crear changegroup</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2753"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2719"/> <source>Apply changegroups</source> <translation>Aplicar changegroups</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2771"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2737"/> <source>Bisect subcommand ({0}) invalid.</source> <translation>Subcomando bisect ({0}) inválido.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2801"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2767"/> <source>Mercurial Bisect ({0})</source> <translation>Mercurial Bisect ({0})</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2693"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2659"/> <source>Preview changegroup</source> <translation>Previsualizar changegroup</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2543"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2509"/> <source>Identifying project directory</source> <translation>Identificando directorio de proyecto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2581"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2547"/> <source>Create .hgignore file</source> <translation>Crear archivo .hgignore</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2581"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2547"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation><p>El archivo <b>{0}</b> ya existe. ¿Desea sobreescribirlo?</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2799"/> + <source>Removing files from the Mercurial repository only</source> + <translation>Eliminando archivos unicamente del repositorio Mercurial</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2595"/> + <source>Mercurial Changegroup Files (*.hg)</source> + <translation>Archivos Changegroup de Mercurial (*.hg)</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2699"/> + <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> + <translation>Archivos Changegroup de Mercurial (*.hg);;Todos los Archivos (*)</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2853"/> + <source>Backing out changeset</source> + <translation>Haciendo respaldo de changeset</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2833"/> - <source>Removing files from the Mercurial repository only</source> - <translation>Eliminando archivos unicamente del repositorio Mercurial</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2629"/> - <source>Mercurial Changegroup Files (*.hg)</source> - <translation>Archivos Changegroup de Mercurial (*.hg)</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2733"/> - <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> - <translation>Archivos Changegroup de Mercurial (*.hg);;Todos los Archivos (*)</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2887"/> - <source>Backing out changeset</source> - <translation>Haciendo respaldo de changeset</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2867"/> <source>No revision given. Aborting...</source> <translation>No se ha proporcionado revisión. Abortando...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2646"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2612"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>El archivo changegroup de Mercurial <b>{0}</b> ya existe. ¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2914"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2880"/> <source>Rollback last transaction</source> <translation>Hacer Rollback de la última transacción</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2907"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2873"/> <source>Are you sure you want to rollback the last transaction?</source> <translation>¿Está seguro de que quiere aplicar un rollback a la última transacción?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="573"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="572"/> <source>Committing changes to Mercurial repository</source> <translation>Haciendo commit de cambios al repositorio Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3548"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3514"/> <source>Mercurial Command Server</source> <translation>Servidor de Comandos de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3403"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3369"/> <source><p>The Mercurial Command Server could not be restarted.</p><p>Reason: {0}</p></source> <translation><p>El Servidor de Comandos de Mercurial no ha podido reiniciarse.</p><p>Razón: {0}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3548"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3514"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation><p>El Servidor de Comandos de Mercurial no ha podido iniciarse.</p><p>Razón: {0}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2982"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2948"/> <source>Import Patch</source> <translation>Importar Patch</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3029"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2995"/> <source>Export Patches</source> <translation>Exportar Patches</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3076"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3042"/> <source>Change Phase</source> <translation>Cambiar Fase</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3129"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3095"/> <source>Copy Changesets</source> <translation>Copiar Changesets</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3155"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3121"/> <source>Copy Changesets (Continue)</source> <translation>Copiar Changesets (Continuar)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3272"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3238"/> <source>Add Sub-repository</source> <translation>Añadir Sub-repositorio</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3305"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3271"/> <source><p>The sub-repositories file .hgsub could not be read.</p><p>Reason: {0}</p></source> <translation><p>No se ha podido leer el archivo .hgsub de sub-repositorios.</p><p>Razón: {0}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3253"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3219"/> <source><p>The sub-repositories file .hgsub already contains an entry <b>{0}</b>. Aborting...</p></source> <translation><p>El archivo .hgsub de sub-repositorios ya contiene una entrada.</p><p>Abortando...</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3324"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3290"/> <source><p>The sub-repositories file .hgsub could not be written to.</p><p>Reason: {0}</p></source> <translation><p>No se ha podido escribir al archivo .hgsub de sub-repositorios.</p><p>Razón: {0}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3324"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3290"/> <source>Remove Sub-repositories</source> <translation>Eliminar Sub-repositorios</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3293"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3259"/> <source><p>The sub-repositories file .hgsub does not exist. Aborting...</p></source> <translation><p>El archivo de subrepositorios .hgsub no existe. Abortando...</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="506"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="505"/> <source>Commit Changes</source> <translation>Hacer Commit de Cambios</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="506"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="505"/> <source>The commit affects files, that have unsaved changes. Shall the commit be continued?</source> <translation>La operación de commit afecta a archivos que tienen cambios sin guardar. ¿Continuar con la operación de commit?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1057"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1056"/> <source>Revert changes</source> <translation>Revertir cambios</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1048"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1047"/> <source>Do you really want to revert all changes to these files or directories?</source> <translation>¿Realmente desea revertir todos los cambios a estos archivos o directorios?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1057"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1056"/> <source>Do you really want to revert all changes of the project?</source> <translation>¿Realmente desea revertir todos los cambios del proyecto?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3190"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3156"/> <source>Create Unversioned Archive</source> <translation>Crear Archivo Sin Versionar</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1943"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1942"/> <source>Mercurial Side-by-Side Difference</source> <translation>Diferencia Lado a Lado Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1943"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1942"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo <b>{0}</b> no se ha podido leer.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1876"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1875"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>El proceso {0} no se ha podido ejecutar. Verifique que está en la ruta de búsqueda (search path).</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1007"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1006"/> <source>Tagging in the Mercurial repository</source> <translation>Haciendo tag en el repositorio Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2300"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2299"/> <source>Created new branch <{0}>.</source> <translation>Creada nueva branch <{0}>.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1184"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1183"/> <source>Current branch tip</source> <translation>Tip branch actual</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2260"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2259"/> <source>Cancelling uncommitted merge</source> <translation>Cancelando merge sin commit</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3658"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3624"/> <source>Mercurial Bookmark</source> <translation>Marcador de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3676"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3642"/> <source>Delete Bookmark</source> <translation>Borrar Marcador</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3676"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3642"/> <source>Select the bookmark to be deleted:</source> <translation>Seleccionar el marcador a borrar:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3687"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3653"/> <source>Delete Mercurial Bookmark</source> <translation>Borrar Marcador de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3715"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3681"/> <source>Rename Mercurial Bookmark</source> <translation>Renombrar Marcador de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3748"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3714"/> <source>Move Mercurial Bookmark</source> <translation>Mover Marcador de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3840"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3806"/> <source>Pull Bookmark</source> <translation>Pull de Marcador</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3840"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3806"/> <source>Select the bookmark to be pulled:</source> <translation>Seleccinar el marcador sobre el que hacer pull:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3851"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3817"/> <source>Pulling bookmark from a remote Mercurial repository</source> <translation>Haciendo pull de marcador desde un repositorio Mercurial remoto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3880"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3846"/> <source>Push Bookmark</source> <translation>Push de Marcador</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3880"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3846"/> <source>Select the bookmark to be push:</source> <translation>Seleccinar el marcador sobre el que hacer push:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3891"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3857"/> <source>Pushing bookmark to a remote Mercurial repository</source> <translation>Haciendo push de marcador desde un repositorio Mercurial remoto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1153"/> <source>Re-Merge</source> <translation>Re-Merge</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1145"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1144"/> <source>Do you really want to re-merge these files or directories?</source> <translation>¿Desea realmente hacer un re-merge de estos archivos o directorios?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1153"/> <source>Do you really want to re-merge the project?</source> <translation>¿Desea realmente hacer un re-merge del proyecto?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1159"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1158"/> <source>Re-Merging</source> <translation>Aplicando Re-Merge</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2231"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2230"/> <source>Marking as 'unresolved'</source> <translation>Marcando como 'unresolved'</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2233"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2232"/> <source>Marking as 'resolved'</source> <translation>Marcando como 'resolved'</translation> </message> @@ -23028,27 +23028,27 @@ <translation>Alt+M</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="55"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="54"/> <source>&Refresh</source> <translation>Actualiza&r</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="57"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="56"/> <source>Press to refresh the list of conflicts</source> <translation>Pulsar para actualizar la lista de conflictos</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="157"/> <source>Process Generation Error</source> <translation>Error de Configuración de Página</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="157"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>El proceso {0} no se ha podido ejecutar. Verifique que está en la ruta de búsqueda (search path).</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="249"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="248"/> <source>Unknown Status</source> <translation>Estado Desconocido</translation> </message> @@ -28597,142 +28597,473 @@ <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="14"/> <source>Mercurial User Data</source> - <translation>Datos de Usuario de Mercurial</translation> + <translation type="obsolete">Datos de Usuario de Mercurial</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="23"/> <source>User Data</source> - <translation>Datos de Usuario</translation> + <translation type="obsolete">Datos de Usuario</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="29"/> <source>First Name:</source> - <translation>Nombre:</translation> + <translation type="obsolete">Nombre:</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="36"/> <source>Enter the first name</source> - <translation>Introducir el nombre</translation> + <translation type="obsolete">Introducir el nombre</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="43"/> <source>Last Name:</source> - <translation>Apellido:</translation> + <translation type="obsolete">Apellido:</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="50"/> <source>Enter the last name</source> - <translation>Introducir el apellido</translation> + <translation type="obsolete">Introducir el apellido</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="57"/> <source>Email:</source> - <translation>Email:</translation> + <translation type="obsolete">Email:</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="64"/> <source>Enter the email address</source> - <translation>Introducir la dirección de correo electrónico</translation> + <translation type="obsolete">Introducir la dirección de correo electrónico</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="74"/> <source>Extensions</source> - <translation>Extensiones</translation> + <translation type="obsolete">Extensiones</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="80"/> <source>Select to activate the fetch extension</source> - <translation>Seleccionar para activar la extensión de fetch</translation> + <translation type="obsolete">Seleccionar para activar la extensión de fetch</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="83"/> <source>Fetch</source> - <translation>Fetch</translation> + <translation type="obsolete">Fetch</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="90"/> <source>Select to activate the GPG extension</source> - <translation>Seleccionar para activar la extensión de GPG</translation> + <translation type="obsolete">Seleccionar para activar la extensión de GPG</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="93"/> <source>GPG</source> - <translation>GPG</translation> + <translation type="obsolete">GPG</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="110"/> <source>Select to activate the Purge extension</source> - <translation>Seleccionar para activar la extensión de purge</translation> + <translation type="obsolete">Seleccionar para activar la extensión de purge</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="113"/> <source>Purge</source> - <translation>Purge</translation> + <translation type="obsolete">Purge</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="120"/> <source>Select to activate the queues extension</source> - <translation>Seleccionar para activar la extensión de queues</translation> + <translation type="obsolete">Seleccionar para activar la extensión de queues</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="123"/> <source>Queues</source> - <translation>Queues</translation> + <translation type="obsolete">Queues</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="133"/> <source>Rebase</source> - <translation>Rebase</translation> + <translation type="obsolete">Rebase</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="130"/> <source>Select to activate the rebase extension</source> - <translation>Seleccionar para activar la extensión de rebase</translation> + <translation type="obsolete">Seleccionar para activar la extensión de rebase</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="140"/> <source>Select to activate the shelve extension</source> - <translation>Seleccionar para activar la extensión de shelve</translation> + <translation type="obsolete">Seleccionar para activar la extensión de shelve</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="143"/> <source>Shelve</source> - <translation>Shelve</translation> + <translation type="obsolete">Shelve</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="100"/> <source>Select to activate the largefiles extension</source> - <translation>Seleccionar para activar la extensión de archivos grandes</translation> + <translation type="obsolete">Seleccionar para activar la extensión de archivos grandes</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="156"/> <source>Large Files</source> - <translation>Archivos Grandes</translation> + <translation type="obsolete">Archivos Grandes</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="162"/> <source>Minimum file size:</source> - <translation>Tamaño mínimo de archivo:</translation> + <translation type="obsolete">Tamaño mínimo de archivo:</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="169"/> <source>Enter the minimum file size in MB for files to be treated as Large Files</source> - <translation>Introducir el tamaño mínimo de archivo en MB para que los archivos sean tratados como Archivos Grandes</translation> + <translation type="obsolete">Introducir el tamaño mínimo de archivo en MB para que los archivos sean tratados como Archivos Grandes</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="175"/> <source> MB</source> - <translation> MB</translation> + <translation type="obsolete"> MB</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="201"/> <source>Patterns:</source> - <translation>Patrones:</translation> + <translation type="obsolete">Patrones:</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="208"/> <source>Enter file patterns (space separated) for files to be treated as Large Files</source> - <translation>Introducir patrones de archivo (separados por espacios) para que los archivos sean tratados como Archivos Grandes</translation> + <translation type="obsolete">Introducir patrones de archivo (separados por espacios) para que los archivos sean tratados como Archivos Grandes</translation> + </message> +</context> +<context> + <name>HgUserConfigDialog</name> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="349"/> + <source>Delete Host Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="349"/> + <source><p>Shall the fingerprint for host <b>{0}</b> really be deleted?</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="404"/> + <source>Edit User Configuration</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="404"/> + <source>You will loose all changes made in this dialog. Shall the data be saved first?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="14"/> + <source>Mercurial User Data</source> + <translation type="unfinished">Datos de Usuario de Mercurial</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="27"/> + <source>User</source> + <translation type="unfinished">Usuario</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="45"/> + <source>User Data</source> + <translation type="unfinished">Datos de Usuario</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="51"/> + <source>Name:</source> + <translation type="unfinished">Nombre:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="58"/> + <source>Enter the user name</source> + <translation type="unfinished">Introduzca el nombre de usuario</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="61"/> + <source>Enter your name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="68"/> + <source>Email:</source> + <translation type="unfinished">Email:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="75"/> + <source>Enter the email address</source> + <translation type="unfinished">Introducir la dirección de correo electrónico</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="78"/> + <source>Enter your email address</source> + <translation type="unfinished">Introduzca su dirección de correo electrónico</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="120"/> + <source>Extensions</source> + <translation type="unfinished">Extensiones</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="126"/> + <source>Select to activate the fetch extension</source> + <translation type="unfinished">Seleccionar para activar la extensión de fetch</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="129"/> + <source>Fetch</source> + <translation type="unfinished">Fetch</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="136"/> + <source>Select to activate the GPG extension</source> + <translation type="unfinished">Seleccionar para activar la extensión de GPG</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="139"/> + <source>GPG</source> + <translation type="unfinished">GPG</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="146"/> + <source>Select to activate the largefiles extension</source> + <translation type="unfinished">Seleccionar para activar la extensión de archivos grandes</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="202"/> + <source>Large Files</source> + <translation type="unfinished">Archivos Grandes</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="156"/> + <source>Select to activate the Purge extension</source> + <translation type="unfinished">Seleccionar para activar la extensión de purge</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="159"/> + <source>Purge</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="166"/> + <source>Select to activate the queues extension</source> + <translation type="unfinished">Seleccionar para activar la extensión de queues</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="169"/> + <source>Queues</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="176"/> + <source>Select to activate the rebase extension</source> + <translation type="unfinished">Seleccionar para activar la extensión de rebase</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="179"/> + <source>Rebase</source> + <translation type="unfinished">Rebase</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="186"/> + <source>Select to activate the shelve extension</source> + <translation type="unfinished">Seleccionar para activar la extensión de shelve</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="189"/> + <source>Shelve</source> + <translation type="unfinished">Shelve</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="208"/> + <source>Minimum file size:</source> + <translation type="unfinished">Tamaño mínimo de archivo:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="215"/> + <source>Enter the minimum file size in MB for files to be treated as Large Files</source> + <translation type="unfinished">Introducir el tamaño mínimo de archivo en MB para que los archivos sean tratados como Archivos Grandes</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="221"/> + <source> MB</source> + <translation type="unfinished"> MB</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="247"/> + <source>Patterns:</source> + <translation type="unfinished">Patrones:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="254"/> + <source>Enter file patterns (space separated) for files to be treated as Large Files</source> + <translation type="unfinished">Introducir patrones de archivo (separados por espacios) para que los archivos sean tratados como Archivos Grandes</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="257"/> + <source>Enter file patterns for large files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="264"/> + <source>User Cache:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="280"/> + <source>Enter the name of the user cache directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="304"/> + <source>Network</source> + <translation type="unfinished">Red</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="322"/> + <source>Proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="328"/> + <source>Host:</source> + <translation type="unfinished">Host:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="335"/> + <source>Enter the network proxy host name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="338"/> + <source>Enter Proxy Hostname</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="345"/> + <source>User:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="352"/> + <source>Enter the user name for the network proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="355"/> + <source>Enter Proxy Username</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="362"/> + <source>Password:</source> + <translation type="unfinished">Contraseña:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="369"/> + <source>Enter the password for the network proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="375"/> + <source>Enter Proxy Password</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="382"/> + <source>Bypass:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="389"/> + <source>Enter the names of hosts bypassing the network proxy sparated by comma</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="395"/> + <source>Enter hosts bypassing the proxy separated by comma</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="405"/> + <source>Host Fingerprints</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="424"/> + <source>Host</source> + <translation type="unfinished">Host</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="429"/> + <source>Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="439"/> + <source>Add a host fingerprint entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="446"/> + <source>Delete a host fingerprint entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="453"/> + <source>Edit a host fingerprint entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="482"/> + <source>Open the user configuration file in a text editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="485"/> + <source>Open configuration file in editor</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>HgUserConfigHostFingerprintDialog</name> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="14"/> + <source>Host Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="23"/> + <source>Host:</source> + <translation type="unfinished">Host:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="30"/> + <source>Enter the host name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="33"/> + <source>Enter Hostname</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="40"/> + <source>Fingerprint:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="47"/> + <source>Enter the host fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="50"/> + <source>Enter Fingerprint</source> + <translation type="unfinished"></translation> </message> </context> <context> @@ -38770,220 +39101,220 @@ <message> <location filename="../Project/Project.py" line="166"/> <source>Ruby Files (*.rb);;</source> - <translation>Archivos Ruby (*.rb);;</translation> - </message> - <message> - <location filename="../Project/Project.py" line="247"/> + <translation type="obsolete">Archivos Ruby (*.rb);;</translation> + </message> + <message> + <location filename="../Project/Project.py" line="261"/> <source>Console</source> <translation>Consola</translation> </message> <message> - <location filename="../Project/Project.py" line="248"/> + <location filename="../Project/Project.py" line="262"/> <source>Other</source> <translation>Otro</translation> </message> <message> - <location filename="../Project/Project.py" line="701"/> + <location filename="../Project/Project.py" line="715"/> <source>Read project file</source> <translation>Leer archivo de proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="801"/> + <location filename="../Project/Project.py" line="815"/> <source>Save project file</source> <translation>Guardar proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="837"/> + <location filename="../Project/Project.py" line="851"/> <source>Read user project properties</source> <translation>Leer las propiedades de proyecto del usuario</translation> </message> <message> - <location filename="../Project/Project.py" line="861"/> + <location filename="../Project/Project.py" line="875"/> <source>Save user project properties</source> <translation>Guardar propiedades de proyecto del usuario</translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="933"/> <source>Read project session</source> <translation>Leer sesion de proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="1141"/> - <source>Please save the project first.</source> - <translation>Por favor guarde primero el proyecto.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="955"/> - <source>Save project session</source> - <translation>Guardar sesion de proyecto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="984"/> - <source>Delete project session</source> - <translation>Borrar sesion de proyecto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1018"/> - <source>Read tasks</source> - <translation>Leer tareas</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1038"/> - <source>Save tasks</source> - <translation>Guardar Tareas</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1095"/> - <source>Read debugger properties</source> - <translation>Leer propiedades del depurador</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1129"/> - <source>Save debugger properties</source> - <translation>Guardar propiedades del depurador</translation> - </message> - <message> <location filename="../Project/Project.py" line="1155"/> + <source>Please save the project first.</source> + <translation>Por favor guarde primero el proyecto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="969"/> + <source>Save project session</source> + <translation>Guardar sesion de proyecto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="998"/> + <source>Delete project session</source> + <translation>Borrar sesion de proyecto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1032"/> + <source>Read tasks</source> + <translation>Leer tareas</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1052"/> + <source>Save tasks</source> + <translation>Guardar Tareas</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1109"/> + <source>Read debugger properties</source> + <translation>Leer propiedades del depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1143"/> + <source>Save debugger properties</source> + <translation>Guardar propiedades del depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1169"/> <source>Delete debugger properties</source> <translation>Borrar propiedades del depurador</translation> </message> <message> - <location filename="../Project/Project.py" line="1263"/> + <location filename="../Project/Project.py" line="1277"/> <source>Add Language</source> <translation>Añadir lenguaje</translation> </message> <message> - <location filename="../Project/Project.py" line="1385"/> + <location filename="../Project/Project.py" line="1399"/> <source>Delete translation</source> <translation>Borrar traducción</translation> </message> <message> - <location filename="../Project/Project.py" line="1536"/> + <location filename="../Project/Project.py" line="1550"/> <source>Add file</source> <translation>Agregar archivo</translation> </message> <message> - <location filename="../Project/Project.py" line="1653"/> + <location filename="../Project/Project.py" line="1667"/> <source>The target directory must not be empty.</source> <translation>El directorio de destino no puede estar vacío.</translation> </message> <message> - <location filename="../Project/Project.py" line="1664"/> + <location filename="../Project/Project.py" line="1678"/> <source>Add directory</source> <translation>Añadir directorio</translation> </message> <message> - <location filename="../Project/Project.py" line="1567"/> + <location filename="../Project/Project.py" line="1581"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>El directorio de origen no contiene archivos que pertenezcan a la categoría seleccionada.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1664"/> + <location filename="../Project/Project.py" line="1678"/> <source>The source directory must not be empty.</source> <translation>El directorio de origen no puede estar vacío.</translation> </message> <message> - <location filename="../Project/Project.py" line="1788"/> + <location filename="../Project/Project.py" line="1802"/> <source>Rename file</source> <translation>Renombrar archivo</translation> </message> <message> - <location filename="../Project/Project.py" line="1812"/> + <location filename="../Project/Project.py" line="1826"/> <source>Rename File</source> <translation>Renombrar Archivo</translation> </message> <message> - <location filename="../Project/Project.py" line="2048"/> + <location filename="../Project/Project.py" line="2062"/> <source>Delete file</source> <translation>Borrar archivo</translation> </message> <message> - <location filename="../Project/Project.py" line="2077"/> + <location filename="../Project/Project.py" line="2091"/> <source>Delete directory</source> <translation>Borrar directorio</translation> </message> <message> - <location filename="../Project/Project.py" line="2159"/> + <location filename="../Project/Project.py" line="2173"/> <source>Create project directory</source> <translation>Crear directorio de proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2697"/> <source>New Project</source> <translation>Proyecto nuevo</translation> </message> <message> - <location filename="../Project/Project.py" line="2235"/> + <location filename="../Project/Project.py" line="2249"/> <source>Add existing files to the project?</source> <translation>¿Agregar archivos existentes al proyecto?</translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2697"/> <source>Select Version Control System</source> <translation>Seleccion el Sistema de control de versiones (VCS)</translation> </message> <message> - <location filename="../Project/Project.py" line="2354"/> + <location filename="../Project/Project.py" line="2368"/> <source>Would you like to edit the VCS command options?</source> <translation>¿Le gustaría editar las opciones de comando para VCS?</translation> </message> <message> - <location filename="../Project/Project.py" line="3443"/> - <source>New project</source> - <translation>Proyecto nuevo</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2302"/> - <source>Shall the project file be added to the repository?</source> - <translation>¿Debe añadirse el archivo de proyecto al repositorio?</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2333"/> - <source>None</source> - <translation>Ninguno</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2326"/> - <source>Select version control system for the project</source> - <translation>Seleccione el sistema de control de versiones para el proyecto</translation> - </message> - <message> <location filename="../Project/Project.py" line="3457"/> + <source>New project</source> + <translation>Proyecto nuevo</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2316"/> + <source>Shall the project file be added to the repository?</source> + <translation>¿Debe añadirse el archivo de proyecto al repositorio?</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2347"/> + <source>None</source> + <translation>Ninguno</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2340"/> + <source>Select version control system for the project</source> + <translation>Seleccione el sistema de control de versiones para el proyecto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3471"/> <source>Open project</source> <translation>Abrir proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="2819"/> + <location filename="../Project/Project.py" line="2833"/> <source>Project Files (*.e4p)</source> <translation>Archivos de proyecto (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="3494"/> + <location filename="../Project/Project.py" line="3508"/> <source>Save project as</source> <translation>Guardar proyecto como</translation> </message> <message> - <location filename="../Project/Project.py" line="2834"/> + <location filename="../Project/Project.py" line="2848"/> <source>Save File</source> <translation>Guardar archivo</translation> </message> <message> - <location filename="../Project/Project.py" line="2870"/> + <location filename="../Project/Project.py" line="2884"/> <source>Close Project</source> <translation>Cerrar Proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="2870"/> + <location filename="../Project/Project.py" line="2884"/> <source>The current project has unsaved changes.</source> <translation>El proyecto actual tiene cambios sin guardar.</translation> </message> <message> - <location filename="../Project/Project.py" line="3035"/> + <location filename="../Project/Project.py" line="3049"/> <source>Syntax errors detected</source> <translation>Se detectaron errores de sintaxis</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3035"/> + <location filename="../Project/Project.py" line="3049"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>El archivo contiene %n archivo(s) con errores de sintaxis.</numerusform> @@ -38991,577 +39322,572 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="3443"/> + <location filename="../Project/Project.py" line="3457"/> <source>&New...</source> <translation>&Nuevo...</translation> </message> <message> - <location filename="../Project/Project.py" line="3448"/> - <source>Generate a new project</source> - <translation>Generar un nuevo proyecto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3449"/> - <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> - <translation><b>Nuevo...</b><p>Abre un diálogo para introducir la información para un nuevo proyecto.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3457"/> - <source>&Open...</source> - <translation>&Abrir...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3462"/> - <source>Open an existing project</source> - <translation>Abrir un proyecto existente</translation> + <source>Generate a new project</source> + <translation>Generar un nuevo proyecto</translation> </message> <message> <location filename="../Project/Project.py" line="3463"/> + <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> + <translation><b>Nuevo...</b><p>Abre un diálogo para introducir la información para un nuevo proyecto.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3471"/> + <source>&Open...</source> + <translation>&Abrir...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3476"/> + <source>Open an existing project</source> + <translation>Abrir un proyecto existente</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3477"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Abrir...</b><p>Abre un proyecto existente..</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3470"/> + <location filename="../Project/Project.py" line="3484"/> <source>Close project</source> <translation>Cerrar proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="3470"/> + <location filename="../Project/Project.py" line="3484"/> <source>&Close</source> <translation>&Cerrar</translation> </message> <message> - <location filename="../Project/Project.py" line="3474"/> + <location filename="../Project/Project.py" line="3488"/> <source>Close the current project</source> <translation>Cierra el proyecto actual</translation> </message> <message> - <location filename="../Project/Project.py" line="3475"/> + <location filename="../Project/Project.py" line="3489"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Cerrar</b><p>Cierra el proyecto actualt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3482"/> + <location filename="../Project/Project.py" line="3496"/> <source>Save project</source> <translation>Guardar proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="3673"/> + <location filename="../Project/Project.py" line="3687"/> <source>&Save</source> <translation>&Guardar</translation> </message> <message> - <location filename="../Project/Project.py" line="3486"/> - <source>Save the current project</source> - <translation>Guarda el proyecto actual</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3487"/> - <source><b>Save</b><p>This saves the current project.</p></source> - <translation><b>Guardar</b><p>Guarda el proyecto actual.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3494"/> - <source>Save &as...</source> - <translation>Guardar co&mo...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3498"/> - <source>Save the current project to a new file</source> - <translation>Guardar el proyecto actual en un nuevo archivo</translation> - </message> - <message> <location filename="../Project/Project.py" line="3500"/> - <source><b>Save as</b><p>This saves the current project to a new file.</p></source> - <translation><b>Guardar como</b><p>Guarda el proyecto en otro archivo.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3509"/> - <source>Add files to project</source> - <translation>Agregar archivos al proyecto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3509"/> - <source>Add &files...</source> - <translation>&Agregar archivos...</translation> + <source>Save the current project</source> + <translation>Guarda el proyecto actual</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3501"/> + <source><b>Save</b><p>This saves the current project.</p></source> + <translation><b>Guardar</b><p>Guarda el proyecto actual.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3508"/> + <source>Save &as...</source> + <translation>Guardar co&mo...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3512"/> + <source>Save the current project to a new file</source> + <translation>Guardar el proyecto actual en un nuevo archivo</translation> </message> <message> <location filename="../Project/Project.py" line="3514"/> + <source><b>Save as</b><p>This saves the current project to a new file.</p></source> + <translation><b>Guardar como</b><p>Guarda el proyecto en otro archivo.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3523"/> + <source>Add files to project</source> + <translation>Agregar archivos al proyecto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3523"/> + <source>Add &files...</source> + <translation>&Agregar archivos...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3528"/> <source>Add files to the current project</source> <translation>Añadir archivos al proyecto actual</translation> </message> <message> - <location filename="../Project/Project.py" line="3516"/> - <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> - <translation><b>Añadir archivos...</b><p>Abre un diálogo para añadir archivos al proyecto actual. El lugar donde se van a añadir es determinado por la extensión del nombre de archivo.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3525"/> - <source>Add directory to project</source> - <translation>Agregar directorio al proyecto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3525"/> - <source>Add directory...</source> - <translation>Agregar directorio...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3530"/> + <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> + <translation><b>Añadir archivos...</b><p>Abre un diálogo para añadir archivos al proyecto actual. El lugar donde se van a añadir es determinado por la extensión del nombre de archivo.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3539"/> + <source>Add directory to project</source> + <translation>Agregar directorio al proyecto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3539"/> + <source>Add directory...</source> + <translation>Agregar directorio...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3544"/> <source>Add a directory to the current project</source> <translation>Agregar directorio al proyecto actual</translation> </message> <message> - <location filename="../Project/Project.py" line="3532"/> + <location filename="../Project/Project.py" line="3546"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>Añadir directorio...</b><p>Abre un diálogo para añadir un directorio al proyecto actual.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3540"/> + <location filename="../Project/Project.py" line="3554"/> <source>Add translation to project</source> <translation>Añadir traducción al proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="3540"/> + <location filename="../Project/Project.py" line="3554"/> <source>Add &translation...</source> <translation>Añadir &Traducción...</translation> </message> <message> - <location filename="../Project/Project.py" line="3545"/> - <source>Add a translation to the current project</source> - <translation>Añadir una traducción al proyecto actual</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3547"/> - <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> - <translation><b>Añadir traducción...</b><p>Abre un diálogo para añadir una traducción al proyecto actual.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3555"/> - <source>Search new files</source> - <translation>Buscar archivos nuevos</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3555"/> - <source>Searc&h new files...</source> - <translation>Bus&car archivos nuevos...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3559"/> - <source>Search new files in the project directory.</source> - <translation>Bucar nuevos archivos en el directorio de proyecto.</translation> + <source>Add a translation to the current project</source> + <translation>Añadir una traducción al proyecto actual</translation> </message> <message> <location filename="../Project/Project.py" line="3561"/> + <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> + <translation><b>Añadir traducción...</b><p>Abre un diálogo para añadir una traducción al proyecto actual.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3569"/> + <source>Search new files</source> + <translation>Buscar archivos nuevos</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3569"/> + <source>Searc&h new files...</source> + <translation>Bus&car archivos nuevos...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3573"/> + <source>Search new files in the project directory.</source> + <translation>Bucar nuevos archivos en el directorio de proyecto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3575"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> <translation><b>Buscar nuevos archivos...</b><p>Busca nuevos archivos (fuentes, *.ui, *.idl) en el directorio del proyecto y en los subdirectorios registrados.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3584"/> + <location filename="../Project/Project.py" line="3598"/> <source>Project properties</source> <translation>Propiedades del proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="3584"/> + <location filename="../Project/Project.py" line="3598"/> <source>&Properties...</source> <translation>&Propiedades...</translation> </message> <message> - <location filename="../Project/Project.py" line="3589"/> + <location filename="../Project/Project.py" line="3603"/> <source>Show the project properties</source> <translation>Ver las propiedades del proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="3590"/> - <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> - <translation><b>Propiedades...</b><p>Muestra un diálogo para editar las propiedades del proyecto.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3597"/> - <source>User project properties</source> - <translation>Propiedades del usuario del proyecto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3597"/> - <source>&User Properties...</source> - <translation>Propiedades del &Usuario...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3602"/> - <source>Show the user specific project properties</source> - <translation>Muestra propiedades del proyecto específicas del usuario</translation> - </message> - <message> <location filename="../Project/Project.py" line="3604"/> - <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> - <translation><b>Propiedades del Usuario...</b><p>Abre un diálogo par editar las propiedades del proyecto específicas del usuario.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3612"/> - <source>Filetype Associations</source> - <translation>Asociación de tipos de archivo</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3612"/> - <source>Filetype Associations...</source> - <translation>Asociación de tipos de archivo...</translation> + <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> + <translation><b>Propiedades...</b><p>Muestra un diálogo para editar las propiedades del proyecto.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3611"/> + <source>User project properties</source> + <translation>Propiedades del usuario del proyecto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3611"/> + <source>&User Properties...</source> + <translation>Propiedades del &Usuario...</translation> </message> <message> <location filename="../Project/Project.py" line="3616"/> - <source>Show the project filetype associations</source> - <translation>Ver las asociaciones del proyecto</translation> + <source>Show the user specific project properties</source> + <translation>Muestra propiedades del proyecto específicas del usuario</translation> </message> <message> <location filename="../Project/Project.py" line="3618"/> + <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> + <translation><b>Propiedades del Usuario...</b><p>Abre un diálogo par editar las propiedades del proyecto específicas del usuario.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3626"/> + <source>Filetype Associations</source> + <translation>Asociación de tipos de archivo</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3626"/> + <source>Filetype Associations...</source> + <translation>Asociación de tipos de archivo...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3630"/> + <source>Show the project filetype associations</source> + <translation>Ver las asociaciones del proyecto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3632"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation><b>Asociaciones de Tipo de Archivo...</b><p>Muestra un diálogo para editar las asociaciones de los tipos de archivos del proyecto. Estas asociaciones determinan el tipo (fuente, formulario, interfaz u otras) con un patrón de nombres de archivo. Se usan cuando se añade un archivo al proyecto y cuando se realiza una búsqueda de nuevos archivos.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3648"/> + <location filename="../Project/Project.py" line="3662"/> <source>Debugger Properties</source> <translation>Propiedades del depurador</translation> </message> <message> - <location filename="../Project/Project.py" line="3648"/> + <location filename="../Project/Project.py" line="3662"/> <source>Debugger &Properties...</source> <translation>&Propiedades del depurador...</translation> </message> <message> - <location filename="../Project/Project.py" line="3652"/> - <source>Show the debugger properties</source> - <translation>Muestra las propiedades del depurador</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3653"/> - <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> - <translation><b>Propiedades del Depurador...</b><p>Abre un diálogo par editar las propiedades del depurador específicas del proyecto.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3661"/> - <source>Load</source> - <translation>Cargar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3661"/> - <source>&Load</source> - <translation>&Cargar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3665"/> - <source>Load the debugger properties</source> - <translation>Cargar las propiedades del depurador</translation> - </message> - <message> <location filename="../Project/Project.py" line="3666"/> + <source>Show the debugger properties</source> + <translation>Muestra las propiedades del depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3667"/> + <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> + <translation><b>Propiedades del Depurador...</b><p>Abre un diálogo par editar las propiedades del depurador específicas del proyecto.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3675"/> + <source>Load</source> + <translation>Cargar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3675"/> + <source>&Load</source> + <translation>&Cargar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3679"/> + <source>Load the debugger properties</source> + <translation>Cargar las propiedades del depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3680"/> <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> <translation><b>Cargar Propiedades del Depurador</b><p>Carga las opciones de configuración del depurador específicas del proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3673"/> + <location filename="../Project/Project.py" line="3687"/> <source>Save</source> <translation>Guardar</translation> </message> <message> - <location filename="../Project/Project.py" line="3677"/> + <location filename="../Project/Project.py" line="3691"/> <source>Save the debugger properties</source> <translation>Guardar propiedades del depurador</translation> </message> <message> - <location filename="../Project/Project.py" line="3678"/> + <location filename="../Project/Project.py" line="3692"/> <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> <translation><b>Guardar Propiedades del Depurador</b><p>Guarda las opciones de configuración del depurador específicas del proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3685"/> + <location filename="../Project/Project.py" line="3699"/> <source>Delete</source> <translation>Borrar</translation> </message> <message> - <location filename="../Project/Project.py" line="3685"/> + <location filename="../Project/Project.py" line="3699"/> <source>&Delete</source> <translation>&Borrar</translation> </message> <message> - <location filename="../Project/Project.py" line="3689"/> - <source>Delete the debugger properties</source> - <translation>Borrar las propiedades del depurador</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3690"/> - <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> - <translation><b>Borrar Propiedades del Depurador</b><p>Borra el archivo que contiene las opciones de configuración del depurador específicas del proyecto.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3698"/> - <source>Reset</source> - <translation>Reiniciar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3698"/> - <source>&Reset</source> - <translation>&Reiniciar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3702"/> - <source>Reset the debugger properties</source> - <translation>Restablecer las propiedades del depurador</translation> - </message> - <message> <location filename="../Project/Project.py" line="3703"/> - <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> - <translation><b>Restablecer Propiedades del Depurador</b><p>Restablece las opciones de configuración del depurador específicas del proyecto.</p></translation> + <source>Delete the debugger properties</source> + <translation>Borrar las propiedades del depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3704"/> + <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> + <translation><b>Borrar Propiedades del Depurador</b><p>Borra el archivo que contiene las opciones de configuración del depurador específicas del proyecto.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3712"/> + <source>Reset</source> + <translation>Reiniciar</translation> </message> <message> <location filename="../Project/Project.py" line="3712"/> - <source>Load session</source> - <translation>Cargar sesión</translation> + <source>&Reset</source> + <translation>&Reiniciar</translation> </message> <message> <location filename="../Project/Project.py" line="3716"/> - <source>Load the projects session file.</source> - <translation>Cargar archivo de sesión de proyectos.</translation> + <source>Reset the debugger properties</source> + <translation>Restablecer las propiedades del depurador</translation> </message> <message> <location filename="../Project/Project.py" line="3717"/> - <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> - <translation><b>Cargar sesión</b><p>Carga el archivo de sesión de proyecto. La sesión consiste en los datos siguientes.<br>- todos los archivos de fuentes abiertos<br>- todos los puntos de interrupción<br>- todos los argumentos de línea de comandos<br>- el directorio de trabajo<br>- el flag de reporte de excepciones</p></translation> + <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> + <translation><b>Restablecer Propiedades del Depurador</b><p>Restablece las opciones de configuración del depurador específicas del proyecto.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3726"/> + <source>Load session</source> + <translation>Cargar sesión</translation> </message> <message> <location filename="../Project/Project.py" line="3730"/> + <source>Load the projects session file.</source> + <translation>Cargar archivo de sesión de proyectos.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3731"/> + <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation><b>Cargar sesión</b><p>Carga el archivo de sesión de proyecto. La sesión consiste en los datos siguientes.<br>- todos los archivos de fuentes abiertos<br>- todos los puntos de interrupción<br>- todos los argumentos de línea de comandos<br>- el directorio de trabajo<br>- el flag de reporte de excepciones</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3744"/> <source>Save session</source> <translation>Guardar sesión</translation> </message> <message> - <location filename="../Project/Project.py" line="3734"/> - <source>Save the projects session file.</source> - <translation>Guardar archivos de sessión de proyecto.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3735"/> - <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> - <translation><b>Guardar sesión</b><p>Guarda el archivo de sesión de proyecto. La sesión consiste en los datos siguientes.<br>- todos los archivos de fuentes abiertos<br>- todos los puntos de interrupción<br>- todos los argumentos de línea de comandos<br>- el directorio de trabajo<br>- el flag de reporte de excepciones</p></translation> - </message> - <message> <location filename="../Project/Project.py" line="3748"/> - <source>Delete session</source> - <translation>Borrar sesión</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3752"/> - <source>Delete the projects session file.</source> - <translation>Borrar el archivo de sesión de proyecto.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3753"/> - <source><b>Delete session</b><p>This deletes the projects session file</p></source> - <translation><b>Borrar sesión</b><p>Borra el archivo de sesión del proyecto</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3762"/> - <source>Code Metrics</source> - <translation>Métricas de código</translation> + <source>Save the projects session file.</source> + <translation>Guardar archivos de sessión de proyecto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3749"/> + <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation><b>Guardar sesión</b><p>Guarda el archivo de sesión de proyecto. La sesión consiste en los datos siguientes.<br>- todos los archivos de fuentes abiertos<br>- todos los puntos de interrupción<br>- todos los argumentos de línea de comandos<br>- el directorio de trabajo<br>- el flag de reporte de excepciones</p></translation> </message> <message> <location filename="../Project/Project.py" line="3762"/> - <source>&Code Metrics...</source> - <translation>Métricas de &código...</translation> + <source>Delete session</source> + <translation>Borrar sesión</translation> </message> <message> <location filename="../Project/Project.py" line="3766"/> - <source>Show some code metrics for the project.</source> - <translation>Muestra algunas métricas del código para este proyecto.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3768"/> - <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> - <translation><b>Métricas de Código...</b><p>Muestra algunas métricas de código para todos los archivos Python en el proyecto.</p></translation> + <source>Delete the projects session file.</source> + <translation>Borrar el archivo de sesión de proyecto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3767"/> + <source><b>Delete session</b><p>This deletes the projects session file</p></source> + <translation><b>Borrar sesión</b><p>Borra el archivo de sesión del proyecto</p></translation> </message> <message> <location filename="../Project/Project.py" line="3776"/> - <source>Python Code Coverage</source> - <translation>Cobertura de Código Python</translation> + <source>Code Metrics</source> + <translation>Métricas de código</translation> </message> <message> <location filename="../Project/Project.py" line="3776"/> - <source>Code Co&verage...</source> - <translation>Co&bertura de código...</translation> + <source>&Code Metrics...</source> + <translation>Métricas de &código...</translation> </message> <message> <location filename="../Project/Project.py" line="3780"/> - <source>Show code coverage information for the project.</source> - <translation>Muestra información de cobertura de código para el proyecto.</translation> + <source>Show some code metrics for the project.</source> + <translation>Muestra algunas métricas del código para este proyecto.</translation> </message> <message> <location filename="../Project/Project.py" line="3782"/> - <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> - <translation><b>Cobertura de Código...</b><p>Muestra la información de cobertura de código para todos los archivos Python en el proyecto.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4568"/> - <source>Profile Data</source> - <translation>Datos de perfil</translation> + <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> + <translation><b>Métricas de Código...</b><p>Muestra algunas métricas de código para todos los archivos Python en el proyecto.</p></translation> </message> <message> <location filename="../Project/Project.py" line="3790"/> - <source>&Profile Data...</source> - <translation>Datos de &pefil...</translation> + <source>Python Code Coverage</source> + <translation>Cobertura de Código Python</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3790"/> + <source>Code Co&verage...</source> + <translation>Co&bertura de código...</translation> </message> <message> <location filename="../Project/Project.py" line="3794"/> - <source>Show profiling data for the project.</source> - <translation>Mostrar datos de profiling para el proyecto.</translation> + <source>Show code coverage information for the project.</source> + <translation>Muestra información de cobertura de código para el proyecto.</translation> </message> <message> <location filename="../Project/Project.py" line="3796"/> + <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> + <translation><b>Cobertura de Código...</b><p>Muestra la información de cobertura de código para todos los archivos Python en el proyecto.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4582"/> + <source>Profile Data</source> + <translation>Datos de perfil</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3804"/> + <source>&Profile Data...</source> + <translation>Datos de &pefil...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3808"/> + <source>Show profiling data for the project.</source> + <translation>Mostrar datos de profiling para el proyecto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3810"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>Datos de Profiling...</b><p>Muestra datos de profiling para el proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4622"/> + <location filename="../Project/Project.py" line="4636"/> <source>Application Diagram</source> <translation>Diagrama de Aplicación</translation> </message> <message> - <location filename="../Project/Project.py" line="3805"/> + <location filename="../Project/Project.py" line="3819"/> <source>&Application Diagram...</source> <translation>Diagrama de &Aplicación...</translation> </message> <message> - <location filename="../Project/Project.py" line="3809"/> + <location filename="../Project/Project.py" line="3823"/> <source>Show a diagram of the project.</source> <translation>Mostrar diagrama del proyecto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3811"/> + <location filename="../Project/Project.py" line="3825"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Diagrama de Aplicación...</b><p>Muestra un diagrama del proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4780"/> + <location filename="../Project/Project.py" line="4794"/> <source>Create Package List</source> <translation>Crear Lista del Paquete</translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> - <source>Create &Package List</source> - <translation>Crear Lista del &Paquete</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5027"/> - <source>Create Plugin Archive</source> - <translation>Crear Archivo de Plugin</translation> - </message> - <message> <location filename="../Project/Project.py" line="3848"/> - <source>Create Plugin &Archive</source> - <translation type="obsolete">Crear &Archivo de Plugin</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3904"/> - <source>&Project</source> - <translation>&Proyecto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3905"/> - <source>Open &Recent Projects</source> - <translation>Abrir Proyectos &Recientes</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3906"/> - <source>&Version Control</source> - <translation>Control de &Versiones</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3910"/> - <source>Chec&k</source> - <translation>Veri&ficar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3912"/> - <source>Sho&w</source> - <translation>V&er</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3913"/> - <source>&Diagrams</source> - <translation>&Diagramas</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3914"/> - <source>Session</source> - <translation>Sesión</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3915"/> - <source>Source &Documentation</source> - <translation>Origen de &Documentación </translation> - </message> - <message> - <location filename="../Project/Project.py" line="3917"/> - <source>Debugger</source> - <translation>Depurador</translation> + <source>Create &Package List</source> + <translation type="unfinished">Crear &Archivo de Plugin</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5041"/> + <source>Create Plugin Archive</source> + <translation>Crear Archivo de Plugin</translation> </message> <message> <location filename="../Project/Project.py" line="3918"/> + <source>&Project</source> + <translation>&Proyecto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3919"/> + <source>Open &Recent Projects</source> + <translation>Abrir Proyectos &Recientes</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3920"/> + <source>&Version Control</source> + <translation>Control de &Versiones</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3924"/> + <source>Chec&k</source> + <translation>Veri&ficar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3926"/> + <source>Sho&w</source> + <translation>V&er</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3927"/> + <source>&Diagrams</source> + <translation>&Diagramas</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3928"/> + <source>Session</source> + <translation>Sesión</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3929"/> + <source>Source &Documentation</source> + <translation>Origen de &Documentación </translation> + </message> + <message> + <location filename="../Project/Project.py" line="3931"/> + <source>Debugger</source> + <translation>Depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3932"/> <source>Pac&kagers</source> <translation>Empa&quetadores</translation> </message> <message> - <location filename="../Project/Project.py" line="4026"/> + <location filename="../Project/Project.py" line="4040"/> <source>Project</source> <translation>Proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="4092"/> + <location filename="../Project/Project.py" line="4106"/> <source>&Clear</source> <translation>&Borrar</translation> </message> <message> - <location filename="../Project/Project.py" line="4231"/> + <location filename="../Project/Project.py" line="4245"/> <source>Search New Files</source> <translation>Buscar nuevos archivos</translation> </message> <message> - <location filename="../Project/Project.py" line="4231"/> + <location filename="../Project/Project.py" line="4245"/> <source>There were no new files found to be added.</source> <translation>No se han encontrado nuevos archivos para ser añadidos.</translation> </message> <message> - <location filename="../Project/Project.py" line="4377"/> + <location filename="../Project/Project.py" line="4391"/> <source>Version Control System</source> <translation>Sistema de control de versiones</translation> </message> <message> - <location filename="../Project/Project.py" line="4495"/> + <location filename="../Project/Project.py" line="4509"/> <source>Coverage Data</source> <translation>Datos de Cobertura</translation> </message> <message> - <location filename="../Project/Project.py" line="4545"/> + <location filename="../Project/Project.py" line="4559"/> <source>There is no main script defined for the current project. Aborting</source> <translation>No hay script principal definido para el proyecto actual. Abortando</translation> </message> <message> - <location filename="../Project/Project.py" line="4518"/> + <location filename="../Project/Project.py" line="4532"/> <source>Code Coverage</source> <translation>Cobertura de codigo</translation> </message> <message> - <location filename="../Project/Project.py" line="4518"/> + <location filename="../Project/Project.py" line="4532"/> <source>Please select a coverage file</source> <translation>Por favor seleccione un archivo de cobertura</translation> </message> <message> - <location filename="../Project/Project.py" line="4568"/> + <location filename="../Project/Project.py" line="4582"/> <source>Please select a profile file</source> <translation>Por favor seleccione un archivo de profiling</translation> </message> <message> - <location filename="../Project/Project.py" line="4622"/> + <location filename="../Project/Project.py" line="4636"/> <source>Include module names?</source> <translation>¿Incluir nombres de módulos?</translation> </message> <message> - <location filename="../Project/Project.py" line="4740"/> + <location filename="../Project/Project.py" line="4754"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>El archivo <b>PKGLIST</b> ya existe.</p><p>¿Desea sobreescribirlo?</p></translation> </message> @@ -39571,67 +39897,62 @@ <translation type="obsolete"><p>El archivo <b>PKGLIST</b> no existe. Abortando...</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4799"/> + <location filename="../Project/Project.py" line="4813"/> <source>The project does not have a main script defined. Aborting...</source> <translation>No hay script principal definido para el proyecto actual. Abortando...</translation> </message> <message> - <location filename="../Project/Project.py" line="346"/> + <location filename="../Project/Project.py" line="360"/> <source>Registering Project Type</source> <translation>Registrando Tipo de Proyecto</translation> </message> <message> <location filename="../Project/Project.py" line="3864"/> - <source>Create Plugin Archive (Snapshot)</source> - <translation type="obsolete">Crear un Archivo de Plugin (Snapshot)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3864"/> - <source>Create Plugin Archive (&Snapshot)</source> - <translation type="obsolete">Crear un Archivo de Plugin (&Snapshot)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1263"/> + <source>Create Plugin &Archives</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1277"/> <source>You have to specify a translation pattern first.</source> <translation>Debe especificar primero un patrón de traducción.</translation> </message> <message> - <location filename="../Project/Project.py" line="2432"/> + <location filename="../Project/Project.py" line="2446"/> <source>Translation Pattern</source> <translation>Patrón de Traducción</translation> </message> <message> - <location filename="../Project/Project.py" line="2432"/> + <location filename="../Project/Project.py" line="2446"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Introduzca el patrón de ruta para los archivos de traducción (use '%language%' in lugar del código de idioma):</translation> </message> <message> - <location filename="../Project/Project.py" line="3630"/> + <location filename="../Project/Project.py" line="3644"/> <source>Lexer Associations</source> <translation>Asociaciones de Analizador Léxico</translation> </message> <message> - <location filename="../Project/Project.py" line="3630"/> + <location filename="../Project/Project.py" line="3644"/> <source>Lexer Associations...</source> <translation>Asociaciones de Analizador Léxico...</translation> </message> <message> - <location filename="../Project/Project.py" line="3634"/> + <location filename="../Project/Project.py" line="3648"/> <source>Show the project lexer associations (overriding defaults)</source> <translation>Ver las asociaciones de analizador léxico del proyecto (sobreescribiendo valores por defecto)</translation> </message> <message> - <location filename="../Project/Project.py" line="3636"/> + <location filename="../Project/Project.py" line="3650"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation><b>Asociaciones de Analizador Léxico ...</b><p>Muestra un diálogo para editar las asociaciones de analizador léxico del proyecto. Estas asociaciones sobreescriben las asociaciones de analizador léxico globales. Los analizadores léxicos se utilizan para resaltar el texto en el editor.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="262"/> + <location filename="../Project/Project.py" line="276"/> <source>PySide GUI</source> <translation>GUI de PySide</translation> </message> <message> - <location filename="../Project/Project.py" line="263"/> + <location filename="../Project/Project.py" line="277"/> <source>PySide Console</source> <translation>Consola PySide</translation> </message> @@ -39641,107 +39962,107 @@ <translation>Archivos Python3 (*.py *.py3);;Archivos de GUI Python3 (*.pyw *.pyw3);;</translation> </message> <message> - <location filename="../Project/Project.py" line="701"/> + <location filename="../Project/Project.py" line="715"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de proyecto <b>{0}</b> no ha podido ser leído.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="801"/> + <location filename="../Project/Project.py" line="815"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de proyecto <b>{0}</b> no ha podido ser guardado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="837"/> + <location filename="../Project/Project.py" line="851"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de propiedades de proyecto específicas del usuario <b>{0}</b> no ha podido ser leído.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="861"/> + <location filename="../Project/Project.py" line="875"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de propiedades de proyecto específicas del usuario <b>{0}</b> no ha podido ser guardado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="933"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de sesión de proyecto <b>{0}</b> no ha podido leerse.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="955"/> + <location filename="../Project/Project.py" line="969"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de sesión de proyecto <b>{0}</b> no ha podido guardarse.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="984"/> + <location filename="../Project/Project.py" line="998"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation><p>El archivo de sesión de proyecto <b>{0}</b> no ha podido borrarse.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1018"/> + <location filename="../Project/Project.py" line="1032"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de tareas <b>{0}</b> no puede leerse.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1038"/> + <location filename="../Project/Project.py" line="1052"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de tareas <b>{0}</b> no pudo ser guardado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1095"/> + <location filename="../Project/Project.py" line="1109"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de propiedades del depurador del proyecto <b>{0}</b> no ha podido leerse.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1129"/> + <location filename="../Project/Project.py" line="1143"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de propiedades del depurador del proyecto <b>{0}</b> no pudo ser guardado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1155"/> + <location filename="../Project/Project.py" line="1169"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation><p>El archivo de propiedades del depurador del proyecto <b>{0}</b> no pudo ser borrado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1385"/> + <location filename="../Project/Project.py" line="1399"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> <translation><p>El archivo de traducción seleccionado <b>{0}</b> no ha podido ser borrado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1598"/> + <location filename="../Project/Project.py" line="1612"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>El archivo <b>{0}</b> ya existe.</p><p>¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2834"/> + <location filename="../Project/Project.py" line="2848"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>El archivo <b>{0}</b> ya existe.</p><p>¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1812"/> + <location filename="../Project/Project.py" line="1826"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation><p>El archivo <b>{0}</b> no puede ser renombrado.<br />Causa: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2048"/> + <location filename="../Project/Project.py" line="2062"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> <translation><p>El archivo seleccionado <b>{0}</b> no ha podido borrarse.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2077"/> + <location filename="../Project/Project.py" line="2091"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> <translation><p>El directorio seleccionado <b>{0}</b> no ha podido borrarse.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2159"/> + <location filename="../Project/Project.py" line="2173"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation><p>El directorio de proyecto <b>{0}</b> no pudo ser creado.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4377"/> + <location filename="../Project/Project.py" line="4391"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation><p>El VCS seleccionado <b>{0}</b> no ha sido encontrado.<br>Deshabilitando control de versiones.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4780"/> + <location filename="../Project/Project.py" line="4794"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation><p>El archivo <b>PKGLIST</b> no puede ser creado.</p><p>Causa: {0}</p></translation> </message> @@ -39751,22 +40072,22 @@ <translation type="obsolete"><p>El archivo <b>PKGLIST</b> no puede ser leido.</p><p>Causa: {0}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4911"/> + <location filename="../Project/Project.py" line="4925"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation><p>El fichero<b>{0}</b> no ha podido ser almacenado en el archivo. Va a ser ignorado.</p><p>Causa: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4985"/> + <location filename="../Project/Project.py" line="4999"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>El archivo de plugin<b>{0}</b> no puede ser leido.</p><p>Causa: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1524"/> + <location filename="../Project/Project.py" line="1538"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation><p>El archivo seleccionado <b>{0}</b> no ha podido se añadido a <b>{1}</b>.</p><p>Razón: {2}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1580"/> + <location filename="../Project/Project.py" line="1594"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>El directorio de destino <b>{0}</b> no ha podido ser creado.</p><p>Razón: {1}</p></translation> </message> @@ -39776,102 +40097,92 @@ <translation>Archivos Python2(*.py2);;Archivos de GUI Python2 (*.pyw2);;</translation> </message> <message> - <location filename="../Project/Project.py" line="2222"/> + <location filename="../Project/Project.py" line="2236"/> <source>Create main script</source> <translation>Crear script principal</translation> </message> <message> - <location filename="../Project/Project.py" line="2222"/> + <location filename="../Project/Project.py" line="2236"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation><p>El script principal <b>{0}</b> no se ha podido crear.<br/>Razón: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3819"/> + <location filename="../Project/Project.py" line="3833"/> <source>Load Diagram</source> <translation>Cargar Diagrama</translation> </message> <message> - <location filename="../Project/Project.py" line="3819"/> + <location filename="../Project/Project.py" line="3833"/> <source>&Load Diagram...</source> <translation>&Cargar Diagrama...</translation> </message> <message> - <location filename="../Project/Project.py" line="3823"/> + <location filename="../Project/Project.py" line="3837"/> <source>Load a diagram from file.</source> <translation>CArgar diagrama desde archivo.</translation> </message> <message> - <location filename="../Project/Project.py" line="3825"/> - <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> - <translation><b>Cargar Diagrama...</b><p>Carga un diagrama desde un archivo.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="323"/> - <source><p>The Programming Language <b>{0}</b> is not supported.</p></source> - <translation><p>El Lenguaje de Programación <b>{0}</b> no está soportado.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="346"/> - <source><p>The Project type <b>{0}</b> is already registered.</p></source> - <translation><p>El Tipo de Proyecto <b>{0}</b> ya está registrado.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="334"/> - <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> - <translation><p>El tipo de Proyecto <b>{0}</b> ya está registrado con el Lenguaje de Programación <b>{1}</b>.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="244"/> - <source>PyQt5 GUI</source> - <translation>GUI PyQt5</translation> - </message> - <message> - <location filename="../Project/Project.py" line="245"/> - <source>PyQt5 Console</source> - <translation>Consola PyQt5</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4365"/> - <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> - <translation><p>El VCS seleccionado <b>{0}</b> no ha sido encontrado.<br>Revirtiendo sobreescritura.</p><p>{1}</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5027"/> - <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> - <translation><p>El archivo de plugin<b>{0}</b> no puede ser leido.</p><p>Causa: {1}</p></translation> - </message> - <message> <location filename="../Project/Project.py" line="3839"/> - <source>Create an initial PKGLIST file for an eric6 plugin.</source> - <translation>Crear un archivo inicial PKGLIST para un plugin para eric6.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3841"/> - <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> - <translation><b>Crear Lista del Paquete</b><p>Crea una lista inicial de archivos a incluir en un archivo para plugin de eric6. Esta lista se crea a partir del archivo de proyecto.</p></translation> + <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> + <translation><b>Cargar Diagrama...</b><p>Carga un diagrama desde un archivo.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="337"/> + <source><p>The Programming Language <b>{0}</b> is not supported.</p></source> + <translation><p>El Lenguaje de Programación <b>{0}</b> no está soportado.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="360"/> + <source><p>The Project type <b>{0}</b> is already registered.</p></source> + <translation><p>El Tipo de Proyecto <b>{0}</b> ya está registrado.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="348"/> + <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> + <translation><p>El tipo de Proyecto <b>{0}</b> ya está registrado con el Lenguaje de Programación <b>{1}</b>.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="258"/> + <source>PyQt5 GUI</source> + <translation>GUI PyQt5</translation> + </message> + <message> + <location filename="../Project/Project.py" line="259"/> + <source>PyQt5 Console</source> + <translation>Consola PyQt5</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4379"/> + <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> + <translation><p>El VCS seleccionado <b>{0}</b> no ha sido encontrado.<br>Revirtiendo sobreescritura.</p><p>{1}</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5041"/> + <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> + <translation><p>El archivo de plugin<b>{0}</b> no puede ser leido.</p><p>Causa: {1}</p></translation> </message> <message> <location filename="../Project/Project.py" line="3853"/> - <source>Create an eric6 plugin archive file.</source> - <translation type="obsolete">Crear un archivo de plugin para eric6.</translation> + <source>Create an initial PKGLIST file for an eric6 plugin.</source> + <translation type="unfinished">Crear un archivo de plugin para eric6.</translation> </message> <message> <location filename="../Project/Project.py" line="3855"/> - <source><b>Create Plugin Archive</b><p>This creates an eric6 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name.</p></source> - <translation type="obsolete"><b>Crear Archivo de Plugin</b><p>Crea un archivo de plugin para eric6 utilizando la lista de archivos dada en el archivo PKGLIST. El nombre de archivo se determina a partir del nombr del script principal.</p></translation> + <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> + <translation type="unfinished"><b>Crear Archivo de Plugin</b><p>Crea un archivo de plugin para eric6 utilizando la lista de archivos dada en el archivo PKGLIST. El nombre de archivo se determina a partir del nombr del script principal.</p></translation> </message> <message> <location filename="../Project/Project.py" line="3869"/> - <source>Create an eric6 plugin archive file (snapshot release).</source> - <translation type="obsolete">Crear un archivo de plugin de eric6 (snapshot release).</translation> + <source>Create eric6 plugin archive files.</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3871"/> - <source><b>Create Plugin Archive (Snapshot)</b><p>This creates an eric6 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name. The version entry of the main script is modified to reflect a snapshot release.</p></source> - <translation type="obsolete"><b>Crear un archivo de plugin (Snapshot)</b><p>Crea un archivo de plugin utilizando la lista de archivos proporcionada en el archivo PKGLIST. El nombre del archivo se determina por el nombre del script principal. La entrada para la versión del script proncipal se modifica para reflejar una versión snapshot.</p> </translation> - </message> - <message> - <location filename="../Project/Project.py" line="4881"/> + <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4895"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>El archivo de plugin de eric6 <b>{0}</b> no ha podido ser creado. Abortando...</p><p>Razón: {1}</p></translation> </message> @@ -39881,113 +40192,98 @@ <translation type="obsolete"><p>El archivo de plugin de eric6 <b>{0}</b> se ha creado satisfactoriamente.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="242"/> + <location filename="../Project/Project.py" line="256"/> <source>PyQt4 GUI</source> <translation>GUI PyQt4</translation> </message> <message> - <location filename="../Project/Project.py" line="243"/> + <location filename="../Project/Project.py" line="257"/> <source>PyQt4 Console</source> <translation>Consola PyQt4</translation> </message> <message> - <location filename="../Project/Project.py" line="246"/> + <location filename="../Project/Project.py" line="260"/> <source>Eric6 Plugin</source> <translation>Eric6 Plugin</translation> </message> <message> - <location filename="../Project/Project.py" line="2653"/> + <location filename="../Project/Project.py" line="2667"/> <source>Create project management directory</source> <translation>Crear directorio de gestión del proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="2653"/> + <location filename="../Project/Project.py" line="2667"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation><p>El directorio del proyecto <b>{0}</b> no se puede escribir.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3569"/> + <location filename="../Project/Project.py" line="3583"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation>Alt+Ctrl+P</translation> </message> <message> - <location filename="../Project/Project.py" line="3575"/> + <location filename="../Project/Project.py" line="3589"/> <source>Search for a file in the project list of files.</source> <translation>Bucar un archivo en el listado de archivos del proyecto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3577"/> + <location filename="../Project/Project.py" line="3591"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation><b>Buscar Archivo en el Proyecto</b><p>Busca un archivo en el listado de archivos del proyecto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3569"/> + <location filename="../Project/Project.py" line="3583"/> <source>Search Project File</source> <translation>Buscar Archivo en Proyecto</translation> </message> <message> - <location filename="../Project/Project.py" line="3569"/> + <location filename="../Project/Project.py" line="3583"/> <source>Search Project File...</source> <translation>Buscar Archivo en Proyecto...</translation> </message> <message> - <location filename="../Project/Project.py" line="4834"/> + <location filename="../Project/Project.py" line="4848"/> <source>Create Plugin Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3850"/> - <source>Create Plugin &Archives</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3855"/> - <source>Create eric6 plugin archive files.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3857"/> - <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3867"/> + <location filename="../Project/Project.py" line="3881"/> <source>Create Plugin Archives (Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3867"/> + <location filename="../Project/Project.py" line="3881"/> <source>Create Plugin Archives (&Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3872"/> + <location filename="../Project/Project.py" line="3886"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3874"/> + <location filename="../Project/Project.py" line="3888"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4813"/> + <location filename="../Project/Project.py" line="4827"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4830"/> + <location filename="../Project/Project.py" line="4844"/> <source>Creating plugin archives...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4830"/> + <location filename="../Project/Project.py" line="4844"/> <source>Abort</source> <translation type="unfinished">Abortar</translation> </message> <message> - <location filename="../Project/Project.py" line="4830"/> + <location filename="../Project/Project.py" line="4844"/> <source>%v/%m Archives</source> <translation type="unfinished"></translation> </message> @@ -39997,22 +40293,22 @@ <translation type="obsolete">Cobertura</translation> </message> <message> - <location filename="../Project/Project.py" line="4847"/> + <location filename="../Project/Project.py" line="4861"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"><p>El archivo<b>{0}</b> no puede ser leído.<br />Causa: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4930"/> + <location filename="../Project/Project.py" line="4944"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4933"/> + <location filename="../Project/Project.py" line="4947"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4823"/> + <location filename="../Project/Project.py" line="4837"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> @@ -50220,17 +50516,17 @@ <translation>El certificado ha reclamado nombres de DNS que están en conflicto con restricciones de nombres.</translation> </message> <message> - <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="87"/> + <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="88"/> <source>No error description available.</source> <translation>No hay una descripción disponible para el error.</translation> </message> <message> - <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="118"/> + <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="119"/> <source>Remove Selected</source> <translation>Eliminar Seleccionados</translation> </message> <message> - <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="123"/> + <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="124"/> <source>Remove All</source> <translation>Eliminar Todos</translation> </message> @@ -70324,17 +70620,17 @@ <context> <name>mercurial</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2159"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2158"/> <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Etiquetas</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2169"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2168"/> <source><tr><td><b>Branches</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Branches</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2178"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2177"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr> @@ -70345,31 +70641,31 @@ </table></p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2151"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2150"/> <source><tr><td><b>Tip</b></td><td></td></tr> </source> <translation><tr><td><b>Pista</b></td><td></td></tr> </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2153"/> <source><tr><td><b>Changeset</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Changeset</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2174"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2173"/> <source><tr><td><b>Parents</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Padres</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1477"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1476"/> <source><tr><td><b>Parent #{0}</b></td><td></td></tr> <tr><td><b>Changeset</b></td><td>{1}</td></tr></source> <translation><tr><td><b>Padre #{0}</b></td><td></td></tr> <tr><td><b>Changeset</b></td><td>{1}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1497"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1496"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr></source> @@ -70378,12 +70674,12 @@ <tr><td><b>Hora de commit</b></td><td>{2}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2164"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2163"/> <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Marcadores</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1535"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1534"/> <source><h3>Repository information</h3> <p><table> <tr><td><b>Mercurial V.</b></td><td>{0}</td></tr> @@ -70400,14 +70696,14 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2141"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2140"/> <source><tr><td><b>Head #{0}</b></td><td></td></tr> </source> <translation><tr><td><b>Head #{0}</b></td><td></td></tr> </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2146"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2145"/> <source><tr><td><b>Parent #{0}</b></td><td></td></tr> </source> <translation><tr><td><b>Parent #{0}</b></td><td></td></tr>
--- a/i18n/eric6_fr.ts Fri Oct 21 23:14:16 2016 +0200 +++ b/i18n/eric6_fr.ts Sat Oct 22 17:09:08 2016 +0200 @@ -6515,7 +6515,7 @@ <context> <name>DebuggerInterfacePython2</name> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="348"/> <source>Start Debugger</source> <translation type="unfinished">Démarrage du débogueur</translation> </message> @@ -6525,37 +6525,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="348"/> <source><p>The debugger backend could not be started.</p></source> <translation type="unfinished"><p>Impossible de lancer le débogueur en arrière-plan.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="815"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="811"/> <source>Parent Process</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="816"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="812"/> <source>Child process</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="813"/> <source>Client forking</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="813"/> <source>Select the fork branch to follow.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="858"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="858"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{0}</p></source> <translation type="unfinished"></translation> </message> @@ -6563,32 +6563,32 @@ <context> <name>DebuggerInterfacePython3</name> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="348"/> <source>Start Debugger</source> <translation type="unfinished">Démarrage du débogueur</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="348"/> <source><p>The debugger backend could not be started.</p></source> <translation type="unfinished"><p>Impossible de lancer le débogueur en arrière-plan.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="815"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="811"/> <source>Parent Process</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="816"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="812"/> <source>Child process</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="813"/> <source>Client forking</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="813"/> <source>Select the fork branch to follow.</source> <translation type="unfinished"></translation> </message> @@ -6598,12 +6598,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="858"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="858"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{0}</p></source> <translation type="unfinished"></translation> </message> @@ -6629,7 +6629,7 @@ <translation type="obsolete">Sélection d'un interpréteur pour le Débogueur Client</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.py" line="117"/> + <location filename="../Project/DebuggerPropertiesDialog.py" line="111"/> <source>All Files (*)</source> <translation>Tous fichiers (*)</translation> </message> @@ -6852,7 +6852,7 @@ <translation type="unfinished">Type de client débug</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="98"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="68"/> <source>Enter the path of the Debug Client to be used. Leave empty to use the default.</source> <translation type="unfinished"></translation> </message> @@ -6862,57 +6862,57 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="62"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="75"/> <source>Select the standard debug client</source> <translation type="unfinished">Sélectionner le client debug standard</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="65"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="78"/> <source>Standard</source> <translation type="unfinished">Standard</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="82"/> - <source>Select the custom selected debug client</source> - <translation type="unfinished">Sélectionne un client debug personnalisé</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="85"/> + <source>Select the custom selected debug client</source> + <translation type="unfinished">Sélectionne un client debug personnalisé</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="88"/> <source>Custom</source> <translation type="unfinished">Personnalisé</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="72"/> <source>Select the multi threaded debug client</source> - <translation type="unfinished">Selectionne le client debug multi threaded </translation> + <translation type="obsolete">Selectionne le client debug multi threaded </translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="75"/> <source>Multi Threaded</source> - <translation type="unfinished">Multi Threaded</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="108"/> + <translation type="obsolete">Multi Threaded</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="98"/> <source>Source association</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="114"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="104"/> <source>Enter the file extensions to be associated with the Python3 debugger separated by a space. They must not overlap with the ones for Python2.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="123"/> + <source>Redirect stdin/stdout/stderr</source> + <translation type="unfinished">Redirection stdin/stdout/stderr</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="130"/> + <source>Select to not set the debug client encoding</source> + <translation type="unfinished">Cocher pour ne pas spécifiier l'encodage du débogueur</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="133"/> - <source>Redirect stdin/stdout/stderr</source> - <translation type="unfinished">Redirection stdin/stdout/stderr</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="140"/> - <source>Select to not set the debug client encoding</source> - <translation type="unfinished">Cocher pour ne pas spécifiier l'encodage du débogueur</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="143"/> <source>Don't set the encoding of the debug client</source> <translation type="unfinished">Ne pas spécifier d'encodage pour le débogueur</translation> </message> @@ -6932,7 +6932,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="130"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="120"/> <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> <translation type="unfinished">Cocher pour rediriger stdin, stdout et stderr du programme débogué dans l'IDE eric4 {5 ?} {6 ?}</translation> </message> @@ -6955,7 +6955,7 @@ <translation>Type de client débug</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="98"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="68"/> <source>Enter the path of the Debug Client to be used. Leave empty to use the default.</source> <translation>Entrer le chemin du client débug à utiliser. Laisser vide pour utiliser le client par défaut.</translation> </message> @@ -6965,47 +6965,47 @@ <translation>Cliquer pour sélectionner un client débug avec une boite de sélection</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="62"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="75"/> <source>Select the standard debug client</source> <translation>Sélectionner le client debug standard</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="65"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="78"/> <source>Standard</source> <translation>Standard</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="82"/> - <source>Select the custom selected debug client</source> - <translation>Sélectionne un client debug personnalisé</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="85"/> + <source>Select the custom selected debug client</source> + <translation>Sélectionne un client debug personnalisé</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="88"/> <source>Custom</source> <translation>Personnalisé</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="72"/> <source>Select the multi threaded debug client</source> - <translation>Selectionne le client debug multi threaded </translation> + <translation type="obsolete">Selectionne le client debug multi threaded </translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="75"/> <source>Multi Threaded</source> - <translation>Multi Threaded</translation> + <translation type="obsolete">Multi Threaded</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="123"/> + <source>Redirect stdin/stdout/stderr</source> + <translation>Redirection stdin/stdout/stderr</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="130"/> + <source>Select to not set the debug client encoding</source> + <translation>Cocher pour ne pas spécifiier l'encodage du débogueur</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="133"/> - <source>Redirect stdin/stdout/stderr</source> - <translation>Redirection stdin/stdout/stderr</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="140"/> - <source>Select to not set the debug client encoding</source> - <translation>Cocher pour ne pas spécifiier l'encodage du débogueur</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="143"/> <source>Don't set the encoding of the debug client</source> <translation>Ne pas spécifier d'encodage pour le débogueur</translation> </message> @@ -7025,12 +7025,12 @@ <translation><b>Configuration du débogueur Python</b></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="108"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="98"/> <source>Source association</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="114"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="104"/> <source>Enter the file extensions to be associated with the Python2 debugger separated by a space. They must not overlap with the ones for Python3.</source> <translation type="unfinished"></translation> </message> @@ -7045,7 +7045,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="130"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="120"/> <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> <translation type="unfinished">Cocher pour rediriger stdin, stdout et stderr du programme débogué dans l'IDE eric4 {5 ?} {6 ?}</translation> </message> @@ -17690,22 +17690,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="194"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="202"/> <source>Open Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="195"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="203"/> <source>Open Link in New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="196"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="204"/> <source>Open Link in Background Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="198"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="206"/> <source>Open Link in New Window</source> <translation type="unfinished"></translation> </message> @@ -17794,22 +17794,22 @@ <context> <name>HelpSearchWidget</name> <message> + <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="144"/> + <source>Open Link</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="145"/> - <source>Open Link</source> + <source>Open Link in New Tab</source> <translation type="unfinished"></translation> </message> <message> <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="146"/> - <source>Open Link in New Tab</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="147"/> <source>Open Link in Background Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="149"/> + <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="148"/> <source>Open Link in New Window</source> <translation type="unfinished"></translation> </message> @@ -17990,22 +17990,22 @@ <context> <name>HelpTocWidget</name> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="162"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="158"/> <source>Open Link</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="163"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="159"/> <source>Open Link in New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="164"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="160"/> <source>Open Link in Background Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="166"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="162"/> <source>Open Link in New Window</source> <translation type="unfinished"></translation> </message> @@ -21880,437 +21880,437 @@ <context> <name>Hg</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="282"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="281"/> <source>The hg process finished with the exit code {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1873"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1872"/> <source>The hg process did not finish within 30s.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="289"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="288"/> <source>Could not start the hg executable.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="317"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="316"/> <source>Create project repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="317"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="316"/> <source>The project repository could not be created.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="346"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="345"/> <source>Creating Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="362"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="361"/> <source>Initial commit to Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="410"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="409"/> <source>Cloning project from a Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="660"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="659"/> <source>Synchronizing with the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="710"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="709"/> <source>Adding files/directories to the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="780"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="779"/> <source>Removing files/directories from the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="842"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="841"/> <source>Renaming {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1063"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1062"/> <source>Reverting changes</source> <translation type="unfinished">Revenir avant les modifications</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1108"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1107"/> <source>Merging</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1410"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1409"/> <source>Mercurial command</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1630"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1629"/> <source>Copying {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2031"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2030"/> <source>Pulling from a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2085"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2084"/> <source>Pushing to a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2293"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2292"/> <source>Creating branch in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2446"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2412"/> <source>Verifying the integrity of the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2471"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2437"/> <source>Showing the combined configuration settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2495"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2461"/> <source>Showing aliases for remote repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2519"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2485"/> <source>Recovering from interrupted transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2741"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2707"/> <source>Shall the working directory be updated?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2322"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2321"/> <source>Showing current branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2672"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2638"/> <source>Create changegroup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2753"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2719"/> <source>Apply changegroups</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2771"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2737"/> <source>Bisect subcommand ({0}) invalid.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2801"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2767"/> <source>Mercurial Bisect ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2693"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2659"/> <source>Preview changegroup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2543"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2509"/> <source>Identifying project directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2581"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2547"/> <source>Create .hgignore file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2581"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2547"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2799"/> + <source>Removing files from the Mercurial repository only</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2595"/> + <source>Mercurial Changegroup Files (*.hg)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2699"/> + <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2853"/> + <source>Backing out changeset</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2833"/> - <source>Removing files from the Mercurial repository only</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2629"/> - <source>Mercurial Changegroup Files (*.hg)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2733"/> - <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2887"/> - <source>Backing out changeset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2867"/> <source>No revision given. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2646"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2612"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2914"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2880"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2907"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2873"/> <source>Are you sure you want to rollback the last transaction?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="573"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="572"/> <source>Committing changes to Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3548"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3514"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3403"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3369"/> <source><p>The Mercurial Command Server could not be restarted.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3548"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3514"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2982"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2948"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3029"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2995"/> <source>Export Patches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3076"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3042"/> <source>Change Phase</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3129"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3095"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3155"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3121"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3272"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3238"/> <source>Add Sub-repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3305"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3271"/> <source><p>The sub-repositories file .hgsub could not be read.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3253"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3219"/> <source><p>The sub-repositories file .hgsub already contains an entry <b>{0}</b>. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3324"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3290"/> <source><p>The sub-repositories file .hgsub could not be written to.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3324"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3290"/> <source>Remove Sub-repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3293"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3259"/> <source><p>The sub-repositories file .hgsub does not exist. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="506"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="505"/> <source>Commit Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="506"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="505"/> <source>The commit affects files, that have unsaved changes. Shall the commit be continued?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1057"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1056"/> <source>Revert changes</source> <translation type="unfinished">Revenir avant les modifications</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1048"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1047"/> <source>Do you really want to revert all changes to these files or directories?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1057"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1056"/> <source>Do you really want to revert all changes of the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3190"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3156"/> <source>Create Unversioned Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1943"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1942"/> <source>Mercurial Side-by-Side Difference</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1943"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1942"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1876"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1875"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished">Impossible de lancer le processus {0}. Assurez-vous qu'il est bien dans le chemin de recherche.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1007"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1006"/> <source>Tagging in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2300"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2299"/> <source>Created new branch <{0}>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1184"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1183"/> <source>Current branch tip</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2260"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2259"/> <source>Cancelling uncommitted merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3658"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3624"/> <source>Mercurial Bookmark</source> <translation type="unfinished">Signet Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3676"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3642"/> <source>Delete Bookmark</source> <translation type="unfinished">Supprimer le signet</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3676"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3642"/> <source>Select the bookmark to be deleted:</source> <translation type="unfinished">Selectionner le signet à supprimer:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3687"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3653"/> <source>Delete Mercurial Bookmark</source> <translation type="unfinished">Supprimer le signet Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3715"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3681"/> <source>Rename Mercurial Bookmark</source> <translation type="unfinished">Renommer le signet Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3748"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3714"/> <source>Move Mercurial Bookmark</source> <translation type="unfinished">Déplacer le signet Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3840"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3806"/> <source>Pull Bookmark</source> <translation type="unfinished">Récuperer le signet</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3840"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3806"/> <source>Select the bookmark to be pulled:</source> <translation type="unfinished">Sélectionner le signet à récuperer:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3851"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3817"/> <source>Pulling bookmark from a remote Mercurial repository</source> <translation type="unfinished">Récupérant le signet d'un dépôt Mercurial distant</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3880"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3846"/> <source>Push Bookmark</source> <translation type="unfinished">Envoyer signet</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3880"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3846"/> <source>Select the bookmark to be push:</source> <translation type="unfinished">Sélectionner le signet à envoyer:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3891"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3857"/> <source>Pushing bookmark to a remote Mercurial repository</source> <translation type="unfinished">À envoyer le signet à un dépôt Mercurial distant</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1153"/> <source>Re-Merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1145"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1144"/> <source>Do you really want to re-merge these files or directories?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1153"/> <source>Do you really want to re-merge the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1159"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1158"/> <source>Re-Merging</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2231"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2230"/> <source>Marking as 'unresolved'</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2233"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2232"/> <source>Marking as 'resolved'</source> <translation type="unfinished"></translation> </message> @@ -23484,27 +23484,27 @@ <translation type="unfinished">Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="55"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="54"/> <source>&Refresh</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="57"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="56"/> <source>Press to refresh the list of conflicts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="157"/> <source>Process Generation Error</source> <translation type="unfinished">Erreur du processus</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="157"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished">Impossible de lancer le processus {0}. Assurez-vous qu'il est bien dans le chemin de recherche.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="249"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="248"/> <source>Unknown Status</source> <translation type="unfinished"></translation> </message> @@ -29081,146 +29081,337 @@ </context> <context> <name>HgUserConfigDataDialog</name> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="14"/> +</context> +<context> + <name>HgUserConfigDialog</name> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="349"/> + <source>Delete Host Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="349"/> + <source><p>Shall the fingerprint for host <b>{0}</b> really be deleted?</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="404"/> + <source>Edit User Configuration</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="404"/> + <source>You will loose all changes made in this dialog. Shall the data be saved first?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="14"/> <source>Mercurial User Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="23"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="27"/> + <source>User</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="45"/> <source>User Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="29"/> - <source>First Name:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="36"/> - <source>Enter the first name</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="43"/> - <source>Last Name:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="50"/> - <source>Enter the last name</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="57"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="51"/> + <source>Name:</source> + <translation type="unfinished">Nom:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="58"/> + <source>Enter the user name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="61"/> + <source>Enter your name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="68"/> <source>Email:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="64"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="75"/> <source>Enter the email address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="74"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="78"/> + <source>Enter your email address</source> + <translation type="unfinished">Entrer votre adresse mail</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="120"/> <source>Extensions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="80"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="126"/> <source>Select to activate the fetch extension</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="83"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="129"/> <source>Fetch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="90"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="136"/> <source>Select to activate the GPG extension</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="93"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="139"/> <source>GPG</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="110"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="146"/> + <source>Select to activate the largefiles extension</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="202"/> + <source>Large Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="156"/> <source>Select to activate the Purge extension</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="159"/> <source>Purge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="120"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="166"/> <source>Select to activate the queues extension</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="123"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="169"/> <source>Queues</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="133"/> - <source>Rebase</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="130"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="176"/> <source>Select to activate the rebase extension</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="140"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="179"/> + <source>Rebase</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="186"/> <source>Select to activate the shelve extension</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="143"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="189"/> <source>Shelve</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="100"/> - <source>Select to activate the largefiles extension</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="156"/> - <source>Large Files</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="162"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="208"/> <source>Minimum file size:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="169"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="215"/> <source>Enter the minimum file size in MB for files to be treated as Large Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="175"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="221"/> <source> MB</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="201"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="247"/> <source>Patterns:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="208"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="254"/> <source>Enter file patterns (space separated) for files to be treated as Large Files</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="257"/> + <source>Enter file patterns for large files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="264"/> + <source>User Cache:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="280"/> + <source>Enter the name of the user cache directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="304"/> + <source>Network</source> + <translation type="unfinished">Réseau</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="322"/> + <source>Proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="328"/> + <source>Host:</source> + <translation type="unfinished">Hôte:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="335"/> + <source>Enter the network proxy host name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="338"/> + <source>Enter Proxy Hostname</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="345"/> + <source>User:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="352"/> + <source>Enter the user name for the network proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="355"/> + <source>Enter Proxy Username</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="362"/> + <source>Password:</source> + <translation type="unfinished">Mot de passe:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="369"/> + <source>Enter the password for the network proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="375"/> + <source>Enter Proxy Password</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="382"/> + <source>Bypass:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="389"/> + <source>Enter the names of hosts bypassing the network proxy sparated by comma</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="395"/> + <source>Enter hosts bypassing the proxy separated by comma</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="405"/> + <source>Host Fingerprints</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="424"/> + <source>Host</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="429"/> + <source>Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="439"/> + <source>Add a host fingerprint entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="446"/> + <source>Delete a host fingerprint entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="453"/> + <source>Edit a host fingerprint entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="482"/> + <source>Open the user configuration file in a text editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="485"/> + <source>Open configuration file in editor</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>HgUserConfigHostFingerprintDialog</name> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="14"/> + <source>Host Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="23"/> + <source>Host:</source> + <translation type="unfinished">Hôte:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="30"/> + <source>Enter the host name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="33"/> + <source>Enter Hostname</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="40"/> + <source>Fingerprint:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="47"/> + <source>Enter the host fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="50"/> + <source>Enter Fingerprint</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HistoryDialog</name> @@ -39328,757 +39519,757 @@ <context> <name>Project</name> <message> - <location filename="../Project/Project.py" line="701"/> + <location filename="../Project/Project.py" line="715"/> <source>Read project file</source> <translation>Lire un fichier projet</translation> </message> <message> - <location filename="../Project/Project.py" line="801"/> + <location filename="../Project/Project.py" line="815"/> <source>Save project file</source> <translation>Enregistrer le fichier projet</translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="933"/> <source>Read project session</source> <translation>Lire la session du projet</translation> </message> <message> - <location filename="../Project/Project.py" line="1141"/> + <location filename="../Project/Project.py" line="1155"/> <source>Please save the project first.</source> <translation>Prière d'enregistrer votre projet d'abord.</translation> </message> <message> - <location filename="../Project/Project.py" line="955"/> + <location filename="../Project/Project.py" line="969"/> <source>Save project session</source> <translation>Enregistrer la session</translation> </message> <message> - <location filename="../Project/Project.py" line="1263"/> + <location filename="../Project/Project.py" line="1277"/> <source>Add Language</source> <translation>Ajouter une langue</translation> </message> <message> - <location filename="../Project/Project.py" line="1385"/> + <location filename="../Project/Project.py" line="1399"/> <source>Delete translation</source> <translation>Supprimer la traduction</translation> </message> <message> - <location filename="../Project/Project.py" line="1536"/> + <location filename="../Project/Project.py" line="1550"/> <source>Add file</source> <translation>Ajouter un fichier</translation> </message> <message> - <location filename="../Project/Project.py" line="1653"/> + <location filename="../Project/Project.py" line="1667"/> <source>The target directory must not be empty.</source> <translation>Le répertoire cible ne doit pas être vide.</translation> </message> <message> - <location filename="../Project/Project.py" line="1664"/> + <location filename="../Project/Project.py" line="1678"/> <source>Add directory</source> <translation>Ajouter un répertoire</translation> </message> <message> - <location filename="../Project/Project.py" line="1664"/> + <location filename="../Project/Project.py" line="1678"/> <source>The source directory must not be empty.</source> <translation>Le répertoire source ne doit pas être vide.</translation> </message> <message> - <location filename="../Project/Project.py" line="2048"/> + <location filename="../Project/Project.py" line="2062"/> <source>Delete file</source> <translation>Suppression de fichier</translation> </message> <message> - <location filename="../Project/Project.py" line="2159"/> + <location filename="../Project/Project.py" line="2173"/> <source>Create project directory</source> <translation>Création d'un répertoire projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3443"/> - <source>New project</source> - <translation>Nouveau projet</translation> - </message> - <message> <location filename="../Project/Project.py" line="3457"/> + <source>New project</source> + <translation>Nouveau projet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3471"/> <source>Open project</source> <translation>Ouvir un projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3494"/> + <location filename="../Project/Project.py" line="3508"/> <source>Save project as</source> <translation>Enregistrer le projet sous</translation> </message> <message> - <location filename="../Project/Project.py" line="2834"/> + <location filename="../Project/Project.py" line="2848"/> <source>Save File</source> <translation>Enregistrer Fichier</translation> </message> <message> - <location filename="../Project/Project.py" line="2870"/> + <location filename="../Project/Project.py" line="2884"/> <source>Close Project</source> <translation>Fermer le projet</translation> </message> <message> - <location filename="../Project/Project.py" line="2870"/> + <location filename="../Project/Project.py" line="2884"/> <source>The current project has unsaved changes.</source> <translation>Le projet courant a des modifications non enregistrées.</translation> </message> <message> - <location filename="../Project/Project.py" line="3673"/> + <location filename="../Project/Project.py" line="3687"/> <source>&Save</source> <translation>&Enregistrer</translation> </message> <message> - <location filename="../Project/Project.py" line="3443"/> - <source>&New...</source> - <translation>&Nouveau...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3448"/> - <source>Generate a new project</source> - <translation>Génerer un nouveau projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3449"/> - <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> - <translation><b>Nouveau...</b><p>Ouvre une boite de dialogue pour entrer les paramètres d'un nouveau projet.</p></translation> - </message> - <message> <location filename="../Project/Project.py" line="3457"/> - <source>&Open...</source> - <translation>&Ouvrir...</translation> + <source>&New...</source> + <translation>&Nouveau...</translation> </message> <message> <location filename="../Project/Project.py" line="3462"/> - <source>Open an existing project</source> - <translation>Ouvrir un projet existant</translation> + <source>Generate a new project</source> + <translation>Génerer un nouveau projet</translation> </message> <message> <location filename="../Project/Project.py" line="3463"/> + <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> + <translation><b>Nouveau...</b><p>Ouvre une boite de dialogue pour entrer les paramètres d'un nouveau projet.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3471"/> + <source>&Open...</source> + <translation>&Ouvrir...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3476"/> + <source>Open an existing project</source> + <translation>Ouvrir un projet existant</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3477"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Ouvrir...</b><p>Ouvre un projet existant.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3470"/> + <location filename="../Project/Project.py" line="3484"/> <source>Close project</source> <translation>Fermer le projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3470"/> + <location filename="../Project/Project.py" line="3484"/> <source>&Close</source> <translation>&Fermer</translation> </message> <message> - <location filename="../Project/Project.py" line="3474"/> + <location filename="../Project/Project.py" line="3488"/> <source>Close the current project</source> <translation>Fermer le projet en cours</translation> </message> <message> - <location filename="../Project/Project.py" line="3475"/> + <location filename="../Project/Project.py" line="3489"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Fermer</b><p>Ferme le projet en cours.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3482"/> + <location filename="../Project/Project.py" line="3496"/> <source>Save project</source> <translation>Enregistrer le projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3486"/> - <source>Save the current project</source> - <translation>Enregistre le projet courant</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3487"/> - <source><b>Save</b><p>This saves the current project.</p></source> - <translation><b>Enregistrer</b><p>Enregistre le projet en cours.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3494"/> - <source>Save &as...</source> - <translation>&Enregistrer sous...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3498"/> - <source>Save the current project to a new file</source> - <translation>Enregistre le projet en cours dans un nouveau fichier</translation> - </message> - <message> <location filename="../Project/Project.py" line="3500"/> + <source>Save the current project</source> + <translation>Enregistre le projet courant</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3501"/> + <source><b>Save</b><p>This saves the current project.</p></source> + <translation><b>Enregistrer</b><p>Enregistre le projet en cours.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3508"/> + <source>Save &as...</source> + <translation>&Enregistrer sous...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3512"/> + <source>Save the current project to a new file</source> + <translation>Enregistre le projet en cours dans un nouveau fichier</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3514"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation><b>Enregistrer sous</b><p>Enregistre le projet en cours dans un nouveau fichier.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3540"/> + <location filename="../Project/Project.py" line="3554"/> <source>Add translation to project</source> <translation>Ajouter une traduction au projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3540"/> + <location filename="../Project/Project.py" line="3554"/> <source>Add &translation...</source> <translation>Ajouter une &traduction...</translation> </message> <message> - <location filename="../Project/Project.py" line="3545"/> - <source>Add a translation to the current project</source> - <translation>Ajoute une traduction au projet en cours</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3547"/> - <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> - <translation><b>Ajouter une traduction...</b><p>Ouvre une boite de dialogue pour ajouter une traduction au projet courant.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3555"/> - <source>Search new files</source> - <translation>Rechercher des nouveaux fichiers</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3555"/> - <source>Searc&h new files...</source> - <translation>Re&chercher des nouveaux fichiers...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3559"/> + <source>Add a translation to the current project</source> + <translation>Ajoute une traduction au projet en cours</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3561"/> + <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> + <translation><b>Ajouter une traduction...</b><p>Ouvre une boite de dialogue pour ajouter une traduction au projet courant.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3569"/> + <source>Search new files</source> + <translation>Rechercher des nouveaux fichiers</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3569"/> + <source>Searc&h new files...</source> + <translation>Re&chercher des nouveaux fichiers...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3573"/> <source>Search new files in the project directory.</source> <translation>Recherche des nouveaux fichiers dans le répertoire du projet.</translation> </message> <message> - <location filename="../Project/Project.py" line="3584"/> + <location filename="../Project/Project.py" line="3598"/> <source>Project properties</source> <translation>Propriétés du projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3584"/> + <location filename="../Project/Project.py" line="3598"/> <source>&Properties...</source> <translation>&Propriétés...</translation> </message> <message> - <location filename="../Project/Project.py" line="3589"/> + <location filename="../Project/Project.py" line="3603"/> <source>Show the project properties</source> <translation>Affiche les propriétés du projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3590"/> + <location filename="../Project/Project.py" line="3604"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation><b>Propriétés...</b><p>Affiche une boite de dialogue pour éditer les propriétés du projet.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3712"/> + <location filename="../Project/Project.py" line="3726"/> <source>Load session</source> <translation>Charger la session</translation> </message> <message> - <location filename="../Project/Project.py" line="3716"/> - <source>Load the projects session file.</source> - <translation>Charge le fichier de session du projet.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3717"/> - <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> - <translation><b>Charger la session</b><p>Charge le fichier session du projet. Une session est constituée par les données suivantes.<br>- tous les fichiers open source<br>- tous les points d'arrêts<br>- les arguments de ligne de commande<br>- le répertoire de travail<br>- le flag de rapport d'exception</p></translation> - </message> - <message> <location filename="../Project/Project.py" line="3730"/> + <source>Load the projects session file.</source> + <translation>Charge le fichier de session du projet.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3731"/> + <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation><b>Charger la session</b><p>Charge le fichier session du projet. Une session est constituée par les données suivantes.<br>- tous les fichiers open source<br>- tous les points d'arrêts<br>- les arguments de ligne de commande<br>- le répertoire de travail<br>- le flag de rapport d'exception</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3744"/> <source>Save session</source> <translation>Enregistrer la session</translation> </message> <message> - <location filename="../Project/Project.py" line="3734"/> + <location filename="../Project/Project.py" line="3748"/> <source>Save the projects session file.</source> <translation>Enregistre le fichier de session du projet.</translation> </message> <message> - <location filename="../Project/Project.py" line="3735"/> + <location filename="../Project/Project.py" line="3749"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Enregistrer la session</b><p>Enregistrer le fichier session du projet. Une session est constituée par les données suivantes.<br>- tous les fichiers open source<br>- tous les points d'arrêts<br>- les arguments de ligne de commande<br>- le répertoire de travail<br>- le flag de rapport d'exception</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3762"/> - <source>Code Metrics</source> - <translation>Statistiques du code</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3762"/> - <source>&Code Metrics...</source> - <translation>Statistiques du &Code...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3766"/> - <source>Show some code metrics for the project.</source> - <translation>Affiche des statistiques sur le code du projet.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3768"/> - <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> - <translation><b>Statistiques du Code...</b><p>Affiche des statistiques sur le code de tous les fichiers Python du projet.</p></translation> - </message> - <message> <location filename="../Project/Project.py" line="3776"/> - <source>Python Code Coverage</source> - <translation> Code Coverage Python</translation> + <source>Code Metrics</source> + <translation>Statistiques du code</translation> </message> <message> <location filename="../Project/Project.py" line="3776"/> - <source>Code Co&verage...</source> - <translation>Code Co&verage...</translation> + <source>&Code Metrics...</source> + <translation>Statistiques du &Code...</translation> </message> <message> <location filename="../Project/Project.py" line="3780"/> - <source>Show code coverage information for the project.</source> - <translation>Affiche les informations de code coverage pour le projet.</translation> + <source>Show some code metrics for the project.</source> + <translation>Affiche des statistiques sur le code du projet.</translation> </message> <message> <location filename="../Project/Project.py" line="3782"/> - <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> - <translation><b>Code Coverage...</b><p>Affiche les informations de code coverage pour le projet.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4568"/> - <source>Profile Data</source> - <translation>Profiling des données</translation> + <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> + <translation><b>Statistiques du Code...</b><p>Affiche des statistiques sur le code de tous les fichiers Python du projet.</p></translation> </message> <message> <location filename="../Project/Project.py" line="3790"/> - <source>&Profile Data...</source> - <translation>&Profiling des données...</translation> + <source>Python Code Coverage</source> + <translation> Code Coverage Python</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3790"/> + <source>Code Co&verage...</source> + <translation>Code Co&verage...</translation> </message> <message> <location filename="../Project/Project.py" line="3794"/> - <source>Show profiling data for the project.</source> - <translation>Affiche le profiling des données du projet.</translation> + <source>Show code coverage information for the project.</source> + <translation>Affiche les informations de code coverage pour le projet.</translation> </message> <message> <location filename="../Project/Project.py" line="3796"/> + <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> + <translation><b>Code Coverage...</b><p>Affiche les informations de code coverage pour le projet.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4582"/> + <source>Profile Data</source> + <translation>Profiling des données</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3804"/> + <source>&Profile Data...</source> + <translation>&Profiling des données...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3808"/> + <source>Show profiling data for the project.</source> + <translation>Affiche le profiling des données du projet.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3810"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>Profilling des données...</b><p>Affiche le profiling des données du projet.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4622"/> + <location filename="../Project/Project.py" line="4636"/> <source>Application Diagram</source> <translation>Diagramme de l'application</translation> </message> <message> - <location filename="../Project/Project.py" line="3805"/> + <location filename="../Project/Project.py" line="3819"/> <source>&Application Diagram...</source> <translation>&Diagramme de l'application...</translation> </message> <message> - <location filename="../Project/Project.py" line="3809"/> + <location filename="../Project/Project.py" line="3823"/> <source>Show a diagram of the project.</source> <translation>Affiche le diagramme de l'application.</translation> </message> <message> - <location filename="../Project/Project.py" line="3811"/> + <location filename="../Project/Project.py" line="3825"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Diagramme de l'application...</b><p>Affiche le diagramme du projet.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3905"/> + <location filename="../Project/Project.py" line="3919"/> <source>Open &Recent Projects</source> <translation>Ouvrir un projet &récent</translation> </message> <message> - <location filename="../Project/Project.py" line="3913"/> + <location filename="../Project/Project.py" line="3927"/> <source>&Diagrams</source> <translation>&Diagrammes</translation> </message> <message> - <location filename="../Project/Project.py" line="3910"/> + <location filename="../Project/Project.py" line="3924"/> <source>Chec&k</source> <translation>&Vérification</translation> </message> <message> - <location filename="../Project/Project.py" line="3906"/> + <location filename="../Project/Project.py" line="3920"/> <source>&Version Control</source> <translation>&Contrôle de version</translation> </message> <message> - <location filename="../Project/Project.py" line="3912"/> + <location filename="../Project/Project.py" line="3926"/> <source>Sho&w</source> <translation>&Affichage</translation> </message> <message> - <location filename="../Project/Project.py" line="3915"/> + <location filename="../Project/Project.py" line="3929"/> <source>Source &Documentation</source> <translation>&Documentation automatique</translation> </message> <message> - <location filename="../Project/Project.py" line="4231"/> + <location filename="../Project/Project.py" line="4245"/> <source>Search New Files</source> <translation>Rechercher des nouveaux fichiers</translation> </message> <message> - <location filename="../Project/Project.py" line="4231"/> + <location filename="../Project/Project.py" line="4245"/> <source>There were no new files found to be added.</source> <translation>Aucun fichier à ajouter n'a été trouvé.</translation> </message> <message> - <location filename="../Project/Project.py" line="4377"/> + <location filename="../Project/Project.py" line="4391"/> <source>Version Control System</source> <translation>Système de conrôle des versions (VCS)</translation> </message> <message> - <location filename="../Project/Project.py" line="4495"/> + <location filename="../Project/Project.py" line="4509"/> <source>Coverage Data</source> <translation>Coverage de données</translation> </message> <message> - <location filename="../Project/Project.py" line="4545"/> + <location filename="../Project/Project.py" line="4559"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Il n'y a pas de script principal défini dans le projet en cours. Abandon</translation> </message> <message> - <location filename="../Project/Project.py" line="1788"/> + <location filename="../Project/Project.py" line="1802"/> <source>Rename file</source> <translation>Renommer le fichier</translation> </message> <message> - <location filename="../Project/Project.py" line="1812"/> + <location filename="../Project/Project.py" line="1826"/> <source>Rename File</source> <translation>Renommer le fichier</translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2697"/> <source>New Project</source> <translation>Nouveau projet</translation> </message> <message> - <location filename="../Project/Project.py" line="2235"/> + <location filename="../Project/Project.py" line="2249"/> <source>Add existing files to the project?</source> <translation>Ajouter des fichiers existant au projet ?</translation> </message> <message> - <location filename="../Project/Project.py" line="2354"/> + <location filename="../Project/Project.py" line="2368"/> <source>Would you like to edit the VCS command options?</source> <translation>Voulez-vous éditer les options de commande VCS ?</translation> </message> <message> - <location filename="../Project/Project.py" line="2302"/> + <location filename="../Project/Project.py" line="2316"/> <source>Shall the project file be added to the repository?</source> <translation>Le fichier projet doit-il être ajouté au référentiel?</translation> </message> <message> - <location filename="../Project/Project.py" line="2326"/> + <location filename="../Project/Project.py" line="2340"/> <source>Select version control system for the project</source> <translation>Sélectionner un système de contrôle de version (VCS) pour le projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3525"/> + <location filename="../Project/Project.py" line="3539"/> <source>Add directory to project</source> <translation>Ajouter un répertoire au projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3525"/> + <location filename="../Project/Project.py" line="3539"/> <source>Add directory...</source> <translation>Ajouter un répertoire...</translation> </message> <message> - <location filename="../Project/Project.py" line="3530"/> + <location filename="../Project/Project.py" line="3544"/> <source>Add a directory to the current project</source> <translation>Ajouter un répertoire au projet courant</translation> </message> <message> - <location filename="../Project/Project.py" line="3532"/> + <location filename="../Project/Project.py" line="3546"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>Ajouter un répertoire...</b><p>Ouvre une fenêtre pour ajouter un répertoire au projet courant.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4518"/> + <location filename="../Project/Project.py" line="4532"/> <source>Code Coverage</source> <translation>Code Coverage</translation> </message> <message> - <location filename="../Project/Project.py" line="4518"/> + <location filename="../Project/Project.py" line="4532"/> <source>Please select a coverage file</source> <translation>Sélectionner un fichier coverage</translation> </message> <message> - <location filename="../Project/Project.py" line="4568"/> + <location filename="../Project/Project.py" line="4582"/> <source>Please select a profile file</source> <translation>Sélectionner un fichier profile</translation> </message> <message> - <location filename="../Project/Project.py" line="984"/> + <location filename="../Project/Project.py" line="998"/> <source>Delete project session</source> <translation>Supprime la session de projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3748"/> + <location filename="../Project/Project.py" line="3762"/> <source>Delete session</source> <translation>Supprimer la session</translation> </message> <message> - <location filename="../Project/Project.py" line="3752"/> + <location filename="../Project/Project.py" line="3766"/> <source>Delete the projects session file.</source> <translation>Suppression du fichier session de projet.</translation> </message> <message> - <location filename="../Project/Project.py" line="3753"/> + <location filename="../Project/Project.py" line="3767"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation><b>Suppression de session</b><p>Ceci supprime le fichier session de projet.</p></translation> </message> <message> <location filename="../Project/Project.py" line="166"/> <source>Ruby Files (*.rb);;</source> - <translation>Fichiers Ruby (*.rb);;</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3561"/> + <translation type="obsolete">Fichiers Ruby (*.rb);;</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3575"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> <translation><b>Chercher des nouveaux fichiers...</b><p>Cette commande recherche des nouveaux fichiers (sources, *.ui, *.idl) dans le répertoire projet et dans les sous-répertoires enregistrés.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="247"/> + <location filename="../Project/Project.py" line="261"/> <source>Console</source> <translation>Console</translation> </message> <message> - <location filename="../Project/Project.py" line="248"/> + <location filename="../Project/Project.py" line="262"/> <source>Other</source> <translation>Autre</translation> </message> <message> - <location filename="../Project/Project.py" line="4622"/> + <location filename="../Project/Project.py" line="4636"/> <source>Include module names?</source> <translation>Inclure les noms de modules ?</translation> </message> <message> - <location filename="../Project/Project.py" line="2077"/> + <location filename="../Project/Project.py" line="2091"/> <source>Delete directory</source> <translation>Suppression répertoire</translation> </message> <message> - <location filename="../Project/Project.py" line="1018"/> + <location filename="../Project/Project.py" line="1032"/> <source>Read tasks</source> <translation>Tâches lues</translation> </message> <message> - <location filename="../Project/Project.py" line="1038"/> + <location filename="../Project/Project.py" line="1052"/> <source>Save tasks</source> <translation>Tâches enregistrées</translation> </message> <message> - <location filename="../Project/Project.py" line="1095"/> + <location filename="../Project/Project.py" line="1109"/> <source>Read debugger properties</source> <translation>Lecture des propriétés du débogueur</translation> </message> <message> - <location filename="../Project/Project.py" line="1129"/> + <location filename="../Project/Project.py" line="1143"/> <source>Save debugger properties</source> <translation>Enregistrement des propriétés du débogueur</translation> </message> <message> - <location filename="../Project/Project.py" line="1155"/> + <location filename="../Project/Project.py" line="1169"/> <source>Delete debugger properties</source> <translation>Suppression des propriétés du débogueur</translation> </message> <message> - <location filename="../Project/Project.py" line="3648"/> + <location filename="../Project/Project.py" line="3662"/> <source>Debugger Properties</source> <translation>Propriétés du Débogueur</translation> </message> <message> - <location filename="../Project/Project.py" line="3648"/> + <location filename="../Project/Project.py" line="3662"/> <source>Debugger &Properties...</source> <translation>Débogueur & Propriétés...</translation> </message> <message> - <location filename="../Project/Project.py" line="3652"/> - <source>Show the debugger properties</source> - <translation>Affichage des propriétés du débogueur</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3653"/> - <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> - <translation><b>Propriétés du Débogueur...</b><p>Affiche une boite de dialogue permettant d'éditer les proprités du débogueur, spécifiques au projet.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3661"/> - <source>Load</source> - <translation>Charger</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3661"/> - <source>&Load</source> - <translation>&Charger</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3665"/> - <source>Load the debugger properties</source> - <translation>Charger les propriétés du débogueur</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3673"/> - <source>Save</source> - <translation>Enregistrer</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3677"/> - <source>Save the debugger properties</source> - <translation>Enregistrer les propriétés du débogueur</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3685"/> - <source>Delete</source> - <translation>Supprimer</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3685"/> - <source>&Delete</source> - <translation>&Supprimer</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3689"/> - <source>Delete the debugger properties</source> - <translation>Supprimer les propriétés du débogueur</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3698"/> - <source>Reset</source> - <translation>Réinitialiser</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3698"/> - <source>&Reset</source> - <translation>&Réinitialiser</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3702"/> - <source>Reset the debugger properties</source> - <translation>Réinitialise des propriétés du débogueur</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3917"/> - <source>Debugger</source> - <translation>Débogueur</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3914"/> - <source>Session</source> - <translation>Session</translation> - </message> - <message> <location filename="../Project/Project.py" line="3666"/> - <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> - <translation><b>Chargement des Propriétés du Débogueur</b><p>Charge la configuration du débogueur spécifique au projet.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3678"/> - <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> - <translation><b>Enregistrement des Propriétés du Débogueur</b><p>Enregistre la configuration du débogueur spécifique au projet.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3690"/> - <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> - <translation><b>Suppression des Propriétés du Débogueur...</b><p>Supprime la configuration du débogueur spécifique au projet.</p></translation> + <source>Show the debugger properties</source> + <translation>Affichage des propriétés du débogueur</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3667"/> + <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> + <translation><b>Propriétés du Débogueur...</b><p>Affiche une boite de dialogue permettant d'éditer les proprités du débogueur, spécifiques au projet.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3675"/> + <source>Load</source> + <translation>Charger</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3675"/> + <source>&Load</source> + <translation>&Charger</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3679"/> + <source>Load the debugger properties</source> + <translation>Charger les propriétés du débogueur</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3687"/> + <source>Save</source> + <translation>Enregistrer</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3691"/> + <source>Save the debugger properties</source> + <translation>Enregistrer les propriétés du débogueur</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3699"/> + <source>Delete</source> + <translation>Supprimer</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3699"/> + <source>&Delete</source> + <translation>&Supprimer</translation> </message> <message> <location filename="../Project/Project.py" line="3703"/> + <source>Delete the debugger properties</source> + <translation>Supprimer les propriétés du débogueur</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3712"/> + <source>Reset</source> + <translation>Réinitialiser</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3712"/> + <source>&Reset</source> + <translation>&Réinitialiser</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3716"/> + <source>Reset the debugger properties</source> + <translation>Réinitialise des propriétés du débogueur</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3931"/> + <source>Debugger</source> + <translation>Débogueur</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3928"/> + <source>Session</source> + <translation>Session</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3680"/> + <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> + <translation><b>Chargement des Propriétés du Débogueur</b><p>Charge la configuration du débogueur spécifique au projet.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3692"/> + <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> + <translation><b>Enregistrement des Propriétés du Débogueur</b><p>Enregistre la configuration du débogueur spécifique au projet.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3704"/> + <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> + <translation><b>Suppression des Propriétés du Débogueur...</b><p>Supprime la configuration du débogueur spécifique au projet.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3717"/> <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> <translation><b>Réinitialiser les propriétés du débogueur</b><p>Réinitialise la configuration du débogueur spécifique au projet.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3612"/> + <location filename="../Project/Project.py" line="3626"/> <source>Filetype Associations</source> <translation>Association des types de fichiers</translation> </message> <message> - <location filename="../Project/Project.py" line="3612"/> + <location filename="../Project/Project.py" line="3626"/> <source>Filetype Associations...</source> <translation>Association des types de fichiers...</translation> </message> <message> - <location filename="../Project/Project.py" line="3616"/> + <location filename="../Project/Project.py" line="3630"/> <source>Show the project filetype associations</source> <translation>Affiche les asociation Fichier/Type de fichier pour le projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3618"/> + <location filename="../Project/Project.py" line="3632"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></translation> </message> <message> + <location filename="../Project/Project.py" line="3932"/> + <source>Pac&kagers</source> + <translation>Création de pac&kage</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3523"/> + <source>Add files to project</source> + <translation>Ajouter des fichiers au projet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3523"/> + <source>Add &files...</source> + <translation>Ajouter des &fichiers...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3528"/> + <source>Add files to the current project</source> + <translation>Ajouter des fichiers au projet courant</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3530"/> + <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> + <translation><b>Ajouter des fichiers...</b><p>Ouvre une boite de dialogue pour ajouter des fichiers au projet courant. La position pour l'insertion est déterminée par l'extension du fichier.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2833"/> + <source>Project Files (*.e4p)</source> + <translation>Fichiers projets (*.e4p)</translation> + </message> + <message> <location filename="../Project/Project.py" line="3918"/> - <source>Pac&kagers</source> - <translation>Création de pac&kage</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3509"/> - <source>Add files to project</source> - <translation>Ajouter des fichiers au projet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3509"/> - <source>Add &files...</source> - <translation>Ajouter des &fichiers...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3514"/> - <source>Add files to the current project</source> - <translation>Ajouter des fichiers au projet courant</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3516"/> - <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> - <translation><b>Ajouter des fichiers...</b><p>Ouvre une boite de dialogue pour ajouter des fichiers au projet courant. La position pour l'insertion est déterminée par l'extension du fichier.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="2819"/> - <source>Project Files (*.e4p)</source> - <translation>Fichiers projets (*.e4p)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3904"/> <source>&Project</source> <translation>&Projet</translation> </message> <message> - <location filename="../Project/Project.py" line="4026"/> + <location filename="../Project/Project.py" line="4040"/> <source>Project</source> <translation>Projet</translation> </message> <message> - <location filename="../Project/Project.py" line="4092"/> + <location filename="../Project/Project.py" line="4106"/> <source>&Clear</source> <translation>&Effacer</translation> </message> <message> - <location filename="../Project/Project.py" line="837"/> + <location filename="../Project/Project.py" line="851"/> <source>Read user project properties</source> <translation>Lire les propriétés utilisateur du projet</translation> </message> <message> - <location filename="../Project/Project.py" line="861"/> + <location filename="../Project/Project.py" line="875"/> <source>Save user project properties</source> <translation>Enregistrer les propriétés utilisateur du projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3597"/> + <location filename="../Project/Project.py" line="3611"/> <source>User project properties</source> <translation>Propriétés utilisateur du projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3597"/> + <location filename="../Project/Project.py" line="3611"/> <source>&User Properties...</source> <translation>Propriétés &Utilisateur...</translation> </message> <message> - <location filename="../Project/Project.py" line="3602"/> + <location filename="../Project/Project.py" line="3616"/> <source>Show the user specific project properties</source> <translation>Afficher le propriétés utilisateurs spécifiques au projet</translation> </message> <message> - <location filename="../Project/Project.py" line="3604"/> + <location filename="../Project/Project.py" line="3618"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation><b>Propriétés utilisateur...</b><p>Affiche une fenêtre permettant d'éditer les propriétés du projet spécifiques à l'utilisateur.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3035"/> + <location filename="../Project/Project.py" line="3049"/> <source>Syntax errors detected</source> <translation>Erreurs de syntaxe détectées</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3035"/> + <location filename="../Project/Project.py" line="3049"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>Le projet contient %n fichier avec des erreurs de syntaxe.</numerusform> @@ -40086,27 +40277,22 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="4780"/> + <location filename="../Project/Project.py" line="4794"/> <source>Create Package List</source> <translation>Création de la liste de package</translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> - <source>Create &Package List</source> - <translation>Création de la liste de &package</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5027"/> - <source>Create Plugin Archive</source> - <translation>Création de l'archive du plugin</translation> - </message> - <message> <location filename="../Project/Project.py" line="3848"/> - <source>Create Plugin &Archive</source> - <translation type="obsolete">Création de l'&archive du plugin</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4740"/> + <source>Create &Package List</source> + <translation type="unfinished">Création de l'&archive du plugin</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5041"/> + <source>Create Plugin Archive</source> + <translation>Création de l'archive du plugin</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4754"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Le fichier <b>PKGLIST</b> existe déjà.</p><p>Ecraser ?</p></translation> </message> @@ -40116,82 +40302,77 @@ <translation type="obsolete"><p>Le fichier <b>PKGLIST</b> n'existe pas. Abandon...</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4799"/> + <location filename="../Project/Project.py" line="4813"/> <source>The project does not have a main script defined. Aborting...</source> <translation>Le projet n'a pas de script principal défini. Abandon...</translation> </message> <message> - <location filename="../Project/Project.py" line="1567"/> + <location filename="../Project/Project.py" line="1581"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>Le répertoire source ne contient aucun fichier correspondant à la catégorie sélectionnée.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2697"/> <source>Select Version Control System</source> <translation>Sélectionner un système de contrôle de version</translation> </message> <message> - <location filename="../Project/Project.py" line="2333"/> + <location filename="../Project/Project.py" line="2347"/> <source>None</source> <translation>Auncun</translation> </message> <message> - <location filename="../Project/Project.py" line="346"/> + <location filename="../Project/Project.py" line="360"/> <source>Registering Project Type</source> <translation>Enregistrement du type de projet</translation> </message> <message> <location filename="../Project/Project.py" line="3864"/> - <source>Create Plugin Archive (Snapshot)</source> - <translation type="obsolete">Création d'une archive plugin (Snapshot)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3864"/> - <source>Create Plugin Archive (&Snapshot)</source> - <translation type="obsolete">Création d'une archive plugin (&Snapshot)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1263"/> + <source>Create Plugin &Archives</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1277"/> <source>You have to specify a translation pattern first.</source> <translation>Vous devez d'abord spécifier un pattern de traduction.</translation> </message> <message> - <location filename="../Project/Project.py" line="2432"/> + <location filename="../Project/Project.py" line="2446"/> <source>Translation Pattern</source> <translation>Pattern de traduction</translation> </message> <message> - <location filename="../Project/Project.py" line="2432"/> + <location filename="../Project/Project.py" line="2446"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Entrer le pattern pour les fichiers de traduction (utiliser la balise '%language%' à la place de la langue à utiliser):</translation> </message> <message> - <location filename="../Project/Project.py" line="3630"/> + <location filename="../Project/Project.py" line="3644"/> <source>Lexer Associations</source> <translation>Association des types de fichiers</translation> </message> <message> - <location filename="../Project/Project.py" line="3630"/> + <location filename="../Project/Project.py" line="3644"/> <source>Lexer Associations...</source> <translation>Association des types de fichiers...</translation> </message> <message> - <location filename="../Project/Project.py" line="3634"/> + <location filename="../Project/Project.py" line="3648"/> <source>Show the project lexer associations (overriding defaults)</source> <translation>Affiche les asociations Fichier/Type de fichier pour le projet (sans tenir compte des valeurs par défaut)</translation> </message> <message> - <location filename="../Project/Project.py" line="3636"/> + <location filename="../Project/Project.py" line="3650"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation><b>Associations des types de fichiers...</b><p>Permet d'associer les types de fichiers aux analyseurs syntaxiques pour le projet en cours. Ces associations sont prioritaires sur les associations de fichiers configurées par défaut.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="262"/> + <location filename="../Project/Project.py" line="276"/> <source>PySide GUI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="263"/> + <location filename="../Project/Project.py" line="277"/> <source>PySide Console</source> <translation type="unfinished"></translation> </message> @@ -40201,127 +40382,127 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="701"/> + <location filename="../Project/Project.py" line="715"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="801"/> + <location filename="../Project/Project.py" line="815"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="837"/> + <location filename="../Project/Project.py" line="851"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="861"/> + <location filename="../Project/Project.py" line="875"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="933"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="955"/> + <location filename="../Project/Project.py" line="969"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="984"/> + <location filename="../Project/Project.py" line="998"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1018"/> + <location filename="../Project/Project.py" line="1032"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1038"/> + <location filename="../Project/Project.py" line="1052"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1095"/> + <location filename="../Project/Project.py" line="1109"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1129"/> + <location filename="../Project/Project.py" line="1143"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1155"/> + <location filename="../Project/Project.py" line="1169"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1385"/> + <location filename="../Project/Project.py" line="1399"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1598"/> + <location filename="../Project/Project.py" line="1612"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2834"/> + <location filename="../Project/Project.py" line="2848"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"><p>Le fichier <b>{0}</b>existe déjà. Écraser ?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1812"/> + <location filename="../Project/Project.py" line="1826"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2048"/> + <location filename="../Project/Project.py" line="2062"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2077"/> + <location filename="../Project/Project.py" line="2091"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2159"/> + <location filename="../Project/Project.py" line="2173"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4377"/> + <location filename="../Project/Project.py" line="4391"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4780"/> + <location filename="../Project/Project.py" line="4794"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4911"/> + <location filename="../Project/Project.py" line="4925"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4985"/> + <location filename="../Project/Project.py" line="4999"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1524"/> + <location filename="../Project/Project.py" line="1538"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1580"/> + <location filename="../Project/Project.py" line="1594"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -40331,213 +40512,188 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2222"/> + <location filename="../Project/Project.py" line="2236"/> <source>Create main script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2222"/> + <location filename="../Project/Project.py" line="2236"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3819"/> + <location filename="../Project/Project.py" line="3833"/> <source>Load Diagram</source> <translation type="unfinished">Charger le diagramme</translation> </message> <message> - <location filename="../Project/Project.py" line="3819"/> + <location filename="../Project/Project.py" line="3833"/> <source>&Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3823"/> + <location filename="../Project/Project.py" line="3837"/> <source>Load a diagram from file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3825"/> - <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="323"/> - <source><p>The Programming Language <b>{0}</b> is not supported.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="346"/> - <source><p>The Project type <b>{0}</b> is already registered.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="334"/> - <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="244"/> - <source>PyQt5 GUI</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="245"/> - <source>PyQt5 Console</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4365"/> - <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5027"/> - <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3839"/> - <source>Create an initial PKGLIST file for an eric6 plugin.</source> - <translation type="unfinished">Créé un fichier PKGLIST initial pour un plugin eric4. {5 ?} {6 ?}</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3841"/> - <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> - <translation type="unfinished"><b>Création de la liste de package</b><p>Cette commande créé la liste des fichiers à inclure dans l'archive d'un plugin eric4. Cette liste est créée à partir du fichier projet.</p> {5 ?} {6 ?}</translation> + <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="337"/> + <source><p>The Programming Language <b>{0}</b> is not supported.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="360"/> + <source><p>The Project type <b>{0}</b> is already registered.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="348"/> + <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="258"/> + <source>PyQt5 GUI</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="259"/> + <source>PyQt5 Console</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4379"/> + <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5041"/> + <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3853"/> - <source>Create an eric6 plugin archive file.</source> - <translation type="obsolete">Créé le fichier d'archive pour un plugin eric4. {5 ?} {6 ?}</translation> + <source>Create an initial PKGLIST file for an eric6 plugin.</source> + <translation type="unfinished">Créé le fichier d'archive pour un plugin eric4. {5 ?} {6 ?}</translation> </message> <message> <location filename="../Project/Project.py" line="3855"/> - <source><b>Create Plugin Archive</b><p>This creates an eric6 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name.</p></source> - <translation type="obsolete"><b>Création de l'archive du plugin</b><p>Ceci créé une archive contenant l'ensemble des fichiers indiqués dans le fichier PKGLIST. Le nom de l'archive est construit à partir du nom du script principal.</p> {5 ?} {6 ?}</translation> + <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> + <translation type="unfinished"><b>Création de l'archive du plugin</b><p>Ceci créé une archive contenant l'ensemble des fichiers indiqués dans le fichier PKGLIST. Le nom de l'archive est construit à partir du nom du script principal.</p> {5 ?} {6 ?}</translation> </message> <message> <location filename="../Project/Project.py" line="3869"/> - <source>Create an eric6 plugin archive file (snapshot release).</source> - <translation type="obsolete">Créé une archive de plugin eric4 (snapshot release). {5 ?} {6 ?}</translation> + <source>Create eric6 plugin archive files.</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3871"/> - <source><b>Create Plugin Archive (Snapshot)</b><p>This creates an eric6 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name. The version entry of the main script is modified to reflect a snapshot release.</p></source> - <translation type="obsolete"><b>Création d'une archive de plugin (Snapshot)</b><p>Ceci permet de créer un plugin en utilisant la liste des fichiers indiqués dans le fichier PKGLIST. Le nom de l'archive est créé à partir du nom du script principal. Le champ 'version' du script principal est modifié pour indiquer une version snapshot.</p> {5 ?} {6 ?}</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4881"/> + <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4895"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="242"/> + <location filename="../Project/Project.py" line="256"/> <source>PyQt4 GUI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="243"/> + <location filename="../Project/Project.py" line="257"/> <source>PyQt4 Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="246"/> + <location filename="../Project/Project.py" line="260"/> <source>Eric6 Plugin</source> <translation type="unfinished">Plugin Eric4 {6 ?}</translation> </message> <message> - <location filename="../Project/Project.py" line="2653"/> + <location filename="../Project/Project.py" line="2667"/> <source>Create project management directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2653"/> + <location filename="../Project/Project.py" line="2667"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3569"/> + <location filename="../Project/Project.py" line="3583"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3575"/> + <location filename="../Project/Project.py" line="3589"/> <source>Search for a file in the project list of files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3577"/> + <location filename="../Project/Project.py" line="3591"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3569"/> + <location filename="../Project/Project.py" line="3583"/> <source>Search Project File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3569"/> + <location filename="../Project/Project.py" line="3583"/> <source>Search Project File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4834"/> + <location filename="../Project/Project.py" line="4848"/> <source>Create Plugin Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3850"/> - <source>Create Plugin &Archives</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3855"/> - <source>Create eric6 plugin archive files.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3857"/> - <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3867"/> + <location filename="../Project/Project.py" line="3881"/> <source>Create Plugin Archives (Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3867"/> + <location filename="../Project/Project.py" line="3881"/> <source>Create Plugin Archives (&Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3872"/> + <location filename="../Project/Project.py" line="3886"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3874"/> + <location filename="../Project/Project.py" line="3888"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4813"/> + <location filename="../Project/Project.py" line="4827"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4830"/> + <location filename="../Project/Project.py" line="4844"/> <source>Creating plugin archives...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4830"/> + <location filename="../Project/Project.py" line="4844"/> <source>Abort</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4830"/> + <location filename="../Project/Project.py" line="4844"/> <source>%v/%m Archives</source> <translation type="unfinished"></translation> </message> @@ -40547,22 +40703,22 @@ <translation type="obsolete">Coverage</translation> </message> <message> - <location filename="../Project/Project.py" line="4847"/> + <location filename="../Project/Project.py" line="4861"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4930"/> + <location filename="../Project/Project.py" line="4944"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4933"/> + <location filename="../Project/Project.py" line="4947"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4823"/> + <location filename="../Project/Project.py" line="4837"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> @@ -50784,17 +50940,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="87"/> + <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="88"/> <source>No error description available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="118"/> + <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="119"/> <source>Remove Selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="123"/> + <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="124"/> <source>Remove All</source> <translation type="unfinished"></translation> </message> @@ -71108,24 +71264,24 @@ <context> <name>mercurial</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1477"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1476"/> <source><tr><td><b>Parent #{0}</b></td><td></td></tr> <tr><td><b>Changeset</b></td><td>{1}</td></tr></source> <translation><tr><td><b>Parent #{0}</b></td><td></td></tr> <tr><td><b>Modifications</b></td><td>{1}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2159"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2158"/> <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Étiquettes</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2169"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2168"/> <source><tr><td><b>Branches</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Branches</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1497"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1496"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr></source> @@ -71134,23 +71290,23 @@ <tr><td><b>Heure de soumission</b></td><td>{2}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2151"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2150"/> <source><tr><td><b>Tip</b></td><td></td></tr> </source> <translation><tr><td><b>Suggestion</b></td><td></td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2153"/> <source><tr><td><b>Changeset</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Modifications</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2174"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2173"/> <source><tr><td><b>Parents</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Parents</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2178"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2177"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr> @@ -71161,12 +71317,12 @@ </table></p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2164"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2163"/> <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Signets</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1535"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1534"/> <source><h3>Repository information</h3> <p><table> <tr><td><b>Mercurial V.</b></td><td>{0}</td></tr> @@ -71177,13 +71333,13 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2141"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2140"/> <source><tr><td><b>Head #{0}</b></td><td></td></tr> </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2146"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2145"/> <source><tr><td><b>Parent #{0}</b></td><td></td></tr> </source> <translation type="unfinished"></translation>
--- a/i18n/eric6_it.ts Fri Oct 21 23:14:16 2016 +0200 +++ b/i18n/eric6_it.ts Sat Oct 22 17:09:08 2016 +0200 @@ -6615,7 +6615,7 @@ <context> <name>DebuggerInterfacePython2</name> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="348"/> <source>Start Debugger</source> <translation type="unfinished"></translation> </message> @@ -6625,37 +6625,37 @@ <translation type="unfinished"><p>Nessun interprete Python2 configurato.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="348"/> <source><p>The debugger backend could not be started.</p></source> <translation type="unfinished"><p>Il debugger non può essere avviato.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="815"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="811"/> <source>Parent Process</source> <translation type="unfinished">Processo padre</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="816"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="812"/> <source>Child process</source> <translation type="unfinished">Processo figlio</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="813"/> <source>Client forking</source> <translation type="unfinished">Lancio processo figlio in corso</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="813"/> <source>Select the fork branch to follow.</source> <translation type="unfinished">Seleziona il client da seguire.</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="858"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="858"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{0}</p></source> <translation type="unfinished"></translation> </message> @@ -6663,32 +6663,32 @@ <context> <name>DebuggerInterfacePython3</name> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="348"/> <source>Start Debugger</source> <translation>Avvia Debugger</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="348"/> <source><p>The debugger backend could not be started.</p></source> <translation><p>Il debugger non può essere avviato.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="815"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="811"/> <source>Parent Process</source> <translation>Processo padre</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="816"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="812"/> <source>Child process</source> <translation>Processo figlio</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="813"/> <source>Client forking</source> <translation>Lancio processo figlio in corso</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="813"/> <source>Select the fork branch to follow.</source> <translation>Seleziona il client da seguire.</translation> </message> @@ -6698,12 +6698,12 @@ <translation type="unfinished"><p>Nessun interprete Python2 configurato.</p> {3 ?}</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="858"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="858"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{0}</p></source> <translation type="unfinished"></translation> </message> @@ -6729,7 +6729,7 @@ <translation type="obsolete">Seleziona l'interprete per il client di debug</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.py" line="117"/> + <location filename="../Project/DebuggerPropertiesDialog.py" line="111"/> <source>All Files (*)</source> <translation>Tutti i file (*)</translation> </message> @@ -6949,7 +6949,7 @@ <translation>Tipo Client di Debug</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="98"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="68"/> <source>Enter the path of the Debug Client to be used. Leave empty to use the default.</source> <translation>Inserisci il path del Client Debug da usare. Lascia vuoto per usare il default.</translation> </message> @@ -6959,57 +6959,57 @@ <translation>Premi per selezionare il Client Debug con un dialogo di selezione</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="62"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="75"/> <source>Select the standard debug client</source> <translation>Seleziona l'interprete per il client di debug</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="65"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="78"/> <source>Standard</source> <translation>Standard</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="82"/> - <source>Select the custom selected debug client</source> - <translation>Seleziona il client di debug personalizzato</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="85"/> + <source>Select the custom selected debug client</source> + <translation>Seleziona il client di debug personalizzato</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="88"/> <source>Custom</source> <translation>Custom</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="72"/> <source>Select the multi threaded debug client</source> - <translation>Selezione il client di debug multi threaded</translation> + <translation type="obsolete">Selezione il client di debug multi threaded</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="75"/> <source>Multi Threaded</source> - <translation>Multi Threaded</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="108"/> + <translation type="obsolete">Multi Threaded</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="98"/> <source>Source association</source> <translation>Associazione sorgenti</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="114"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="104"/> <source>Enter the file extensions to be associated with the Python3 debugger separated by a space. They must not overlap with the ones for Python2.</source> <translation>Inserisci le estensioni dei file da associare al debugger Python3 separati da uno spazio. Non devono essere in comune con quelle di Python2.</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="123"/> + <source>Redirect stdin/stdout/stderr</source> + <translation>Ridirezione stdin/stdout/stderr</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="130"/> + <source>Select to not set the debug client encoding</source> + <translation>Seleziona per non impostare l'encoding del client di debug</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="133"/> - <source>Redirect stdin/stdout/stderr</source> - <translation>Ridirezione stdin/stdout/stderr</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="140"/> - <source>Select to not set the debug client encoding</source> - <translation>Seleziona per non impostare l'encoding del client di debug</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="143"/> <source>Don't set the encoding of the debug client</source> <translation>Non impostare l'encoding del client di debug</translation> </message> @@ -7034,7 +7034,7 @@ <translation>Inserire il percorso dell'interprete Python3 da usare per il debug client. Lasciare vuoto per usare quello predefinito.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="130"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="120"/> <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> <translation type="unfinished">Seleziona per ridirezionare lo stdin, stdout e stderr del programma debuggato all'IDE di eric5 {6 ?}</translation> </message> @@ -7057,7 +7057,7 @@ <translation>Tipo Client di Debug</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="98"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="68"/> <source>Enter the path of the Debug Client to be used. Leave empty to use the default.</source> <translation>Inserisci il path del Client di Debug da utilizzare. Lascia vuoto per usare il default.</translation> </message> @@ -7067,47 +7067,47 @@ <translation>Premi per selezionare il Client Debug con un dialogo di selezione</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="62"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="75"/> <source>Select the standard debug client</source> <translation>Seleziona l'interprete per il client di debug</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="65"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="78"/> <source>Standard</source> <translation>Standard</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="82"/> - <source>Select the custom selected debug client</source> - <translation>Seleziona il client di debug personalizzato</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="85"/> + <source>Select the custom selected debug client</source> + <translation>Seleziona il client di debug personalizzato</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="88"/> <source>Custom</source> <translation>Custom</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="72"/> <source>Select the multi threaded debug client</source> - <translation>Selezione il client di debug multi threaded</translation> + <translation type="obsolete">Selezione il client di debug multi threaded</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="75"/> <source>Multi Threaded</source> - <translation>Multi Threaded</translation> + <translation type="obsolete">Multi Threaded</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="123"/> + <source>Redirect stdin/stdout/stderr</source> + <translation>Ridirezione stdin/stdout/stderr</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="130"/> + <source>Select to not set the debug client encoding</source> + <translation>Seleziona per non impostare l'encoding del client di debug</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="133"/> - <source>Redirect stdin/stdout/stderr</source> - <translation>Ridirezione stdin/stdout/stderr</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="140"/> - <source>Select to not set the debug client encoding</source> - <translation>Seleziona per non impostare l'encoding del client di debug</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="143"/> <source>Don't set the encoding of the debug client</source> <translation>Non impostare l'encoding del client di debug</translation> </message> @@ -7127,12 +7127,12 @@ <translation><b>Configura il Debugger Python </b></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="108"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="98"/> <source>Source association</source> <translation>Associazione sorgenti</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="114"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="104"/> <source>Enter the file extensions to be associated with the Python2 debugger separated by a space. They must not overlap with the ones for Python3.</source> <translation>Inserisci le estensioni dei file da associare al debugger Python2 separati da uno spazio. Non devono essere in comune con quelle di Python3.</translation> </message> @@ -7147,7 +7147,7 @@ <translation>Inserisci il percorso dell'intreprete Python che il client di debug deve usare.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="130"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="120"/> <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> <translation type="unfinished">Seleziona per ridirezionare lo stdin, stdout e stderr del programma debuggato all'IDE di eric5 {6 ?}</translation> </message> @@ -17875,22 +17875,22 @@ <translation>Contro&lla per:</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="194"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="202"/> <source>Open Link</source> <translation>Apri collegamento</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="195"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="203"/> <source>Open Link in New Tab</source> <translation>Apri link in una nuova scheda</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="196"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="204"/> <source>Open Link in Background Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="198"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="206"/> <source>Open Link in New Window</source> <translation type="unfinished"></translation> </message> @@ -17979,22 +17979,22 @@ <context> <name>HelpSearchWidget</name> <message> - <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="145"/> + <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="144"/> <source>Open Link</source> <translation>Apri collegamento</translation> </message> <message> + <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="145"/> + <source>Open Link in New Tab</source> + <translation>Apri collegamento in una nuova scheda</translation> + </message> + <message> <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="146"/> - <source>Open Link in New Tab</source> - <translation>Apri collegamento in una nuova scheda</translation> - </message> - <message> - <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="147"/> <source>Open Link in Background Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="149"/> + <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="148"/> <source>Open Link in New Window</source> <translation type="unfinished"></translation> </message> @@ -18177,22 +18177,22 @@ <context> <name>HelpTocWidget</name> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="162"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="158"/> <source>Open Link</source> <translation>Apri collegamento</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="163"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="159"/> <source>Open Link in New Tab</source> <translation>Apri collegamento in una nuova scheda</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="164"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="160"/> <source>Open Link in Background Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="166"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="162"/> <source>Open Link in New Window</source> <translation type="unfinished"></translation> </message> @@ -22078,437 +22078,437 @@ <context> <name>Hg</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="282"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="281"/> <source>The hg process finished with the exit code {0}</source> <translation>Il processo hg è terminato con codice di uscita {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1873"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1872"/> <source>The hg process did not finish within 30s.</source> <translation>Il processo hg non è finito entro i 30s.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="289"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="288"/> <source>Could not start the hg executable.</source> <translation>Non posso avviare l'eseguibile hg.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="317"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="316"/> <source>Create project repository</source> <translation>Crea il repository del progetto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="317"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="316"/> <source>The project repository could not be created.</source> <translation>Il repository del progetto non può essere creato.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="346"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="345"/> <source>Creating Mercurial repository</source> <translation>Creazione repository Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="362"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="361"/> <source>Initial commit to Mercurial repository</source> <translation>Commit iniziale nel repository Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="410"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="409"/> <source>Cloning project from a Mercurial repository</source> <translation>Clonazione del progetto dal repository Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="660"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="659"/> <source>Synchronizing with the Mercurial repository</source> <translation>Sincronizzazione con il repository Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="710"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="709"/> <source>Adding files/directories to the Mercurial repository</source> <translation>Aggiunta di file/directory al repository Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="780"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="779"/> <source>Removing files/directories from the Mercurial repository</source> <translation>Rimozione di file/directory dal repository Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="842"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="841"/> <source>Renaming {0}</source> <translation>Rinomino {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1063"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1062"/> <source>Reverting changes</source> <translation>Annullamento modifiche</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1108"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1107"/> <source>Merging</source> <translation>Merge</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1410"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1409"/> <source>Mercurial command</source> <translation>Comando Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1630"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1629"/> <source>Copying {0}</source> <translation>Copia di {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2031"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2030"/> <source>Pulling from a remote Mercurial repository</source> <translation>Pulling da un repository Mercurial remoto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2085"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2084"/> <source>Pushing to a remote Mercurial repository</source> <translation>Pushing in un repository Mercurial remoto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2293"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2292"/> <source>Creating branch in the Mercurial repository</source> <translation>Creazione Branch nel repository Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2446"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2412"/> <source>Verifying the integrity of the Mercurial repository</source> <translation>Verifica dell'integrità del repository Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2471"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2437"/> <source>Showing the combined configuration settings</source> <translation>Visualizzazione combinata della impostazioni di configurazione</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2495"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2461"/> <source>Showing aliases for remote repositories</source> <translation>Visualizzazione degli alias per i repository remoti</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2519"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2485"/> <source>Recovering from interrupted transaction</source> <translation>Recupero da una transazione interrotta</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2741"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2707"/> <source>Shall the working directory be updated?</source> <translation>Le directory di lavoro devono essere aggiornate ?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2322"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2321"/> <source>Showing current branch</source> <translation>Visualizzazione branch corrente</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2672"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2638"/> <source>Create changegroup</source> <translation>Crea changegroup</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2753"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2719"/> <source>Apply changegroups</source> <translation>Applica changegroup</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2771"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2737"/> <source>Bisect subcommand ({0}) invalid.</source> <translation>Sottocomando Bisect ({0}) non valido.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2801"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2767"/> <source>Mercurial Bisect ({0})</source> <translation>Mercurial Bisect ({0})</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2693"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2659"/> <source>Preview changegroup</source> <translation>Anteprima changegroup</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2543"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2509"/> <source>Identifying project directory</source> <translation>Identificazione directory del progetto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2581"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2547"/> <source>Create .hgignore file</source> <translation>Crea il file .hgignore</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2581"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2547"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation><p>Il file <b>{0}</b> esiste già. Sovrascriverlo ?</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2799"/> + <source>Removing files from the Mercurial repository only</source> + <translation>Rimozione di file dal solo repository Mercurial</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2595"/> + <source>Mercurial Changegroup Files (*.hg)</source> + <translation>Mercurial Changegroup Files (*.hg)</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2699"/> + <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> + <translation>Mercurial Changegroup Files (*.hg);;All Files (*)</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2853"/> + <source>Backing out changeset</source> + <translation>Ritiro changeset</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2833"/> - <source>Removing files from the Mercurial repository only</source> - <translation>Rimozione di file dal solo repository Mercurial</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2629"/> - <source>Mercurial Changegroup Files (*.hg)</source> - <translation>Mercurial Changegroup Files (*.hg)</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2733"/> - <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> - <translation>Mercurial Changegroup Files (*.hg);;All Files (*)</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2887"/> - <source>Backing out changeset</source> - <translation>Ritiro changeset</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2867"/> <source>No revision given. Aborting...</source> <translation>Nessuna revisione fornita. Termino...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2646"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2612"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Il file changegroup di Mercurial<b>{0}</b> esiste già. Sovrascriverlo ?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2914"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2880"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2907"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2873"/> <source>Are you sure you want to rollback the last transaction?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="573"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="572"/> <source>Committing changes to Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3548"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3514"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3403"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3369"/> <source><p>The Mercurial Command Server could not be restarted.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3548"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3514"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2982"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2948"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3029"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2995"/> <source>Export Patches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3076"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3042"/> <source>Change Phase</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3129"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3095"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3155"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3121"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3272"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3238"/> <source>Add Sub-repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3305"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3271"/> <source><p>The sub-repositories file .hgsub could not be read.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3253"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3219"/> <source><p>The sub-repositories file .hgsub already contains an entry <b>{0}</b>. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3324"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3290"/> <source><p>The sub-repositories file .hgsub could not be written to.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3324"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3290"/> <source>Remove Sub-repositories</source> <translation type="unfinished">Rimuovi sotto-archivi</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3293"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3259"/> <source><p>The sub-repositories file .hgsub does not exist. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="506"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="505"/> <source>Commit Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="506"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="505"/> <source>The commit affects files, that have unsaved changes. Shall the commit be continued?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1057"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1056"/> <source>Revert changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1048"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1047"/> <source>Do you really want to revert all changes to these files or directories?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1057"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1056"/> <source>Do you really want to revert all changes of the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3190"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3156"/> <source>Create Unversioned Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1943"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1942"/> <source>Mercurial Side-by-Side Difference</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1943"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1942"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"><p>Il file <b>{0}</b> non può essere letto.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1876"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1875"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished">Il processo {0} non può essere avviato. Assicurarsi che sia nel path.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1007"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1006"/> <source>Tagging in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2300"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2299"/> <source>Created new branch <{0}>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1184"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1183"/> <source>Current branch tip</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2260"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2259"/> <source>Cancelling uncommitted merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3658"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3624"/> <source>Mercurial Bookmark</source> <translation type="unfinished">Segnalibro Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3676"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3642"/> <source>Delete Bookmark</source> <translation type="unfinished">Cancella segnalibro</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3676"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3642"/> <source>Select the bookmark to be deleted:</source> <translation type="unfinished">Seleziona il segnalibro da cancellare:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3687"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3653"/> <source>Delete Mercurial Bookmark</source> <translation type="unfinished">Cancella Segnalibro Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3715"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3681"/> <source>Rename Mercurial Bookmark</source> <translation type="unfinished">Rinomina Segnalibro Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3748"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3714"/> <source>Move Mercurial Bookmark</source> <translation type="unfinished">Sposta Segnalibro Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3840"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3806"/> <source>Pull Bookmark</source> <translation type="unfinished">Estrai Segnalibro</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3840"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3806"/> <source>Select the bookmark to be pulled:</source> <translation type="unfinished">Seleziona il segnalibro da estrarre:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3851"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3817"/> <source>Pulling bookmark from a remote Mercurial repository</source> <translation type="unfinished">Etrae segnalibro da un repository Mercurial remoto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3880"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3846"/> <source>Push Bookmark</source> <translation type="unfinished">Inserisce Segnalibro</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3880"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3846"/> <source>Select the bookmark to be push:</source> <translation type="unfinished">Seleziona il segnalibro da inserire:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3891"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3857"/> <source>Pushing bookmark to a remote Mercurial repository</source> <translation type="unfinished">Inserisce segnalibro in un repository Mercurial remoto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1153"/> <source>Re-Merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1145"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1144"/> <source>Do you really want to re-merge these files or directories?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1153"/> <source>Do you really want to re-merge the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1159"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1158"/> <source>Re-Merging</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2231"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2230"/> <source>Marking as 'unresolved'</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2233"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2232"/> <source>Marking as 'resolved'</source> <translation type="unfinished"></translation> </message> @@ -23685,27 +23685,27 @@ <translation type="unfinished">Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="55"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="54"/> <source>&Refresh</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="57"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="56"/> <source>Press to refresh the list of conflicts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="157"/> <source>Process Generation Error</source> <translation type="unfinished">Errore Generazione Processo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="157"/> <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="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="249"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="248"/> <source>Unknown Status</source> <translation type="unfinished"></translation> </message> @@ -29315,145 +29315,356 @@ <context> <name>HgUserConfigDataDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="14"/> - <source>Mercurial User Data</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="23"/> - <source>User Data</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="29"/> - <source>First Name:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="36"/> - <source>Enter the first name</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="43"/> - <source>Last Name:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="50"/> - <source>Enter the last name</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="57"/> - <source>Email:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="64"/> - <source>Enter the email address</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="74"/> <source>Extensions</source> - <translation type="unfinished">Estensioni</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="80"/> - <source>Select to activate the fetch extension</source> - <translation type="unfinished"></translation> + <translation type="obsolete">Estensioni</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="83"/> <source>Fetch</source> - <translation type="unfinished">Recupero</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="90"/> - <source>Select to activate the GPG extension</source> - <translation type="unfinished"></translation> + <translation type="obsolete">Recupero</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="93"/> <source>GPG</source> - <translation type="unfinished">GPG</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="110"/> - <source>Select to activate the Purge extension</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="113"/> - <source>Purge</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="120"/> - <source>Select to activate the queues extension</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="123"/> - <source>Queues</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="130"/> - <source>Select to activate the rebase extension</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="133"/> - <source>Rebase</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="140"/> - <source>Select to activate the shelve extension</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="143"/> - <source>Shelve</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="100"/> - <source>Select to activate the largefiles extension</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="156"/> - <source>Large Files</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="162"/> - <source>Minimum file size:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="169"/> - <source>Enter the minimum file size in MB for files to be treated as Large Files</source> - <translation type="unfinished"></translation> + <translation type="obsolete">GPG</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="175"/> <source> MB</source> + <translation type="obsolete">MB</translation> + </message> +</context> +<context> + <name>HgUserConfigDialog</name> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="349"/> + <source>Delete Host Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="349"/> + <source><p>Shall the fingerprint for host <b>{0}</b> really be deleted?</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="404"/> + <source>Edit User Configuration</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="404"/> + <source>You will loose all changes made in this dialog. Shall the data be saved first?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="14"/> + <source>Mercurial User Data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="27"/> + <source>User</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="45"/> + <source>User Data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="51"/> + <source>Name:</source> + <translation type="unfinished">Nome:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="58"/> + <source>Enter the user name</source> + <translation type="unfinished">Inserisci il nome utente</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="61"/> + <source>Enter your name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="68"/> + <source>Email:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="75"/> + <source>Enter the email address</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="78"/> + <source>Enter your email address</source> + <translation type="unfinished">Inserisci il tuo indirizzo di posta</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="120"/> + <source>Extensions</source> + <translation type="unfinished">Estensioni</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="126"/> + <source>Select to activate the fetch extension</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="129"/> + <source>Fetch</source> + <translation type="unfinished">Recupero</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="136"/> + <source>Select to activate the GPG extension</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="139"/> + <source>GPG</source> + <translation type="unfinished">GPG</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="146"/> + <source>Select to activate the largefiles extension</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="202"/> + <source>Large Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="156"/> + <source>Select to activate the Purge extension</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="159"/> + <source>Purge</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="166"/> + <source>Select to activate the queues extension</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="169"/> + <source>Queues</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="176"/> + <source>Select to activate the rebase extension</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="179"/> + <source>Rebase</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="186"/> + <source>Select to activate the shelve extension</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="189"/> + <source>Shelve</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="208"/> + <source>Minimum file size:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="215"/> + <source>Enter the minimum file size in MB for files to be treated as Large Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="221"/> + <source> MB</source> <translation type="unfinished">MB</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="201"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="247"/> <source>Patterns:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="208"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="254"/> <source>Enter file patterns (space separated) for files to be treated as Large Files</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="257"/> + <source>Enter file patterns for large files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="264"/> + <source>User Cache:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="280"/> + <source>Enter the name of the user cache directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="304"/> + <source>Network</source> + <translation type="unfinished">Rete</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="322"/> + <source>Proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="328"/> + <source>Host:</source> + <translation type="unfinished">Host:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="335"/> + <source>Enter the network proxy host name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="338"/> + <source>Enter Proxy Hostname</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="345"/> + <source>User:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="352"/> + <source>Enter the user name for the network proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="355"/> + <source>Enter Proxy Username</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="362"/> + <source>Password:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="369"/> + <source>Enter the password for the network proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="375"/> + <source>Enter Proxy Password</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="382"/> + <source>Bypass:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="389"/> + <source>Enter the names of hosts bypassing the network proxy sparated by comma</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="395"/> + <source>Enter hosts bypassing the proxy separated by comma</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="405"/> + <source>Host Fingerprints</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="424"/> + <source>Host</source> + <translation type="unfinished">Host</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="429"/> + <source>Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="439"/> + <source>Add a host fingerprint entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="446"/> + <source>Delete a host fingerprint entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="453"/> + <source>Edit a host fingerprint entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="482"/> + <source>Open the user configuration file in a text editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="485"/> + <source>Open configuration file in editor</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>HgUserConfigHostFingerprintDialog</name> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="14"/> + <source>Host Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="23"/> + <source>Host:</source> + <translation type="unfinished">Host:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="30"/> + <source>Enter the host name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="33"/> + <source>Enter Hostname</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="40"/> + <source>Fingerprint:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="47"/> + <source>Enter the host fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="50"/> + <source>Enter Fingerprint</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HistoryDialog</name> @@ -39593,757 +39804,757 @@ <context> <name>Project</name> <message> - <location filename="../Project/Project.py" line="701"/> + <location filename="../Project/Project.py" line="715"/> <source>Read project file</source> <translation>Leggi file progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="801"/> + <location filename="../Project/Project.py" line="815"/> <source>Save project file</source> <translation>Salva file progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="933"/> <source>Read project session</source> <translation>Leggi sessione del progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="1141"/> + <location filename="../Project/Project.py" line="1155"/> <source>Please save the project first.</source> <translation>Prima salvare il progetto.</translation> </message> <message> - <location filename="../Project/Project.py" line="955"/> + <location filename="../Project/Project.py" line="969"/> <source>Save project session</source> <translation>Salva sessione di progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="1263"/> + <location filename="../Project/Project.py" line="1277"/> <source>Add Language</source> <translation>Aggiungi Lingua</translation> </message> <message> - <location filename="../Project/Project.py" line="1385"/> + <location filename="../Project/Project.py" line="1399"/> <source>Delete translation</source> <translation>Cancella traduzione</translation> </message> <message> - <location filename="../Project/Project.py" line="1536"/> + <location filename="../Project/Project.py" line="1550"/> <source>Add file</source> <translation>Aggiungi file</translation> </message> <message> - <location filename="../Project/Project.py" line="1653"/> + <location filename="../Project/Project.py" line="1667"/> <source>The target directory must not be empty.</source> <translation>La directory di destinazione non deve essere vuota.</translation> </message> <message> - <location filename="../Project/Project.py" line="1664"/> + <location filename="../Project/Project.py" line="1678"/> <source>Add directory</source> <translation>Aggiungi directory</translation> </message> <message> - <location filename="../Project/Project.py" line="1664"/> + <location filename="../Project/Project.py" line="1678"/> <source>The source directory must not be empty.</source> <translation>La directory sorgente non deve essere vuota.</translation> </message> <message> - <location filename="../Project/Project.py" line="2048"/> + <location filename="../Project/Project.py" line="2062"/> <source>Delete file</source> <translation>Cancella file</translation> </message> <message> - <location filename="../Project/Project.py" line="2159"/> + <location filename="../Project/Project.py" line="2173"/> <source>Create project directory</source> <translation>Crea la directory del progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3443"/> - <source>New project</source> - <translation>Nuovo progetto</translation> - </message> - <message> <location filename="../Project/Project.py" line="3457"/> + <source>New project</source> + <translation>Nuovo progetto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3471"/> <source>Open project</source> <translation>Apri progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3494"/> + <location filename="../Project/Project.py" line="3508"/> <source>Save project as</source> <translation>Salva progetto come</translation> </message> <message> - <location filename="../Project/Project.py" line="2834"/> + <location filename="../Project/Project.py" line="2848"/> <source>Save File</source> <translation>Salva file</translation> </message> <message> - <location filename="../Project/Project.py" line="2870"/> + <location filename="../Project/Project.py" line="2884"/> <source>Close Project</source> <translation>Chiudi progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="2870"/> + <location filename="../Project/Project.py" line="2884"/> <source>The current project has unsaved changes.</source> <translation>Il progetto attuale ha delle modifiche non salvate.</translation> </message> <message> - <location filename="../Project/Project.py" line="3673"/> + <location filename="../Project/Project.py" line="3687"/> <source>&Save</source> <translation>&Salva</translation> </message> <message> - <location filename="../Project/Project.py" line="3443"/> - <source>&New...</source> - <translation>&Nuovo...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3448"/> - <source>Generate a new project</source> - <translation>Genera un nuovo progetto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3449"/> - <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> - <translation><b>Nuovo...</b><p>Apre un dialogo per l'inserimento delle informazioni per un nuovo progetto.</p></translation> - </message> - <message> <location filename="../Project/Project.py" line="3457"/> - <source>&Open...</source> - <translation>&Apri...</translation> + <source>&New...</source> + <translation>&Nuovo...</translation> </message> <message> <location filename="../Project/Project.py" line="3462"/> - <source>Open an existing project</source> - <translation>Apri un progetto esistente</translation> + <source>Generate a new project</source> + <translation>Genera un nuovo progetto</translation> </message> <message> <location filename="../Project/Project.py" line="3463"/> + <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> + <translation><b>Nuovo...</b><p>Apre un dialogo per l'inserimento delle informazioni per un nuovo progetto.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3471"/> + <source>&Open...</source> + <translation>&Apri...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3476"/> + <source>Open an existing project</source> + <translation>Apri un progetto esistente</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3477"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Apri...</b><p>Apre un progetto esistente.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3470"/> + <location filename="../Project/Project.py" line="3484"/> <source>Close project</source> <translation>Chiudi progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3470"/> + <location filename="../Project/Project.py" line="3484"/> <source>&Close</source> <translation>&Chiudi</translation> </message> <message> - <location filename="../Project/Project.py" line="3474"/> + <location filename="../Project/Project.py" line="3488"/> <source>Close the current project</source> <translation>Chiudi il progetto corrente</translation> </message> <message> - <location filename="../Project/Project.py" line="3475"/> + <location filename="../Project/Project.py" line="3489"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Chiudi</b><p>Chiude l'attuale progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3482"/> + <location filename="../Project/Project.py" line="3496"/> <source>Save project</source> <translation>Salva progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3486"/> - <source>Save the current project</source> - <translation>Salva il progetto corrente</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3487"/> - <source><b>Save</b><p>This saves the current project.</p></source> - <translation><b>Salva</b><p>Salva l'attuale progetto.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3494"/> - <source>Save &as...</source> - <translation>S&alva come...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3498"/> - <source>Save the current project to a new file</source> - <translation>Salva il progetto attuale come un nuovo file</translation> - </message> - <message> <location filename="../Project/Project.py" line="3500"/> + <source>Save the current project</source> + <translation>Salva il progetto corrente</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3501"/> + <source><b>Save</b><p>This saves the current project.</p></source> + <translation><b>Salva</b><p>Salva l'attuale progetto.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3508"/> + <source>Save &as...</source> + <translation>S&alva come...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3512"/> + <source>Save the current project to a new file</source> + <translation>Salva il progetto attuale come un nuovo file</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3514"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation><b>Salva as </b><p>Salva l'attuale progetto come nuovo.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3540"/> + <location filename="../Project/Project.py" line="3554"/> <source>Add translation to project</source> <translation>Aggiungi le traduzioni al progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3540"/> + <location filename="../Project/Project.py" line="3554"/> <source>Add &translation...</source> <translation>Aggiungi &traduzione...</translation> </message> <message> - <location filename="../Project/Project.py" line="3545"/> - <source>Add a translation to the current project</source> - <translation>Aggiungi le traduzioni al progetto corrente</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3547"/> - <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> - <translation><b>Aggiungi traduzione...</b><p>Apre un dialogo per aggiungere una traduzione al progetto corrente.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3555"/> - <source>Search new files</source> - <translation>Cerca nuovi file</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3555"/> - <source>Searc&h new files...</source> - <translation>Cerca &nuovi file...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3559"/> + <source>Add a translation to the current project</source> + <translation>Aggiungi le traduzioni al progetto corrente</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3561"/> + <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> + <translation><b>Aggiungi traduzione...</b><p>Apre un dialogo per aggiungere una traduzione al progetto corrente.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3569"/> + <source>Search new files</source> + <translation>Cerca nuovi file</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3569"/> + <source>Searc&h new files...</source> + <translation>Cerca &nuovi file...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3573"/> <source>Search new files in the project directory.</source> <translation>Cerca nei file nella directory del progetto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3584"/> + <location filename="../Project/Project.py" line="3598"/> <source>Project properties</source> <translation>Proprietà del progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3584"/> + <location filename="../Project/Project.py" line="3598"/> <source>&Properties...</source> <translation>&Proprietà...</translation> </message> <message> - <location filename="../Project/Project.py" line="3589"/> + <location filename="../Project/Project.py" line="3603"/> <source>Show the project properties</source> <translation>Mostra le proprietà del progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3590"/> + <location filename="../Project/Project.py" line="3604"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation><b>Proprietà...</b><p>Mosta un dialogo per modificare le proprietà di un progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3712"/> + <location filename="../Project/Project.py" line="3726"/> <source>Load session</source> <translation>Carica sessione</translation> </message> <message> - <location filename="../Project/Project.py" line="3716"/> - <source>Load the projects session file.</source> - <translation>Carica il file di sessione del progetto.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3717"/> - <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> - <translation><b>Carica sessione</b><p>Questo carica la sessione del progetto.La sessione è composta dai seguenti dati.<br>- tutti i file sorgente aperti<br>- tutti i breakpoint<br>- gli argomenti alla riga di comango<br>- la directory di lavoro<br>- il flag di segnalazione delle eccezioni</p></translation> - </message> - <message> <location filename="../Project/Project.py" line="3730"/> + <source>Load the projects session file.</source> + <translation>Carica il file di sessione del progetto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3731"/> + <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation><b>Carica sessione</b><p>Questo carica la sessione del progetto.La sessione è composta dai seguenti dati.<br>- tutti i file sorgente aperti<br>- tutti i breakpoint<br>- gli argomenti alla riga di comango<br>- la directory di lavoro<br>- il flag di segnalazione delle eccezioni</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3744"/> <source>Save session</source> <translation>Salva sessione</translation> </message> <message> - <location filename="../Project/Project.py" line="3734"/> + <location filename="../Project/Project.py" line="3748"/> <source>Save the projects session file.</source> <translation>Salva il file sessione del progetto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3735"/> + <location filename="../Project/Project.py" line="3749"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Salva sessione</b><p>Questo carica la sessione del progetto.La sessione è composta dai seguenti dati.<br>- tutti i file sorgente aperti<br>- tutti i breakpoint<br>- gli argomenti alla riga di comango<br>- la directory di lavoro<br>- il flag di segnalazione delle eccezioni</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3762"/> - <source>Code Metrics</source> - <translation>Statistiche codice</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3762"/> - <source>&Code Metrics...</source> - <translation>Statistiche &codice...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3766"/> - <source>Show some code metrics for the project.</source> - <translation>Mostra alcune statistiche del codice per il progetto.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3768"/> - <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> - <translation><b>Statistiche codice...</b><p>Mostra alcune statistiche di tutti i file Python nel progetto.</p></translation> - </message> - <message> <location filename="../Project/Project.py" line="3776"/> - <source>Python Code Coverage</source> - <translation>Analisi codice Python</translation> + <source>Code Metrics</source> + <translation>Statistiche codice</translation> </message> <message> <location filename="../Project/Project.py" line="3776"/> - <source>Code Co&verage...</source> - <translation>A&nalisi codice...</translation> + <source>&Code Metrics...</source> + <translation>Statistiche &codice...</translation> </message> <message> <location filename="../Project/Project.py" line="3780"/> - <source>Show code coverage information for the project.</source> - <translation>Mostra le informazioni dell'analisi del codice del progetto.</translation> + <source>Show some code metrics for the project.</source> + <translation>Mostra alcune statistiche del codice per il progetto.</translation> </message> <message> <location filename="../Project/Project.py" line="3782"/> - <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> - <translation><b>Analisi codice...</b><p>Mostra le analisi del codice di tutti i file Python nel progetto.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4568"/> - <source>Profile Data</source> - <translation>Profilazione dati</translation> + <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> + <translation><b>Statistiche codice...</b><p>Mostra alcune statistiche di tutti i file Python nel progetto.</p></translation> </message> <message> <location filename="../Project/Project.py" line="3790"/> - <source>&Profile Data...</source> - <translation>&Profilazione dati...</translation> + <source>Python Code Coverage</source> + <translation>Analisi codice Python</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3790"/> + <source>Code Co&verage...</source> + <translation>A&nalisi codice...</translation> </message> <message> <location filename="../Project/Project.py" line="3794"/> - <source>Show profiling data for the project.</source> - <translation>Mostra la profilazione dei dati per il progetto.</translation> + <source>Show code coverage information for the project.</source> + <translation>Mostra le informazioni dell'analisi del codice del progetto.</translation> </message> <message> <location filename="../Project/Project.py" line="3796"/> + <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> + <translation><b>Analisi codice...</b><p>Mostra le analisi del codice di tutti i file Python nel progetto.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4582"/> + <source>Profile Data</source> + <translation>Profilazione dati</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3804"/> + <source>&Profile Data...</source> + <translation>&Profilazione dati...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3808"/> + <source>Show profiling data for the project.</source> + <translation>Mostra la profilazione dei dati per il progetto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3810"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>Profilazione dati...</b><p>Mostra la profilazione dei dati per il progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4622"/> + <location filename="../Project/Project.py" line="4636"/> <source>Application Diagram</source> <translation>Diagrammi dell'applicazione</translation> </message> <message> - <location filename="../Project/Project.py" line="3805"/> + <location filename="../Project/Project.py" line="3819"/> <source>&Application Diagram...</source> <translation>Diagramma dell' &Applicazione...</translation> </message> <message> - <location filename="../Project/Project.py" line="3809"/> + <location filename="../Project/Project.py" line="3823"/> <source>Show a diagram of the project.</source> <translation>Mostra un diagramma del progetto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3811"/> + <location filename="../Project/Project.py" line="3825"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Diagrammi dell'applicazione...</b><p>Mostra un diagramma del progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3905"/> + <location filename="../Project/Project.py" line="3919"/> <source>Open &Recent Projects</source> <translation>Apri un progetto &recente</translation> </message> <message> - <location filename="../Project/Project.py" line="3913"/> + <location filename="../Project/Project.py" line="3927"/> <source>&Diagrams</source> <translation>&Diagrammi</translation> </message> <message> - <location filename="../Project/Project.py" line="3910"/> + <location filename="../Project/Project.py" line="3924"/> <source>Chec&k</source> <translation>&Controlla</translation> </message> <message> - <location filename="../Project/Project.py" line="3906"/> + <location filename="../Project/Project.py" line="3920"/> <source>&Version Control</source> <translation>Controllo di &Versione</translation> </message> <message> - <location filename="../Project/Project.py" line="3912"/> + <location filename="../Project/Project.py" line="3926"/> <source>Sho&w</source> <translation>&Mostra</translation> </message> <message> - <location filename="../Project/Project.py" line="3915"/> + <location filename="../Project/Project.py" line="3929"/> <source>Source &Documentation</source> <translation>&Documentazione sorgenti</translation> </message> <message> - <location filename="../Project/Project.py" line="4231"/> + <location filename="../Project/Project.py" line="4245"/> <source>Search New Files</source> <translation>Cerca Nuovi File</translation> </message> <message> - <location filename="../Project/Project.py" line="4231"/> + <location filename="../Project/Project.py" line="4245"/> <source>There were no new files found to be added.</source> <translation>Non sono stati trovati file da aggiungere.</translation> </message> <message> - <location filename="../Project/Project.py" line="4377"/> + <location filename="../Project/Project.py" line="4391"/> <source>Version Control System</source> <translation>Version Control System</translation> </message> <message> - <location filename="../Project/Project.py" line="4495"/> + <location filename="../Project/Project.py" line="4509"/> <source>Coverage Data</source> <translation>Dati Analisi</translation> </message> <message> - <location filename="../Project/Project.py" line="4545"/> + <location filename="../Project/Project.py" line="4559"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Non c'è uno script principale definito per il progetto. Esco</translation> </message> <message> - <location filename="../Project/Project.py" line="1788"/> + <location filename="../Project/Project.py" line="1802"/> <source>Rename file</source> <translation>Rinomina file</translation> </message> <message> - <location filename="../Project/Project.py" line="1812"/> + <location filename="../Project/Project.py" line="1826"/> <source>Rename File</source> <translation>Rinomina File</translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2697"/> <source>New Project</source> <translation>Nuovo Progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="2235"/> + <location filename="../Project/Project.py" line="2249"/> <source>Add existing files to the project?</source> <translation>Aggiungi file esistenti al progetto ?</translation> </message> <message> - <location filename="../Project/Project.py" line="2354"/> + <location filename="../Project/Project.py" line="2368"/> <source>Would you like to edit the VCS command options?</source> <translation>Vuoi modificare le opzioni del comando VCS ?</translation> </message> <message> - <location filename="../Project/Project.py" line="2302"/> + <location filename="../Project/Project.py" line="2316"/> <source>Shall the project file be added to the repository?</source> <translation>Il file progetto deve essere aggiunto al repository ?</translation> </message> <message> - <location filename="../Project/Project.py" line="2326"/> + <location filename="../Project/Project.py" line="2340"/> <source>Select version control system for the project</source> <translation>Seleziona il version control system per il progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3525"/> + <location filename="../Project/Project.py" line="3539"/> <source>Add directory to project</source> <translation>Aggiungi directory al progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3525"/> + <location filename="../Project/Project.py" line="3539"/> <source>Add directory...</source> <translation>Aggiungi directory...</translation> </message> <message> - <location filename="../Project/Project.py" line="3530"/> + <location filename="../Project/Project.py" line="3544"/> <source>Add a directory to the current project</source> <translation>Aggiungi una directory al progetto corrente</translation> </message> <message> - <location filename="../Project/Project.py" line="3532"/> + <location filename="../Project/Project.py" line="3546"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>Aggiungi directory...</b><p>Apre un dialogo per aggiungere una directory al progetto corrente.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4518"/> + <location filename="../Project/Project.py" line="4532"/> <source>Code Coverage</source> <translation>Analisi codice</translation> </message> <message> - <location filename="../Project/Project.py" line="4518"/> + <location filename="../Project/Project.py" line="4532"/> <source>Please select a coverage file</source> <translation>Per favore seleziona un file per l'analisi</translation> </message> <message> - <location filename="../Project/Project.py" line="4568"/> + <location filename="../Project/Project.py" line="4582"/> <source>Please select a profile file</source> <translation>Per favore seleziona un file per la profilazione</translation> </message> <message> - <location filename="../Project/Project.py" line="984"/> + <location filename="../Project/Project.py" line="998"/> <source>Delete project session</source> <translation>Cancella sessione di progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3748"/> + <location filename="../Project/Project.py" line="3762"/> <source>Delete session</source> <translation>Cancella sessione</translation> </message> <message> - <location filename="../Project/Project.py" line="3752"/> + <location filename="../Project/Project.py" line="3766"/> <source>Delete the projects session file.</source> <translation>Cancella il file di sessione del progetto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3753"/> + <location filename="../Project/Project.py" line="3767"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation><b>Cancella sessione</b><p>Cancella la sessione del progetto.</p></translation> </message> <message> <location filename="../Project/Project.py" line="166"/> <source>Ruby Files (*.rb);;</source> - <translation>File Ruby (*.rb);;</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3561"/> + <translation type="obsolete">File Ruby (*.rb);;</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3575"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> <translation><b>Cerca nuovi file...</b><p>Cerca per nuovi file (sorgenti, *.ui, *.idl) nella directory del progetto e in tutte le sottodirectory registrate.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="247"/> + <location filename="../Project/Project.py" line="261"/> <source>Console</source> <translation>Console</translation> </message> <message> - <location filename="../Project/Project.py" line="248"/> + <location filename="../Project/Project.py" line="262"/> <source>Other</source> <translation>Altro</translation> </message> <message> - <location filename="../Project/Project.py" line="4622"/> + <location filename="../Project/Project.py" line="4636"/> <source>Include module names?</source> <translation>Includi i nomi dei moduli ?</translation> </message> <message> - <location filename="../Project/Project.py" line="2077"/> + <location filename="../Project/Project.py" line="2091"/> <source>Delete directory</source> <translation>Cancella directory</translation> </message> <message> - <location filename="../Project/Project.py" line="1018"/> + <location filename="../Project/Project.py" line="1032"/> <source>Read tasks</source> <translation>Leggi tesk</translation> </message> <message> - <location filename="../Project/Project.py" line="1038"/> + <location filename="../Project/Project.py" line="1052"/> <source>Save tasks</source> <translation>Salva task</translation> </message> <message> - <location filename="../Project/Project.py" line="1095"/> + <location filename="../Project/Project.py" line="1109"/> <source>Read debugger properties</source> <translation>Leggi le proprietà del debugger</translation> </message> <message> - <location filename="../Project/Project.py" line="1129"/> + <location filename="../Project/Project.py" line="1143"/> <source>Save debugger properties</source> <translation>Salva le proprietà del debugger</translation> </message> <message> - <location filename="../Project/Project.py" line="1155"/> + <location filename="../Project/Project.py" line="1169"/> <source>Delete debugger properties</source> <translation>Cancella le proprietà del debugger</translation> </message> <message> - <location filename="../Project/Project.py" line="3648"/> + <location filename="../Project/Project.py" line="3662"/> <source>Debugger Properties</source> <translation>Proprietà Debugger</translation> </message> <message> - <location filename="../Project/Project.py" line="3648"/> + <location filename="../Project/Project.py" line="3662"/> <source>Debugger &Properties...</source> <translation>&Proprietà Debugger...</translation> </message> <message> - <location filename="../Project/Project.py" line="3652"/> - <source>Show the debugger properties</source> - <translation>Mostra le proprietàd el debugger</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3653"/> - <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> - <translation><b>Proprietà debugger...</b><p>Mostra un dialogo per modificare le impostazioni specifiche per il progetto del debugger.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3661"/> - <source>Load</source> - <translation>Carica</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3661"/> - <source>&Load</source> - <translation>&Carica</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3665"/> - <source>Load the debugger properties</source> - <translation>Carica le proprietàd el debugger</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3673"/> - <source>Save</source> - <translation>Salva</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3677"/> - <source>Save the debugger properties</source> - <translation>Salva le proprietà del debugger</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3685"/> - <source>Delete</source> - <translation>Cancella</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3685"/> - <source>&Delete</source> - <translation>&Cancella</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3689"/> - <source>Delete the debugger properties</source> - <translation>Cancella le proprietà del debugger</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3698"/> - <source>Reset</source> - <translation>Resetta</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3698"/> - <source>&Reset</source> - <translation>&Resetta</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3702"/> - <source>Reset the debugger properties</source> - <translation>Resetta le proprietà del debugger</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3917"/> - <source>Debugger</source> - <translation>Debugger</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3914"/> - <source>Session</source> - <translation>Sessione</translation> - </message> - <message> <location filename="../Project/Project.py" line="3666"/> - <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> - <translation><b>Carica le proprietà del debugger</b><p>Carica le proprietà del debugger specifiche per il progetto.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3678"/> - <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> - <translation><b>Salva le proprietà del debugger</b><p>Salva le proprietà del debugger specifiche per il progetto.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3690"/> - <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> - <translation><b>Cancella le proprietà del debugger</b><p>Cancella il file che contiene le proprietà del debugger specifiche per il progetto.</p></translation> + <source>Show the debugger properties</source> + <translation>Mostra le proprietàd el debugger</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3667"/> + <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> + <translation><b>Proprietà debugger...</b><p>Mostra un dialogo per modificare le impostazioni specifiche per il progetto del debugger.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3675"/> + <source>Load</source> + <translation>Carica</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3675"/> + <source>&Load</source> + <translation>&Carica</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3679"/> + <source>Load the debugger properties</source> + <translation>Carica le proprietàd el debugger</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3687"/> + <source>Save</source> + <translation>Salva</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3691"/> + <source>Save the debugger properties</source> + <translation>Salva le proprietà del debugger</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3699"/> + <source>Delete</source> + <translation>Cancella</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3699"/> + <source>&Delete</source> + <translation>&Cancella</translation> </message> <message> <location filename="../Project/Project.py" line="3703"/> + <source>Delete the debugger properties</source> + <translation>Cancella le proprietà del debugger</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3712"/> + <source>Reset</source> + <translation>Resetta</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3712"/> + <source>&Reset</source> + <translation>&Resetta</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3716"/> + <source>Reset the debugger properties</source> + <translation>Resetta le proprietà del debugger</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3931"/> + <source>Debugger</source> + <translation>Debugger</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3928"/> + <source>Session</source> + <translation>Sessione</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3680"/> + <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> + <translation><b>Carica le proprietà del debugger</b><p>Carica le proprietà del debugger specifiche per il progetto.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3692"/> + <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> + <translation><b>Salva le proprietà del debugger</b><p>Salva le proprietà del debugger specifiche per il progetto.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3704"/> + <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> + <translation><b>Cancella le proprietà del debugger</b><p>Cancella il file che contiene le proprietà del debugger specifiche per il progetto.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3717"/> <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> <translation><b>Azzera le proprietà del debugger</b><p>Azzera le proprietà del debugger specifiche per il progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3612"/> + <location filename="../Project/Project.py" line="3626"/> <source>Filetype Associations</source> <translation>Associazione tipi file</translation> </message> <message> - <location filename="../Project/Project.py" line="3612"/> + <location filename="../Project/Project.py" line="3626"/> <source>Filetype Associations...</source> <translation>Associazione tipi file...</translation> </message> <message> - <location filename="../Project/Project.py" line="3616"/> + <location filename="../Project/Project.py" line="3630"/> <source>Show the project filetype associations</source> <translation>Mostra le associazioni dei tipi di file del progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3618"/> + <location filename="../Project/Project.py" line="3632"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation><b>Associazione tipi file...</b><p>Mostra un dialogo per modificare le associazioni dei tipi file del progetto. Queste associazioni determinano il tipo (codice sorgente, interfaccia o altro) con un pattern del nome file. Sono usati quando aggiungi un file al progetto e quanto esegui una ricerca per nuovi file.</p></translation> </message> <message> + <location filename="../Project/Project.py" line="3932"/> + <source>Pac&kagers</source> + <translation>Pac&kagers</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3523"/> + <source>Add files to project</source> + <translation>Aggiungi file al progetto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3523"/> + <source>Add &files...</source> + <translation>Aggiungi &files...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3528"/> + <source>Add files to the current project</source> + <translation>Aggiungi file al progetto corrente</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3530"/> + <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> + <translation><b>Aggiungi files...</b><p>Apre un dialogo per aggiungere file al progetto corrente. Il posto dove aggiungerli è determinato dall'estensione.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2833"/> + <source>Project Files (*.e4p)</source> + <translation>File progetto (*.e4p)</translation> + </message> + <message> <location filename="../Project/Project.py" line="3918"/> - <source>Pac&kagers</source> - <translation>Pac&kagers</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3509"/> - <source>Add files to project</source> - <translation>Aggiungi file al progetto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3509"/> - <source>Add &files...</source> - <translation>Aggiungi &files...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3514"/> - <source>Add files to the current project</source> - <translation>Aggiungi file al progetto corrente</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3516"/> - <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> - <translation><b>Aggiungi files...</b><p>Apre un dialogo per aggiungere file al progetto corrente. Il posto dove aggiungerli è determinato dall'estensione.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="2819"/> - <source>Project Files (*.e4p)</source> - <translation>File progetto (*.e4p)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3904"/> <source>&Project</source> <translation>&Progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="4026"/> + <location filename="../Project/Project.py" line="4040"/> <source>Project</source> <translation>Progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="4092"/> + <location filename="../Project/Project.py" line="4106"/> <source>&Clear</source> <translation>Pulis&ci</translation> </message> <message> - <location filename="../Project/Project.py" line="837"/> + <location filename="../Project/Project.py" line="851"/> <source>Read user project properties</source> <translation>Leggi le proprietà utente del progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="861"/> + <location filename="../Project/Project.py" line="875"/> <source>Save user project properties</source> <translation>Salva le proprietà utente del progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3597"/> + <location filename="../Project/Project.py" line="3611"/> <source>User project properties</source> <translation>Proprietà utente del progetto</translation> </message> <message> - <location filename="../Project/Project.py" line="3597"/> + <location filename="../Project/Project.py" line="3611"/> <source>&User Properties...</source> <translation>Proprietà &utente...</translation> </message> <message> - <location filename="../Project/Project.py" line="3602"/> + <location filename="../Project/Project.py" line="3616"/> <source>Show the user specific project properties</source> <translation>Mostra le proprietà del multiprogetto specifiche dell'utente</translation> </message> <message> - <location filename="../Project/Project.py" line="3604"/> + <location filename="../Project/Project.py" line="3618"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation><b>Proprietà utente...</b><p>Mosta un dialogo per modificare le proprietà utente di un progetto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3035"/> + <location filename="../Project/Project.py" line="3049"/> <source>Syntax errors detected</source> <translation>Errore di sintassi rilevato</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3035"/> + <location filename="../Project/Project.py" line="3049"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>Il progetto contiene %n file con errori di sintassi.</numerusform> @@ -40351,27 +40562,22 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="4780"/> + <location filename="../Project/Project.py" line="4794"/> <source>Create Package List</source> <translation>Crea lista del package</translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> - <source>Create &Package List</source> - <translation>Crea lista del &package</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5027"/> - <source>Create Plugin Archive</source> - <translation>Crea un archivio per il plugin</translation> - </message> - <message> <location filename="../Project/Project.py" line="3848"/> - <source>Create Plugin &Archive</source> - <translation type="obsolete">Crea un &archivio per il plugin</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4740"/> + <source>Create &Package List</source> + <translation type="unfinished">Crea un &archivio per il plugin</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5041"/> + <source>Create Plugin Archive</source> + <translation>Crea un archivio per il plugin</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4754"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Il file <b>PKGLIST</b> esiste già.</p><p>Sovrascriverlo?</p></translation> </message> @@ -40381,82 +40587,77 @@ <translation type="obsolete"><p>Il file <b>PKGLIST </b> non esiste. Uscita...</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4799"/> + <location filename="../Project/Project.py" line="4813"/> <source>The project does not have a main script defined. Aborting...</source> <translation>Non c'è uno script principale definito per il progetto. Esco...</translation> </message> <message> - <location filename="../Project/Project.py" line="1567"/> + <location filename="../Project/Project.py" line="1581"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>La directory di partenza non contiene nessun file appartenente alla categoria selezionata.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2697"/> <source>Select Version Control System</source> <translation>Selezione il Sistema di Controllo della Versione (VCS)</translation> </message> <message> - <location filename="../Project/Project.py" line="2333"/> + <location filename="../Project/Project.py" line="2347"/> <source>None</source> <translation>Nessuno</translation> </message> <message> - <location filename="../Project/Project.py" line="346"/> + <location filename="../Project/Project.py" line="360"/> <source>Registering Project Type</source> <translation>Registrazione tipo progetto</translation> </message> <message> <location filename="../Project/Project.py" line="3864"/> - <source>Create Plugin Archive (Snapshot)</source> - <translation type="obsolete">Crea un archivio per il plugin (Snapshot)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3864"/> - <source>Create Plugin Archive (&Snapshot)</source> - <translation type="obsolete">Crea un archivio per il plugin (&Snapshot)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1263"/> + <source>Create Plugin &Archives</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1277"/> <source>You have to specify a translation pattern first.</source> <translation>Devi prima specificare un pattern di traduzione.</translation> </message> <message> - <location filename="../Project/Project.py" line="2432"/> + <location filename="../Project/Project.py" line="2446"/> <source>Translation Pattern</source> <translation>Pattern di traduzione</translation> </message> <message> - <location filename="../Project/Project.py" line="2432"/> + <location filename="../Project/Project.py" line="2446"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Inserisci il path per il file di traduzione (usa '%language% al posto del codice lingua):</translation> </message> <message> - <location filename="../Project/Project.py" line="3630"/> + <location filename="../Project/Project.py" line="3644"/> <source>Lexer Associations</source> <translation>Associazioni analizzatore lessicale</translation> </message> <message> - <location filename="../Project/Project.py" line="3630"/> + <location filename="../Project/Project.py" line="3644"/> <source>Lexer Associations...</source> <translation>Associazioni analizzatore lessicale...</translation> </message> <message> - <location filename="../Project/Project.py" line="3634"/> + <location filename="../Project/Project.py" line="3648"/> <source>Show the project lexer associations (overriding defaults)</source> <translation>Mostra le associazioni degli analizzatori lessicali del progetto (sovrascrivendo i default)</translation> </message> <message> - <location filename="../Project/Project.py" line="3636"/> + <location filename="../Project/Project.py" line="3650"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation><b>Associazioni analizzatore lessicale...</b><p>Mostra un dialogo per modificare le associazioni degli analizzatori lessicali dei progetti. Queste associazioni sovrascrivono the impostazioni globali. Gli analizzatori lessicali sono utilizzati per l'evidenziazione del testo nell'editor.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="262"/> + <location filename="../Project/Project.py" line="276"/> <source>PySide GUI</source> <translation>GUI PySide</translation> </message> <message> - <location filename="../Project/Project.py" line="263"/> + <location filename="../Project/Project.py" line="277"/> <source>PySide Console</source> <translation>Console PySide</translation> </message> @@ -40466,107 +40667,107 @@ <translation>Python3 Files (*.py *.py3);;Python3 GUI Files (*.pyw *.pyw3);;</translation> </message> <message> - <location filename="../Project/Project.py" line="701"/> + <location filename="../Project/Project.py" line="715"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation><p>Il file progetto <b>{0}</b> non può essere letto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="801"/> + <location filename="../Project/Project.py" line="815"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation><p>Il file progetto <b{0}</b> non può essere scritto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="837"/> + <location filename="../Project/Project.py" line="851"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation><p>Il file delle proprietà specifiche dell'utente del progetto <b>{0}</b> non può essere letto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="861"/> + <location filename="../Project/Project.py" line="875"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation><p>Il file delle proprietà specifiche dell'utente del progetto <b>{0}</b> non può essere scritto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="933"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation><p>La sessione del progetto <b>{0}</b> non può essere letta.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="955"/> + <location filename="../Project/Project.py" line="969"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation><p>La sessione del progetto <b>{0}</b> non può essere scritta.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="984"/> + <location filename="../Project/Project.py" line="998"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation><p>La sessione del progetto <b>{0}</b> non può essere cancellato.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1018"/> + <location filename="../Project/Project.py" line="1032"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Il file task <b>{0}</b> non può essere letto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1038"/> + <location filename="../Project/Project.py" line="1052"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Il file task <b>{0}</b> non può essere scritto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1095"/> + <location filename="../Project/Project.py" line="1109"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation><p>Il file delle proprietà del debugger del progetto<b>{0}</b> non può essere letto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1129"/> + <location filename="../Project/Project.py" line="1143"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation><p>Il file delle proprietà del debugger del progetto<b>{0}</b> non può essere scritto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1155"/> + <location filename="../Project/Project.py" line="1169"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation><p>Il file delle proprietà del debugger del progetto<b>{0}</b> non può essere cancellato.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1385"/> + <location filename="../Project/Project.py" line="1399"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> <translation><p>Il file di traduzione selezionato <b>{0}</b> non può essere cancellato.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1598"/> + <location filename="../Project/Project.py" line="1612"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Il file <b>{0}</b> esiste già.</p><p>Sovrascriverlo?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2834"/> + <location filename="../Project/Project.py" line="2848"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Il file <b>{0}</b> esiste già. Sovrascriverlo ?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1812"/> + <location filename="../Project/Project.py" line="1826"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation><p>Il file <b>{0}</b> non può essere rinominato.<br />Motivo: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2048"/> + <location filename="../Project/Project.py" line="2062"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> <translation><p>Il file selezionato <b>{0}</b> non può essere cancellato.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2077"/> + <location filename="../Project/Project.py" line="2091"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> <translation><p>La directory selezionata <b>{0}</b> non può essere cancellata.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2159"/> + <location filename="../Project/Project.py" line="2173"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation><p>La directory del progetto <b>{0}</b> non può essere creata.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4377"/> + <location filename="../Project/Project.py" line="4391"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation><p>VCS selezionato <b>{0}</b>non trovato.<br>Disabilito il controllo di versione.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4780"/> + <location filename="../Project/Project.py" line="4794"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation><p>Il file <b>PKGLIST</b> non può essere creato.<br />Motivo: {0}</p></translation> </message> @@ -40576,22 +40777,22 @@ <translation type="obsolete"><p>Il file <b>PKGLIST</b> non può essere letto.<br />Motivo: {0}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4911"/> + <location filename="../Project/Project.py" line="4925"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation><p>Il file <b>{0}</b> non può essere aggiunto all'archivio.Lo ignoro.</p><p>Motivo: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4985"/> + <location filename="../Project/Project.py" line="4999"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Il file plugin <b>{0}</b> non può essere salvato.<br />Motivo: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1524"/> + <location filename="../Project/Project.py" line="1538"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation><p>Il file selezionato <b>{0}</b> non può essere aggiunto a <b>{1}</b>.</p><p>Motivo: {2}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1580"/> + <location filename="../Project/Project.py" line="1594"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>La directory di destinazione<b>{0}</b> non può essere creata.</p><p>Motivo: {1}</p></translation> </message> @@ -40601,102 +40802,92 @@ <translation>Python Files (*.py2);;Python GUI Files (*.pyw2);;</translation> </message> <message> - <location filename="../Project/Project.py" line="2222"/> + <location filename="../Project/Project.py" line="2236"/> <source>Create main script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2222"/> + <location filename="../Project/Project.py" line="2236"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3819"/> + <location filename="../Project/Project.py" line="3833"/> <source>Load Diagram</source> <translation type="unfinished">Carico Diagramma</translation> </message> <message> - <location filename="../Project/Project.py" line="3819"/> + <location filename="../Project/Project.py" line="3833"/> <source>&Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3823"/> + <location filename="../Project/Project.py" line="3837"/> <source>Load a diagram from file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3825"/> - <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="323"/> - <source><p>The Programming Language <b>{0}</b> is not supported.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="346"/> - <source><p>The Project type <b>{0}</b> is already registered.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="334"/> - <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="244"/> - <source>PyQt5 GUI</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="245"/> - <source>PyQt5 Console</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4365"/> - <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5027"/> - <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3839"/> - <source>Create an initial PKGLIST file for an eric6 plugin.</source> - <translation type="unfinished">Crea un PKGLIST iniziale per un plugin di eric5. {6 ?}</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3841"/> - <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> - <translation type="unfinished"><b>Crea la lista del Package<b><p>Crea una lista iniziale dei file da includere nell'archivio di un plugin di eric5. La lista è creata partendo dal file progetto.</p> {6 ?}</translation> + <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="337"/> + <source><p>The Programming Language <b>{0}</b> is not supported.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="360"/> + <source><p>The Project type <b>{0}</b> is already registered.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="348"/> + <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="258"/> + <source>PyQt5 GUI</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="259"/> + <source>PyQt5 Console</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4379"/> + <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5041"/> + <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3853"/> - <source>Create an eric6 plugin archive file.</source> - <translation type="obsolete">Crea un file archivio per il plugin di eric5. {6 ?}</translation> + <source>Create an initial PKGLIST file for an eric6 plugin.</source> + <translation type="unfinished">Crea un file archivio per il plugin di eric5. {6 ?}</translation> </message> <message> <location filename="../Project/Project.py" line="3855"/> - <source><b>Create Plugin Archive</b><p>This creates an eric6 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name.</p></source> - <translation type="obsolete"><b>Crea Archivio Plugin</b><p>Crea un archivio per il plugin eric5 usando la lista dei file fornita nel file PKGLIST. Il nome dell'archivio è costruito dal nome dello script.</p> {6 ?}</translation> + <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> + <translation type="unfinished"><b>Crea Archivio Plugin</b><p>Crea un archivio per il plugin eric5 usando la lista dei file fornita nel file PKGLIST. Il nome dell'archivio è costruito dal nome dello script.</p> {6 ?}</translation> </message> <message> <location filename="../Project/Project.py" line="3869"/> - <source>Create an eric6 plugin archive file (snapshot release).</source> - <translation type="obsolete">Crea un file archivio per il plugin di eric5 (snapshot release). {6 ?}</translation> + <source>Create eric6 plugin archive files.</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3871"/> - <source><b>Create Plugin Archive (Snapshot)</b><p>This creates an eric6 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name. The version entry of the main script is modified to reflect a snapshot release.</p></source> - <translation type="obsolete"><b>Crea un archivio plugin (Snapshot)</b><p>Crea un file archivio di un plugin eric5 usando la lista di file fornita nel file PKGLIST. Il nome dell'archivio è determinato dal nome dello script principale. La versione dello script principale viene modificata per riflettere la release dello snapshot.</p> {6 ?}</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4881"/> + <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4895"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"><p>Il file archivio del plugin di eric5<b>{0}</b> non può essere creato.<br />Motivo: {1}</p> {6 ?} {0}?} {1}?}</translation> </message> @@ -40706,113 +40897,98 @@ <translation type="obsolete"><p>Il file archivio del plugin di eric5<b>{0} </b> è stato creato con successo.</p> {6 ?} {0}?}</translation> </message> <message> - <location filename="../Project/Project.py" line="242"/> + <location filename="../Project/Project.py" line="256"/> <source>PyQt4 GUI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="243"/> + <location filename="../Project/Project.py" line="257"/> <source>PyQt4 Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="246"/> + <location filename="../Project/Project.py" line="260"/> <source>Eric6 Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2653"/> + <location filename="../Project/Project.py" line="2667"/> <source>Create project management directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2653"/> + <location filename="../Project/Project.py" line="2667"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3569"/> + <location filename="../Project/Project.py" line="3583"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3575"/> + <location filename="../Project/Project.py" line="3589"/> <source>Search for a file in the project list of files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3577"/> + <location filename="../Project/Project.py" line="3591"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3569"/> + <location filename="../Project/Project.py" line="3583"/> <source>Search Project File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3569"/> + <location filename="../Project/Project.py" line="3583"/> <source>Search Project File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4834"/> + <location filename="../Project/Project.py" line="4848"/> <source>Create Plugin Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3850"/> - <source>Create Plugin &Archives</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3855"/> - <source>Create eric6 plugin archive files.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3857"/> - <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3867"/> + <location filename="../Project/Project.py" line="3881"/> <source>Create Plugin Archives (Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3867"/> + <location filename="../Project/Project.py" line="3881"/> <source>Create Plugin Archives (&Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3872"/> + <location filename="../Project/Project.py" line="3886"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3874"/> + <location filename="../Project/Project.py" line="3888"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4813"/> + <location filename="../Project/Project.py" line="4827"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4830"/> + <location filename="../Project/Project.py" line="4844"/> <source>Creating plugin archives...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4830"/> + <location filename="../Project/Project.py" line="4844"/> <source>Abort</source> <translation type="unfinished">Termina</translation> </message> <message> - <location filename="../Project/Project.py" line="4830"/> + <location filename="../Project/Project.py" line="4844"/> <source>%v/%m Archives</source> <translation type="unfinished"></translation> </message> @@ -40822,22 +40998,22 @@ <translation type="obsolete">Coverage</translation> </message> <message> - <location filename="../Project/Project.py" line="4847"/> + <location filename="../Project/Project.py" line="4861"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4930"/> + <location filename="../Project/Project.py" line="4944"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4933"/> + <location filename="../Project/Project.py" line="4947"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4823"/> + <location filename="../Project/Project.py" line="4837"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> @@ -51046,17 +51222,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="87"/> + <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="88"/> <source>No error description available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="118"/> + <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="119"/> <source>Remove Selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="123"/> + <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="124"/> <source>Remove All</source> <translation type="unfinished"></translation> </message> @@ -71445,24 +71621,24 @@ <context> <name>mercurial</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1477"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1476"/> <source><tr><td><b>Parent #{0}</b></td><td></td></tr> <tr><td><b>Changeset</b></td><td>{1}</td></tr></source> <translation><tr><td><b>Origine #{0}</b></td><td></td></tr> <tr><td><b>Changeset</b></td><td>{1}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2159"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2158"/> <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Tags</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2169"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2168"/> <source><tr><td><b>Branches</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Branches</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1497"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1496"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr></source> @@ -71471,24 +71647,24 @@ <tr><td><b>Committed time</b></td><td>{2}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2151"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2150"/> <source><tr><td><b>Tip</b></td><td></td></tr> </source> <translation><tr><td><b>Tip</b></td><td></td></tr> </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2153"/> <source><tr><td><b>Changeset</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Changeset</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2174"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2173"/> <source><tr><td><b>Parents</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Origini</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2178"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2177"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr> @@ -71498,12 +71674,12 @@ <tr><td><b>Committed time</b></td><td>{2}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2164"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2163"/> <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Segnalibri</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1535"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1534"/> <source><h3>Repository information</h3> <p><table> <tr><td><b>Mercurial V.</b></td><td>{0}</td></tr> @@ -71520,13 +71696,13 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2141"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2140"/> <source><tr><td><b>Head #{0}</b></td><td></td></tr> </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2146"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2145"/> <source><tr><td><b>Parent #{0}</b></td><td></td></tr> </source> <translation type="unfinished"></translation>
--- a/i18n/eric6_pt.ts Fri Oct 21 23:14:16 2016 +0200 +++ b/i18n/eric6_pt.ts Sat Oct 22 17:09:08 2016 +0200 @@ -6621,7 +6621,7 @@ <context> <name>DebuggerInterfacePython2</name> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="348"/> <source>Start Debugger</source> <translation type="unfinished">Iniciar o Depurador</translation> </message> @@ -6631,37 +6631,37 @@ <translation type="unfinished"><p>Intérprete de Python2 não configurado.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="348"/> <source><p>The debugger backend could not be started.</p></source> <translation type="unfinished"><p>A instalação de retaguarda do depurador não pode iniciar.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="815"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="811"/> <source>Parent Process</source> <translation type="unfinished">Processo Pai</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="816"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="812"/> <source>Child process</source> <translation type="unfinished">Processo Filho</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="813"/> <source>Client forking</source> <translation type="unfinished">Bifurcação do Cliente</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="813"/> <source>Select the fork branch to follow.</source> <translation type="unfinished">Selecionar o ramo da bifurcação a seguir.</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="858"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="858"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{0}</p></source> <translation type="unfinished"></translation> </message> @@ -6669,32 +6669,32 @@ <context> <name>DebuggerInterfacePython3</name> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="348"/> <source>Start Debugger</source> <translation>Iniciar o Depurador</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="348"/> <source><p>The debugger backend could not be started.</p></source> <translation><p>A instalação de retaguarda do depurador não pode iniciar.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="815"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="811"/> <source>Parent Process</source> <translation>Processo Pai</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="816"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="812"/> <source>Child process</source> <translation>Processo Filho</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="813"/> <source>Client forking</source> <translation>Bifurcação do Cliente</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="813"/> <source>Select the fork branch to follow.</source> <translation>Selecionar o ramo da bifurcação a seguir.</translation> </message> @@ -6704,12 +6704,12 @@ <translation><p>Intérprete de Python3 não configurado.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="858"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="858"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{0}</p></source> <translation type="unfinished"></translation> </message> @@ -6925,7 +6925,7 @@ <translation type="obsolete">Selecionar intérprete para Cliente de Depuração</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.py" line="117"/> + <location filename="../Project/DebuggerPropertiesDialog.py" line="111"/> <source>All Files (*)</source> <translation>Ficheiros Todos (*)</translation> </message> @@ -6963,7 +6963,7 @@ <translation>Tipo de Cliente de Depuração</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="98"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="68"/> <source>Enter the path of the Debug Client to be used. Leave empty to use the default.</source> <translation>Introduzir a rota do Cliente de Depuração a usar. Deixe vazio para usar a predefenida.</translation> </message> @@ -6973,57 +6973,57 @@ <translation>Pressionar para selecionar o Cliente de Depuração através da caixa de diálogo de seleção de ficheiros</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="62"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="75"/> <source>Select the standard debug client</source> <translation>Selecionar o cliente de depuração padrão</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="65"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="78"/> <source>Standard</source> <translation>Padrão</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="82"/> - <source>Select the custom selected debug client</source> - <translation>Selecionar o cliente de depuração personalizado</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="85"/> + <source>Select the custom selected debug client</source> + <translation>Selecionar o cliente de depuração personalizado</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="88"/> <source>Custom</source> <translation>Personalizado</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="72"/> <source>Select the multi threaded debug client</source> - <translation>Selecionar o cliente de depuração multi-segmento</translation> + <translation type="obsolete">Selecionar o cliente de depuração multi-segmento</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="75"/> <source>Multi Threaded</source> - <translation>Multi-Segmento</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="108"/> + <translation type="obsolete">Multi-Segmento</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="98"/> <source>Source association</source> <translation>Associação Fonte</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="114"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="104"/> <source>Enter the file extensions to be associated with the Python3 debugger separated by a space. They must not overlap with the ones for Python2.</source> <translation>Introduzir as extensões a associar com o depurador de Python3, separadas por um espaço. Não devem sobrepôr-se às de Python2.</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="123"/> + <source>Redirect stdin/stdout/stderr</source> + <translation>Redirigir stdin/stdout/stderr</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="130"/> + <source>Select to not set the debug client encoding</source> + <translation>Selecionar para não definir a codificação do cliente de depuração</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="133"/> - <source>Redirect stdin/stdout/stderr</source> - <translation>Redirigir stdin/stdout/stderr</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="140"/> - <source>Select to not set the debug client encoding</source> - <translation>Selecionar para não definir a codificação do cliente de depuração</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="143"/> <source>Don't set the encoding of the debug client</source> <translation>Não definir a codificação do cliente de depuração</translation> </message> @@ -7048,7 +7048,7 @@ <translation>Introduzir a rota do intérprete de Python3 a usar. Deixe vazio para usar a predefenida.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="130"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="120"/> <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> <translation>Selecionar para redirigir stdin, stdout e stderr do programa a depurar para o IDE eric6</translation> </message> @@ -7076,7 +7076,7 @@ <translation>Tipo de Cliente de Depuração</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="98"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="68"/> <source>Enter the path of the Debug Client to be used. Leave empty to use the default.</source> <translation>Introduzir a rota do Cliente de Depuração a usar. Deixe vazio para usar a predefenida.</translation> </message> @@ -7086,57 +7086,57 @@ <translation>Pressionar para selecionar o Cliente de Depuração através da caixa de diálogo de seleção de ficheiros</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="62"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="75"/> <source>Select the standard debug client</source> <translation>Selecionar o cliente de depuração padrão</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="65"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="78"/> <source>Standard</source> <translation>Padrão</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="82"/> - <source>Select the custom selected debug client</source> - <translation>Selecionar o cliente de depuração personalizado</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="85"/> + <source>Select the custom selected debug client</source> + <translation>Selecionar o cliente de depuração personalizado</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="88"/> <source>Custom</source> <translation>Personalizado</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="72"/> <source>Select the multi threaded debug client</source> - <translation>Selecionar o cliente de depuração multi-segmento</translation> + <translation type="obsolete">Selecionar o cliente de depuração multi-segmento</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="75"/> <source>Multi Threaded</source> - <translation>Multi-Segmento</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="108"/> + <translation type="obsolete">Multi-Segmento</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="98"/> <source>Source association</source> <translation>Associação Fonte</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="114"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="104"/> <source>Enter the file extensions to be associated with the Python2 debugger separated by a space. They must not overlap with the ones for Python3.</source> <translation>Introduzir as extensões a associar com o depurador de Python2, separadas por um espaço. Não devem sobrepôr-se às de Python3.</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="123"/> + <source>Redirect stdin/stdout/stderr</source> + <translation>Redirigir stdin/stdout/stderr</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="130"/> + <source>Select to not set the debug client encoding</source> + <translation>Selecionar para não definir a codificação do cliente de depuração</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="133"/> - <source>Redirect stdin/stdout/stderr</source> - <translation>Redirigir stdin/stdout/stderr</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="140"/> - <source>Select to not set the debug client encoding</source> - <translation>Selecionar para não definir a codificação do cliente de depuração</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="143"/> <source>Don't set the encoding of the debug client</source> <translation>Não definir a codificação do cliente de depuração</translation> </message> @@ -7161,7 +7161,7 @@ <translation>Introduzir a rota do intérprete a usar pelo cliente de depuração.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="130"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="120"/> <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> <translation>Selecionar para redirigir stdin, stdout e stderr do programa a depurar para o IDE eric6</translation> </message> @@ -17847,22 +17847,22 @@ <translation>&Procurar por:</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="194"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="202"/> <source>Open Link</source> <translation>Abrir Vínculo</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="195"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="203"/> <source>Open Link in New Tab</source> <translation>Abrir Vínculo Num Separador Novo</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="196"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="204"/> <source>Open Link in Background Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="198"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="206"/> <source>Open Link in New Window</source> <translation type="unfinished"></translation> </message> @@ -17951,22 +17951,22 @@ <context> <name>HelpSearchWidget</name> <message> - <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="145"/> + <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="144"/> <source>Open Link</source> <translation>Abrir Vínculo</translation> </message> <message> + <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="145"/> + <source>Open Link in New Tab</source> + <translation>Abrir Vínculo Num Separador Novo</translation> + </message> + <message> <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="146"/> - <source>Open Link in New Tab</source> - <translation>Abrir Vínculo Num Separador Novo</translation> - </message> - <message> - <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="147"/> <source>Open Link in Background Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="149"/> + <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="148"/> <source>Open Link in New Window</source> <translation type="unfinished"></translation> </message> @@ -18149,22 +18149,22 @@ <context> <name>HelpTocWidget</name> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="162"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="158"/> <source>Open Link</source> <translation>Abrir Vínculo</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="163"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="159"/> <source>Open Link in New Tab</source> <translation>Abrir Vínculo Num Separador Novo</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="164"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="160"/> <source>Open Link in Background Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="166"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="162"/> <source>Open Link in New Window</source> <translation type="unfinished"></translation> </message> @@ -22049,437 +22049,437 @@ <context> <name>Hg</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="282"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="281"/> <source>The hg process finished with the exit code {0}</source> <translation>O processo hg terminou com o código de saída {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1873"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1872"/> <source>The hg process did not finish within 30s.</source> <translation>O processo hg não acabou em 30s.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="289"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="288"/> <source>Could not start the hg executable.</source> <translation>Não se pôde iniciar o executável hg.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="317"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="316"/> <source>Create project repository</source> <translation>Criar repositorio do projeto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="317"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="316"/> <source>The project repository could not be created.</source> <translation>O repositorio do projeto não se pôde criar.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="346"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="345"/> <source>Creating Mercurial repository</source> <translation>A criar repositorio Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="362"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="361"/> <source>Initial commit to Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="410"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="409"/> <source>Cloning project from a Mercurial repository</source> <translation>A clonar projeto dum repositorio Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="660"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="659"/> <source>Synchronizing with the Mercurial repository</source> <translation>A sincronizar com o repositorio Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="710"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="709"/> <source>Adding files/directories to the Mercurial repository</source> <translation>A adicionar ficheiros/diretorios ao repositorio Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="780"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="779"/> <source>Removing files/directories from the Mercurial repository</source> <translation>A retirar ficheiros/diretorios do repositorio Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="842"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="841"/> <source>Renaming {0}</source> <translation>A renomear {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1063"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1062"/> <source>Reverting changes</source> <translation>Desfazer alterações</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1108"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1107"/> <source>Merging</source> <translation>A mesclar</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1410"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1409"/> <source>Mercurial command</source> <translation>Comando de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1630"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1629"/> <source>Copying {0}</source> <translation>A copiar {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2031"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2030"/> <source>Pulling from a remote Mercurial repository</source> <translation>A puxar dum repositorio Mercurial remoto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2085"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2084"/> <source>Pushing to a remote Mercurial repository</source> <translation>A empurrar a um repositorio Mercurial remoto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2293"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2292"/> <source>Creating branch in the Mercurial repository</source> <translation>A criar ramo no repositorio Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2322"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2321"/> <source>Showing current branch</source> <translation>A mostrar o ramo atual</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2446"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2412"/> <source>Verifying the integrity of the Mercurial repository</source> <translation>A verificar a integridade do repositorio Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2471"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2437"/> <source>Showing the combined configuration settings</source> <translation>A mostrar as definições de configuração combinadas</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2495"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2461"/> <source>Showing aliases for remote repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2519"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2485"/> <source>Recovering from interrupted transaction</source> <translation>A recuperar duma transação interrompida</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2543"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2509"/> <source>Identifying project directory</source> <translation>A identificar o diretorio do projeto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2581"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2547"/> <source>Create .hgignore file</source> <translation>Criar ficheiro .hgignore</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2581"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2547"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation><p>O ficheiro <b>{0}</b> já existe. Sobreescrever?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2672"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2638"/> <source>Create changegroup</source> <translation>Criar conjunto de alterações</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2629"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2595"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2646"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2612"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2693"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2659"/> <source>Preview changegroup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2733"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2699"/> <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2753"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2719"/> <source>Apply changegroups</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2741"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2707"/> <source>Shall the working directory be updated?</source> <translation>O diretorio de trabalho deve ser atualizado?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2771"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2737"/> <source>Bisect subcommand ({0}) invalid.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2801"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2767"/> <source>Mercurial Bisect ({0})</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2799"/> + <source>Removing files from the Mercurial repository only</source> + <translation>A retirar ficheiros apenas do repositorio Mercurial</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2853"/> + <source>Backing out changeset</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2833"/> - <source>Removing files from the Mercurial repository only</source> - <translation>A retirar ficheiros apenas do repositorio Mercurial</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2887"/> - <source>Backing out changeset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2867"/> <source>No revision given. Aborting...</source> <translation>Não foi dada revisão. Terminando...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2914"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2880"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2907"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2873"/> <source>Are you sure you want to rollback the last transaction?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="573"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="572"/> <source>Committing changes to Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3548"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3514"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3403"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3369"/> <source><p>The Mercurial Command Server could not be restarted.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3548"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3514"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2982"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2948"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3029"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2995"/> <source>Export Patches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3076"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3042"/> <source>Change Phase</source> <translation>Mudar Fase</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3129"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3095"/> <source>Copy Changesets</source> <translation type="unfinished">Copiar Conjuntos de Alterações</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3155"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3121"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3272"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3238"/> <source>Add Sub-repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3305"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3271"/> <source><p>The sub-repositories file .hgsub could not be read.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3253"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3219"/> <source><p>The sub-repositories file .hgsub already contains an entry <b>{0}</b>. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3324"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3290"/> <source><p>The sub-repositories file .hgsub could not be written to.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3324"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3290"/> <source>Remove Sub-repositories</source> <translation>Retirar Sub Repositórios</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3293"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3259"/> <source><p>The sub-repositories file .hgsub does not exist. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="506"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="505"/> <source>Commit Changes</source> <translation>Aplicar Alterações</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="506"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="505"/> <source>The commit affects files, that have unsaved changes. Shall the commit be continued?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1057"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1056"/> <source>Revert changes</source> <translation>Desfazer alterações</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1048"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1047"/> <source>Do you really want to revert all changes to these files or directories?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1057"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1056"/> <source>Do you really want to revert all changes of the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3190"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3156"/> <source>Create Unversioned Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1943"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1942"/> <source>Mercurial Side-by-Side Difference</source> <translation>Diferenças lado a lado de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1943"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1942"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation><p>O ficheiro <b>{0}</b> não se pôde ler.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1876"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1875"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Não pôde iniciar {0}.<br>Certifique-se de que está na rota de pesquisa.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1007"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1006"/> <source>Tagging in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1153"/> <source>Re-Merge</source> <translation>Remesclar</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1145"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1144"/> <source>Do you really want to re-merge these files or directories?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1153"/> <source>Do you really want to re-merge the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1159"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1158"/> <source>Re-Merging</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1184"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1183"/> <source>Current branch tip</source> <translation>Dica de ramo atual</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2231"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2230"/> <source>Marking as 'unresolved'</source> <translation>A marcar como 'sem resolver'</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2233"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2232"/> <source>Marking as 'resolved'</source> <translation>A marcar como 'resolvido'</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2260"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2259"/> <source>Cancelling uncommitted merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2300"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2299"/> <source>Created new branch <{0}>.</source> <translation>Criado o novo ramo <{0}>.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3658"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3624"/> <source>Mercurial Bookmark</source> <translation>Marcador de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3676"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3642"/> <source>Delete Bookmark</source> <translation>Apagar Marcador</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3676"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3642"/> <source>Select the bookmark to be deleted:</source> <translation>Selecionar o marcador a apagar:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3687"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3653"/> <source>Delete Mercurial Bookmark</source> <translation>Apagar o Marcador de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3715"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3681"/> <source>Rename Mercurial Bookmark</source> <translation>Renomear o Marcador de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3748"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3714"/> <source>Move Mercurial Bookmark</source> <translation>Mover o Marcador de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3840"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3806"/> <source>Pull Bookmark</source> <translation>Puxar Marcador</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3840"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3806"/> <source>Select the bookmark to be pulled:</source> <translation>Selecionar o marcador a puxar:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3851"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3817"/> <source>Pulling bookmark from a remote Mercurial repository</source> <translation>A puxar marcador desde o repositório remoto de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3880"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3846"/> <source>Push Bookmark</source> <translation>Empurrar Marcador</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3880"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3846"/> <source>Select the bookmark to be push:</source> <translation>Selecione o marcador a empurrar:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3891"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3857"/> <source>Pushing bookmark to a remote Mercurial repository</source> <translation>A empurrar marcador a um repositório remoto de Mercurial</translation> </message> @@ -23674,27 +23674,27 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="55"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="54"/> <source>&Refresh</source> <translation>Atualiza&r</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="57"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="56"/> <source>Press to refresh the list of conflicts</source> <translation>Pressionar para atualizar a lista de conflitos</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="157"/> <source>Process Generation Error</source> <translation>Erro na Criação de Processo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="157"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Não pôde iniciar {0}.<br>Certifique-se de que está na rota de pesquisa.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="249"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="248"/> <source>Unknown Status</source> <translation>Estado Desconhecido</translation> </message> @@ -29300,117 +29300,107 @@ <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="14"/> <source>Mercurial User Data</source> - <translation>Dados de Usuário de Mercurial</translation> + <translation type="obsolete">Dados de Usuário de Mercurial</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="23"/> <source>User Data</source> - <translation>Dados de Usuário</translation> + <translation type="obsolete">Dados de Usuário</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="29"/> <source>First Name:</source> - <translation>Nome:</translation> + <translation type="obsolete">Nome:</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="36"/> <source>Enter the first name</source> - <translation>Introduzir o nome</translation> + <translation type="obsolete">Introduzir o nome</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="43"/> <source>Last Name:</source> - <translation>Apelido:</translation> + <translation type="obsolete">Apelido:</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="50"/> <source>Enter the last name</source> - <translation>Introduzir o apelido</translation> + <translation type="obsolete">Introduzir o apelido</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="57"/> <source>Email:</source> - <translation>Correio eletrónico:</translation> + <translation type="obsolete">Correio eletrónico:</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="64"/> <source>Enter the email address</source> - <translation>Introduzir a direção do correio eletrónico</translation> + <translation type="obsolete">Introduzir a direção do correio eletrónico</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="74"/> <source>Extensions</source> - <translation>Extensões</translation> + <translation type="obsolete">Extensões</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="80"/> <source>Select to activate the fetch extension</source> - <translation>Selecionar para ativar a extensão de trazer (fetch)</translation> + <translation type="obsolete">Selecionar para ativar a extensão de trazer (fetch)</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="83"/> <source>Fetch</source> - <translation>Trazer</translation> + <translation type="obsolete">Trazer</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="90"/> <source>Select to activate the GPG extension</source> - <translation>Selecionar para ativar a extensão GPG</translation> + <translation type="obsolete">Selecionar para ativar a extensão GPG</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="93"/> <source>GPG</source> - <translation>GPG</translation> + <translation type="obsolete">GPG</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="100"/> <source>Select to activate the largefiles extension</source> - <translation>Selecionar para ativar a extensão de ficheiros grandes</translation> + <translation type="obsolete">Selecionar para ativar a extensão de ficheiros grandes</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="156"/> <source>Large Files</source> - <translation>Ficheiros Grandes</translation> + <translation type="obsolete">Ficheiros Grandes</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="110"/> <source>Select to activate the Purge extension</source> - <translation>Selecionar para ativar a extensão purgar (Purge)</translation> + <translation type="obsolete">Selecionar para ativar a extensão purgar (Purge)</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="113"/> <source>Purge</source> - <translation>Purgar</translation> + <translation type="obsolete">Purgar</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="120"/> <source>Select to activate the queues extension</source> - <translation>Selecionar para ativar a extensão de filas</translation> + <translation type="obsolete">Selecionar para ativar a extensão de filas</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="123"/> <source>Queues</source> - <translation>Filas</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="130"/> - <source>Select to activate the rebase extension</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="133"/> - <source>Rebase</source> - <translation type="unfinished"></translation> + <translation type="obsolete">Filas</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="140"/> <source>Select to activate the shelve extension</source> - <translation>Selecionar para ativar a extensão de pilhas</translation> + <translation type="obsolete">Selecionar para ativar a extensão de pilhas</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="143"/> <source>Shelve</source> - <translation>Pilha</translation> + <translation type="obsolete">Pilha</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="150"/> @@ -29425,27 +29415,358 @@ <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="162"/> <source>Minimum file size:</source> - <translation>Tamanho mínimo do ficheiro:</translation> + <translation type="obsolete">Tamanho mínimo do ficheiro:</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="169"/> <source>Enter the minimum file size in MB for files to be treated as Large Files</source> - <translation>Introduzir o tamanho mínimo em MB dos ficheiros que devem ser tratados como Ficheiros Grandes</translation> + <translation type="obsolete">Introduzir o tamanho mínimo em MB dos ficheiros que devem ser tratados como Ficheiros Grandes</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="175"/> <source> MB</source> - <translation> MB</translation> + <translation type="obsolete"> MB</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="201"/> <source>Patterns:</source> - <translation>Padrões:</translation> + <translation type="obsolete">Padrões:</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="208"/> <source>Enter file patterns (space separated) for files to be treated as Large Files</source> - <translation>Introduzir os padrões dos ficheiros (separados com espaços) a tratar como Ficheiros Grandes</translation> + <translation type="obsolete">Introduzir os padrões dos ficheiros (separados com espaços) a tratar como Ficheiros Grandes</translation> + </message> +</context> +<context> + <name>HgUserConfigDialog</name> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="349"/> + <source>Delete Host Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="349"/> + <source><p>Shall the fingerprint for host <b>{0}</b> really be deleted?</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="404"/> + <source>Edit User Configuration</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="404"/> + <source>You will loose all changes made in this dialog. Shall the data be saved first?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="14"/> + <source>Mercurial User Data</source> + <translation type="unfinished">Dados de Usuário de Mercurial</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="27"/> + <source>User</source> + <translation type="unfinished">Usuário</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="45"/> + <source>User Data</source> + <translation type="unfinished">Dados de Usuário</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="51"/> + <source>Name:</source> + <translation type="unfinished">Nome:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="58"/> + <source>Enter the user name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="61"/> + <source>Enter your name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="68"/> + <source>Email:</source> + <translation type="unfinished">Correio eletrónico:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="75"/> + <source>Enter the email address</source> + <translation type="unfinished">Introduzir a direção do correio eletrónico</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="78"/> + <source>Enter your email address</source> + <translation type="unfinished">Introduzir o direção do seu correio eletrónico</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="120"/> + <source>Extensions</source> + <translation type="unfinished">Extensões</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="126"/> + <source>Select to activate the fetch extension</source> + <translation type="unfinished">Selecionar para ativar a extensão de trazer (fetch)</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="129"/> + <source>Fetch</source> + <translation type="unfinished">Trazer</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="136"/> + <source>Select to activate the GPG extension</source> + <translation type="unfinished">Selecionar para ativar a extensão GPG</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="139"/> + <source>GPG</source> + <translation type="unfinished">GPG</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="146"/> + <source>Select to activate the largefiles extension</source> + <translation type="unfinished">Selecionar para ativar a extensão de ficheiros grandes</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="202"/> + <source>Large Files</source> + <translation type="unfinished">Ficheiros Grandes</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="156"/> + <source>Select to activate the Purge extension</source> + <translation type="unfinished">Selecionar para ativar a extensão purgar (Purge)</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="159"/> + <source>Purge</source> + <translation type="unfinished">Purgar</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="166"/> + <source>Select to activate the queues extension</source> + <translation type="unfinished">Selecionar para ativar a extensão de filas</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="169"/> + <source>Queues</source> + <translation type="unfinished">Filas</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="176"/> + <source>Select to activate the rebase extension</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="179"/> + <source>Rebase</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="186"/> + <source>Select to activate the shelve extension</source> + <translation type="unfinished">Selecionar para ativar a extensão de pilhas</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="189"/> + <source>Shelve</source> + <translation type="unfinished">Pilha</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="208"/> + <source>Minimum file size:</source> + <translation type="unfinished">Tamanho mínimo do ficheiro:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="215"/> + <source>Enter the minimum file size in MB for files to be treated as Large Files</source> + <translation type="unfinished">Introduzir o tamanho mínimo em MB dos ficheiros que devem ser tratados como Ficheiros Grandes</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="221"/> + <source> MB</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="247"/> + <source>Patterns:</source> + <translation type="unfinished">Padrões:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="254"/> + <source>Enter file patterns (space separated) for files to be treated as Large Files</source> + <translation type="unfinished">Introduzir os padrões dos ficheiros (separados com espaços) a tratar como Ficheiros Grandes</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="257"/> + <source>Enter file patterns for large files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="264"/> + <source>User Cache:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="280"/> + <source>Enter the name of the user cache directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="304"/> + <source>Network</source> + <translation type="unfinished">Rede</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="322"/> + <source>Proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="328"/> + <source>Host:</source> + <translation type="unfinished">Anfitrião:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="335"/> + <source>Enter the network proxy host name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="338"/> + <source>Enter Proxy Hostname</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="345"/> + <source>User:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="352"/> + <source>Enter the user name for the network proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="355"/> + <source>Enter Proxy Username</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="362"/> + <source>Password:</source> + <translation type="unfinished">Senha:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="369"/> + <source>Enter the password for the network proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="375"/> + <source>Enter Proxy Password</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="382"/> + <source>Bypass:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="389"/> + <source>Enter the names of hosts bypassing the network proxy sparated by comma</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="395"/> + <source>Enter hosts bypassing the proxy separated by comma</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="405"/> + <source>Host Fingerprints</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="424"/> + <source>Host</source> + <translation type="unfinished">Anfitrião</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="429"/> + <source>Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="439"/> + <source>Add a host fingerprint entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="446"/> + <source>Delete a host fingerprint entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="453"/> + <source>Edit a host fingerprint entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="482"/> + <source>Open the user configuration file in a text editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="485"/> + <source>Open configuration file in editor</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>HgUserConfigHostFingerprintDialog</name> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="14"/> + <source>Host Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="23"/> + <source>Host:</source> + <translation type="unfinished">Anfitrião:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="30"/> + <source>Enter the host name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="33"/> + <source>Enter Hostname</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="40"/> + <source>Fingerprint:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="47"/> + <source>Enter the host fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="50"/> + <source>Enter Fingerprint</source> + <translation type="unfinished"></translation> </message> </context> <context> @@ -39522,355 +39843,355 @@ <message> <location filename="../Project/Project.py" line="166"/> <source>Ruby Files (*.rb);;</source> - <translation>Ficheiros Ruby (*.rb);;</translation> - </message> - <message> - <location filename="../Project/Project.py" line="247"/> + <translation type="obsolete">Ficheiros Ruby (*.rb);;</translation> + </message> + <message> + <location filename="../Project/Project.py" line="261"/> <source>Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="248"/> - <source>Other</source> - <translation>Outro</translation> - </message> - <message> <location filename="../Project/Project.py" line="262"/> + <source>Other</source> + <translation>Outro</translation> + </message> + <message> + <location filename="../Project/Project.py" line="276"/> <source>PySide GUI</source> <translation>GUI de PySide</translation> </message> <message> - <location filename="../Project/Project.py" line="263"/> + <location filename="../Project/Project.py" line="277"/> <source>PySide Console</source> <translation>Consola de PySide</translation> </message> <message> - <location filename="../Project/Project.py" line="346"/> + <location filename="../Project/Project.py" line="360"/> <source>Registering Project Type</source> <translation>A registar Tipo de Projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="701"/> + <location filename="../Project/Project.py" line="715"/> <source>Read project file</source> <translation>Ler ficheiro de projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="701"/> + <location filename="../Project/Project.py" line="715"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation><p>Não se pôde ler o ficheiro de projeto <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="801"/> + <location filename="../Project/Project.py" line="815"/> <source>Save project file</source> <translation>Gravar ficheiro de projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="801"/> + <location filename="../Project/Project.py" line="815"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation><p>Não se pôde escrever o ficheiro de projeto <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="837"/> + <location filename="../Project/Project.py" line="851"/> <source>Read user project properties</source> <translation>Ler propriedades de projeto do usuário</translation> </message> <message> - <location filename="../Project/Project.py" line="837"/> + <location filename="../Project/Project.py" line="851"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="861"/> + <location filename="../Project/Project.py" line="875"/> <source>Save user project properties</source> <translation>Gravar propriedades de projeto do usuário</translation> </message> <message> - <location filename="../Project/Project.py" line="861"/> + <location filename="../Project/Project.py" line="875"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="933"/> <source>Read project session</source> <translation>Ler sessão de projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="1141"/> - <source>Please save the project first.</source> - <translation>Guarde primeiro o projeto por favor.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="919"/> - <source><p>The project session file <b>{0}</b> could not be read.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="955"/> - <source>Save project session</source> - <translation>Gravar a sessão do projeto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="955"/> - <source><p>The project session file <b>{0}</b> could not be written.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="984"/> - <source>Delete project session</source> - <translation>Apagar a sessão do projeto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="984"/> - <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1018"/> - <source>Read tasks</source> - <translation>Ler tarefas</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1018"/> - <source><p>The tasks file <b>{0}</b> could not be read.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1038"/> - <source>Save tasks</source> - <translation>Gravar tarefas</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1038"/> - <source><p>The tasks file <b>{0}</b> could not be written.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1095"/> - <source>Read debugger properties</source> - <translation>Ler propriedades do depurador</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1095"/> - <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1129"/> - <source>Save debugger properties</source> - <translation>Gravar propriedades do depurador</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1129"/> - <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1155"/> - <source>Delete debugger properties</source> - <translation>Apagar propriedades do depurador</translation> - </message> - <message> <location filename="../Project/Project.py" line="1155"/> + <source>Please save the project first.</source> + <translation>Guarde primeiro o projeto por favor.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="933"/> + <source><p>The project session file <b>{0}</b> could not be read.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="969"/> + <source>Save project session</source> + <translation>Gravar a sessão do projeto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="969"/> + <source><p>The project session file <b>{0}</b> could not be written.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="998"/> + <source>Delete project session</source> + <translation>Apagar a sessão do projeto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="998"/> + <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1032"/> + <source>Read tasks</source> + <translation>Ler tarefas</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1032"/> + <source><p>The tasks file <b>{0}</b> could not be read.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1052"/> + <source>Save tasks</source> + <translation>Gravar tarefas</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1052"/> + <source><p>The tasks file <b>{0}</b> could not be written.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1109"/> + <source>Read debugger properties</source> + <translation>Ler propriedades do depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1109"/> + <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1143"/> + <source>Save debugger properties</source> + <translation>Gravar propriedades do depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1143"/> + <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1169"/> + <source>Delete debugger properties</source> + <translation>Apagar propriedades do depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1169"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1263"/> + <location filename="../Project/Project.py" line="1277"/> <source>Add Language</source> <translation>Adicionar Idioma</translation> </message> <message> - <location filename="../Project/Project.py" line="1263"/> + <location filename="../Project/Project.py" line="1277"/> <source>You have to specify a translation pattern first.</source> <translation>Primeiro tem que especificar um padrão de tradução.</translation> </message> <message> - <location filename="../Project/Project.py" line="1385"/> + <location filename="../Project/Project.py" line="1399"/> <source>Delete translation</source> <translation>Apagar a Tradução</translation> </message> <message> - <location filename="../Project/Project.py" line="1385"/> + <location filename="../Project/Project.py" line="1399"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1536"/> + <location filename="../Project/Project.py" line="1550"/> <source>Add file</source> <translation>Adicionar ficheiro</translation> </message> <message> - <location filename="../Project/Project.py" line="1598"/> + <location filename="../Project/Project.py" line="1612"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>O ficheiro <b>{0}</b> já existe. </p><p>Sobreescrever?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1524"/> + <location filename="../Project/Project.py" line="1538"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1653"/> + <location filename="../Project/Project.py" line="1667"/> <source>The target directory must not be empty.</source> <translation>O diretório de destino não pode estar vazio.</translation> </message> <message> - <location filename="../Project/Project.py" line="1664"/> + <location filename="../Project/Project.py" line="1678"/> <source>Add directory</source> <translation>Adicionar diretório</translation> </message> <message> - <location filename="../Project/Project.py" line="1567"/> + <location filename="../Project/Project.py" line="1581"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1580"/> + <location filename="../Project/Project.py" line="1594"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1664"/> + <location filename="../Project/Project.py" line="1678"/> <source>The source directory must not be empty.</source> <translation>O diretório fonte não pode estar vazio.</translation> </message> <message> - <location filename="../Project/Project.py" line="1788"/> + <location filename="../Project/Project.py" line="1802"/> <source>Rename file</source> <translation>Renomear ficheiro</translation> </message> <message> - <location filename="../Project/Project.py" line="1812"/> + <location filename="../Project/Project.py" line="1826"/> <source>Rename File</source> <translation>Renomear Ficheiro</translation> </message> <message> - <location filename="../Project/Project.py" line="2834"/> + <location filename="../Project/Project.py" line="2848"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>O ficheiro <b>{0}</b> já existe. Sobreescrever?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1812"/> + <location filename="../Project/Project.py" line="1826"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2048"/> + <location filename="../Project/Project.py" line="2062"/> <source>Delete file</source> <translation>Apagar ficheiro</translation> </message> <message> - <location filename="../Project/Project.py" line="2048"/> + <location filename="../Project/Project.py" line="2062"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2077"/> + <location filename="../Project/Project.py" line="2091"/> <source>Delete directory</source> <translation>Apagar diretório</translation> </message> <message> - <location filename="../Project/Project.py" line="2077"/> + <location filename="../Project/Project.py" line="2091"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2159"/> + <location filename="../Project/Project.py" line="2173"/> <source>Create project directory</source> <translation>Criar diretório de projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="2159"/> + <location filename="../Project/Project.py" line="2173"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation><p>O diretorio do projeto <b>{0}</b> não se pôde criar.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2697"/> <source>New Project</source> <translation>Projeto Novo</translation> </message> <message> - <location filename="../Project/Project.py" line="2235"/> + <location filename="../Project/Project.py" line="2249"/> <source>Add existing files to the project?</source> <translation>Adicionar os ficheiros existentes ao projeto?</translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2697"/> <source>Select Version Control System</source> <translation>Selecionar o Sistema de Control de Versão</translation> </message> <message> - <location filename="../Project/Project.py" line="2354"/> + <location filename="../Project/Project.py" line="2368"/> <source>Would you like to edit the VCS command options?</source> <translation>Quer editar as opções de commandos VCS?</translation> </message> <message> - <location filename="../Project/Project.py" line="3443"/> - <source>New project</source> - <translation>Projeto novo</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2302"/> - <source>Shall the project file be added to the repository?</source> - <translation>Deve adicionar-se o ficheiro de projeto ao repositório?</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2333"/> - <source>None</source> - <translation>Nenhum</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2326"/> - <source>Select version control system for the project</source> - <translation>Selecionar o sistema de control de versão para o projeto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2432"/> - <source>Translation Pattern</source> - <translation>Padrão de Tradução</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2432"/> - <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> - <translation>Introduzir o padrão para os ficheiros de tradução (usar '%language%' em lugar do código de idioma):</translation> - </message> - <message> <location filename="../Project/Project.py" line="3457"/> + <source>New project</source> + <translation>Projeto novo</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2316"/> + <source>Shall the project file be added to the repository?</source> + <translation>Deve adicionar-se o ficheiro de projeto ao repositório?</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2347"/> + <source>None</source> + <translation>Nenhum</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2340"/> + <source>Select version control system for the project</source> + <translation>Selecionar o sistema de control de versão para o projeto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2446"/> + <source>Translation Pattern</source> + <translation>Padrão de Tradução</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2446"/> + <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> + <translation>Introduzir o padrão para os ficheiros de tradução (usar '%language%' em lugar do código de idioma):</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3471"/> <source>Open project</source> <translation>Abrir projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="2819"/> + <location filename="../Project/Project.py" line="2833"/> <source>Project Files (*.e4p)</source> <translation>Ficheiros de Projeto (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="3494"/> + <location filename="../Project/Project.py" line="3508"/> <source>Save project as</source> <translation>Gravar projeto como</translation> </message> <message> - <location filename="../Project/Project.py" line="2834"/> + <location filename="../Project/Project.py" line="2848"/> <source>Save File</source> <translation>Gravar Ficheiro</translation> </message> <message> - <location filename="../Project/Project.py" line="2870"/> + <location filename="../Project/Project.py" line="2884"/> <source>Close Project</source> <translation>Fechar Projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="2870"/> + <location filename="../Project/Project.py" line="2884"/> <source>The current project has unsaved changes.</source> <translation>O projeto atual tem alterações por gravar.</translation> </message> <message> - <location filename="../Project/Project.py" line="3035"/> + <location filename="../Project/Project.py" line="3049"/> <source>Syntax errors detected</source> <translation>Detetados erros de sintaxe</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3035"/> + <location filename="../Project/Project.py" line="3049"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>O projeto tem um ficheiro com erros de síntaxe.</numerusform> @@ -39878,617 +40199,617 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="3443"/> + <location filename="../Project/Project.py" line="3457"/> <source>&New...</source> <translation>&Novo...</translation> </message> <message> - <location filename="../Project/Project.py" line="3448"/> - <source>Generate a new project</source> - <translation>Criar um projeto novo</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3449"/> - <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> - <translation><b>Novo...</b><p>Abre uma caixa de diálogo para introduzir a informação para um projeto novo.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3457"/> - <source>&Open...</source> - <translation>&Abrir...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3462"/> - <source>Open an existing project</source> - <translation>Abrir um projeto existente</translation> + <source>Generate a new project</source> + <translation>Criar um projeto novo</translation> </message> <message> <location filename="../Project/Project.py" line="3463"/> + <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> + <translation><b>Novo...</b><p>Abre uma caixa de diálogo para introduzir a informação para um projeto novo.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3471"/> + <source>&Open...</source> + <translation>&Abrir...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3476"/> + <source>Open an existing project</source> + <translation>Abrir um projeto existente</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3477"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Abrir...</b><p>Isto abre um projeto existente.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3470"/> + <location filename="../Project/Project.py" line="3484"/> <source>Close project</source> <translation>Fechar projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="3470"/> + <location filename="../Project/Project.py" line="3484"/> <source>&Close</source> <translation>&Fechar</translation> </message> <message> - <location filename="../Project/Project.py" line="3474"/> + <location filename="../Project/Project.py" line="3488"/> <source>Close the current project</source> <translation>Fechar o projeto atual</translation> </message> <message> - <location filename="../Project/Project.py" line="3475"/> + <location filename="../Project/Project.py" line="3489"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Fechar</b><p>Fecha o projeto atual</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3482"/> + <location filename="../Project/Project.py" line="3496"/> <source>Save project</source> <translation>Gravar projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="3673"/> + <location filename="../Project/Project.py" line="3687"/> <source>&Save</source> <translation>&Gravar</translation> </message> <message> - <location filename="../Project/Project.py" line="3486"/> - <source>Save the current project</source> - <translation>Gravar o projeto actual</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3487"/> - <source><b>Save</b><p>This saves the current project.</p></source> - <translation><b>Gravar</b><p>Guarda o projeto atual.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3494"/> - <source>Save &as...</source> - <translation>Gravar &como...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3498"/> - <source>Save the current project to a new file</source> - <translation>Gravar o projeto atual para um ficheiro novo</translation> - </message> - <message> <location filename="../Project/Project.py" line="3500"/> - <source><b>Save as</b><p>This saves the current project to a new file.</p></source> - <translation><b>Gravar como</b><p>Guarda o projeto atual para um ficheiro novo.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3509"/> - <source>Add files to project</source> - <translation>Adicionar ficheiros ao projeto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3509"/> - <source>Add &files...</source> - <translation>Adicionar &ficheiros...</translation> + <source>Save the current project</source> + <translation>Gravar o projeto actual</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3501"/> + <source><b>Save</b><p>This saves the current project.</p></source> + <translation><b>Gravar</b><p>Guarda o projeto atual.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3508"/> + <source>Save &as...</source> + <translation>Gravar &como...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3512"/> + <source>Save the current project to a new file</source> + <translation>Gravar o projeto atual para um ficheiro novo</translation> </message> <message> <location filename="../Project/Project.py" line="3514"/> + <source><b>Save as</b><p>This saves the current project to a new file.</p></source> + <translation><b>Gravar como</b><p>Guarda o projeto atual para um ficheiro novo.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3523"/> + <source>Add files to project</source> + <translation>Adicionar ficheiros ao projeto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3523"/> + <source>Add &files...</source> + <translation>Adicionar &ficheiros...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3528"/> <source>Add files to the current project</source> <translation>Adicionar ficheiros ao projeto atual</translation> </message> <message> - <location filename="../Project/Project.py" line="3516"/> - <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> - <translation><b>Adicionar ficheiros...</b><p>Abre uma caixa de diálogo para adicionar ficheiros ao projeto atual. O lugar para adicionar determina-se pela extensão de ficheiro.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3525"/> - <source>Add directory to project</source> - <translation>Adicionar diretório ao projeto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3525"/> - <source>Add directory...</source> - <translation>Adicionar diretório...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3530"/> + <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> + <translation><b>Adicionar ficheiros...</b><p>Abre uma caixa de diálogo para adicionar ficheiros ao projeto atual. O lugar para adicionar determina-se pela extensão de ficheiro.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3539"/> + <source>Add directory to project</source> + <translation>Adicionar diretório ao projeto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3539"/> + <source>Add directory...</source> + <translation>Adicionar diretório...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3544"/> <source>Add a directory to the current project</source> <translation>Adicionar um diretório ao projeto atual</translation> </message> <message> - <location filename="../Project/Project.py" line="3532"/> + <location filename="../Project/Project.py" line="3546"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>Adicionar diretório</b><p>Abre uma caixa de diálogo para adicionar um diretório ao projeto atual.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3540"/> + <location filename="../Project/Project.py" line="3554"/> <source>Add translation to project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3540"/> + <location filename="../Project/Project.py" line="3554"/> <source>Add &translation...</source> <translation>Adicionar &tradução...</translation> </message> <message> - <location filename="../Project/Project.py" line="3545"/> - <source>Add a translation to the current project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3547"/> - <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3555"/> - <source>Search new files</source> - <translation>Procurar ficheiros novos</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3555"/> - <source>Searc&h new files...</source> - <translation>&Procurar ficheiros novos...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3559"/> - <source>Search new files in the project directory.</source> - <translation>Procurar ficheiros novos no diretório do projeto.</translation> + <source>Add a translation to the current project</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3561"/> + <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3569"/> + <source>Search new files</source> + <translation>Procurar ficheiros novos</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3569"/> + <source>Searc&h new files...</source> + <translation>&Procurar ficheiros novos...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3573"/> + <source>Search new files in the project directory.</source> + <translation>Procurar ficheiros novos no diretório do projeto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3575"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3584"/> + <location filename="../Project/Project.py" line="3598"/> <source>Project properties</source> <translation>Propriedades do projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="3584"/> + <location filename="../Project/Project.py" line="3598"/> <source>&Properties...</source> <translation>&Propriedades...</translation> </message> <message> - <location filename="../Project/Project.py" line="3589"/> + <location filename="../Project/Project.py" line="3603"/> <source>Show the project properties</source> <translation>Mostrar as propriedades do projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="3590"/> - <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3597"/> - <source>User project properties</source> - <translation>Propriedades de projecto do usuário</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3597"/> - <source>&User Properties...</source> - <translation>Propriedades de &Usuário...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3602"/> - <source>Show the user specific project properties</source> - <translation>Mostrar as propriedades do projeto específicas do usuário</translation> - </message> - <message> <location filename="../Project/Project.py" line="3604"/> - <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3612"/> - <source>Filetype Associations</source> - <translation>Associações de Tipos de Ficheiros</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3612"/> - <source>Filetype Associations...</source> - <translation>Associações de Tipos de Ficheiros...</translation> + <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3611"/> + <source>User project properties</source> + <translation>Propriedades de projecto do usuário</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3611"/> + <source>&User Properties...</source> + <translation>Propriedades de &Usuário...</translation> </message> <message> <location filename="../Project/Project.py" line="3616"/> - <source>Show the project filetype associations</source> - <translation>Mostrar as associações de tipos de ficheiros do projeto</translation> + <source>Show the user specific project properties</source> + <translation>Mostrar as propriedades do projeto específicas do usuário</translation> </message> <message> <location filename="../Project/Project.py" line="3618"/> - <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3630"/> - <source>Lexer Associations</source> - <translation type="unfinished"></translation> + <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3626"/> + <source>Filetype Associations</source> + <translation>Associações de Tipos de Ficheiros</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3626"/> + <source>Filetype Associations...</source> + <translation>Associações de Tipos de Ficheiros...</translation> </message> <message> <location filename="../Project/Project.py" line="3630"/> + <source>Show the project filetype associations</source> + <translation>Mostrar as associações de tipos de ficheiros do projeto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3632"/> + <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3644"/> + <source>Lexer Associations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3644"/> <source>Lexer Associations...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3634"/> - <source>Show the project lexer associations (overriding defaults)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3636"/> - <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3648"/> + <source>Show the project lexer associations (overriding defaults)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3650"/> + <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3662"/> <source>Debugger Properties</source> <translation>Propriedades do Depurador</translation> </message> <message> - <location filename="../Project/Project.py" line="3648"/> + <location filename="../Project/Project.py" line="3662"/> <source>Debugger &Properties...</source> <translation>&Propriedades do Depurador...</translation> </message> <message> - <location filename="../Project/Project.py" line="3652"/> - <source>Show the debugger properties</source> - <translation>Mostrar as propriedades do depurador</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3653"/> - <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3661"/> - <source>Load</source> - <translation>Carregar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3661"/> - <source>&Load</source> - <translation>&Carregar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3665"/> - <source>Load the debugger properties</source> - <translation>Carregar propriedades do depurador</translation> - </message> - <message> <location filename="../Project/Project.py" line="3666"/> + <source>Show the debugger properties</source> + <translation>Mostrar as propriedades do depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3667"/> + <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3675"/> + <source>Load</source> + <translation>Carregar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3675"/> + <source>&Load</source> + <translation>&Carregar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3679"/> + <source>Load the debugger properties</source> + <translation>Carregar propriedades do depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3680"/> <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3673"/> + <location filename="../Project/Project.py" line="3687"/> <source>Save</source> <translation>Gravar</translation> </message> <message> - <location filename="../Project/Project.py" line="3677"/> + <location filename="../Project/Project.py" line="3691"/> <source>Save the debugger properties</source> <translation>Gravar propriedades do depurador</translation> </message> <message> - <location filename="../Project/Project.py" line="3678"/> + <location filename="../Project/Project.py" line="3692"/> <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3685"/> + <location filename="../Project/Project.py" line="3699"/> <source>Delete</source> <translation>Apagar</translation> </message> <message> - <location filename="../Project/Project.py" line="3685"/> + <location filename="../Project/Project.py" line="3699"/> <source>&Delete</source> <translation>&Apagar</translation> </message> <message> - <location filename="../Project/Project.py" line="3689"/> - <source>Delete the debugger properties</source> - <translation>Apagar as propriedades do depurador</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3690"/> - <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3698"/> - <source>Reset</source> - <translation>Reinicializar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3698"/> - <source>&Reset</source> - <translation>&Reinicializar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3702"/> - <source>Reset the debugger properties</source> - <translation>Reinicializar as propriedades do depurador</translation> - </message> - <message> <location filename="../Project/Project.py" line="3703"/> - <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> + <source>Delete the debugger properties</source> + <translation>Apagar as propriedades do depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3704"/> + <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3712"/> - <source>Load session</source> - <translation>Carregar sessão</translation> + <source>Reset</source> + <translation>Reinicializar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3712"/> + <source>&Reset</source> + <translation>&Reinicializar</translation> </message> <message> <location filename="../Project/Project.py" line="3716"/> - <source>Load the projects session file.</source> - <translation>Carregar o ficheiro de sessão do projeto.</translation> + <source>Reset the debugger properties</source> + <translation>Reinicializar as propriedades do depurador</translation> </message> <message> <location filename="../Project/Project.py" line="3717"/> - <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> - <translation type="unfinished"></translation> + <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3726"/> + <source>Load session</source> + <translation>Carregar sessão</translation> </message> <message> <location filename="../Project/Project.py" line="3730"/> + <source>Load the projects session file.</source> + <translation>Carregar o ficheiro de sessão do projeto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3731"/> + <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3744"/> <source>Save session</source> <translation>Guargar sessão</translation> </message> <message> - <location filename="../Project/Project.py" line="3734"/> - <source>Save the projects session file.</source> - <translation>Gravar ficheiro de sessão do projeto.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3735"/> - <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3748"/> - <source>Delete session</source> - <translation>Apagar sessão</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3752"/> - <source>Delete the projects session file.</source> - <translation>Apagar o ficheiro de sessão do projeto.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3753"/> - <source><b>Delete session</b><p>This deletes the projects session file</p></source> + <source>Save the projects session file.</source> + <translation>Gravar ficheiro de sessão do projeto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3749"/> + <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3762"/> - <source>Code Metrics</source> - <translation type="unfinished">Métricas de Código</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3762"/> - <source>&Code Metrics...</source> - <translation type="unfinished"></translation> + <source>Delete session</source> + <translation>Apagar sessão</translation> </message> <message> <location filename="../Project/Project.py" line="3766"/> - <source>Show some code metrics for the project.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3768"/> - <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> + <source>Delete the projects session file.</source> + <translation>Apagar o ficheiro de sessão do projeto.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3767"/> + <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3776"/> - <source>Python Code Coverage</source> - <translation type="unfinished"></translation> + <source>Code Metrics</source> + <translation type="unfinished">Métricas de Código</translation> </message> <message> <location filename="../Project/Project.py" line="3776"/> - <source>Code Co&verage...</source> + <source>&Code Metrics...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3780"/> - <source>Show code coverage information for the project.</source> + <source>Show some code metrics for the project.</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3782"/> - <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4568"/> - <source>Profile Data</source> - <translation type="unfinished">Dados de Perfil</translation> + <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3790"/> - <source>&Profile Data...</source> + <source>Python Code Coverage</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3790"/> + <source>Code Co&verage...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3794"/> - <source>Show profiling data for the project.</source> + <source>Show code coverage information for the project.</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3796"/> + <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4582"/> + <source>Profile Data</source> + <translation type="unfinished">Dados de Perfil</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3804"/> + <source>&Profile Data...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3808"/> + <source>Show profiling data for the project.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3810"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4622"/> + <location filename="../Project/Project.py" line="4636"/> <source>Application Diagram</source> <translation>Diagrama da Aplicação</translation> </message> <message> - <location filename="../Project/Project.py" line="3805"/> + <location filename="../Project/Project.py" line="3819"/> <source>&Application Diagram...</source> <translation>Diagrama da &Aplicação...</translation> </message> <message> - <location filename="../Project/Project.py" line="3809"/> + <location filename="../Project/Project.py" line="3823"/> <source>Show a diagram of the project.</source> <translation>Mostrar o diagrama do projeto.</translation> </message> <message> - <location filename="../Project/Project.py" line="3811"/> + <location filename="../Project/Project.py" line="3825"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Diagrama da Aplicação...</b><p>Mostra um diagrama do projeto.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4780"/> + <location filename="../Project/Project.py" line="4794"/> <source>Create Package List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> + <location filename="../Project/Project.py" line="3848"/> <source>Create &Package List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5027"/> + <location filename="../Project/Project.py" line="5041"/> <source>Create Plugin Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3904"/> - <source>&Project</source> - <translation>&Projeto</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3905"/> - <source>Open &Recent Projects</source> - <translation>Abrir Projetos &Recentes</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3906"/> - <source>&Version Control</source> - <translation>Contro&l de Versão</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3910"/> - <source>Chec&k</source> - <translation>&Verificar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3912"/> - <source>Sho&w</source> - <translation>&Mostrar</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3913"/> - <source>&Diagrams</source> - <translation>&Diagramas</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3914"/> - <source>Session</source> - <translation>Sessão</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3915"/> - <source>Source &Documentation</source> - <translation>&Documentação Fonte</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3917"/> - <source>Debugger</source> - <translation>Depurador</translation> - </message> - <message> <location filename="../Project/Project.py" line="3918"/> + <source>&Project</source> + <translation>&Projeto</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3919"/> + <source>Open &Recent Projects</source> + <translation>Abrir Projetos &Recentes</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3920"/> + <source>&Version Control</source> + <translation>Contro&l de Versão</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3924"/> + <source>Chec&k</source> + <translation>&Verificar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3926"/> + <source>Sho&w</source> + <translation>&Mostrar</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3927"/> + <source>&Diagrams</source> + <translation>&Diagramas</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3928"/> + <source>Session</source> + <translation>Sessão</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3929"/> + <source>Source &Documentation</source> + <translation>&Documentação Fonte</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3931"/> + <source>Debugger</source> + <translation>Depurador</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3932"/> <source>Pac&kagers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4026"/> + <location filename="../Project/Project.py" line="4040"/> <source>Project</source> <translation>Projeto</translation> </message> <message> - <location filename="../Project/Project.py" line="4092"/> + <location filename="../Project/Project.py" line="4106"/> <source>&Clear</source> <translation>&Limpar</translation> </message> <message> - <location filename="../Project/Project.py" line="4231"/> + <location filename="../Project/Project.py" line="4245"/> <source>Search New Files</source> <translation>Procurar Ficheiros Novos</translation> </message> <message> - <location filename="../Project/Project.py" line="4231"/> + <location filename="../Project/Project.py" line="4245"/> <source>There were no new files found to be added.</source> <translation>Não se encontraram ficheiros novos para adicionar.</translation> </message> <message> - <location filename="../Project/Project.py" line="4377"/> + <location filename="../Project/Project.py" line="4391"/> <source>Version Control System</source> <translation>Sistema de Control de Versão</translation> </message> <message> - <location filename="../Project/Project.py" line="4377"/> + <location filename="../Project/Project.py" line="4391"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4495"/> + <location filename="../Project/Project.py" line="4509"/> <source>Coverage Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4545"/> + <location filename="../Project/Project.py" line="4559"/> <source>There is no main script defined for the current project. Aborting</source> <translation>O projeto atual não tem um script principal definido. A cancelar</translation> </message> <message> - <location filename="../Project/Project.py" line="4518"/> + <location filename="../Project/Project.py" line="4532"/> <source>Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4518"/> + <location filename="../Project/Project.py" line="4532"/> <source>Please select a coverage file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4568"/> + <location filename="../Project/Project.py" line="4582"/> <source>Please select a profile file</source> <translation>Escolha um ficheiro de perfil por favor</translation> </message> <message> - <location filename="../Project/Project.py" line="4622"/> + <location filename="../Project/Project.py" line="4636"/> <source>Include module names?</source> <translation>Incluir nomes de módulos?</translation> </message> <message> - <location filename="../Project/Project.py" line="4740"/> + <location filename="../Project/Project.py" line="4754"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4780"/> + <location filename="../Project/Project.py" line="4794"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4799"/> + <location filename="../Project/Project.py" line="4813"/> <source>The project does not have a main script defined. Aborting...</source> <translation>O projeto atual não tem um script principal definido. A cancelar...</translation> </message> <message> - <location filename="../Project/Project.py" line="4911"/> + <location filename="../Project/Project.py" line="4925"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4985"/> + <location filename="../Project/Project.py" line="4999"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -40498,97 +40819,97 @@ <translation>Ficheiros Python2 (*.py2);;Ficheiros GUI Python2 (*.pyw2);;</translation> </message> <message> - <location filename="../Project/Project.py" line="2222"/> + <location filename="../Project/Project.py" line="2236"/> <source>Create main script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2222"/> + <location filename="../Project/Project.py" line="2236"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3819"/> + <location filename="../Project/Project.py" line="3833"/> <source>Load Diagram</source> <translation>Carregar Diagrama</translation> </message> <message> - <location filename="../Project/Project.py" line="3819"/> + <location filename="../Project/Project.py" line="3833"/> <source>&Load Diagram...</source> <translation>&Carregar Diagrama...</translation> </message> <message> - <location filename="../Project/Project.py" line="3823"/> + <location filename="../Project/Project.py" line="3837"/> <source>Load a diagram from file.</source> <translation>Carregar um diagrama desde um ficheiro.</translation> </message> <message> - <location filename="../Project/Project.py" line="3825"/> - <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> - <translation><b>Carregar Diagrama...</b><p>Carga um diagrama desde um ficheiro.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="323"/> - <source><p>The Programming Language <b>{0}</b> is not supported.</p></source> - <translation><p>A Linguagem de Programação <b>{0}</b> não está suportada.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="346"/> - <source><p>The Project type <b>{0}</b> is already registered.</p></source> - <translation><p>O tipo de Projeto <b>{0}</b> já está registado.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="334"/> - <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> - <translation><p>O tipo de Projeto <b>{0}</b> já está registado com a Linguagem de Programação <b>{1}</b>.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="244"/> - <source>PyQt5 GUI</source> - <translation>GUI de PyQt5</translation> - </message> - <message> - <location filename="../Project/Project.py" line="245"/> - <source>PyQt5 Console</source> - <translation>Consola de PyQt5</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4365"/> - <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5027"/> - <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="242"/> - <source>PyQt4 GUI</source> - <translation>GUI de PyQt4</translation> - </message> - <message> - <location filename="../Project/Project.py" line="243"/> - <source>PyQt4 Console</source> - <translation>Consola de PyQt4</translation> - </message> - <message> - <location filename="../Project/Project.py" line="246"/> - <source>Eric6 Plugin</source> - <translation>Complemento de Eric6</translation> - </message> - <message> <location filename="../Project/Project.py" line="3839"/> + <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> + <translation><b>Carregar Diagrama...</b><p>Carga um diagrama desde um ficheiro.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="337"/> + <source><p>The Programming Language <b>{0}</b> is not supported.</p></source> + <translation><p>A Linguagem de Programação <b>{0}</b> não está suportada.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="360"/> + <source><p>The Project type <b>{0}</b> is already registered.</p></source> + <translation><p>O tipo de Projeto <b>{0}</b> já está registado.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="348"/> + <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> + <translation><p>O tipo de Projeto <b>{0}</b> já está registado com a Linguagem de Programação <b>{1}</b>.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="258"/> + <source>PyQt5 GUI</source> + <translation>GUI de PyQt5</translation> + </message> + <message> + <location filename="../Project/Project.py" line="259"/> + <source>PyQt5 Console</source> + <translation>Consola de PyQt5</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4379"/> + <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5041"/> + <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="256"/> + <source>PyQt4 GUI</source> + <translation>GUI de PyQt4</translation> + </message> + <message> + <location filename="../Project/Project.py" line="257"/> + <source>PyQt4 Console</source> + <translation>Consola de PyQt4</translation> + </message> + <message> + <location filename="../Project/Project.py" line="260"/> + <source>Eric6 Plugin</source> + <translation>Complemento de Eric6</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3853"/> <source>Create an initial PKGLIST file for an eric6 plugin.</source> <translation>Criar um ficheiro PKGLIST inicial para complemento eric6.</translation> </message> <message> - <location filename="../Project/Project.py" line="3841"/> + <location filename="../Project/Project.py" line="3855"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4881"/> + <location filename="../Project/Project.py" line="4895"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -40598,118 +40919,118 @@ <translation type="obsolete"><p>O ficheiro de complemento de eric6 <b>{0}</b> foi criado com êxito.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2653"/> + <location filename="../Project/Project.py" line="2667"/> <source>Create project management directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2653"/> + <location filename="../Project/Project.py" line="2667"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3569"/> + <location filename="../Project/Project.py" line="3583"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3575"/> + <location filename="../Project/Project.py" line="3589"/> <source>Search for a file in the project list of files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3577"/> + <location filename="../Project/Project.py" line="3591"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3569"/> + <location filename="../Project/Project.py" line="3583"/> <source>Search Project File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3569"/> + <location filename="../Project/Project.py" line="3583"/> <source>Search Project File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4834"/> + <location filename="../Project/Project.py" line="4848"/> <source>Create Plugin Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3850"/> + <location filename="../Project/Project.py" line="3864"/> <source>Create Plugin &Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3855"/> + <location filename="../Project/Project.py" line="3869"/> <source>Create eric6 plugin archive files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3857"/> + <location filename="../Project/Project.py" line="3871"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3867"/> + <location filename="../Project/Project.py" line="3881"/> <source>Create Plugin Archives (Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3867"/> + <location filename="../Project/Project.py" line="3881"/> <source>Create Plugin Archives (&Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3872"/> + <location filename="../Project/Project.py" line="3886"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3874"/> + <location filename="../Project/Project.py" line="3888"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4813"/> + <location filename="../Project/Project.py" line="4827"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4830"/> + <location filename="../Project/Project.py" line="4844"/> <source>Creating plugin archives...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4830"/> + <location filename="../Project/Project.py" line="4844"/> <source>Abort</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4830"/> + <location filename="../Project/Project.py" line="4844"/> <source>%v/%m Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4847"/> + <location filename="../Project/Project.py" line="4861"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"><p>O ficheiro <b>{0}</b> não se pôde ler. </p><p>Motivo: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4930"/> + <location filename="../Project/Project.py" line="4944"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4933"/> + <location filename="../Project/Project.py" line="4947"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4823"/> + <location filename="../Project/Project.py" line="4837"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> @@ -50776,17 +51097,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="87"/> + <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="88"/> <source>No error description available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="118"/> + <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="119"/> <source>Remove Selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="123"/> + <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="124"/> <source>Remove All</source> <translation type="unfinished"></translation> </message> @@ -70966,24 +71287,24 @@ <context> <name>mercurial</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1477"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1476"/> <source><tr><td><b>Parent #{0}</b></td><td></td></tr> <tr><td><b>Changeset</b></td><td>{1}</td></tr></source> <translation><tr><td><b>Pai #{0}</b></td><td></td></tr> <tr><td><b>Conjunto de Alterações</b></td><td>{1}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2159"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2158"/> <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Etiquetas</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2169"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2168"/> <source><tr><td><b>Branches</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Ramos</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1497"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1496"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr></source> @@ -70992,24 +71313,24 @@ <tr><td><b>Hora do Cometido</b></td><td>{2}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2151"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2150"/> <source><tr><td><b>Tip</b></td><td></td></tr> </source> <translation><tr><td><b>Dica</b></td><td></td></tr> </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2153"/> <source><tr><td><b>Changeset</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Conjunto de Alterações</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2174"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2173"/> <source><tr><td><b>Parents</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Pais</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2178"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2177"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr> @@ -71020,12 +71341,12 @@ </table></p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2164"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2163"/> <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Marcadores</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1535"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1534"/> <source><h3>Repository information</h3> <p><table> <tr><td><b>Mercurial V.</b></td><td>{0}</td></tr> @@ -71042,13 +71363,13 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2141"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2140"/> <source><tr><td><b>Head #{0}</b></td><td></td></tr> </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2146"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2145"/> <source><tr><td><b>Parent #{0}</b></td><td></td></tr> </source> <translation type="unfinished"></translation>
--- a/i18n/eric6_ru.ts Fri Oct 21 23:14:16 2016 +0200 +++ b/i18n/eric6_ru.ts Sat Oct 22 17:09:08 2016 +0200 @@ -390,7 +390,7 @@ <context> <name>AddBookmarkDialog</name> <message> - <location filename="../WebBrowser/Bookmarks/AddBookmarkDialog.py" line="198"/> + <location filename="../WebBrowser/Bookmarks/AddBookmarkDialog.ui" line="26"/> <source>Add Bookmark</source> <translation>Добавить закладку</translation> </message> @@ -1680,7 +1680,7 @@ <translation>Удалить выбранные элементы</translation> </message> <message> - <location filename="../WebBrowser/Bookmarks/BookmarksDialog.py" line="169"/> + <location filename="../WebBrowser/Bookmarks/BookmarksDialog.ui" line="75"/> <source>&Delete</source> <translation>&Удалить</translation> </message> @@ -2403,12 +2403,12 @@ <translation>Сохранить трассировку вызовов как текстовый файл</translation> </message> <message> - <location filename="../Debugger/CallTraceViewer.py" line="54"/> + <location filename="../Debugger/CallTraceViewer.ui" line="109"/> <source>From</source> <translation>От</translation> </message> <message> - <location filename="../Debugger/CallTraceViewer.py" line="54"/> + <location filename="../Debugger/CallTraceViewer.ui" line="114"/> <source>To</source> <translation>До</translation> </message> @@ -2516,7 +2516,7 @@ <translation>Очистить список хостов</translation> </message> <message> - <location filename="../Cooperation/ChatWidget.py" line="513"/> + <location filename="../Cooperation/ChatWidget.ui" line="230"/> <source>Clear</source> <translation>Очистить</translation> </message> @@ -2874,7 +2874,7 @@ <context> <name>ClickToFlashWhitelistDialog</name> <message> - <location filename="../Helpviewer/WebPlugins/ClickToFlash/ClickToFlashWhitelistDialog.py" line="54"/> + <location filename="../Helpviewer/WebPlugins/ClickToFlash/ClickToFlashWhitelistDialog.ui" line="14"/> <source>ClickToFlash Whitelist</source> <translation>Белый список ClickToFlash</translation> </message> @@ -4801,7 +4801,7 @@ <translation>Домен:</translation> </message> <message> - <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="177"/> + <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="223"/> <source><no cookie selected></source> <translation><куки не выбраны></translation> </message> @@ -7535,7 +7535,7 @@ <context> <name>DownloadManager</name> <message> - <location filename="../WebBrowser/Download/DownloadManager.py" line="363"/> + <location filename="../WebBrowser/Download/DownloadManager.ui" line="14"/> <source>Downloads</source> <translation>Загрузки</translation> </message> @@ -7999,92 +7999,92 @@ <translation>Стандартные кнопки</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="41"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="257"/> <source>Abort</source> <translation>Прервать</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="42"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="264"/> <source>Apply</source> <translation>Применить</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="43"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="271"/> <source>Cancel</source> <translation>Отмена</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="44"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="278"/> <source>Close</source> <translation>Закрыть</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="45"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="285"/> <source>Discard</source> <translation>Сбросить</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="46"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="292"/> <source>Help</source> <translation>Справка</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="47"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="299"/> <source>Ignore</source> <translation>Игнорировать</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="48"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="306"/> <source>No</source> <translation>Нет</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="49"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="313"/> <source>No to all</source> <translation>Нет для всех</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="50"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="320"/> <source>Ok</source> <translation>Ok</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="51"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="327"/> <source>Open</source> <translation>Открыть</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="52"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="334"/> <source>Reset</source> <translation>Сбросить</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="53"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="341"/> <source>Restore defaults</source> <translation>Восстановить умолчания</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="54"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="348"/> <source>Retry</source> <translation>Повтор</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="55"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="355"/> <source>Save</source> <translation>Сохранить</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="56"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="362"/> <source>Save all</source> <translation>Сохранить всё</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="57"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="369"/> <source>Yes</source> <translation>Да</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py" line="58"/> + <location filename="../Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.ui" line="376"/> <source>Yes to all</source> <translation>Да для всех</translation> </message> @@ -10103,7 +10103,7 @@ <translation>Выбор API-файла из списка установленных файлов</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="184"/> + <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="132"/> <source>Add from installed APIs</source> <translation>Добавить из списка установленных файлов API</translation> </message> @@ -10113,7 +10113,7 @@ <translation>Выбор API-файла из списка API-файлов установленных плагинов</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="203"/> + <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="142"/> <source>Add from Plugin APIs</source> <translation>Добавить из списка файлов API, установленных с помощью плагинов</translation> </message> @@ -10123,7 +10123,7 @@ <translation>Компиляция выбранных определений API</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="236"/> + <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="159"/> <source>Compile APIs</source> <translation>Компилировать API</translation> </message> @@ -11168,7 +11168,7 @@ <translation>Выберите шрифт.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="69"/> + <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="103"/> <source>Font</source> <translation>Шрифт</translation> </message> @@ -11178,7 +11178,7 @@ <translation>Разрешить заливку фона до конца строки.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="353"/> + <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="113"/> <source>Fill to end of line</source> <translation>Заливка до конца строки</translation> </message> @@ -12700,7 +12700,7 @@ <translation>Режим:</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="58"/> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="1080"/> <source>Disabled</source> <translation>Отключена</translation> </message> @@ -13409,7 +13409,7 @@ <context> <name>EmailDialog</name> <message> - <location filename="../UI/EmailDialog.py" line="339"/> + <location filename="../UI/EmailDialog.ui" line="13"/> <source>Send bug report</source> <translation>Отправить сообщение об ошибке</translation> </message> @@ -14814,12 +14814,12 @@ <translation>Уведомления</translation> </message> <message> - <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="110"/> + <location filename="../Helpviewer/FeaturePermissions/FeaturePermissionsDialog.ui" line="122"/> <source>Host</source> <translation>Хост</translation> </message> <message> - <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="111"/> + <location filename="../Helpviewer/FeaturePermissions/FeaturePermissionsDialog.ui" line="127"/> <source>Permission</source> <translation>Разрешение</translation> </message> @@ -14834,7 +14834,7 @@ <translation>Удалить все</translation> </message> <message> - <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="51"/> + <location filename="../Helpviewer/FeaturePermissions/FeaturePermissionsDialog.ui" line="97"/> <source>Geolocation</source> <translation>Геолокация</translation> </message> @@ -15961,7 +15961,7 @@ <translation>Имя:</translation> </message> <message> - <location filename="../WebBrowser/FlashCookieManager/FlashCookieManagerDialog.py" line="193"/> + <location filename="../WebBrowser/FlashCookieManager/FlashCookieManagerDialog.ui" line="158"/> <source><no flash cookie selected></source> <translation><нет выделенных флэш-куки></translation> </message> @@ -15971,7 +15971,7 @@ <translation>Размер:</translation> </message> <message> - <location filename="../WebBrowser/FlashCookieManager/FlashCookieManagerDialog.py" line="122"/> + <location filename="../WebBrowser/FlashCookieManager/FlashCookieManagerDialog.ui" line="137"/> <source>Origin:</source> <translation>Источник:</translation> </message> @@ -16006,7 +16006,7 @@ <translation>Удалить выбранные флэш-куки</translation> </message> <message> - <location filename="../WebBrowser/FlashCookieManager/FlashCookieManagerDialog.py" line="213"/> + <location filename="../WebBrowser/FlashCookieManager/FlashCookieManagerDialog.ui" line="225"/> <source>Remove Cookie</source> <translation>Удалить куки</translation> </message> @@ -16435,7 +16435,7 @@ <context> <name>GreaseMonkeyAddScriptDialog</name> <message> - <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.py" line="105"/> + <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.ui" line="14"/> <source>GreaseMonkey Script Installation</source> <translation>Инсталляция GreaseMonkey скрипта</translation> </message> @@ -21705,107 +21705,107 @@ <translation>Отображение текущей ветви</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2411"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2412"/> <source>Verifying the integrity of the Mercurial repository</source> <translation>Mercurial: Проверка целостности репозитория</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2436"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2437"/> <source>Showing the combined configuration settings</source> <translation>Отображение обобщенных параметров конфигурации</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2460"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2461"/> <source>Showing aliases for remote repositories</source> <translation>Отображение алиасов удалённых репозиториев</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2484"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2485"/> <source>Recovering from interrupted transaction</source> <translation>Восстановление после прерванной транзакции</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2508"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2509"/> <source>Identifying project directory</source> <translation>Идентификация директории проекта</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2546"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2547"/> <source>Create .hgignore file</source> <translation>Создать файл .hgignore</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2546"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2547"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation><p>Файл <b>{0}</b> уже существует. Перезаписать?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2637"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2638"/> <source>Create changegroup</source> <translation>Создать группу изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2594"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2595"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation>Файлы группы изменений Mercurial (*.hg)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2611"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2612"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Файл группы изменений Mercurial<b>{0}</b> уже существует. Переписать?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2658"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2659"/> <source>Preview changegroup</source> <translation>Просмотр группы изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2698"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2699"/> <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> <translation>Файлы группы изменений Mercurial (*.hg);;Все файлы (*)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2718"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2719"/> <source>Apply changegroups</source> <translation>Применить группу изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2706"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2707"/> <source>Shall the working directory be updated?</source> <translation>Обновить рабочую директорию?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2736"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2737"/> <source>Bisect subcommand ({0}) invalid.</source> <translation>Неправильная Bisect подкоманда ({0}).</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2766"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2767"/> <source>Mercurial Bisect ({0})</source> <translation>Mercurial: Bisect ({0})</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2798"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2799"/> <source>Removing files from the Mercurial repository only</source> <translation>Mercurial: Удаление файлов только из репозитория</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2852"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2853"/> <source>Backing out changeset</source> <translation>Отмена набора изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2832"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2833"/> <source>No revision given. Aborting...</source> <translation>Не задана ревизия. Отмена...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2879"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2880"/> <source>Rollback last transaction</source> <translation>Откатить последнюю транзакцию</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2872"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2873"/> <source>Are you sure you want to rollback the last transaction?</source> <translation>Вы действительно хотите откатить последнюю транзакцию?</translation> </message> @@ -21815,72 +21815,72 @@ <translation>Mercurial: Фиксация изменений в репозитории</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3513"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3514"/> <source>Mercurial Command Server</source> <translation>Mercurial: Сервер команд</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3368"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3369"/> <source><p>The Mercurial Command Server could not be restarted.</p><p>Reason: {0}</p></source> <translation><p>Mercurial: Невозможно перезапустить сервер.<br>Причина: {0}.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3513"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3514"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation><p>Mercurial: Невозможно запустить сервер.<br>Причина: {0}.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2947"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2948"/> <source>Import Patch</source> <translation>Импорт патча</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2994"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2995"/> <source>Export Patches</source> <translation>Экспорт патчей</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3041"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3042"/> <source>Change Phase</source> <translation>Изменить фазу</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3094"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3095"/> <source>Copy Changesets</source> <translation>Копировать набор изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3120"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3121"/> <source>Copy Changesets (Continue)</source> <translation>Копировать набор изменений (продолжение)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3237"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3238"/> <source>Add Sub-repository</source> <translation>Добавить субрепозиторий</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3270"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3271"/> <source><p>The sub-repositories file .hgsub could not be read.</p><p>Reason: {0}</p></source> <translation><p>Невозможно прочитать файл субрепозиториев .hgsub.<b></b>Причина {0}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3218"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3219"/> <source><p>The sub-repositories file .hgsub already contains an entry <b>{0}</b>. Aborting...</p></source> <translation><p>Файл субрепозиториев .hgsub уже содержит запись <b>{0}</b>. Отмена...</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3289"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3290"/> <source><p>The sub-repositories file .hgsub could not be written to.</p><p>Reason: {0}</p></source> <translation><p>Невозможно записать файл субрепозиториев .hgsub.<p><p>Причина: {0}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3289"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3290"/> <source>Remove Sub-repositories</source> <translation>Удалить субрепозитории</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3258"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3259"/> <source><p>The sub-repositories file .hgsub does not exist. Aborting...</p></source> <translation><p>Отсутствует файл субрепозиториев .hgsub. Отмена...</p></translation> </message> @@ -21910,7 +21910,7 @@ <translation>Вы действительно хотите откатить все изменения в проекте?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3155"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3156"/> <source>Create Unversioned Archive</source> <translation>Создать неверсированный архив</translation> </message> @@ -21950,62 +21950,62 @@ <translation>Отмена незавершённого слияния</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3623"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3624"/> <source>Mercurial Bookmark</source> <translation>Mercurial: Закладка</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3641"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3642"/> <source>Delete Bookmark</source> <translation>Удалить закладку</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3641"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3642"/> <source>Select the bookmark to be deleted:</source> <translation>Выберите закладку для удаления:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3652"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3653"/> <source>Delete Mercurial Bookmark</source> <translation>Mercurial: Удалить закладку</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3680"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3681"/> <source>Rename Mercurial Bookmark</source> <translation>Mercurial: Переименовать закладку</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3713"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3714"/> <source>Move Mercurial Bookmark</source> <translation>Mercurial: Переместить закладку</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3805"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3806"/> <source>Pull Bookmark</source> <translation>Затянуть закладку</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3805"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3806"/> <source>Select the bookmark to be pulled:</source> <translation>Выберите закладку для затягивания:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3816"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3817"/> <source>Pulling bookmark from a remote Mercurial repository</source> <translation>Mercurial: Загрузка закладки из удалённого репозитория</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3845"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3846"/> <source>Push Bookmark</source> <translation>Протолкнуть закладку</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3845"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3846"/> <source>Select the bookmark to be push:</source> <translation>Выберите закладку для проталкивания:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3856"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3857"/> <source>Pushing bookmark to a remote Mercurial repository</source> <translation>Mercurial: Проталкивание (передача) закладки в удалённый репозиторий</translation> </message> @@ -22043,7 +22043,7 @@ <context> <name>HgAddSubrepositoryDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.py" line="98"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.ui" line="14"/> <source>Add Sub-repository</source> <translation>Добавить субрепозиторий</translation> </message> @@ -23134,7 +23134,7 @@ <translation>Пометить выбранные конфликты как 'разрешенные'</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="246"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.ui" line="73"/> <source>Resolved</source> <translation>Разрешённые</translation> </message> @@ -23144,7 +23144,7 @@ <translation>Пометить выбранные конфликты как 'неразрешенные'</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="244"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.ui" line="83"/> <source>Unresolved</source> <translation>Неразрешённые</translation> </message> @@ -23737,7 +23737,7 @@ <translation>Задайте поле, по которому фильтровать</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="317"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="55"/> <source>Revision</source> <translation>Ревизия</translation> </message> @@ -24017,7 +24017,7 @@ <context> <name>HgLogBrowserDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="71"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="14"/> <source>Mercurial Log</source> <translation>Mercurial: Журнал</translation> </message> @@ -24057,17 +24057,17 @@ <translation>Задайте поле, по которому фильтровать</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="96"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="181"/> <source>Revision</source> <translation>Ревизия</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="97"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="191"/> <source>Author</source> <translation>Автор</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="98"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="201"/> <source>Message</source> <translation>Сообщение</translation> </message> @@ -27915,7 +27915,7 @@ <context> <name>HgStatusDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="313"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="14"/> <source>Mercurial Status</source> <translation>Mercurial: Статус </translation> </message> @@ -28057,7 +28057,7 @@ <translation>Невозможно запустить процесс {0}. Убедитесь, что он находится в путях поиска.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="708"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="87"/> <source>Commit</source> <translation>Фиксация</translation> </message> @@ -28177,7 +28177,7 @@ <translation>все</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="854"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="203"/> <source>Differences</source> <translation>Различия</translation> </message> @@ -28792,142 +28792,473 @@ <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="14"/> <source>Mercurial User Data</source> - <translation>Mercurial: Данные пользователя</translation> + <translation type="obsolete">Mercurial: Данные пользователя</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="23"/> <source>User Data</source> - <translation>Данные пользователя</translation> + <translation type="obsolete">Данные пользователя</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="29"/> <source>First Name:</source> - <translation>Имя:</translation> + <translation type="obsolete">Имя:</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="36"/> <source>Enter the first name</source> - <translation>Введите имя пользователя</translation> + <translation type="obsolete">Введите имя пользователя</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="43"/> <source>Last Name:</source> - <translation>Фамилия:</translation> + <translation type="obsolete">Фамилия:</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="50"/> <source>Enter the last name</source> - <translation>Введите фамилию пользователя</translation> + <translation type="obsolete">Введите фамилию пользователя</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="57"/> <source>Email:</source> - <translation>Email:</translation> + <translation type="obsolete">Email:</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="64"/> <source>Enter the email address</source> - <translation>Задайте адрес электронной почты</translation> + <translation type="obsolete">Задайте адрес электронной почты</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="74"/> <source>Extensions</source> - <translation>Плагины (расширения)</translation> + <translation type="obsolete">Плагины (расширения)</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="80"/> <source>Select to activate the fetch extension</source> - <translation>Активировать плагин fetch</translation> + <translation type="obsolete">Активировать плагин fetch</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="83"/> <source>Fetch</source> - <translation>Fetch</translation> + <translation type="obsolete">Fetch</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="90"/> <source>Select to activate the GPG extension</source> - <translation>Активировать плагин GPG</translation> + <translation type="obsolete">Активировать плагин GPG</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="93"/> <source>GPG</source> - <translation>GPG</translation> + <translation type="obsolete">GPG</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="110"/> <source>Select to activate the Purge extension</source> - <translation>Активировать плагин Purge</translation> + <translation type="obsolete">Активировать плагин Purge</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="113"/> <source>Purge</source> - <translation>Purge</translation> + <translation type="obsolete">Purge</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="120"/> <source>Select to activate the queues extension</source> - <translation>Активировать плагин Queues</translation> + <translation type="obsolete">Активировать плагин Queues</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="123"/> <source>Queues</source> - <translation>Queues</translation> + <translation type="obsolete">Queues</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="133"/> <source>Rebase</source> - <translation>Rebase</translation> + <translation type="obsolete">Rebase</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="130"/> <source>Select to activate the rebase extension</source> - <translation>Активировать плагин Rebase</translation> + <translation type="obsolete">Активировать плагин Rebase</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="140"/> <source>Select to activate the shelve extension</source> - <translation>Активировать плагин Shelve</translation> + <translation type="obsolete">Активировать плагин Shelve</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="143"/> <source>Shelve</source> - <translation>Shelve</translation> + <translation type="obsolete">Shelve</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="100"/> <source>Select to activate the largefiles extension</source> - <translation>Активировать плагин LargeFiles</translation> + <translation type="obsolete">Активировать плагин LargeFiles</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="156"/> <source>Large Files</source> - <translation>Large Files</translation> + <translation type="obsolete">Large Files</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="162"/> <source>Minimum file size:</source> - <translation>Минимальный размер файла:</translation> + <translation type="obsolete">Минимальный размер файла:</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="169"/> <source>Enter the minimum file size in MB for files to be treated as Large Files</source> - <translation>Задайте минимальный размер файла в MB для файлов, которые будут считаться большими</translation> + <translation type="obsolete">Задайте минимальный размер файла в MB для файлов, которые будут считаться большими</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="175"/> <source> MB</source> - <translation> MB</translation> + <translation type="obsolete"> MB</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="201"/> <source>Patterns:</source> - <translation>Шаблоны имен файлов:</translation> + <translation type="obsolete">Шаблоны имен файлов:</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="208"/> <source>Enter file patterns (space separated) for files to be treated as Large Files</source> - <translation>Задайте разделенные пробелами шаблоны файлов, которые будут считаться большими</translation> + <translation type="obsolete">Задайте разделенные пробелами шаблоны файлов, которые будут считаться большими</translation> + </message> +</context> +<context> + <name>HgUserConfigDialog</name> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="349"/> + <source>Delete Host Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="349"/> + <source><p>Shall the fingerprint for host <b>{0}</b> really be deleted?</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="404"/> + <source>Edit User Configuration</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="404"/> + <source>You will loose all changes made in this dialog. Shall the data be saved first?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="14"/> + <source>Mercurial User Data</source> + <translation type="unfinished">Mercurial: Данные пользователя</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="27"/> + <source>User</source> + <translation type="unfinished">Пользователь</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="45"/> + <source>User Data</source> + <translation type="unfinished">Данные пользователя</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="51"/> + <source>Name:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="58"/> + <source>Enter the user name</source> + <translation type="unfinished">Введите имя пользователя</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="61"/> + <source>Enter your name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="68"/> + <source>Email:</source> + <translation type="unfinished">Email:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="75"/> + <source>Enter the email address</source> + <translation type="unfinished">Задайте адрес электронной почты</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="78"/> + <source>Enter your email address</source> + <translation type="unfinished">Задайте адрес вашей электронной почты</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="120"/> + <source>Extensions</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="126"/> + <source>Select to activate the fetch extension</source> + <translation type="unfinished">Активировать плагин fetch</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="129"/> + <source>Fetch</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="136"/> + <source>Select to activate the GPG extension</source> + <translation type="unfinished">Активировать плагин GPG</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="139"/> + <source>GPG</source> + <translation type="unfinished">GPG</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="146"/> + <source>Select to activate the largefiles extension</source> + <translation type="unfinished">Активировать плагин LargeFiles</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="202"/> + <source>Large Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="156"/> + <source>Select to activate the Purge extension</source> + <translation type="unfinished">Активировать плагин Purge</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="159"/> + <source>Purge</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="166"/> + <source>Select to activate the queues extension</source> + <translation type="unfinished">Активировать плагин Queues</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="169"/> + <source>Queues</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="176"/> + <source>Select to activate the rebase extension</source> + <translation type="unfinished">Активировать плагин Rebase</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="179"/> + <source>Rebase</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="186"/> + <source>Select to activate the shelve extension</source> + <translation type="unfinished">Активировать плагин Shelve</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="189"/> + <source>Shelve</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="208"/> + <source>Minimum file size:</source> + <translation type="unfinished">Минимальный размер файла:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="215"/> + <source>Enter the minimum file size in MB for files to be treated as Large Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="221"/> + <source> MB</source> + <translation type="unfinished"> MB</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="247"/> + <source>Patterns:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="254"/> + <source>Enter file patterns (space separated) for files to be treated as Large Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="257"/> + <source>Enter file patterns for large files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="264"/> + <source>User Cache:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="280"/> + <source>Enter the name of the user cache directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="304"/> + <source>Network</source> + <translation type="unfinished">Сеть</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="322"/> + <source>Proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="328"/> + <source>Host:</source> + <translation type="unfinished">Хост:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="335"/> + <source>Enter the network proxy host name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="338"/> + <source>Enter Proxy Hostname</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="345"/> + <source>User:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="352"/> + <source>Enter the user name for the network proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="355"/> + <source>Enter Proxy Username</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="362"/> + <source>Password:</source> + <translation type="unfinished">Пароль:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="369"/> + <source>Enter the password for the network proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="375"/> + <source>Enter Proxy Password</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="382"/> + <source>Bypass:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="389"/> + <source>Enter the names of hosts bypassing the network proxy sparated by comma</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="395"/> + <source>Enter hosts bypassing the proxy separated by comma</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="405"/> + <source>Host Fingerprints</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="424"/> + <source>Host</source> + <translation type="unfinished">Хост</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="429"/> + <source>Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="439"/> + <source>Add a host fingerprint entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="446"/> + <source>Delete a host fingerprint entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="453"/> + <source>Edit a host fingerprint entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="482"/> + <source>Open the user configuration file in a text editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="485"/> + <source>Open configuration file in editor</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>HgUserConfigHostFingerprintDialog</name> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="14"/> + <source>Host Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="23"/> + <source>Host:</source> + <translation type="unfinished">Хост:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="30"/> + <source>Enter the host name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="33"/> + <source>Enter Hostname</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="40"/> + <source>Fingerprint:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="47"/> + <source>Enter the host fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="50"/> + <source>Enter Fingerprint</source> + <translation type="unfinished"></translation> </message> </context> <context> @@ -28948,7 +29279,7 @@ <translation>Удалить выбранные записи</translation> </message> <message> - <location filename="../WebBrowser/History/HistoryDialog.py" line="114"/> + <location filename="../WebBrowser/History/HistoryDialog.ui" line="75"/> <source>&Remove</source> <translation>&Удалить</translation> </message> @@ -34818,92 +35149,92 @@ <translation>Стандартные кнопки</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="40"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="219"/> <source>Apply</source> <translation>Применить</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="39"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="226"/> <source>Abort</source> <translation>Прервать</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="41"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="233"/> <source>Cancel</source> <translation>Отмена</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="45"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="240"/> <source>Ignore</source> <translation>Игнорировать</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="54"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="247"/> <source>Save all</source> <translation>Сохранить всё</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="53"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="254"/> <source>Save</source> <translation>Сохранить</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="43"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="261"/> <source>Discard</source> <translation>Сбросить</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="56"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="268"/> <source>Yes to all</source> <translation>Да для всех</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="49"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="275"/> <source>Open</source> <translation>Открыть</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="50"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="282"/> <source>Reset</source> <translation>Сбросить</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="48"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="289"/> <source>Ok</source> <translation>Ok</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="46"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="296"/> <source>No</source> <translation>Нет</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="44"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="303"/> <source>Help</source> <translation>Справка</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="47"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="310"/> <source>No to all</source> <translation>Нет для всех</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="52"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="317"/> <source>Retry</source> <translation>Повтор</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="51"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="324"/> <source>Restore defaults</source> <translation>Восстановить умолчания</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="55"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="331"/> <source>Yes</source> <translation>Да</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="42"/> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="338"/> <source>Close</source> <translation>Закрыть</translation> </message> @@ -36605,7 +36936,7 @@ <context> <name>NoCacheHostsDialog</name> <message> - <location filename="../Helpviewer/Network/NoCacheHostsDialog.py" line="52"/> + <location filename="../Helpviewer/Network/NoCacheHostsDialog.ui" line="14"/> <source>Not Cached Hosts</source> <translation>Некэшированные хосты</translation> </message> @@ -36713,7 +37044,7 @@ <translation>Задать координаты визуально</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="81"/> + <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="146"/> <source>Visual Selection</source> <translation>Визуальный выбор</translation> </message> @@ -37386,7 +37717,7 @@ <context> <name>PasswordsDialog</name> <message> - <location filename="../WebBrowser/Passwords/PasswordsDialog.py" line="91"/> + <location filename="../WebBrowser/Passwords/PasswordsDialog.ui" line="14"/> <source>Saved Passwords</source> <translation>Сохранённые пароли</translation> </message> @@ -42204,7 +42535,7 @@ <translation>Выполнено</translation> </message> <message> - <location filename="../DataViews/PyCoverageDialog.py" line="349"/> + <location filename="../DataViews/PyCoverageDialog.ui" line="172"/> <source>Coverage</source> <translation>Охват</translation> </message> @@ -42285,7 +42616,7 @@ </translation> </message> <message> - <location filename="../DataViews/PyCoverageDialog.py" line="345"/> + <location filename="../DataViews/PyCoverageDialog.ui" line="192"/> <source>%v/%m Files</source> <translation>%v из %m файлов</translation> </message> @@ -42293,7 +42624,7 @@ <context> <name>PyProfileDialog</name> <message> - <location filename="../DataViews/PyProfileDialog.py" line="233"/> + <location filename="../DataViews/PyProfileDialog.ui" line="20"/> <source>Profile Results</source> <translation>Результаты профайлера</translation> </message> @@ -47025,7 +47356,7 @@ <translation>Удалить выделенные фильтры</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/QtHelpFiltersDialog.py" line="150"/> + <location filename="../WebBrowser/QtHelp/QtHelpFiltersDialog.ui" line="89"/> <source>Remove Filters</source> <translation>Удалить фильтры</translation> </message> @@ -47035,7 +47366,7 @@ <translation>Удалить выбранные атрибуты</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/QtHelpFiltersDialog.py" line="178"/> + <location filename="../WebBrowser/QtHelp/QtHelpFiltersDialog.ui" line="99"/> <source>Remove Attributes</source> <translation>Удалить атрибуты</translation> </message> @@ -48550,7 +48881,7 @@ <context> <name>SendRefererWhitelistDialog</name> <message> - <location filename="../WebBrowser/Network/SendRefererWhitelistDialog.py" line="52"/> + <location filename="../WebBrowser/Network/SendRefererWhitelistDialog.ui" line="14"/> <source>Send Referer Whitelist</source> <translation>Отправить реферер белого списка</translation> </message> @@ -49765,7 +50096,7 @@ <translation>К&опировать превью</translation> </message> <message> - <location filename="../Snapshot/SnapWidget.py" line="531"/> + <location filename="../Snapshot/SnapWidget.ui" line="20"/> <source>eric6 Snapshot</source> <translation>Снимки eric6</translation> </message> @@ -52249,7 +52580,7 @@ <context> <name>SvnDiffDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="171"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui" line="14"/> <source>Subversion Diff</source> <translation>Subversion: Отображение различий</translation> </message> @@ -52552,17 +52883,17 @@ <translation>Выберите поле, по которому фильтровать</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="621"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="112"/> <source>Revision</source> <translation>Ревизия</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="618"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="117"/> <source>Author</source> <translation>Автор</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="141"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="127"/> <source>Message</source> <translation>Сообщение</translation> </message> @@ -53025,7 +53356,7 @@ <translation><b>URL</b><p>Задайте URL модуля. Репозиторий со стандартной раскладкой не должен содержать части trunk, tags или branches.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.py" line="128"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="45"/> <source>&URL:</source> <translation>&URL репозитория:</translation> </message> @@ -53120,7 +53451,7 @@ <translation>Задайте протокол доступа к репозиторию</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.py" line="95"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="45"/> <source>&URL:</source> <translation>&URL репозитория:</translation> </message> @@ -54330,7 +54661,7 @@ <context> <name>SvnStatusDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="394"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="14"/> <source>Subversion Status</source> <translation>Subversion: Статус</translation> </message> @@ -54607,7 +54938,7 @@ <translation>Невозможно запустить процесс {0}. Убедитесь, что он находится в путях поиска.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="711"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="80"/> <source>Commit</source> <translation>Фиксация</translation> </message> @@ -59839,7 +60170,7 @@ <context> <name>UnittestDialog</name> <message> - <location filename="../PyUnit/UnittestDialog.py" line="400"/> + <location filename="../PyUnit/UnittestDialog.ui" line="14"/> <source>Unittest</source> <translation>Unittest</translation> </message>
--- a/i18n/eric6_tr.ts Fri Oct 21 23:14:16 2016 +0200 +++ b/i18n/eric6_tr.ts Sat Oct 22 17:09:08 2016 +0200 @@ -6515,7 +6515,7 @@ <context> <name>DebuggerInterfacePython2</name> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="348"/> <source>Start Debugger</source> <translation type="unfinished">Hata Ayıklayıcıyı Başlat</translation> </message> @@ -6525,37 +6525,37 @@ <translation type="unfinished"><p>Python2 yorumlayıcısı ayarlanmamış.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="348"/> <source><p>The debugger backend could not be started.</p></source> <translation type="unfinished"><p>Hata ayıklayıcıbaşlatılamadı.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="815"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="811"/> <source>Parent Process</source> <translation type="unfinished">Ana İşlem</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="816"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="812"/> <source>Child process</source> <translation type="unfinished">Alt işlem</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="813"/> <source>Client forking</source> <translation type="unfinished">İstemci çatallaşması</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="813"/> <source>Select the fork branch to follow.</source> <translation type="unfinished">Takip eden çatallaşmadaki branşı seç.</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="858"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="858"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{0}</p></source> <translation type="unfinished"></translation> </message> @@ -6563,32 +6563,32 @@ <context> <name>DebuggerInterfacePython3</name> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="348"/> <source>Start Debugger</source> <translation>Hata Ayıklayıcıyı Başlat</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="348"/> <source><p>The debugger backend could not be started.</p></source> <translation><p>Hata ayıklayıcıbaşlatılamadı.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="815"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="811"/> <source>Parent Process</source> <translation>Ana İşlem</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="816"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="812"/> <source>Child process</source> <translation>Alt işlem</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="813"/> <source>Client forking</source> <translation>İstemci çatallaşması</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="813"/> <source>Select the fork branch to follow.</source> <translation>Takip eden çatallaşmadaki branşı seç.</translation> </message> @@ -6598,12 +6598,12 @@ <translation type="unfinished"><p>Python2 yorumlayıcısı ayarlanmamış.</p> {3 ?}</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="858"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="858"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{0}</p></source> <translation type="unfinished"></translation> </message> @@ -6811,7 +6811,7 @@ <translation type="obsolete">Hata Ayıklayıcı İstemcisi için yorumlayıcı seçiniz</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.py" line="117"/> + <location filename="../Project/DebuggerPropertiesDialog.py" line="111"/> <source>All Files (*)</source> <translation>Tüm Dosyalar (*)</translation> </message> @@ -6849,7 +6849,7 @@ <translation>Hata Ayıklayıcı İstemcisi Tipi</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="98"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="68"/> <source>Enter the path of the Debug Client to be used. Leave empty to use the default.</source> <translation>Kullanmak için hata ayıklayıcısının yolunu giriniz. Boş bırakırsanız varsayılan yol kullanılır.</translation> </message> @@ -6859,57 +6859,57 @@ <translation>Hata ayıklayıcı istemcisini dosya seçme diyaloğu ile seçmek için basınız</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="62"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="75"/> <source>Select the standard debug client</source> <translation>Standart hata ayıklayıcı istemcisini seçin</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="65"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="78"/> <source>Standard</source> <translation>Standart</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="82"/> - <source>Select the custom selected debug client</source> - <translation>Seçilmiş kullanıcı hata ayıklayıcı istemcisini seçiniz</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="85"/> + <source>Select the custom selected debug client</source> + <translation>Seçilmiş kullanıcı hata ayıklayıcı istemcisini seçiniz</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="88"/> <source>Custom</source> <translation>Geleneksel</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="72"/> <source>Select the multi threaded debug client</source> - <translation>Çok görevli hata ayıklayıcı istemcisini seç</translation> + <translation type="obsolete">Çok görevli hata ayıklayıcı istemcisini seç</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="75"/> <source>Multi Threaded</source> - <translation>Çoklu Görev</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="108"/> + <translation type="obsolete">Çoklu Görev</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="98"/> <source>Source association</source> <translation>Kaynak birlikteliği</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="114"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="104"/> <source>Enter the file extensions to be associated with the Python3 debugger separated by a space. They must not overlap with the ones for Python2.</source> <translation>Dosya uzantılarını Python3 hata ayıklayıcısı ile birleştirmek için bir boşluk ile ayırarak giriniz. Python2 ile örtüşmemektedir.</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="123"/> + <source>Redirect stdin/stdout/stderr</source> + <translation>Stdin/Stdout/Stderr u yeniden yönlendir</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="130"/> + <source>Select to not set the debug client encoding</source> + <translation>Hata ayıklayıcı istemcisi şifrelemesini ayarlamayı iptal için seç</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="133"/> - <source>Redirect stdin/stdout/stderr</source> - <translation>Stdin/Stdout/Stderr u yeniden yönlendir</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="140"/> - <source>Select to not set the debug client encoding</source> - <translation>Hata ayıklayıcı istemcisi şifrelemesini ayarlamayı iptal için seç</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="143"/> <source>Don't set the encoding of the debug client</source> <translation>Hata ayıklayıcı istemcisini şifreleme ayarlarını yapma</translation> </message> @@ -6934,7 +6934,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="130"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="120"/> <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> <translation type="unfinished">Stdin/Stdout/Stderr gönderilerinin Eric5 IDE'de hata ayıklamasının yapılması için, seçiniz {6 ?}</translation> </message> @@ -6962,7 +6962,7 @@ <translation>Hata Ayıklayıcı İstemcisi Tipi</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="98"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="68"/> <source>Enter the path of the Debug Client to be used. Leave empty to use the default.</source> <translation>Kullanmak için hata ayıklayıcısının yolunu giriniz. Boş bırakırsanız varsayılan yol kullanılır.</translation> </message> @@ -6972,57 +6972,57 @@ <translation>Hata ayıklayıcı istemcisini dosya seçme diyaloğu ile seçmek için basınız</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="62"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="75"/> <source>Select the standard debug client</source> <translation>Standart hata ayıklayıcı istemcisini seçin</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="65"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="78"/> <source>Standard</source> <translation>Standart</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="82"/> - <source>Select the custom selected debug client</source> - <translation>Seçilmiş kullanıcı hata ayıklayıcı istemcisini seçiniz</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="85"/> + <source>Select the custom selected debug client</source> + <translation>Seçilmiş kullanıcı hata ayıklayıcı istemcisini seçiniz</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="88"/> <source>Custom</source> <translation>Geleneksel</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="72"/> <source>Select the multi threaded debug client</source> - <translation>Çok görevli hata ayıklayıcı istemcisini seç</translation> + <translation type="obsolete">Çok görevli hata ayıklayıcı istemcisini seç</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="75"/> <source>Multi Threaded</source> - <translation>Çoklu Görev</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="108"/> + <translation type="obsolete">Çoklu Görev</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="98"/> <source>Source association</source> <translation>Kaynak birlikteliği</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="114"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="104"/> <source>Enter the file extensions to be associated with the Python2 debugger separated by a space. They must not overlap with the ones for Python3.</source> <translation>Dosya uzantılarını Python2 hata ayıklayıcısı ile birleştirmek için bir boşluk ile ayırarak giriniz. Python3 ile örtüşmemektedir.</translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="123"/> + <source>Redirect stdin/stdout/stderr</source> + <translation>Stdin/Stdout/Stderr u yeniden yönlendir</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="130"/> + <source>Select to not set the debug client encoding</source> + <translation>Hata ayıklayıcı istemcisi şifrelemesini ayarlamayı iptal için seç</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="133"/> - <source>Redirect stdin/stdout/stderr</source> - <translation>Stdin/Stdout/Stderr u yeniden yönlendir</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="140"/> - <source>Select to not set the debug client encoding</source> - <translation>Hata ayıklayıcı istemcisi şifrelemesini ayarlamayı iptal için seç</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="143"/> <source>Don't set the encoding of the debug client</source> <translation>Hata ayıklayıcı istemcisini şifreleme ayarlarını yapma</translation> </message> @@ -7047,7 +7047,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="130"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="120"/> <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> <translation type="unfinished">Stdin/Stdout/Stderr gönderilerinin Eric5 IDE'de hata ayıklamasının yapılması için, seçiniz {6 ?}</translation> </message> @@ -17678,22 +17678,22 @@ <translation>A&ra :</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="194"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="202"/> <source>Open Link</source> <translation>Açık Bağlantı</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="195"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="203"/> <source>Open Link in New Tab</source> <translation>Yeni Sekmede Yeni Bağlantı Aç</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="196"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="204"/> <source>Open Link in Background Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="198"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="206"/> <source>Open Link in New Window</source> <translation type="unfinished"></translation> </message> @@ -17782,22 +17782,22 @@ <context> <name>HelpSearchWidget</name> <message> - <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="145"/> + <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="144"/> <source>Open Link</source> <translation>Açık Bağlantı</translation> </message> <message> + <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="145"/> + <source>Open Link in New Tab</source> + <translation>Yeni Sekmede Yeni Bağlantı Aç</translation> + </message> + <message> <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="146"/> - <source>Open Link in New Tab</source> - <translation>Yeni Sekmede Yeni Bağlantı Aç</translation> - </message> - <message> - <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="147"/> <source>Open Link in Background Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="149"/> + <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="148"/> <source>Open Link in New Window</source> <translation type="unfinished"></translation> </message> @@ -17978,22 +17978,22 @@ <context> <name>HelpTocWidget</name> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="162"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="158"/> <source>Open Link</source> <translation>Açık Bağlantı</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="163"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="159"/> <source>Open Link in New Tab</source> <translation>Yeni Sekmede Yeni Bağlantı Aç</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="164"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="160"/> <source>Open Link in Background Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="166"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="162"/> <source>Open Link in New Window</source> <translation type="unfinished"></translation> </message> @@ -21873,437 +21873,437 @@ <context> <name>Hg</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="282"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="281"/> <source>The hg process finished with the exit code {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1873"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1872"/> <source>The hg process did not finish within 30s.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="289"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="288"/> <source>Could not start the hg executable.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="317"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="316"/> <source>Create project repository</source> <translation>Bilgi havuzu projesi oluştur</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="317"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="316"/> <source>The project repository could not be created.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="346"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="345"/> <source>Creating Mercurial repository</source> <translation>Mercurial kaynak havauzu oluşturuluyor</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="362"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="361"/> <source>Initial commit to Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="410"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="409"/> <source>Cloning project from a Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="660"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="659"/> <source>Synchronizing with the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="710"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="709"/> <source>Adding files/directories to the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="780"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="779"/> <source>Removing files/directories from the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="842"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="841"/> <source>Renaming {0}</source> <translation>Yenşden adlandırılıyor {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1063"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1062"/> <source>Reverting changes</source> <translation>Değişiklikler eski haline alınıyor</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1108"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1107"/> <source>Merging</source> <translation>Birleştiriliyor</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1410"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1409"/> <source>Mercurial command</source> <translation>Mercurial komut</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1630"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1629"/> <source>Copying {0}</source> <translation>Kopyalanıyor {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2031"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2030"/> <source>Pulling from a remote Mercurial repository</source> <translation>Uzak Mercurial kaynak havuzundan çekiliyor</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2085"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2084"/> <source>Pushing to a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2293"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2292"/> <source>Creating branch in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2322"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2321"/> <source>Showing current branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2446"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2412"/> <source>Verifying the integrity of the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2471"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2437"/> <source>Showing the combined configuration settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2495"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2461"/> <source>Showing aliases for remote repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2519"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2485"/> <source>Recovering from interrupted transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2543"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2509"/> <source>Identifying project directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2581"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2547"/> <source>Create .hgignore file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2581"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2547"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation><p><b>{0}</b> dosyası halihazırda bulunuyor. Üzerine yazılsın mı?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2672"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2638"/> <source>Create changegroup</source> <translation>Değişimgrubu oluştur</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2629"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2595"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation>Mercurial Değiştirme grubu Dosyaları (*.hg)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2693"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2659"/> <source>Preview changegroup</source> <translation>Değişimgrubu öngörünümü</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2733"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2699"/> <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> <translation>Mercurial Değişimgrubu Dosyaları (*.hg);;Tüm Dosyalar (*)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2753"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2719"/> <source>Apply changegroups</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2741"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2707"/> <source>Shall the working directory be updated?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2771"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2737"/> <source>Bisect subcommand ({0}) invalid.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2801"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2767"/> <source>Mercurial Bisect ({0})</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2799"/> + <source>Removing files from the Mercurial repository only</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2853"/> + <source>Backing out changeset</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2833"/> - <source>Removing files from the Mercurial repository only</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2887"/> - <source>Backing out changeset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2867"/> <source>No revision given. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2646"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2612"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2914"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2880"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2907"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2873"/> <source>Are you sure you want to rollback the last transaction?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="573"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="572"/> <source>Committing changes to Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3548"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3514"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3403"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3369"/> <source><p>The Mercurial Command Server could not be restarted.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3548"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3514"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2982"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2948"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3029"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2995"/> <source>Export Patches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3076"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3042"/> <source>Change Phase</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3129"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3095"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3155"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3121"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3272"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3238"/> <source>Add Sub-repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3305"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3271"/> <source><p>The sub-repositories file .hgsub could not be read.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3253"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3219"/> <source><p>The sub-repositories file .hgsub already contains an entry <b>{0}</b>. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3324"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3290"/> <source><p>The sub-repositories file .hgsub could not be written to.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3324"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3290"/> <source>Remove Sub-repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3293"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3259"/> <source><p>The sub-repositories file .hgsub does not exist. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="506"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="505"/> <source>Commit Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="506"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="505"/> <source>The commit affects files, that have unsaved changes. Shall the commit be continued?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1057"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1056"/> <source>Revert changes</source> <translation type="unfinished">Değişiklikleri başa döndür</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1048"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1047"/> <source>Do you really want to revert all changes to these files or directories?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1057"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1056"/> <source>Do you really want to revert all changes of the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3190"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3156"/> <source>Create Unversioned Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1943"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1942"/> <source>Mercurial Side-by-Side Difference</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1943"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1942"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"><p>Dosya <b>{0}</b> okunamıyor.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1876"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1875"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished">Süreç {0} başlatılamadı. Bunun arama yolunda olduğundan emin olun.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1007"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1006"/> <source>Tagging in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2300"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2299"/> <source>Created new branch <{0}>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1184"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1183"/> <source>Current branch tip</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2260"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2259"/> <source>Cancelling uncommitted merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3658"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3624"/> <source>Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3676"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3642"/> <source>Delete Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3676"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3642"/> <source>Select the bookmark to be deleted:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3687"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3653"/> <source>Delete Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3715"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3681"/> <source>Rename Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3748"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3714"/> <source>Move Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3840"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3806"/> <source>Pull Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3840"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3806"/> <source>Select the bookmark to be pulled:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3851"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3817"/> <source>Pulling bookmark from a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3880"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3846"/> <source>Push Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3880"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3846"/> <source>Select the bookmark to be push:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3891"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3857"/> <source>Pushing bookmark to a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1153"/> <source>Re-Merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1145"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1144"/> <source>Do you really want to re-merge these files or directories?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1153"/> <source>Do you really want to re-merge the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1159"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1158"/> <source>Re-Merging</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2231"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2230"/> <source>Marking as 'unresolved'</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2233"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2232"/> <source>Marking as 'resolved'</source> <translation type="unfinished"></translation> </message> @@ -23477,27 +23477,27 @@ <translation type="unfinished">Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="55"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="54"/> <source>&Refresh</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="57"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="56"/> <source>Press to refresh the list of conflicts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="157"/> <source>Process Generation Error</source> <translation type="unfinished">İşlem Üretecinde Hata</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="157"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished">Süreç {0} başlatılamadı. Bunun arama yolunda olduğundan emin olun.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="249"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="248"/> <source>Unknown Status</source> <translation type="unfinished"></translation> </message> @@ -29075,145 +29075,341 @@ <context> <name>HgUserConfigDataDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="14"/> - <source>Mercurial User Data</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="23"/> - <source>User Data</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="29"/> - <source>First Name:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="36"/> - <source>Enter the first name</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="43"/> - <source>Last Name:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="50"/> - <source>Enter the last name</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="57"/> - <source>Email:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="64"/> - <source>Enter the email address</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="74"/> - <source>Extensions</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="80"/> - <source>Select to activate the fetch extension</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="83"/> - <source>Fetch</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="90"/> - <source>Select to activate the GPG extension</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="93"/> - <source>GPG</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="110"/> - <source>Select to activate the Purge extension</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="113"/> - <source>Purge</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="120"/> - <source>Select to activate the queues extension</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="123"/> - <source>Queues</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="133"/> - <source>Rebase</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="130"/> - <source>Select to activate the rebase extension</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="140"/> - <source>Select to activate the shelve extension</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="143"/> - <source>Shelve</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="100"/> - <source>Select to activate the largefiles extension</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="156"/> - <source>Large Files</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="162"/> - <source>Minimum file size:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="169"/> - <source>Enter the minimum file size in MB for files to be treated as Large Files</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="175"/> <source> MB</source> + <translation type="obsolete">MB</translation> + </message> +</context> +<context> + <name>HgUserConfigDialog</name> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="349"/> + <source>Delete Host Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="349"/> + <source><p>Shall the fingerprint for host <b>{0}</b> really be deleted?</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="404"/> + <source>Edit User Configuration</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="404"/> + <source>You will loose all changes made in this dialog. Shall the data be saved first?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="14"/> + <source>Mercurial User Data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="27"/> + <source>User</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="45"/> + <source>User Data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="51"/> + <source>Name:</source> + <translation type="unfinished">Adı:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="58"/> + <source>Enter the user name</source> + <translation type="unfinished">Kullanıcı adını giriniz</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="61"/> + <source>Enter your name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="68"/> + <source>Email:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="75"/> + <source>Enter the email address</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="78"/> + <source>Enter your email address</source> + <translation type="unfinished">Emektup adresini giriniz</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="120"/> + <source>Extensions</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="126"/> + <source>Select to activate the fetch extension</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="129"/> + <source>Fetch</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="136"/> + <source>Select to activate the GPG extension</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="139"/> + <source>GPG</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="146"/> + <source>Select to activate the largefiles extension</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="202"/> + <source>Large Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="156"/> + <source>Select to activate the Purge extension</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="159"/> + <source>Purge</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="166"/> + <source>Select to activate the queues extension</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="169"/> + <source>Queues</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="176"/> + <source>Select to activate the rebase extension</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="179"/> + <source>Rebase</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="186"/> + <source>Select to activate the shelve extension</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="189"/> + <source>Shelve</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="208"/> + <source>Minimum file size:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="215"/> + <source>Enter the minimum file size in MB for files to be treated as Large Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="221"/> + <source> MB</source> <translation type="unfinished">MB</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="201"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="247"/> <source>Patterns:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="208"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="254"/> <source>Enter file patterns (space separated) for files to be treated as Large Files</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="257"/> + <source>Enter file patterns for large files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="264"/> + <source>User Cache:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="280"/> + <source>Enter the name of the user cache directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="304"/> + <source>Network</source> + <translation type="unfinished">Ağ</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="322"/> + <source>Proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="328"/> + <source>Host:</source> + <translation type="unfinished">Sunucu:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="335"/> + <source>Enter the network proxy host name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="338"/> + <source>Enter Proxy Hostname</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="345"/> + <source>User:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="352"/> + <source>Enter the user name for the network proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="355"/> + <source>Enter Proxy Username</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="362"/> + <source>Password:</source> + <translation type="unfinished">Parola:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="369"/> + <source>Enter the password for the network proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="375"/> + <source>Enter Proxy Password</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="382"/> + <source>Bypass:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="389"/> + <source>Enter the names of hosts bypassing the network proxy sparated by comma</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="395"/> + <source>Enter hosts bypassing the proxy separated by comma</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="405"/> + <source>Host Fingerprints</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="424"/> + <source>Host</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="429"/> + <source>Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="439"/> + <source>Add a host fingerprint entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="446"/> + <source>Delete a host fingerprint entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="453"/> + <source>Edit a host fingerprint entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="482"/> + <source>Open the user configuration file in a text editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="485"/> + <source>Open configuration file in editor</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>HgUserConfigHostFingerprintDialog</name> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="14"/> + <source>Host Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="23"/> + <source>Host:</source> + <translation type="unfinished">Sunucu:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="30"/> + <source>Enter the host name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="33"/> + <source>Enter Hostname</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="40"/> + <source>Fingerprint:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="47"/> + <source>Enter the host fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="50"/> + <source>Enter Fingerprint</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HistoryDialog</name> @@ -39327,355 +39523,355 @@ <message> <location filename="../Project/Project.py" line="166"/> <source>Ruby Files (*.rb);;</source> - <translation>Ruby Dosyaları (*.rb);;</translation> - </message> - <message> - <location filename="../Project/Project.py" line="247"/> + <translation type="obsolete">Ruby Dosyaları (*.rb);;</translation> + </message> + <message> + <location filename="../Project/Project.py" line="261"/> <source>Console</source> <translation>Konsol- kumanda birimi</translation> </message> <message> - <location filename="../Project/Project.py" line="248"/> - <source>Other</source> - <translation>Diğer</translation> - </message> - <message> <location filename="../Project/Project.py" line="262"/> + <source>Other</source> + <translation>Diğer</translation> + </message> + <message> + <location filename="../Project/Project.py" line="276"/> <source>PySide GUI</source> <translation>PySide GUI</translation> </message> <message> - <location filename="../Project/Project.py" line="263"/> + <location filename="../Project/Project.py" line="277"/> <source>PySide Console</source> <translation>Pyside-Konsolu</translation> </message> <message> - <location filename="../Project/Project.py" line="346"/> + <location filename="../Project/Project.py" line="360"/> <source>Registering Project Type</source> <translation>Kaydedilmiş Proje Türü</translation> </message> <message> - <location filename="../Project/Project.py" line="701"/> + <location filename="../Project/Project.py" line="715"/> <source>Read project file</source> <translation>Proje dosyasını oku</translation> </message> <message> - <location filename="../Project/Project.py" line="701"/> + <location filename="../Project/Project.py" line="715"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation><p>Proje dosyası <b>{0}</b> okunamdı.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="801"/> + <location filename="../Project/Project.py" line="815"/> <source>Save project file</source> <translation>Proje dosyasını kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="801"/> + <location filename="../Project/Project.py" line="815"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="837"/> + <location filename="../Project/Project.py" line="851"/> <source>Read user project properties</source> <translation>Kullanıcı projesinin özelliklerini oku</translation> </message> <message> - <location filename="../Project/Project.py" line="837"/> + <location filename="../Project/Project.py" line="851"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="861"/> + <location filename="../Project/Project.py" line="875"/> <source>Save user project properties</source> <translation>Kullanıcı projesinin özelliklerini kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="861"/> + <location filename="../Project/Project.py" line="875"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="933"/> <source>Read project session</source> <translation>Proje oturumunu oku</translation> </message> <message> - <location filename="../Project/Project.py" line="1141"/> - <source>Please save the project first.</source> - <translation>Lütfen ilkolarak projeyi kaydedin.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="919"/> - <source><p>The project session file <b>{0}</b> could not be read.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="955"/> - <source>Save project session</source> - <translation>Proje oturumunu kaydet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="955"/> - <source><p>The project session file <b>{0}</b> could not be written.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="984"/> - <source>Delete project session</source> - <translation>Proje oturumunu sil</translation> - </message> - <message> - <location filename="../Project/Project.py" line="984"/> - <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1018"/> - <source>Read tasks</source> - <translation>Görevler Okunuyor</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1018"/> - <source><p>The tasks file <b>{0}</b> could not be read.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1038"/> - <source>Save tasks</source> - <translation>Görevleri kaydet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1038"/> - <source><p>The tasks file <b>{0}</b> could not be written.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1095"/> - <source>Read debugger properties</source> - <translation>Hata ayıklayıcı özelliklerini oku</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1095"/> - <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1129"/> - <source>Save debugger properties</source> - <translation>Hata ayıklayıcı özelliklerini kaydet</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1129"/> - <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="1155"/> - <source>Delete debugger properties</source> - <translation>Hata ayıklayıcı özelliklerini sil</translation> - </message> - <message> <location filename="../Project/Project.py" line="1155"/> + <source>Please save the project first.</source> + <translation>Lütfen ilkolarak projeyi kaydedin.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="933"/> + <source><p>The project session file <b>{0}</b> could not be read.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="969"/> + <source>Save project session</source> + <translation>Proje oturumunu kaydet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="969"/> + <source><p>The project session file <b>{0}</b> could not be written.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="998"/> + <source>Delete project session</source> + <translation>Proje oturumunu sil</translation> + </message> + <message> + <location filename="../Project/Project.py" line="998"/> + <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1032"/> + <source>Read tasks</source> + <translation>Görevler Okunuyor</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1032"/> + <source><p>The tasks file <b>{0}</b> could not be read.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1052"/> + <source>Save tasks</source> + <translation>Görevleri kaydet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1052"/> + <source><p>The tasks file <b>{0}</b> could not be written.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1109"/> + <source>Read debugger properties</source> + <translation>Hata ayıklayıcı özelliklerini oku</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1109"/> + <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1143"/> + <source>Save debugger properties</source> + <translation>Hata ayıklayıcı özelliklerini kaydet</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1143"/> + <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="1169"/> + <source>Delete debugger properties</source> + <translation>Hata ayıklayıcı özelliklerini sil</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1169"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1263"/> + <location filename="../Project/Project.py" line="1277"/> <source>Add Language</source> <translation>Dil Ekle</translation> </message> <message> - <location filename="../Project/Project.py" line="1263"/> + <location filename="../Project/Project.py" line="1277"/> <source>You have to specify a translation pattern first.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1385"/> + <location filename="../Project/Project.py" line="1399"/> <source>Delete translation</source> <translation>Çeviriyi silin</translation> </message> <message> - <location filename="../Project/Project.py" line="1385"/> + <location filename="../Project/Project.py" line="1399"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1536"/> + <location filename="../Project/Project.py" line="1550"/> <source>Add file</source> <translation>Dosya ekle</translation> </message> <message> - <location filename="../Project/Project.py" line="1598"/> + <location filename="../Project/Project.py" line="1612"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1524"/> + <location filename="../Project/Project.py" line="1538"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1653"/> + <location filename="../Project/Project.py" line="1667"/> <source>The target directory must not be empty.</source> <translation>Hedef dizin boş olamaz.</translation> </message> <message> - <location filename="../Project/Project.py" line="1664"/> + <location filename="../Project/Project.py" line="1678"/> <source>Add directory</source> <translation>Dizin Ekle</translation> </message> <message> - <location filename="../Project/Project.py" line="1567"/> + <location filename="../Project/Project.py" line="1581"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1580"/> + <location filename="../Project/Project.py" line="1594"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1664"/> + <location filename="../Project/Project.py" line="1678"/> <source>The source directory must not be empty.</source> <translation>Kaynak dizin boş olamaz.</translation> </message> <message> - <location filename="../Project/Project.py" line="1788"/> + <location filename="../Project/Project.py" line="1802"/> <source>Rename file</source> <translation>Dosya adını değiştir</translation> </message> <message> - <location filename="../Project/Project.py" line="1812"/> + <location filename="../Project/Project.py" line="1826"/> <source>Rename File</source> <translation>Dosya adını Değiştir</translation> </message> <message> - <location filename="../Project/Project.py" line="2834"/> + <location filename="../Project/Project.py" line="2848"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p><b>{0}</b> dosyası halen mevcut. Üzerine yazılsın mı?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1812"/> + <location filename="../Project/Project.py" line="1826"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2048"/> + <location filename="../Project/Project.py" line="2062"/> <source>Delete file</source> <translation>Dosya sil</translation> </message> <message> - <location filename="../Project/Project.py" line="2048"/> + <location filename="../Project/Project.py" line="2062"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2077"/> + <location filename="../Project/Project.py" line="2091"/> <source>Delete directory</source> <translation>Dizini sil</translation> </message> <message> - <location filename="../Project/Project.py" line="2077"/> + <location filename="../Project/Project.py" line="2091"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2159"/> + <location filename="../Project/Project.py" line="2173"/> <source>Create project directory</source> <translation>Proje dizinin oluştur</translation> </message> <message> - <location filename="../Project/Project.py" line="2159"/> + <location filename="../Project/Project.py" line="2173"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation><p>Proje dizini <b>{0}</b> oluşturulamıyor.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2697"/> <source>New Project</source> <translation>Yeni Proje</translation> </message> <message> - <location filename="../Project/Project.py" line="2235"/> + <location filename="../Project/Project.py" line="2249"/> <source>Add existing files to the project?</source> <translation>Var olan dosyalar projeye eklensin mi?</translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2697"/> <source>Select Version Control System</source> <translation>Sürüm Kontrol Sistemini Seç</translation> </message> <message> - <location filename="../Project/Project.py" line="2354"/> + <location filename="../Project/Project.py" line="2368"/> <source>Would you like to edit the VCS command options?</source> <translation>VCS komut seçeneklerini düzenlemek istiyor musunuz?</translation> </message> <message> - <location filename="../Project/Project.py" line="3443"/> - <source>New project</source> - <translation>Yeni Proje</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2302"/> - <source>Shall the project file be added to the repository?</source> - <translation>Proje dosyaları kaynak havuzuna aktarılacak mı?</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2333"/> - <source>None</source> - <translation>Yok</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2326"/> - <source>Select version control system for the project</source> - <translation>proje için sürüm kontrol sistemini seçin</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2432"/> - <source>Translation Pattern</source> - <translation>Çeviri Kalıbı</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2432"/> - <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> - <translation>Çeviri dosylarınınyol kalıbını giriniz (kullanılan '% dil %'dil kodu):</translation> - </message> - <message> <location filename="../Project/Project.py" line="3457"/> + <source>New project</source> + <translation>Yeni Proje</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2316"/> + <source>Shall the project file be added to the repository?</source> + <translation>Proje dosyaları kaynak havuzuna aktarılacak mı?</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2347"/> + <source>None</source> + <translation>Yok</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2340"/> + <source>Select version control system for the project</source> + <translation>proje için sürüm kontrol sistemini seçin</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2446"/> + <source>Translation Pattern</source> + <translation>Çeviri Kalıbı</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2446"/> + <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> + <translation>Çeviri dosylarınınyol kalıbını giriniz (kullanılan '% dil %'dil kodu):</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3471"/> <source>Open project</source> <translation>Projeyi aç</translation> </message> <message> - <location filename="../Project/Project.py" line="2819"/> + <location filename="../Project/Project.py" line="2833"/> <source>Project Files (*.e4p)</source> <translation>Proje Dosyaları (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="3494"/> + <location filename="../Project/Project.py" line="3508"/> <source>Save project as</source> <translation>projeyi farklı adda kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="2834"/> + <location filename="../Project/Project.py" line="2848"/> <source>Save File</source> <translation>Dosyayı Kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="2870"/> + <location filename="../Project/Project.py" line="2884"/> <source>Close Project</source> <translation>Projeyi Kapat</translation> </message> <message> - <location filename="../Project/Project.py" line="2870"/> + <location filename="../Project/Project.py" line="2884"/> <source>The current project has unsaved changes.</source> <translation>Geçerli projede kaydedilmemiş dosyalar var.</translation> </message> <message> - <location filename="../Project/Project.py" line="3035"/> + <location filename="../Project/Project.py" line="3049"/> <source>Syntax errors detected</source> <translation>Sözdizimi Hataları tespit edildi</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3035"/> + <location filename="../Project/Project.py" line="3049"/> <source>The project contains %n file(s) with syntax errors.</source> <translation type="unfinished"> <numerusform></numerusform> @@ -39683,632 +39879,622 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="3443"/> + <location filename="../Project/Project.py" line="3457"/> <source>&New...</source> <translation>Ye&ni...</translation> </message> <message> - <location filename="../Project/Project.py" line="3448"/> - <source>Generate a new project</source> - <translation>Yeni bir proje üret</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3449"/> - <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> - <translation><b>Yeni...</b><p>Bu yeni bir proje için bilgilerin girileceği bir diyalog açar.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3457"/> - <source>&Open...</source> - <translation>&Aç...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3462"/> - <source>Open an existing project</source> - <translation>Var olan bir projeyi aç</translation> + <source>Generate a new project</source> + <translation>Yeni bir proje üret</translation> </message> <message> <location filename="../Project/Project.py" line="3463"/> + <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> + <translation><b>Yeni...</b><p>Bu yeni bir proje için bilgilerin girileceği bir diyalog açar.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3471"/> + <source>&Open...</source> + <translation>&Aç...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3476"/> + <source>Open an existing project</source> + <translation>Var olan bir projeyi aç</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3477"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Aç...</b><p>Bu varolan bir projeyi açar.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3470"/> + <location filename="../Project/Project.py" line="3484"/> <source>Close project</source> <translation>Projeyi kapat</translation> </message> <message> - <location filename="../Project/Project.py" line="3470"/> + <location filename="../Project/Project.py" line="3484"/> <source>&Close</source> <translation>&Kapat</translation> </message> <message> - <location filename="../Project/Project.py" line="3474"/> + <location filename="../Project/Project.py" line="3488"/> <source>Close the current project</source> <translation>Geçerli projeyi kapat</translation> </message> <message> - <location filename="../Project/Project.py" line="3475"/> + <location filename="../Project/Project.py" line="3489"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Kapat</b><p>Bu geçerli projeyi kapatır.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3482"/> + <location filename="../Project/Project.py" line="3496"/> <source>Save project</source> <translation>Projeyi kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="3673"/> + <location filename="../Project/Project.py" line="3687"/> <source>&Save</source> <translation>&Kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="3486"/> - <source>Save the current project</source> - <translation>Geçerli projeyi kapat</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3487"/> - <source><b>Save</b><p>This saves the current project.</p></source> - <translation><b>Kaydet</b><p>Bu geçerli projeyi kaydeder.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3494"/> - <source>Save &as...</source> - <translation>Farklı k&aydet...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3498"/> - <source>Save the current project to a new file</source> - <translation>Geçerli projeyi yeni bir dosya olarak kaydet</translation> - </message> - <message> <location filename="../Project/Project.py" line="3500"/> - <source><b>Save as</b><p>This saves the current project to a new file.</p></source> - <translation><b>Farklı kaydet</b><p>Bu geçerli projeyi yeni bir dosya olarak kaydeder.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3509"/> - <source>Add files to project</source> - <translation>Projeye dosyalar ekle</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3509"/> - <source>Add &files...</source> - <translation>Dosyaları &ekle...</translation> + <source>Save the current project</source> + <translation>Geçerli projeyi kapat</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3501"/> + <source><b>Save</b><p>This saves the current project.</p></source> + <translation><b>Kaydet</b><p>Bu geçerli projeyi kaydeder.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3508"/> + <source>Save &as...</source> + <translation>Farklı k&aydet...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3512"/> + <source>Save the current project to a new file</source> + <translation>Geçerli projeyi yeni bir dosya olarak kaydet</translation> </message> <message> <location filename="../Project/Project.py" line="3514"/> + <source><b>Save as</b><p>This saves the current project to a new file.</p></source> + <translation><b>Farklı kaydet</b><p>Bu geçerli projeyi yeni bir dosya olarak kaydeder.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3523"/> + <source>Add files to project</source> + <translation>Projeye dosyalar ekle</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3523"/> + <source>Add &files...</source> + <translation>Dosyaları &ekle...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3528"/> <source>Add files to the current project</source> <translation>Geçerli projeye dosyalar ekle</translation> </message> <message> - <location filename="../Project/Project.py" line="3516"/> - <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> - <translation><b>Dosya ekle...</b><p>Bu geçerli projeye bir dosya eklemek için bir diyalog açar. Alana belirlenmiş uzantıda bir dosya eklenir.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3525"/> - <source>Add directory to project</source> - <translation>Projeye dizin ekle</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3525"/> - <source>Add directory...</source> - <translation>Dizin ekle...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3530"/> + <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> + <translation><b>Dosya ekle...</b><p>Bu geçerli projeye bir dosya eklemek için bir diyalog açar. Alana belirlenmiş uzantıda bir dosya eklenir.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3539"/> + <source>Add directory to project</source> + <translation>Projeye dizin ekle</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3539"/> + <source>Add directory...</source> + <translation>Dizin ekle...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3544"/> <source>Add a directory to the current project</source> <translation>Geçerli projeye bir dizin ekleyiniz</translation> </message> <message> - <location filename="../Project/Project.py" line="3532"/> + <location filename="../Project/Project.py" line="3546"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>Dizin Ekle...</b><p>Bu geçerli projeye bir dizin eklemek için bir diyalog açar.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3540"/> + <location filename="../Project/Project.py" line="3554"/> <source>Add translation to project</source> <translation>Projeye çeviri ekle</translation> </message> <message> - <location filename="../Project/Project.py" line="3540"/> + <location filename="../Project/Project.py" line="3554"/> <source>Add &translation...</source> <translation>Çeviri &ekle...</translation> </message> <message> - <location filename="../Project/Project.py" line="3545"/> - <source>Add a translation to the current project</source> - <translation>Geçerli projeye çeviri ekle</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3547"/> - <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> - <translation><b>Çeviri ekle...</b><p>Bu geçerli projeye bir çeviri eklemek için bir diyalog açar.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3555"/> - <source>Search new files</source> - <translation>Yeni dosyaları ara</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3555"/> - <source>Searc&h new files...</source> - <translation>Yeni dosyaları a&ra...</translation> - </message> - <message> <location filename="../Project/Project.py" line="3559"/> - <source>Search new files in the project directory.</source> - <translation>Proje dizininde yeni dosyaları ara.</translation> + <source>Add a translation to the current project</source> + <translation>Geçerli projeye çeviri ekle</translation> </message> <message> <location filename="../Project/Project.py" line="3561"/> + <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> + <translation><b>Çeviri ekle...</b><p>Bu geçerli projeye bir çeviri eklemek için bir diyalog açar.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3569"/> + <source>Search new files</source> + <translation>Yeni dosyaları ara</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3569"/> + <source>Searc&h new files...</source> + <translation>Yeni dosyaları a&ra...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3573"/> + <source>Search new files in the project directory.</source> + <translation>Proje dizininde yeni dosyaları ara.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3575"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3584"/> + <location filename="../Project/Project.py" line="3598"/> <source>Project properties</source> <translation>Proje özellikleri</translation> </message> <message> - <location filename="../Project/Project.py" line="3584"/> + <location filename="../Project/Project.py" line="3598"/> <source>&Properties...</source> <translation>&Özellikler...</translation> </message> <message> - <location filename="../Project/Project.py" line="3589"/> + <location filename="../Project/Project.py" line="3603"/> <source>Show the project properties</source> <translation>Proje özelliklerini göster</translation> </message> <message> - <location filename="../Project/Project.py" line="3590"/> - <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3597"/> - <source>User project properties</source> - <translation>Kullanıcı projesi özellikleri</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3597"/> - <source>&User Properties...</source> - <translation>K&ullanıcı Özellikleri...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3602"/> - <source>Show the user specific project properties</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3604"/> - <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3612"/> - <source>Filetype Associations</source> - <translation>Dosyatipi Birleştirme</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3612"/> - <source>Filetype Associations...</source> - <translation>Dosyatipi Birleştirme...</translation> + <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3611"/> + <source>User project properties</source> + <translation>Kullanıcı projesi özellikleri</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3611"/> + <source>&User Properties...</source> + <translation>K&ullanıcı Özellikleri...</translation> </message> <message> <location filename="../Project/Project.py" line="3616"/> - <source>Show the project filetype associations</source> + <source>Show the user specific project properties</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3618"/> - <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3630"/> - <source>Lexer Associations</source> - <translation type="unfinished"></translation> + <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3626"/> + <source>Filetype Associations</source> + <translation>Dosyatipi Birleştirme</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3626"/> + <source>Filetype Associations...</source> + <translation>Dosyatipi Birleştirme...</translation> </message> <message> <location filename="../Project/Project.py" line="3630"/> + <source>Show the project filetype associations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3632"/> + <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3644"/> + <source>Lexer Associations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3644"/> <source>Lexer Associations...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3634"/> - <source>Show the project lexer associations (overriding defaults)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3636"/> - <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3648"/> + <source>Show the project lexer associations (overriding defaults)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3650"/> + <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3662"/> <source>Debugger Properties</source> <translation>Hata Ayıklayıcı Özellikleri</translation> </message> <message> - <location filename="../Project/Project.py" line="3648"/> + <location filename="../Project/Project.py" line="3662"/> <source>Debugger &Properties...</source> <translation>Hata Ayıklayıcı &Özellikleri...</translation> </message> <message> - <location filename="../Project/Project.py" line="3652"/> - <source>Show the debugger properties</source> - <translation>Hata ayıklayıcı özelliklerini göster</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3653"/> - <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3661"/> - <source>Load</source> - <translation>Yükle</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3661"/> - <source>&Load</source> - <translation>Yük&le</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3665"/> - <source>Load the debugger properties</source> - <translation>Hata ayıklayıcı özelliklerini yükle</translation> - </message> - <message> <location filename="../Project/Project.py" line="3666"/> + <source>Show the debugger properties</source> + <translation>Hata ayıklayıcı özelliklerini göster</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3667"/> + <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3675"/> + <source>Load</source> + <translation>Yükle</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3675"/> + <source>&Load</source> + <translation>Yük&le</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3679"/> + <source>Load the debugger properties</source> + <translation>Hata ayıklayıcı özelliklerini yükle</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3680"/> <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3673"/> + <location filename="../Project/Project.py" line="3687"/> <source>Save</source> <translation>Kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="3677"/> + <location filename="../Project/Project.py" line="3691"/> <source>Save the debugger properties</source> <translation>Hata ayıklayıcı özelliklerini kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="3678"/> + <location filename="../Project/Project.py" line="3692"/> <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3685"/> + <location filename="../Project/Project.py" line="3699"/> <source>Delete</source> <translation>Sil</translation> </message> <message> - <location filename="../Project/Project.py" line="3685"/> + <location filename="../Project/Project.py" line="3699"/> <source>&Delete</source> <translation>&Sil</translation> </message> <message> - <location filename="../Project/Project.py" line="3689"/> - <source>Delete the debugger properties</source> - <translation>Hata ayıklayıcı özelliklerini sil</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3690"/> - <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3698"/> - <source>Reset</source> - <translation>Başadön</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3698"/> - <source>&Reset</source> - <translation>Başad&ön</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3702"/> - <source>Reset the debugger properties</source> - <translation>Hata ayıklayıcı özelliklerini başa döndür</translation> - </message> - <message> <location filename="../Project/Project.py" line="3703"/> - <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> + <source>Delete the debugger properties</source> + <translation>Hata ayıklayıcı özelliklerini sil</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3704"/> + <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3712"/> - <source>Load session</source> - <translation>Oturum yükleniyor</translation> + <source>Reset</source> + <translation>Başadön</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3712"/> + <source>&Reset</source> + <translation>Başad&ön</translation> </message> <message> <location filename="../Project/Project.py" line="3716"/> - <source>Load the projects session file.</source> - <translation>Projelerin oturm dosyasını yükle.</translation> + <source>Reset the debugger properties</source> + <translation>Hata ayıklayıcı özelliklerini başa döndür</translation> </message> <message> <location filename="../Project/Project.py" line="3717"/> - <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> - <translation type="unfinished"></translation> + <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3726"/> + <source>Load session</source> + <translation>Oturum yükleniyor</translation> </message> <message> <location filename="../Project/Project.py" line="3730"/> + <source>Load the projects session file.</source> + <translation>Projelerin oturm dosyasını yükle.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3731"/> + <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3744"/> <source>Save session</source> <translation>Oturumu kaydet</translation> </message> <message> - <location filename="../Project/Project.py" line="3734"/> - <source>Save the projects session file.</source> - <translation>Proje oturum dosyasını kaydet.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3735"/> - <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3748"/> - <source>Delete session</source> - <translation>Oturumu sil</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3752"/> - <source>Delete the projects session file.</source> - <translation>Proje oturum dosyasını sil.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3753"/> - <source><b>Delete session</b><p>This deletes the projects session file</p></source> - <translation><b>Oturumu Sil</b><p>Bu proje dosya oturumunu siler</p></translation> + <source>Save the projects session file.</source> + <translation>Proje oturum dosyasını kaydet.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3749"/> + <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3762"/> - <source>Code Metrics</source> - <translation>Metrik Kod</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3762"/> - <source>&Code Metrics...</source> - <translation>Me&trik Kod...</translation> + <source>Delete session</source> + <translation>Oturumu sil</translation> </message> <message> <location filename="../Project/Project.py" line="3766"/> - <source>Show some code metrics for the project.</source> - <translation>Proje için bazı metrik kodları göster.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3768"/> - <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> - <translation><b>Metrik Kodlar...</b><p>Bu proje içindeki tüm Python dosyalarının bazı metrik kodlarını gösterir.</p></translation> + <source>Delete the projects session file.</source> + <translation>Proje oturum dosyasını sil.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3767"/> + <source><b>Delete session</b><p>This deletes the projects session file</p></source> + <translation><b>Oturumu Sil</b><p>Bu proje dosya oturumunu siler</p></translation> </message> <message> <location filename="../Project/Project.py" line="3776"/> - <source>Python Code Coverage</source> - <translation>Python Kod Koruyucu</translation> + <source>Code Metrics</source> + <translation>Metrik Kod</translation> </message> <message> <location filename="../Project/Project.py" line="3776"/> - <source>Code Co&verage...</source> - <translation>Kod Koru&yucu...</translation> + <source>&Code Metrics...</source> + <translation>Me&trik Kod...</translation> </message> <message> <location filename="../Project/Project.py" line="3780"/> - <source>Show code coverage information for the project.</source> - <translation type="unfinished"></translation> + <source>Show some code metrics for the project.</source> + <translation>Proje için bazı metrik kodları göster.</translation> </message> <message> <location filename="../Project/Project.py" line="3782"/> - <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4568"/> - <source>Profile Data</source> - <translation>Veri Kesiti</translation> + <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> + <translation><b>Metrik Kodlar...</b><p>Bu proje içindeki tüm Python dosyalarının bazı metrik kodlarını gösterir.</p></translation> </message> <message> <location filename="../Project/Project.py" line="3790"/> - <source>&Profile Data...</source> - <translation>&Veri kesiti...</translation> + <source>Python Code Coverage</source> + <translation>Python Kod Koruyucu</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3790"/> + <source>Code Co&verage...</source> + <translation>Kod Koru&yucu...</translation> </message> <message> <location filename="../Project/Project.py" line="3794"/> - <source>Show profiling data for the project.</source> + <source>Show code coverage information for the project.</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3796"/> + <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4582"/> + <source>Profile Data</source> + <translation>Veri Kesiti</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3804"/> + <source>&Profile Data...</source> + <translation>&Veri kesiti...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3808"/> + <source>Show profiling data for the project.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3810"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4622"/> + <location filename="../Project/Project.py" line="4636"/> <source>Application Diagram</source> <translation>Uygulama Şeması</translation> </message> <message> - <location filename="../Project/Project.py" line="3805"/> + <location filename="../Project/Project.py" line="3819"/> <source>&Application Diagram...</source> <translation>Uygulama Şem&ası...</translation> </message> <message> - <location filename="../Project/Project.py" line="3809"/> + <location filename="../Project/Project.py" line="3823"/> <source>Show a diagram of the project.</source> <translation>Projenin bir şemasını göster.</translation> </message> <message> - <location filename="../Project/Project.py" line="3811"/> + <location filename="../Project/Project.py" line="3825"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Uygulama Şeması...</b><p>Bu projenin bir şemasını gösterir.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4780"/> + <location filename="../Project/Project.py" line="4794"/> <source>Create Package List</source> <translation>Paket Listesini Oluştur</translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> - <source>Create &Package List</source> - <translation>&Paket Listesini Üret</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5027"/> - <source>Create Plugin Archive</source> - <translation>Eklenti Arşivi Oluştur</translation> - </message> - <message> <location filename="../Project/Project.py" line="3848"/> - <source>Create Plugin &Archive</source> - <translation type="obsolete">Eklenti &Arşivi Oluştur</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3864"/> - <source>Create Plugin Archive (Snapshot)</source> - <translation type="obsolete">Eklenti arşivi oluştur (Şipşak)</translation> + <source>Create &Package List</source> + <translation type="unfinished">Eklenti &Arşivi Oluştur</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5041"/> + <source>Create Plugin Archive</source> + <translation>Eklenti Arşivi Oluştur</translation> </message> <message> <location filename="../Project/Project.py" line="3864"/> - <source>Create Plugin Archive (&Snapshot)</source> - <translation type="obsolete">Eklenti Arşivi Oluştur (En&stantene)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3904"/> - <source>&Project</source> - <translation>&Proje</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3905"/> - <source>Open &Recent Projects</source> - <translation>Geçmiş P&rojeleri Aç</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3906"/> - <source>&Version Control</source> - <translation>S&ürüm Kontrol</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3910"/> - <source>Chec&k</source> - <translation>&Kontrol</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3912"/> - <source>Sho&w</source> - <translation>G&öster</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3913"/> - <source>&Diagrams</source> - <translation>Şemalar &D</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3914"/> - <source>Session</source> - <translation>Oturum</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3915"/> - <source>Source &Documentation</source> - <translation>Kaynak Belgeleme &D</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3917"/> - <source>Debugger</source> - <translation>Hata Ayıklayıcı</translation> + <source>Create Plugin &Archives</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3918"/> + <source>&Project</source> + <translation>&Proje</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3919"/> + <source>Open &Recent Projects</source> + <translation>Geçmiş P&rojeleri Aç</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3920"/> + <source>&Version Control</source> + <translation>S&ürüm Kontrol</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3924"/> + <source>Chec&k</source> + <translation>&Kontrol</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3926"/> + <source>Sho&w</source> + <translation>G&öster</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3927"/> + <source>&Diagrams</source> + <translation>Şemalar &D</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3928"/> + <source>Session</source> + <translation>Oturum</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3929"/> + <source>Source &Documentation</source> + <translation>Kaynak Belgeleme &D</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3931"/> + <source>Debugger</source> + <translation>Hata Ayıklayıcı</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3932"/> <source>Pac&kagers</source> <translation>Pa&ketleyici</translation> </message> <message> - <location filename="../Project/Project.py" line="4026"/> + <location filename="../Project/Project.py" line="4040"/> <source>Project</source> <translation>Proje</translation> </message> <message> - <location filename="../Project/Project.py" line="4092"/> + <location filename="../Project/Project.py" line="4106"/> <source>&Clear</source> <translation>T&emizle</translation> </message> <message> - <location filename="../Project/Project.py" line="4231"/> + <location filename="../Project/Project.py" line="4245"/> <source>Search New Files</source> <translation>Yeni Dosyaları Ara</translation> </message> <message> - <location filename="../Project/Project.py" line="4231"/> + <location filename="../Project/Project.py" line="4245"/> <source>There were no new files found to be added.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4377"/> + <location filename="../Project/Project.py" line="4391"/> <source>Version Control System</source> <translation>Sürüm Kontrol Sistemi</translation> </message> <message> - <location filename="../Project/Project.py" line="4377"/> + <location filename="../Project/Project.py" line="4391"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4495"/> + <location filename="../Project/Project.py" line="4509"/> <source>Coverage Data</source> <translation>Veri Kapsamı</translation> </message> <message> - <location filename="../Project/Project.py" line="4545"/> + <location filename="../Project/Project.py" line="4559"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Bugeçerli projede tanımlanan ana betik değil. Durduruluyor</translation> </message> <message> - <location filename="../Project/Project.py" line="4518"/> + <location filename="../Project/Project.py" line="4532"/> <source>Code Coverage</source> <translation>Kod Koruyucu</translation> </message> <message> - <location filename="../Project/Project.py" line="4518"/> + <location filename="../Project/Project.py" line="4532"/> <source>Please select a coverage file</source> <translation>Lütfen bir koruyucu dosya seçiniz</translation> </message> <message> - <location filename="../Project/Project.py" line="4568"/> + <location filename="../Project/Project.py" line="4582"/> <source>Please select a profile file</source> <translation>Lütfen kesit dosyasını seçiniz</translation> </message> <message> - <location filename="../Project/Project.py" line="4622"/> + <location filename="../Project/Project.py" line="4636"/> <source>Include module names?</source> <translation>Modül isimleri dahil edilsin mi?</translation> </message> <message> - <location filename="../Project/Project.py" line="4740"/> + <location filename="../Project/Project.py" line="4754"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4780"/> + <location filename="../Project/Project.py" line="4794"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4799"/> + <location filename="../Project/Project.py" line="4813"/> <source>The project does not have a main script defined. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4911"/> + <location filename="../Project/Project.py" line="4925"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4985"/> + <location filename="../Project/Project.py" line="4999"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -40318,198 +40504,188 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2222"/> + <location filename="../Project/Project.py" line="2236"/> <source>Create main script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2222"/> + <location filename="../Project/Project.py" line="2236"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3819"/> + <location filename="../Project/Project.py" line="3833"/> <source>Load Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3819"/> + <location filename="../Project/Project.py" line="3833"/> <source>&Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3823"/> + <location filename="../Project/Project.py" line="3837"/> <source>Load a diagram from file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3825"/> - <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="323"/> - <source><p>The Programming Language <b>{0}</b> is not supported.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="346"/> - <source><p>The Project type <b>{0}</b> is already registered.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="334"/> - <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="244"/> - <source>PyQt5 GUI</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="245"/> - <source>PyQt5 Console</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4365"/> - <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5027"/> - <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3839"/> - <source>Create an initial PKGLIST file for an eric6 plugin.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3841"/> - <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> + <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="337"/> + <source><p>The Programming Language <b>{0}</b> is not supported.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="360"/> + <source><p>The Project type <b>{0}</b> is already registered.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="348"/> + <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="258"/> + <source>PyQt5 GUI</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="259"/> + <source>PyQt5 Console</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4379"/> + <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5041"/> + <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3853"/> - <source>Create an eric6 plugin archive file.</source> - <translation type="obsolete">Eric5 eklenti arşiv dosyası oluştur. {6 ?}</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4881"/> - <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="242"/> - <source>PyQt4 GUI</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="243"/> - <source>PyQt4 Console</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="246"/> - <source>Eric6 Plugin</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="2653"/> - <source>Create project management directory</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="2653"/> - <source><p>The project directory <b>{0}</b> is not writable.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3569"/> - <source>Alt+Ctrl+P</source> - <comment>Project|Search Project File</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3575"/> - <source>Search for a file in the project list of files.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3577"/> - <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3569"/> - <source>Search Project File</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3569"/> - <source>Search Project File...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4834"/> - <source>Create Plugin Archives</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3850"/> - <source>Create Plugin &Archives</source> - <translation type="unfinished"></translation> + <source>Create an initial PKGLIST file for an eric6 plugin.</source> + <translation type="unfinished">Eric5 eklenti arşiv dosyası oluştur. {6 ?}</translation> </message> <message> <location filename="../Project/Project.py" line="3855"/> + <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4895"/> + <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="256"/> + <source>PyQt4 GUI</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="257"/> + <source>PyQt4 Console</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="260"/> + <source>Eric6 Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2667"/> + <source>Create project management directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="2667"/> + <source><p>The project directory <b>{0}</b> is not writable.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3583"/> + <source>Alt+Ctrl+P</source> + <comment>Project|Search Project File</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3589"/> + <source>Search for a file in the project list of files.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3591"/> + <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3583"/> + <source>Search Project File</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3583"/> + <source>Search Project File...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4848"/> + <source>Create Plugin Archives</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3869"/> <source>Create eric6 plugin archive files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3857"/> + <location filename="../Project/Project.py" line="3871"/> <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3867"/> + <location filename="../Project/Project.py" line="3881"/> <source>Create Plugin Archives (Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3867"/> + <location filename="../Project/Project.py" line="3881"/> <source>Create Plugin Archives (&Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3872"/> + <location filename="../Project/Project.py" line="3886"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3874"/> + <location filename="../Project/Project.py" line="3888"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4813"/> + <location filename="../Project/Project.py" line="4827"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4830"/> + <location filename="../Project/Project.py" line="4844"/> <source>Creating plugin archives...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4830"/> + <location filename="../Project/Project.py" line="4844"/> <source>Abort</source> <translation type="unfinished">Vazgeç</translation> </message> <message> - <location filename="../Project/Project.py" line="4830"/> + <location filename="../Project/Project.py" line="4844"/> <source>%v/%m Archives</source> <translation type="unfinished"></translation> </message> @@ -40519,22 +40695,22 @@ <translation type="obsolete">Kapsam</translation> </message> <message> - <location filename="../Project/Project.py" line="4847"/> + <location filename="../Project/Project.py" line="4861"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4930"/> + <location filename="../Project/Project.py" line="4944"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4933"/> + <location filename="../Project/Project.py" line="4947"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4823"/> + <location filename="../Project/Project.py" line="4837"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> @@ -50624,17 +50800,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="87"/> + <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="88"/> <source>No error description available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="118"/> + <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="119"/> <source>Remove Selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="123"/> + <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="124"/> <source>Remove All</source> <translation type="unfinished"></translation> </message> @@ -70833,24 +71009,24 @@ <context> <name>mercurial</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1477"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1476"/> <source><tr><td><b>Parent #{0}</b></td><td></td></tr> <tr><td><b>Changeset</b></td><td>{1}</td></tr></source> <translation><tr><td><b>Esas #{0}</b></td><td></td></tr> <tr><td><b>Değişiklik seti</b></td><td>{1}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2159"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2158"/> <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Etiketler</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2169"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2168"/> <source><tr><td><b>Branches</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Branşlar</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1497"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1496"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr></source> @@ -70859,23 +71035,23 @@ <tr><td><b>Teslim zamnanı</b></td><td>{2}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2151"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2150"/> <source><tr><td><b>Tip</b></td><td></td></tr> </source> <translation><tr><td><b>İp ucu</b></td><td></td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2153"/> <source><tr><td><b>Changeset</b></td><td>{0}</td></tr></source> <translation><tr><td><b>DEğişiklik seti</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2174"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2173"/> <source><tr><td><b>Parents</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Esas</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2178"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2177"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr> @@ -70886,12 +71062,12 @@ </table></p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2164"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2163"/> <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1535"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1534"/> <source><h3>Repository information</h3> <p><table> <tr><td><b>Mercurial V.</b></td><td>{0}</td></tr> @@ -70902,13 +71078,13 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2141"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2140"/> <source><tr><td><b>Head #{0}</b></td><td></td></tr> </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2146"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2145"/> <source><tr><td><b>Parent #{0}</b></td><td></td></tr> </source> <translation type="unfinished"></translation>
--- a/i18n/eric6_zh_CN.ts Fri Oct 21 23:14:16 2016 +0200 +++ b/i18n/eric6_zh_CN.ts Sat Oct 22 17:09:08 2016 +0200 @@ -6530,7 +6530,7 @@ <context> <name>DebuggerInterfacePython2</name> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="348"/> <source>Start Debugger</source> <translation type="unfinished">启动调试器</translation> </message> @@ -6540,37 +6540,37 @@ <translation type="unfinished"><p>没有已配置的 Python2 解释器。</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="348"/> <source><p>The debugger backend could not be started.</p></source> <translation type="unfinished"><p>调试器后端无法启动。</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="815"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="811"/> <source>Parent Process</source> <translation type="unfinished">父进程</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="816"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="812"/> <source>Child process</source> <translation type="unfinished">子进程</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="813"/> <source>Client forking</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="813"/> <source>Select the fork branch to follow.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="858"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython2.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython2.py" line="858"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{0}</p></source> <translation type="unfinished"></translation> </message> @@ -6578,32 +6578,32 @@ <context> <name>DebuggerInterfacePython3</name> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="348"/> <source>Start Debugger</source> <translation>启动调试器</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="352"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="348"/> <source><p>The debugger backend could not be started.</p></source> <translation><p>调试器后端无法启动。</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="815"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="811"/> <source>Parent Process</source> <translation>父进程</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="816"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="812"/> <source>Child process</source> <translation>子进程</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="813"/> <source>Client forking</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="817"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="813"/> <source>Select the fork branch to follow.</source> <translation type="unfinished"></translation> </message> @@ -6613,12 +6613,12 @@ <translation><p>没有已配置的 Python3 解释器。</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="858"/> <source>Debug Protocol Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython3.py" line="862"/> + <location filename="../Debugger/DebuggerInterfacePython3.py" line="858"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{0}</p></source> <translation type="unfinished"></translation> </message> @@ -6829,7 +6829,7 @@ <translation type="obsolete">选择调试客户的解释器</translation> </message> <message> - <location filename="../Project/DebuggerPropertiesDialog.py" line="117"/> + <location filename="../Project/DebuggerPropertiesDialog.py" line="111"/> <source>All Files (*)</source> <translation>所有文件 (*)</translation> </message> @@ -6867,7 +6867,7 @@ <translation type="unfinished">调试客户类型</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="98"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="68"/> <source>Enter the path of the Debug Client to be used. Leave empty to use the default.</source> <translation type="unfinished">输入要使用的调试客户路径。为空时使用默认设置。</translation> </message> @@ -6877,57 +6877,57 @@ <translation type="unfinished">点击以通过选择对话框选择调试客户</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="62"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="75"/> <source>Select the standard debug client</source> <translation type="unfinished">选择标准调试客户</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="65"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="78"/> <source>Standard</source> <translation>标准</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="82"/> - <source>Select the custom selected debug client</source> - <translation type="unfinished">选择自定义选择的调试客户</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="85"/> + <source>Select the custom selected debug client</source> + <translation type="unfinished">选择自定义选择的调试客户</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="88"/> <source>Custom</source> <translation>自定义</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="72"/> <source>Select the multi threaded debug client</source> - <translation type="unfinished">选择多线程调试客户</translation> + <translation type="obsolete">选择多线程调试客户</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="75"/> <source>Multi Threaded</source> - <translation>多线程</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="108"/> + <translation type="obsolete">多线程</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="98"/> <source>Source association</source> <translation type="unfinished">源代码关联</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="114"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="104"/> <source>Enter the file extensions to be associated with the Python3 debugger separated by a space. They must not overlap with the ones for Python2.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="123"/> + <source>Redirect stdin/stdout/stderr</source> + <translation type="unfinished">重定向 stdin/stdout/stderr</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="130"/> + <source>Select to not set the debug client encoding</source> + <translation type="unfinished">选择不设定调试客户编码</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="133"/> - <source>Redirect stdin/stdout/stderr</source> - <translation type="unfinished">重定向 stdin/stdout/stderr</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="140"/> - <source>Select to not set the debug client encoding</source> - <translation type="unfinished">选择不设定调试客户编码</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="143"/> <source>Don't set the encoding of the debug client</source> <translation type="unfinished">不要设定调试客户的编码</translation> </message> @@ -6952,7 +6952,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="130"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="120"/> <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> <translation type="unfinished">选择对在 Eric4 IDE 中调试的程序的 stdin 、stdout 和 stderr 进行重定向 {5 ?} {6 ?}</translation> </message> @@ -6980,7 +6980,7 @@ <translation>调试客户类型</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="98"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="68"/> <source>Enter the path of the Debug Client to be used. Leave empty to use the default.</source> <translation>输入要使用的调试客户路径。为空时使用默认设置。</translation> </message> @@ -6990,47 +6990,47 @@ <translation>点击以通过选择对话框选择调试客户</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="62"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="75"/> <source>Select the standard debug client</source> <translation>选择标准调试客户</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="65"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="78"/> <source>Standard</source> <translation>标准</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="82"/> - <source>Select the custom selected debug client</source> - <translation>选择自定义选择的调试客户</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="85"/> + <source>Select the custom selected debug client</source> + <translation>选择自定义选择的调试客户</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="88"/> <source>Custom</source> <translation>自定义</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="72"/> <source>Select the multi threaded debug client</source> - <translation>选择多线程调试客户</translation> + <translation type="obsolete">选择多线程调试客户</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="75"/> <source>Multi Threaded</source> - <translation>多线程</translation> + <translation type="obsolete">多线程</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="123"/> + <source>Redirect stdin/stdout/stderr</source> + <translation>重定向 stdin/stdout/stderr</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="130"/> + <source>Select to not set the debug client encoding</source> + <translation>选择不设定调试客户编码</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="133"/> - <source>Redirect stdin/stdout/stderr</source> - <translation>重定向 stdin/stdout/stderr</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="140"/> - <source>Select to not set the debug client encoding</source> - <translation>选择不设定调试客户编码</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="143"/> <source>Don't set the encoding of the debug client</source> <translation>不要设定调试客户的编码</translation> </message> @@ -7045,12 +7045,12 @@ <translation type="obsolete">选择调试客户</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="108"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="98"/> <source>Source association</source> <translation type="unfinished">源代码关联</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="114"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="104"/> <source>Enter the file extensions to be associated with the Python2 debugger separated by a space. They must not overlap with the ones for Python3.</source> <translation type="unfinished"></translation> </message> @@ -7065,7 +7065,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="130"/> + <location filename="../Preferences/ConfigurationPages/DebuggerPythonPage.ui" line="120"/> <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric6 IDE</source> <translation type="unfinished">选择对在 Eric4 IDE 中调试的程序的 stdin 、stdout 和 stderr 进行重定向 {5 ?} {6 ?}</translation> </message> @@ -17678,22 +17678,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="194"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="202"/> <source>Open Link</source> <translation type="unfinished">打开链接</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="195"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="203"/> <source>Open Link in New Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="196"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="204"/> <source>Open Link in Background Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="198"/> + <location filename="../WebBrowser/QtHelp/HelpIndexWidget.py" line="206"/> <source>Open Link in New Window</source> <translation type="unfinished"></translation> </message> @@ -17782,22 +17782,22 @@ <context> <name>HelpSearchWidget</name> <message> - <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="145"/> + <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="144"/> <source>Open Link</source> <translation>打开链接</translation> </message> <message> + <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="145"/> + <source>Open Link in New Tab</source> + <translation>在新选项卡中打开链接</translation> + </message> + <message> <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="146"/> - <source>Open Link in New Tab</source> - <translation>在新选项卡中打开链接</translation> - </message> - <message> - <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="147"/> <source>Open Link in Background Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="149"/> + <location filename="../WebBrowser/QtHelp/HelpSearchWidget.py" line="148"/> <source>Open Link in New Window</source> <translation type="unfinished"></translation> </message> @@ -17979,22 +17979,22 @@ <context> <name>HelpTocWidget</name> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="162"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="158"/> <source>Open Link</source> <translation>打开链接</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="163"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="159"/> <source>Open Link in New Tab</source> <translation>在新选项卡中打开文件</translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="164"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="160"/> <source>Open Link in Background Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="166"/> + <location filename="../WebBrowser/QtHelp/HelpTocWidget.py" line="162"/> <source>Open Link in New Window</source> <translation type="unfinished"></translation> </message> @@ -21861,437 +21861,437 @@ <context> <name>Hg</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="282"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="281"/> <source>The hg process finished with the exit code {0}</source> <translation>hg 进程已结束,返回值为 {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1873"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1872"/> <source>The hg process did not finish within 30s.</source> <translation>hg 进程没有在 30 秒内结束。</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="289"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="288"/> <source>Could not start the hg executable.</source> <translation>无法启动 hg 可执行程序。</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="317"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="316"/> <source>Create project repository</source> <translation>创建项目仓库</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="317"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="316"/> <source>The project repository could not be created.</source> <translation>无法创建项目仓库。</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="346"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="345"/> <source>Creating Mercurial repository</source> <translation>创建 Mercurial 仓库</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="362"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="361"/> <source>Initial commit to Mercurial repository</source> <translation>向 Mercurial 仓库进行初始提交</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="410"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="409"/> <source>Cloning project from a Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="660"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="659"/> <source>Synchronizing with the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="710"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="709"/> <source>Adding files/directories to the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="780"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="779"/> <source>Removing files/directories from the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="842"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="841"/> <source>Renaming {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1063"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1062"/> <source>Reverting changes</source> <translation type="unfinished">还原改变</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1108"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1107"/> <source>Merging</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1410"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1409"/> <source>Mercurial command</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1630"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1629"/> <source>Copying {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2031"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2030"/> <source>Pulling from a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2085"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2084"/> <source>Pushing to a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2293"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2292"/> <source>Creating branch in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2446"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2412"/> <source>Verifying the integrity of the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2471"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2437"/> <source>Showing the combined configuration settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2495"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2461"/> <source>Showing aliases for remote repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2519"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2485"/> <source>Recovering from interrupted transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2741"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2707"/> <source>Shall the working directory be updated?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2322"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2321"/> <source>Showing current branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2672"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2638"/> <source>Create changegroup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2753"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2719"/> <source>Apply changegroups</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2771"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2737"/> <source>Bisect subcommand ({0}) invalid.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2801"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2767"/> <source>Mercurial Bisect ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2693"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2659"/> <source>Preview changegroup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2543"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2509"/> <source>Identifying project directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2581"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2547"/> <source>Create .hgignore file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2581"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2547"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation><p>文件 <b>{0}</b> 已经存在。是否覆盖?</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2799"/> + <source>Removing files from the Mercurial repository only</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2595"/> + <source>Mercurial Changegroup Files (*.hg)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2699"/> + <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2853"/> + <source>Backing out changeset</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2833"/> - <source>Removing files from the Mercurial repository only</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2629"/> - <source>Mercurial Changegroup Files (*.hg)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2733"/> - <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2887"/> - <source>Backing out changeset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2867"/> <source>No revision given. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2646"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2612"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2914"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2880"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2907"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2873"/> <source>Are you sure you want to rollback the last transaction?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="573"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="572"/> <source>Committing changes to Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3548"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3514"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3403"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3369"/> <source><p>The Mercurial Command Server could not be restarted.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3548"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3514"/> <source><p>The Mercurial Command Server could not be started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2982"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2948"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3029"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2995"/> <source>Export Patches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3076"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3042"/> <source>Change Phase</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3129"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3095"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3155"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3121"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3272"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3238"/> <source>Add Sub-repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3305"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3271"/> <source><p>The sub-repositories file .hgsub could not be read.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3253"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3219"/> <source><p>The sub-repositories file .hgsub already contains an entry <b>{0}</b>. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3324"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3290"/> <source><p>The sub-repositories file .hgsub could not be written to.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3324"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3290"/> <source>Remove Sub-repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3293"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3259"/> <source><p>The sub-repositories file .hgsub does not exist. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="506"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="505"/> <source>Commit Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="506"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="505"/> <source>The commit affects files, that have unsaved changes. Shall the commit be continued?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1057"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1056"/> <source>Revert changes</source> <translation type="unfinished">还原改变</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1048"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1047"/> <source>Do you really want to revert all changes to these files or directories?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1057"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1056"/> <source>Do you really want to revert all changes of the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3190"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3156"/> <source>Create Unversioned Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1943"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1942"/> <source>Mercurial Side-by-Side Difference</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1943"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1942"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation><p>文件 <b>{0}</b> 无法读取。</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1876"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1875"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished">进程 {0} 无法启动。请保证它处在搜索路径中。</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1007"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1006"/> <source>Tagging in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2300"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2299"/> <source>Created new branch <{0}>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1184"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1183"/> <source>Current branch tip</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2260"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2259"/> <source>Cancelling uncommitted merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3658"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3624"/> <source>Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3676"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3642"/> <source>Delete Bookmark</source> <translation type="unfinished">删除书签</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3676"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3642"/> <source>Select the bookmark to be deleted:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3687"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3653"/> <source>Delete Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3715"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3681"/> <source>Rename Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3748"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3714"/> <source>Move Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3840"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3806"/> <source>Pull Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3840"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3806"/> <source>Select the bookmark to be pulled:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3851"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3817"/> <source>Pulling bookmark from a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3880"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3846"/> <source>Push Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3880"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3846"/> <source>Select the bookmark to be push:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3891"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3857"/> <source>Pushing bookmark to a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1153"/> <source>Re-Merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1145"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1144"/> <source>Do you really want to re-merge these files or directories?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1153"/> <source>Do you really want to re-merge the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1159"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1158"/> <source>Re-Merging</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2231"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2230"/> <source>Marking as 'unresolved'</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2233"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2232"/> <source>Marking as 'resolved'</source> <translation type="unfinished"></translation> </message> @@ -23465,27 +23465,27 @@ <translation type="unfinished">Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="55"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="54"/> <source>&Refresh</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="57"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="56"/> <source>Press to refresh the list of conflicts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="157"/> <source>Process Generation Error</source> <translation type="unfinished">进程生成错误</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="157"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished">进程 {0} 无法启动。请保证它处在搜索路径中。</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="249"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="248"/> <source>Unknown Status</source> <translation type="unfinished"></translation> </message> @@ -29060,145 +29060,346 @@ <context> <name>HgUserConfigDataDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="14"/> - <source>Mercurial User Data</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="23"/> - <source>User Data</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="29"/> <source>First Name:</source> - <translation type="unfinished">名:</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="36"/> - <source>Enter the first name</source> - <translation type="unfinished"></translation> + <translation type="obsolete">名:</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="43"/> <source>Last Name:</source> - <translation type="unfinished">姓:</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="50"/> - <source>Enter the last name</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="57"/> + <translation type="obsolete">姓:</translation> + </message> +</context> +<context> + <name>HgUserConfigDialog</name> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="349"/> + <source>Delete Host Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="349"/> + <source><p>Shall the fingerprint for host <b>{0}</b> really be deleted?</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="404"/> + <source>Edit User Configuration</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="404"/> + <source>You will loose all changes made in this dialog. Shall the data be saved first?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="14"/> + <source>Mercurial User Data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="27"/> + <source>User</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="45"/> + <source>User Data</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="51"/> + <source>Name:</source> + <translation type="unfinished">名称:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="58"/> + <source>Enter the user name</source> + <translation type="unfinished">输入用户名</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="61"/> + <source>Enter your name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="68"/> <source>Email:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="64"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="75"/> <source>Enter the email address</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="74"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="78"/> + <source>Enter your email address</source> + <translation type="unfinished">输入你的电子邮件地址</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="120"/> <source>Extensions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="80"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="126"/> <source>Select to activate the fetch extension</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="83"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="129"/> <source>Fetch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="90"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="136"/> <source>Select to activate the GPG extension</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="93"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="139"/> <source>GPG</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="110"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="146"/> + <source>Select to activate the largefiles extension</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="202"/> + <source>Large Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="156"/> <source>Select to activate the Purge extension</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="159"/> <source>Purge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="120"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="166"/> <source>Select to activate the queues extension</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="123"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="169"/> <source>Queues</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="133"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="176"/> + <source>Select to activate the rebase extension</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="179"/> <source>Rebase</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="130"/> - <source>Select to activate the rebase extension</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="140"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="186"/> <source>Select to activate the shelve extension</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="143"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="189"/> <source>Shelve</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="100"/> - <source>Select to activate the largefiles extension</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="156"/> - <source>Large Files</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="162"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="208"/> <source>Minimum file size:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="169"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="215"/> <source>Enter the minimum file size in MB for files to be treated as Large Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="175"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="221"/> <source> MB</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="201"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="247"/> <source>Patterns:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui" line="208"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="254"/> <source>Enter file patterns (space separated) for files to be treated as Large Files</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="257"/> + <source>Enter file patterns for large files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="264"/> + <source>User Cache:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="280"/> + <source>Enter the name of the user cache directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="304"/> + <source>Network</source> + <translation type="unfinished">网络</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="322"/> + <source>Proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="328"/> + <source>Host:</source> + <translation type="unfinished">主机:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="335"/> + <source>Enter the network proxy host name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="338"/> + <source>Enter Proxy Hostname</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="345"/> + <source>User:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="352"/> + <source>Enter the user name for the network proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="355"/> + <source>Enter Proxy Username</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="362"/> + <source>Password:</source> + <translation type="unfinished">密码:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="369"/> + <source>Enter the password for the network proxy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="375"/> + <source>Enter Proxy Password</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="382"/> + <source>Bypass:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="389"/> + <source>Enter the names of hosts bypassing the network proxy sparated by comma</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="395"/> + <source>Enter hosts bypassing the proxy separated by comma</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="405"/> + <source>Host Fingerprints</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="424"/> + <source>Host</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="429"/> + <source>Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="439"/> + <source>Add a host fingerprint entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="446"/> + <source>Delete a host fingerprint entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="453"/> + <source>Edit a host fingerprint entry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="482"/> + <source>Open the user configuration file in a text editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="485"/> + <source>Open configuration file in editor</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>HgUserConfigHostFingerprintDialog</name> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="14"/> + <source>Host Fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="23"/> + <source>Host:</source> + <translation type="unfinished">主机:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="30"/> + <source>Enter the host name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="33"/> + <source>Enter Hostname</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="40"/> + <source>Fingerprint:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="47"/> + <source>Enter the host fingerprint</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="50"/> + <source>Enter Fingerprint</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HistoryDialog</name> @@ -39295,827 +39496,817 @@ <message> <location filename="../Project/Project.py" line="166"/> <source>Ruby Files (*.rb);;</source> - <translation>Ruby 文件 (*.rb);;</translation> - </message> - <message> - <location filename="../Project/Project.py" line="247"/> + <translation type="obsolete">Ruby 文件 (*.rb);;</translation> + </message> + <message> + <location filename="../Project/Project.py" line="261"/> <source>Console</source> <translation>控制台程序</translation> </message> <message> - <location filename="../Project/Project.py" line="248"/> + <location filename="../Project/Project.py" line="262"/> <source>Other</source> <translation>其它</translation> </message> <message> - <location filename="../Project/Project.py" line="346"/> + <location filename="../Project/Project.py" line="360"/> <source>Registering Project Type</source> <translation>注册项目类型</translation> </message> <message> - <location filename="../Project/Project.py" line="701"/> + <location filename="../Project/Project.py" line="715"/> <source>Read project file</source> <translation>读取项目文件</translation> </message> <message> - <location filename="../Project/Project.py" line="801"/> + <location filename="../Project/Project.py" line="815"/> <source>Save project file</source> <translation>保存项目文件</translation> </message> <message> - <location filename="../Project/Project.py" line="837"/> + <location filename="../Project/Project.py" line="851"/> <source>Read user project properties</source> <translation>读取用户项目属性</translation> </message> <message> - <location filename="../Project/Project.py" line="861"/> + <location filename="../Project/Project.py" line="875"/> <source>Save user project properties</source> <translation>保存用户项目属性</translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="933"/> <source>Read project session</source> <translation>读取项目会话</translation> </message> <message> - <location filename="../Project/Project.py" line="1141"/> - <source>Please save the project first.</source> - <translation>请先保存项目。</translation> - </message> - <message> - <location filename="../Project/Project.py" line="955"/> - <source>Save project session</source> - <translation>保存项目会话</translation> - </message> - <message> - <location filename="../Project/Project.py" line="984"/> - <source>Delete project session</source> - <translation>删除项目会话</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1018"/> - <source>Read tasks</source> - <translation>读取任务</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1038"/> - <source>Save tasks</source> - <translation>保存任务</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1095"/> - <source>Read debugger properties</source> - <translation>读取调试器属性</translation> - </message> - <message> - <location filename="../Project/Project.py" line="1129"/> - <source>Save debugger properties</source> - <translation>保存调试器属性</translation> - </message> - <message> <location filename="../Project/Project.py" line="1155"/> + <source>Please save the project first.</source> + <translation>请先保存项目。</translation> + </message> + <message> + <location filename="../Project/Project.py" line="969"/> + <source>Save project session</source> + <translation>保存项目会话</translation> + </message> + <message> + <location filename="../Project/Project.py" line="998"/> + <source>Delete project session</source> + <translation>删除项目会话</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1032"/> + <source>Read tasks</source> + <translation>读取任务</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1052"/> + <source>Save tasks</source> + <translation>保存任务</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1109"/> + <source>Read debugger properties</source> + <translation>读取调试器属性</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1143"/> + <source>Save debugger properties</source> + <translation>保存调试器属性</translation> + </message> + <message> + <location filename="../Project/Project.py" line="1169"/> <source>Delete debugger properties</source> <translation>删除调试器属性</translation> </message> <message> - <location filename="../Project/Project.py" line="1263"/> + <location filename="../Project/Project.py" line="1277"/> <source>Add Language</source> <translation>添加语言</translation> </message> <message> - <location filename="../Project/Project.py" line="1263"/> + <location filename="../Project/Project.py" line="1277"/> <source>You have to specify a translation pattern first.</source> <translation>必须先指定一个翻译样式。</translation> </message> <message> - <location filename="../Project/Project.py" line="1385"/> + <location filename="../Project/Project.py" line="1399"/> <source>Delete translation</source> <translation>删除翻译</translation> </message> <message> - <location filename="../Project/Project.py" line="1536"/> + <location filename="../Project/Project.py" line="1550"/> <source>Add file</source> <translation>添加文件</translation> </message> <message> - <location filename="../Project/Project.py" line="1653"/> + <location filename="../Project/Project.py" line="1667"/> <source>The target directory must not be empty.</source> <translation>目标文件夹不能为空。</translation> </message> <message> - <location filename="../Project/Project.py" line="1664"/> + <location filename="../Project/Project.py" line="1678"/> <source>Add directory</source> <translation>添加文件夹</translation> </message> <message> - <location filename="../Project/Project.py" line="1567"/> + <location filename="../Project/Project.py" line="1581"/> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>源文件夹不包含任何属于所选类别的文件。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1664"/> + <location filename="../Project/Project.py" line="1678"/> <source>The source directory must not be empty.</source> <translation>源文件夹不能为空。</translation> </message> <message> - <location filename="../Project/Project.py" line="1788"/> + <location filename="../Project/Project.py" line="1802"/> <source>Rename file</source> <translation>重命名文件</translation> </message> <message> - <location filename="../Project/Project.py" line="1812"/> + <location filename="../Project/Project.py" line="1826"/> <source>Rename File</source> <translation>重命名文件</translation> </message> <message> - <location filename="../Project/Project.py" line="2048"/> + <location filename="../Project/Project.py" line="2062"/> <source>Delete file</source> <translation>删除文件</translation> </message> <message> - <location filename="../Project/Project.py" line="2077"/> + <location filename="../Project/Project.py" line="2091"/> <source>Delete directory</source> <translation>删除文件夹</translation> </message> <message> - <location filename="../Project/Project.py" line="2159"/> + <location filename="../Project/Project.py" line="2173"/> <source>Create project directory</source> <translation>创建项目文件夹</translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2697"/> <source>New Project</source> <translation>新建项目</translation> </message> <message> - <location filename="../Project/Project.py" line="2235"/> + <location filename="../Project/Project.py" line="2249"/> <source>Add existing files to the project?</source> <translation>是否将已有文件添加到项目中?</translation> </message> <message> - <location filename="../Project/Project.py" line="2683"/> + <location filename="../Project/Project.py" line="2697"/> <source>Select Version Control System</source> <translation>选择版本控制系统</translation> </message> <message> - <location filename="../Project/Project.py" line="2354"/> + <location filename="../Project/Project.py" line="2368"/> <source>Would you like to edit the VCS command options?</source> <translation>是否编辑版本控制系统命令选项?</translation> </message> <message> - <location filename="../Project/Project.py" line="3443"/> - <source>New project</source> - <translation>新建项目</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2302"/> - <source>Shall the project file be added to the repository?</source> - <translation>是否将项目文件添加到仓库?</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2333"/> - <source>None</source> - <translation>无</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2326"/> - <source>Select version control system for the project</source> - <translation>为项目选择版本控制系统</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2432"/> - <source>Translation Pattern</source> - <translation>翻译样式</translation> - </message> - <message> - <location filename="../Project/Project.py" line="2432"/> - <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> - <translation>为翻译文件输入路径样式(在语言代码的相应位置使用“'%language%”):</translation> - </message> - <message> <location filename="../Project/Project.py" line="3457"/> + <source>New project</source> + <translation>新建项目</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2316"/> + <source>Shall the project file be added to the repository?</source> + <translation>是否将项目文件添加到仓库?</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2347"/> + <source>None</source> + <translation>无</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2340"/> + <source>Select version control system for the project</source> + <translation>为项目选择版本控制系统</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2446"/> + <source>Translation Pattern</source> + <translation>翻译样式</translation> + </message> + <message> + <location filename="../Project/Project.py" line="2446"/> + <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> + <translation>为翻译文件输入路径样式(在语言代码的相应位置使用“'%language%”):</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3471"/> <source>Open project</source> <translation>打开项目</translation> </message> <message> - <location filename="../Project/Project.py" line="2819"/> + <location filename="../Project/Project.py" line="2833"/> <source>Project Files (*.e4p)</source> <translation>项目文件 (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="3494"/> + <location filename="../Project/Project.py" line="3508"/> <source>Save project as</source> <translation>项目另存为</translation> </message> <message> - <location filename="../Project/Project.py" line="2834"/> + <location filename="../Project/Project.py" line="2848"/> <source>Save File</source> <translation>保存文件</translation> </message> <message> - <location filename="../Project/Project.py" line="2870"/> + <location filename="../Project/Project.py" line="2884"/> <source>Close Project</source> <translation>关闭项目</translation> </message> <message> - <location filename="../Project/Project.py" line="2870"/> + <location filename="../Project/Project.py" line="2884"/> <source>The current project has unsaved changes.</source> <translation>当前项目的更改未保存。</translation> </message> <message> - <location filename="../Project/Project.py" line="3035"/> + <location filename="../Project/Project.py" line="3049"/> <source>Syntax errors detected</source> <translation>检测到语法错误</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3035"/> + <location filename="../Project/Project.py" line="3049"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>项目包含 %n 文件有语法错误。</numerusform> </translation> </message> <message> - <location filename="../Project/Project.py" line="3443"/> + <location filename="../Project/Project.py" line="3457"/> <source>&New...</source> <translation>新建(&N)…</translation> </message> <message> - <location filename="../Project/Project.py" line="3448"/> - <source>Generate a new project</source> - <translation>生成新项目</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3449"/> - <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> - <translation><b>新建…</b><p>打开一个对话框为新项目输入信息。</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3457"/> - <source>&Open...</source> - <translation>打开(&O)…</translation> - </message> - <message> <location filename="../Project/Project.py" line="3462"/> - <source>Open an existing project</source> - <translation>打开一个已有项目</translation> + <source>Generate a new project</source> + <translation>生成新项目</translation> </message> <message> <location filename="../Project/Project.py" line="3463"/> + <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> + <translation><b>新建…</b><p>打开一个对话框为新项目输入信息。</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3471"/> + <source>&Open...</source> + <translation>打开(&O)…</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3476"/> + <source>Open an existing project</source> + <translation>打开一个已有项目</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3477"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>打开…</b><p>打开一个已有项目。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3470"/> + <location filename="../Project/Project.py" line="3484"/> <source>Close project</source> <translation>关闭项目</translation> </message> <message> - <location filename="../Project/Project.py" line="3470"/> + <location filename="../Project/Project.py" line="3484"/> <source>&Close</source> <translation>关闭(&C)</translation> </message> <message> - <location filename="../Project/Project.py" line="3474"/> + <location filename="../Project/Project.py" line="3488"/> <source>Close the current project</source> <translation>关闭当前项目</translation> </message> <message> - <location filename="../Project/Project.py" line="3475"/> + <location filename="../Project/Project.py" line="3489"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>关闭</b><p>关闭当前项目。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3482"/> + <location filename="../Project/Project.py" line="3496"/> <source>Save project</source> <translation>保存项目</translation> </message> <message> - <location filename="../Project/Project.py" line="3673"/> + <location filename="../Project/Project.py" line="3687"/> <source>&Save</source> <translation>保存(&S)</translation> </message> <message> - <location filename="../Project/Project.py" line="3486"/> - <source>Save the current project</source> - <translation>保存当前项目</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3487"/> - <source><b>Save</b><p>This saves the current project.</p></source> - <translation><b>保存</b><p>保存当前项目</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3494"/> - <source>Save &as...</source> - <translation>另存为(&A)…</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3498"/> - <source>Save the current project to a new file</source> - <translation>将当前项目另存为一个新文件</translation> - </message> - <message> <location filename="../Project/Project.py" line="3500"/> - <source><b>Save as</b><p>This saves the current project to a new file.</p></source> - <translation><b>另存为</b><p>将当前项目另存为一个新文件。</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3509"/> - <source>Add files to project</source> - <translation>将文件添加到项目中</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3509"/> - <source>Add &files...</source> - <translation>添加文件(&F)…</translation> + <source>Save the current project</source> + <translation>保存当前项目</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3501"/> + <source><b>Save</b><p>This saves the current project.</p></source> + <translation><b>保存</b><p>保存当前项目</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3508"/> + <source>Save &as...</source> + <translation>另存为(&A)…</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3512"/> + <source>Save the current project to a new file</source> + <translation>将当前项目另存为一个新文件</translation> </message> <message> <location filename="../Project/Project.py" line="3514"/> + <source><b>Save as</b><p>This saves the current project to a new file.</p></source> + <translation><b>另存为</b><p>将当前项目另存为一个新文件。</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3523"/> + <source>Add files to project</source> + <translation>将文件添加到项目中</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3523"/> + <source>Add &files...</source> + <translation>添加文件(&F)…</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3528"/> <source>Add files to the current project</source> <translation>将文件添加到当前项目中</translation> </message> <message> - <location filename="../Project/Project.py" line="3516"/> - <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> - <translation><b>添加文件…</b><p>打开一个对话框为当前项目添加文件。添加的位置由文件扩展名决定。</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3525"/> - <source>Add directory to project</source> - <translation>将文件夹添加到项目中</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3525"/> - <source>Add directory...</source> - <translation>添加文件夹…</translation> - </message> - <message> <location filename="../Project/Project.py" line="3530"/> + <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> + <translation><b>添加文件…</b><p>打开一个对话框为当前项目添加文件。添加的位置由文件扩展名决定。</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3539"/> + <source>Add directory to project</source> + <translation>将文件夹添加到项目中</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3539"/> + <source>Add directory...</source> + <translation>添加文件夹…</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3544"/> <source>Add a directory to the current project</source> <translation>为当前工程添加文件夹</translation> </message> <message> - <location filename="../Project/Project.py" line="3532"/> + <location filename="../Project/Project.py" line="3546"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>添加文件夹…</b><p>打开一个对话框将文件夹添加到当前项目中。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3540"/> + <location filename="../Project/Project.py" line="3554"/> <source>Add translation to project</source> <translation>将翻译添加到项目中</translation> </message> <message> - <location filename="../Project/Project.py" line="3540"/> + <location filename="../Project/Project.py" line="3554"/> <source>Add &translation...</source> <translation>添加翻译(&T)…</translation> </message> <message> - <location filename="../Project/Project.py" line="3545"/> - <source>Add a translation to the current project</source> - <translation>将翻译添加到当前项目中</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3547"/> - <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> - <translation><b>添加翻译…</b><p>打开一个对话框将翻译添加到当前项目中。</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3555"/> - <source>Search new files</source> - <translation>搜索新文件</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3555"/> - <source>Searc&h new files...</source> - <translation>搜索新文件(&H)…</translation> - </message> - <message> <location filename="../Project/Project.py" line="3559"/> - <source>Search new files in the project directory.</source> - <translation>在项目文件夹中搜索新文件。</translation> + <source>Add a translation to the current project</source> + <translation>将翻译添加到当前项目中</translation> </message> <message> <location filename="../Project/Project.py" line="3561"/> + <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> + <translation><b>添加翻译…</b><p>打开一个对话框将翻译添加到当前项目中。</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3569"/> + <source>Search new files</source> + <translation>搜索新文件</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3569"/> + <source>Searc&h new files...</source> + <translation>搜索新文件(&H)…</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3573"/> + <source>Search new files in the project directory.</source> + <translation>在项目文件夹中搜索新文件。</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3575"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> <translation><b>搜索新文件…</b><p>在项目文件夹和注册的子文件夹中搜索新文件(源文件, *.ui, *.idl)。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3584"/> + <location filename="../Project/Project.py" line="3598"/> <source>Project properties</source> <translation>项目属性</translation> </message> <message> - <location filename="../Project/Project.py" line="3584"/> + <location filename="../Project/Project.py" line="3598"/> <source>&Properties...</source> <translation>属性(&P)…</translation> </message> <message> - <location filename="../Project/Project.py" line="3589"/> + <location filename="../Project/Project.py" line="3603"/> <source>Show the project properties</source> <translation>显示项目属性</translation> </message> <message> - <location filename="../Project/Project.py" line="3590"/> - <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> - <translation><b>属性…</b><p>显示一个对话框可编辑项目属性。</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3597"/> - <source>User project properties</source> - <translation>用户项目属性</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3597"/> - <source>&User Properties...</source> - <translation>用户属性(&U)…</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3602"/> - <source>Show the user specific project properties</source> - <translation>显示用户指定的项目属性</translation> - </message> - <message> <location filename="../Project/Project.py" line="3604"/> - <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> - <translation><b>用户属性…</b><p>显示一个对话框可编辑用户指定的项目属性。</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3612"/> - <source>Filetype Associations</source> - <translation>文件类型关联</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3612"/> - <source>Filetype Associations...</source> - <translation>文件类型关联…</translation> + <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> + <translation><b>属性…</b><p>显示一个对话框可编辑项目属性。</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3611"/> + <source>User project properties</source> + <translation>用户项目属性</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3611"/> + <source>&User Properties...</source> + <translation>用户属性(&U)…</translation> </message> <message> <location filename="../Project/Project.py" line="3616"/> - <source>Show the project filetype associations</source> - <translation>显示项目文件类型关联</translation> + <source>Show the user specific project properties</source> + <translation>显示用户指定的项目属性</translation> </message> <message> <location filename="../Project/Project.py" line="3618"/> + <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> + <translation><b>用户属性…</b><p>显示一个对话框可编辑用户指定的项目属性。</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3626"/> + <source>Filetype Associations</source> + <translation>文件类型关联</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3626"/> + <source>Filetype Associations...</source> + <translation>文件类型关联…</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3630"/> + <source>Show the project filetype associations</source> + <translation>显示项目文件类型关联</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3632"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation><b>文件类型关联…</b><p>显示一个对话框可编辑项目的文件类型关联。这些关联以文件名样式决定类型(源代码、窗体、界面或其它)。在把一个文件添加到项目中和搜索新文件时使用。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3648"/> + <location filename="../Project/Project.py" line="3662"/> <source>Debugger Properties</source> <translation>调试器属性</translation> </message> <message> - <location filename="../Project/Project.py" line="3648"/> + <location filename="../Project/Project.py" line="3662"/> <source>Debugger &Properties...</source> <translation>调试器属性(&P)…</translation> </message> <message> - <location filename="../Project/Project.py" line="3652"/> - <source>Show the debugger properties</source> - <translation>显示调试器属性</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3653"/> - <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> - <translation><b>调试器属性…</b><p>显示一个对话框以编辑项目指定的调试器设定。</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3661"/> - <source>Load</source> - <translation>载入</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3661"/> - <source>&Load</source> - <translation>载入(&L)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3665"/> - <source>Load the debugger properties</source> - <translation>载入调试器属性</translation> - </message> - <message> <location filename="../Project/Project.py" line="3666"/> + <source>Show the debugger properties</source> + <translation>显示调试器属性</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3667"/> + <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> + <translation><b>调试器属性…</b><p>显示一个对话框以编辑项目指定的调试器设定。</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3675"/> + <source>Load</source> + <translation>载入</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3675"/> + <source>&Load</source> + <translation>载入(&L)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3679"/> + <source>Load the debugger properties</source> + <translation>载入调试器属性</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3680"/> <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> <translation><b>载入调试器属性</b><p>载入项目指定的调试器设定。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3673"/> + <location filename="../Project/Project.py" line="3687"/> <source>Save</source> <translation>保存</translation> </message> <message> - <location filename="../Project/Project.py" line="3677"/> + <location filename="../Project/Project.py" line="3691"/> <source>Save the debugger properties</source> <translation>保存调试器属性</translation> </message> <message> - <location filename="../Project/Project.py" line="3678"/> + <location filename="../Project/Project.py" line="3692"/> <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> <translation><b>保存调试器属性</b><p>保存项目指定的调试器设置。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3685"/> + <location filename="../Project/Project.py" line="3699"/> <source>Delete</source> <translation>删除</translation> </message> <message> - <location filename="../Project/Project.py" line="3685"/> + <location filename="../Project/Project.py" line="3699"/> <source>&Delete</source> <translation>删除(&D)</translation> </message> <message> - <location filename="../Project/Project.py" line="3689"/> - <source>Delete the debugger properties</source> - <translation>删除调试器属性</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3690"/> - <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> - <translation><b>删除调试器属性</b><p>删除包含项目指定调试器设置的文件。</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3698"/> - <source>Reset</source> - <translation>重置</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3698"/> - <source>&Reset</source> - <translation>重置(&R)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3702"/> - <source>Reset the debugger properties</source> - <translation>重围调试器属性</translation> - </message> - <message> <location filename="../Project/Project.py" line="3703"/> - <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> - <translation><b>重置调试器属性</b><p>重置项目指定的调试器设置。</p></translation> + <source>Delete the debugger properties</source> + <translation>删除调试器属性</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3704"/> + <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> + <translation><b>删除调试器属性</b><p>删除包含项目指定调试器设置的文件。</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3712"/> + <source>Reset</source> + <translation>重置</translation> </message> <message> <location filename="../Project/Project.py" line="3712"/> - <source>Load session</source> - <translation>载入会话</translation> + <source>&Reset</source> + <translation>重置(&R)</translation> </message> <message> <location filename="../Project/Project.py" line="3716"/> - <source>Load the projects session file.</source> - <translation>载入项目会话文件。</translation> + <source>Reset the debugger properties</source> + <translation>重围调试器属性</translation> </message> <message> <location filename="../Project/Project.py" line="3717"/> - <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> - <translation><b>载入会话</b><p>载入项目会话文件。会话包括如下数据。<br>- 所有打开的源文件<br>- 所有断点<br>- 命令行参数<br>- 工作文件夹<br>- 异常报告标志</p></translation> + <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> + <translation><b>重置调试器属性</b><p>重置项目指定的调试器设置。</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3726"/> + <source>Load session</source> + <translation>载入会话</translation> </message> <message> <location filename="../Project/Project.py" line="3730"/> + <source>Load the projects session file.</source> + <translation>载入项目会话文件。</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3731"/> + <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation><b>载入会话</b><p>载入项目会话文件。会话包括如下数据。<br>- 所有打开的源文件<br>- 所有断点<br>- 命令行参数<br>- 工作文件夹<br>- 异常报告标志</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="3744"/> <source>Save session</source> <translation>保存会话</translation> </message> <message> - <location filename="../Project/Project.py" line="3734"/> - <source>Save the projects session file.</source> - <translation>保存项目会话文件。</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3735"/> - <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> - <translation><b>保存会话</b><p>保存项目会话文件。会话包括如下数据。<br>- 所有打开的源文件<br>- 所有断点<br>- 命令行参数<br>- 工作文件夹<br>- 异常报告标志</p></translation> - </message> - <message> <location filename="../Project/Project.py" line="3748"/> - <source>Delete session</source> - <translation>删除会话</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3752"/> - <source>Delete the projects session file.</source> - <translation>删除项目会话文件。</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3753"/> - <source><b>Delete session</b><p>This deletes the projects session file</p></source> - <translation><b>删除会话</b><p>删除项目会话文件</p></translation> + <source>Save the projects session file.</source> + <translation>保存项目会话文件。</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3749"/> + <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> + <translation><b>保存会话</b><p>保存项目会话文件。会话包括如下数据。<br>- 所有打开的源文件<br>- 所有断点<br>- 命令行参数<br>- 工作文件夹<br>- 异常报告标志</p></translation> </message> <message> <location filename="../Project/Project.py" line="3762"/> - <source>Code Metrics</source> - <translation>代码度量</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3762"/> - <source>&Code Metrics...</source> - <translation>代码度量(&C)…</translation> + <source>Delete session</source> + <translation>删除会话</translation> </message> <message> <location filename="../Project/Project.py" line="3766"/> - <source>Show some code metrics for the project.</source> - <translation>显示项目的部分代码度量。</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3768"/> - <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> - <translation><b>代码度量…</b><p>显示项目中所有 Python 文件的部分代码度量。</p></translation> + <source>Delete the projects session file.</source> + <translation>删除项目会话文件。</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3767"/> + <source><b>Delete session</b><p>This deletes the projects session file</p></source> + <translation><b>删除会话</b><p>删除项目会话文件</p></translation> </message> <message> <location filename="../Project/Project.py" line="3776"/> - <source>Python Code Coverage</source> - <translation>Python 代码覆盖率</translation> + <source>Code Metrics</source> + <translation>代码度量</translation> </message> <message> <location filename="../Project/Project.py" line="3776"/> - <source>Code Co&verage...</source> - <translation>代码覆盖率(&v)…</translation> + <source>&Code Metrics...</source> + <translation>代码度量(&C)…</translation> </message> <message> <location filename="../Project/Project.py" line="3780"/> - <source>Show code coverage information for the project.</source> - <translation>显示项目的代码覆盖率信息。</translation> + <source>Show some code metrics for the project.</source> + <translation>显示项目的部分代码度量。</translation> </message> <message> <location filename="../Project/Project.py" line="3782"/> - <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> - <translation><b>代码覆盖率…</b><p>显示项目中所有 Python 文件的代码覆盖率。</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4568"/> - <source>Profile Data</source> - <translation>剖析数据</translation> + <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> + <translation><b>代码度量…</b><p>显示项目中所有 Python 文件的部分代码度量。</p></translation> </message> <message> <location filename="../Project/Project.py" line="3790"/> - <source>&Profile Data...</source> - <translation>剖析数据(&P)…</translation> + <source>Python Code Coverage</source> + <translation>Python 代码覆盖率</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3790"/> + <source>Code Co&verage...</source> + <translation>代码覆盖率(&v)…</translation> </message> <message> <location filename="../Project/Project.py" line="3794"/> - <source>Show profiling data for the project.</source> - <translation>显示项目的剖析数据。</translation> + <source>Show code coverage information for the project.</source> + <translation>显示项目的代码覆盖率信息。</translation> </message> <message> <location filename="../Project/Project.py" line="3796"/> + <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> + <translation><b>代码覆盖率…</b><p>显示项目中所有 Python 文件的代码覆盖率。</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4582"/> + <source>Profile Data</source> + <translation>剖析数据</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3804"/> + <source>&Profile Data...</source> + <translation>剖析数据(&P)…</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3808"/> + <source>Show profiling data for the project.</source> + <translation>显示项目的剖析数据。</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3810"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>剖析数据…</b><p>显示项目的剖析数据。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4622"/> + <location filename="../Project/Project.py" line="4636"/> <source>Application Diagram</source> <translation>应用程序图</translation> </message> <message> - <location filename="../Project/Project.py" line="3805"/> + <location filename="../Project/Project.py" line="3819"/> <source>&Application Diagram...</source> <translation>应用程序(&A)图…</translation> </message> <message> - <location filename="../Project/Project.py" line="3809"/> + <location filename="../Project/Project.py" line="3823"/> <source>Show a diagram of the project.</source> <translation>显示项目图表。</translation> </message> <message> - <location filename="../Project/Project.py" line="3811"/> + <location filename="../Project/Project.py" line="3825"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>应用程序图…</b><p>显示项目的图表。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4780"/> + <location filename="../Project/Project.py" line="4794"/> <source>Create Package List</source> <translation>创建程序包列表</translation> </message> <message> - <location filename="../Project/Project.py" line="3834"/> - <source>Create &Package List</source> - <translation>创建程序包(&P)列表</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5027"/> - <source>Create Plugin Archive</source> - <translation>创建插件存档</translation> - </message> - <message> <location filename="../Project/Project.py" line="3848"/> - <source>Create Plugin &Archive</source> - <translation type="obsolete">创建插件存档(&A)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3864"/> - <source>Create Plugin Archive (Snapshot)</source> - <translation type="obsolete">创建插件存档(临时)</translation> + <source>Create &Package List</source> + <translation type="unfinished">创建插件存档(&A)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5041"/> + <source>Create Plugin Archive</source> + <translation>创建插件存档</translation> </message> <message> <location filename="../Project/Project.py" line="3864"/> - <source>Create Plugin Archive (&Snapshot)</source> - <translation type="obsolete">创建插件存档(临时(&S))</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3904"/> - <source>&Project</source> - <translation>项目(&P)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3905"/> - <source>Open &Recent Projects</source> - <translation>打开最近的项目</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3906"/> - <source>&Version Control</source> - <translation>版本控制(&V)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3910"/> - <source>Chec&k</source> - <translation>检查(&K)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3912"/> - <source>Sho&w</source> - <translation>显示(&W)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3913"/> - <source>&Diagrams</source> - <translation>图表(&D)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3914"/> - <source>Session</source> - <translation>会话</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3915"/> - <source>Source &Documentation</source> - <translation>源文档(&D)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3917"/> - <source>Debugger</source> - <translation>调试器</translation> + <source>Create Plugin &Archives</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3918"/> + <source>&Project</source> + <translation>项目(&P)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3919"/> + <source>Open &Recent Projects</source> + <translation>打开最近的项目</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3920"/> + <source>&Version Control</source> + <translation>版本控制(&V)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3924"/> + <source>Chec&k</source> + <translation>检查(&K)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3926"/> + <source>Sho&w</source> + <translation>显示(&W)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3927"/> + <source>&Diagrams</source> + <translation>图表(&D)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3928"/> + <source>Session</source> + <translation>会话</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3929"/> + <source>Source &Documentation</source> + <translation>源文档(&D)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3931"/> + <source>Debugger</source> + <translation>调试器</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3932"/> <source>Pac&kagers</source> <translation>打包程序(&K)</translation> </message> <message> - <location filename="../Project/Project.py" line="4026"/> + <location filename="../Project/Project.py" line="4040"/> <source>Project</source> <translation>项目</translation> </message> <message> - <location filename="../Project/Project.py" line="4092"/> + <location filename="../Project/Project.py" line="4106"/> <source>&Clear</source> <translation>清除(&C)</translation> </message> <message> - <location filename="../Project/Project.py" line="4231"/> + <location filename="../Project/Project.py" line="4245"/> <source>Search New Files</source> <translation>搜索新文件</translation> </message> <message> - <location filename="../Project/Project.py" line="4231"/> + <location filename="../Project/Project.py" line="4245"/> <source>There were no new files found to be added.</source> <translation>没有要添加的新文件。</translation> </message> <message> - <location filename="../Project/Project.py" line="4377"/> + <location filename="../Project/Project.py" line="4391"/> <source>Version Control System</source> <translation>版本控制系统</translation> </message> <message> - <location filename="../Project/Project.py" line="4495"/> + <location filename="../Project/Project.py" line="4509"/> <source>Coverage Data</source> <translation>覆盖率数据</translation> </message> <message> - <location filename="../Project/Project.py" line="4545"/> + <location filename="../Project/Project.py" line="4559"/> <source>There is no main script defined for the current project. Aborting</source> <translation>当前项目未定义主脚本。终止</translation> </message> <message> - <location filename="../Project/Project.py" line="4518"/> + <location filename="../Project/Project.py" line="4532"/> <source>Code Coverage</source> <translation>代码覆盖率</translation> </message> <message> - <location filename="../Project/Project.py" line="4518"/> + <location filename="../Project/Project.py" line="4532"/> <source>Please select a coverage file</source> <translation>请选择一个覆盖率文件</translation> </message> <message> - <location filename="../Project/Project.py" line="4568"/> + <location filename="../Project/Project.py" line="4582"/> <source>Please select a profile file</source> <translation>请选择一个剖析文件</translation> </message> <message> - <location filename="../Project/Project.py" line="4622"/> + <location filename="../Project/Project.py" line="4636"/> <source>Include module names?</source> <translation>包含模块名?</translation> </message> <message> - <location filename="../Project/Project.py" line="4740"/> + <location filename="../Project/Project.py" line="4754"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>文件 <b>PKGLIST</b> 已存在。</p><p>是否覆盖?</p></translation> </message> @@ -40125,37 +40316,37 @@ <translation type="obsolete"><p>文件 <b>PKGLIST</b> 不存在。终止…</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4799"/> + <location filename="../Project/Project.py" line="4813"/> <source>The project does not have a main script defined. Aborting...</source> <translation>项目未定义主脚本。终止…</translation> </message> <message> - <location filename="../Project/Project.py" line="3630"/> + <location filename="../Project/Project.py" line="3644"/> <source>Lexer Associations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3630"/> + <location filename="../Project/Project.py" line="3644"/> <source>Lexer Associations...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3634"/> + <location filename="../Project/Project.py" line="3648"/> <source>Show the project lexer associations (overriding defaults)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3636"/> + <location filename="../Project/Project.py" line="3650"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="262"/> + <location filename="../Project/Project.py" line="276"/> <source>PySide GUI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="263"/> + <location filename="../Project/Project.py" line="277"/> <source>PySide Console</source> <translation type="unfinished"></translation> </message> @@ -40165,127 +40356,127 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="701"/> + <location filename="../Project/Project.py" line="715"/> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="801"/> + <location filename="../Project/Project.py" line="815"/> <source><p>The project file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="837"/> + <location filename="../Project/Project.py" line="851"/> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="861"/> + <location filename="../Project/Project.py" line="875"/> <source><p>The user specific project properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="919"/> + <location filename="../Project/Project.py" line="933"/> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="955"/> + <location filename="../Project/Project.py" line="969"/> <source><p>The project session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="984"/> + <location filename="../Project/Project.py" line="998"/> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1018"/> + <location filename="../Project/Project.py" line="1032"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"><p>任务文件 <b>{0}</b> 无法读取。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1038"/> + <location filename="../Project/Project.py" line="1052"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"><p>任务文件 <b>{0}</b> 无法写入。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1095"/> + <location filename="../Project/Project.py" line="1109"/> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1129"/> + <location filename="../Project/Project.py" line="1143"/> <source><p>The project debugger properties file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1155"/> + <location filename="../Project/Project.py" line="1169"/> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1385"/> + <location filename="../Project/Project.py" line="1399"/> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1598"/> + <location filename="../Project/Project.py" line="1612"/> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2834"/> + <location filename="../Project/Project.py" line="2848"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"><p>文件 <b>{0}</b> 已经存在。是否覆盖?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1812"/> + <location filename="../Project/Project.py" line="1826"/> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2048"/> + <location filename="../Project/Project.py" line="2062"/> <source><p>The selected file <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2077"/> + <location filename="../Project/Project.py" line="2091"/> <source><p>The selected directory <b>{0}</b> could not be deleted.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2159"/> + <location filename="../Project/Project.py" line="2173"/> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4377"/> + <location filename="../Project/Project.py" line="4391"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4780"/> + <location filename="../Project/Project.py" line="4794"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4911"/> + <location filename="../Project/Project.py" line="4925"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4985"/> + <location filename="../Project/Project.py" line="4999"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1524"/> + <location filename="../Project/Project.py" line="1538"/> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="1580"/> + <location filename="../Project/Project.py" line="1594"/> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -40295,213 +40486,188 @@ <translation>Python2 文件 (*.py2);;Python2 GUI 文件 (*.pyw2);;</translation> </message> <message> - <location filename="../Project/Project.py" line="2222"/> + <location filename="../Project/Project.py" line="2236"/> <source>Create main script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="2222"/> + <location filename="../Project/Project.py" line="2236"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3819"/> + <location filename="../Project/Project.py" line="3833"/> <source>Load Diagram</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3819"/> + <location filename="../Project/Project.py" line="3833"/> <source>&Load Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3823"/> + <location filename="../Project/Project.py" line="3837"/> <source>Load a diagram from file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3825"/> - <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="323"/> - <source><p>The Programming Language <b>{0}</b> is not supported.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="346"/> - <source><p>The Project type <b>{0}</b> is already registered.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="334"/> - <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="244"/> - <source>PyQt5 GUI</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="245"/> - <source>PyQt5 Console</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4365"/> - <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5027"/> - <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Project/Project.py" line="3839"/> - <source>Create an initial PKGLIST file for an eric6 plugin.</source> - <translation>为 eric4 插件创建初始化 PKGLIST 文件。</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3841"/> - <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> - <translation type="unfinished"><b>创建程序包列表</b><p>创建一个初始化文件列表并包含到 Eric4 插件存档中。该列表从项目文件创建。</p> {5 ?} {6 ?}</translation> + <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="337"/> + <source><p>The Programming Language <b>{0}</b> is not supported.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="360"/> + <source><p>The Project type <b>{0}</b> is already registered.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="348"/> + <source><p>The Project type <b>{0}</b> is already registered with Programming Language <b>{1}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="258"/> + <source>PyQt5 GUI</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="259"/> + <source>PyQt5 Console</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4379"/> + <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5041"/> + <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3853"/> - <source>Create an eric6 plugin archive file.</source> - <translation type="obsolete">创建一个 eric6 插件存档文件。</translation> + <source>Create an initial PKGLIST file for an eric6 plugin.</source> + <translation type="unfinished">创建一个 eric6 插件存档文件。</translation> </message> <message> <location filename="../Project/Project.py" line="3855"/> - <source><b>Create Plugin Archive</b><p>This creates an eric6 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name.</p></source> - <translation type="obsolete"><b>创建插件存档</b><p>通过 PKGLIST 文件给出的文件列表创建 Eric4 插件存档文件。存档名从主脚本名构建。</p> {5 ?} {6 ?}</translation> + <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric6 plugin archive. The list is created from the project file.</p></source> + <translation type="unfinished"><b>创建插件存档</b><p>通过 PKGLIST 文件给出的文件列表创建 Eric4 插件存档文件。存档名从主脚本名构建。</p> {5 ?} {6 ?}</translation> </message> <message> <location filename="../Project/Project.py" line="3869"/> - <source>Create an eric6 plugin archive file (snapshot release).</source> - <translation type="obsolete">创建一个 eric6 插件存档文件(快照版本)。</translation> + <source>Create eric6 plugin archive files.</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Project/Project.py" line="3871"/> - <source><b>Create Plugin Archive (Snapshot)</b><p>This creates an eric6 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name. The version entry of the main script is modified to reflect a snapshot release.</p></source> - <translation type="obsolete">b>创建插件存档(临时)</b><p>通过 PKGLIST 文件给出的文件列表创建一个 Eric4 插件存档文件。存档名从主脚本名构建。修改主脚本的版本项以反映临时的版本。</p> {5 ?} {6 ?}</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4881"/> + <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4895"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="242"/> + <location filename="../Project/Project.py" line="256"/> <source>PyQt4 GUI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="243"/> + <location filename="../Project/Project.py" line="257"/> <source>PyQt4 Console</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="246"/> + <location filename="../Project/Project.py" line="260"/> <source>Eric6 Plugin</source> <translation>Eric6 插件</translation> </message> <message> - <location filename="../Project/Project.py" line="2653"/> + <location filename="../Project/Project.py" line="2667"/> <source>Create project management directory</source> <translation>创建项目管理目录</translation> </message> <message> - <location filename="../Project/Project.py" line="2653"/> + <location filename="../Project/Project.py" line="2667"/> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation><p>项目目录 <b>{0}</b> 不可写。</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3569"/> + <location filename="../Project/Project.py" line="3583"/> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3575"/> + <location filename="../Project/Project.py" line="3589"/> <source>Search for a file in the project list of files.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3577"/> + <location filename="../Project/Project.py" line="3591"/> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3569"/> + <location filename="../Project/Project.py" line="3583"/> <source>Search Project File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3569"/> + <location filename="../Project/Project.py" line="3583"/> <source>Search Project File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4834"/> + <location filename="../Project/Project.py" line="4848"/> <source>Create Plugin Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3850"/> - <source>Create Plugin &Archives</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3855"/> - <source>Create eric6 plugin archive files.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3857"/> - <source><b>Create Plugin Archives</b><p>This creates eric6 plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Project/Project.py" line="3867"/> + <location filename="../Project/Project.py" line="3881"/> <source>Create Plugin Archives (Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3867"/> + <location filename="../Project/Project.py" line="3881"/> <source>Create Plugin Archives (&Snapshot)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3872"/> + <location filename="../Project/Project.py" line="3886"/> <source>Create eric6 plugin archive files (snapshot releases).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3874"/> + <location filename="../Project/Project.py" line="3888"/> <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric6 plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4813"/> + <location filename="../Project/Project.py" line="4827"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4830"/> + <location filename="../Project/Project.py" line="4844"/> <source>Creating plugin archives...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4830"/> + <location filename="../Project/Project.py" line="4844"/> <source>Abort</source> <translation type="unfinished">终止</translation> </message> <message> - <location filename="../Project/Project.py" line="4830"/> + <location filename="../Project/Project.py" line="4844"/> <source>%v/%m Archives</source> <translation type="unfinished"></translation> </message> @@ -40511,22 +40677,22 @@ <translation type="obsolete">覆盖率</translation> </message> <message> - <location filename="../Project/Project.py" line="4847"/> + <location filename="../Project/Project.py" line="4861"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4930"/> + <location filename="../Project/Project.py" line="4944"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4933"/> + <location filename="../Project/Project.py" line="4947"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4823"/> + <location filename="../Project/Project.py" line="4837"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> @@ -50732,17 +50898,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="87"/> + <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="88"/> <source>No error description available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="118"/> + <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="119"/> <source>Remove Selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="123"/> + <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="124"/> <source>Remove All</source> <translation type="unfinished"></translation> </message> @@ -71060,46 +71226,46 @@ <context> <name>mercurial</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1477"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1476"/> <source><tr><td><b>Parent #{0}</b></td><td></td></tr> <tr><td><b>Changeset</b></td><td>{1}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2159"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2158"/> <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2169"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2168"/> <source><tr><td><b>Branches</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1497"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1496"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2151"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2150"/> <source><tr><td><b>Tip</b></td><td></td></tr> </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2153"/> <source><tr><td><b>Changeset</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2174"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2173"/> <source><tr><td><b>Parents</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2178"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2177"/> <source><tr><td><b>Last author</b></td><td>{0}</td></tr> <tr><td><b>Committed date</b></td><td>{1}</td></tr> <tr><td><b>Committed time</b></td><td>{2}</td></tr> @@ -71107,12 +71273,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2164"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2163"/> <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1535"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1534"/> <source><h3>Repository information</h3> <p><table> <tr><td><b>Mercurial V.</b></td><td>{0}</td></tr> @@ -71123,13 +71289,13 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2141"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2140"/> <source><tr><td><b>Head #{0}</b></td><td></td></tr> </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2146"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2145"/> <source><tr><td><b>Parent #{0}</b></td><td></td></tr> </source> <translation type="unfinished"></translation>