Sun, 22 Feb 2015 19:21:55 +0100
Some changes to the various VCS interfaces to use one dialog instead of creating a new one each time.
--- a/APIs/Python3/eric6.api Sun Feb 22 12:16:32 2015 +0100 +++ b/APIs/Python3/eric6.api Sun Feb 22 19:21:55 2015 +0100 @@ -4544,6 +4544,7 @@ eric6.Plugins.VcsPlugins.vcsMercurial.HgBookmarksListDialog.HgBookmarksListDialog.on_buttonBox_clicked?4(button) eric6.Plugins.VcsPlugins.vcsMercurial.HgBookmarksListDialog.HgBookmarksListDialog.on_input_returnPressed?4() eric6.Plugins.VcsPlugins.vcsMercurial.HgBookmarksListDialog.HgBookmarksListDialog.on_passwordCheckBox_toggled?4(isOn) +eric6.Plugins.VcsPlugins.vcsMercurial.HgBookmarksListDialog.HgBookmarksListDialog.on_refreshButton_clicked?4() eric6.Plugins.VcsPlugins.vcsMercurial.HgBookmarksListDialog.HgBookmarksListDialog.on_sendButton_clicked?4() eric6.Plugins.VcsPlugins.vcsMercurial.HgBookmarksListDialog.HgBookmarksListDialog.start?4(path, bookmarksList) eric6.Plugins.VcsPlugins.vcsMercurial.HgBookmarksListDialog.HgBookmarksListDialog?1(vcs, parent=None) @@ -5286,6 +5287,7 @@ eric6.Plugins.VcsPlugins.vcsPySvn.SvnPropDelDialog.SvnPropDelDialog.on_propNameEdit_textChanged?4(text) eric6.Plugins.VcsPlugins.vcsPySvn.SvnPropDelDialog.SvnPropDelDialog?1(recursive, parent=None) eric6.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.SvnPropListDialog.on_buttonBox_clicked?4(button) +eric6.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.SvnPropListDialog.on_refreshButton_clicked?4() eric6.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.SvnPropListDialog.start?4(fn, recursive=False) eric6.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.SvnPropListDialog?1(vcs, parent=None) eric6.Plugins.VcsPlugins.vcsPySvn.SvnPropSetDialog.SvnPropSetDialog.getData?4() @@ -5522,6 +5524,7 @@ eric6.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.SvnOptionsDialog?1(vcs, project, parent=None) eric6.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.SvnPropListDialog.closeEvent?4(e) eric6.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.SvnPropListDialog.on_buttonBox_clicked?4(button) +eric6.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.SvnPropListDialog.on_refreshButton_clicked?4() eric6.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.SvnPropListDialog.start?4(fn, recursive=False) eric6.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.SvnPropListDialog?1(vcs, parent=None) eric6.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.SvnPropSetDialog.getData?4()
--- a/Documentation/Help/source.qhp Sun Feb 22 12:16:32 2015 +0100 +++ b/Documentation/Help/source.qhp Sun Feb 22 19:21:55 2015 +0100 @@ -5843,6 +5843,7 @@ <keyword name="HgBookmarksListDialog.on_buttonBox_clicked" id="HgBookmarksListDialog.on_buttonBox_clicked" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgBookmarksListDialog.html#HgBookmarksListDialog.on_buttonBox_clicked" /> <keyword name="HgBookmarksListDialog.on_input_returnPressed" id="HgBookmarksListDialog.on_input_returnPressed" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgBookmarksListDialog.html#HgBookmarksListDialog.on_input_returnPressed" /> <keyword name="HgBookmarksListDialog.on_passwordCheckBox_toggled" id="HgBookmarksListDialog.on_passwordCheckBox_toggled" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgBookmarksListDialog.html#HgBookmarksListDialog.on_passwordCheckBox_toggled" /> + <keyword name="HgBookmarksListDialog.on_refreshButton_clicked" id="HgBookmarksListDialog.on_refreshButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgBookmarksListDialog.html#HgBookmarksListDialog.on_refreshButton_clicked" /> <keyword name="HgBookmarksListDialog.on_sendButton_clicked" id="HgBookmarksListDialog.on_sendButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgBookmarksListDialog.html#HgBookmarksListDialog.on_sendButton_clicked" /> <keyword name="HgBookmarksListDialog.start" id="HgBookmarksListDialog.start" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgBookmarksListDialog.html#HgBookmarksListDialog.start" /> <keyword name="HgBranchInputDialog" id="HgBranchInputDialog" ref="eric6.Plugins.VcsPlugins.vcsMercurial.HgBranchInputDialog.html#HgBranchInputDialog" /> @@ -11042,6 +11043,8 @@ <keyword name="SvnPropListDialog.closeEvent" id="SvnPropListDialog.closeEvent" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.closeEvent" /> <keyword name="SvnPropListDialog.on_buttonBox_clicked" id="SvnPropListDialog.on_buttonBox_clicked" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.on_buttonBox_clicked" /> <keyword name="SvnPropListDialog.on_buttonBox_clicked" id="SvnPropListDialog.on_buttonBox_clicked" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.on_buttonBox_clicked" /> + <keyword name="SvnPropListDialog.on_refreshButton_clicked" id="SvnPropListDialog.on_refreshButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.on_refreshButton_clicked" /> + <keyword name="SvnPropListDialog.on_refreshButton_clicked" id="SvnPropListDialog.on_refreshButton_clicked" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.on_refreshButton_clicked" /> <keyword name="SvnPropListDialog.start" id="SvnPropListDialog.start" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html#SvnPropListDialog.start" /> <keyword name="SvnPropListDialog.start" id="SvnPropListDialog.start" ref="eric6.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html#SvnPropListDialog.start" /> <keyword name="SvnPropSetDialog" id="SvnPropSetDialog" ref="eric6.Plugins.VcsPlugins.vcsPySvn.SvnPropSetDialog.html#SvnPropSetDialog" />
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html Sun Feb 22 12:16:32 2015 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html Sun Feb 22 19:21:55 2015 +0100 @@ -263,7 +263,7 @@ </p><dl> <dt><i>fn</i></dt> <dd> -filename to show the log for (string) +filename to show the annotation for (string) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgBookmarksListDialog.html Sun Feb 22 12:16:32 2015 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgBookmarksListDialog.html Sun Feb 22 19:21:55 2015 +0100 @@ -102,6 +102,9 @@ <td><a href="#HgBookmarksListDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> <td>Private slot to handle the password checkbox toggled.</td> </tr><tr> +<td><a href="#HgBookmarksListDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td> +<td>Private slot to refresh the status display.</td> +</tr><tr> <td><a href="#HgBookmarksListDialog.on_sendButton_clicked">on_sendButton_clicked</a></td> <td>Private slot to send the input to the subversion process.</td> </tr><tr> @@ -255,7 +258,12 @@ <dd> flag indicating the status of the check box (boolean) </dd> -</dl><a NAME="HgBookmarksListDialog.on_sendButton_clicked" ID="HgBookmarksListDialog.on_sendButton_clicked"></a> +</dl><a NAME="HgBookmarksListDialog.on_refreshButton_clicked" ID="HgBookmarksListDialog.on_refreshButton_clicked"></a> +<h4>HgBookmarksListDialog.on_refreshButton_clicked</h4> +<b>on_refreshButton_clicked</b>(<i></i>) +<p> + Private slot to refresh the status display. +</p><a NAME="HgBookmarksListDialog.on_sendButton_clicked" ID="HgBookmarksListDialog.on_sendButton_clicked"></a> <h4>HgBookmarksListDialog.on_sendButton_clicked</h4> <b>on_sendButton_clicked</b>(<i></i>) <p>
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html Sun Feb 22 12:16:32 2015 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html Sun Feb 22 19:21:55 2015 +0100 @@ -76,7 +76,7 @@ <td>Private slot called by a button of the button box clicked.</td> </tr><tr> <td><a href="#SvnBlameDialog.start">start</a></td> -<td>Public slot to start the svn status command.</td> +<td>Public slot to start the svn blame command.</td> </tr> </table> <h3>Static Methods</h3> @@ -150,11 +150,11 @@ <h4>SvnBlameDialog.start</h4> <b>start</b>(<i>fn</i>) <p> - Public slot to start the svn status command. + Public slot to start the svn blame command. </p><dl> <dt><i>fn</i></dt> <dd> -filename to show the log for (string) +filename to show the blame for (string) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html Sun Feb 22 12:16:32 2015 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html Sun Feb 22 19:21:55 2015 +0100 @@ -80,6 +80,9 @@ <td><a href="#SvnPropListDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> <td>Private slot called by a button of the button box clicked.</td> </tr><tr> +<td><a href="#SvnPropListDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td> +<td>Private slot to refresh the status display.</td> +</tr><tr> <td><a href="#SvnPropListDialog.start">start</a></td> <td>Public slot to start the svn status command.</td> </tr> @@ -153,7 +156,12 @@ <dd> button that was clicked (QAbstractButton) </dd> -</dl><a NAME="SvnPropListDialog.start" ID="SvnPropListDialog.start"></a> +</dl><a NAME="SvnPropListDialog.on_refreshButton_clicked" ID="SvnPropListDialog.on_refreshButton_clicked"></a> +<h4>SvnPropListDialog.on_refreshButton_clicked</h4> +<b>on_refreshButton_clicked</b>(<i></i>) +<p> + Private slot to refresh the status display. +</p><a NAME="SvnPropListDialog.start" ID="SvnPropListDialog.start"></a> <h4>SvnPropListDialog.start</h4> <b>start</b>(<i>fn, recursive=False</i>) <p>
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html Sun Feb 22 12:16:32 2015 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnBlameDialog.html Sun Feb 22 19:21:55 2015 +0100 @@ -97,7 +97,7 @@ <td>Private slot to send the input to the subversion process.</td> </tr><tr> <td><a href="#SvnBlameDialog.start">start</a></td> -<td>Public slot to start the svn status command.</td> +<td>Public slot to start the svn blame command.</td> </tr> </table> <h3>Static Methods</h3> @@ -227,11 +227,11 @@ <h4>SvnBlameDialog.start</h4> <b>start</b>(<i>fn</i>) <p> - Public slot to start the svn status command. + Public slot to start the svn blame command. </p><dl> <dt><i>fn</i></dt> <dd> -filename to show the log for (string) +filename to show the blame for (string) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html Sun Feb 22 12:16:32 2015 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnPropListDialog.html Sun Feb 22 19:21:55 2015 +0100 @@ -89,6 +89,9 @@ <td><a href="#SvnPropListDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> <td>Private slot called by a button of the button box clicked.</td> </tr><tr> +<td><a href="#SvnPropListDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td> +<td>Private slot to refresh the status display.</td> +</tr><tr> <td><a href="#SvnPropListDialog.start">start</a></td> <td>Public slot to start the svn status command.</td> </tr> @@ -191,7 +194,12 @@ <dd> button that was clicked (QAbstractButton) </dd> -</dl><a NAME="SvnPropListDialog.start" ID="SvnPropListDialog.start"></a> +</dl><a NAME="SvnPropListDialog.on_refreshButton_clicked" ID="SvnPropListDialog.on_refreshButton_clicked"></a> +<h4>SvnPropListDialog.on_refreshButton_clicked</h4> +<b>on_refreshButton_clicked</b>(<i></i>) +<p> + Private slot to refresh the status display. +</p><a NAME="SvnPropListDialog.start" ID="SvnPropListDialog.start"></a> <h4>SvnPropListDialog.start</h4> <b>start</b>(<i>fn, recursive=False</i>) <p>
--- a/Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py Sun Feb 22 12:16:32 2015 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py Sun Feb 22 19:21:55 2015 +0100 @@ -147,8 +147,6 @@ self.buttonBox.button(QDialogButtonBox.Close).setFocus( Qt.OtherFocusReason) - self.process = None - if self.signaturesList.topLevelItemCount() == 0: # no patches present self.__generateItem("", "", self.tr("no signatures found"))
--- a/Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py Sun Feb 22 12:16:32 2015 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py Sun Feb 22 19:21:55 2015 +0100 @@ -88,8 +88,9 @@ """ Public slot to start the annotate command. - @param fn filename to show the log for (string) + @param fn filename to show the annotation for (string) """ + self.annotateList.clear() self.errorGroup.hide() self.intercept = False self.activateWindow() @@ -166,8 +167,6 @@ self.buttonBox.button(QDialogButtonBox.Close).setFocus( Qt.OtherFocusReason) - self.process = None - self.__resizeColumns() def on_buttonBox_clicked(self, button):
--- a/Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py Sun Feb 22 12:16:32 2015 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py Sun Feb 22 19:21:55 2015 +0100 @@ -171,8 +171,6 @@ self.buttonBox.button(QDialogButtonBox.Close).setFocus( Qt.OtherFocusReason) - self.process = None - if self.bookmarksList.topLevelItemCount() == 0: # no bookmarks defined self.__generateItem(self.tr("no bookmarks found"), "")
--- a/Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py Sun Feb 22 12:16:32 2015 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py Sun Feb 22 19:21:55 2015 +0100 @@ -38,12 +38,19 @@ super(HgBookmarksListDialog, self).__init__(parent) self.setupUi(self) + + self.refreshButton = self.buttonBox.addButton( + self.tr("Refresh"), QDialogButtonBox.ActionRole) + self.refreshButton.setToolTip( + self.tr("Press to refresh the bookmarks display")) + self.refreshButton.setEnabled(False) self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False) self.buttonBox.button(QDialogButtonBox.Cancel).setDefault(True) self.process = QProcess() self.vcs = vcs self.__bookmarksList = None + self.__path = None self.__hgClient = vcs.getClient() self.bookmarksList.headerItem().setText( @@ -83,12 +90,17 @@ @param bookmarksList reference to string list receiving the bookmarks (list of strings) """ + self.bookmarksList.clear() + self.errorGroup.hide() self.intercept = False self.activateWindow() self.__bookmarksList = bookmarksList + del self.__bookmarksList[:] # clear the list + self.__path = path + dname, fname = self.vcs.splitPath(path) # find the root of the repo @@ -103,6 +115,7 @@ if self.__hgClient: self.inputGroup.setEnabled(False) self.inputGroup.hide() + self.refreshButton.setEnabled(False) out, err = self.__hgClient.runcommand(args) if err: @@ -130,8 +143,13 @@ 'Ensure, that it is in the search path.' ).format('hg')) else: + self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False) + self.buttonBox.button(QDialogButtonBox.Cancel).setEnabled(True) + self.buttonBox.button(QDialogButtonBox.Cancel).setDefault(True) + self.inputGroup.setEnabled(True) self.inputGroup.show() + self.refreshButton.setEnabled(False) def __finish(self): """ @@ -146,6 +164,7 @@ self.inputGroup.setEnabled(False) self.inputGroup.hide() + self.refreshButton.setEnabled(True) self.buttonBox.button(QDialogButtonBox.Close).setEnabled(True) self.buttonBox.button(QDialogButtonBox.Cancel).setEnabled(False) @@ -153,8 +172,6 @@ self.buttonBox.button(QDialogButtonBox.Close).setFocus( Qt.OtherFocusReason) - self.process = None - if self.bookmarksList.topLevelItemCount() == 0: # no bookmarks defined self.__generateItem( @@ -175,6 +192,8 @@ self.__hgClient.cancel() else: self.__finish() + elif button == self.refreshButton: + self.on_refreshButton_clicked() def __procFinished(self, exitCode, exitStatus): """ @@ -330,3 +349,10 @@ evt.accept() return super(HgBookmarksListDialog, self).keyPressEvent(evt) + + @pyqtSlot() + def on_refreshButton_clicked(self): + """ + Private slot to refresh the status display. + """ + self.start(self.__path, self.__bookmarksList)
--- a/Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py Sun Feb 22 12:16:32 2015 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py Sun Feb 22 19:21:55 2015 +0100 @@ -58,11 +58,17 @@ self.buttonBox.button(QDialogButtonBox.Cancel).setDefault(True) self.diff = None - self.process = None self.vcs = vcs self.vcs.committed.connect(self.__committed) self.__hgClient = self.vcs.getClient() self.__mq = mq + if self.__hgClient: + self.process = None + else: + self.process = QProcess() + self.process.finished.connect(self.__procFinished) + self.process.readyReadStandardOutput.connect(self.__readStdout) + self.process.readyReadStandardError.connect(self.__readStderr) self.statusList.headerItem().setText(self.__lastColumn, "") self.statusList.header().setSortIndicator( @@ -249,6 +255,7 @@ self.statusFilterCombo.clear() self.__statusFilters = [] + self.statusList.clear() if self.__mq: self.setWindowTitle( @@ -284,6 +291,7 @@ if self.__hgClient: self.inputGroup.setEnabled(False) self.inputGroup.hide() + self.refreshButton.setEnabled(False) out, err = self.__hgClient.runcommand(args) if err: @@ -297,11 +305,6 @@ else: if self.process: self.process.kill() - else: - self.process = QProcess() - self.process.finished.connect(self.__procFinished) - self.process.readyReadStandardOutput.connect(self.__readStdout) - self.process.readyReadStandardError.connect(self.__readStderr) self.process.setWorkingDirectory(repodir) @@ -318,8 +321,13 @@ 'Ensure, that it is in the search path.' ).format('hg')) else: + self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False) + self.buttonBox.button(QDialogButtonBox.Cancel).setEnabled(True) + self.buttonBox.button(QDialogButtonBox.Cancel).setDefault(True) + self.inputGroup.setEnabled(True) self.inputGroup.show() + self.refreshButton.setEnabled(False) def __finish(self): """ @@ -349,8 +357,6 @@ for act in self.menuactions: act.setEnabled(True) - self.process = None - self.__resort() self.__resizeColumns() @@ -484,16 +490,6 @@ """ Private slot to refresh the status display. """ - self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False) - self.buttonBox.button(QDialogButtonBox.Cancel).setEnabled(True) - self.buttonBox.button(QDialogButtonBox.Cancel).setDefault(True) - - self.inputGroup.setEnabled(True) - self.inputGroup.show() - self.refreshButton.setEnabled(False) - - self.statusList.clear() - self.start(self.args) def __updateButtons(self):
--- a/Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py Sun Feb 22 12:16:32 2015 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py Sun Feb 22 19:21:55 2015 +0100 @@ -47,9 +47,14 @@ self.tr("Press to refresh the summary display")) self.refreshButton.setEnabled(False) - self.process = None self.vcs = vcs self.vcs.committed.connect(self.__committed) + + self.process = QProcess() + prepareProcess(self.process, language="C") + self.process.finished.connect(self.__procFinished) + self.process.readyReadStandardOutput.connect(self.__readStdout) + self.process.readyReadStandardError.connect(self.__readStderr) def closeEvent(self, e): """ @@ -75,6 +80,9 @@ well (boolean) """ self.errorGroup.hide() + self.refreshButton.setEnabled(False) + self.summary.clear() + self.__path = path self.__mq = mq self.__largefiles = largefiles @@ -96,12 +104,6 @@ if self.process: self.process.kill() - else: - self.process = QProcess() - prepareProcess(self.process, language="C") - self.process.finished.connect(self.__procFinished) - self.process.readyReadStandardOutput.connect(self.__readStdout) - self.process.readyReadStandardError.connect(self.__readStderr) self.process.setWorkingDirectory(repodir) @@ -130,7 +132,6 @@ self.process.waitForFinished(3000) self.refreshButton.setEnabled(True) - self.process = None def on_buttonBox_clicked(self, button): """ @@ -195,9 +196,6 @@ """ Private slot to refresh the status display. """ - self.refreshButton.setEnabled(False) - self.summary.clear() - self.start(self.__path, mq=self.__mq) def __committed(self):
--- a/Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py Sun Feb 22 12:16:32 2015 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py Sun Feb 22 19:21:55 2015 +0100 @@ -41,7 +41,6 @@ self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False) self.buttonBox.button(QDialogButtonBox.Cancel).setDefault(True) - self.process = QProcess() self.vcs = vcs self.tagsList = None self.allTagsList = None @@ -50,9 +49,13 @@ self.tagList.headerItem().setText(self.tagList.columnCount(), "") self.tagList.header().setSortIndicator(3, Qt.AscendingOrder) - self.process.finished.connect(self.__procFinished) - self.process.readyReadStandardOutput.connect(self.__readStdout) - self.process.readyReadStandardError.connect(self.__readStderr) + if self.__hgClient: + self.process = None + else: + self.process = QProcess() + self.process.finished.connect(self.__procFinished) + self.process.readyReadStandardOutput.connect(self.__readStdout) + self.process.readyReadStandardError.connect(self.__readStderr) self.show() QCoreApplication.processEvents() @@ -166,8 +169,6 @@ self.buttonBox.button(QDialogButtonBox.Close).setFocus( Qt.OtherFocusReason) - self.process = None - self.__resizeColumns() self.__resort()
--- a/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py Sun Feb 22 12:16:32 2015 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py Sun Feb 22 19:21:55 2015 +0100 @@ -15,7 +15,7 @@ import os -from PyQt5.QtCore import pyqtSlot, Qt, QProcess, QTimer, QCoreApplication +from PyQt5.QtCore import pyqtSlot, Qt, QProcess, QCoreApplication from PyQt5.QtWidgets import QDialog, QDialogButtonBox, QAbstractButton, \ QListWidgetItem @@ -42,7 +42,6 @@ super(HgQueuesDefineGuardsDialog, self).__init__(parent) self.setupUi(self) - self.process = None self.vcs = vcs self.extension = extension self.__hgClient = vcs.getClient() @@ -68,12 +67,6 @@ if self.__hgClient: if self.__hgClient.isExecuting(): self.__hgClient.cancel() - else: - if self.process is not None and \ - self.process.state() != QProcess.NotRunning: - self.process.terminate() - QTimer.singleShot(2000, self.process.kill) - self.process.waitForFinished(3000) if self.__dirtyList: res = E5MessageBox.question(
--- a/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py Sun Feb 22 12:16:32 2015 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py Sun Feb 22 19:21:55 2015 +0100 @@ -41,13 +41,16 @@ self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False) self.buttonBox.button(QDialogButtonBox.Cancel).setDefault(True) - self.process = QProcess() self.vcs = vcs self.__hgClient = vcs.getClient() - self.process.finished.connect(self.__procFinished) - self.process.readyReadStandardOutput.connect(self.__readStdout) - self.process.readyReadStandardError.connect(self.__readStderr) + if self.__hgClient: + self.process = None + else: + self.process = QProcess() + self.process.finished.connect(self.__procFinished) + self.process.readyReadStandardOutput.connect(self.__readStdout) + self.process.readyReadStandardError.connect(self.__readStderr) self.show() QCoreApplication.processEvents() @@ -128,8 +131,6 @@ self.buttonBox.button(QDialogButtonBox.Close).setDefault(True) self.buttonBox.button(QDialogButtonBox.Close).setFocus( Qt.OtherFocusReason) - - self.process = None def on_buttonBox_clicked(self, button): """
--- a/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py Sun Feb 22 12:16:32 2015 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py Sun Feb 22 19:21:55 2015 +0100 @@ -42,15 +42,18 @@ self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False) self.buttonBox.button(QDialogButtonBox.Cancel).setDefault(True) - self.process = QProcess() self.vcs = vcs self.__hgClient = vcs.getClient() self.patchesList.header().setSortIndicator(0, Qt.AscendingOrder) - self.process.finished.connect(self.__procFinished) - self.process.readyReadStandardOutput.connect(self.__readStdout) - self.process.readyReadStandardError.connect(self.__readStderr) + if self.__hgClient: + self.process = None + else: + self.process = QProcess() + self.process.finished.connect(self.__procFinished) + self.process.readyReadStandardOutput.connect(self.__readStdout) + self.process.readyReadStandardError.connect(self.__readStderr) self.__statusDict = { "A": self.tr("applied"), @@ -222,8 +225,6 @@ self.buttonBox.button(QDialogButtonBox.Close).setFocus( Qt.OtherFocusReason) - self.process = None - if self.patchesList.topLevelItemCount() == 0: # no patches present self.__generateItem(
--- a/Plugins/VcsPlugins/vcsMercurial/hg.py Sun Feb 22 12:16:32 2015 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/hg.py Sun Feb 22 19:21:55 2015 +0100 @@ -873,9 +873,11 @@ project = e5App().getObject("Project") if nam == project.ppath and not project.saveAllScripts(): return - from .HgDiffDialog import HgDiffDialog - self.diff = HgDiffDialog(self) + if self.diff is None: + from .HgDiffDialog import HgDiffDialog + self.diff = HgDiffDialog(self) self.diff.show() + self.diff.raise_() QApplication.processEvents() self.diff.start(name, refreshable=True) @@ -887,9 +889,11 @@ @param name file/directory name(s) to show the status of (string or list of strings) """ - from .HgStatusDialog import HgStatusDialog - self.status = HgStatusDialog(self) + if self.status is None: + from .HgStatusDialog import HgStatusDialog + self.status = HgStatusDialog(self) self.status.show() + self.status.raise_() self.status.start(name) def hgSummary(self, mq=False, largefiles=False): @@ -901,9 +905,11 @@ @param largefiles flag indicating to show the largefiles status as well (boolean) """ - from .HgSummaryDialog import HgSummaryDialog - self.summary = HgSummaryDialog(self) + if self.summary is None: + from .HgSummaryDialog import HgSummaryDialog + self.summary = HgSummaryDialog(self) self.summary.show() + self.summary.raise_() self.summary.start(self.__projectHelper.getProject().getProjectPath(), mq=mq, largefiles=largefiles) @@ -1713,9 +1719,11 @@ @param name file name to show the annotations for (string) """ - from .HgAnnotateDialog import HgAnnotateDialog - self.annotate = HgAnnotateDialog(self) + if self.annotate is None: + from .HgAnnotateDialog import HgAnnotateDialog + self.annotate = HgAnnotateDialog(self) self.annotate.show() + self.annotate.raise_() self.annotate.start(name) def hgExtendedDiff(self, name): @@ -1761,9 +1769,11 @@ self.hgGetBookmarksList(repodir)) if dlg.exec_() == QDialog.Accepted: revisions = dlg.getRevisions() - from .HgDiffDialog import HgDiffDialog - self.diff = HgDiffDialog(self) + if self.diff is None: + from .HgDiffDialog import HgDiffDialog + self.diff = HgDiffDialog(self) self.diff.show() + self.diff.raise_() self.diff.start(name, revisions) def __hgGetFileForRevision(self, name, rev=""): @@ -1887,6 +1897,7 @@ from UI.CompareDialog import CompareDialog self.sbsDiff = CompareDialog() self.sbsDiff.show() + self.sbsDiff.raise_() self.sbsDiff.compare(output1, output2, name1, name2) def vcsLogBrowser(self, name, isFile=False): @@ -1902,6 +1913,7 @@ from .HgLogBrowserDialog import HgLogBrowserDialog self.logBrowser = HgLogBrowserDialog(self) self.logBrowser.show() + self.logBrowser.raise_() self.logBrowser.start(name, isFile=isFile) def hgIncoming(self, name): @@ -1917,6 +1929,7 @@ self.logBrowserIncoming = HgLogBrowserDialog( self, mode="incoming") self.logBrowserIncoming.show() + self.logBrowserIncoming.raise_() self.logBrowserIncoming.start(name) else: from .HgLogDialog import HgLogDialog @@ -1937,6 +1950,7 @@ self.logBrowserOutgoing = HgLogBrowserDialog( self, mode="outgoing") self.logBrowserOutgoing.show() + self.logBrowserOutgoing.raise_() self.logBrowserOutgoing.start(name) else: from .HgLogDialog import HgLogDialog @@ -2122,6 +2136,7 @@ from .HgConflictsListDialog import HgConflictsListDialog self.conflictsDlg = HgConflictsListDialog(self) self.conflictsDlg.show() + self.conflictsDlg.raise_() self.conflictsDlg.start(name) def hgResolved(self, name, unresolve=False): @@ -2629,6 +2644,7 @@ self.logBrowserIncoming = \ HgLogBrowserDialog(self, mode="incoming") self.logBrowserIncoming.show() + self.logBrowserIncoming.raise_() self.logBrowserIncoming.start(name, bundle=file) else: from .HgLogDialog import HgLogDialog @@ -3518,9 +3534,11 @@ """ self.bookmarksList = [] - from .HgBookmarksListDialog import HgBookmarksListDialog - self.bookmarksListDlg = HgBookmarksListDialog(self) + if self.bookmarksListDlg is None: + from .HgBookmarksListDialog import HgBookmarksListDialog + self.bookmarksListDlg = HgBookmarksListDialog(self) self.bookmarksListDlg.show() + self.bookmarksListDlg.raise_() self.bookmarksListDlg.start(path, self.bookmarksList) def hgGetBookmarksList(self, repodir):
--- a/Plugins/VcsPlugins/vcsPySvn/SvnBlameDialog.py Sun Feb 22 12:16:32 2015 +0100 +++ b/Plugins/VcsPlugins/vcsPySvn/SvnBlameDialog.py Sun Feb 22 19:21:55 2015 +0100 @@ -58,10 +58,11 @@ def start(self, fn): """ - Public slot to start the svn status command. + Public slot to start the svn blame command. - @param fn filename to show the log for (string) + @param fn filename to show the blame for (string) """ + self.blameList.clear() self.errorGroup.hide() self.activateWindow()
--- a/Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py Sun Feb 22 12:16:32 2015 +0100 +++ b/Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py Sun Feb 22 19:21:55 2015 +0100 @@ -15,7 +15,7 @@ import pysvn -from PyQt5.QtCore import QMutexLocker, Qt +from PyQt5.QtCore import pyqtSlot, QMutexLocker, Qt from PyQt5.QtWidgets import QWidget, QHeaderView, QApplication, \ QDialogButtonBox, QTreeWidgetItem @@ -39,6 +39,12 @@ self.setupUi(self) SvnDialogMixin.__init__(self) + self.refreshButton = \ + self.buttonBox.addButton(self.tr("Refresh"), + QDialogButtonBox.ActionRole) + self.refreshButton.setToolTip( + self.tr("Press to refresh the properties display")) + self.refreshButton.setEnabled(False) self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False) self.buttonBox.button(QDialogButtonBox.Cancel).setDefault(True) @@ -89,6 +95,16 @@ """ self.errorGroup.hide() + self.propsList.clear() + + self.__args = fn + self.__recursive = recursive + + self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False) + self.buttonBox.button(QDialogButtonBox.Cancel).setEnabled(True) + self.buttonBox.button(QDialogButtonBox.Cancel).setDefault(True) + self.refreshButton.setEnabled(False) + QApplication.processEvents() self.propsFound = False if isinstance(fn, list): @@ -142,6 +158,8 @@ self.buttonBox.button(QDialogButtonBox.Cancel).setEnabled(False) self.buttonBox.button(QDialogButtonBox.Close).setDefault(True) + self.refreshButton.setEnabled(True) + self._cancel() def on_buttonBox_clicked(self, button): @@ -154,6 +172,15 @@ self.close() elif button == self.buttonBox.button(QDialogButtonBox.Cancel): self.__finish() + elif button == self.refreshButton: + self.on_refreshButton_clicked() + + @pyqtSlot() + def on_refreshButton_clicked(self): + """ + Private slot to refresh the status display. + """ + self.start(self.__args, recursive=self.__recursive) def __showError(self, msg): """
--- a/Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py Sun Feb 22 12:16:32 2015 +0100 +++ b/Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py Sun Feb 22 19:21:55 2015 +0100 @@ -225,9 +225,13 @@ @param url the repository URL to browser (string) """ + self.repoTree.clear() + self.url = "" - self.urlCombo.addItem(self.__normalizeUrl(url)) + url = self.__normalizeUrl(url) + if self.urlCombo.findText(url) == -1: + self.urlCombo.addItem(url) @pyqtSlot(str) def on_urlCombo_currentIndexChanged(self, text):
--- a/Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py Sun Feb 22 12:16:32 2015 +0100 +++ b/Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py Sun Feb 22 19:21:55 2015 +0100 @@ -277,6 +277,13 @@ self.statusFilterCombo.clear() self.__statusFilters = [] + self.statusList.clear() + self.shouldCancel = False + + self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False) + self.buttonBox.button(QDialogButtonBox.Cancel).setEnabled(True) + self.buttonBox.button(QDialogButtonBox.Cancel).setDefault(True) + self.refreshButton.setEnabled(False) QApplication.setOverrideCursor(QCursor(Qt.WaitCursor)) QApplication.processEvents() @@ -468,15 +475,6 @@ """ Private slot to refresh the status display. """ - self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False) - self.buttonBox.button(QDialogButtonBox.Cancel).setEnabled(True) - self.buttonBox.button(QDialogButtonBox.Cancel).setDefault(True) - - self.refreshButton.setEnabled(False) - - self.statusList.clear() - - self.shouldCancel = False self.start(self.args) def __showError(self, msg):
--- a/Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py Sun Feb 22 12:16:32 2015 +0100 +++ b/Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py Sun Feb 22 19:21:55 2015 +0100 @@ -68,6 +68,8 @@ """ self.errorGroup.hide() + self.tagList.clear() + if not tags: self.setWindowTitle(self.tr("Subversion Branches List")) self.activateWindow()
--- a/Plugins/VcsPlugins/vcsPySvn/subversion.py Sun Feb 22 12:16:32 2015 +0100 +++ b/Plugins/VcsPlugins/vcsPySvn/subversion.py Sun Feb 22 19:21:55 2015 +0100 @@ -984,6 +984,7 @@ from .SvnLogDialog import SvnLogDialog self.log = SvnLogDialog(self, isFile=isFile) self.log.show() + self.log.raise_() QApplication.processEvents() self.log.start(name, noEntries) @@ -1012,9 +1013,11 @@ project = e5App().getObject("Project") if nam == project.ppath and not project.saveAllScripts(): return - from .SvnDiffDialog import SvnDiffDialog - self.diff = SvnDiffDialog(self) + if self.diff is None: + from .SvnDiffDialog import SvnDiffDialog + self.diff = SvnDiffDialog(self) self.diff.show() + self.diff.raise_() QApplication.processEvents() self.diff.start(name, refreshable=True) @@ -1026,9 +1029,11 @@ @param name file/directory name(s) to show the status of (string or list of strings) """ - from .SvnStatusDialog import SvnStatusDialog - self.status = SvnStatusDialog(self) + if self.status is None: + from .SvnStatusDialog import SvnStatusDialog + self.status = SvnStatusDialog(self) self.status.show() + self.status.raise_() QApplication.processEvents() self.status.start(name) @@ -1873,9 +1878,11 @@ @param name file/directory name (string or list of strings) @param recursive flag indicating a recursive list is requested """ - from .SvnPropListDialog import SvnPropListDialog - self.propList = SvnPropListDialog(self) + if self.propList is None: + from .SvnPropListDialog import SvnPropListDialog + self.propList = SvnPropListDialog(self) self.propList.show() + self.propList.raise_() QApplication.processEvents() self.propList.start(name, recursive) @@ -1993,9 +2000,11 @@ @param tags flag indicating listing of branches or tags (False = branches, True = tags) """ - from .SvnTagBranchListDialog import SvnTagBranchListDialog - self.tagbranchList = SvnTagBranchListDialog(self) + if self.tagbranchList is None: + from .SvnTagBranchListDialog import SvnTagBranchListDialog + self.tagbranchList = SvnTagBranchListDialog(self) self.tagbranchList.show() + self.tagbranchList.raise_() QApplication.processEvents() res = self.tagbranchList.start(path, tags) if res: @@ -2018,9 +2027,11 @@ @param name file name to show the blame for (string) """ - from .SvnBlameDialog import SvnBlameDialog - self.blame = SvnBlameDialog(self) + if self.blame is None: + from .SvnBlameDialog import SvnBlameDialog + self.blame = SvnBlameDialog(self) self.blame.show() + self.blame.raise_() QApplication.processEvents() self.blame.start(name) @@ -2055,9 +2066,11 @@ dlg = SvnRevisionSelectionDialog() if dlg.exec_() == QDialog.Accepted: revisions = dlg.getRevisions() - from .SvnDiffDialog import SvnDiffDialog - self.diff = SvnDiffDialog(self) + if self.diff is None: + from .SvnDiffDialog import SvnDiffDialog + self.diff = SvnDiffDialog(self) self.diff.show() + self.diff.raise_() QApplication.processEvents() self.diff.start(name, revisions) @@ -2096,9 +2109,11 @@ dname) if dlg.exec_() == QDialog.Accepted: urls, summary = dlg.getURLs() - from .SvnDiffDialog import SvnDiffDialog - self.diff = SvnDiffDialog(self) + if self.diff is None: + from .SvnDiffDialog import SvnDiffDialog + self.diff = SvnDiffDialog(self) self.diff.show() + self.diff.raise_() QApplication.processEvents() self.diff.start(name, urls=urls, summary=summary) @@ -2209,6 +2224,7 @@ from UI.CompareDialog import CompareDialog self.sbsDiff = CompareDialog() self.sbsDiff.show() + self.sbsDiff.raise_() self.sbsDiff.compare(output1, output2, name1, name2) def vcsLogBrowser(self, name, isFile=False): @@ -2223,6 +2239,7 @@ from .SvnLogBrowserDialog import SvnLogBrowserDialog self.logBrowser = SvnLogBrowserDialog(self) self.logBrowser.show() + self.logBrowser.raise_() QApplication.processEvents() self.logBrowser.start(name, isFile=isFile) @@ -2378,9 +2395,12 @@ if not ok or not url: return - from .SvnRepoBrowserDialog import SvnRepoBrowserDialog - self.repoBrowser = SvnRepoBrowserDialog(self) + if self.repoBrowser is None: + from .SvnRepoBrowserDialog import SvnRepoBrowserDialog + self.repoBrowser = SvnRepoBrowserDialog(self) self.repoBrowser.start(url) + self.repoBrowser.show() + self.repoBrowser.raise_() def svnRemoveFromChangelist(self, names): """
--- a/Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py Sun Feb 22 12:16:32 2015 +0100 +++ b/Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py Sun Feb 22 19:21:55 2015 +0100 @@ -43,7 +43,6 @@ self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False) self.buttonBox.button(QDialogButtonBox.Cancel).setDefault(True) - self.process = QProcess() self.vcs = vcs self.blameList.headerItem().setText(self.blameList.columnCount(), "") @@ -52,6 +51,7 @@ self.__ioEncoding = Preferences.getSystem("IOEncoding") + self.process = QProcess() self.process.finished.connect(self.__procFinished) self.process.readyReadStandardOutput.connect(self.__readStdout) self.process.readyReadStandardError.connect(self.__readStderr) @@ -72,10 +72,11 @@ def start(self, fn): """ - Public slot to start the svn status command. + Public slot to start the svn blame command. - @param fn filename to show the log for (string) + @param fn filename to show the blame for (string) """ + self.blameList.clear() self.errorGroup.hide() self.intercept = False self.activateWindow() @@ -128,8 +129,6 @@ self.inputGroup.setEnabled(False) self.inputGroup.hide() - self.process = None - self.__resizeColumns() def on_buttonBox_clicked(self, button):
--- a/Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py Sun Feb 22 12:16:32 2015 +0100 +++ b/Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py Sun Feb 22 19:21:55 2015 +0100 @@ -43,9 +43,13 @@ self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False) self.buttonBox.button(QDialogButtonBox.Cancel).setDefault(True) - self.process = None self.vcs = vcs + self.process = QProcess() + self.process.finished.connect(self.__procFinished) + self.process.readyReadStandardOutput.connect(self.__readStdout) + self.process.readyReadStandardError.connect(self.__readStderr) + self.rx_status = QRegExp( '(.{8,9})\\s+([0-9-]+)\\s+([0-9?]+)\\s+(\\S+)\\s+(.+)\\s*') # flags (8 or 9 anything), revision, changed rev, author, path @@ -89,11 +93,6 @@ self.path = path self.currentChangelist = "" - self.process = QProcess() - self.process.finished.connect(self.__procFinished) - self.process.readyReadStandardOutput.connect(self.__readStdout) - self.process.readyReadStandardError.connect(self.__readStderr) - args = [] args.append('status') self.vcs.addArguments(args, self.vcs.options['global'])
--- a/Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py Sun Feb 22 12:16:32 2015 +0100 +++ b/Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py Sun Feb 22 19:21:55 2015 +0100 @@ -14,7 +14,8 @@ except NameError: pass -from PyQt5.QtCore import QTimer, QProcess, QProcessEnvironment, QRegExp, Qt +from PyQt5.QtCore import pyqtSlot, QTimer, QProcess, QProcessEnvironment, \ + QRegExp, Qt from PyQt5.QtWidgets import QWidget, QHeaderView, QDialogButtonBox, \ QTreeWidgetItem @@ -30,6 +31,7 @@ Class implementing a dialog to show the output of the svn proplist command process. """ + # TODO: add refresh button def __init__(self, vcs, parent=None): """ Constructor @@ -40,6 +42,12 @@ super(SvnPropListDialog, self).__init__(parent) self.setupUi(self) + self.refreshButton = \ + self.buttonBox.addButton(self.tr("Refresh"), + QDialogButtonBox.ActionRole) + self.refreshButton.setToolTip( + self.tr("Press to refresh the properties display")) + self.refreshButton.setEnabled(False) self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False) self.buttonBox.button(QDialogButtonBox.Cancel).setDefault(True) @@ -58,9 +66,6 @@ self.rx_path = QRegExp(r"Properties on '([^']+)':\s*") self.rx_prop = QRegExp(r" (.*) *: *(.*)[\r\n]") - self.lastPath = None - self.lastProp = None - self.propBuffer = "" def __resort(self): """ @@ -110,6 +115,19 @@ """ self.errorGroup.hide() + self.propsList.clear() + self.lastPath = None + self.lastProp = None + self.propBuffer = "" + + self.__args = fn + self.__recursive = recursive + + self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False) + self.buttonBox.button(QDialogButtonBox.Cancel).setEnabled(True) + self.buttonBox.button(QDialogButtonBox.Cancel).setDefault(True) + self.refreshButton.setEnabled(False) + self.process.kill() args = [] @@ -153,7 +171,8 @@ self.buttonBox.button(QDialogButtonBox.Cancel).setEnabled(False) self.buttonBox.button(QDialogButtonBox.Close).setDefault(True) - self.process = None + self.refreshButton.setEnabled(True) + if self.lastProp: self.__generateItem(self.lastPath, self.lastProp, self.propBuffer) @@ -170,6 +189,15 @@ self.close() elif button == self.buttonBox.button(QDialogButtonBox.Cancel): self.__finish() + elif button == self.refreshButton: + self.on_refreshButton_clicked() + + @pyqtSlot() + def on_refreshButton_clicked(self): + """ + Private slot to refresh the status display. + """ + self.start(self.__args, recursive=self.__recursive) def __procFinished(self, exitCode, exitStatus): """
--- a/Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.py Sun Feb 22 12:16:32 2015 +0100 +++ b/Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.py Sun Feb 22 19:21:55 2015 +0100 @@ -47,10 +47,14 @@ self.repoTree.headerItem().setText(self.repoTree.columnCount(), "") self.repoTree.header().setSortIndicator(0, Qt.AscendingOrder) - self.process = None self.vcs = vcs self.mode = mode + self.process = QProcess() + self.process.finished.connect(self.__procFinished) + self.process.readyReadStandardOutput.connect(self.__readStdout) + self.process.readyReadStandardError.connect(self.__readStderr) + if self.mode == "select": self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(False) self.buttonBox.button(QDialogButtonBox.Close).hide() @@ -206,6 +210,8 @@ @param parent reference to the item, the data should be appended to (QTreeWidget or QTreeWidgetItem) """ + self.errorGroup.hide() + QApplication.setOverrideCursor(QCursor(Qt.WaitCursor)) QApplication.processEvents() @@ -241,13 +247,7 @@ self.intercept = False - if self.process: - self.process.kill() - else: - self.process = QProcess() - self.process.finished.connect(self.__procFinished) - self.process.readyReadStandardOutput.connect(self.__readStdout) - self.process.readyReadStandardError.connect(self.__readStderr) + self.process.kill() args = [] args.append('list') @@ -290,9 +290,13 @@ @param url the repository URL to browser (string) """ + self.repoTree.clear() + self.url = "" - self.urlCombo.addItem(self.__normalizeUrl(url)) + url = self.__normalizeUrl(url) + if self.urlCombo.findText(url) == -1: + self.urlCombo.addItem(url) @pyqtSlot(str) def on_urlCombo_currentIndexChanged(self, text): @@ -407,6 +411,8 @@ name = name[:-1] size = "" nodekind = "dir" + if name == ".": + continue elif self.__rx_file.exactMatch(s): revision = self.__rx_file.cap(1) author = self.__rx_file.cap(2) @@ -433,6 +439,7 @@ 'replace') self.errors.insertPlainText(s) self.errors.ensureCursorVisible() + self.errorGroup.show() def on_passwordCheckBox_toggled(self, isOn): """
--- a/Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py Sun Feb 22 12:16:32 2015 +0100 +++ b/Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py Sun Feb 22 19:21:55 2015 +0100 @@ -65,10 +65,14 @@ self.buttonBox.button(QDialogButtonBox.Cancel).setDefault(True) self.diff = None - self.process = None self.vcs = vcs self.vcs.committed.connect(self.__committed) + self.process = QProcess() + self.process.finished.connect(self.__procFinished) + self.process.readyReadStandardOutput.connect(self.__readStdout) + self.process.readyReadStandardError.connect(self.__readStderr) + self.statusList.headerItem().setText(self.__lastColumn, "") self.statusList.header().setSortIndicator(self.__pathColumn, Qt.AscendingOrder) @@ -348,6 +352,7 @@ self.statusFilterCombo.clear() self.__statusFilters = [] + self.statusList.clear() self.currentChangelist = "" self.changelistFound = False @@ -358,13 +363,7 @@ self.hideHistoryColumn = True self.hideSwitchedColumn = True - if self.process: - self.process.kill() - else: - self.process = QProcess() - self.process.finished.connect(self.__procFinished) - self.process.readyReadStandardOutput.connect(self.__readStdout) - self.process.readyReadStandardError.connect(self.__readStderr) + self.process.kill() args = [] args.append('status') @@ -404,8 +403,13 @@ 'Ensure, that it is in the search path.' ).format('svn')) else: + self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False) + self.buttonBox.button(QDialogButtonBox.Cancel).setEnabled(True) + self.buttonBox.button(QDialogButtonBox.Cancel).setDefault(True) + self.inputGroup.setEnabled(True) self.inputGroup.show() + self.refreshButton.setEnabled(False) def __finish(self): """ @@ -435,8 +439,6 @@ for act in self.menuactions: act.setEnabled(True) - self.process = None - self.__resort() self.__resizeColumns() @@ -585,16 +587,6 @@ """ Private slot to refresh the status display. """ - self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False) - self.buttonBox.button(QDialogButtonBox.Cancel).setEnabled(True) - self.buttonBox.button(QDialogButtonBox.Cancel).setDefault(True) - - self.inputGroup.setEnabled(True) - self.inputGroup.show() - self.refreshButton.setEnabled(False) - - self.statusList.clear() - self.start(self.args) def __updateButtons(self):
--- a/Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py Sun Feb 22 12:16:32 2015 +0100 +++ b/Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py Sun Feb 22 19:21:55 2015 +0100 @@ -43,7 +43,6 @@ self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False) self.buttonBox.button(QDialogButtonBox.Cancel).setDefault(True) - self.process = QProcess() self.vcs = vcs self.tagsList = None self.allTagsList = None @@ -51,6 +50,7 @@ self.tagList.headerItem().setText(self.tagList.columnCount(), "") self.tagList.header().setSortIndicator(3, Qt.AscendingOrder) + self.process = QProcess() self.process.finished.connect(self.__procFinished) self.process.readyReadStandardOutput.connect(self.__readStdout) self.process.readyReadStandardError.connect(self.__readStderr) @@ -86,6 +86,8 @@ """ self.errorGroup.hide() + self.tagList.clear() + self.intercept = False if not tags: self.setWindowTitle(self.tr("Subversion Branches List")) @@ -194,8 +196,6 @@ self.inputGroup.setEnabled(False) self.inputGroup.hide() - self.process = None - self.__resizeColumns() self.__resort()
--- a/Plugins/VcsPlugins/vcsSubversion/subversion.py Sun Feb 22 12:16:32 2015 +0100 +++ b/Plugins/VcsPlugins/vcsSubversion/subversion.py Sun Feb 22 19:21:55 2015 +0100 @@ -904,6 +904,7 @@ from .SvnLogDialog import SvnLogDialog self.log = SvnLogDialog(self, isFile=isFile) self.log.show() + self.log.raise_() self.log.start(name, noEntries) def vcsDiff(self, name): @@ -931,9 +932,11 @@ project = e5App().getObject("Project") if nam == project.ppath and not project.saveAllScripts(): return - from .SvnDiffDialog import SvnDiffDialog - self.diff = SvnDiffDialog(self) + if self.diff is None: + from .SvnDiffDialog import SvnDiffDialog + self.diff = SvnDiffDialog(self) self.diff.show() + self.diff.raise_() QApplication.processEvents() self.diff.start(name, refreshable=True) @@ -945,9 +948,11 @@ @param name file/directory name(s) to show the status of (string or list of strings) """ - from .SvnStatusDialog import SvnStatusDialog - self.status = SvnStatusDialog(self) + if self.status is None: + from .SvnStatusDialog import SvnStatusDialog + self.status = SvnStatusDialog(self) self.status.show() + self.status.raise_() self.status.start(name) def vcsTag(self, name): @@ -1725,9 +1730,11 @@ @param name file/directory name (string or list of strings) @param recursive flag indicating a recursive list is requested """ - from .SvnPropListDialog import SvnPropListDialog - self.propList = SvnPropListDialog(self) + if self.propList is None: + from .SvnPropListDialog import SvnPropListDialog + self.propList = SvnPropListDialog(self) self.propList.show() + self.propList.raise_() self.propList.start(name, recursive) def svnSetProp(self, name, recursive=False): @@ -1820,9 +1827,11 @@ @param tags flag indicating listing of branches or tags (False = branches, True = tags) """ - from .SvnTagBranchListDialog import SvnTagBranchListDialog - self.tagbranchList = SvnTagBranchListDialog(self) + if self.tagbranchList is None: + from .SvnTagBranchListDialog import SvnTagBranchListDialog + self.tagbranchList = SvnTagBranchListDialog(self) self.tagbranchList.show() + self.tagbranchList.raise_() if tags: if not self.showedTags: self.showedTags = True @@ -1848,9 +1857,11 @@ @param name file name to show the blame for (string) """ - from .SvnBlameDialog import SvnBlameDialog - self.blame = SvnBlameDialog(self) + if self.blame is None: + from .SvnBlameDialog import SvnBlameDialog + self.blame = SvnBlameDialog(self) self.blame.show() + self.blame.raise_() self.blame.start(name) def svnExtendedDiff(self, name): @@ -2037,6 +2048,7 @@ from UI.CompareDialog import CompareDialog self.sbsDiff = CompareDialog() self.sbsDiff.show() + self.sbsDiff.raise_() self.sbsDiff.compare(output1, output2, name1, name2) def vcsLogBrowser(self, name, isFile=False): @@ -2051,6 +2063,7 @@ from .SvnLogBrowserDialog import SvnLogBrowserDialog self.logBrowser = SvnLogBrowserDialog(self) self.logBrowser.show() + self.logBrowser.raise_() self.logBrowser.start(name, isFile=isFile) def svnLock(self, name, stealIt=False, parent=None): @@ -2153,9 +2166,11 @@ if not ok or not url: return - from .SvnRepoBrowserDialog import SvnRepoBrowserDialog - self.repoBrowser = SvnRepoBrowserDialog(self) + if self.repoBrowser is None: + from .SvnRepoBrowserDialog import SvnRepoBrowserDialog + self.repoBrowser = SvnRepoBrowserDialog(self) self.repoBrowser.show() + self.repoBrowser.raise_() self.repoBrowser.start(url) def svnRemoveFromChangelist(self, names):
--- a/i18n/eric6_cs.ts Sun Feb 22 12:16:32 2015 +0100 +++ b/i18n/eric6_cs.ts Sun Feb 22 19:21:55 2015 +0100 @@ -696,17 +696,17 @@ <context> <name>AddFoundFilesDialog</name> <message> - <location filename="../Project/AddFoundFilesDialog.ui" line="13"/> + <location filename="../Project/AddFoundFilesDialog.ui" line="14"/> <source>Add found files to project</source> <translation>Přidat nalezené soubory do projektu</translation> </message> <message> - <location filename="../Project/AddFoundFilesDialog.ui" line="16"/> + <location filename="../Project/AddFoundFilesDialog.ui" line="17"/> <source>Adds the found files to the current project.</source> <translation>Přidat nalezené soubory do aktuálního projektu.</translation> </message> <message> - <location filename="../Project/AddFoundFilesDialog.ui" line="25"/> + <location filename="../Project/AddFoundFilesDialog.ui" line="26"/> <source>List of found files.</source> <translation>Seznam nalezených souborů.</translation> </message> @@ -6630,62 +6630,62 @@ <translation></translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="222"/> + <location filename="../UI/DiffDialog.py" line="223"/> <source>Compare</source> <translation>Porovnat</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="224"/> + <location filename="../UI/DiffDialog.py" line="225"/> <source>Press to perform the comparison of the two files</source> <translation>Stisknout pro provedení porovnání dvou souborů</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="226"/> + <location filename="../UI/DiffDialog.py" line="227"/> <source>Save</source> <translation>Uložit</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="228"/> + <location filename="../UI/DiffDialog.py" line="229"/> <source>Save the output to a patch file</source> <translation>Uložit výstup do path souboru</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="332"/> + <location filename="../UI/DiffDialog.py" line="325"/> <source>Save Diff</source> <translation>Uložit Diff</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="296"/> + <location filename="../UI/DiffDialog.py" line="289"/> <source>Patch Files (*.diff)</source> <translation>Patch soubory (*.diff)</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="373"/> + <location filename="../UI/DiffDialog.py" line="366"/> <source>Compare Files</source> <translation>Porovnat soubory</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="477"/> + <location filename="../UI/DiffDialog.py" line="448"/> <source>There is no difference.</source> <translation>Žádné rozdíly nebyly nalezeny.</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="497"/> + <location filename="../UI/DiffDialog.py" line="467"/> <source>Select file to compare</source> <translation>Výběr souboru pro porovnání</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="332"/> + <location filename="../UI/DiffDialog.py" line="325"/> <source><p>The patch file <b>{0}</b> could not be saved.<br />Reason: {1}</p></source> <translation><p>Patch soubor <b>{0}</b> nelze uložit.<br />Důvod: {1}</p></translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="373"/> + <location filename="../UI/DiffDialog.py" line="366"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor <b>{0}</b> nelze přečíst.</p></translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="313"/> + <location filename="../UI/DiffDialog.py" line="306"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> @@ -18982,7 +18982,7 @@ <translation>hg proces skončil s exit kódem {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1828"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1838"/> <source>The hg process did not finish within 30s.</source> <translation>hg proces neskončil do 30s.</translation> </message> @@ -19037,147 +19037,147 @@ <translation>Přejmenování {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1022"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1028"/> <source>Reverting changes</source> <translation>Navrácení změn</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1067"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1073"/> <source>Merging</source> <translation>Merging</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1369"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1375"/> <source>Mercurial command</source> <translation>Mercurial příkaz</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1589"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1595"/> <source>Copying {0}</source> <translation>Kopírování {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1982"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1996"/> <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="2032"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2046"/> <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="2239"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2254"/> <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="2392"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2407"/> <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="2417"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2432"/> <source>Showing the combined configuration settings</source> <translation>Zobrazení nastavení kombinovaných konfigurací</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2441"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2456"/> <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="2465"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2480"/> <source>Recovering from interrupted transaction</source> <translation>Obnovení z přerušené transakce</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2686"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2702"/> <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="2268"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2283"/> <source>Showing current branch</source> <translation>Zobrazení aktuální větve</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2618"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2633"/> <source>Create changegroup</source> <translation>Vytvořit skupinu změn</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2698"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2714"/> <source>Apply changegroups</source> <translation>Použít skupinu změn</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2716"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2732"/> <source>Bisect subcommand ({0}) invalid.</source> <translation>Neplatný bisect podpříkaz ({0}).</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2746"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2762"/> <source>Mercurial Bisect ({0})</source> <translation>Mercurial Bisect ({0})</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2639"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2654"/> <source>Preview changegroup</source> <translation>Náhled skupiny změn</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2489"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2504"/> <source>Identifying project directory</source> <translation>Rozpoznat složku projektu</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2527"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2542"/> <source>Create .hgignore file</source> <translation>Vytvořit soubor .hgignore</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2527"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2542"/> <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="2778"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2794"/> <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="2575"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2590"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation>Soubory Mercurial skupiny změn (*.hg)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2678"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2694"/> <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="2832"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2848"/> <source>Backing out changeset</source> <translation>Zálohovat skupinu změn</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2812"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2828"/> <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="2592"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2607"/> <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="2859"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2875"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2852"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2868"/> <source>Are you sure you want to rollback the last transaction?</source> <translation type="unfinished"></translation> </message> @@ -19187,72 +19187,72 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3508"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3524"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3348"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3364"/> <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="3508"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3524"/> <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="2927"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2943"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2974"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2990"/> <source>Export Patches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3021"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3037"/> <source>Change Phase</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3074"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3090"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3100"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3116"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3217"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3233"/> <source>Add Sub-repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3250"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3266"/> <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="3198"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3214"/> <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="3269"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3285"/> <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="3269"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3285"/> <source>Remove Sub-repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3238"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3254"/> <source><p>The sub-repositories file .hgsub does not exist. Aborting...</p></source> <translation type="unfinished"></translation> </message> @@ -19267,147 +19267,147 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1016"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1022"/> <source>Revert changes</source> <translation type="unfinished">Vrátit změny</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1007"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1013"/> <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="1016"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1022"/> <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="3135"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3151"/> <source>Create Unversioned Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1898"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1908"/> <source>Mercurial Side-by-Side Difference</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1898"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1908"/> <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="1831"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1841"/> <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="966"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="972"/> <source>Tagging in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2246"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2261"/> <source>Created new branch <{0}>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1143"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1149"/> <source>Current branch tip</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2206"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2221"/> <source>Cancelling uncommitted merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3616"/> - <source>Mercurial Bookmark</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3634"/> - <source>Delete Bookmark</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3634"/> + <source>Mercurial Bookmark</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3652"/> + <source>Delete Bookmark</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3652"/> <source>Select the bookmark to be deleted:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3645"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3663"/> <source>Delete Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3673"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3691"/> <source>Rename Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3706"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3724"/> <source>Move Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3791"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3809"/> <source>Pull Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3791"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3809"/> <source>Select the bookmark to be pulled:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3802"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3820"/> <source>Pulling bookmark from a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3824"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3842"/> <source>Push Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3824"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3842"/> <source>Select the bookmark to be push:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3835"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3853"/> <source>Pushing bookmark to a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1119"/> <source>Re-Merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1104"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1110"/> <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="1113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1119"/> <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="1118"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1124"/> <source>Re-Merging</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2177"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2192"/> <source>Marking as 'unresolved'</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2179"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2194"/> <source>Marking as 'resolved'</source> <translation type="unfinished"></translation> </message> @@ -19538,12 +19538,12 @@ <translation></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="139"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="139"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> @@ -20054,7 +20054,7 @@ <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/HgBookmarksInOutDialog.py" line="178"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="176"/> <source>no bookmarks found</source> <translation type="unfinished"></translation> </message> @@ -20144,20 +20144,30 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="125"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="138"/> <source>Process Generation Error</source> <translation type="unfinished">Chyba v procesu generování</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="125"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="138"/> <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/HgBookmarksListDialog.py" line="160"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="177"/> <source>no bookmarks defined</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="42"/> + <source>Refresh</source> + <translation type="unfinished">Obnovit</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="44"/> + <source>Press to refresh the bookmarks display</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HgBranchInputDialog</name> @@ -20803,62 +20813,62 @@ <translation></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="211"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="206"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="211"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="206"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="240"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="234"/> <source>There is no difference.</source> <translation>Žádné rozdíly nebyly nalezeny.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="457"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="449"/> <source>Save Diff</source> <translation>Uložit Diff</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="424"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="416"/> <source>Patch Files (*.diff)</source> <translation>Patch soubory (*.diff)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="457"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="449"/> <source><p>The patch file <b>{0}</b> could not be saved.<br>Reason: {1}</p></source> <translation><p>Patch soubor <b>{0}</b> nelze uložit.<br />Důvod: {1}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="441"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="433"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="133"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="128"/> <source>Patch Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="254"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="247"/> <source><Start></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="255"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="248"/> <source><End></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="46"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="47"/> <source>Refresh</source> <translation type="unfinished">Obnovit</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="48"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="49"/> <source>Press to refresh the display</source> <translation type="unfinished"></translation> </message> @@ -21133,7 +21143,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="318"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="316"/> <source>Revision</source> <translation type="unfinished">Revize</translation> </message> @@ -21218,7 +21228,7 @@ <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/GpgExtension/HgGpgSignaturesDialog.py" line="154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="152"/> <source>no signatures found</source> <translation type="unfinished"></translation> </message> @@ -23097,7 +23107,7 @@ <translation>Vytvořit soubor s skupinou změn obsahující množinu změn</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1710"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1727"/> <source>Apply changegroups</source> <translation>Použít skupinu změn</translation> </message> @@ -23302,12 +23312,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1527"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1544"/> <source>Pull</source> <translation type="unfinished">Stáhnout</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1821"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1838"/> <source>The project should be reread. Do this now?</source> <translation type="unfinished">Projekt bude znovu načten. Má se provést?</translation> </message> @@ -23417,7 +23427,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1766"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1783"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> @@ -23442,7 +23452,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1786"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1803"/> <source>Revert Changes</source> <translation type="unfinished"></translation> </message> @@ -23487,7 +23497,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1806"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1823"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> @@ -23522,7 +23532,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1821"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1838"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> @@ -23912,7 +23922,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1413"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1412"/> <source>Mercurial</source> <translation type="unfinished"></translation> </message> @@ -23993,37 +24003,37 @@ <translation type="unfinished">Odebrat</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="123"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="116"/> <source>Unsaved Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="123"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="116"/> <source>The guards list has been changed. Shall the changes be applied?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="245"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="238"/> <source>Remove Guards</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="245"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="238"/> <source>Do you really want to remove the selected guards?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="314"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="307"/> <source>Apply Guard Definitions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="314"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="307"/> <source><p>The defined guards could not be applied.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="306"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="299"/> <source>The Mercurial process did not finish in time.</source> <translation type="unfinished"></translation> </message> @@ -24097,17 +24107,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="107"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="110"/> <source>Process Generation Error</source> <translation type="unfinished">Chyba v procesu generování</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="107"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="110"/> <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/QueuesExtension/HgQueuesHeaderDialog.py" line="195"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="196"/> <source>Error: </source> <translation type="unfinished"></translation> </message> @@ -24215,42 +24225,42 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="195"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="198"/> <source>Process Generation Error</source> <translation type="unfinished">Chyba v procesu generování</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="195"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="198"/> <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/QueuesExtension/HgQueuesListDialog.py" line="230"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="231"/> <source>no patches found</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="56"/> - <source>applied</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="58"/> - <source>guarded</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="59"/> + <source>applied</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="61"/> + <source>guarded</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="62"/> <source>missing</source> <translation type="unfinished">chybějící</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="304"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="305"/> <source>unknown</source> <translation type="unfinished">neznámý</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="57"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="60"/> <source>not applied</source> <translation type="unfinished"></translation> </message> @@ -25259,7 +25269,7 @@ <context> <name>HgStatusDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="257"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="264"/> <source>Mercurial Status</source> <translation>Mercurial status</translation> </message> @@ -25335,102 +25345,102 @@ <translation>Stisknout pro obnovení zobrazní statusu</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="84"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="90"/> <source>Commit changes to repository...</source> <translation>Zapsat změny do repozitáře...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="93"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="99"/> <source>Add to repository</source> <translation>Přidat do repozitáře</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="109"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="115"/> <source>Revert changes</source> <translation>Vrátit změny</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="125"/> <source>Adjust column sizes</source> <translation>Přizpůsobit šířky sloupců</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="158"/> - <source>added</source> - <translation>přidáno</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="161"/> - <source>modified</source> - <translation>změněno</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="162"/> - <source>removed</source> - <translation>odebráno</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="163"/> - <source>not tracked</source> - <translation>nesledováno</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="159"/> - <source>normal</source> - <translation>normální</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="160"/> - <source>ignored</source> - <translation>ignorováno</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="164"/> + <source>added</source> + <translation>přidáno</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="167"/> + <source>modified</source> + <translation>změněno</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="168"/> + <source>removed</source> + <translation>odebráno</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="169"/> + <source>not tracked</source> + <translation>nesledováno</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="165"/> + <source>normal</source> + <translation>normální</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="166"/> + <source>ignored</source> + <translation>ignorováno</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="170"/> <source>missing</source> <translation>chybějící</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="313"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="316"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="313"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="316"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="653"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="649"/> <source>Commit</source> <translation>Zapsat měny</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="819"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="815"/> <source>There are no uncommitted changes available/selected.</source> <translation>Nezapsné změny nejsou dostupné/vybrané.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="717"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="713"/> <source>Add</source> <translation>Přidat</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="717"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="713"/> <source>There are no unversioned entries available/selected.</source> <translation>Položky mimo verzi nejsou dostupné/vybrány.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="781"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="777"/> <source>Revert</source> <translation>Vrátit</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="740"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="736"/> <source>Remove</source> <translation>Odebrat</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="781"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="777"/> <source>There are no missing entries available/selected.</source> <translation>Chybějící záznamy nejsou dostupné/vybrány.</translation> </message> @@ -25505,42 +25515,42 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="103"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="109"/> <source>Show differences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="115"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="121"/> <source>Restore missing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="528"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="524"/> <source>all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="799"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="795"/> <source>Differences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="653"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="649"/> <source>There are no entries selected to be committed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="87"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="93"/> <source>Select all for commit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="89"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="95"/> <source>Deselect all from commit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="254"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="261"/> <source>Mercurial Queue Repository Status</source> <translation type="unfinished"></translation> </message> @@ -25555,32 +25565,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="826"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="822"/> <source>Side-by-Side Diff</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="826"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="822"/> <source>Only one file with uncommitted changes must be selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="106"/> - <source>Show differences side-by-side</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="134"/> - <source>Add as Large File</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="137"/> - <source>Add as Normal File</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="112"/> + <source>Show differences side-by-side</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="140"/> + <source>Add as Large File</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="143"/> + <source>Add as Normal File</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="118"/> <source>Forget missing</source> <translation type="unfinished"></translation> </message> @@ -25621,202 +25631,202 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="115"/> <source>Process Generation Error</source> <translation type="unfinished">Chyba v procesu generování</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="115"/> <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/HgSummaryDialog.py" line="339"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="337"/> <source><tr><td><b>Parent</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="343"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="341"/> <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> <translation type="unfinished"><tr><td><b>Tagy</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="347"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="345"/> <source><tr><td><b>Commit Message</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="351"/> + <source>empty repository</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="353"/> - <source>empty repository</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="355"/> <source>no revision checked out</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="356"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="354"/> <source><tr><td><b>Remarks</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="360"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="358"/> <source><tr><td><b>Branch</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="368"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="366"/> <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="373"/> + <source>{0} modified</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="375"/> - <source>{0} modified</source> + <source>{0} added</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="377"/> - <source>{0} added</source> + <source>{0} removed</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="379"/> - <source>{0} removed</source> + <source>{0} renamed</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="381"/> - <source>{0} renamed</source> + <source>{0} copied</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="383"/> - <source>{0} copied</source> + <source>{0} deleted</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="385"/> - <source>{0} deleted</source> + <source>{0} unknown</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="387"/> - <source>{0} unknown</source> + <source>{0} ignored</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="389"/> - <source>{0} ignored</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="391"/> <source>{0} unresolved</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="394"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="392"/> <source>{0} subrepos</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="395"/> + <source>Merge needed</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="397"/> - <source>Merge needed</source> + <source>New Branch</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="399"/> - <source>New Branch</source> + <source>Head is closed</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="401"/> - <source>Head is closed</source> + <source>No commit required</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="403"/> - <source>No commit required</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="405"/> <source>New Branch Head</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="406"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="404"/> <source><tr><td><b>Commit Status</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="411"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="409"/> <source>current</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="426"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="424"/> <source>unknown status</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="427"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="425"/> <source><tr><td><b>Update Status</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="432"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="430"/> <source>synched</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="434"/> + <source>1 or more incoming</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="436"/> - <source>1 or more incoming</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="438"/> <source>{0} outgoing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="447"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="445"/> <source><tr><td><b>Remote Status</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="452"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="450"/> <source>empty queue</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="456"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="454"/> <source>{0} applied</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="459"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="457"/> <source>{0} unapplied</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="462"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="460"/> <source><tr><td><b>Queues Status</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="476"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="474"/> <source><p>No status information available.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="335"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="333"/> <source><tr><td><b>Parent #{0}</b></td><td>{1}</td></tr></source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="413"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="411"/> <source>%n new changeset(s)<br/>Update required</source> <translation type="unfinished"> <numerusform></numerusform> @@ -25825,7 +25835,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="417"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="415"/> <source>%n new changeset(s)</source> <translation type="unfinished"> <numerusform></numerusform> @@ -25834,7 +25844,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="419"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="417"/> <source>%n branch head(s)</source> <translation type="unfinished"> <numerusform></numerusform> @@ -25843,13 +25853,13 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="421"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="419"/> <source>{0}<br/>{1}<br/>Merge required</source> <comment>0 is changesets, 1 is branch heads</comment> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="441"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="439"/> <source>%n incoming bookmark(s)</source> <translation type="unfinished"> <numerusform></numerusform> @@ -25858,7 +25868,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="444"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="442"/> <source>%n outgoing bookmark(s)</source> <translation type="unfinished"> <numerusform></numerusform> @@ -25867,12 +25877,12 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="467"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="465"/> <source>No files to upload</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="469"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="467"/> <source>%n file(s) to upload</source> <translation type="unfinished"> <numerusform></numerusform> @@ -25881,7 +25891,7 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="471"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="469"/> <source><tr><td><b>Large Files</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> @@ -25971,32 +25981,32 @@ <translation></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="94"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="97"/> <source>Mercurial Branches List</source> <translation>Mercurial sezam větví</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="95"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="98"/> <source>Status</source> <translation>Status</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="141"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="141"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="257"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="258"/> <source>active</source> <translation>aktivní</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="262"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="263"/> <source>yes</source> <translation>ano</translation> </message> @@ -34948,72 +34958,72 @@ <context> <name>PluginManager</name> <message> - <location filename="../PluginManager/PluginManager.py" line="541"/> + <location filename="../PluginManager/PluginManager.py" line="574"/> <source>Incompatible plugin activation method.</source> <translation>Nekompatibilní metoda aktivace pluginu.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="342"/> + <location filename="../PluginManager/PluginManager.py" line="343"/> <source>Module is missing the 'autoactivate' attribute.</source> <translation>Modulu chybí atribut 'autoaktivace'.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="367"/> + <location filename="../PluginManager/PluginManager.py" line="368"/> <source>Module is missing the 'pluginType' and/or 'pluginTypename' attributes.</source> <translation>Modulu chybí atributy 'pluginType' a/nebo 'pluginTypename'.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1083"/> <source>Plugin Manager Error</source> <translation>Chyba plugin manažeru</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="187"/> + <location filename="../PluginManager/PluginManager.py" line="188"/> <source>Could not create a package for {0}.</source> <translation>Nelze vytvořit balíček pro {0}.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="222"/> + <location filename="../PluginManager/PluginManager.py" line="223"/> <source>The internal plugin directory <b>{0}</b> does not exits.</source> <translation>Interní adresář zásuvných modulů <b>{0}</b> neexistuje.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="385"/> + <location filename="../PluginManager/PluginManager.py" line="393"/> <source>Module failed to load. Error: {0}</source> <translation>Modul se nepodařilo načíst. Chyba: {0}</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1083"/> <source><p>The plugin download directory <b>{0}</b> could not be created. Please configure it via the configuration dialog.</p><p>Reason: {1}</p></source> <translation><p>Download plugin adresář <b>{0}</b> se nepodařilo vytvořit. Prosím, upravte nastavení přes konfigurační dialog.</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1149"/> <source>Error downloading file</source> <translation type="unfinished">Chyba při stahování souboru</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1149"/> <source><p>Could not download the requested file from {0}.</p><p>Error: {1}</p></source> <translation type="unfinished"><p>Nelze stáhnout požadovaný soubor z {0}.</p><p>Chyba: {1}</p></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1184"/> <source>New plugin versions available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1184"/> <source><p>There are new plug-ins or plug-in updates available. Use the plug-in repository dialog to get them.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="348"/> + <location filename="../PluginManager/PluginManager.py" line="349"/> <source>Module is missing the Python2 compatibility flag. Please update.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="353"/> + <location filename="../PluginManager/PluginManager.py" line="354"/> <source>Module is not Python2 compatible.</source> <translation type="unfinished"></translation> </message> @@ -40536,7 +40546,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="576"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="575"/> <source>Subversion (pysvn)</source> <translation type="unfinished">Subversion (pysvn)</translation> </message> @@ -47739,62 +47749,62 @@ <translation>Odebrat soubory/adresáře ze Subversion repozitáře</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1219"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1224"/> <source>Subversion Error</source> <translation>Subversion chyba</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1049"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1054"/> <source>The URL of the project repository could not be retrieved from the working copy. The tag operation will be aborted</source> <translation>Z pracovní kopie nelze získat URL repozitáře projektu. Operace tagování bude zrušena</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1076"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1081"/> <source>The URL of the project repository has an invalid format. The tag operation will be aborted</source> <translation>URL repozitáře projektu má neplatný formát. Operace tagování bude zrušena</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1163"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1168"/> <source>Reverting changes</source> <translation>Navrácení změn</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1192"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1197"/> <source>The URL of the project repository could not be retrieved from the working copy. The switch operation will be aborted</source> <translation>Z pracovní kopie nelze získat URL repozitáře projektu. Operace přepínání bude zrušena</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1219"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1224"/> <source>The URL of the project repository has an invalid format. The switch operation will be aborted</source> <translation>URL repozitáře projektu má neplatný formát. Operace přepínání bude zrušena</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1688"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1693"/> <source>Subversion command</source> <translation>Subversion příkaz</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1809"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1814"/> <source>Resolving conficts</source> <translation>Řešení konfliktů</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1921"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1928"/> <source>Subversion Set Property</source> <translation>Nastavit Subversion vlastnost</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1955"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1962"/> <source>You have to supply a property name. Aborting.</source> <translation>Musíte doplnit jméno vlastnosti. Zrušeno.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1975"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1982"/> <source>Subversion Delete Property</source> <translation>Smazat Subversion vlastnost</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1784"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1791"/> <source>Enter property name</source> <translation>Zadejte jméno vlastnosti</translation> </message> @@ -47809,37 +47819,37 @@ <translation>Vyberte počet položek, které se mají zobrazit.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2271"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2288"/> <source>Locking in the Subversion repository</source> <translation>Zamknout v Subversion repozitáři</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2311"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2328"/> <source>Unlocking in the Subversion repository</source> <translation>Odemknout v Subversion repozitáři</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1937"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1944"/> <source>Property set.</source> <translation>Vlastnost nastavena.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1990"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1997"/> <source>Property deleted.</source> <translation>Vlastnost smazána.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2251"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2268"/> <source>Subversion Lock</source> <translation>Subversion zámek</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2251"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2268"/> <source>Enter lock comment</source> <translation>Zadejte komentář zámku</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2359"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2376"/> <source>Relocating</source> <translation></translation> </message> @@ -47994,7 +48004,7 @@ <translation>mimo verzi</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1973"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1984"/> <source>The svn process did not finish within 30s.</source> <translation>Proces svn neskončil do 30s.</translation> </message> @@ -48004,27 +48014,27 @@ <translation>Nelze spustit svn proces.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2385"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2402"/> <source>Repository Browser</source> <translation>Prohlížeč repozitáře</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2385"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2402"/> <source>Enter the repository URL.</source> <translation>Zadejte URL repozitáře.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2410"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2430"/> <source>Remove from changelist</source> <translation>Odebrat ze seznamu změn</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2447"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2467"/> <source>Add to changelist</source> <translation>Přidat do seznamu změn</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2436"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2456"/> <source>Enter name of the changelist:</source> <translation>Zadejte název seznamu změn:</translation> </message> @@ -48054,27 +48064,27 @@ <translation>Přesun {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1113"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1118"/> <source>Tagging {0} in the Subversion repository</source> <translation>Tagování {0} v Subversion repozitáři</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1243"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1248"/> <source>Switching to {0}</source> <translation>Přepínání do {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1348"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1353"/> <source>Merging {0}</source> <translation>Sloučení {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1649"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1654"/> <source>Cleaning up {0}</source> <translation>Vyčištění {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1850"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1855"/> <source>Copying {0}</source> <translation>Kopírování {0}</translation> </message> @@ -48090,7 +48100,7 @@ <translation>Zapsaná revize {0}.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1250"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1255"/> <source>Revision {0}. </source> <translation>Revize {0}.</translation> @@ -48106,37 +48116,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1156"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1161"/> <source>Revert changes</source> <translation type="unfinished">Vrátit změny</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1147"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1152"/> <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/vcsPySvn/subversion.py" line="1156"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1161"/> <source>Do you really want to revert all changes of the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1976"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1987"/> <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/vcsPySvn/subversion.py" line="2212"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2227"/> <source>Subversion Side-by-Side Difference</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2212"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2227"/> <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/vcsPySvn/subversion.py" line="2508"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2528"/> <source>Upgrade</source> <translation type="unfinished"></translation> </message> @@ -48305,12 +48315,12 @@ <translation></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="100"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="101"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="100"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="101"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> @@ -48385,22 +48395,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="83"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="87"/> <source>Files (relative to {0}):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="149"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="148"/> <source>No changelists found</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="118"/> <source>Process Generation Error</source> <translation type="unfinished">Chyba v procesu generování</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="118"/> <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> @@ -48735,7 +48745,7 @@ <context> <name>SvnDiffDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="176"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="171"/> <source>Subversion Diff</source> <translation></translation> </message> @@ -48795,68 +48805,68 @@ <translation></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="197"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="192"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="283"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="277"/> <source>There is no difference.</source> <translation>Žádné rozdíly nebyly nalezeny.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="467"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="448"/> <source>Save Diff</source> <translation>Uložit Diff</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="434"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="415"/> <source>Patch Files (*.diff)</source> <translation>Patch soubory (*.diff)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="176"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="171"/> <source>There is no temporary directory available.</source> <translation>Zamčené soubory nejsou dostupné/vybrané.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="197"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="192"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="467"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="448"/> <source><p>The patch file <b>{0}</b> could not be saved.<br>Reason: {1}</p></source> <translation><p>Patch soubor <b>{0}</b> nelze uložit.<br />Důvod: {1}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="219"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="214"/> <source>Processing file '{0}'... </source> <translation>Spouštím proces '{0}'...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="451"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="432"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="354"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="335"/> <source><Start></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="355"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="336"/> <source><End></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="47"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="48"/> <source>Refresh</source> <translation type="unfinished">Obnovit</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="49"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="50"/> <source>Press to refresh the display</source> <translation type="unfinished"></translation> </message> @@ -50423,7 +50433,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="560"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="559"/> <source>Subversion (svn)</source> <translation type="unfinished">Subversion (svn)</translation> </message> @@ -50500,12 +50510,12 @@ <p>Zobrazuje případná chybová hlášení ze subversion příkazu proplist.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="134"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="152"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="136"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="152"/> <source>None</source> <translation>None</translation> </message> @@ -50515,10 +50525,20 @@ <translation>Chyby</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="134"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="152"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="43"/> + <source>Refresh</source> + <translation type="unfinished">Obnovit</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="45"/> + <source>Press to refresh the properties display</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>SvnPropSetDialog</name> @@ -50669,7 +50689,7 @@ <translation>Datum</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py" line="284"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py" line="288"/> <source>Subversion Error</source> <translation>Subversion chyba</translation> </message> @@ -50850,7 +50870,7 @@ <context> <name>SvnStatusDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="286"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="293"/> <source>Subversion Status</source> <translation></translation> </message> @@ -50977,12 +50997,12 @@ <translation>Komitnout změny do repozitáře...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="757"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="755"/> <source>Lock</source> <translation>Zamknout</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="774"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="772"/> <source>Unlock</source> <translation>Odemknout</translation> </message> @@ -51002,17 +51022,17 @@ <translation>Přizpůsobit šířky sloupců</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="157"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="161"/> <source>added</source> <translation>přidáno</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="162"/> <source>deleted</source> <translation>smazáno</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="170"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="174"/> <source>modified</source> <translation>změněno</translation> </message> @@ -51042,42 +51062,42 @@ <translation>nezamčeno</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="169"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="173"/> <source>normal</source> <translation>normální</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="160"/> - <source>replaced</source> - <translation>nahrazeno</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="171"/> - <source>conflict</source> - <translation>konflikt</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="162"/> - <source>external</source> - <translation>externí</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="163"/> - <source>ignored</source> - <translation>ignorováno</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="164"/> - <source>unversioned</source> - <translation>mimo verzi</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="165"/> - <source>missing</source> - <translation>chybějící</translation> + <source>replaced</source> + <translation>nahrazeno</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="175"/> + <source>conflict</source> + <translation>konflikt</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="166"/> + <source>external</source> + <translation>externí</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="167"/> + <source>ignored</source> + <translation>ignorováno</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="168"/> + <source>unversioned</source> + <translation>mimo verzi</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="169"/> + <source>missing</source> + <translation>chybějící</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="170"/> <source>type error</source> <translation>chyba typu</translation> </message> @@ -51092,37 +51112,37 @@ <translation>ano</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="402"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="401"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="609"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="607"/> <source>Commit</source> <translation>Commit</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="734"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="732"/> <source>There are no uncommitted changes available/selected.</source> <translation>Nezapsané změny nejsou dostupné/vybrané.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="757"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="755"/> <source>There are no unlocked files available/selected.</source> <translation>Odemčené soubory nejsou dostupné/vybrané.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="810"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="808"/> <source>There are no locked files available/selected.</source> <translation>Zamčené soubory nejsou dostupné/vybrané.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="792"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="790"/> <source>Break Lock</source> <translation>Prolomit zámek</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="810"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="808"/> <source>Steal Lock</source> <translation>Scizit zámek</translation> </message> @@ -51137,17 +51157,17 @@ <translation>Vrátit změny</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="649"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="647"/> <source>Add</source> <translation>Přidat</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="649"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="647"/> <source>There are no unversioned entries available/selected.</source> <translation>Položky mimo verzi nejsou dostupné/vybrány.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="695"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="693"/> <source>Revert</source> <translation>Vrátit</translation> </message> @@ -51162,22 +51182,22 @@ <translation>Přidat do seznamu změn</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="846"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="844"/> <source>Remove from Changelist</source> <translation>Odebrat ze seznamu změn</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="827"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="825"/> <source>There are no files available/selected not belonging to a changelist.</source> <translation>Nejsou dostupné/vybrány soubory, které nepatří do seznamu změn.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="846"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="844"/> <source>There are no files available/selected belonging to a changelist.</source> <translation>Nejsou dostupné/vybrány soubory, které patří do seznamu změn.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="402"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="401"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> @@ -51252,22 +51272,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="521"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="519"/> <source>all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="713"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="711"/> <source>Differences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="609"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="607"/> <source>There are no entries selected to be committed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="695"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="693"/> <source>There are no missing entries available/selected.</source> <translation type="unfinished">Chybějící záznamy nejsou dostupné/vybrány.</translation> </message> @@ -51297,12 +51317,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="741"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="739"/> <source>Side-by-Side Diff</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="741"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="739"/> <source>Only one file with uncommitted changes must be selected.</source> <translation type="unfinished"></translation> </message> @@ -51475,52 +51495,52 @@ <translation></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="72"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="74"/> <source>Subversion Branches List</source> <translation>Subversion seznam větví</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="94"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="96"/> <source>Subversion Error</source> <translation>Subversion chyba</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="80"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="82"/> <source>The URL of the project repository could not be retrieved from the working copy. The list operation will be aborted</source> <translation>Z pracovní kopie se nepodařilo se získat URL repozitáře. Sestavení seznamu bylo zrušeno</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="94"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="96"/> <source>The URL of the project repository has an invalid format. The list operation will be aborted</source> <translation>URL repozitáře projektu má neplatný formát. Sestavení seznamu bylo zrušeno</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="121"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="123"/> <source>Subversion List</source> <translation>Subversion seznam</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="110"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="112"/> <source>Enter the repository URL containing the tags or branches</source> <translation>Zadejte URL repozitáře obsahující tagy nebo větve</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="121"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="123"/> <source>The repository URL is empty. Aborting...</source> <translation>URL repozitáře je prázdný. Zrušeno...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="166"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="168"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="155"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="157"/> <source>The installed version of PySvn should be 1.4.0 or better.</source> <translation>Instalovaná verze PySvn by měla být 1.4.0 nebo vyšší.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="166"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="168"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Proces {0} nelze spustit. Ověřte, že je umístěn v požadované cestě.</translation> </message> @@ -55673,132 +55693,132 @@ <context> <name>TrayStarter</name> <message> - <location filename="../Tools/TrayStarter.py" line="61"/> + <location filename="../Tools/TrayStarter.py" line="65"/> <source>Recent Projects</source> <translation>Poslední projekty</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="73"/> + <location filename="../Tools/TrayStarter.py" line="77"/> <source>Recent Files</source> <translation>Poslední soubory</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="84"/> + <location filename="../Tools/TrayStarter.py" line="88"/> <source>QRegExp editor</source> <translation></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="86"/> - <source>Python re editor</source> - <translation></translation> - </message> - <message> <location filename="../Tools/TrayStarter.py" line="90"/> + <source>Python re editor</source> + <translation></translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="94"/> <source>UI Previewer</source> <translation>UI náhled</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="93"/> + <location filename="../Tools/TrayStarter.py" line="97"/> <source>Translations Previewer</source> <translation>Náhled překladů</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="96"/> + <location filename="../Tools/TrayStarter.py" line="100"/> <source>Unittest</source> <translation></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="104"/> + <location filename="../Tools/TrayStarter.py" line="108"/> <source>Compare Files</source> <translation>Porovnání souborů</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="107"/> + <location filename="../Tools/TrayStarter.py" line="111"/> <source>Compare Files side by side</source> <translation>Porovnat soubory stranu proti straně</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="136"/> + <location filename="../Tools/TrayStarter.py" line="140"/> <source>Preferences</source> <translation>Nastavení</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="162"/> + <location filename="../Tools/TrayStarter.py" line="166"/> <source>Quit</source> <translation>Konec</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="242"/> + <location filename="../Tools/TrayStarter.py" line="248"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="242"/> + <location filename="../Tools/TrayStarter.py" line="248"/> <source>OK</source> <translation>OK</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="125"/> + <location filename="../Tools/TrayStarter.py" line="129"/> <source>Install Plugin</source> <translation>Instalovat plugin</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="128"/> + <location filename="../Tools/TrayStarter.py" line="132"/> <source>Uninstall Plugin</source> <translation>Odinstalovat plugin</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="131"/> + <location filename="../Tools/TrayStarter.py" line="135"/> <source>Plugin Repository</source> <translation>Plugin repozitář</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="68"/> + <location filename="../Tools/TrayStarter.py" line="72"/> <source>Recent Multiprojects</source> <translation>Poslední multiprojekty</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="112"/> + <location filename="../Tools/TrayStarter.py" line="116"/> <source>SQL Browser</source> <translation></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="242"/> + <location filename="../Tools/TrayStarter.py" line="248"/> <source><p>Could not start the process.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit proces.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="120"/> + <location filename="../Tools/TrayStarter.py" line="124"/> <source>Icon Editor</source> <translation type="unfinished">Editor ikon</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="117"/> + <location filename="../Tools/TrayStarter.py" line="121"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="147"/> + <location filename="../Tools/TrayStarter.py" line="151"/> <source>Configure Tray Starter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="77"/> + <location filename="../Tools/TrayStarter.py" line="81"/> <source>Eric6 tray starter</source> <translation type="unfinished">Eric5 tray startér {6 ?}</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="99"/> + <location filename="../Tools/TrayStarter.py" line="103"/> <source>eric6 Web Browser</source> <translation type="unfinished">eric5 web prohlížeč {6 ?}</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="139"/> + <location filename="../Tools/TrayStarter.py" line="143"/> <source>eric6 IDE</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="142"/> + <location filename="../Tools/TrayStarter.py" line="146"/> <source>eric6 Mini Editor</source> <translation type="unfinished">eric5 Mini Editor {6 ?}</translation> </message> @@ -56871,743 +56891,743 @@ <translation>Inicializace jednouživatelského aplikačního serveru...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1285"/> + <location filename="../UI/UserInterface.py" line="1277"/> <source>Project-Viewer</source> <translation>Prohlížeč projektu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1320"/> + <location filename="../UI/UserInterface.py" line="1312"/> <source>Debug-Viewer</source> <translation>Prohlížeč debugeru</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1371"/> + <location filename="../UI/UserInterface.py" line="1363"/> <source>Log-Viewer</source> <translation>Prohlížeč logu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1389"/> + <location filename="../UI/UserInterface.py" line="1381"/> <source>Task-Viewer</source> <translation>Prohlížeč úloh</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1407"/> + <location filename="../UI/UserInterface.py" line="1399"/> <source>Template-Viewer</source> <translation>Prohlížeč šablon</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1330"/> <source>Shell</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1354"/> + <location filename="../UI/UserInterface.py" line="1346"/> <source>File-Browser</source> <translation>Browser souborů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1215"/> + <location filename="../UI/UserInterface.py" line="1207"/> <source>Quit</source> <translation>Konec</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1215"/> + <location filename="../UI/UserInterface.py" line="1207"/> <source>&Quit</source> <translation>&Konec</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1215"/> + <location filename="../UI/UserInterface.py" line="1207"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1221"/> + <location filename="../UI/UserInterface.py" line="1213"/> <source>Quit the IDE</source> <translation>Ukončit IDE</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1222"/> + <location filename="../UI/UserInterface.py" line="1214"/> <source><b>Quit the IDE</b><p>This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> <translation><b>Ukončit IDE</b><p>Ukončí se IDE. Nejdříve by se měly uložit neuložené změny. Python programy běžící v debug procesu budou ukončeny a nastavení budou uložena.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1243"/> + <source>Edit Profile</source> + <translation>Editační profil</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1249"/> + <source>Activate the edit view profile</source> + <translation>Aktivovat profil editace</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1251"/> - <source>Edit Profile</source> - <translation>Editační profil</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1257"/> - <source>Activate the edit view profile</source> - <translation>Aktivovat profil editace</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1259"/> <source><b>Edit Profile</b><p>Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Editační profil</b><p>Aktivování skupiny 'Editační profil'. Okna, která se v tomto profilu zobrazí lze nastavit v dialogu 'Konfigurace profilu pohledů'.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1260"/> + <source>Debug Profile</source> + <translation>Debugovací profil</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1266"/> + <source>Activate the debug view profile</source> + <translation>Aktivovat debugovací profil</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1268"/> - <source>Debug Profile</source> - <translation>Debugovací profil</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1274"/> - <source>Activate the debug view profile</source> - <translation>Aktivovat debugovací profil</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1276"/> <source><b>Debug Profile</b><p>Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Debugovací profil</b><p>Aktivování skupiny 'Debugovací profil'. Okna, která se v tomto profilu zobrazí lze nastavit v dialogu 'Konfigurace profilu pohledů'.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1285"/> + <location filename="../UI/UserInterface.py" line="1277"/> <source>&Project-Viewer</source> <translation>Prohlížeč &projektu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1285"/> + <location filename="../UI/UserInterface.py" line="1277"/> <source>Alt+Shift+P</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1320"/> + <location filename="../UI/UserInterface.py" line="1312"/> <source>Alt+Shift+D</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1330"/> <source>&Shell</source> <translation>&Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1330"/> <source>Alt+Shift+S</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1354"/> + <location filename="../UI/UserInterface.py" line="1346"/> <source>Alt+Shift+F</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1371"/> + <location filename="../UI/UserInterface.py" line="1363"/> <source>Alt+Shift+G</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1389"/> + <location filename="../UI/UserInterface.py" line="1381"/> <source>Alt+Shift+T</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1302"/> + <location filename="../UI/UserInterface.py" line="1294"/> <source>Alt+Shift+M</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1576"/> + <location filename="../UI/UserInterface.py" line="1568"/> <source>What's This?</source> <translation>Co je to?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1576"/> + <location filename="../UI/UserInterface.py" line="1568"/> <source>&What's This?</source> <translation>&Co je to?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1576"/> + <location filename="../UI/UserInterface.py" line="1568"/> <source>Shift+F1</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1582"/> + <location filename="../UI/UserInterface.py" line="1574"/> <source>Context sensitive help</source> <translation>Kontextově senzitivní nápověda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1583"/> + <location filename="../UI/UserInterface.py" line="1575"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Zobrazit kontextově senzitivní nápovědu</b><p>V režimu "Co je to?" se nad různými prvky aplikace u kurzoru zobrazí otazník. Když pak kliknete na tyto prvky, zobrazí se krátký popis co daný prvek znamená a jak jej použít. V dialogových oknech se tato funkce spustí tlačítkem kontextové nápovědy na horní liště.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1594"/> + <location filename="../UI/UserInterface.py" line="1586"/> <source>Helpviewer</source> <translation>Prohlížeč nápovědy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1594"/> + <location filename="../UI/UserInterface.py" line="1586"/> <source>&Helpviewer...</source> <translation>Pro&hlížeč nápovědy...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1594"/> + <location filename="../UI/UserInterface.py" line="1586"/> <source>F1</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1600"/> + <location filename="../UI/UserInterface.py" line="1592"/> <source>Open the helpviewer window</source> <translation>Otevřít okno prohlížeče nápovědy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1611"/> <source>Show Versions</source> <translation>Zobrazit verze</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1611"/> <source>Show &Versions</source> <translation>Zobrazit &verze</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1623"/> + <location filename="../UI/UserInterface.py" line="1615"/> <source>Display version information</source> <translation>Zobrazit informace o verzích</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1625"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source><b>Show Versions</b><p>Display version information.</p></source> <translation><b>Zobrazit verze</b><p>Zobrazí informace o verzích.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1635"/> + <location filename="../UI/UserInterface.py" line="1627"/> <source>Check for Updates</source> <translation>Zjistit aktualizace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1632"/> + <location filename="../UI/UserInterface.py" line="1624"/> <source>Check for &Updates...</source> <translation>Zjistit akt&ualizace...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3007"/> + <location filename="../UI/UserInterface.py" line="2999"/> <source>Report Bug</source> <translation>Reportovat Bugy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1670"/> + <location filename="../UI/UserInterface.py" line="1662"/> <source>Report &Bug...</source> <translation>Reportovat &Bugy...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1674"/> + <location filename="../UI/UserInterface.py" line="1666"/> <source>Report a bug</source> <translation>Reportovat bug</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1675"/> + <location filename="../UI/UserInterface.py" line="1667"/> <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> <translation><b>Reportovat bug...</b><p>Otevře se dialog pro reportování bugu.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2601"/> + <location filename="../UI/UserInterface.py" line="2593"/> <source>Unittest</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1697"/> + <location filename="../UI/UserInterface.py" line="1689"/> <source>&Unittest...</source> <translation>&Unittest...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1702"/> + <location filename="../UI/UserInterface.py" line="1694"/> <source>Start unittest dialog</source> <translation>Otevřít dialog unittestu</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1695"/> + <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> + <translation><b>Unittest</b><p>Provést unittesty. V dialogovém okně se nastaví který test se má provést.</p></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1703"/> - <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> - <translation><b>Unittest</b><p>Provést unittesty. V dialogovém okně se nastaví který test se má provést.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1711"/> <source>Unittest Restart</source> <translation>Restart unittestu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1711"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>&Restart Unittest...</source> <translation>&Restart unittestu...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1716"/> + <location filename="../UI/UserInterface.py" line="1708"/> <source>Restart last unittest</source> <translation>Restart posledního unittestu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1717"/> + <location filename="../UI/UserInterface.py" line="1709"/> <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> <translation><b>Restart unittestu</b><p>Restartuje se poslední provedený unittest.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1741"/> + <location filename="../UI/UserInterface.py" line="1733"/> <source>Unittest Script</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1741"/> + <location filename="../UI/UserInterface.py" line="1733"/> <source>Unittest &Script...</source> <translation>Unittest &Script...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1746"/> + <location filename="../UI/UserInterface.py" line="1738"/> <source>Run unittest with current script</source> <translation>Spustit unittest s aktuálním skriptem</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1740"/> + <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> + <translation><b>Unittest Script</b><p>Spustit unittest s aktuálním skriptem.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4096"/> + <source>Unittest Project</source> + <translation>Unittest Projekt</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1748"/> - <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> - <translation><b>Unittest Script</b><p>Spustit unittest s aktuálním skriptem.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4059"/> - <source>Unittest Project</source> - <translation>Unittest Projekt</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1756"/> <source>Unittest &Project...</source> <translation>Unittest &Projekt...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1761"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Run unittest with current project</source> <translation>Spustit unittest s aktuálním projektem</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1763"/> + <location filename="../UI/UserInterface.py" line="1755"/> <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> <translation><b>Unittest projekt</b><p>Spustit unittest s aktuálním projektem.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1824"/> + <location filename="../UI/UserInterface.py" line="1816"/> <source>UI Previewer</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1824"/> + <location filename="../UI/UserInterface.py" line="1816"/> <source>&UI Previewer...</source> <translation>&UI Previewer...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1821"/> + <source>Start the UI Previewer</source> + <translation>Spustit UI Previewer</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1822"/> + <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> + <translation><b>UI Previewer</b><p>Spustit UI Previewer.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1829"/> + <source>Translations Previewer</source> + <translation>Náhled překladů</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1829"/> - <source>Start the UI Previewer</source> - <translation>Spustit UI Previewer</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1830"/> - <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> - <translation><b>UI Previewer</b><p>Spustit UI Previewer.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1837"/> - <source>Translations Previewer</source> - <translation>Náhled překladů</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1837"/> <source>&Translations Previewer...</source> <translation>Náhled &překladů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1842"/> + <location filename="../UI/UserInterface.py" line="1834"/> <source>Start the Translations Previewer</source> <translation>Spustit Previewer překladů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1844"/> + <location filename="../UI/UserInterface.py" line="1836"/> <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> <translation><b>Previewer překladů</b><p>Spustit Previewer překladů.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1851"/> + <location filename="../UI/UserInterface.py" line="1843"/> <source>Compare Files</source> <translation>Porovnat soubory</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1851"/> + <location filename="../UI/UserInterface.py" line="1843"/> <source>&Compare Files...</source> <translation>&Porovnat soubory...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1869"/> + <location filename="../UI/UserInterface.py" line="1861"/> <source>Compare two files</source> <translation>Porovnat dva soubory</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1857"/> + <location filename="../UI/UserInterface.py" line="1849"/> <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> <translation><b>Porovnat soubory</b><p>Otevře dialog pro porovnání dvou souborů.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1864"/> + <location filename="../UI/UserInterface.py" line="1856"/> <source>Compare Files side by side</source> <translation>Porovnat soubory stranu proti straně</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1870"/> + <location filename="../UI/UserInterface.py" line="1862"/> <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> <translation><b>Porovnat soubory stranu proti straně</b><p>Otevře dialog pro porovnání souborů a zobrazení rozdílů strany proti straně.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1947"/> + <location filename="../UI/UserInterface.py" line="1939"/> <source>Preferences</source> <translation>Nastavení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1947"/> + <location filename="../UI/UserInterface.py" line="1939"/> <source>&Preferences...</source> <translation>Na&stavení...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1952"/> + <location filename="../UI/UserInterface.py" line="1944"/> <source>Set the prefered configuration</source> <translation>Nastavení konfigurace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1954"/> + <location filename="../UI/UserInterface.py" line="1946"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Nastavení</b><p>Upravit konfiguraci aplikace podle požadavků uživatele.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1991"/> + <location filename="../UI/UserInterface.py" line="1983"/> <source>Reload APIs</source> <translation>Obnovit API</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1991"/> + <location filename="../UI/UserInterface.py" line="1983"/> <source>Reload &APIs</source> <translation>Obnovit &API</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1995"/> + <location filename="../UI/UserInterface.py" line="1987"/> <source>Reload the API information</source> <translation>Obnovit API nastavení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="1989"/> <source><b>Reload APIs</b><p>Reload the API information.</p></source> <translation><b>Obnovit API</b><p>Obnovit API nastavení.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2020"/> + <location filename="../UI/UserInterface.py" line="2012"/> <source>View Profiles</source> <translation>Profily pohledů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2020"/> + <location filename="../UI/UserInterface.py" line="2012"/> <source>&View Profiles...</source> <translation>Profily &pohledů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2025"/> + <location filename="../UI/UserInterface.py" line="2017"/> <source>Configure view profiles</source> <translation>Konfigurace profilů pohledů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2027"/> + <location filename="../UI/UserInterface.py" line="2019"/> <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> <translation><b>Profily pohledů</b><p>Konfigurace profilu pohledů. V tomto dialogu můžete nastavit zobrazování různých typů pohledů - editačních oken.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2052"/> + <location filename="../UI/UserInterface.py" line="2044"/> <source>Keyboard Shortcuts</source> <translation>Klávesové zkratky</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2052"/> + <location filename="../UI/UserInterface.py" line="2044"/> <source>Keyboard &Shortcuts...</source> <translation>Klávesové &zkratky...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2057"/> + <location filename="../UI/UserInterface.py" line="2049"/> <source>Set the keyboard shortcuts</source> <translation>Nastavení klávesových zkratek</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2051"/> + <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> + <translation><b>Klávesové zkratky</b><p>Nastavení klávesových zkratek aplikace podle zvyklostí uživatele.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5361"/> + <source>Export Keyboard Shortcuts</source> + <translation>Exportovat klávesové zkratky</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2059"/> - <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> - <translation><b>Klávesové zkratky</b><p>Nastavení klávesových zkratek aplikace podle zvyklostí uživatele.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5324"/> - <source>Export Keyboard Shortcuts</source> - <translation>Exportovat klávesové zkratky</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2067"/> <source>&Export Keyboard Shortcuts...</source> <translation>&Exportovat klávesové zkratky...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2072"/> + <location filename="../UI/UserInterface.py" line="2064"/> <source>Export the keyboard shortcuts</source> <translation>Export klávesových zkratek</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2074"/> + <location filename="../UI/UserInterface.py" line="2066"/> <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> <translation><b>Export klávesových zkratek</b><p>Exportují se klávesové zkratky z aplikace.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5348"/> + <location filename="../UI/UserInterface.py" line="5385"/> <source>Import Keyboard Shortcuts</source> <translation>Import klávesových zkratek</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2081"/> + <location filename="../UI/UserInterface.py" line="2073"/> <source>&Import Keyboard Shortcuts...</source> <translation>&Import klávesových zkratek...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2086"/> + <location filename="../UI/UserInterface.py" line="2078"/> <source>Import the keyboard shortcuts</source> <translation>Import klávesových zkratek</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2088"/> + <location filename="../UI/UserInterface.py" line="2080"/> <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> <translation><b>Import klávesových zkratek</b><p>Do aplikace se importují klávesové zkratky.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2129"/> + <location filename="../UI/UserInterface.py" line="2121"/> <source>Activate current editor</source> <translation>Aktivovat aktuální editor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2129"/> + <location filename="../UI/UserInterface.py" line="2121"/> <source>Alt+Shift+E</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2139"/> + <location filename="../UI/UserInterface.py" line="2131"/> <source>Ctrl+Alt+Tab</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2148"/> + <location filename="../UI/UserInterface.py" line="2140"/> <source>Shift+Ctrl+Alt+Tab</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2228"/> <source>Qt4 Documentation</source> <translation>Qt4 dokumentace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2228"/> <source>Qt&4 Documentation</source> <translation>Qt&4 dokumentace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2240"/> + <location filename="../UI/UserInterface.py" line="2232"/> <source>Open Qt4 Documentation</source> <translation>Otevřít Qt4 dokumentaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2266"/> + <location filename="../UI/UserInterface.py" line="2258"/> <source>PyQt4 Documentation</source> <translation>PyQt4 dokumentace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2270"/> + <location filename="../UI/UserInterface.py" line="2262"/> <source>Open PyQt4 Documentation</source> <translation>Otevřít PyQt4 dokumentaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2350"/> + <location filename="../UI/UserInterface.py" line="2342"/> <source>Eric API Documentation</source> <translation>Eric API dokumentace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2350"/> + <location filename="../UI/UserInterface.py" line="2342"/> <source>&Eric API Documentation</source> <translation>&Eric API dokumentace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2354"/> + <location filename="../UI/UserInterface.py" line="2346"/> <source>Open Eric API Documentation</source> <translation>Otevřít Eric API dokumentaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2416"/> + <location filename="../UI/UserInterface.py" line="2408"/> <source>&Unittest</source> <translation>&Unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2433"/> + <location filename="../UI/UserInterface.py" line="2425"/> <source>E&xtras</source> <translation>E&xtra funkce</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2446"/> + <location filename="../UI/UserInterface.py" line="2438"/> <source>&Tools</source> <translation>&Nástroje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2449"/> + <location filename="../UI/UserInterface.py" line="2441"/> <source>Select Tool Group</source> <translation>Vybrat skupinu nástrojů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2455"/> + <location filename="../UI/UserInterface.py" line="2447"/> <source>Se&ttings</source> <translation>Nas&tavení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2478"/> + <location filename="../UI/UserInterface.py" line="2470"/> <source>&Window</source> <translation>O&kno</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2503"/> + <location filename="../UI/UserInterface.py" line="2495"/> <source>&Toolbars</source> <translation>&Toolbary</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2528"/> + <location filename="../UI/UserInterface.py" line="2520"/> <source>&Help</source> <translation>&Nápověda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2600"/> + <location filename="../UI/UserInterface.py" line="2592"/> <source>Tools</source> <translation>Nástroje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2602"/> + <location filename="../UI/UserInterface.py" line="2594"/> <source>Settings</source> <translation>Nastavení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4311"/> + <location filename="../UI/UserInterface.py" line="4348"/> <source>Help</source> <translation>Nápověda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2604"/> + <location filename="../UI/UserInterface.py" line="2596"/> <source>Profiles</source> <translation>Profily</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2956"/> + <location filename="../UI/UserInterface.py" line="2948"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Čísla verzí</h3><table></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="6137"/> + <source></table></source> + <translation></table></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2999"/> + <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> + <translation>Emailová adresa nebo mail server adresa jsou prázdné. Prosím, nastavte váš email v dialogovém okně Nastavení.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3313"/> + <source>Configure Tool Groups ...</source> + <translation>Konfigurace Skupin nástrojů...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3317"/> + <source>Configure current Tool Group ...</source> + <translation>Konfigurace aktuální skupiny nástrojů...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3367"/> + <source>&Builtin Tools</source> + <translation>&Vestavěné nástroje</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4096"/> + <source>There is no main script defined for the current project. Aborting</source> + <translation>V aktuálním projektu není definován hlavní skript. Zrušeno</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4474"/> + <source>Problem</source> + <translation>Problém</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4649"/> + <source>Process Generation Error</source> + <translation>Chyba v procesu generování</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4348"/> + <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> + <translation>Aktuálně není vybrán žádný prohlížeč. Prosím otevřete Nastavení a nějaký vyberte.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4382"/> + <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> + <translation><p>Nemohu spustit prohlížeč nápovědy.<br>Ověřte jestli je dostupný jako <b>hh</b>.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5092"/> + <source>Documentation Missing</source> + <translation>Dokumentace chybí</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5076"/> + <source>Documentation</source> + <translation>Dokumentace</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4918"/> + <source><p>The PyQt4 documentation starting point has not been configured.</p></source> + <translation><p>Adresář PyQt4 dokumentace není nakonfigurován.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5519"/> + <source>Save tasks</source> + <translation>Uložit úlohy</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5548"/> + <source>Read tasks</source> + <translation>Načíst úlohy</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5785"/> + <source>Drop Error</source> + <translation>Zahodit chybu</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="6100"/> - <source></table></source> - <translation></table></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3007"/> - <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> - <translation>Emailová adresa nebo mail server adresa jsou prázdné. Prosím, nastavte váš email v dialogovém okně Nastavení.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3321"/> - <source>Configure Tool Groups ...</source> - <translation>Konfigurace Skupin nástrojů...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3325"/> - <source>Configure current Tool Group ...</source> - <translation>Konfigurace aktuální skupiny nástrojů...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3375"/> - <source>&Builtin Tools</source> - <translation>&Vestavěné nástroje</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4059"/> - <source>There is no main script defined for the current project. Aborting</source> - <translation>V aktuálním projektu není definován hlavní skript. Zrušeno</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4437"/> - <source>Problem</source> - <translation>Problém</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4612"/> - <source>Process Generation Error</source> - <translation>Chyba v procesu generování</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4311"/> - <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> - <translation>Aktuálně není vybrán žádný prohlížeč. Prosím otevřete Nastavení a nějaký vyberte.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4345"/> - <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> - <translation><p>Nemohu spustit prohlížeč nápovědy.<br>Ověřte jestli je dostupný jako <b>hh</b>.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5055"/> - <source>Documentation Missing</source> - <translation>Dokumentace chybí</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5039"/> - <source>Documentation</source> - <translation>Dokumentace</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4881"/> - <source><p>The PyQt4 documentation starting point has not been configured.</p></source> - <translation><p>Adresář PyQt4 dokumentace není nakonfigurován.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5482"/> - <source>Save tasks</source> - <translation>Uložit úlohy</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5511"/> - <source>Read tasks</source> - <translation>Načíst úlohy</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5748"/> - <source>Drop Error</source> - <translation>Zahodit chybu</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6063"/> <source>Error during updates check</source> <translation>Chyba během zjišťování aktualizací</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6043"/> + <location filename="../UI/UserInterface.py" line="6080"/> <source>Update available</source> <translation>Byla nalezena aktualizace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2009"/> + <location filename="../UI/UserInterface.py" line="2001"/> <source>Show external tools</source> <translation>Zobrazit externí nástroje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2004"/> + <location filename="../UI/UserInterface.py" line="1996"/> <source>Show external &tools</source> <translation>Zobrazit externí nás&troje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6063"/> + <location filename="../UI/UserInterface.py" line="6100"/> <source>Could not perform updates check.</source> <translation>Kontrolu updatů nelze provést.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5893"/> + <location filename="../UI/UserInterface.py" line="5930"/> <source>&Cancel</source> <translation>&Zrušit</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6164"/> <source>First time usage</source> <translation>Spuštěno poprvé</translation> </message> @@ -57617,62 +57637,62 @@ <translation>Inicializace Plugin manažera...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2514"/> + <location filename="../UI/UserInterface.py" line="2506"/> <source>P&lugins</source> <translation>P&luginy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2605"/> + <location filename="../UI/UserInterface.py" line="2597"/> <source>Plugins</source> <translation>Pluginy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2166"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>Plugin Infos</source> <translation>Plugin Infa</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2170"/> + <location filename="../UI/UserInterface.py" line="2162"/> <source>Show Plugin Infos</source> <translation>Zobrazit Plugin infa</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2171"/> + <location filename="../UI/UserInterface.py" line="2163"/> <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> <translation><b>Plugin Infa</b><p>Otevře dialog, který zobrazí informace o načtených pluginech.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2166"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>&Plugin Infos...</source> <translation>&Plugin Infa...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3383"/> + <location filename="../UI/UserInterface.py" line="3375"/> <source>&Plugin Tools</source> <translation>&Plugin nástroje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2197"/> + <location filename="../UI/UserInterface.py" line="2189"/> <source>Uninstall Plugin</source> <translation>Odinstalovat plugin</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2192"/> + <location filename="../UI/UserInterface.py" line="2184"/> <source>&Uninstall Plugin...</source> <translation>&Odinstalovat plugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2198"/> + <location filename="../UI/UserInterface.py" line="2190"/> <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> <translation><b>Odinstalovat plugin...</b><p>Otevře dialog pro odinstalaci pluginu.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3473"/> + <location filename="../UI/UserInterface.py" line="3465"/> <source>&Show all</source> <translation>&Zobrazit vše</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3475"/> + <location filename="../UI/UserInterface.py" line="3467"/> <source>&Hide all</source> <translation>&Skrýt vše</translation> </message> @@ -57682,1207 +57702,1207 @@ <translation>Aktivace pluginů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2438"/> + <location filename="../UI/UserInterface.py" line="2430"/> <source>Wi&zards</source> <translation>&Průvodci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1643"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>Show downloadable versions</source> <translation>Zobrazit verze ke stažení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1643"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>Show &downloadable versions...</source> <translation>Zobrazit verze pro &download...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1639"/> <source>Show the versions available for download</source> <translation>Zobrazit dostupné verze ke stažení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6086"/> + <location filename="../UI/UserInterface.py" line="6123"/> <source><h3>Available versions</h3><table></source> <translation><h3>Dostupné verze</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2205"/> + <location filename="../UI/UserInterface.py" line="2197"/> <source>Plugin Repository</source> <translation>Repozitář pluginů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2205"/> + <location filename="../UI/UserInterface.py" line="2197"/> <source>Plugin &Repository...</source> <translation>&Repozitář pluginů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2210"/> + <location filename="../UI/UserInterface.py" line="2202"/> <source>Show Plugins available for download</source> <translation>Zobrazit pluginy dostupné ke stažení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2212"/> + <location filename="../UI/UserInterface.py" line="2204"/> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation><b>Repozitář pluginů...</b><p>Otevře se dialog, který zobrazí seznam pluginů dostupných ke stažení přes internet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2176"/> <source>Install Plugins</source> <translation>Instalovat pluginy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2179"/> + <location filename="../UI/UserInterface.py" line="2171"/> <source>&Install Plugins...</source> <translation>&Instalovat pluginy...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2185"/> + <location filename="../UI/UserInterface.py" line="2177"/> <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> <translation><b>Instalovat pluginy...</b><p>Otevře dialog pro instalaci nebo aktualizaci pluginů.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1896"/> + <location filename="../UI/UserInterface.py" line="1888"/> <source>Mini Editor</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1891"/> + <location filename="../UI/UserInterface.py" line="1883"/> <source>Mini &Editor...</source> <translation>Mini &Editor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1897"/> + <location filename="../UI/UserInterface.py" line="1889"/> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation><b>Mini editor</b><p>Otevře se okno s jednoduchým editorem</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2037"/> + <location filename="../UI/UserInterface.py" line="2029"/> <source>Toolbars</source> <translation>Lišty nástrojů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2037"/> + <location filename="../UI/UserInterface.py" line="2029"/> <source>Tool&bars...</source> <translation>&Lišty nástrojů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2042"/> + <location filename="../UI/UserInterface.py" line="2034"/> <source>Configure toolbars</source> <translation>Konfigurace lišt nástrojů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2043"/> + <location filename="../UI/UserInterface.py" line="2035"/> <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> <translation><b>Listy nástrojů</b><p>Konfigurace lišt nástrojů. S tímto dialogem můžete změnit akce zobrazené v různých nástrojových lištách nebo definovat své vlastní nástrojové lišty.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="545"/> + <location filename="../UI/UserInterface.py" line="537"/> <source>Restoring Toolbarmanager...</source> <translation>Obnovit manažer nástrojových lišt...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4557"/> + <location filename="../UI/UserInterface.py" line="4594"/> <source>External Tools</source> <translation>Externí nástroje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1302"/> + <location filename="../UI/UserInterface.py" line="1294"/> <source>Multiproject-Viewer</source> <translation>Prohlížeč multiprojektu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1302"/> + <location filename="../UI/UserInterface.py" line="1294"/> <source>&Multiproject-Viewer</source> <translation>Prohlížeč &multiprojektu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5529"/> + <location filename="../UI/UserInterface.py" line="5566"/> <source>Save session</source> <translation>Uložit relaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5560"/> + <location filename="../UI/UserInterface.py" line="5597"/> <source>Read session</source> <translation>Načíst relaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2761"/> + <location filename="../UI/UserInterface.py" line="2753"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>Tato část status baru zobrazuje aktuální kódování editorů.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2775"/> + <location filename="../UI/UserInterface.py" line="2767"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>Tato část status baru zobrazuje indikátor práva zápisu editoru do souboru.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1674"/> <source>Request Feature</source> <translation>Požadavek na vlastnost</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1674"/> <source>Request &Feature...</source> <translation>&Požadavek na vlastnost...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1686"/> + <location filename="../UI/UserInterface.py" line="1678"/> <source>Send a feature request</source> <translation>Poslat požadavek na vlastnost</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1688"/> + <location filename="../UI/UserInterface.py" line="1680"/> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation><b>Požadavek na vlastnost...</b><p>Otevře dialog pro odeslání požadavku.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2754"/> + <location filename="../UI/UserInterface.py" line="2746"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>Tato část status baru zobrazuje aktuální jazyk editoru.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2782"/> + <location filename="../UI/UserInterface.py" line="2774"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>Tato část status baru zobrazuje číslo řádku v aktuálním editoru.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2789"/> + <location filename="../UI/UserInterface.py" line="2781"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>Tato část status baru zobrazuje pozici kurzoru v aktuálním editoru.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1450"/> + <location filename="../UI/UserInterface.py" line="1442"/> <source>Horizontal Toolbox</source> <translation>Vodorovná nástrojová lišta</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1450"/> + <location filename="../UI/UserInterface.py" line="1442"/> <source>&Horizontal Toolbox</source> <translation>&Horizontální lista nástrojů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1454"/> + <location filename="../UI/UserInterface.py" line="1446"/> <source>Toggle the Horizontal Toolbox window</source> <translation>Přepnout na vodorovnou lištu nástrojů</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1448"/> + <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> + <translation><b>Přepnout vodorovnou nástrojovou lištu</b><p>Pokud je vodorovná nástrojová lišta skryta, tak se zobrazí. Je-li zobrazena, skryje se.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3279"/> + <source>Restart application</source> + <translation>Restartovat aplikaci</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3279"/> + <source>The application needs to be restarted. Do it now?</source> + <translation>Aplikace potřebuje restartovat. Má se provést nyní?</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1399"/> + <source>Alt+Shift+A</source> + <translation></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2515"/> + <source>Configure...</source> + <translation>Konfigurovat...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2760"/> + <source><p>This part of the status bar displays the current editors eol setting.</p></source> + <translation><p>Tato část status baru zobrazuje eol nastavení v aktuálním editoru.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2149"/> + <source>Switch between tabs</source> + <translation>Přepnout mezi taby</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2149"/> + <source>Ctrl+1</source> + <translation></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1955"/> + <source>Export Preferences</source> + <translation>Exportovat předvolby</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1955"/> + <source>E&xport Preferences...</source> + <translation>E&xportovat předvolby...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1960"/> + <source>Export the current configuration</source> + <translation>Export aktuální konfigurace</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1962"/> + <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> + <translation><b>Export předvoleb</b><p>Export aktuální konfigurace do souboru.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1969"/> + <source>Import Preferences</source> + <translation>Import předvoleb</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1969"/> + <source>I&mport Preferences...</source> + <translation>I&mport předvoleb...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1974"/> + <source>Import a previously exported configuration</source> + <translation>Import dříve exportované konfigurace</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1976"/> + <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> + <translation><b>Import předvoleb</b><p>Import dříve exportované konfigurace.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2131"/> + <source>Show next</source> + <translation>Zobrazit další</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2140"/> + <source>Show previous</source> + <translation>Zobrazit předchozí</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1456"/> - <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> - <translation><b>Přepnout vodorovnou nástrojovou lištu</b><p>Pokud je vodorovná nástrojová lišta skryta, tak se zobrazí. Je-li zobrazena, skryje se.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3287"/> - <source>Restart application</source> - <translation>Restartovat aplikaci</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3287"/> - <source>The application needs to be restarted. Do it now?</source> - <translation>Aplikace potřebuje restartovat. Má se provést nyní?</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1407"/> - <source>Alt+Shift+A</source> - <translation></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2523"/> - <source>Configure...</source> - <translation>Konfigurovat...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2768"/> - <source><p>This part of the status bar displays the current editors eol setting.</p></source> - <translation><p>Tato část status baru zobrazuje eol nastavení v aktuálním editoru.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2157"/> - <source>Switch between tabs</source> - <translation>Přepnout mezi taby</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2157"/> - <source>Ctrl+1</source> - <translation></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1963"/> - <source>Export Preferences</source> - <translation>Exportovat předvolby</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1963"/> - <source>E&xport Preferences...</source> - <translation>E&xportovat předvolby...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1968"/> - <source>Export the current configuration</source> - <translation>Export aktuální konfigurace</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1970"/> - <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> - <translation><b>Export předvoleb</b><p>Export aktuální konfigurace do souboru.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1977"/> - <source>Import Preferences</source> - <translation>Import předvoleb</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1977"/> - <source>I&mport Preferences...</source> - <translation>I&mport předvoleb...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1982"/> - <source>Import a previously exported configuration</source> - <translation>Import dříve exportované konfigurace</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1984"/> - <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> - <translation><b>Import předvoleb</b><p>Import dříve exportované konfigurace.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2139"/> - <source>Show next</source> - <translation>Zobrazit další</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2148"/> - <source>Show previous</source> - <translation>Zobrazit předchozí</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1464"/> <source>Left Sidebar</source> <translation>Levé menu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1464"/> + <location filename="../UI/UserInterface.py" line="1456"/> <source>&Left Sidebar</source> <translation>&Levé menu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1468"/> + <location filename="../UI/UserInterface.py" line="1460"/> <source>Toggle the left sidebar window</source> <translation>Přepnout okno levého menu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1469"/> + <location filename="../UI/UserInterface.py" line="1461"/> <source><b>Toggle the left sidebar window</b><p>If the left sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Přepnout okno levého menu</b><p>Je-li okno levého menu skryto, tak se zobrazí. Je-li zobrazeno, skryje se.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1491"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Bottom Sidebar</source> <translation>Dolní menu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1491"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>&Bottom Sidebar</source> <translation>&Dolní menu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1495"/> + <location filename="../UI/UserInterface.py" line="1487"/> <source>Toggle the bottom sidebar window</source> <translation>Přepnout okno dolního menu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1497"/> + <location filename="../UI/UserInterface.py" line="1489"/> <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Přepnout okno dolního menu</b><p>Je-li okno dolního menu skryto, tak se zobrazí. Je-li zobrazeno, skryje se.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1320"/> + <location filename="../UI/UserInterface.py" line="1312"/> <source>&Debug-Viewer</source> <translation>Prohlížeč &debugeru</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1878"/> + <location filename="../UI/UserInterface.py" line="1870"/> <source>SQL Browser</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1878"/> + <location filename="../UI/UserInterface.py" line="1870"/> <source>SQL &Browser...</source> <translation>SQL &Browser...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1883"/> + <location filename="../UI/UserInterface.py" line="1875"/> <source>Browse a SQL database</source> <translation>Procházet SQL databázi</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1884"/> + <location filename="../UI/UserInterface.py" line="1876"/> <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> <translation><b>SQL Browser</b><p>Procházet SQL databázi.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1918"/> + <location filename="../UI/UserInterface.py" line="1910"/> <source>Icon Editor</source> <translation>Editor ikon</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1918"/> + <location filename="../UI/UserInterface.py" line="1910"/> <source>&Icon Editor...</source> <translation>Editor &ikon...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4258"/> + <location filename="../UI/UserInterface.py" line="4295"/> <source>Qt 3 support</source> <translation>Qt 3 podpora</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2371"/> + <location filename="../UI/UserInterface.py" line="2363"/> <source>PySide Documentation</source> <translation>PySide dokumentace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2371"/> + <location filename="../UI/UserInterface.py" line="2363"/> <source>Py&Side Documentation</source> <translation>Py&Side dokumentace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2375"/> + <location filename="../UI/UserInterface.py" line="2367"/> <source>Open PySide Documentation</source> <translation>Otevřít PySide dokumentaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5039"/> + <location filename="../UI/UserInterface.py" line="5076"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation><p>Počátek dokumentace PySide nebyl nastaven.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1181"/> + <location filename="../UI/UserInterface.py" line="1173"/> <source>{0} - Passive Mode</source> <translation>{0} - Pasivní mód</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1188"/> + <location filename="../UI/UserInterface.py" line="1180"/> <source>{0} - {1} - Passive Mode</source> <translation>{0} - {1} - pasivní mód</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1192"/> + <location filename="../UI/UserInterface.py" line="1184"/> <source>{0} - {1} - {2} - Passive Mode</source> <translation>{0} - {1} - {2} - pasivní mód</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2859"/> + <location filename="../UI/UserInterface.py" line="2851"/> <source>External Tools/{0}</source> <translation>Externí nástroje/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4437"/> + <location filename="../UI/UserInterface.py" line="4474"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>Soubor <b>{0}</b> neexistuje nebo má nulovou délku.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4165"/> + <location filename="../UI/UserInterface.py" line="4202"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit Qt-Designer.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4232"/> + <location filename="../UI/UserInterface.py" line="4269"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit Qt-Linguist.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4283"/> + <location filename="../UI/UserInterface.py" line="4320"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit Qt-Assistant.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4325"/> + <location filename="../UI/UserInterface.py" line="4362"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit aktuální prohlížeč.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4393"/> + <location filename="../UI/UserInterface.py" line="4430"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit UI Previewer.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4448"/> + <location filename="../UI/UserInterface.py" line="4485"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nemohu spustit Previewer překladů.<br>Ověřte jestli je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4469"/> + <location filename="../UI/UserInterface.py" line="4506"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Nelze spustit SQL Browser.<br>Ujistěte se, že je dostupný jako <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4548"/> + <location filename="../UI/UserInterface.py" line="4585"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation>V externím nástroji '{0}' ve skupině '{1}' nebyl záznam nástroje nalezen.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4557"/> + <location filename="../UI/UserInterface.py" line="4594"/> <source>No toolgroup entry '{0}' found.</source> <translation>Skupina nástrojů '{0}' nenalezena. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4596"/> + <location filename="../UI/UserInterface.py" line="4633"/> <source>Starting process '{0} {1}'. </source> <translation>Spouštím proces '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4612"/> + <location filename="../UI/UserInterface.py" line="4649"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation><p>Nemohu spustit příkaz <b>{0}</b><br>Ověřte jestli je dostupný jako <b>{1}</b>. </p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4688"/> + <location filename="../UI/UserInterface.py" line="4725"/> <source>Process '{0}' has exited. </source> <translation>Proces '{0}' byl ukončen. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5055"/> + <location filename="../UI/UserInterface.py" line="5092"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation><p>Adresář dokumentace "<b>{0}</b>" nebyl nalezen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5482"/> + <location filename="../UI/UserInterface.py" line="5519"/> <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="../UI/UserInterface.py" line="5511"/> + <location filename="../UI/UserInterface.py" line="5548"/> <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="../UI/UserInterface.py" line="5529"/> + <location filename="../UI/UserInterface.py" line="5566"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>Zápis do souboru relace session <b>{0}</b> se nezdařil.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5560"/> + <location filename="../UI/UserInterface.py" line="5597"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor relace session <b>{0}</b> nelze přečíst.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5748"/> + <location filename="../UI/UserInterface.py" line="5785"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> není soubor.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5902"/> + <location filename="../UI/UserInterface.py" line="5939"/> <source>Trying host {0}</source> <translation>Zkouším host {0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="833"/> + <location filename="../UI/UserInterface.py" line="825"/> <source>Cooperation</source> <translation>Spolupráce</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1505"/> + <location filename="../UI/UserInterface.py" line="1497"/> <source>Alt+Shift+O</source> <translation></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="882"/> + <source>Symbols</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1532"/> + <source>Alt+Shift+Y</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="890"/> - <source>Symbols</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1540"/> - <source>Alt+Shift+Y</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="898"/> <source>Numbers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1558"/> + <location filename="../UI/UserInterface.py" line="1550"/> <source>Alt+Shift+B</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5348"/> + <location filename="../UI/UserInterface.py" line="5385"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2308"/> + <location filename="../UI/UserInterface.py" line="2300"/> <source>Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2308"/> + <location filename="../UI/UserInterface.py" line="2300"/> <source>Python &3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2312"/> + <location filename="../UI/UserInterface.py" line="2304"/> <source>Open Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2326"/> + <location filename="../UI/UserInterface.py" line="2318"/> <source>Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2326"/> + <location filename="../UI/UserInterface.py" line="2318"/> <source>Python &2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2330"/> + <location filename="../UI/UserInterface.py" line="2322"/> <source>Open Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2332"/> + <location filename="../UI/UserInterface.py" line="2324"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5953"/> + <location filename="../UI/UserInterface.py" line="5990"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5946"/> + <location filename="../UI/UserInterface.py" line="5983"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5148"/> + <location filename="../UI/UserInterface.py" line="5185"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5148"/> + <location filename="../UI/UserInterface.py" line="5185"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5953"/> + <location filename="../UI/UserInterface.py" line="5990"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="542"/> + <source>Setting View Profile...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="546"/> + <source>Reading Tasks...</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="550"/> - <source>Setting View Profile...</source> + <source>Reading Templates...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="554"/> - <source>Reading Tasks...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="558"/> - <source>Reading Templates...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="562"/> <source>Starting Debugger...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1232"/> + <location filename="../UI/UserInterface.py" line="1224"/> <source>New Window</source> <translation type="unfinished">Nové okno</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1232"/> + <location filename="../UI/UserInterface.py" line="1224"/> <source>New &Window</source> <translation type="unfinished">&Nové okno</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1232"/> + <location filename="../UI/UserInterface.py" line="1224"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1717"/> <source>Unittest Rerun Failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1717"/> <source>Rerun Failed Tests...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1730"/> + <location filename="../UI/UserInterface.py" line="1722"/> <source>Rerun failed tests of the last run</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1732"/> + <location filename="../UI/UserInterface.py" line="1724"/> <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1864"/> + <location filename="../UI/UserInterface.py" line="1856"/> <source>Compare &Files side by side...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1932"/> + <location filename="../UI/UserInterface.py" line="1924"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1932"/> + <location filename="../UI/UserInterface.py" line="1924"/> <source>&Snapshot...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1937"/> + <location filename="../UI/UserInterface.py" line="1929"/> <source>Take snapshots of a screen region</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1939"/> + <location filename="../UI/UserInterface.py" line="1931"/> <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4527"/> + <location filename="../UI/UserInterface.py" line="4564"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6146"/> + <location filename="../UI/UserInterface.py" line="6183"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1425"/> + <location filename="../UI/UserInterface.py" line="1417"/> <source>Left Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1437"/> + <location filename="../UI/UserInterface.py" line="1429"/> <source>Right Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1291"/> + <location filename="../UI/UserInterface.py" line="1283"/> <source>Switch the input focus to the Project-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1293"/> + <location filename="../UI/UserInterface.py" line="1285"/> <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1308"/> + <location filename="../UI/UserInterface.py" line="1300"/> <source>Switch the input focus to the Multiproject-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1310"/> + <location filename="../UI/UserInterface.py" line="1302"/> <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1326"/> + <location filename="../UI/UserInterface.py" line="1318"/> <source>Switch the input focus to the Debug-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1328"/> + <location filename="../UI/UserInterface.py" line="1320"/> <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1344"/> + <location filename="../UI/UserInterface.py" line="1336"/> <source>Switch the input focus to the Shell window.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1338"/> + <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1346"/> - <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> + <source>&File-Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1352"/> + <source>Switch the input focus to the File-Browser window.</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="1354"/> - <source>&File-Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1360"/> - <source>Switch the input focus to the File-Browser window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1362"/> <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1363"/> + <source>Lo&g-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1369"/> + <source>Switch the input focus to the Log-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1371"/> - <source>Lo&g-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1377"/> - <source>Switch the input focus to the Log-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1379"/> <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1389"/> + <location filename="../UI/UserInterface.py" line="1381"/> <source>&Task-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1395"/> + <location filename="../UI/UserInterface.py" line="1387"/> <source>Switch the input focus to the Task-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1399"/> + <source>Templ&ate-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1405"/> + <source>Switch the input focus to the Template-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1407"/> - <source>Templ&ate-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1413"/> - <source>Switch the input focus to the Template-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1415"/> <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1425"/> + <location filename="../UI/UserInterface.py" line="1417"/> <source>&Left Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1428"/> + <location filename="../UI/UserInterface.py" line="1420"/> <source>Toggle the Left Toolbox window</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1421"/> + <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1429"/> - <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1437"/> <source>&Right Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1441"/> + <location filename="../UI/UserInterface.py" line="1433"/> <source>Toggle the Right Toolbox window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1442"/> + <location filename="../UI/UserInterface.py" line="1434"/> <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1477"/> + <location filename="../UI/UserInterface.py" line="1469"/> <source>Right Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1477"/> + <location filename="../UI/UserInterface.py" line="1469"/> <source>&Right Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1481"/> + <location filename="../UI/UserInterface.py" line="1473"/> <source>Toggle the right sidebar window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1483"/> + <location filename="../UI/UserInterface.py" line="1475"/> <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1497"/> + <source>Cooperation-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1497"/> + <source>Co&operation-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1503"/> + <source>Switch the input focus to the Cooperation-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1505"/> - <source>Cooperation-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1505"/> - <source>Co&operation-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1511"/> - <source>Switch the input focus to the Cooperation-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1513"/> <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1532"/> + <source>Symbols-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1532"/> + <source>S&ymbols-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1538"/> + <source>Switch the input focus to the Symbols-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1540"/> - <source>Symbols-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1540"/> - <source>S&ymbols-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1546"/> - <source>Switch the input focus to the Symbols-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1548"/> <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1558"/> + <location filename="../UI/UserInterface.py" line="1550"/> <source>Numbers-Viewer</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1550"/> + <source>Num&bers-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1556"/> + <source>Switch the input focus to the Numbers-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1558"/> - <source>Num&bers-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1564"/> - <source>Switch the input focus to the Numbers-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1566"/> <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2483"/> + <location filename="../UI/UserInterface.py" line="2475"/> <source>&Windows</source> <translation type="unfinished">&Windows</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1397"/> + <location filename="../UI/UserInterface.py" line="1389"/> <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1523"/> + <location filename="../UI/UserInterface.py" line="1515"/> <source>IRC</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1523"/> + <location filename="../UI/UserInterface.py" line="1515"/> <source>&IRC</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1515"/> + <source>Meta+Shift+I</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1521"/> + <source>Switch the input focus to the IRC window.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1523"/> - <source>Meta+Shift+I</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1529"/> - <source>Switch the input focus to the IRC window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1531"/> <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1783"/> + <location filename="../UI/UserInterface.py" line="1775"/> <source>Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1783"/> + <location filename="../UI/UserInterface.py" line="1775"/> <source>Qt-&Designer...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1788"/> + <location filename="../UI/UserInterface.py" line="1780"/> <source>Start Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1789"/> + <location filename="../UI/UserInterface.py" line="1781"/> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1809"/> + <location filename="../UI/UserInterface.py" line="1801"/> <source>Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1809"/> + <location filename="../UI/UserInterface.py" line="1801"/> <source>Qt-&Linguist...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1814"/> + <location filename="../UI/UserInterface.py" line="1806"/> <source>Start Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1815"/> + <location filename="../UI/UserInterface.py" line="1807"/> <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2250"/> + <location filename="../UI/UserInterface.py" line="2242"/> <source>Qt5 Documentation</source> <translation type="unfinished">Qt4 dokumentace {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2250"/> + <location filename="../UI/UserInterface.py" line="2242"/> <source>Qt&5 Documentation</source> <translation type="unfinished">Qt&4 dokumentace {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2254"/> + <location filename="../UI/UserInterface.py" line="2246"/> <source>Open Qt5 Documentation</source> <translation type="unfinished">Otevřít Qt4 dokumentaci {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2800"/> + <location filename="../UI/UserInterface.py" line="2792"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2096"/> + <location filename="../UI/UserInterface.py" line="2088"/> <source>Manage SSL Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2096"/> + <location filename="../UI/UserInterface.py" line="2088"/> <source>Manage SSL Certificates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2101"/> + <location filename="../UI/UserInterface.py" line="2093"/> <source>Manage the saved SSL certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2103"/> + <location filename="../UI/UserInterface.py" line="2095"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2112"/> + <location filename="../UI/UserInterface.py" line="2104"/> <source>Edit Message Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2112"/> + <location filename="../UI/UserInterface.py" line="2104"/> <source>Edit Message Filters...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2117"/> + <location filename="../UI/UserInterface.py" line="2109"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2119"/> + <location filename="../UI/UserInterface.py" line="2111"/> <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2266"/> + <location filename="../UI/UserInterface.py" line="2258"/> <source>PyQt&4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2285"/> + <location filename="../UI/UserInterface.py" line="2277"/> <source>PyQt5 Documentation</source> <translation type="unfinished">PyQt4 dokumentace {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2285"/> + <location filename="../UI/UserInterface.py" line="2277"/> <source>PyQt&5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2289"/> + <location filename="../UI/UserInterface.py" line="2281"/> <source>Open PyQt5 Documentation</source> <translation type="unfinished">Otevřít PyQt4 dokumentaci {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4942"/> + <location filename="../UI/UserInterface.py" line="4979"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation type="unfinished"><p>Adresář PyQt4 dokumentace není nakonfigurován.</p> {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2241"/> + <location filename="../UI/UserInterface.py" line="2233"/> <source><b>Qt4 Documentation</b><p>Display the Qt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2255"/> + <location filename="../UI/UserInterface.py" line="2247"/> <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2271"/> + <location filename="../UI/UserInterface.py" line="2263"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2291"/> + <location filename="../UI/UserInterface.py" line="2283"/> <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2314"/> + <location filename="../UI/UserInterface.py" line="2306"/> <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2377"/> + <location filename="../UI/UserInterface.py" line="2369"/> <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5893"/> + <location filename="../UI/UserInterface.py" line="5930"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1662"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Show Error Log</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1658"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Show Error &Log...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1663"/> + <location filename="../UI/UserInterface.py" line="1655"/> <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5897"/> + <location filename="../UI/UserInterface.py" line="5934"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1238"/> + <location filename="../UI/UserInterface.py" line="1230"/> <source>Open a new eric6 instance</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1240"/> + <location filename="../UI/UserInterface.py" line="1232"/> <source><b>New Window</b><p>This opens a new instance of the eric6 IDE.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1602"/> + <location filename="../UI/UserInterface.py" line="1594"/> <source><b>Helpviewer</b><p>Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well</p><p>If called with a word selected, this word is search in the Qt help collection.</p></source> <translation type="unfinished"><b>Prohlížeč nápovědy</b><p>Otevře se eric5 web prohlížeč. Toto okno zobrazuje HTML soubory s nápovědou z Qt kolekce. Má schopnosti navigovat přes odkazy, nastavovat záložky, tisknout zobrazenou nápovědu a další možnosti. Můžete jej také použít pro procházení internetem</p><p>Je-li otevřen s hledaným slovem, je toto slovo hledáno v Qt nápovědách.</p> {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1636"/> + <location filename="../UI/UserInterface.py" line="1628"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> <translation type="unfinished"><b>Zjistit aktualizace</b><p>Zkontroluje přes internet jestli existují nějaké aktualizace Eric5.</p> {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1649"/> + <location filename="../UI/UserInterface.py" line="1641"/> <source><b>Show downloadable versions...</b><p>Shows the eric6 versions available for download from the internet.</p></source> <translation type="unfinished"><b>Zobrazit dostupné verze ke stažení</b><p>Zobrazit dostupné verze eric5 pro stažení z internetu.</p> {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1904"/> + <location filename="../UI/UserInterface.py" line="1896"/> <source>eric6 Web Browser</source> <translation type="unfinished">eric5 web prohlížeč {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1904"/> + <location filename="../UI/UserInterface.py" line="1896"/> <source>eric6 &Web Browser...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1909"/> + <location filename="../UI/UserInterface.py" line="1901"/> <source>Start the eric6 Web Browser</source> <translation type="unfinished">Spustit eric5 web prohlížeč {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1911"/> + <location filename="../UI/UserInterface.py" line="1903"/> <source><b>eric6 Web Browser</b><p>Browse the Internet with the eric6 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1923"/> + <location filename="../UI/UserInterface.py" line="1915"/> <source>Start the eric6 Icon Editor</source> <translation type="unfinished">Spustit eric5 editor ikon {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1925"/> + <location filename="../UI/UserInterface.py" line="1917"/> <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> <translation type="unfinished"><b>Editor ikon</b><p>Spustí se eric5 editor ikon pro jednoduchou editaci ikon.</p> {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2011"/> + <location filename="../UI/UserInterface.py" line="2003"/> <source><b>Show external tools</b><p>Opens a dialog to show the path and versions of all extenal tools used by eric6.</p></source> <translation type="unfinished"><b>Zobrazit externí nástroje</b><p>Otevře dialog pro zobrazení cesty a verze externích nástrojů používaných Eric5.</p> {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2356"/> + <location filename="../UI/UserInterface.py" line="2348"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.</p></source> <translation type="unfinished"><b>Eric API dokumentace</b><p>Zobrazit Eric API dokumentaci. Umístění dokumentace je v podadresáři Documentation/Source v instalačním adresáři eric5.</p> {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4258"/> + <location filename="../UI/UserInterface.py" line="4295"/> <source>Qt v.3 is not supported by eric6.</source> <translation type="unfinished">Qt v.3 není podporováno v eric5. {3 ?} {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6043"/> + <location filename="../UI/UserInterface.py" line="6080"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished">Aktualizace <b>{0}</b> eric5 je připravena na <b>{1}</b>. Chcete ji stáhnout a nainstalovat? {0}?} {6 ?} {1}?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6056"/> + <location filename="../UI/UserInterface.py" line="6093"/> <source>Eric6 is up to date</source> <translation type="unfinished">Eric5 je aktuální {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6056"/> + <location filename="../UI/UserInterface.py" line="6093"/> <source>You are using the latest version of eric6</source> <translation type="unfinished">Používáte poslední verzi eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6164"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished">eric5 nebyl ještě nakonfigurován. Bude spuštěn konfigurační dialog. {6 ?}</translation> </message> @@ -63589,46 +63609,46 @@ <context> <name>mercurial</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1436"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1442"/> <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="2106"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2120"/> <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="2116"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2130"/> <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="1456"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1462"/> <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="2098"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2112"/> <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="2101"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2115"/> <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="2121"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2135"/> <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="2125"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2139"/> <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> @@ -63636,12 +63656,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="2111"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2125"/> <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="1494"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1500"/> <source><h3>Repository information</h3> <p><table> <tr><td><b>Mercurial V.</b></td><td>{0}</td></tr> @@ -64041,17 +64061,17 @@ <context> <name>subversion</name> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1736"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1741"/> <source>unknown</source> <translation>neznámý</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1601"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1606"/> <source><h3>Repository information</h3><table><tr><td><b>Subversion V.</b></td><td>{0}</td></tr><tr><td><b>URL</b></td><td>{1}</td></tr><tr><td><b>Current revision</b></td><td>{2}</td></tr><tr><td><b>Committed revision</b></td><td>{3}</td></tr><tr><td><b>Committed date</b></td><td>{4}</td></tr><tr><td><b>Comitted time</b></td><td>{5}</td></tr><tr><td><b>Last author</b></td><td>{6}</td></tr></table></source> <translation><h3>Informace z repozitáře</h3><table><tr><td><b>Subversion V.</b></td><td>{0}</td></tr><tr><td><b>URL</b></td><td>{1}</td></tr><tr><td><b>Aktuální revize</b></td><td>{2}</td></tr><tr><td><b>Revize zápisu změn</b></td><td>{3}</td></tr><tr><td><b>Datum zápisu změn</b></td><td>{4}</td></tr><tr><td><b>Čas zápisu změn</b></td><td>{5}</td></tr><tr><td><b>Poslední autor</b></td><td>{6}</td></tr></table></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1741"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1746"/> <source><h3>Repository information</h3><table><tr><td><b>PySvn V.</b></td><td>{0}</td></tr><tr><td><b>Subversion V.</b></td><td>{1}</td></tr><tr><td><b>Subversion API V.</b></td><td>{2}</td></tr><tr><td><b>URL</b></td><td>{3}</td></tr><tr><td><b>Current revision</b></td><td>{4}</td></tr><tr><td><b>Committed revision</b></td><td>{5}</td></tr><tr><td><b>Committed date</b></td><td>{6}</td></tr><tr><td><b>Comitted time</b></td><td>{7}</td></tr><tr><td><b>Last author</b></td><td>{8}</td></tr></table></source> <translation><h3>Informace z repozitáře</h3><table><tr><td><b>PySvn V.</b></td><td>{0}</td></tr><tr><td><b>Subversion V.</b></td><td>{1}</td></tr><tr><td><b>Subversion API V.</b></td><td>{2}</td></tr><tr><td><b>URL</b></td><td>{3}</td></tr><tr><td><b>Aktuální revize</b></td><td>{4}</td></tr><tr><td><b>Revize zápisu změn</b></td><td>{5}</td></tr><tr><td><b>Datum zápisu změn</b></td><td>{6}</td></tr><tr><td><b>Čas zápisu změn</b></td><td>{7}</td></tr><tr><td><b>Poslední autor</b></td><td>{8}</td></tr></table></translation> </message>
--- a/i18n/eric6_de.ts Sun Feb 22 12:16:32 2015 +0100 +++ b/i18n/eric6_de.ts Sun Feb 22 19:21:55 2015 +0100 @@ -704,17 +704,17 @@ <context> <name>AddFoundFilesDialog</name> <message> - <location filename="../Project/AddFoundFilesDialog.ui" line="13"/> + <location filename="../Project/AddFoundFilesDialog.ui" line="14"/> <source>Add found files to project</source> <translation>Gefundene Dateien zum Projekt hinzufügen</translation> </message> <message> - <location filename="../Project/AddFoundFilesDialog.ui" line="16"/> + <location filename="../Project/AddFoundFilesDialog.ui" line="17"/> <source>Adds the found files to the current project.</source> <translation>Die gefundenen Dateien zum aktuellen Projekt hinzufügen.</translation> </message> <message> - <location filename="../Project/AddFoundFilesDialog.ui" line="25"/> + <location filename="../Project/AddFoundFilesDialog.ui" line="26"/> <source>List of found files.</source> <translation>Liste der gefundenen Dateien.</translation> </message> @@ -6595,32 +6595,32 @@ <context> <name>DiffDialog</name> <message> - <location filename="../UI/DiffDialog.py" line="296"/> + <location filename="../UI/DiffDialog.py" line="289"/> <source>Patch Files (*.diff)</source> <translation>Patchdateien (*.diff)</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="332"/> + <location filename="../UI/DiffDialog.py" line="325"/> <source>Save Diff</source> <translation>Diff speichern</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="373"/> + <location filename="../UI/DiffDialog.py" line="366"/> <source>Compare Files</source> <translation>Dateien vergleichen</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="477"/> + <location filename="../UI/DiffDialog.py" line="448"/> <source>There is no difference.</source> <translation>Es gibt keinen Unterschied.</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="497"/> + <location filename="../UI/DiffDialog.py" line="467"/> <source>Select file to compare</source> <translation>Wähle eine zu vergleichende Datei</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="373"/> + <location filename="../UI/DiffDialog.py" line="366"/> <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> @@ -6685,32 +6685,32 @@ <translation>Alt+C</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="224"/> + <location filename="../UI/DiffDialog.py" line="225"/> <source>Press to perform the comparison of the two files</source> <translation>Drücken, um den Dateivergleich durchzuführen</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="228"/> + <location filename="../UI/DiffDialog.py" line="229"/> <source>Save the output to a patch file</source> <translation>Speichere die Ausgabe in eine Patchdatei</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="332"/> + <location filename="../UI/DiffDialog.py" line="325"/> <source><p>The patch file <b>{0}</b> could not be saved.<br />Reason: {1}</p></source> <translation><p>Die Patchdatei <b>{0}</b> konnte nicht gespeichert werden.<br>Grund: {1}</p></translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="222"/> + <location filename="../UI/DiffDialog.py" line="223"/> <source>Compare</source> <translation>Vergleichen</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="226"/> + <location filename="../UI/DiffDialog.py" line="227"/> <source>Save</source> <translation>Speichern</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="313"/> + <location filename="../UI/DiffDialog.py" line="306"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Die Patchdatei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> @@ -19020,7 +19020,7 @@ <translation>Der hg-Prozess endete mit dem Code {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1828"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1838"/> <source>The hg process did not finish within 30s.</source> <translation>Der hg-Prozess endete nicht innerhalb von 30s.</translation> </message> @@ -19075,147 +19075,147 @@ <translation>Benenne {0} um</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1022"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1028"/> <source>Reverting changes</source> <translation>Mache Änderungen rückgängig</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1067"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1073"/> <source>Merging</source> <translation>Zusammenführen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1369"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1375"/> <source>Mercurial command</source> <translation>Mercurial-Befehl</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1589"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1595"/> <source>Copying {0}</source> <translation>Kopiere {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1982"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1996"/> <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="2032"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2046"/> <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="2239"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2254"/> <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="2392"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2407"/> <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="2417"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2432"/> <source>Showing the combined configuration settings</source> <translation>Zeige die kombinierten Einstellungen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2441"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2456"/> <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="2465"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2480"/> <source>Recovering from interrupted transaction</source> <translation>Setze abgebrochene Transaktion zurück</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2686"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2702"/> <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="2268"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2283"/> <source>Showing current branch</source> <translation>Zeige aktuellen Zweig</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2618"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2633"/> <source>Create changegroup</source> <translation>Änderungsgruppe erzeugen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2698"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2714"/> <source>Apply changegroups</source> <translation>Änderungsgruppen anwenden</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2716"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2732"/> <source>Bisect subcommand ({0}) invalid.</source> <translation>Ungültiger Bisect Unterbefehl ({0}).</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2746"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2762"/> <source>Mercurial Bisect ({0})</source> <translation>Mercurial-Bisect ({0})</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2639"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2654"/> <source>Preview changegroup</source> <translation>Änderungsgruppe ansehen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2489"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2504"/> <source>Identifying project directory</source> <translation>Projektverzeichnis identifizieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2527"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2542"/> <source>Create .hgignore file</source> <translation>.hgignore-Datei erstellen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2527"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2542"/> <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="2778"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2794"/> <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="2575"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2590"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation>Mercurial-Änderungsgruppendateien (*.hg)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2678"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2694"/> <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="2832"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2848"/> <source>Backing out changeset</source> <translation>Änderungssatz umkehren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2812"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2828"/> <source>No revision given. Aborting...</source> <translation>Keine Revision angegeben. Abbruch...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2592"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2607"/> <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="2859"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2875"/> <source>Rollback last transaction</source> <translation>Letzte Transaktion zurücksetzen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2852"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2868"/> <source>Are you sure you want to rollback the last transaction?</source> <translation>Wollen Sie die letzte Transaktion wirklich zurücksetzen?</translation> </message> @@ -19225,72 +19225,72 @@ <translation>Pflege Änderungen in das Mercurial-Repository ein</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3508"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3524"/> <source>Mercurial Command Server</source> <translation>Mercurial-Befehlsserver</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3348"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3364"/> <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="3508"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3524"/> <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="2927"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2943"/> <source>Import Patch</source> <translation>Patch importieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2974"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2990"/> <source>Export Patches</source> <translation>Patches exportieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3021"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3037"/> <source>Change Phase</source> <translation>Phase ändern</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3074"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3090"/> <source>Copy Changesets</source> <translation>Änderungssätze kopieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3100"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3116"/> <source>Copy Changesets (Continue)</source> <translation>Änderungssätze kopieren (Fortsetzung)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3217"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3233"/> <source>Add Sub-repository</source> <translation>Unterrepository hinzufügen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3250"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3266"/> <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="3198"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3214"/> <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="3269"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3285"/> <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="3269"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3285"/> <source>Remove Sub-repositories</source> <translation>Unterrepositorys löschen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3238"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3254"/> <source><p>The sub-repositories file .hgsub does not exist. Aborting...</p></source> <translation><p>Die Unterrepositorydatei .hgsub existiert nicht. Abbruch...</p></translation> </message> @@ -19305,147 +19305,147 @@ <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="1016"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1022"/> <source>Revert changes</source> <translation>Änderungen rückgängig</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1007"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1013"/> <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="1016"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1022"/> <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="3135"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3151"/> <source>Create Unversioned Archive</source> <translation>Erzeuge nicht versioniertes Archiv</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1898"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1908"/> <source>Mercurial Side-by-Side Difference</source> <translation>Mercurial Unterschiede nebeneinander anzeigen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1898"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1908"/> <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="1831"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1841"/> <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="966"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="972"/> <source>Tagging in the Mercurial repository</source> <translation>Marke im Mercurial-Repository setzen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2246"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2261"/> <source>Created new branch <{0}>.</source> <translation>Neuer Zweig <{0}> wurde angelegt.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1143"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1149"/> <source>Current branch tip</source> <translation>Spitze des aktuellen Zweigs</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2206"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2221"/> <source>Cancelling uncommitted merge</source> <translation>Breche Zusammenführung ab</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3616"/> - <source>Mercurial Bookmark</source> - <translation>Mercurial-Lesezeichen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3634"/> - <source>Delete Bookmark</source> - <translation>Lesezeichen löschen</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3634"/> + <source>Mercurial Bookmark</source> + <translation>Mercurial-Lesezeichen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3652"/> + <source>Delete Bookmark</source> + <translation>Lesezeichen löschen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3652"/> <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="3645"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3663"/> <source>Delete Mercurial Bookmark</source> <translation>Mercurial-Lesezeichen löschen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3673"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3691"/> <source>Rename Mercurial Bookmark</source> <translation>Mercurial-Lesezeichen umbenennen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3706"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3724"/> <source>Move Mercurial Bookmark</source> <translation>Mercurial-Lesezeichen verschieben</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3791"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3809"/> <source>Pull Bookmark</source> <translation>Lesezeichen herunterladen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3791"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3809"/> <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="3802"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3820"/> <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="3824"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3842"/> <source>Push Bookmark</source> <translation>Lesezeichen hochladen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3824"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3842"/> <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="3835"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3853"/> <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="1113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1119"/> <source>Re-Merge</source> <translation>Neu zusammenführen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1104"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1110"/> <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="1113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1119"/> <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="1118"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1124"/> <source>Re-Merging</source> <translation>Neu zusammenführen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2177"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2192"/> <source>Marking as 'unresolved'</source> <translation>Markiere als 'nicht aufgelöst'</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2179"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2194"/> <source>Marking as 'resolved'</source> <translation>Markiere als 'aufgelöst'</translation> </message> @@ -19576,12 +19576,12 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="139"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="139"/> <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> @@ -20093,7 +20093,7 @@ <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/HgBookmarksInOutDialog.py" line="178"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="176"/> <source>no bookmarks found</source> <translation>keine Lesezeichen vorhanden</translation> </message> @@ -20185,20 +20185,30 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="125"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="138"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="125"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="138"/> <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/HgBookmarksListDialog.py" line="160"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="177"/> <source>no bookmarks defined</source> <translation>keine Lesezeichen vorhanden</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="42"/> + <source>Refresh</source> + <translation>Erneuern</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="44"/> + <source>Press to refresh the bookmarks display</source> + <translation>Drücken, um die Lesezeichenanzeige zu erneuern</translation> + </message> </context> <context> <name>HgBranchInputDialog</name> @@ -20851,62 +20861,62 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="211"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="206"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="211"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="206"/> <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/HgDiffDialog.py" line="240"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="234"/> <source>There is no difference.</source> <translation>Es gibt keinen Unterschied.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="457"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="449"/> <source>Save Diff</source> <translation>Diff speichern</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="424"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="416"/> <source>Patch Files (*.diff)</source> <translation>Patchdateien (*.diff)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="457"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="449"/> <source><p>The patch file <b>{0}</b> could not be saved.<br>Reason: {1}</p></source> <translation><p>Die Patchdatei <b>{0}</b> konnte nicht gespeichert werden.<br>Grund: {1}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="441"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="433"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Die Patchdatei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="133"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="128"/> <source>Patch Contents</source> <translation>Patchinhalt</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="254"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="247"/> <source><Start></source> <translation><Anfang></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="255"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="248"/> <source><End></source> <translation><Ende></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="46"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="47"/> <source>Refresh</source> <translation>Aktualisieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="48"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="49"/> <source>Press to refresh the display</source> <translation>Drücken, um die Anzeige zu aktualisieren</translation> </message> @@ -21194,7 +21204,7 @@ <translation>Wähle die als Filter zu verwendende Kategorie</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="318"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="316"/> <source>Revision</source> <translation>Revision</translation> </message> @@ -21279,7 +21289,7 @@ <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/GpgExtension/HgGpgSignaturesDialog.py" line="154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="152"/> <source>no signatures found</source> <translation>keine Signaturen gefunden</translation> </message> @@ -23156,7 +23166,7 @@ <translation>Erzeuge eine Änderungsgruppendatei für Änderungssätze</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1710"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1727"/> <source>Apply changegroups</source> <translation>Änderungsgruppen anwenden</translation> </message> @@ -23361,12 +23371,12 @@ <translation><b>Server für Projektrepository<b><p>Dies stellt einen Server für das Projektrepository zur Verfügung.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1527"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1544"/> <source>Pull</source> <translation>Pull</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1821"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1838"/> <source>The project should be reread. Do this now?</source> <translation>Das Projekt sollte neu gelesen werde. Jetzt durchführen?</translation> </message> @@ -23476,7 +23486,7 @@ <translation><b>Überspringen</b><p>Dies überspringt einen auswählbaren Änderungssatz.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1766"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1783"/> <source>Import Patch</source> <translation>Patch importieren</translation> </message> @@ -23501,7 +23511,7 @@ <translation>Verwaltung von Patches</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1786"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1803"/> <source>Revert Changes</source> <translation>Änderungen rückgängig machen</translation> </message> @@ -23546,7 +23556,7 @@ <translation><b>Phase ändern</b><p>Dies ändert die Phase von Revisionen.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1806"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1823"/> <source>Copy Changesets</source> <translation>Änderungssätze kopieren</translation> </message> @@ -23581,7 +23591,7 @@ <translation>Graft</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1821"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1838"/> <source>Copy Changesets (Continue)</source> <translation>Änderungssätze kopieren (Fortsetzung)</translation> </message> @@ -23971,7 +23981,7 @@ <translation><b>Neu zusammenführen</b><p>Dies führt alle Dateien des Projektes mit nicht aufgelösten Konflikten unter Verlust sämtlicher vorangegangener Versuche erneut zusammen.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1413"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1412"/> <source>Mercurial</source> <translation>Mercurial</translation> </message> @@ -24052,37 +24062,37 @@ <translation>Entfernen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="123"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="116"/> <source>Unsaved Changes</source> <translation>Nicht gesicherte Änderungen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="123"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="116"/> <source>The guards list has been changed. Shall the changes be applied?</source> <translation>Die Liste der Guards wurde verändert. Sollen die Änderungen angewendet werden?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="245"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="238"/> <source>Remove Guards</source> <translation>Guards löschen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="245"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="238"/> <source>Do you really want to remove the selected guards?</source> <translation>Sollen die ausgewählten Guards wirklich gelöscht werden?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="314"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="307"/> <source>Apply Guard Definitions</source> <translation>Guard Definitionen anlegen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="314"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="307"/> <source><p>The defined guards could not be applied.</p><p>Reason: {0}</p></source> <translation><p>Die definierten Guards konnten nicht angelegt werden.</p><p>Ursache: {0}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="306"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="299"/> <source>The Mercurial process did not finish in time.</source> <translation>Der Mercurial-Prozess endete nicht zeitgerecht.</translation> </message> @@ -24156,17 +24166,17 @@ <translation>Änderungsbeschreibung</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="107"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="110"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="107"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="110"/> <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/QueuesExtension/HgQueuesHeaderDialog.py" line="195"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="196"/> <source>Error: </source> <translation>Fehler:</translation> </message> @@ -24276,42 +24286,42 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="195"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="198"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="195"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="198"/> <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/QueuesExtension/HgQueuesListDialog.py" line="230"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="231"/> <source>no patches found</source> <translation>keine Patches gefunden</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="56"/> - <source>applied</source> - <translation>angewandt</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="57"/> - <source>not applied</source> - <translation>nicht angewandt</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="58"/> - <source>guarded</source> - <translation>geschützt</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="59"/> + <source>applied</source> + <translation>angewandt</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="60"/> + <source>not applied</source> + <translation>nicht angewandt</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="61"/> + <source>guarded</source> + <translation>geschützt</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="62"/> <source>missing</source> <translation>fehlt</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="304"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="305"/> <source>unknown</source> <translation>unbekannt</translation> </message> @@ -25317,7 +25327,7 @@ <context> <name>HgStatusDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="257"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="264"/> <source>Mercurial Status</source> <translation>Mercurial-Status</translation> </message> @@ -25394,102 +25404,102 @@ <translation>Drücken, um die Statusanzeige zu erneuern</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="84"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="90"/> <source>Commit changes to repository...</source> <translation>Änderungen einpflegen...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="93"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="99"/> <source>Add to repository</source> <translation>Zum Repository hinzufügen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="109"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="115"/> <source>Revert changes</source> <translation>Änderungen rückgängig</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="125"/> <source>Adjust column sizes</source> <translation>Spaltengrößen anpassen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="158"/> - <source>added</source> - <translation>hinzugefügt</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="161"/> - <source>modified</source> - <translation>modifiziert</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="162"/> - <source>removed</source> - <translation>gelöscht</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="163"/> - <source>not tracked</source> - <translation>nicht versioniert</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="159"/> - <source>normal</source> - <translation>normal</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="160"/> - <source>ignored</source> - <translation>ignoriert</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="164"/> + <source>added</source> + <translation>hinzugefügt</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="167"/> + <source>modified</source> + <translation>modifiziert</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="168"/> + <source>removed</source> + <translation>gelöscht</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="169"/> + <source>not tracked</source> + <translation>nicht versioniert</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="165"/> + <source>normal</source> + <translation>normal</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="166"/> + <source>ignored</source> + <translation>ignoriert</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="170"/> <source>missing</source> <translation>fehlt</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="313"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="316"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="313"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="316"/> <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/HgStatusDialog.py" line="653"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="649"/> <source>Commit</source> <translation>Einpflegen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="819"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="815"/> <source>There are no uncommitted changes available/selected.</source> <translation>Es sind keine nicht eingepflegten Änderungen vorhanden/ausgewählt.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="717"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="713"/> <source>Add</source> <translation>Hinzufügen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="717"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="713"/> <source>There are no unversioned entries available/selected.</source> <translation>Es sind keine unversionierten Einträge vorhanden/ausgewählt.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="781"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="777"/> <source>Revert</source> <translation>Rückgängig machen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="740"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="736"/> <source>Remove</source> <translation>Entfernen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="781"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="777"/> <source>There are no missing entries available/selected.</source> <translation>Es sind keine fehlenden Einträge vorhanden/ausgewählt.</translation> </message> @@ -25564,42 +25574,42 @@ <translation>&Wiederherstellen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="103"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="109"/> <source>Show differences</source> <translation>Unterschiede anzeigen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="115"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="121"/> <source>Restore missing</source> <translation>Fehlende wiederherstellen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="528"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="524"/> <source>all</source> <translation>alle</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="799"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="795"/> <source>Differences</source> <translation>Unterschiede</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="653"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="649"/> <source>There are no entries selected to be committed.</source> <translation>Es sind keine Einträge zum Einpflegen ausgewählt.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="87"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="93"/> <source>Select all for commit</source> <translation>Alle zum Einpflegen auswählen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="89"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="95"/> <source>Deselect all from commit</source> <translation>Alle vom Einpflegen abwählen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="254"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="261"/> <source>Mercurial Queue Repository Status</source> <translation>Mercurial Status des Queue-Repositories</translation> </message> @@ -25614,32 +25624,32 @@ <translation>Unterschiede &nebeneinander</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="826"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="822"/> <source>Side-by-Side Diff</source> <translation>Unterschiede nebeneinander</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="826"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="822"/> <source>Only one file with uncommitted changes must be selected.</source> <translation>Es darf nur eine Datei ausgewählt werden.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="106"/> - <source>Show differences side-by-side</source> - <translation>Unterschiede nebeneinander anzeigen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="134"/> - <source>Add as Large File</source> - <translation>Als Binärriese hinzufügen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="137"/> - <source>Add as Normal File</source> - <translation>Als Normale Datei hinzufügen</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="112"/> + <source>Show differences side-by-side</source> + <translation>Unterschiede nebeneinander anzeigen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="140"/> + <source>Add as Large File</source> + <translation>Als Binärriese hinzufügen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="143"/> + <source>Add as Normal File</source> + <translation>Als Normale Datei hinzufügen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="118"/> <source>Forget missing</source> <translation>Fehlende vergessen</translation> </message> @@ -25680,202 +25690,202 @@ <translation>Drücken, um die Informationsanzeige zu erneuern</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="115"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="115"/> <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/HgSummaryDialog.py" line="339"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="337"/> <source><tr><td><b>Parent</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/HgSummaryDialog.py" line="343"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="341"/> <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/HgSummaryDialog.py" line="347"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="345"/> <source><tr><td><b>Commit Message</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Änderungsbeschreibung</b></td><td>{0}</td></tr></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="351"/> + <source>empty repository</source> + <translation>leeres Repository</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="353"/> - <source>empty repository</source> - <translation>leeres Repository</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="355"/> <source>no revision checked out</source> <translation>keine Revision ausgecheckt</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="356"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="354"/> <source><tr><td><b>Remarks</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Anmerkungen</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="360"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="358"/> <source><tr><td><b>Branch</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Zweig</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="368"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="366"/> <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/HgSummaryDialog.py" line="373"/> + <source>{0} modified</source> + <translation>{0} modifiziert</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="375"/> - <source>{0} modified</source> - <translation>{0} modifiziert</translation> + <source>{0} added</source> + <translation>{0} hinzugefügt</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="377"/> - <source>{0} added</source> - <translation>{0} hinzugefügt</translation> + <source>{0} removed</source> + <translation>{0} entfernt</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="379"/> - <source>{0} removed</source> - <translation>{0} entfernt</translation> + <source>{0} renamed</source> + <translation>{0} umbenannt</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="381"/> - <source>{0} renamed</source> - <translation>{0} umbenannt</translation> + <source>{0} copied</source> + <translation>{0} kopiert</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="383"/> - <source>{0} copied</source> - <translation>{0} kopiert</translation> + <source>{0} deleted</source> + <translation>{0} gelöscht</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="385"/> - <source>{0} deleted</source> - <translation>{0} gelöscht</translation> + <source>{0} unknown</source> + <translation>{0} unbekannt</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="387"/> - <source>{0} unknown</source> - <translation>{0} unbekannt</translation> + <source>{0} ignored</source> + <translation>{0} ignoriert</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="389"/> - <source>{0} ignored</source> - <translation>{0} ignoriert</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="391"/> <source>{0} unresolved</source> <translation>{0} nicht aufgelöst</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="394"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="392"/> <source>{0} subrepos</source> <translation>{0} Subrepositories</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="395"/> + <source>Merge needed</source> + <translation>Zusammenführung notwendig</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="397"/> - <source>Merge needed</source> - <translation>Zusammenführung notwendig</translation> + <source>New Branch</source> + <translation>Neuer Zweig</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="399"/> - <source>New Branch</source> - <translation>Neuer Zweig</translation> + <source>Head is closed</source> + <translation>Kopf ist geschlossen</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="401"/> - <source>Head is closed</source> - <translation>Kopf ist geschlossen</translation> + <source>No commit required</source> + <translation>Kein Einpflegen erforderlich</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="403"/> - <source>No commit required</source> - <translation>Kein Einpflegen erforderlich</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="405"/> <source>New Branch Head</source> <translation>Neuer Zweigkopf</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="406"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="404"/> <source><tr><td><b>Commit Status</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Änderungsstatus</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="411"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="409"/> <source>current</source> <translation>aktuell</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="426"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="424"/> <source>unknown status</source> <translation>unbekannter Status</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="427"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="425"/> <source><tr><td><b>Update Status</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Aktualisierungsstatus</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="432"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="430"/> <source>synched</source> <translation>synchron</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="434"/> + <source>1 or more incoming</source> + <translation>1 oder mehr eingehende</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="436"/> - <source>1 or more incoming</source> - <translation>1 oder mehr eingehende</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="438"/> <source>{0} outgoing</source> <translation>{0} ausgehende</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="447"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="445"/> <source><tr><td><b>Remote Status</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Entfernter Status</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="452"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="450"/> <source>empty queue</source> <translation>leere Patchschlange</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="456"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="454"/> <source>{0} applied</source> <translation>{0} angewendet</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="459"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="457"/> <source>{0} unapplied</source> <translation>{0} nicht angewendet</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="462"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="460"/> <source><tr><td><b>Queues Status</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Patchschlangenstatus</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="476"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="474"/> <source><p>No status information available.</p></source> <translation><p>Es sind keine Statusinformationen vorhanden.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="335"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="333"/> <source><tr><td><b>Parent #{0}</b></td><td>{1}</td></tr></source> <translation><tr><td><b>Vorgänger #{0}</b></td><td>{1}</td></tr></translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="413"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="411"/> <source>%n new changeset(s)<br/>Update required</source> <translation> <numerusform>%n neuer Änderungssatz<br/>Aktualisierung erforderlich</numerusform> @@ -25883,7 +25893,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="417"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="415"/> <source>%n new changeset(s)</source> <translation> <numerusform>%n neuer Änderungssatz</numerusform> @@ -25891,7 +25901,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="419"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="417"/> <source>%n branch head(s)</source> <translation> <numerusform>%n Zweigkopf</numerusform> @@ -25899,13 +25909,13 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="421"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="419"/> <source>{0}<br/>{1}<br/>Merge required</source> <comment>0 is changesets, 1 is branch heads</comment> <translation>{0}<br/>{1}<br/>Zusammenführung erforderlich</translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="441"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="439"/> <source>%n incoming bookmark(s)</source> <translation> <numerusform>%n eingehendes Lesezeichen</numerusform> @@ -25913,7 +25923,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="444"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="442"/> <source>%n outgoing bookmark(s)</source> <translation> <numerusform>%n ausgehendes Lesezeichen</numerusform> @@ -25921,12 +25931,12 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="467"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="465"/> <source>No files to upload</source> <translation>Keine Dateien hochzuladen</translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="469"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="467"/> <source>%n file(s) to upload</source> <translation> <numerusform>%n Datei hochzuladen</numerusform> @@ -25934,7 +25944,7 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="471"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="469"/> <source><tr><td><b>Large Files</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Binärriesen</b></td><td>{0}</td></tr></translation> </message> @@ -26026,32 +26036,32 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="94"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="97"/> <source>Mercurial Branches List</source> <translation>Mercurial-Zweigliste</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="95"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="98"/> <source>Status</source> <translation>Status</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="141"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="141"/> <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/HgTagBranchListDialog.py" line="257"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="258"/> <source>active</source> <translation>aktiv</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="262"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="263"/> <source>yes</source> <translation>ja</translation> </message> @@ -34982,72 +34992,72 @@ <context> <name>PluginManager</name> <message> - <location filename="../PluginManager/PluginManager.py" line="541"/> + <location filename="../PluginManager/PluginManager.py" line="574"/> <source>Incompatible plugin activation method.</source> <translation>Nicht kompatible Plugin-Aktivierungsmethode.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="342"/> + <location filename="../PluginManager/PluginManager.py" line="343"/> <source>Module is missing the 'autoactivate' attribute.</source> <translation>Dem Modul fehlt das Attribut „autoactivate“.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="367"/> + <location filename="../PluginManager/PluginManager.py" line="368"/> <source>Module is missing the 'pluginType' and/or 'pluginTypename' attributes.</source> <translation>Dem Modul fehlt das Attribut „pluginType“ und/oder „pluginTypename“.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="385"/> + <location filename="../PluginManager/PluginManager.py" line="393"/> <source>Module failed to load. Error: {0}</source> <translation>Modul konnte nicht geladen werden. Fehler: {0}</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1083"/> <source>Plugin Manager Error</source> <translation>Pluginmanager-Fehler</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1083"/> <source><p>The plugin download directory <b>{0}</b> could not be created. Please configure it via the configuration dialog.</p><p>Reason: {1}</p></source> <translation><p>Das Downloadverzeichnis für Plugins <b>{0}</b> konnte nicht erzeugt werden. Bitte über den Konfigurationsdialog einstellen.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="187"/> + <location filename="../PluginManager/PluginManager.py" line="188"/> <source>Could not create a package for {0}.</source> <translation>Konnte kein Package für {0} erzeugen.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="222"/> + <location filename="../PluginManager/PluginManager.py" line="223"/> <source>The internal plugin directory <b>{0}</b> does not exits.</source> <translation>Das interne Pluginverzeichnis <b>{0}</b> existiert nicht.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1149"/> <source>Error downloading file</source> <translation>Fehler beim Herunterladen der Datei</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1149"/> <source><p>Could not download the requested file from {0}.</p><p>Error: {1}</p></source> <translation><p>Die angefragte Datei konnte nicht von {0} gedownloaded werden.</p><p>Fehler: {1}</p></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1184"/> <source>New plugin versions available</source> <translation>Neue Plugin Versionen verfügbar</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1184"/> <source><p>There are new plug-ins or plug-in updates available. Use the plug-in repository dialog to get them.</p></source> <translation><p>Es sind neue Plugins oder neue Plugin Versionen verfügbar. Benutze den Plugin-Repository Dialog, um sie zu laden.</p></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="348"/> + <location filename="../PluginManager/PluginManager.py" line="349"/> <source>Module is missing the Python2 compatibility flag. Please update.</source> <translation>Dem Modul fehlt das Python2 Kompatibilitätsflag. Bitte aktualisieren.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="353"/> + <location filename="../PluginManager/PluginManager.py" line="354"/> <source>Module is not Python2 compatible.</source> <translation>Modul ist nicht mit Python2 kompatibel.</translation> </message> @@ -40588,7 +40598,7 @@ <translation><b>Modernisieren</b><p>Ändert das Format der Arbeitskopie in das aktuelle Format.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="576"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="575"/> <source>Subversion (pysvn)</source> <translation>Subversion (pysvn)</translation> </message> @@ -47845,57 +47855,57 @@ <translation>Expotiere das Projekt aus dem Subversion-Repository</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1219"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1224"/> <source>Subversion Error</source> <translation>Subversion-Fehler</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1049"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1054"/> <source>The URL of the project repository could not be retrieved from the working copy. The tag operation will be aborted</source> <translation>Die URL des Projektrepositorys konnte nicht aus der Arbeitskopie ermittelt werden. Die Tag-Operation wird abgebrochen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1076"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1081"/> <source>The URL of the project repository has an invalid format. The tag operation will be aborted</source> <translation>Die URL des Projektrepositorys hat ein ungültiges Format. Die Tag-Operation wird abgebrochen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1113"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1118"/> <source>Tagging {0} in the Subversion repository</source> <translation>Markiere {0} im Subversion-Repository</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1192"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1197"/> <source>The URL of the project repository could not be retrieved from the working copy. The switch operation will be aborted</source> <translation>Die URL des Projektrepositorys konnte nicht aus der Arbeitskopie ermittelt werden. Die Umschaltoperation wird abgebrochen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1219"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1224"/> <source>The URL of the project repository has an invalid format. The switch operation will be aborted</source> <translation>Die URL des Projektrepositorys hat ein ungültiges Format. Die Umschaltoperation wird abgebrochen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1243"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1248"/> <source>Switching to {0}</source> <translation>Schalte {0} um</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1348"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1353"/> <source>Merging {0}</source> <translation>Arbeite Änderungen in {0} ein</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1649"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1654"/> <source>Cleaning up {0}</source> <translation>Räume {0} auf</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1688"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1693"/> <source>Subversion command</source> <translation>Subversion-Befehl</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1850"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1855"/> <source>Copying {0}</source> <translation>Kopiere {0}</translation> </message> @@ -47915,22 +47925,22 @@ <translation>Subversion-Export</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1921"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1928"/> <source>Subversion Set Property</source> <translation>Subversion-Eigenschaft definieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1955"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1962"/> <source>You have to supply a property name. Aborting.</source> <translation>Sie müssen einen Namen für die Eigenschaft angeben. Abbruch.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1975"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1982"/> <source>Subversion Delete Property</source> <translation>Subversion-Eigenschaft löschen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1784"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1791"/> <source>Enter property name</source> <translation>Gib den Namen der Eigenschaft ein</translation> </message> @@ -47960,12 +47970,12 @@ <translation>Lösche Dateien/Verzeichnisse aus dem Subversion-Repository</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1163"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1168"/> <source>Reverting changes</source> <translation>Mache Änderungen rückgängig</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1809"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1814"/> <source>Resolving conficts</source> <translation>Löse Konflikte</translation> </message> @@ -48000,12 +48010,12 @@ <translation>Wähle Anzahl der anzuzeigenden Einträge.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2271"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2288"/> <source>Locking in the Subversion repository</source> <translation>Sperren im Subversion-Repository</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2311"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2328"/> <source>Unlocking in the Subversion repository</source> <translation>Entsperren im Subversion-Repository</translation> </message> @@ -48015,34 +48025,34 @@ <translation>Revision {0} eingepflegt.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1250"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1255"/> <source>Revision {0}. </source> <translation>Revision {0}. </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1937"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1944"/> <source>Property set.</source> <translation>Eigenschaft definiert.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1990"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1997"/> <source>Property deleted.</source> <translation>Eigenschaft gelöscht.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2251"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2268"/> <source>Subversion Lock</source> <translation>Subversion-Sperre</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2251"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2268"/> <source>Enter lock comment</source> <translation>Gib eine Kommentar für die Sperre ein</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2359"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2376"/> <source>Relocating</source> <translation>Relozierung</translation> </message> @@ -48209,7 +48219,7 @@ <translation>Der svn-Prozess endete mit dem Code {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1973"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1984"/> <source>The svn process did not finish within 30s.</source> <translation>Der svn-Prozess endete nicht innerhalb von 30s.</translation> </message> @@ -48219,27 +48229,27 @@ <translation>Das svn-Programm konnte nicht gestartet werden.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2385"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2402"/> <source>Repository Browser</source> <translation>Repositorybrowser</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2385"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2402"/> <source>Enter the repository URL.</source> <translation>Gib die URL des Repository ein.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2410"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2430"/> <source>Remove from changelist</source> <translation>Von Änderungsliste entfernen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2447"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2467"/> <source>Add to changelist</source> <translation>Zu Änderungsliste hinzufügen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2436"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2456"/> <source>Enter name of the changelist:</source> <translation>Gib den Namen der Änderungsliste ein:</translation> </message> @@ -48269,37 +48279,37 @@ <translation>Das Einpflegen von Änderungen betrifft Dateien mit ungesicherten Änderungen. Soll die Aktion fortgesetzt werden?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1156"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1161"/> <source>Revert changes</source> <translation>Änderungen rückgängig</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1147"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1152"/> <source>Do you really want to revert all changes to these files or directories?</source> <translation>Wollen Sie wirklich alle Änderungen an den folgenden Dateien oder Verzeichnissen rückgängig machen?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1156"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1161"/> <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/vcsSubversion/subversion.py" line="1976"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1987"/> <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/vcsPySvn/subversion.py" line="2212"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2227"/> <source>Subversion Side-by-Side Difference</source> <translation>Subversion Unterschiede nebeneinander anzeigen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2212"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2227"/> <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/vcsPySvn/subversion.py" line="2508"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2528"/> <source>Upgrade</source> <translation>Modernisieren</translation> </message> @@ -48468,12 +48478,12 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="100"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="101"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="100"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="101"/> <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> @@ -48550,22 +48560,22 @@ <translation>Alt+K</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="83"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="87"/> <source>Files (relative to {0}):</source> <translation>Dateien (relativ zu {0}):</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="149"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="148"/> <source>No changelists found</source> <translation>Keine Änderungslisten gefunden</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="118"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="118"/> <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> @@ -48907,27 +48917,27 @@ <context> <name>SvnDiffDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="176"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="171"/> <source>Subversion Diff</source> <translation>Subversion-Diff</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="283"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="277"/> <source>There is no difference.</source> <translation>Es gibt keinen Unterschied.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="434"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="415"/> <source>Patch Files (*.diff)</source> <translation>Patchdateien (*.diff)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="467"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="448"/> <source>Save Diff</source> <translation>Diff speichern</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="467"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="448"/> <source><p>The patch file <b>{0}</b> could not be saved.<br>Reason: {1}</p></source> <translation><p>Die Patchdatei <b>{0}</b> konnte nicht gespeichert werden.<br>Grund: {1}</p></translation> </message> @@ -48987,49 +48997,49 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="197"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="192"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="176"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="171"/> <source>There is no temporary directory available.</source> <translation>Es steht kein temporäres Verzeichnis zur verfügung.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="219"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="214"/> <source>Processing file '{0}'... </source> <translation>Bearbeite Datei „{0}“... </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="197"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="192"/> <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/vcsPySvn/SvnDiffDialog.py" line="451"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="432"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Die Patchdatei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="354"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="335"/> <source><Start></source> <translation><Anfang></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="355"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="336"/> <source><End></source> <translation><Ende></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="47"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="48"/> <source>Refresh</source> <translation>Aktualisieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="49"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="50"/> <source>Press to refresh the display</source> <translation>Drücken, um die Anzeige zu aktualisieren</translation> </message> @@ -50592,7 +50602,7 @@ <translation><b>Unterschiede anzeigen (URLs)</b><p>Dies zeigt Unterschiede des Projektes zwischen zwei Repository-URLs.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="560"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="559"/> <source>Subversion (svn)</source> <translation>Subversion (svn)</translation> </message> @@ -50669,17 +50679,17 @@ <p>Dies zeigt mögliche Fehlermeldungen des subversion proplist-Befehls.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="134"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="152"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="136"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="152"/> <source>None</source> <translation>Keine</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="134"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="152"/> <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> @@ -50688,6 +50698,16 @@ <source>Errors</source> <translation>Fehler</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="43"/> + <source>Refresh</source> + <translation>Erneuern</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="45"/> + <source>Press to refresh the properties display</source> + <translation>Drücken, um die Eigenschaftenanzeige zu erneuern</translation> + </message> </context> <context> <name>SvnPropSetDialog</name> @@ -50838,7 +50858,7 @@ <translation>Datum</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py" line="284"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py" line="288"/> <source>Subversion Error</source> <translation>Subversion-Fehler</translation> </message> @@ -51019,42 +51039,42 @@ <context> <name>SvnStatusDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="169"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="173"/> <source>normal</source> <translation>normal</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="157"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="161"/> <source>added</source> <translation>hinzugefügt</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="162"/> <source>deleted</source> <translation>gelöscht</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="174"/> + <source>modified</source> + <translation>modifiziert</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="175"/> + <source>conflict</source> + <translation>Konflikt</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="168"/> + <source>unversioned</source> + <translation>unversioniert</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="169"/> + <source>missing</source> + <translation>fehlt</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="170"/> - <source>modified</source> - <translation>modifiziert</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="171"/> - <source>conflict</source> - <translation>Konflikt</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="164"/> - <source>unversioned</source> - <translation>unversioniert</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="165"/> - <source>missing</source> - <translation>fehlt</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="166"/> <source>type error</source> <translation>Typfehler</translation> </message> @@ -51069,17 +51089,17 @@ <translation>ja</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="162"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="166"/> <source>external</source> <translation>Extern</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="163"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="167"/> <source>ignored</source> <translation>ignoriert</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="286"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="293"/> <source>Subversion Status</source> <translation>Subversion-Status</translation> </message> @@ -51089,22 +51109,22 @@ <translation>Änderungen einpflegen...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="609"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="607"/> <source>Commit</source> <translation>Einpflegen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="734"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="732"/> <source>There are no uncommitted changes available/selected.</source> <translation>Es sind keine nicht eingepflegten Änderungen vorhanden/ausgewählt.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="757"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="755"/> <source>Lock</source> <translation>Sperren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="774"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="772"/> <source>Unlock</source> <translation>Entsperren</translation> </message> @@ -51144,27 +51164,27 @@ <translation>nicht gesperrt</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="160"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="164"/> <source>replaced</source> <translation>ersetzt</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="757"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="755"/> <source>There are no unlocked files available/selected.</source> <translation>Es sind keine ungesperrten Dateien vorhanden/ausgewählt.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="810"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="808"/> <source>There are no locked files available/selected.</source> <translation>Es sind keine gesperrten Dateien vorhanden/ausgewählt.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="792"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="790"/> <source>Break Lock</source> <translation>Sperre brechen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="810"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="808"/> <source>Steal Lock</source> <translation>Sperre stehlen</translation> </message> @@ -51286,7 +51306,7 @@ <translation>Spaltengrößen anpassen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="402"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="401"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> @@ -51306,22 +51326,22 @@ <translation>Änderungen rückgängig</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="649"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="647"/> <source>Add</source> <translation>Hinzufügen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="649"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="647"/> <source>There are no unversioned entries available/selected.</source> <translation>Es sind keine unversionierten Einträge vorhanden/ausgewählt.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="695"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="693"/> <source>Revert</source> <translation>Rückgängig machen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="402"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="401"/> <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> @@ -51336,17 +51356,17 @@ <translation>Zu Änderungsliste hinzufügen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="846"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="844"/> <source>Remove from Changelist</source> <translation>Von Änderungsliste entfernen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="827"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="825"/> <source>There are no files available/selected not belonging to a changelist.</source> <translation>Es sind keine Dateien vorhanden/ausgewählt, die nicht zu einer Änderungsliste gehören.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="846"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="844"/> <source>There are no files available/selected belonging to a changelist.</source> <translation>Es sind keine Dateien vorhanden/ausgewählt, die zu einer Änderungsliste gehören.</translation> </message> @@ -51421,22 +51441,22 @@ <translation>Fehlende wiederherstellen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="521"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="519"/> <source>all</source> <translation>alle</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="713"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="711"/> <source>Differences</source> <translation>Unterschiede</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="609"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="607"/> <source>There are no entries selected to be committed.</source> <translation>Es sind keine Einträge zum Einpflegen ausgewählt.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="695"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="693"/> <source>There are no missing entries available/selected.</source> <translation>Es sind keine fehlenden Einträge vorhanden/ausgewählt.</translation> </message> @@ -51466,12 +51486,12 @@ <translation>Unterschiede nebeneinander anzeigen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="741"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="739"/> <source>Side-by-Side Diff</source> <translation>Unterschiede nebeneinander</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="741"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="739"/> <source>Only one file with uncommitted changes must be selected.</source> <translation>Es darf nur eine Datei ausgewählt werden.</translation> </message> @@ -51563,37 +51583,37 @@ <context> <name>SvnTagBranchListDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="72"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="74"/> <source>Subversion Branches List</source> <translation>Subversion-Zweigliste</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="94"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="96"/> <source>Subversion Error</source> <translation>Subversion-Fehler</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="80"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="82"/> <source>The URL of the project repository could not be retrieved from the working copy. The list operation will be aborted</source> <translation>Die URL des Projektrepositorys konnte nicht aus der Arbeitskopie ermittelt werden. Die Anzeigeoperation wird abgebrochen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="94"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="96"/> <source>The URL of the project repository has an invalid format. The list operation will be aborted</source> <translation>Die URL des Projektrepositorys hat ein ungültiges Format. Die Anzeigeoperation wird abgebrochen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="121"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="123"/> <source>Subversion List</source> <translation>Subversion-List</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="110"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="112"/> <source>Enter the repository URL containing the tags or branches</source> <translation>Gib den Repositoryzweig ein, der die Tags oder Zweige enthält</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="121"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="123"/> <source>The repository URL is empty. Aborting...</source> <translation>Die URL des Repositorys ist leer. Abbruch...</translation> </message> @@ -51682,17 +51702,17 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="166"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="168"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="166"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="168"/> <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/vcsPySvn/SvnTagBranchListDialog.py" line="155"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="157"/> <source>The installed version of PySvn should be 1.4.0 or better.</source> <translation>Die installierte PySvn-Version muss 1.4.0 oder neuer sein.</translation> </message> @@ -55865,132 +55885,132 @@ <context> <name>TrayStarter</name> <message> - <location filename="../Tools/TrayStarter.py" line="61"/> + <location filename="../Tools/TrayStarter.py" line="65"/> <source>Recent Projects</source> <translation>Zuletzt geöffnete Projekte</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="73"/> + <location filename="../Tools/TrayStarter.py" line="77"/> <source>Recent Files</source> <translation>Zuletzt geöffnete Dateien</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="84"/> + <location filename="../Tools/TrayStarter.py" line="88"/> <source>QRegExp editor</source> <translation>QRegExp Editor</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="86"/> - <source>Python re editor</source> - <translation>Python-re-Editor</translation> - </message> - <message> <location filename="../Tools/TrayStarter.py" line="90"/> + <source>Python re editor</source> + <translation>Python-re-Editor</translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="94"/> <source>UI Previewer</source> <translation>UI Betrachter</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="93"/> + <location filename="../Tools/TrayStarter.py" line="97"/> <source>Translations Previewer</source> <translation>Übersetzungsvorschau</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="96"/> + <location filename="../Tools/TrayStarter.py" line="100"/> <source>Unittest</source> <translation>Modultest</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="104"/> + <location filename="../Tools/TrayStarter.py" line="108"/> <source>Compare Files</source> <translation>Dateien vergleichen</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="107"/> + <location filename="../Tools/TrayStarter.py" line="111"/> <source>Compare Files side by side</source> <translation>Dateien Seite an Seite vergleichen</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="136"/> + <location filename="../Tools/TrayStarter.py" line="140"/> <source>Preferences</source> <translation>Einstellungen</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="162"/> + <location filename="../Tools/TrayStarter.py" line="166"/> <source>Quit</source> <translation>Beenden</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="242"/> + <location filename="../Tools/TrayStarter.py" line="248"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="242"/> + <location filename="../Tools/TrayStarter.py" line="248"/> <source><p>Could not start the process.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Der Prozess konnte nicht gestartet werden.<br>StellenSie sicher, dass er als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="242"/> + <location filename="../Tools/TrayStarter.py" line="248"/> <source>OK</source> <translation>OK</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="125"/> + <location filename="../Tools/TrayStarter.py" line="129"/> <source>Install Plugin</source> <translation>Plugin installieren</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="128"/> + <location filename="../Tools/TrayStarter.py" line="132"/> <source>Uninstall Plugin</source> <translation>Plugin deinstallieren</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="131"/> + <location filename="../Tools/TrayStarter.py" line="135"/> <source>Plugin Repository</source> <translation>Plugin Repository</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="68"/> + <location filename="../Tools/TrayStarter.py" line="72"/> <source>Recent Multiprojects</source> <translation>Zuletzt geöffnete Mehrfachprojekte</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="112"/> + <location filename="../Tools/TrayStarter.py" line="116"/> <source>SQL Browser</source> <translation>SQL-Browser</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="120"/> + <location filename="../Tools/TrayStarter.py" line="124"/> <source>Icon Editor</source> <translation>Icon-Editor</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="117"/> + <location filename="../Tools/TrayStarter.py" line="121"/> <source>Snapshot</source> <translation>Bildschirmfoto</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="147"/> + <location filename="../Tools/TrayStarter.py" line="151"/> <source>Configure Tray Starter</source> <translation>Systemstarter konfigurieren</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="77"/> + <location filename="../Tools/TrayStarter.py" line="81"/> <source>Eric6 tray starter</source> <translation>Eric6 Systemstarter</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="99"/> + <location filename="../Tools/TrayStarter.py" line="103"/> <source>eric6 Web Browser</source> <translation>eric6-Webbrowser</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="139"/> + <location filename="../Tools/TrayStarter.py" line="143"/> <source>eric6 IDE</source> <translation>eric6 Entwicklungsumgebung</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="142"/> + <location filename="../Tools/TrayStarter.py" line="146"/> <source>eric6 Mini Editor</source> <translation>eric6 Mini Editor</translation> </message> @@ -57022,257 +57042,257 @@ <context> <name>UserInterface</name> <message> - <location filename="../UI/UserInterface.py" line="1576"/> + <location filename="../UI/UserInterface.py" line="1568"/> <source>What's This?</source> <translation>Was ist das?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1582"/> + <location filename="../UI/UserInterface.py" line="1574"/> <source>Context sensitive help</source> <translation>Kontextsensitive Hilfe</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1583"/> + <location filename="../UI/UserInterface.py" line="1575"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Zeige kontextsensitive Hilfe an<b></p>Im „Was ist das?“-Modus (der Mauszeiger stellt einen Pfeil mit Fragezeichen dar) wird auf einen Mausklick eine kurze Hilfebeschreibung zu dem ausgewählten MMI-Element angezeigt. In Dialogen kann diese Funktionalität durch den entsprechenden Knopf im Fensterkopf erreicht werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1594"/> + <location filename="../UI/UserInterface.py" line="1586"/> <source>Helpviewer</source> <translation>Hilfe</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1594"/> + <location filename="../UI/UserInterface.py" line="1586"/> <source>&Helpviewer...</source> <translation>&Hilfe...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1600"/> + <location filename="../UI/UserInterface.py" line="1592"/> <source>Open the helpviewer window</source> <translation>Öffnet das Hilfe-Fenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2601"/> + <location filename="../UI/UserInterface.py" line="2593"/> <source>Unittest</source> <translation>Modultests</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1697"/> + <location filename="../UI/UserInterface.py" line="1689"/> <source>&Unittest...</source> <translation>&Modultests...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1702"/> + <location filename="../UI/UserInterface.py" line="1694"/> <source>Start unittest dialog</source> <translation>Starte den Modultest Dialog</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2478"/> + <location filename="../UI/UserInterface.py" line="2470"/> <source>&Window</source> <translation>&Fenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2446"/> + <location filename="../UI/UserInterface.py" line="2438"/> <source>&Tools</source> <translation>&Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2528"/> + <location filename="../UI/UserInterface.py" line="2520"/> <source>&Help</source> <translation>&Hilfe</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1215"/> + <location filename="../UI/UserInterface.py" line="1207"/> <source>Quit</source> <translation>Beenden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1947"/> + <location filename="../UI/UserInterface.py" line="1939"/> <source>Preferences</source> <translation>Einstellungen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1947"/> + <location filename="../UI/UserInterface.py" line="1939"/> <source>&Preferences...</source> <translation>&Einstellungen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1952"/> + <location filename="../UI/UserInterface.py" line="1944"/> <source>Set the prefered configuration</source> <translation>Konfiguriert die Einstellungen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1954"/> + <location filename="../UI/UserInterface.py" line="1946"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Einstellungen</b><p>Konfiguriert die einstellbaren Parameter der Applikation nach Ihren Wünschen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1221"/> + <location filename="../UI/UserInterface.py" line="1213"/> <source>Quit the IDE</source> <translation>Beenden der Entwicklungsumgebung</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2600"/> + <location filename="../UI/UserInterface.py" line="2592"/> <source>Tools</source> <translation>Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4311"/> + <location filename="../UI/UserInterface.py" line="4348"/> <source>Help</source> <translation>Hilfe</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2503"/> + <location filename="../UI/UserInterface.py" line="2495"/> <source>&Toolbars</source> <translation>&Werkzeugleisten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4437"/> + <location filename="../UI/UserInterface.py" line="4474"/> <source>Problem</source> <translation>Problem</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1215"/> + <location filename="../UI/UserInterface.py" line="1207"/> <source>&Quit</source> <translation>B&eenden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1222"/> + <location filename="../UI/UserInterface.py" line="1214"/> <source><b>Quit the IDE</b><p>This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> <translation><b>Die Entwicklungsumgebung beenden</b><p>Dies beendet die Entwicklungsumgebung. Ungesicherte Änderungen können zuvor gesichert werden. Ein Python-Programm, das gerade debuggt wird, wird beendet und sämtliche Einstellungen werden gespeichert.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1576"/> + <location filename="../UI/UserInterface.py" line="1568"/> <source>&What's This?</source> <translation>&Was ist das?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4612"/> + <location filename="../UI/UserInterface.py" line="4649"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1181"/> + <location filename="../UI/UserInterface.py" line="1173"/> <source>{0} - Passive Mode</source> <translation>{0} – Passiver Modus</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1188"/> + <location filename="../UI/UserInterface.py" line="1180"/> <source>{0} - {1} - Passive Mode</source> <translation>{0} – {1} – Passiver Modus</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1371"/> + <location filename="../UI/UserInterface.py" line="1363"/> <source>Log-Viewer</source> <translation>Ausgabefenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2602"/> + <location filename="../UI/UserInterface.py" line="2594"/> <source>Settings</source> <translation>Einstellungen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1611"/> <source>Show Versions</source> <translation>Zeige Versionen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1611"/> <source>Show &Versions</source> <translation>Zeige &Versionen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1623"/> + <location filename="../UI/UserInterface.py" line="1615"/> <source>Display version information</source> <translation>Zeigt Versionsinformationen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1625"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source><b>Show Versions</b><p>Display version information.</p></source> <translation><b>Zeige Versionen</b><p>Zeigt Versionsinformationen an.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2052"/> + <location filename="../UI/UserInterface.py" line="2044"/> <source>Keyboard Shortcuts</source> <translation>Tastaturkurzbefehle</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2052"/> + <location filename="../UI/UserInterface.py" line="2044"/> <source>Keyboard &Shortcuts...</source> <translation>&Tastaturkurzbefehle...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2057"/> + <location filename="../UI/UserInterface.py" line="2049"/> <source>Set the keyboard shortcuts</source> <translation>Setze die Tastaturkurzbefehle</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2051"/> + <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> + <translation><b>Tastaturkurzbefehle</b><p>Setze die Tastaturkurzbefehle der Applikation mit den bevorzugten Werten.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2425"/> + <source>E&xtras</source> + <translation>E&xtras</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2999"/> + <source>Report Bug</source> + <translation>Fehler berichten</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1662"/> + <source>Report &Bug...</source> + <translation>&Fehler berichten...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1666"/> + <source>Report a bug</source> + <translation>Einen Fehler berichten</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1667"/> + <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> + <translation><b>Fehler berichten...</b><p>Öffnet einen Dialog zum Senden eines Fehlerberichtes.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5361"/> + <source>Export Keyboard Shortcuts</source> + <translation>Tastaturkurzbefehle exportieren</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2059"/> - <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> - <translation><b>Tastaturkurzbefehle</b><p>Setze die Tastaturkurzbefehle der Applikation mit den bevorzugten Werten.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2433"/> - <source>E&xtras</source> - <translation>E&xtras</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3007"/> - <source>Report Bug</source> - <translation>Fehler berichten</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1670"/> - <source>Report &Bug...</source> - <translation>&Fehler berichten...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1674"/> - <source>Report a bug</source> - <translation>Einen Fehler berichten</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1675"/> - <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> - <translation><b>Fehler berichten...</b><p>Öffnet einen Dialog zum Senden eines Fehlerberichtes.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5324"/> - <source>Export Keyboard Shortcuts</source> - <translation>Tastaturkurzbefehle exportieren</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2067"/> <source>&Export Keyboard Shortcuts...</source> <translation>Tastaturkurzbefehle &exportieren...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2072"/> + <location filename="../UI/UserInterface.py" line="2064"/> <source>Export the keyboard shortcuts</source> <translation>Exportiert die Tastaturkurzbefehle</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2074"/> + <location filename="../UI/UserInterface.py" line="2066"/> <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> <translation><b>Tastaturkurzbefehle exportieren</b><p>Exportiert die Tastaturkurzbefehle der Applikation.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5348"/> + <location filename="../UI/UserInterface.py" line="5385"/> <source>Import Keyboard Shortcuts</source> <translation>Tastaturkurzbefehle importieren</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2081"/> + <location filename="../UI/UserInterface.py" line="2073"/> <source>&Import Keyboard Shortcuts...</source> <translation>Tastaturkurzbefehle &importieren...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2086"/> + <location filename="../UI/UserInterface.py" line="2078"/> <source>Import the keyboard shortcuts</source> <translation>Importiert die Tastaturkurzbefehle</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2088"/> + <location filename="../UI/UserInterface.py" line="2080"/> <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> <translation><b>Tastaturkurzbefehle importieren</b><p>Importiert die Tastaturkurzbefehle der Applikation.</p></translation> </message> @@ -57312,112 +57332,112 @@ <translation>Initialisiere Werkzeuge...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1703"/> + <location filename="../UI/UserInterface.py" line="1695"/> <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> <translation><b>Modultests</b><p>Führe Modultests durch. Der Dialog bietet die Möglichkeit eine Zusammenstellung von Modultests auszuwählen und auszuführen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1711"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Unittest Restart</source> <translation>Modultest neu starten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1716"/> + <location filename="../UI/UserInterface.py" line="1708"/> <source>Restart last unittest</source> <translation>Modultest neu starten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1717"/> + <location filename="../UI/UserInterface.py" line="1709"/> <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> <translation><b>Modultest neu starten</b><p>Den letzten durchgeführten Modultest neu starten.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1741"/> + <location filename="../UI/UserInterface.py" line="1733"/> <source>Unittest Script</source> <translation>Modultest (Skript)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1746"/> + <location filename="../UI/UserInterface.py" line="1738"/> <source>Run unittest with current script</source> <translation>Modultest für aktuelles Skript ausführen</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1740"/> + <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> + <translation><b>Modultest (Skript)</b><p>Modultest für aktuelles Skript ausführen.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4096"/> + <source>Unittest Project</source> + <translation>Modultest (Projekt)</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1753"/> + <source>Run unittest with current project</source> + <translation>Modultest für aktuellesProjekt ausführen</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1755"/> + <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> + <translation><b>Modultest (Projekt)</b><p>Modultest für aktuelles Projekt ausführen.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2408"/> + <source>&Unittest</source> + <translation>&Modultests</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4096"/> + <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="../UI/UserInterface.py" line="1703"/> + <source>&Restart Unittest...</source> + <translation>Modultest &neu starten...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1733"/> + <source>Unittest &Script...</source> + <translation>Modultest (&Skript)...</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1748"/> - <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> - <translation><b>Modultest (Skript)</b><p>Modultest für aktuelles Skript ausführen.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4059"/> - <source>Unittest Project</source> - <translation>Modultest (Projekt)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1761"/> - <source>Run unittest with current project</source> - <translation>Modultest für aktuellesProjekt ausführen</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1763"/> - <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> - <translation><b>Modultest (Projekt)</b><p>Modultest für aktuelles Projekt ausführen.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2416"/> - <source>&Unittest</source> - <translation>&Modultests</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4059"/> - <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="../UI/UserInterface.py" line="1711"/> - <source>&Restart Unittest...</source> - <translation>Modultest &neu starten...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1741"/> - <source>Unittest &Script...</source> - <translation>Modultest (&Skript)...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1756"/> <source>Unittest &Project...</source> <translation>Modultest (&Projekt)...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1851"/> + <location filename="../UI/UserInterface.py" line="1843"/> <source>Compare Files</source> <translation>Dateien vergleichen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1851"/> + <location filename="../UI/UserInterface.py" line="1843"/> <source>&Compare Files...</source> <translation>Dateien &vergleichen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1869"/> + <location filename="../UI/UserInterface.py" line="1861"/> <source>Compare two files</source> <translation>Zwei Dateien vergleichen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1857"/> + <location filename="../UI/UserInterface.py" line="1849"/> <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> <translation><b>Dateien vergleichen</b><p>Öffnet einen Dialog zum Vergleich zweier Dateien.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1864"/> + <location filename="../UI/UserInterface.py" line="1856"/> <source>Compare Files side by side</source> <translation>Dateien Seite an Seite vergleichen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1870"/> + <location filename="../UI/UserInterface.py" line="1862"/> <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> <translation><b>Dateien Seite an Seite vergleichen</b><p>Öffnet einen Dialog zum Vergleich zweier Dateien und zur Anzeige des Ergebnisse Seite an Seite.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5748"/> + <location filename="../UI/UserInterface.py" line="5785"/> <source>Drop Error</source> <translation>Drop-Fehler</translation> </message> @@ -57427,317 +57447,317 @@ <translation>Initialisiere Applikationsserver...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1192"/> + <location filename="../UI/UserInterface.py" line="1184"/> <source>{0} - {1} - {2} - Passive Mode</source> <translation>{0} . {1} – {2} – Passiver Modus</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1354"/> + <location filename="../UI/UserInterface.py" line="1346"/> <source>File-Browser</source> <translation>Dateibrowser</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1243"/> + <source>Edit Profile</source> + <translation>Editieren-Profil</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1249"/> + <source>Activate the edit view profile</source> + <translation>Aktiviert das Editieren-Ansichtsprofil </translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1251"/> - <source>Edit Profile</source> - <translation>Editieren-Profil</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1257"/> - <source>Activate the edit view profile</source> - <translation>Aktiviert das Editieren-Ansichtsprofil </translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1259"/> <source><b>Edit Profile</b><p>Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Editieren-Profil</b><p>Aktiviert das „Editieren-Ansichtsprofil“. Fenster, die in diesem Profil angezeigt werden sollen, können im „Ansichtenprofile konfigurieren“-Dialog ausgewählt werden.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1260"/> + <source>Debug Profile</source> + <translation>Debuggen-Profil</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1266"/> + <source>Activate the debug view profile</source> + <translation>Aktiviert das Debuggen-Ansichtsprofil</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1268"/> - <source>Debug Profile</source> - <translation>Debuggen-Profil</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1274"/> - <source>Activate the debug view profile</source> - <translation>Aktiviert das Debuggen-Ansichtsprofil</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1276"/> <source><b>Debug Profile</b><p>Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Debuggen-Profil</b><p>Aktiviert das „Debuggen Ansichtsprofil“. Fenster, die in diesem Profil angezeigt werden sollen, können im „Ansichtenprofile konfigurieren“-Dialog ausgewählt werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2020"/> + <location filename="../UI/UserInterface.py" line="2012"/> <source>View Profiles</source> <translation>Ansichtenprofile</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2020"/> + <location filename="../UI/UserInterface.py" line="2012"/> <source>&View Profiles...</source> <translation>&Ansichtenprofile...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2025"/> + <location filename="../UI/UserInterface.py" line="2017"/> <source>Configure view profiles</source> <translation>Ansichtenprofile konfigurieren</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2027"/> + <location filename="../UI/UserInterface.py" line="2019"/> <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> <translation><b>Ansichtenprofile</b><p>Ansichtenprofile konfigurieren. Mit diesem Dialog kann die Sichtbarkeit der verschiedenen Fenster für die vorbestimmten Ansichtenprofile eingestellt werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4437"/> + <location filename="../UI/UserInterface.py" line="4474"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>Die Datei <b>{0}</b> existiert nicht oder hat die Größe Null.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4165"/> + <location filename="../UI/UserInterface.py" line="4202"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Qt-Designer konnte nicht gestartet werden.<br>Stellen Sie sicher, dass es als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4232"/> + <location filename="../UI/UserInterface.py" line="4269"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Qt-Linguist konnte nicht gestartet werden.<br>Stellen Sie sicher, dass es als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4283"/> + <location filename="../UI/UserInterface.py" line="4320"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Qt-Assistant konnte nicht gestartet werden.<br>Stellen Sie sicher, dass es als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4612"/> + <location filename="../UI/UserInterface.py" line="4649"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation><p>Der Werkzeugeeintrag <b>{0}</b> konnte nicht gestartet werden.<br>Stellen Sie sicher, dass er als <b>{1}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5748"/> + <location filename="../UI/UserInterface.py" line="5785"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> ist keine Datei.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1824"/> + <location filename="../UI/UserInterface.py" line="1816"/> <source>UI Previewer</source> <translation>UI-Vorschau</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1824"/> + <location filename="../UI/UserInterface.py" line="1816"/> <source>&UI Previewer...</source> <translation>&UI-Vorschau...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1821"/> + <source>Start the UI Previewer</source> + <translation>Starte die UI-Vorschau</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1822"/> + <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> + <translation><b>UI-Vorschau</b><p>Starte die UI-Vorschau.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4430"/> + <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> + <translation><p>Die UI-Vorschau konnte nicht gestartet werden.<br>Stellen Sie sicher, dass sie als <b>{0}</b> verfügbar ist.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1829"/> + <source>Translations Previewer</source> + <translation>Übersetzungsvorschau</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1829"/> - <source>Start the UI Previewer</source> - <translation>Starte die UI-Vorschau</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1830"/> - <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> - <translation><b>UI-Vorschau</b><p>Starte die UI-Vorschau.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4393"/> - <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> - <translation><p>Die UI-Vorschau konnte nicht gestartet werden.<br>Stellen Sie sicher, dass sie als <b>{0}</b> verfügbar ist.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1837"/> - <source>Translations Previewer</source> - <translation>Übersetzungsvorschau</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1837"/> <source>&Translations Previewer...</source> <translation>&Übersetzungsvorschau...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1842"/> + <location filename="../UI/UserInterface.py" line="1834"/> <source>Start the Translations Previewer</source> <translation>Die Übersetzungsvorschau starten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1844"/> + <location filename="../UI/UserInterface.py" line="1836"/> <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> <translation><b>Übersetzungsvorschau</b><p>Dies startet das Programm zur Vorschau von Übersetzungen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4448"/> + <location filename="../UI/UserInterface.py" line="4485"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Die Übersetzungsvorschau konnte nicht gestartet werden.<br>Stellen Sie sicher, dass sie als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1330"/> <source>Shell</source> <translation>Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1330"/> <source>&Shell</source> <translation>&Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1991"/> + <location filename="../UI/UserInterface.py" line="1983"/> <source>Reload APIs</source> <translation>APIs neu laden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1991"/> + <location filename="../UI/UserInterface.py" line="1983"/> <source>Reload &APIs</source> <translation>APIs &neu laden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1995"/> + <location filename="../UI/UserInterface.py" line="1987"/> <source>Reload the API information</source> <translation>Die API-Informationen neu laden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="1989"/> <source><b>Reload APIs</b><p>Reload the API information.</p></source> <translation><b>APIs neu laden</b><p>Lädt die API-Informationen neu.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1389"/> + <location filename="../UI/UserInterface.py" line="1381"/> <source>Task-Viewer</source> <translation>Aufgabenanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5482"/> + <location filename="../UI/UserInterface.py" line="5519"/> <source>Save tasks</source> <translation>Aufgaben speichern</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5482"/> + <location filename="../UI/UserInterface.py" line="5519"/> <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="../UI/UserInterface.py" line="5511"/> + <location filename="../UI/UserInterface.py" line="5548"/> <source>Read tasks</source> <translation>Aufgaben lesen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5511"/> + <location filename="../UI/UserInterface.py" line="5548"/> <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="../UI/UserInterface.py" line="4311"/> + <location filename="../UI/UserInterface.py" line="4348"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>Momentan ist kein Betrachter angegeben. Bitte benutzen Sie den Einstellungsdialog, um einen festzulegen.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4325"/> + <location filename="../UI/UserInterface.py" line="4362"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Der Betrachter konnte nicht gestartet werden.<br>Stellen Sie sicher, dass er als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5055"/> + <location filename="../UI/UserInterface.py" line="5092"/> <source>Documentation Missing</source> <translation>Dokumentation fehlt</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5055"/> + <location filename="../UI/UserInterface.py" line="5092"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation><p>Der Dokumentationsstartpunkt „<b>{0}</b>“ konnte nicht gefunden werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3007"/> + <location filename="../UI/UserInterface.py" line="2999"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>E-Mail-Adresse oder Mailserver-Adresse sind leer. Bitte konfiguriere die E-Mail-Einstellungen im Einstellungsdialog.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1407"/> + <location filename="../UI/UserInterface.py" line="1399"/> <source>Template-Viewer</source> <translation>Vorlagen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1285"/> + <location filename="../UI/UserInterface.py" line="1277"/> <source>Alt+Shift+P</source> <translation>Alt+Shift+P</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1320"/> + <location filename="../UI/UserInterface.py" line="1312"/> <source>Alt+Shift+D</source> <translation>Alt+Shift+D</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1330"/> <source>Alt+Shift+S</source> <translation>Alt+Shift+S</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1354"/> + <location filename="../UI/UserInterface.py" line="1346"/> <source>Alt+Shift+F</source> <translation>Alt+Shift+F</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1389"/> + <location filename="../UI/UserInterface.py" line="1381"/> <source>Alt+Shift+T</source> <translation>Alt+Shift+T</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1302"/> + <location filename="../UI/UserInterface.py" line="1294"/> <source>Alt+Shift+M</source> <translation>Alt+Shift+M</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2129"/> + <location filename="../UI/UserInterface.py" line="2121"/> <source>Activate current editor</source> <translation>Aktiviere aktuellen Editor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2129"/> + <location filename="../UI/UserInterface.py" line="2121"/> <source>Alt+Shift+E</source> <translation>Alt+Shift+E</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2139"/> + <location filename="../UI/UserInterface.py" line="2131"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2148"/> + <location filename="../UI/UserInterface.py" line="2140"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1371"/> + <location filename="../UI/UserInterface.py" line="1363"/> <source>Alt+Shift+G</source> <translation>Alt+Shift+G</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2228"/> <source>Qt4 Documentation</source> <translation>Qt4-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2228"/> <source>Qt&4 Documentation</source> <translation>Qt&4-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2240"/> + <location filename="../UI/UserInterface.py" line="2232"/> <source>Open Qt4 Documentation</source> <translation>Öffne die Qt4-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2350"/> + <location filename="../UI/UserInterface.py" line="2342"/> <source>Eric API Documentation</source> <translation>Eric-API-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2350"/> + <location filename="../UI/UserInterface.py" line="2342"/> <source>&Eric API Documentation</source> <translation>&Eric-API-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2354"/> + <location filename="../UI/UserInterface.py" line="2346"/> <source>Open Eric API Documentation</source> <translation>Öffne die Eric-API-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4345"/> + <location filename="../UI/UserInterface.py" line="4382"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>Die Hilfeanzeige konnte nicht gestartet werden.<br>Stellen Sie sicher, dass sie als <b>hh</b> verfügbar ist.</p></translation> </message> @@ -57747,157 +57767,157 @@ <translation>Registriere Objekte...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1285"/> + <location filename="../UI/UserInterface.py" line="1277"/> <source>Project-Viewer</source> <translation>Projektanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1320"/> + <location filename="../UI/UserInterface.py" line="1312"/> <source>Debug-Viewer</source> <translation>Debuganzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1215"/> + <location filename="../UI/UserInterface.py" line="1207"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1285"/> + <location filename="../UI/UserInterface.py" line="1277"/> <source>&Project-Viewer</source> <translation>&Projektanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1576"/> + <location filename="../UI/UserInterface.py" line="1568"/> <source>Shift+F1</source> <translation>Shift+F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1594"/> + <location filename="../UI/UserInterface.py" line="1586"/> <source>F1</source> <translation>F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1635"/> + <location filename="../UI/UserInterface.py" line="1627"/> <source>Check for Updates</source> <translation>Auf Aktualisierungen prüfen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1632"/> + <location filename="../UI/UserInterface.py" line="1624"/> <source>Check for &Updates...</source> <translation>Auf &Aktualisierungen prüfen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2266"/> + <location filename="../UI/UserInterface.py" line="2258"/> <source>PyQt4 Documentation</source> <translation>PyQt4-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2270"/> + <location filename="../UI/UserInterface.py" line="2262"/> <source>Open PyQt4 Documentation</source> <translation>Öffne die PyQt4-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2449"/> + <location filename="../UI/UserInterface.py" line="2441"/> <source>Select Tool Group</source> <translation>Werkzeuggruppe wählen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2455"/> + <location filename="../UI/UserInterface.py" line="2447"/> <source>Se&ttings</source> <translation>&Einstellungen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2604"/> + <location filename="../UI/UserInterface.py" line="2596"/> <source>Profiles</source> <translation>Profile</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3375"/> + <location filename="../UI/UserInterface.py" line="3367"/> <source>&Builtin Tools</source> <translation>&Eingebaute Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4596"/> + <location filename="../UI/UserInterface.py" line="4633"/> <source>Starting process '{0} {1}'. </source> <translation>Starte Prozess „{0} {1}“. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4688"/> + <location filename="../UI/UserInterface.py" line="4725"/> <source>Process '{0}' has exited. </source> <translation>Prozess „{0}“ ist beendet. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5039"/> + <location filename="../UI/UserInterface.py" line="5076"/> <source>Documentation</source> <translation>Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4881"/> + <location filename="../UI/UserInterface.py" line="4918"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>Der PyQt4-Dokumentations-Startpunkt ist nicht konfiguriert.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6063"/> - <source>Error during updates check</source> - <translation>Fehler während der Aktualisierungsprüfung</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6043"/> - <source>Update available</source> - <translation>Aktualisierung verfügbar</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2956"/> - <source><h3>Version Numbers</h3><table></source> - <translation><h3>Versionsnummern</h3><table></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="6100"/> + <source>Error during updates check</source> + <translation>Fehler während der Aktualisierungsprüfung</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6080"/> + <source>Update available</source> + <translation>Aktualisierung verfügbar</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2948"/> + <source><h3>Version Numbers</h3><table></source> + <translation><h3>Versionsnummern</h3><table></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6137"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3321"/> + <location filename="../UI/UserInterface.py" line="3313"/> <source>Configure Tool Groups ...</source> <translation>Konfiguriere Werkzeuggruppen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3325"/> + <location filename="../UI/UserInterface.py" line="3317"/> <source>Configure current Tool Group ...</source> <translation>Konfiguriere aktuelle Werkzeuggruppe...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2009"/> + <location filename="../UI/UserInterface.py" line="2001"/> <source>Show external tools</source> <translation>Zeige externe Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2004"/> + <location filename="../UI/UserInterface.py" line="1996"/> <source>Show external &tools</source> <translation>Zeige externe &Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6063"/> + <location filename="../UI/UserInterface.py" line="6100"/> <source>Could not perform updates check.</source> <translation>Konnte keine Aktualisierungsprüfung durchführen.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5893"/> + <location filename="../UI/UserInterface.py" line="5930"/> <source>&Cancel</source> <translation>&Abbrechen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5902"/> + <location filename="../UI/UserInterface.py" line="5939"/> <source>Trying host {0}</source> <translation>Prüfe Host {0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6164"/> <source>First time usage</source> <translation>Erstmalige Nutzung</translation> </message> @@ -57907,62 +57927,62 @@ <translation>Initialisiere Plugin-Manager...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2514"/> + <location filename="../UI/UserInterface.py" line="2506"/> <source>P&lugins</source> <translation>Plugi&ns</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2605"/> + <location filename="../UI/UserInterface.py" line="2597"/> <source>Plugins</source> <translation>Plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2166"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>Plugin Infos</source> <translation>Plugininformationen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2170"/> + <location filename="../UI/UserInterface.py" line="2162"/> <source>Show Plugin Infos</source> <translation>Zeigt Plugininformationen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2171"/> + <location filename="../UI/UserInterface.py" line="2163"/> <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> <translation><b>Plugininformationen...</b><p>Dies öffnet einen Dialog, der einige Informationen über die geladenen Plugins anzeigt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2166"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>&Plugin Infos...</source> <translation>&Plugininformationen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3383"/> + <location filename="../UI/UserInterface.py" line="3375"/> <source>&Plugin Tools</source> <translation>&Pluginwerkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2197"/> + <location filename="../UI/UserInterface.py" line="2189"/> <source>Uninstall Plugin</source> <translation>Plugin deinstallieren</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2192"/> + <location filename="../UI/UserInterface.py" line="2184"/> <source>&Uninstall Plugin...</source> <translation>Plugin &deinstallieren...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2198"/> + <location filename="../UI/UserInterface.py" line="2190"/> <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> <translation><b>Plugin deinstallieren...</b><p>Dies öffnet einen Dialog zur Deinstallation eines Plugins.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3473"/> + <location filename="../UI/UserInterface.py" line="3465"/> <source>&Show all</source> <translation>Alle an&zeigen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3475"/> + <location filename="../UI/UserInterface.py" line="3467"/> <source>&Hide all</source> <translation>Alle &ausblenden</translation> </message> @@ -57972,1114 +57992,1114 @@ <translation>Aktiviere Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2438"/> + <location filename="../UI/UserInterface.py" line="2430"/> <source>Wi&zards</source> <translation>&Assistenten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1643"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>Show downloadable versions</source> <translation>Zeige verfügbare Versionen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1643"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>Show &downloadable versions...</source> <translation>&Zeige verfügbare Versionen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1639"/> <source>Show the versions available for download</source> <translation>Zeige die verfügbaren eric-Versionen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6086"/> + <location filename="../UI/UserInterface.py" line="6123"/> <source><h3>Available versions</h3><table></source> <translation><h3>Verfügbare Versionen</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2205"/> + <location filename="../UI/UserInterface.py" line="2197"/> <source>Plugin Repository</source> <translation>Plugin-Repository</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2205"/> + <location filename="../UI/UserInterface.py" line="2197"/> <source>Plugin &Repository...</source> <translation>Plugin-&Repository...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2210"/> + <location filename="../UI/UserInterface.py" line="2202"/> <source>Show Plugins available for download</source> <translation>Zeige zum Download verfügbare Plugins an</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2212"/> + <location filename="../UI/UserInterface.py" line="2204"/> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation><b>Plugin-Repository...</b><p>Dies öffnet einen Dialog, der eine Liste der im Internet verfügbaren Plugins anzeigt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2176"/> <source>Install Plugins</source> <translation>Plugins installieren</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2179"/> + <location filename="../UI/UserInterface.py" line="2171"/> <source>&Install Plugins...</source> <translation>Plugins &installieren...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2185"/> + <location filename="../UI/UserInterface.py" line="2177"/> <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> <translation><b>Plugins installieren...</b><p>Dies öffnet einen Dialog zur Installation oder Update von Plugins.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1896"/> + <location filename="../UI/UserInterface.py" line="1888"/> <source>Mini Editor</source> <translation>Mini-Editor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1891"/> + <location filename="../UI/UserInterface.py" line="1883"/> <source>Mini &Editor...</source> <translation>Mini-&Editor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1897"/> + <location filename="../UI/UserInterface.py" line="1889"/> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation><b>Mini-Editor</b><p>Öffnet einen Dialog mit einem vereinfachten Editor.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2037"/> + <location filename="../UI/UserInterface.py" line="2029"/> <source>Toolbars</source> <translation>Werkzeugleisten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2037"/> + <location filename="../UI/UserInterface.py" line="2029"/> <source>Tool&bars...</source> <translation>Werkzeug&leisten...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2042"/> + <location filename="../UI/UserInterface.py" line="2034"/> <source>Configure toolbars</source> <translation>Werkzeugleisten einrichten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2043"/> + <location filename="../UI/UserInterface.py" line="2035"/> <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> <translation><b>Werkzeugleisten</b><p>Werkzeugleisten konfigurieren. Mit diesem Dialog können die auf den Werkzeugleisten gezeigten Aktionen geändert und neue Werkzeugleisten definiert werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="545"/> + <location filename="../UI/UserInterface.py" line="537"/> <source>Restoring Toolbarmanager...</source> <translation>Lade Toolbarmanager...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2859"/> + <location filename="../UI/UserInterface.py" line="2851"/> <source>External Tools/{0}</source> <translation>Externe Werkzeuge/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4557"/> + <location filename="../UI/UserInterface.py" line="4594"/> <source>External Tools</source> <translation>Externe Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4548"/> + <location filename="../UI/UserInterface.py" line="4585"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation>Kein Eintrag für das externe Werkzeug „{0}“ in der Gruppe „{1}“ gefunden.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4557"/> + <location filename="../UI/UserInterface.py" line="4594"/> <source>No toolgroup entry '{0}' found.</source> <translation>Kein Werkzeuggruppeneintrag „{0}“ gefunden.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1302"/> + <location filename="../UI/UserInterface.py" line="1294"/> <source>Multiproject-Viewer</source> <translation>Mehrfachprojektanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1302"/> + <location filename="../UI/UserInterface.py" line="1294"/> <source>&Multiproject-Viewer</source> <translation>&Mehrfachprojektanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5529"/> + <location filename="../UI/UserInterface.py" line="5566"/> <source>Save session</source> <translation>Session speichern</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5529"/> + <location filename="../UI/UserInterface.py" line="5566"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>Die Sessiondatei <b>{0}</b> konnte nicht geschrieben werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5560"/> + <location filename="../UI/UserInterface.py" line="5597"/> <source>Read session</source> <translation>Session lesen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5560"/> + <location filename="../UI/UserInterface.py" line="5597"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>Die Sessiondatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2761"/> + <location filename="../UI/UserInterface.py" line="2753"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt die Zeichenkodierung des aktuellen Editors an.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2775"/> + <location filename="../UI/UserInterface.py" line="2767"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt an, ob die aktuelle Datei geschrieben werden kann.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1674"/> <source>Request Feature</source> <translation>Neue Funktion anfragen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1674"/> <source>Request &Feature...</source> <translation>Neue &Funktion anfragen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1686"/> + <location filename="../UI/UserInterface.py" line="1678"/> <source>Send a feature request</source> <translation>Sende eine Anfrage für eine neue Funktion</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1688"/> + <location filename="../UI/UserInterface.py" line="1680"/> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation><b>Neue Funktion anfragen...</b><p>Öffnet einen Dialog, um eine Anfrage für eine neue Funktion zu senden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2754"/> + <location filename="../UI/UserInterface.py" line="2746"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt die Sprache des aktuellen Editors an.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2782"/> + <location filename="../UI/UserInterface.py" line="2774"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt die Zeilennummer des aktuellen Editors an.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2789"/> + <location filename="../UI/UserInterface.py" line="2781"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt die Cursorposition des aktuellen Editors an.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1450"/> + <location filename="../UI/UserInterface.py" line="1442"/> <source>Horizontal Toolbox</source> <translation>Horizontale Werkzeugbox</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1450"/> + <location filename="../UI/UserInterface.py" line="1442"/> <source>&Horizontal Toolbox</source> <translation>&Horizontale Werkzeugbox</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1454"/> + <location filename="../UI/UserInterface.py" line="1446"/> <source>Toggle the Horizontal Toolbox window</source> <translation>Schalte das Fenster der Horizontalen Werkzeugbox um</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1448"/> + <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> + <translation><b>Schalte das Fenster der Horizontalen Werkzeugbox um</b><p>Falls das Fenster der Horizontalen Werkzeugbox nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3279"/> + <source>Restart application</source> + <translation>Anwendung neu starten</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3279"/> + <source>The application needs to be restarted. Do it now?</source> + <translation>Die Anwendung muss neu gestartet werden. Jetzt durchführen?</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1399"/> + <source>Alt+Shift+A</source> + <translation>Alt+Shift+A</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2515"/> + <source>Configure...</source> + <translation>Einstellungen...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2760"/> + <source><p>This part of the status bar displays the current editors eol setting.</p></source> + <translation><p>Dieser Teil der Statusleiste zeigt die Zeilenendekodierung des aktuellen Editors an.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2149"/> + <source>Switch between tabs</source> + <translation>Zwischen Tabs umschalten</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2149"/> + <source>Ctrl+1</source> + <translation>Ctrl+1</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1955"/> + <source>Export Preferences</source> + <translation>Einstellungen exportieren</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1955"/> + <source>E&xport Preferences...</source> + <translation>Einstellungen e&xportieren...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1960"/> + <source>Export the current configuration</source> + <translation>Exportiert die aktuelle Konfiguration</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1962"/> + <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> + <translation><b>Einstellungen exportieren</b><p>Exportiert die aktuelle Konfiguration in eine Datei.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1969"/> + <source>Import Preferences</source> + <translation>Einstellungen importieren</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1969"/> + <source>I&mport Preferences...</source> + <translation>Einstellungen i&mportieren...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1974"/> + <source>Import a previously exported configuration</source> + <translation>Importiert eine zuvor exportierte Konfiguration</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1976"/> + <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> + <translation><b>Einstellungen importieren</b><p>Importiert eine zuvor exportierte Konfiguration.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2131"/> + <source>Show next</source> + <translation>Zeige nächste</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2140"/> + <source>Show previous</source> + <translation>Zeige vorherige</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1456"/> - <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> - <translation><b>Schalte das Fenster der Horizontalen Werkzeugbox um</b><p>Falls das Fenster der Horizontalen Werkzeugbox nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3287"/> - <source>Restart application</source> - <translation>Anwendung neu starten</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3287"/> - <source>The application needs to be restarted. Do it now?</source> - <translation>Die Anwendung muss neu gestartet werden. Jetzt durchführen?</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1407"/> - <source>Alt+Shift+A</source> - <translation>Alt+Shift+A</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2523"/> - <source>Configure...</source> - <translation>Einstellungen...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2768"/> - <source><p>This part of the status bar displays the current editors eol setting.</p></source> - <translation><p>Dieser Teil der Statusleiste zeigt die Zeilenendekodierung des aktuellen Editors an.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2157"/> - <source>Switch between tabs</source> - <translation>Zwischen Tabs umschalten</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2157"/> - <source>Ctrl+1</source> - <translation>Ctrl+1</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1963"/> - <source>Export Preferences</source> - <translation>Einstellungen exportieren</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1963"/> - <source>E&xport Preferences...</source> - <translation>Einstellungen e&xportieren...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1968"/> - <source>Export the current configuration</source> - <translation>Exportiert die aktuelle Konfiguration</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1970"/> - <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> - <translation><b>Einstellungen exportieren</b><p>Exportiert die aktuelle Konfiguration in eine Datei.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1977"/> - <source>Import Preferences</source> - <translation>Einstellungen importieren</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1977"/> - <source>I&mport Preferences...</source> - <translation>Einstellungen i&mportieren...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1982"/> - <source>Import a previously exported configuration</source> - <translation>Importiert eine zuvor exportierte Konfiguration</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1984"/> - <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> - <translation><b>Einstellungen importieren</b><p>Importiert eine zuvor exportierte Konfiguration.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2139"/> - <source>Show next</source> - <translation>Zeige nächste</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2148"/> - <source>Show previous</source> - <translation>Zeige vorherige</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1464"/> <source>Left Sidebar</source> <translation>Linke Seitenleiste</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1464"/> + <location filename="../UI/UserInterface.py" line="1456"/> <source>&Left Sidebar</source> <translation>&Linke Seitenleiste</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1468"/> + <location filename="../UI/UserInterface.py" line="1460"/> <source>Toggle the left sidebar window</source> <translation>Schalte das Fenster der linken Seitenleiste um</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1469"/> + <location filename="../UI/UserInterface.py" line="1461"/> <source><b>Toggle the left sidebar window</b><p>If the left sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Schalte das Fenster der linken Seitenleiste um</b><p>Falls das Fenster der linken Seitenleiste nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1491"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Bottom Sidebar</source> <translation>Untere Seitenleiste</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1491"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>&Bottom Sidebar</source> <translation>&Untere Seitenleiste</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1495"/> + <location filename="../UI/UserInterface.py" line="1487"/> <source>Toggle the bottom sidebar window</source> <translation>Schalte das Fenster der unteren Seitenleiste um</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1489"/> + <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> + <translation><b>Schalte das Fenster der unteren Seitenleiste um</b><p>Falls das Fenster der unteren Seitenleiste nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1312"/> + <source>&Debug-Viewer</source> + <translation>&Debuganzeige</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1870"/> + <source>SQL Browser</source> + <translation>SQL-Browser</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1870"/> + <source>SQL &Browser...</source> + <translation>SQL-&Browser...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1875"/> + <source>Browse a SQL database</source> + <translation>Erforsche eine SQL-Datenbank</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1876"/> + <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> + <translation><b>SQL-Browser</b><p>Erforsche eine SQL-Datenbank.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4506"/> + <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> + <translation><p>Der SQL-Browser konnte nicht gestartet werden.<br>Stellen Sie sicher, dass er als <b>{0}</b> verfügbar ist.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1910"/> + <source>Icon Editor</source> + <translation>Icon-Editor</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1910"/> + <source>&Icon Editor...</source> + <translation>&Icon-Editor...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4295"/> + <source>Qt 3 support</source> + <translation>Qt3-Unterstützung</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5076"/> + <source><p>The PySide documentation starting point has not been configured.</p></source> + <translation><p>Der PySide-Dokumentations-Startpunkt ist nicht konfiguriert.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2363"/> + <source>PySide Documentation</source> + <translation>PySide-Dokumentation</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2363"/> + <source>Py&Side Documentation</source> + <translation>Py&Side-Dokumentation</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2367"/> + <source>Open PySide Documentation</source> + <translation>Öffne die PySide-Dokumentation</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="825"/> + <source>Cooperation</source> + <translation>Zusammenarbeit</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1497"/> - <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> - <translation><b>Schalte das Fenster der unteren Seitenleiste um</b><p>Falls das Fenster der unteren Seitenleiste nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1320"/> - <source>&Debug-Viewer</source> - <translation>&Debuganzeige</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1878"/> - <source>SQL Browser</source> - <translation>SQL-Browser</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1878"/> - <source>SQL &Browser...</source> - <translation>SQL-&Browser...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1883"/> - <source>Browse a SQL database</source> - <translation>Erforsche eine SQL-Datenbank</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1884"/> - <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> - <translation><b>SQL-Browser</b><p>Erforsche eine SQL-Datenbank.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4469"/> - <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> - <translation><p>Der SQL-Browser konnte nicht gestartet werden.<br>Stellen Sie sicher, dass er als <b>{0}</b> verfügbar ist.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1918"/> - <source>Icon Editor</source> - <translation>Icon-Editor</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1918"/> - <source>&Icon Editor...</source> - <translation>&Icon-Editor...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4258"/> - <source>Qt 3 support</source> - <translation>Qt3-Unterstützung</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5039"/> - <source><p>The PySide documentation starting point has not been configured.</p></source> - <translation><p>Der PySide-Dokumentations-Startpunkt ist nicht konfiguriert.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2371"/> - <source>PySide Documentation</source> - <translation>PySide-Dokumentation</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2371"/> - <source>Py&Side Documentation</source> - <translation>Py&Side-Dokumentation</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2375"/> - <source>Open PySide Documentation</source> - <translation>Öffne die PySide-Dokumentation</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="833"/> - <source>Cooperation</source> - <translation>Zusammenarbeit</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1505"/> <source>Alt+Shift+O</source> <translation>Alt+Shift+O</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="882"/> + <source>Symbols</source> + <translation>Symbole</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1532"/> + <source>Alt+Shift+Y</source> + <translation>Alt+Shift+Y</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="890"/> - <source>Symbols</source> - <translation>Symbole</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1540"/> - <source>Alt+Shift+Y</source> - <translation>Alt+Shift+Y</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="898"/> <source>Numbers</source> <translation>Zahlen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1558"/> + <location filename="../UI/UserInterface.py" line="1550"/> <source>Alt+Shift+B</source> <translation>Alt+Shift+B</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5348"/> + <location filename="../UI/UserInterface.py" line="5385"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>Tastaturkurzbefehlsdatei (*.e4k)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2308"/> + <location filename="../UI/UserInterface.py" line="2300"/> <source>Python 3 Documentation</source> <translation>Python 3-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2308"/> + <location filename="../UI/UserInterface.py" line="2300"/> <source>Python &3 Documentation</source> <translation>Python &3-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2312"/> + <location filename="../UI/UserInterface.py" line="2304"/> <source>Open Python 3 Documentation</source> <translation>Öffne die Python 3-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2326"/> + <location filename="../UI/UserInterface.py" line="2318"/> <source>Python 2 Documentation</source> <translation>Python 2-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2326"/> + <location filename="../UI/UserInterface.py" line="2318"/> <source>Python &2 Documentation</source> <translation>Python &2-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2330"/> + <location filename="../UI/UserInterface.py" line="2322"/> <source>Open Python 2 Documentation</source> <translation>Öffne die Python 2-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2332"/> + <location filename="../UI/UserInterface.py" line="2324"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation><b>Python 2-Dokumentation</b><p>Zeigt die Python 2-Dokumentation an. Ist kein Dokumentationsverzeichnis konfiguriert, so ist der Ort, an dem die Python 2-Dokumentation gesucht wird, unter Windows das Verzeichnis <i>doc</i> unter dem Verzeichnis, in dem der konfigurierte Python 2-Interpreter installiert ist, und unter Unix das Verzeichnis <i>/usr/share/doc/packages/python/html/python-docs-html</i>. Um dies zu überschreiben, können Sie die Umgebungsvariable PYTHON2DOCDIR setzen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5953"/> + <location filename="../UI/UserInterface.py" line="5990"/> <source>Error getting versions information</source> <translation>Fehler beim Herunterladen der Versionsinformationen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5946"/> + <location filename="../UI/UserInterface.py" line="5983"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation>Die Versionsinformationen konnten nicht heruntergeladen werden. Bitte gehen Sie online und versuchen Sie es erneut.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5148"/> + <location filename="../UI/UserInterface.py" line="5185"/> <source>Open Browser</source> <translation>Browser starten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5148"/> + <location filename="../UI/UserInterface.py" line="5185"/> <source>Could not start a web browser</source> <translation>Der Systemwebbrowser konnte nicht gestartet werden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5953"/> + <location filename="../UI/UserInterface.py" line="5990"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation>Die Versionsinformationen konnten seit 7 Tagen nicht heruntergeladen werden. Bitte gehen Sie online und versuchen Sie es erneut.</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="542"/> + <source>Setting View Profile...</source> + <translation>Stelle Ansichtenprofil ein...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="546"/> + <source>Reading Tasks...</source> + <translation>Lese Aufgaben...</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="550"/> - <source>Setting View Profile...</source> - <translation>Stelle Ansichtenprofil ein...</translation> + <source>Reading Templates...</source> + <translation>Lese Vorlagen...</translation> </message> <message> <location filename="../UI/UserInterface.py" line="554"/> - <source>Reading Tasks...</source> - <translation>Lese Aufgaben...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="558"/> - <source>Reading Templates...</source> - <translation>Lese Vorlagen...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="562"/> <source>Starting Debugger...</source> <translation>Starte Debugger...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1232"/> + <location filename="../UI/UserInterface.py" line="1224"/> <source>New Window</source> <translation>Neues Fenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1232"/> + <location filename="../UI/UserInterface.py" line="1224"/> <source>New &Window</source> <translation>Neues &Fenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1232"/> + <location filename="../UI/UserInterface.py" line="1224"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation>Ctrl+Shift+N</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1717"/> <source>Unittest Rerun Failed</source> <translation>Fehlerhafte Modultests wiederholen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1717"/> <source>Rerun Failed Tests...</source> <translation>Fehlerhafte Tests wiederholen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1730"/> + <location filename="../UI/UserInterface.py" line="1722"/> <source>Rerun failed tests of the last run</source> <translation>Fehlerhafte Tests des letzten Laufes wiederholen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1732"/> + <location filename="../UI/UserInterface.py" line="1724"/> <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> <translation><b>Fehlerhafte Tests wiederholen</b><p>Alle Tests wiederholen, die während des letzten Modultestlaufes fehlgeschlagen sind.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1864"/> + <location filename="../UI/UserInterface.py" line="1856"/> <source>Compare &Files side by side...</source> <translation>Dateien &Seite an Seite vergleichen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1932"/> + <location filename="../UI/UserInterface.py" line="1924"/> <source>Snapshot</source> <translation>Bildschirmfoto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1932"/> + <location filename="../UI/UserInterface.py" line="1924"/> <source>&Snapshot...</source> <translation>&Bildschirmfoto...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1937"/> + <location filename="../UI/UserInterface.py" line="1929"/> <source>Take snapshots of a screen region</source> <translation>Bildschirmfoto aufnehmen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1939"/> + <location filename="../UI/UserInterface.py" line="1931"/> <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> <translation><b>Bildschirmfoto</b><p>Dies öffnet einen Dialog, um ein Bildschirmfoto aufzunehmen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4527"/> + <location filename="../UI/UserInterface.py" line="4564"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Die Bildschirmfotoanwendung konnte nicht gestartet werden.<br>Stellen Sie sicher, dass sie als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6146"/> + <location filename="../UI/UserInterface.py" line="6183"/> <source>Select Workspace Directory</source> <translation>Wähle Arbeitsverzeichnis</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1425"/> + <location filename="../UI/UserInterface.py" line="1417"/> <source>Left Toolbox</source> <translation>Linke Werkzeugbox</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1437"/> + <location filename="../UI/UserInterface.py" line="1429"/> <source>Right Toolbox</source> <translation>Rechte Werkzeugbox</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1291"/> + <location filename="../UI/UserInterface.py" line="1283"/> <source>Switch the input focus to the Project-Viewer window.</source> <translation>Schalte den Eingabefokus auf das Projektanzeigerfenster um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1293"/> + <location filename="../UI/UserInterface.py" line="1285"/> <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> <translation><b>Projektanzeiger aktivieren</b><p>Dies schaltet den Eingabefokus auf das Projektanzeigerfenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1308"/> + <location filename="../UI/UserInterface.py" line="1300"/> <source>Switch the input focus to the Multiproject-Viewer window.</source> <translation>Schalte den Eingabefokus auf das Mehrfachprojektanzeigerfenster um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1310"/> + <location filename="../UI/UserInterface.py" line="1302"/> <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> <translation><b>Mehrfachprojektanzeiger aktivieren</b><p>Dies schaltet den Eingabefokus auf das Mehrfachprojektanzeigerfenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1326"/> + <location filename="../UI/UserInterface.py" line="1318"/> <source>Switch the input focus to the Debug-Viewer window.</source> <translation>Schalte den Eingabefokus auf das Debuganzeigefenster um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1328"/> + <location filename="../UI/UserInterface.py" line="1320"/> <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> <translation><b>Debuganzeige aktivieren</b><p>Dies schaltet den Eingabefokus auf das Debuganzeigefenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1344"/> + <location filename="../UI/UserInterface.py" line="1336"/> <source>Switch the input focus to the Shell window.</source> <translation>Schalte den Eingabefokus auf das Shell-Fenster um.</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1338"/> + <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> + <translation><b>Shell aktivieren</b><p>Dies schaltet den Eingabefokus auf das Shell-Fenster um.</p></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1346"/> - <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> - <translation><b>Shell aktivieren</b><p>Dies schaltet den Eingabefokus auf das Shell-Fenster um.</p></translation> + <source>&File-Browser</source> + <translation>Datei&browser</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1352"/> + <source>Switch the input focus to the File-Browser window.</source> + <translation>Schalte den Eingabefokus auf das Dateibrowserfenster um.</translation> </message> <message> <location filename="../UI/UserInterface.py" line="1354"/> - <source>&File-Browser</source> - <translation>Datei&browser</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1360"/> - <source>Switch the input focus to the File-Browser window.</source> - <translation>Schalte den Eingabefokus auf das Dateibrowserfenster um.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1362"/> <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> <translation><b>Dateibrowser aktivieren</b><p>Dies schaltet den Eingabefokus auf das Dateibrowserfenster um.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1363"/> + <source>Lo&g-Viewer</source> + <translation>&Ausgabefenster</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1369"/> + <source>Switch the input focus to the Log-Viewer window.</source> + <translation>Schalte den Eingabefokus auf das Ausgabefenster um.</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1371"/> - <source>Lo&g-Viewer</source> - <translation>&Ausgabefenster</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1377"/> - <source>Switch the input focus to the Log-Viewer window.</source> - <translation>Schalte den Eingabefokus auf das Ausgabefenster um.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1379"/> <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> <translation><b>Ausgabefenster aktivieren</b><p>Dies schaltet den Eingabefokus auf das Ausgabefenster um.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1381"/> + <source>&Task-Viewer</source> + <translation>&Aufgabenanzeige</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1387"/> + <source>Switch the input focus to the Task-Viewer window.</source> + <translation>Schalte den Eingabefokus auf das Aufgabenanzeigefenster um.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1399"/> + <source>Templ&ate-Viewer</source> + <translation>&Vorlagen</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1405"/> + <source>Switch the input focus to the Template-Viewer window.</source> + <translation>Schalte den Eingabefokus auf das Vorlagenfenster um.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1407"/> + <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> + <translation><b>Vorlagen aktivieren</b><p>Dies schaltet den Eingabefokus auf das Vorlagenfenster um.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1417"/> + <source>&Left Toolbox</source> + <translation>&Linke Werkzeugbox</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1420"/> + <source>Toggle the Left Toolbox window</source> + <translation>Schalte das Fenster der linken Werkzeugbox um</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1421"/> + <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> + <translation><b>Schalte das Fenster der linken Werkzeugbox um</b><p>Falls das Fenster der linken Werkzeugbox nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1429"/> + <source>&Right Toolbox</source> + <translation>&Rechte Werkzeugbox</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1433"/> + <source>Toggle the Right Toolbox window</source> + <translation>Schalte das Fenster der rechten Werkzeugbox um</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1434"/> + <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> + <translation><b>Schalte das Fenster der rechten Werkzeugbox um</b><p>Falls das Fenster der rechten Werkzeugbox nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1469"/> + <source>Right Sidebar</source> + <translation>Rechte Seitenleiste</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1469"/> + <source>&Right Sidebar</source> + <translation>&Rechte Seitenleiste</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1473"/> + <source>Toggle the right sidebar window</source> + <translation>Schalte das Fenster der rechten Seitenleiste um</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1475"/> + <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> + <translation><b>Schalte das Fenster der rechten Seitenleiste um</b><p>Falls das Fenster der rechten Seitenleiste nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1497"/> + <source>Cooperation-Viewer</source> + <translation>Zusammenarbeit</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1497"/> + <source>Co&operation-Viewer</source> + <translation>&Zusammenarbeit</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1503"/> + <source>Switch the input focus to the Cooperation-Viewer window.</source> + <translation>Schalte den Eingabefokus auf das Fenster zur Zusammenarbeit um.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1505"/> + <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> + <translation><b>Zusammenarbeitsfenster aktivieren</b><p>Dies schaltet den Eingabefokus auf das Fenster zur Zusammenarbeit um.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1532"/> + <source>Symbols-Viewer</source> + <translation>Symbolanzeiger</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1532"/> + <source>S&ymbols-Viewer</source> + <translation>S&ymbolanzeiger</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1538"/> + <source>Switch the input focus to the Symbols-Viewer window.</source> + <translation>Schalte den Eingabefokus auf das Symbolanzeigerfenster um.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1540"/> + <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> + <translation><b>Symbolanzeiger aktivieren</b><p>Dies schaltet den Eingabefokus auf das Symbolanzeigerfenster um.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1550"/> + <source>Numbers-Viewer</source> + <translation>Zahlenanzeiger</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1550"/> + <source>Num&bers-Viewer</source> + <translation>Za&hlenanzeiger</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1556"/> + <source>Switch the input focus to the Numbers-Viewer window.</source> + <translation>Schalte den Eingabefokus auf das Zahlenanzeigerfenster um.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1558"/> + <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> + <translation><b>Zahlenanzeiger aktivieren</b><p>Dies schaltet den Eingabefokus auf das Zahlenanzeigerfenster um.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2475"/> + <source>&Windows</source> + <translation>&Fenster</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1389"/> - <source>&Task-Viewer</source> - <translation>&Aufgabenanzeige</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1395"/> - <source>Switch the input focus to the Task-Viewer window.</source> - <translation>Schalte den Eingabefokus auf das Aufgabenanzeigefenster um.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1407"/> - <source>Templ&ate-Viewer</source> - <translation>&Vorlagen</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1413"/> - <source>Switch the input focus to the Template-Viewer window.</source> - <translation>Schalte den Eingabefokus auf das Vorlagenfenster um.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1415"/> - <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> - <translation><b>Vorlagen aktivieren</b><p>Dies schaltet den Eingabefokus auf das Vorlagenfenster um.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1425"/> - <source>&Left Toolbox</source> - <translation>&Linke Werkzeugbox</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1428"/> - <source>Toggle the Left Toolbox window</source> - <translation>Schalte das Fenster der linken Werkzeugbox um</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1429"/> - <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> - <translation><b>Schalte das Fenster der linken Werkzeugbox um</b><p>Falls das Fenster der linken Werkzeugbox nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1437"/> - <source>&Right Toolbox</source> - <translation>&Rechte Werkzeugbox</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1441"/> - <source>Toggle the Right Toolbox window</source> - <translation>Schalte das Fenster der rechten Werkzeugbox um</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1442"/> - <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> - <translation><b>Schalte das Fenster der rechten Werkzeugbox um</b><p>Falls das Fenster der rechten Werkzeugbox nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1477"/> - <source>Right Sidebar</source> - <translation>Rechte Seitenleiste</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1477"/> - <source>&Right Sidebar</source> - <translation>&Rechte Seitenleiste</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1481"/> - <source>Toggle the right sidebar window</source> - <translation>Schalte das Fenster der rechten Seitenleiste um</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1483"/> - <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> - <translation><b>Schalte das Fenster der rechten Seitenleiste um</b><p>Falls das Fenster der rechten Seitenleiste nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1505"/> - <source>Cooperation-Viewer</source> - <translation>Zusammenarbeit</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1505"/> - <source>Co&operation-Viewer</source> - <translation>&Zusammenarbeit</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1511"/> - <source>Switch the input focus to the Cooperation-Viewer window.</source> - <translation>Schalte den Eingabefokus auf das Fenster zur Zusammenarbeit um.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1513"/> - <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> - <translation><b>Zusammenarbeitsfenster aktivieren</b><p>Dies schaltet den Eingabefokus auf das Fenster zur Zusammenarbeit um.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1540"/> - <source>Symbols-Viewer</source> - <translation>Symbolanzeiger</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1540"/> - <source>S&ymbols-Viewer</source> - <translation>S&ymbolanzeiger</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1546"/> - <source>Switch the input focus to the Symbols-Viewer window.</source> - <translation>Schalte den Eingabefokus auf das Symbolanzeigerfenster um.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1548"/> - <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> - <translation><b>Symbolanzeiger aktivieren</b><p>Dies schaltet den Eingabefokus auf das Symbolanzeigerfenster um.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1558"/> - <source>Numbers-Viewer</source> - <translation>Zahlenanzeiger</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1558"/> - <source>Num&bers-Viewer</source> - <translation>Za&hlenanzeiger</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1564"/> - <source>Switch the input focus to the Numbers-Viewer window.</source> - <translation>Schalte den Eingabefokus auf das Zahlenanzeigerfenster um.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1566"/> - <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> - <translation><b>Zahlenanzeiger aktivieren</b><p>Dies schaltet den Eingabefokus auf das Zahlenanzeigerfenster um.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2483"/> - <source>&Windows</source> - <translation>&Fenster</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1397"/> <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> <translation><b>Aufgabenanzeige aktivieren</b><p>Dies schaltet den Eingabefokus auf das Aufgabenanzeigefenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1523"/> + <location filename="../UI/UserInterface.py" line="1515"/> <source>IRC</source> <translation>IRC</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1515"/> + <source>&IRC</source> + <translation>&IRC</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1515"/> + <source>Meta+Shift+I</source> + <translation>Meta+Shift+I</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1521"/> + <source>Switch the input focus to the IRC window.</source> + <translation>Schalte den Eingabefokus auf das IRC-Fenster um.</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1523"/> - <source>&IRC</source> - <translation>&IRC</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1523"/> - <source>Meta+Shift+I</source> - <translation>Meta+Shift+I</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1529"/> - <source>Switch the input focus to the IRC window.</source> - <translation>Schalte den Eingabefokus auf das IRC-Fenster um.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1531"/> <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> <translation><b>IRC aktivieren</b><p>Dies schaltet den Eingabefokus auf das IRC-Fenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1783"/> + <location filename="../UI/UserInterface.py" line="1775"/> <source>Qt-Designer</source> <translation>Qt Designer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1783"/> + <location filename="../UI/UserInterface.py" line="1775"/> <source>Qt-&Designer...</source> <translation>Qt &Designer...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1788"/> + <location filename="../UI/UserInterface.py" line="1780"/> <source>Start Qt-Designer</source> <translation>Starte Qt Designer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1789"/> + <location filename="../UI/UserInterface.py" line="1781"/> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation><b>Qt Designer</b><p>Starte Qt Designer.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1809"/> + <location filename="../UI/UserInterface.py" line="1801"/> <source>Qt-Linguist</source> <translation>Qt Linguist</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1809"/> + <location filename="../UI/UserInterface.py" line="1801"/> <source>Qt-&Linguist...</source> <translation>Qt &Linguist...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1814"/> + <location filename="../UI/UserInterface.py" line="1806"/> <source>Start Qt-Linguist</source> <translation>Starte Qt Linguist</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1815"/> + <location filename="../UI/UserInterface.py" line="1807"/> <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation><b>Qt Linguist</b><p>Starte Qt Linguist (Übersetzungsprogramm).</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2250"/> + <location filename="../UI/UserInterface.py" line="2242"/> <source>Qt5 Documentation</source> <translation>Qt5 Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2250"/> + <location filename="../UI/UserInterface.py" line="2242"/> <source>Qt&5 Documentation</source> <translation>Qt&5 Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2254"/> + <location filename="../UI/UserInterface.py" line="2246"/> <source>Open Qt5 Documentation</source> <translation>Öffne die Qt5 Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2800"/> + <location filename="../UI/UserInterface.py" line="2792"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation><p>Dieser Teil der Statusleiste ermöglicht das Zoomen des aktuellen Editors, der Shell oder des Terminals.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2096"/> + <location filename="../UI/UserInterface.py" line="2088"/> <source>Manage SSL Certificates</source> <translation>SSL-Zertifikate verwalten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2096"/> + <location filename="../UI/UserInterface.py" line="2088"/> <source>Manage SSL Certificates...</source> <translation>SSL-Zertifikate verwalten...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2101"/> + <location filename="../UI/UserInterface.py" line="2093"/> <source>Manage the saved SSL certificates</source> <translation>Verwalten der gespeicherten SSL-Zertifikate</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2103"/> + <location filename="../UI/UserInterface.py" line="2095"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation><b>SSL-Zertifikate verwalten...</b><p>Öffnet einen Dialog zur Verwaltung gespeicherter SSL-Zertifikate.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2112"/> + <location filename="../UI/UserInterface.py" line="2104"/> <source>Edit Message Filters</source> <translation>Meldungsfilter bearbeiten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2112"/> + <location filename="../UI/UserInterface.py" line="2104"/> <source>Edit Message Filters...</source> <translation>Meldungsfilter bearbeiten...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2117"/> + <location filename="../UI/UserInterface.py" line="2109"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation>Bearbeite die Meldungsfilter, die zur Unterdrückung ungewünschter Meldungen verwendet werden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2119"/> + <location filename="../UI/UserInterface.py" line="2111"/> <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> <translation><b>Meldungsfilter bearbeiten</b><p>Dies öffnet einen Dialog zur Bearbeitung der Meldungsfilter, die zur Unterdrückung ungewünschter Meldungen verwendet werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2266"/> + <location filename="../UI/UserInterface.py" line="2258"/> <source>PyQt&4 Documentation</source> <translation>PyQt&4-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2285"/> + <location filename="../UI/UserInterface.py" line="2277"/> <source>PyQt5 Documentation</source> <translation>PyQt5-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2285"/> + <location filename="../UI/UserInterface.py" line="2277"/> <source>PyQt&5 Documentation</source> <translation>PyQt&5-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2289"/> + <location filename="../UI/UserInterface.py" line="2281"/> <source>Open PyQt5 Documentation</source> <translation>Öffne die PyQt5-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4942"/> + <location filename="../UI/UserInterface.py" line="4979"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation><p>Der PyQt5-Dokumentations-Startpunkt ist nicht konfiguriert.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2241"/> + <location filename="../UI/UserInterface.py" line="2233"/> <source><b>Qt4 Documentation</b><p>Display the Qt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Qt4-Dokumentation</b><p>Zeige die Qt4-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger, ein Webbrowser oder Qt Assistant verwendet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2255"/> + <location filename="../UI/UserInterface.py" line="2247"/> <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Qt5-Dokumentation</b><p>Zeige die Qt5-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger, ein Webbrowser oder Qt Assistant verwendet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2271"/> + <location filename="../UI/UserInterface.py" line="2263"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>PyQt4-Dokumentation</b><p>Zeige die PyQt4-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger, ein Webbrowser oder Qt Assistant verwendet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2291"/> + <location filename="../UI/UserInterface.py" line="2283"/> <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>PyQt5-Dokumentation</b><p>Zeige die PyQt5-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger, ein Webbrowser oder Qt Assistant verwendet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2314"/> + <location filename="../UI/UserInterface.py" line="2306"/> <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this.</p></source> <translation><b>Python 3-Dokumentation</b><p>Zeigt die Python 3-Dokumentation an. Ist kein Dokumentationsverzeichnis konfiguriert, so ist der Ort, an dem die Python 3-Dokumentation gesucht wird, unter Windows das Verzeichnis <i>doc</i> unter dem Verzeichnis, in dem der Python 3-Interpreter installiert ist, und unter Unix das Verzeichnis <i>/usr/share/doc/packages/python/html</i>. Um dies zu überschreiben, können Sie die Umgebungsvariable PYTHON3DOCDIR setzen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2377"/> + <location filename="../UI/UserInterface.py" line="2369"/> <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>PySide-Dokumentation</b><p>Zeige die PySide-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger, ein Webbrowser oder Qt Assistant verwendet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5893"/> + <location filename="../UI/UserInterface.py" line="5930"/> <source>%v/%m</source> <translation>%v/%m</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1662"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Show Error Log</source> <translation>Zeige Fehlerbericht</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1658"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Show Error &Log...</source> <translation>Zeige Fehler&bericht...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1663"/> + <location filename="../UI/UserInterface.py" line="1655"/> <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> <translation><b>Zeige Fehlerbericht...</b><p>Dies öffnet einen Dialog zur Anzeige des aktuellsten Fehlerberichtes.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5897"/> + <location filename="../UI/UserInterface.py" line="5934"/> <source>Version Check</source> <translation>Versionsprüfung</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1238"/> + <location filename="../UI/UserInterface.py" line="1230"/> <source>Open a new eric6 instance</source> <translation>Öffnet eine neue eric6-Instanz</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1240"/> + <location filename="../UI/UserInterface.py" line="1232"/> <source><b>New Window</b><p>This opens a new instance of the eric6 IDE.</p></source> <translation><b>Neues Fenster</b><p>Dies öffnet eine neue Instanz der eric6-IDE.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1602"/> + <location filename="../UI/UserInterface.py" line="1594"/> <source><b>Helpviewer</b><p>Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well</p><p>If called with a word selected, this word is search in the Qt help collection.</p></source> <translation><b>Hilfe-Fenster</b><p>Zeige den eric6-Webbrowser an. Dieses Fenster zeigt Hilfedateien im HTML-Format und Qt-Hilfesammlungen an. In ihm kann über Hyperlinks navigiert, Lesezeichen gesetzt und neben anderen Funktionen die dargestellte Seite ausgedruckt werden. Er kann auch zum Surfen im Internet benutzt werden.</p><p>Wenn es mit einem selektierten Wort aufgerufen wird, so wird dieses Wort in der Qt-Hilfesammlung gesucht.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1636"/> + <location filename="../UI/UserInterface.py" line="1628"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> <translation><b>Auf Aktualisierungen prüfen...</b> <p>Dies prüft im Internet auf Updates von eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1649"/> + <location filename="../UI/UserInterface.py" line="1641"/> <source><b>Show downloadable versions...</b><p>Shows the eric6 versions available for download from the internet.</p></source> <translation><b>Zeige verfügbare Versionen...</b><p>Zeigt die eric6-Versionen, die vom Internet heruntergeladen werden können.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1904"/> + <location filename="../UI/UserInterface.py" line="1896"/> <source>eric6 Web Browser</source> <translation>eric6-Webbrowser</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1904"/> + <location filename="../UI/UserInterface.py" line="1896"/> <source>eric6 &Web Browser...</source> <translation>eric6-&Webbrowser...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1909"/> + <location filename="../UI/UserInterface.py" line="1901"/> <source>Start the eric6 Web Browser</source> <translation>Startet den eric6-Webbrowser</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1911"/> + <location filename="../UI/UserInterface.py" line="1903"/> <source><b>eric6 Web Browser</b><p>Browse the Internet with the eric6 Web Browser.</p></source> <translation><b>eric6-Webbrowser</b><p>Durchforste das Internet mit dem eric6-Webbrowser.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1923"/> + <location filename="../UI/UserInterface.py" line="1915"/> <source>Start the eric6 Icon Editor</source> <translation>Starte den eric6-Icon-Editor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1925"/> + <location filename="../UI/UserInterface.py" line="1917"/> <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> <translation><b>Icon-Editor</b><p>Startet den eric6-Icon-Editor zum Editieren einfacher Icons.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2011"/> + <location filename="../UI/UserInterface.py" line="2003"/> <source><b>Show external tools</b><p>Opens a dialog to show the path and versions of all extenal tools used by eric6.</p></source> <translation><b>Zeige externe Werkzeuge</b><p>Öffnet einen Dialog, der die Pfade und Versionen der von eric6 genutzten externen Werkzeuge anzeigt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2356"/> + <location filename="../UI/UserInterface.py" line="2348"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.</p></source> <translation><b>Eric-API-Dokumentation</b><p>Zeige die Eric-API-Dokumentation an. Der Pfad für die Dokumentation ist das Unterverzeichnis Documentation/Source im eric6-Installationverzeichnis.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4258"/> + <location filename="../UI/UserInterface.py" line="4295"/> <source>Qt v.3 is not supported by eric6.</source> <translation>Qt v.3 wird von eric6 nicht unterstützt.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6043"/> + <location filename="../UI/UserInterface.py" line="6080"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation>Eine Aktualisierung auf <b>{0}</b> von Eric6 ist unter <b>{1}</b> verfügbar. Wollen Sie sie laden?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6056"/> + <location filename="../UI/UserInterface.py" line="6093"/> <source>Eric6 is up to date</source> <translation>Eric6 ist aktuell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6056"/> + <location filename="../UI/UserInterface.py" line="6093"/> <source>You are using the latest version of eric6</source> <translation>Sie verwenden die aktuellste Version von eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6164"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation>eric6 wurde noch nicht konfiguriert. Der Konfigurationsdialog wird nun gestartet.</translation> </message> @@ -63765,24 +63785,24 @@ <context> <name>mercurial</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1436"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1442"/> <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="2106"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2120"/> <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="2116"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2130"/> <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="1456"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1462"/> <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> @@ -63791,24 +63811,24 @@ <tr><td><b>Committed um</b></td><td>{2}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2098"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2112"/> <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="2101"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2115"/> <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="2121"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2135"/> <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="2125"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2139"/> <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> @@ -63819,12 +63839,12 @@ </table></p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2111"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2125"/> <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="1494"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1500"/> <source><h3>Repository information</h3> <p><table> <tr><td><b>Mercurial V.</b></td><td>{0}</td></tr> @@ -64224,17 +64244,17 @@ <context> <name>subversion</name> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1601"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1606"/> <source><h3>Repository information</h3><table><tr><td><b>Subversion V.</b></td><td>{0}</td></tr><tr><td><b>URL</b></td><td>{1}</td></tr><tr><td><b>Current revision</b></td><td>{2}</td></tr><tr><td><b>Committed revision</b></td><td>{3}</td></tr><tr><td><b>Committed date</b></td><td>{4}</td></tr><tr><td><b>Comitted time</b></td><td>{5}</td></tr><tr><td><b>Last author</b></td><td>{6}</td></tr></table></source> <translation><h3>Repositoryinformationen</h3><table><tr><td><b>Subversion V.</b></td><td>{0}</td></tr><tr><td><b>URL</b></td><td>{1}</td></tr><tr><td><b>Aktuelle Revision</b></td><td>{2}</td></tr><tr><td><b>Eingepflegte Revision</b></td><td>{3}</td></tr><tr><td><b>Einpflegedatum</b></td><td>{4}</td></tr><tr><td><b>Einpflegezeit</b></td><td>{5}</td></tr><tr><td><b>Letzter Autor</b></td><td>{6}</td></tr></table></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1736"/> - <source>unknown</source> - <translation>Unbekannt</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1741"/> + <source>unknown</source> + <translation>Unbekannt</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1746"/> <source><h3>Repository information</h3><table><tr><td><b>PySvn V.</b></td><td>{0}</td></tr><tr><td><b>Subversion V.</b></td><td>{1}</td></tr><tr><td><b>Subversion API V.</b></td><td>{2}</td></tr><tr><td><b>URL</b></td><td>{3}</td></tr><tr><td><b>Current revision</b></td><td>{4}</td></tr><tr><td><b>Committed revision</b></td><td>{5}</td></tr><tr><td><b>Committed date</b></td><td>{6}</td></tr><tr><td><b>Comitted time</b></td><td>{7}</td></tr><tr><td><b>Last author</b></td><td>{8}</td></tr></table></source> <translation><h3>Repositoryinformationen</h3><table><tr><td><b>PySvn V.</b></td><td>{0}</td></tr><tr><td><b>Subversion V.</b></td><td>{1}</td></tr><tr><td><b>Subversion API V.</b></td><td>{2}</td></tr><tr><td><b>URL</b></td><td>{3}</td></tr><tr><td><b>Aktuelle Revision</b></td><td>{4}</td></tr><tr><td><b>Eingepflegte Revision</b></td><td>{5}</td></tr><tr><td><b>Einpflegedatum</b></td><td>{6}</td></tr><tr><td><b>Einpflegezeit</b></td><td>{7}</td></tr><tr><td><b>Letzter Autor</b></td><td>{8}</td></tr></table></translation> </message>
--- a/i18n/eric6_en.ts Sun Feb 22 12:16:32 2015 +0100 +++ b/i18n/eric6_en.ts Sun Feb 22 19:21:55 2015 +0100 @@ -685,17 +685,17 @@ <context> <name>AddFoundFilesDialog</name> <message> - <location filename="../Project/AddFoundFilesDialog.ui" line="13"/> + <location filename="../Project/AddFoundFilesDialog.ui" line="14"/> <source>Add found files to project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/AddFoundFilesDialog.ui" line="16"/> + <location filename="../Project/AddFoundFilesDialog.ui" line="17"/> <source>Adds the found files to the current project.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/AddFoundFilesDialog.ui" line="25"/> + <location filename="../Project/AddFoundFilesDialog.ui" line="26"/> <source>List of found files.</source> <translation type="unfinished"></translation> </message> @@ -6590,62 +6590,62 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="222"/> + <location filename="../UI/DiffDialog.py" line="223"/> <source>Compare</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="224"/> + <location filename="../UI/DiffDialog.py" line="225"/> <source>Press to perform the comparison of the two files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="226"/> + <location filename="../UI/DiffDialog.py" line="227"/> <source>Save</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="228"/> + <location filename="../UI/DiffDialog.py" line="229"/> <source>Save the output to a patch file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="332"/> + <location filename="../UI/DiffDialog.py" line="325"/> <source>Save Diff</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="296"/> + <location filename="../UI/DiffDialog.py" line="289"/> <source>Patch Files (*.diff)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="313"/> + <location filename="../UI/DiffDialog.py" line="306"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="332"/> + <location filename="../UI/DiffDialog.py" line="325"/> <source><p>The patch file <b>{0}</b> could not be saved.<br />Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="373"/> + <location filename="../UI/DiffDialog.py" line="366"/> <source>Compare Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="373"/> + <location filename="../UI/DiffDialog.py" line="366"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="477"/> + <location filename="../UI/DiffDialog.py" line="448"/> <source>There is no difference.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="497"/> + <location filename="../UI/DiffDialog.py" line="467"/> <source>Select file to compare</source> <translation type="unfinished"></translation> </message> @@ -18913,7 +18913,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1828"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1838"/> <source>The hg process did not finish within 30s.</source> <translation type="unfinished"></translation> </message> @@ -18968,147 +18968,147 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1022"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1028"/> <source>Reverting changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1067"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1073"/> <source>Merging</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1369"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1375"/> <source>Mercurial command</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1589"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1595"/> <source>Copying {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1982"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1996"/> <source>Pulling from a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2032"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2046"/> <source>Pushing to a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2239"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2254"/> <source>Creating branch in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2268"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2283"/> <source>Showing current branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2392"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2407"/> <source>Verifying the integrity of the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2417"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2432"/> <source>Showing the combined configuration settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2441"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2456"/> <source>Showing aliases for remote repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2465"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2480"/> <source>Recovering from interrupted transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2489"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2504"/> <source>Identifying project directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2527"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2542"/> <source>Create .hgignore file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2527"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2542"/> <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="2618"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2633"/> <source>Create changegroup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2575"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2590"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2592"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2607"/> <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="2639"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2654"/> <source>Preview changegroup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2678"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2694"/> <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2698"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2714"/> <source>Apply changegroups</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2686"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2702"/> <source>Shall the working directory be updated?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2716"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2732"/> <source>Bisect subcommand ({0}) invalid.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2746"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2762"/> <source>Mercurial Bisect ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2778"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2794"/> <source>Removing files from the Mercurial repository only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2832"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2848"/> <source>Backing out changeset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2812"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2828"/> <source>No revision given. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2859"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2875"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2852"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2868"/> <source>Are you sure you want to rollback the last transaction?</source> <translation type="unfinished"></translation> </message> @@ -19118,72 +19118,72 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3508"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3524"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3348"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3364"/> <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="3508"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3524"/> <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="2927"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2943"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2974"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2990"/> <source>Export Patches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3021"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3037"/> <source>Change Phase</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3074"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3090"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3100"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3116"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3217"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3233"/> <source>Add Sub-repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3250"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3266"/> <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="3198"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3214"/> <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="3269"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3285"/> <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="3269"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3285"/> <source>Remove Sub-repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3238"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3254"/> <source><p>The sub-repositories file .hgsub does not exist. Aborting...</p></source> <translation type="unfinished"></translation> </message> @@ -19198,147 +19198,147 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1016"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1022"/> <source>Revert changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1007"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1013"/> <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="1016"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1022"/> <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="3135"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3151"/> <source>Create Unversioned Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1898"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1908"/> <source>Mercurial Side-by-Side Difference</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1898"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1908"/> <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="1831"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1841"/> <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="966"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="972"/> <source>Tagging in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2246"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2261"/> <source>Created new branch <{0}>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1143"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1149"/> <source>Current branch tip</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2206"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2221"/> <source>Cancelling uncommitted merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3616"/> - <source>Mercurial Bookmark</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3634"/> - <source>Delete Bookmark</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3634"/> + <source>Mercurial Bookmark</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3652"/> + <source>Delete Bookmark</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3652"/> <source>Select the bookmark to be deleted:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3645"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3663"/> <source>Delete Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3673"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3691"/> <source>Rename Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3706"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3724"/> <source>Move Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3791"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3809"/> <source>Pull Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3791"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3809"/> <source>Select the bookmark to be pulled:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3802"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3820"/> <source>Pulling bookmark from a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3824"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3842"/> <source>Push Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3824"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3842"/> <source>Select the bookmark to be push:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3835"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3853"/> <source>Pushing bookmark to a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1119"/> <source>Re-Merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1104"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1110"/> <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="1113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1119"/> <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="1118"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1124"/> <source>Re-Merging</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2177"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2192"/> <source>Marking as 'unresolved'</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2179"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2194"/> <source>Marking as 'resolved'</source> <translation type="unfinished"></translation> </message> @@ -19469,12 +19469,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="139"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="139"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished"></translation> </message> @@ -19985,7 +19985,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="178"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="176"/> <source>no bookmarks found</source> <translation type="unfinished"></translation> </message> @@ -20075,20 +20075,30 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="125"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="138"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="125"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="138"/> <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/HgBookmarksListDialog.py" line="160"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="177"/> <source>no bookmarks defined</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="42"/> + <source>Refresh</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="44"/> + <source>Press to refresh the bookmarks display</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HgBranchInputDialog</name> @@ -20733,62 +20743,62 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="211"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="206"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="211"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="206"/> <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/HgDiffDialog.py" line="240"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="234"/> <source>There is no difference.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="457"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="449"/> <source>Save Diff</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="424"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="416"/> <source>Patch Files (*.diff)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="441"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="433"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="457"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="449"/> <source><p>The patch file <b>{0}</b> could not be saved.<br>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="133"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="128"/> <source>Patch Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="254"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="247"/> <source><Start></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="255"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="248"/> <source><End></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="46"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="47"/> <source>Refresh</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="48"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="49"/> <source>Press to refresh the display</source> <translation type="unfinished"></translation> </message> @@ -21063,7 +21073,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="318"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="316"/> <source>Revision</source> <translation type="unfinished"></translation> </message> @@ -21148,7 +21158,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="152"/> <source>no signatures found</source> <translation type="unfinished"></translation> </message> @@ -23084,7 +23094,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1710"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1727"/> <source>Apply changegroups</source> <translation type="unfinished"></translation> </message> @@ -23214,12 +23224,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1527"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1544"/> <source>Pull</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1821"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1838"/> <source>The project should be reread. Do this now?</source> <translation type="unfinished"></translation> </message> @@ -23329,7 +23339,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1766"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1783"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> @@ -23354,7 +23364,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1786"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1803"/> <source>Revert Changes</source> <translation type="unfinished"></translation> </message> @@ -23399,7 +23409,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1806"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1823"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> @@ -23434,7 +23444,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1821"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1838"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> @@ -23824,7 +23834,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1413"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1412"/> <source>Mercurial</source> <translation type="unfinished"></translation> </message> @@ -23905,37 +23915,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="123"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="116"/> <source>Unsaved Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="123"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="116"/> <source>The guards list has been changed. Shall the changes be applied?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="245"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="238"/> <source>Remove Guards</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="245"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="238"/> <source>Do you really want to remove the selected guards?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="314"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="307"/> <source>Apply Guard Definitions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="314"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="307"/> <source><p>The defined guards could not be applied.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="306"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="299"/> <source>The Mercurial process did not finish in time.</source> <translation type="unfinished"></translation> </message> @@ -24009,17 +24019,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="107"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="110"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="107"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="110"/> <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/QueuesExtension/HgQueuesHeaderDialog.py" line="195"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="196"/> <source>Error: </source> <translation type="unfinished"></translation> </message> @@ -24127,42 +24137,42 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="195"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="198"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="195"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="198"/> <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/QueuesExtension/HgQueuesListDialog.py" line="230"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="231"/> <source>no patches found</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="56"/> - <source>applied</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="58"/> - <source>guarded</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="59"/> + <source>applied</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="61"/> + <source>guarded</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="62"/> <source>missing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="304"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="305"/> <source>unknown</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="57"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="60"/> <source>not applied</source> <translation type="unfinished"></translation> </message> @@ -25168,7 +25178,7 @@ <context> <name>HgStatusDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="257"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="264"/> <source>Mercurial Status</source> <translation type="unfinished"></translation> </message> @@ -25244,102 +25254,102 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="84"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="90"/> <source>Commit changes to repository...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="93"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="99"/> <source>Add to repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="109"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="115"/> <source>Revert changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="125"/> <source>Adjust column sizes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="158"/> - <source>added</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="161"/> - <source>modified</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="162"/> - <source>removed</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="163"/> - <source>not tracked</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="164"/> + <source>added</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="167"/> + <source>modified</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="168"/> + <source>removed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="169"/> + <source>not tracked</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="170"/> <source>missing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="159"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="165"/> <source>normal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="160"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="166"/> <source>ignored</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="313"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="316"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="313"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="316"/> <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/HgStatusDialog.py" line="653"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="649"/> <source>Commit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="819"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="815"/> <source>There are no uncommitted changes available/selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="717"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="713"/> <source>Add</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="717"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="713"/> <source>There are no unversioned entries available/selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="740"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="736"/> <source>Remove</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="781"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="777"/> <source>There are no missing entries available/selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="781"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="777"/> <source>Revert</source> <translation type="unfinished"></translation> </message> @@ -25414,42 +25424,42 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="103"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="109"/> <source>Show differences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="115"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="121"/> <source>Restore missing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="528"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="524"/> <source>all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="799"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="795"/> <source>Differences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="653"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="649"/> <source>There are no entries selected to be committed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="87"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="93"/> <source>Select all for commit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="89"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="95"/> <source>Deselect all from commit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="254"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="261"/> <source>Mercurial Queue Repository Status</source> <translation type="unfinished"></translation> </message> @@ -25464,32 +25474,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="826"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="822"/> <source>Side-by-Side Diff</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="826"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="822"/> <source>Only one file with uncommitted changes must be selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="106"/> - <source>Show differences side-by-side</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="134"/> - <source>Add as Large File</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="137"/> - <source>Add as Normal File</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="112"/> + <source>Show differences side-by-side</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="140"/> + <source>Add as Large File</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="143"/> + <source>Add as Normal File</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="118"/> <source>Forget missing</source> <translation type="unfinished"></translation> </message> @@ -25530,202 +25540,202 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="115"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="115"/> <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/HgSummaryDialog.py" line="339"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="337"/> <source><tr><td><b>Parent</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="343"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="341"/> <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="347"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="345"/> <source><tr><td><b>Commit Message</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="351"/> + <source>empty repository</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="353"/> - <source>empty repository</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="355"/> <source>no revision checked out</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="356"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="354"/> <source><tr><td><b>Remarks</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="360"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="358"/> <source><tr><td><b>Branch</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="368"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="366"/> <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="373"/> + <source>{0} modified</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="375"/> - <source>{0} modified</source> + <source>{0} added</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="377"/> - <source>{0} added</source> + <source>{0} removed</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="379"/> - <source>{0} removed</source> + <source>{0} renamed</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="381"/> - <source>{0} renamed</source> + <source>{0} copied</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="383"/> - <source>{0} copied</source> + <source>{0} deleted</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="385"/> - <source>{0} deleted</source> + <source>{0} unknown</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="387"/> - <source>{0} unknown</source> + <source>{0} ignored</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="389"/> - <source>{0} ignored</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="391"/> <source>{0} unresolved</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="394"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="392"/> <source>{0} subrepos</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="395"/> + <source>Merge needed</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="397"/> - <source>Merge needed</source> + <source>New Branch</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="399"/> - <source>New Branch</source> + <source>Head is closed</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="401"/> - <source>Head is closed</source> + <source>No commit required</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="403"/> - <source>No commit required</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="405"/> <source>New Branch Head</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="406"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="404"/> <source><tr><td><b>Commit Status</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="411"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="409"/> <source>current</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="426"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="424"/> <source>unknown status</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="427"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="425"/> <source><tr><td><b>Update Status</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="432"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="430"/> <source>synched</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="434"/> + <source>1 or more incoming</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="436"/> - <source>1 or more incoming</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="438"/> <source>{0} outgoing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="447"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="445"/> <source><tr><td><b>Remote Status</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="452"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="450"/> <source>empty queue</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="456"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="454"/> <source>{0} applied</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="459"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="457"/> <source>{0} unapplied</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="462"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="460"/> <source><tr><td><b>Queues Status</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="476"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="474"/> <source><p>No status information available.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="335"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="333"/> <source><tr><td><b>Parent #{0}</b></td><td>{1}</td></tr></source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="413"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="411"/> <source>%n new changeset(s)<br/>Update required</source> <translation> <numerusform>one new changeset<br/>Update required</numerusform> @@ -25733,7 +25743,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="417"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="415"/> <source>%n new changeset(s)</source> <translation> <numerusform>one new changesets</numerusform> @@ -25741,7 +25751,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="419"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="417"/> <source>%n branch head(s)</source> <translation> <numerusform>one branch head</numerusform> @@ -25749,13 +25759,13 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="421"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="419"/> <source>{0}<br/>{1}<br/>Merge required</source> <comment>0 is changesets, 1 is branch heads</comment> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="441"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="439"/> <source>%n incoming bookmark(s)</source> <translation> <numerusform>one incoming bookmark</numerusform> @@ -25763,7 +25773,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="444"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="442"/> <source>%n outgoing bookmark(s)</source> <translation> <numerusform>one outgoing bookmark</numerusform> @@ -25771,12 +25781,12 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="467"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="465"/> <source>No files to upload</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="469"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="467"/> <source>%n file(s) to upload</source> <translation> <numerusform>%n file to upload</numerusform> @@ -25784,7 +25794,7 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="471"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="469"/> <source><tr><td><b>Large Files</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> @@ -25874,32 +25884,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="94"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="97"/> <source>Mercurial Branches List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="95"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="98"/> <source>Status</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="141"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="141"/> <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/HgTagBranchListDialog.py" line="257"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="258"/> <source>active</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="262"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="263"/> <source>yes</source> <translation type="unfinished"></translation> </message> @@ -34815,72 +34825,72 @@ <context> <name>PluginManager</name> <message> - <location filename="../PluginManager/PluginManager.py" line="187"/> + <location filename="../PluginManager/PluginManager.py" line="188"/> <source>Could not create a package for {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="222"/> + <location filename="../PluginManager/PluginManager.py" line="223"/> <source>The internal plugin directory <b>{0}</b> does not exits.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="342"/> + <location filename="../PluginManager/PluginManager.py" line="343"/> <source>Module is missing the 'autoactivate' attribute.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="367"/> + <location filename="../PluginManager/PluginManager.py" line="368"/> <source>Module is missing the 'pluginType' and/or 'pluginTypename' attributes.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="385"/> + <location filename="../PluginManager/PluginManager.py" line="393"/> <source>Module failed to load. Error: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="541"/> + <location filename="../PluginManager/PluginManager.py" line="574"/> <source>Incompatible plugin activation method.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1083"/> <source>Plugin Manager Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1083"/> <source><p>The plugin download directory <b>{0}</b> could not be created. Please configure it via the configuration dialog.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1149"/> <source>Error downloading file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1149"/> <source><p>Could not download the requested file from {0}.</p><p>Error: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1184"/> <source>New plugin versions available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1184"/> <source><p>There are new plug-ins or plug-in updates available. Use the plug-in repository dialog to get them.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="348"/> + <location filename="../PluginManager/PluginManager.py" line="349"/> <source>Module is missing the Python2 compatibility flag. Please update.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="353"/> + <location filename="../PluginManager/PluginManager.py" line="354"/> <source>Module is not Python2 compatible.</source> <translation type="unfinished"></translation> </message> @@ -40340,7 +40350,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="576"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="575"/> <source>Subversion (pysvn)</source> <translation type="unfinished"></translation> </message> @@ -47388,7 +47398,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1973"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1984"/> <source>The svn process did not finish within 30s.</source> <translation type="unfinished"></translation> </message> @@ -47478,87 +47488,87 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1219"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1224"/> <source>Subversion Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1049"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1054"/> <source>The URL of the project repository could not be retrieved from the working copy. The tag operation will be aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1076"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1081"/> <source>The URL of the project repository has an invalid format. The tag operation will be aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1113"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1118"/> <source>Tagging {0} in the Subversion repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1163"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1168"/> <source>Reverting changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1192"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1197"/> <source>The URL of the project repository could not be retrieved from the working copy. The switch operation will be aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1219"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1224"/> <source>The URL of the project repository has an invalid format. The switch operation will be aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1243"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1248"/> <source>Switching to {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1348"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1353"/> <source>Merging {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1649"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1654"/> <source>Cleaning up {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1688"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1693"/> <source>Subversion command</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1809"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1814"/> <source>Resolving conficts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1850"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1855"/> <source>Copying {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1921"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1928"/> <source>Subversion Set Property</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1955"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1962"/> <source>You have to supply a property name. Aborting.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1975"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1982"/> <source>Subversion Delete Property</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1784"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1791"/> <source>Enter property name</source> <translation type="unfinished"></translation> </message> @@ -47573,42 +47583,42 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2271"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2288"/> <source>Locking in the Subversion repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2311"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2328"/> <source>Unlocking in the Subversion repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2359"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2376"/> <source>Relocating</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2385"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2402"/> <source>Repository Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2385"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2402"/> <source>Enter the repository URL.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2410"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2430"/> <source>Remove from changelist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2447"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2467"/> <source>Add to changelist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2436"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2456"/> <source>Enter name of the changelist:</source> <translation type="unfinished"></translation> </message> @@ -47624,28 +47634,28 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1250"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1255"/> <source>Revision {0}. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1937"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1944"/> <source>Property set.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1990"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1997"/> <source>Property deleted.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2251"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2268"/> <source>Subversion Lock</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2251"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2268"/> <source>Enter lock comment</source> <translation type="unfinished"></translation> </message> @@ -47825,37 +47835,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1156"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1161"/> <source>Revert changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1147"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1152"/> <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/vcsPySvn/subversion.py" line="1156"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1161"/> <source>Do you really want to revert all changes of the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1976"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1987"/> <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/vcsPySvn/subversion.py" line="2212"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2227"/> <source>Subversion Side-by-Side Difference</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2212"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2227"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2508"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2528"/> <source>Upgrade</source> <translation type="unfinished"></translation> </message> @@ -48024,12 +48034,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="100"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="101"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="100"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="101"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished"></translation> </message> @@ -48104,22 +48114,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="83"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="87"/> <source>Files (relative to {0}):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="149"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="148"/> <source>No changelists found</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="118"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="118"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished"></translation> </message> @@ -48447,7 +48457,7 @@ <context> <name>SvnDiffDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="176"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="171"/> <source>Subversion Diff</source> <translation type="unfinished"></translation> </message> @@ -48507,68 +48517,68 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="197"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="192"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="197"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="192"/> <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/vcsPySvn/SvnDiffDialog.py" line="283"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="277"/> <source>There is no difference.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="467"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="448"/> <source>Save Diff</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="434"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="415"/> <source>Patch Files (*.diff)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="451"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="432"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="467"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="448"/> <source><p>The patch file <b>{0}</b> could not be saved.<br>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="176"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="171"/> <source>There is no temporary directory available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="219"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="214"/> <source>Processing file '{0}'... </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="354"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="335"/> <source><Start></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="355"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="336"/> <source><End></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="47"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="48"/> <source>Refresh</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="49"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="50"/> <source>Press to refresh the display</source> <translation type="unfinished"></translation> </message> @@ -50115,7 +50125,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="560"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="559"/> <source>Subversion (svn)</source> <translation type="unfinished"></translation> </message> @@ -50194,20 +50204,30 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="134"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="152"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="134"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="152"/> <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/vcsPySvn/SvnPropListDialog.py" line="136"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="152"/> <source>None</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="43"/> + <source>Refresh</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="45"/> + <source>Press to refresh the properties display</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>SvnPropSetDialog</name> @@ -50413,7 +50433,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py" line="284"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py" line="288"/> <source>Subversion Error</source> <translation type="unfinished"></translation> </message> @@ -50539,7 +50559,7 @@ <context> <name>SvnStatusDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="286"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="293"/> <source>Subversion Status</source> <translation type="unfinished"></translation> </message> @@ -50685,17 +50705,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="846"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="844"/> <source>Remove from Changelist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="757"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="755"/> <source>Lock</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="774"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="772"/> <source>Unlock</source> <translation type="unfinished"></translation> </message> @@ -50715,22 +50735,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="157"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="161"/> <source>added</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="162"/> <source>deleted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="170"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="174"/> <source>modified</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="164"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="168"/> <source>unversioned</source> <translation type="unfinished"></translation> </message> @@ -50760,37 +50780,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="169"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="173"/> <source>normal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="160"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="164"/> <source>replaced</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="171"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="175"/> <source>conflict</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="162"/> - <source>external</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="163"/> - <source>ignored</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="165"/> - <source>missing</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="166"/> + <source>external</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="167"/> + <source>ignored</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="169"/> + <source>missing</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="170"/> <source>type error</source> <translation type="unfinished"></translation> </message> @@ -50805,67 +50825,67 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="402"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="401"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="402"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="401"/> <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/vcsPySvn/SvnStatusDialog.py" line="609"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="607"/> <source>Commit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="734"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="732"/> <source>There are no uncommitted changes available/selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="649"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="647"/> <source>Add</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="649"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="647"/> <source>There are no unversioned entries available/selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="695"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="693"/> <source>Revert</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="757"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="755"/> <source>There are no unlocked files available/selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="810"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="808"/> <source>There are no locked files available/selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="792"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="790"/> <source>Break Lock</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="810"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="808"/> <source>Steal Lock</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="827"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="825"/> <source>There are no files available/selected not belonging to a changelist.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="846"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="844"/> <source>There are no files available/selected belonging to a changelist.</source> <translation type="unfinished"></translation> </message> @@ -50940,22 +50960,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="521"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="519"/> <source>all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="713"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="711"/> <source>Differences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="609"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="607"/> <source>There are no entries selected to be committed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="695"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="693"/> <source>There are no missing entries available/selected.</source> <translation type="unfinished"></translation> </message> @@ -50985,12 +51005,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="741"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="739"/> <source>Side-by-Side Diff</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="741"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="739"/> <source>Only one file with uncommitted changes must be selected.</source> <translation type="unfinished"></translation> </message> @@ -51160,52 +51180,52 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="72"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="74"/> <source>Subversion Branches List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="94"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="96"/> <source>Subversion Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="80"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="82"/> <source>The URL of the project repository could not be retrieved from the working copy. The list operation will be aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="94"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="96"/> <source>The URL of the project repository has an invalid format. The list operation will be aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="121"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="123"/> <source>Subversion List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="110"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="112"/> <source>Enter the repository URL containing the tags or branches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="121"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="123"/> <source>The repository URL is empty. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="166"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="168"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="166"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="168"/> <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/vcsPySvn/SvnTagBranchListDialog.py" line="155"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="157"/> <source>The installed version of PySvn should be 1.4.0 or better.</source> <translation type="unfinished"></translation> </message> @@ -55334,132 +55354,132 @@ <context> <name>TrayStarter</name> <message> - <location filename="../Tools/TrayStarter.py" line="61"/> + <location filename="../Tools/TrayStarter.py" line="65"/> <source>Recent Projects</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="68"/> + <location filename="../Tools/TrayStarter.py" line="72"/> <source>Recent Multiprojects</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="73"/> + <location filename="../Tools/TrayStarter.py" line="77"/> <source>Recent Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="84"/> + <location filename="../Tools/TrayStarter.py" line="88"/> <source>QRegExp editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="86"/> - <source>Python re editor</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Tools/TrayStarter.py" line="90"/> + <source>Python re editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="94"/> <source>UI Previewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="93"/> + <location filename="../Tools/TrayStarter.py" line="97"/> <source>Translations Previewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="96"/> + <location filename="../Tools/TrayStarter.py" line="100"/> <source>Unittest</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="104"/> + <location filename="../Tools/TrayStarter.py" line="108"/> <source>Compare Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="107"/> + <location filename="../Tools/TrayStarter.py" line="111"/> <source>Compare Files side by side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="112"/> + <location filename="../Tools/TrayStarter.py" line="116"/> <source>SQL Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="125"/> + <location filename="../Tools/TrayStarter.py" line="129"/> <source>Install Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="128"/> + <location filename="../Tools/TrayStarter.py" line="132"/> <source>Uninstall Plugin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="131"/> + <location filename="../Tools/TrayStarter.py" line="135"/> <source>Plugin Repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="136"/> + <location filename="../Tools/TrayStarter.py" line="140"/> <source>Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="162"/> + <location filename="../Tools/TrayStarter.py" line="166"/> <source>Quit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="242"/> + <location filename="../Tools/TrayStarter.py" line="248"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="242"/> + <location filename="../Tools/TrayStarter.py" line="248"/> <source><p>Could not start the process.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="242"/> + <location filename="../Tools/TrayStarter.py" line="248"/> <source>OK</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="120"/> + <location filename="../Tools/TrayStarter.py" line="124"/> <source>Icon Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="117"/> + <location filename="../Tools/TrayStarter.py" line="121"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="147"/> + <location filename="../Tools/TrayStarter.py" line="151"/> <source>Configure Tray Starter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="77"/> + <location filename="../Tools/TrayStarter.py" line="81"/> <source>Eric6 tray starter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="99"/> + <location filename="../Tools/TrayStarter.py" line="103"/> <source>eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="139"/> + <location filename="../Tools/TrayStarter.py" line="143"/> <source>eric6 IDE</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="142"/> + <location filename="../Tools/TrayStarter.py" line="146"/> <source>eric6 Mini Editor</source> <translation type="unfinished"></translation> </message> @@ -56538,2006 +56558,2006 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="545"/> + <location filename="../UI/UserInterface.py" line="537"/> <source>Restoring Toolbarmanager...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1285"/> + <location filename="../UI/UserInterface.py" line="1277"/> <source>Project-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1302"/> + <location filename="../UI/UserInterface.py" line="1294"/> <source>Multiproject-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1320"/> + <location filename="../UI/UserInterface.py" line="1312"/> <source>Debug-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="833"/> + <location filename="../UI/UserInterface.py" line="825"/> <source>Cooperation</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="882"/> + <source>Symbols</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1363"/> + <source>Log-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1381"/> + <source>Task-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1399"/> + <source>Template-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="890"/> - <source>Symbols</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1371"/> - <source>Log-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1389"/> - <source>Task-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1407"/> - <source>Template-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="898"/> <source>Numbers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1354"/> + <location filename="../UI/UserInterface.py" line="1346"/> <source>File-Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1330"/> <source>Shell</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1450"/> + <location filename="../UI/UserInterface.py" line="1442"/> <source>Horizontal Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1181"/> + <location filename="../UI/UserInterface.py" line="1173"/> <source>{0} - Passive Mode</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1188"/> + <location filename="../UI/UserInterface.py" line="1180"/> <source>{0} - {1} - Passive Mode</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1192"/> + <location filename="../UI/UserInterface.py" line="1184"/> <source>{0} - {1} - {2} - Passive Mode</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1215"/> + <location filename="../UI/UserInterface.py" line="1207"/> <source>Quit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1215"/> + <location filename="../UI/UserInterface.py" line="1207"/> <source>&Quit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1215"/> + <location filename="../UI/UserInterface.py" line="1207"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1221"/> + <location filename="../UI/UserInterface.py" line="1213"/> <source>Quit the IDE</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1222"/> + <location filename="../UI/UserInterface.py" line="1214"/> <source><b>Quit the IDE</b><p>This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1243"/> + <source>Edit Profile</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1249"/> + <source>Activate the edit view profile</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1251"/> - <source>Edit Profile</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1257"/> - <source>Activate the edit view profile</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1259"/> <source><b>Edit Profile</b><p>Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1260"/> + <source>Debug Profile</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1266"/> + <source>Activate the debug view profile</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1268"/> - <source>Debug Profile</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1274"/> - <source>Activate the debug view profile</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1276"/> <source><b>Debug Profile</b><p>Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1285"/> + <location filename="../UI/UserInterface.py" line="1277"/> <source>&Project-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1285"/> + <location filename="../UI/UserInterface.py" line="1277"/> <source>Alt+Shift+P</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1302"/> + <location filename="../UI/UserInterface.py" line="1294"/> <source>&Multiproject-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1302"/> + <location filename="../UI/UserInterface.py" line="1294"/> <source>Alt+Shift+M</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1320"/> + <location filename="../UI/UserInterface.py" line="1312"/> <source>&Debug-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1320"/> + <location filename="../UI/UserInterface.py" line="1312"/> <source>Alt+Shift+D</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1330"/> <source>&Shell</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1330"/> <source>Alt+Shift+S</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1354"/> + <location filename="../UI/UserInterface.py" line="1346"/> <source>Alt+Shift+F</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1371"/> + <location filename="../UI/UserInterface.py" line="1363"/> <source>Alt+Shift+G</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1389"/> + <location filename="../UI/UserInterface.py" line="1381"/> <source>Alt+Shift+T</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1407"/> + <location filename="../UI/UserInterface.py" line="1399"/> <source>Alt+Shift+A</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1450"/> + <location filename="../UI/UserInterface.py" line="1442"/> <source>&Horizontal Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1454"/> + <location filename="../UI/UserInterface.py" line="1446"/> <source>Toggle the Horizontal Toolbox window</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1448"/> + <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1456"/> + <source>Left Sidebar</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1456"/> - <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1464"/> - <source>Left Sidebar</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1464"/> <source>&Left Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1468"/> + <location filename="../UI/UserInterface.py" line="1460"/> <source>Toggle the left sidebar window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1469"/> + <location filename="../UI/UserInterface.py" line="1461"/> <source><b>Toggle the left sidebar window</b><p>If the left sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1491"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Bottom Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1491"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>&Bottom Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1495"/> + <location filename="../UI/UserInterface.py" line="1487"/> <source>Toggle the bottom sidebar window</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1489"/> + <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1497"/> - <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1505"/> <source>Alt+Shift+O</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1540"/> + <location filename="../UI/UserInterface.py" line="1532"/> <source>Alt+Shift+Y</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1558"/> + <location filename="../UI/UserInterface.py" line="1550"/> <source>Alt+Shift+B</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1576"/> + <location filename="../UI/UserInterface.py" line="1568"/> <source>What's This?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1576"/> + <location filename="../UI/UserInterface.py" line="1568"/> <source>&What's This?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1576"/> + <location filename="../UI/UserInterface.py" line="1568"/> <source>Shift+F1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1582"/> + <location filename="../UI/UserInterface.py" line="1574"/> <source>Context sensitive help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1583"/> + <location filename="../UI/UserInterface.py" line="1575"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1594"/> + <location filename="../UI/UserInterface.py" line="1586"/> <source>Helpviewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1594"/> + <location filename="../UI/UserInterface.py" line="1586"/> <source>&Helpviewer...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1594"/> + <location filename="../UI/UserInterface.py" line="1586"/> <source>F1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1600"/> + <location filename="../UI/UserInterface.py" line="1592"/> <source>Open the helpviewer window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1611"/> <source>Show Versions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1611"/> <source>Show &Versions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1623"/> + <location filename="../UI/UserInterface.py" line="1615"/> <source>Display version information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1625"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source><b>Show Versions</b><p>Display version information.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1627"/> + <source>Check for Updates</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1624"/> + <source>Check for &Updates...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1635"/> + <source>Show downloadable versions</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1635"/> - <source>Check for Updates</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1632"/> - <source>Check for &Updates...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1643"/> - <source>Show downloadable versions</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1643"/> <source>Show &downloadable versions...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1639"/> <source>Show the versions available for download</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3007"/> + <location filename="../UI/UserInterface.py" line="2999"/> <source>Report Bug</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1670"/> + <location filename="../UI/UserInterface.py" line="1662"/> <source>Report &Bug...</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1666"/> + <source>Report a bug</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1667"/> + <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1674"/> + <source>Request Feature</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1674"/> - <source>Report a bug</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1675"/> - <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1682"/> - <source>Request Feature</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1682"/> <source>Request &Feature...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1686"/> + <location filename="../UI/UserInterface.py" line="1678"/> <source>Send a feature request</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1688"/> + <location filename="../UI/UserInterface.py" line="1680"/> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2601"/> + <location filename="../UI/UserInterface.py" line="2593"/> <source>Unittest</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1697"/> + <location filename="../UI/UserInterface.py" line="1689"/> <source>&Unittest...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1702"/> + <location filename="../UI/UserInterface.py" line="1694"/> <source>Start unittest dialog</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1695"/> + <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1703"/> - <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1711"/> <source>Unittest Restart</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1711"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>&Restart Unittest...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1716"/> + <location filename="../UI/UserInterface.py" line="1708"/> <source>Restart last unittest</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1717"/> + <location filename="../UI/UserInterface.py" line="1709"/> <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1741"/> + <location filename="../UI/UserInterface.py" line="1733"/> <source>Unittest Script</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1741"/> + <location filename="../UI/UserInterface.py" line="1733"/> <source>Unittest &Script...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1746"/> + <location filename="../UI/UserInterface.py" line="1738"/> <source>Run unittest with current script</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1740"/> + <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4096"/> + <source>Unittest Project</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1748"/> - <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4059"/> - <source>Unittest Project</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1756"/> <source>Unittest &Project...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1761"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Run unittest with current project</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1763"/> + <location filename="../UI/UserInterface.py" line="1755"/> <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1824"/> + <location filename="../UI/UserInterface.py" line="1816"/> <source>UI Previewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1824"/> + <location filename="../UI/UserInterface.py" line="1816"/> <source>&UI Previewer...</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1821"/> + <source>Start the UI Previewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1822"/> + <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1829"/> + <source>Translations Previewer</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1829"/> - <source>Start the UI Previewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1830"/> - <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1837"/> - <source>Translations Previewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1837"/> <source>&Translations Previewer...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1842"/> + <location filename="../UI/UserInterface.py" line="1834"/> <source>Start the Translations Previewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1844"/> + <location filename="../UI/UserInterface.py" line="1836"/> <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1851"/> + <location filename="../UI/UserInterface.py" line="1843"/> <source>Compare Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1851"/> + <location filename="../UI/UserInterface.py" line="1843"/> <source>&Compare Files...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1869"/> + <location filename="../UI/UserInterface.py" line="1861"/> <source>Compare two files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1857"/> + <location filename="../UI/UserInterface.py" line="1849"/> <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1864"/> + <location filename="../UI/UserInterface.py" line="1856"/> <source>Compare Files side by side</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1862"/> + <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1870"/> - <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1878"/> <source>SQL Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1878"/> + <location filename="../UI/UserInterface.py" line="1870"/> <source>SQL &Browser...</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1875"/> + <source>Browse a SQL database</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1876"/> + <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1888"/> + <source>Mini Editor</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1883"/> - <source>Browse a SQL database</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1884"/> - <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1896"/> - <source>Mini Editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1891"/> <source>Mini &Editor...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1897"/> + <location filename="../UI/UserInterface.py" line="1889"/> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1918"/> + <location filename="../UI/UserInterface.py" line="1910"/> <source>Icon Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1918"/> + <location filename="../UI/UserInterface.py" line="1910"/> <source>&Icon Editor...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1947"/> + <location filename="../UI/UserInterface.py" line="1939"/> <source>Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1947"/> + <location filename="../UI/UserInterface.py" line="1939"/> <source>&Preferences...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1952"/> + <location filename="../UI/UserInterface.py" line="1944"/> <source>Set the prefered configuration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1954"/> + <location filename="../UI/UserInterface.py" line="1946"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1963"/> + <location filename="../UI/UserInterface.py" line="1955"/> <source>Export Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1963"/> + <location filename="../UI/UserInterface.py" line="1955"/> <source>E&xport Preferences...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1968"/> + <location filename="../UI/UserInterface.py" line="1960"/> <source>Export the current configuration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1970"/> + <location filename="../UI/UserInterface.py" line="1962"/> <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1977"/> + <location filename="../UI/UserInterface.py" line="1969"/> <source>Import Preferences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1977"/> + <location filename="../UI/UserInterface.py" line="1969"/> <source>I&mport Preferences...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1982"/> + <location filename="../UI/UserInterface.py" line="1974"/> <source>Import a previously exported configuration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1984"/> + <location filename="../UI/UserInterface.py" line="1976"/> <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1991"/> + <location filename="../UI/UserInterface.py" line="1983"/> <source>Reload APIs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1991"/> + <location filename="../UI/UserInterface.py" line="1983"/> <source>Reload &APIs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1995"/> + <location filename="../UI/UserInterface.py" line="1987"/> <source>Reload the API information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="1989"/> <source><b>Reload APIs</b><p>Reload the API information.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2009"/> + <location filename="../UI/UserInterface.py" line="2001"/> <source>Show external tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2004"/> + <location filename="../UI/UserInterface.py" line="1996"/> <source>Show external &tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2020"/> + <location filename="../UI/UserInterface.py" line="2012"/> <source>View Profiles</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2020"/> + <location filename="../UI/UserInterface.py" line="2012"/> <source>&View Profiles...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2025"/> + <location filename="../UI/UserInterface.py" line="2017"/> <source>Configure view profiles</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2027"/> + <location filename="../UI/UserInterface.py" line="2019"/> <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2037"/> + <location filename="../UI/UserInterface.py" line="2029"/> <source>Toolbars</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2037"/> + <location filename="../UI/UserInterface.py" line="2029"/> <source>Tool&bars...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2042"/> + <location filename="../UI/UserInterface.py" line="2034"/> <source>Configure toolbars</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2043"/> + <location filename="../UI/UserInterface.py" line="2035"/> <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2052"/> + <location filename="../UI/UserInterface.py" line="2044"/> <source>Keyboard Shortcuts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2052"/> + <location filename="../UI/UserInterface.py" line="2044"/> <source>Keyboard &Shortcuts...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2057"/> + <location filename="../UI/UserInterface.py" line="2049"/> <source>Set the keyboard shortcuts</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2051"/> + <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5361"/> + <source>Export Keyboard Shortcuts</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2059"/> - <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5324"/> - <source>Export Keyboard Shortcuts</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2067"/> <source>&Export Keyboard Shortcuts...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2072"/> + <location filename="../UI/UserInterface.py" line="2064"/> <source>Export the keyboard shortcuts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2074"/> + <location filename="../UI/UserInterface.py" line="2066"/> <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5348"/> + <location filename="../UI/UserInterface.py" line="5385"/> <source>Import Keyboard Shortcuts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2081"/> + <location filename="../UI/UserInterface.py" line="2073"/> <source>&Import Keyboard Shortcuts...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2086"/> + <location filename="../UI/UserInterface.py" line="2078"/> <source>Import the keyboard shortcuts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2088"/> + <location filename="../UI/UserInterface.py" line="2080"/> <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2129"/> + <location filename="../UI/UserInterface.py" line="2121"/> <source>Activate current editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2129"/> + <location filename="../UI/UserInterface.py" line="2121"/> <source>Alt+Shift+E</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2139"/> + <location filename="../UI/UserInterface.py" line="2131"/> <source>Show next</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2139"/> + <location filename="../UI/UserInterface.py" line="2131"/> <source>Ctrl+Alt+Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2148"/> + <location filename="../UI/UserInterface.py" line="2140"/> <source>Show previous</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2148"/> + <location filename="../UI/UserInterface.py" line="2140"/> <source>Shift+Ctrl+Alt+Tab</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2157"/> + <location filename="../UI/UserInterface.py" line="2149"/> <source>Switch between tabs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2157"/> + <location filename="../UI/UserInterface.py" line="2149"/> <source>Ctrl+1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2166"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>Plugin Infos</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2166"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>&Plugin Infos...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2170"/> + <location filename="../UI/UserInterface.py" line="2162"/> <source>Show Plugin Infos</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2163"/> + <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2176"/> + <source>Install Plugins</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2171"/> - <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> + <source>&Install Plugins...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2177"/> + <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2189"/> + <source>Uninstall Plugin</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="2184"/> - <source>Install Plugins</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2179"/> - <source>&Install Plugins...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2185"/> - <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> + <source>&Uninstall Plugin...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2190"/> + <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2197"/> + <source>Plugin Repository</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="2197"/> - <source>Uninstall Plugin</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2192"/> - <source>&Uninstall Plugin...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2198"/> - <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2205"/> - <source>Plugin Repository</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2205"/> <source>Plugin &Repository...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2210"/> + <location filename="../UI/UserInterface.py" line="2202"/> <source>Show Plugins available for download</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2212"/> + <location filename="../UI/UserInterface.py" line="2204"/> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2228"/> <source>Qt4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2228"/> <source>Qt&4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2240"/> + <location filename="../UI/UserInterface.py" line="2232"/> <source>Open Qt4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2266"/> + <location filename="../UI/UserInterface.py" line="2258"/> <source>PyQt4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2270"/> + <location filename="../UI/UserInterface.py" line="2262"/> <source>Open PyQt4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2350"/> + <location filename="../UI/UserInterface.py" line="2342"/> <source>Eric API Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2350"/> + <location filename="../UI/UserInterface.py" line="2342"/> <source>&Eric API Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2354"/> + <location filename="../UI/UserInterface.py" line="2346"/> <source>Open Eric API Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2371"/> + <location filename="../UI/UserInterface.py" line="2363"/> <source>PySide Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2371"/> + <location filename="../UI/UserInterface.py" line="2363"/> <source>Py&Side Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2375"/> + <location filename="../UI/UserInterface.py" line="2367"/> <source>Open PySide Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2416"/> + <location filename="../UI/UserInterface.py" line="2408"/> <source>&Unittest</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2433"/> + <location filename="../UI/UserInterface.py" line="2425"/> <source>E&xtras</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2430"/> + <source>Wi&zards</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2438"/> - <source>Wi&zards</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2446"/> <source>&Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2449"/> + <location filename="../UI/UserInterface.py" line="2441"/> <source>Select Tool Group</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2455"/> + <location filename="../UI/UserInterface.py" line="2447"/> <source>Se&ttings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2478"/> + <location filename="../UI/UserInterface.py" line="2470"/> <source>&Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2503"/> + <location filename="../UI/UserInterface.py" line="2495"/> <source>&Toolbars</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2514"/> + <location filename="../UI/UserInterface.py" line="2506"/> <source>P&lugins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2523"/> + <location filename="../UI/UserInterface.py" line="2515"/> <source>Configure...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2528"/> + <location filename="../UI/UserInterface.py" line="2520"/> <source>&Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2600"/> + <location filename="../UI/UserInterface.py" line="2592"/> <source>Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2602"/> + <location filename="../UI/UserInterface.py" line="2594"/> <source>Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4311"/> + <location filename="../UI/UserInterface.py" line="4348"/> <source>Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2604"/> + <location filename="../UI/UserInterface.py" line="2596"/> <source>Profiles</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2605"/> + <location filename="../UI/UserInterface.py" line="2597"/> <source>Plugins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2754"/> + <location filename="../UI/UserInterface.py" line="2746"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2761"/> + <location filename="../UI/UserInterface.py" line="2753"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2768"/> + <location filename="../UI/UserInterface.py" line="2760"/> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2775"/> + <location filename="../UI/UserInterface.py" line="2767"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2782"/> + <location filename="../UI/UserInterface.py" line="2774"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2789"/> + <location filename="../UI/UserInterface.py" line="2781"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2859"/> + <location filename="../UI/UserInterface.py" line="2851"/> <source>External Tools/{0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2956"/> + <location filename="../UI/UserInterface.py" line="2948"/> <source><h3>Version Numbers</h3><table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6100"/> + <location filename="../UI/UserInterface.py" line="6137"/> <source></table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3007"/> + <location filename="../UI/UserInterface.py" line="2999"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3287"/> + <location filename="../UI/UserInterface.py" line="3279"/> <source>Restart application</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3287"/> + <location filename="../UI/UserInterface.py" line="3279"/> <source>The application needs to be restarted. Do it now?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3321"/> + <location filename="../UI/UserInterface.py" line="3313"/> <source>Configure Tool Groups ...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3325"/> + <location filename="../UI/UserInterface.py" line="3317"/> <source>Configure current Tool Group ...</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3367"/> + <source>&Builtin Tools</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3375"/> - <source>&Builtin Tools</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3383"/> <source>&Plugin Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3473"/> + <location filename="../UI/UserInterface.py" line="3465"/> <source>&Show all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3475"/> + <location filename="../UI/UserInterface.py" line="3467"/> <source>&Hide all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4059"/> + <location filename="../UI/UserInterface.py" line="4096"/> <source>There is no main script defined for the current project. Aborting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4258"/> + <location filename="../UI/UserInterface.py" line="4295"/> <source>Qt 3 support</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4437"/> + <location filename="../UI/UserInterface.py" line="4474"/> <source>Problem</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4437"/> + <location filename="../UI/UserInterface.py" line="4474"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4612"/> + <location filename="../UI/UserInterface.py" line="4649"/> <source>Process Generation Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4165"/> + <location filename="../UI/UserInterface.py" line="4202"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4232"/> + <location filename="../UI/UserInterface.py" line="4269"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4283"/> + <location filename="../UI/UserInterface.py" line="4320"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4311"/> + <location filename="../UI/UserInterface.py" line="4348"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4325"/> + <location filename="../UI/UserInterface.py" line="4362"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4345"/> + <location filename="../UI/UserInterface.py" line="4382"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4393"/> + <location filename="../UI/UserInterface.py" line="4430"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4448"/> + <location filename="../UI/UserInterface.py" line="4485"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4469"/> + <location filename="../UI/UserInterface.py" line="4506"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4557"/> + <location filename="../UI/UserInterface.py" line="4594"/> <source>External Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4548"/> + <location filename="../UI/UserInterface.py" line="4585"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4557"/> + <location filename="../UI/UserInterface.py" line="4594"/> <source>No toolgroup entry '{0}' found.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4596"/> + <location filename="../UI/UserInterface.py" line="4633"/> <source>Starting process '{0} {1}'. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4612"/> + <location filename="../UI/UserInterface.py" line="4649"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4688"/> + <location filename="../UI/UserInterface.py" line="4725"/> <source>Process '{0}' has exited. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5055"/> + <location filename="../UI/UserInterface.py" line="5092"/> <source>Documentation Missing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5055"/> + <location filename="../UI/UserInterface.py" line="5092"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5039"/> + <location filename="../UI/UserInterface.py" line="5076"/> <source>Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4881"/> + <location filename="../UI/UserInterface.py" line="4918"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5039"/> + <location filename="../UI/UserInterface.py" line="5076"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5348"/> + <location filename="../UI/UserInterface.py" line="5385"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5482"/> + <location filename="../UI/UserInterface.py" line="5519"/> <source>Save tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5482"/> + <location filename="../UI/UserInterface.py" line="5519"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5511"/> + <location filename="../UI/UserInterface.py" line="5548"/> <source>Read tasks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5511"/> + <location filename="../UI/UserInterface.py" line="5548"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5529"/> + <location filename="../UI/UserInterface.py" line="5566"/> <source>Save session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5529"/> + <location filename="../UI/UserInterface.py" line="5566"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5560"/> + <location filename="../UI/UserInterface.py" line="5597"/> <source>Read session</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5560"/> + <location filename="../UI/UserInterface.py" line="5597"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5748"/> + <location filename="../UI/UserInterface.py" line="5785"/> <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5748"/> + <location filename="../UI/UserInterface.py" line="5785"/> <source><p><b>{0}</b> is not a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5893"/> + <location filename="../UI/UserInterface.py" line="5930"/> <source>&Cancel</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5902"/> + <location filename="../UI/UserInterface.py" line="5939"/> <source>Trying host {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6043"/> + <location filename="../UI/UserInterface.py" line="6080"/> <source>Update available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6063"/> + <location filename="../UI/UserInterface.py" line="6100"/> <source>Error during updates check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6063"/> + <location filename="../UI/UserInterface.py" line="6100"/> <source>Could not perform updates check.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6086"/> + <location filename="../UI/UserInterface.py" line="6123"/> <source><h3>Available versions</h3><table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6164"/> <source>First time usage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2308"/> + <location filename="../UI/UserInterface.py" line="2300"/> <source>Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2308"/> + <location filename="../UI/UserInterface.py" line="2300"/> <source>Python &3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2312"/> + <location filename="../UI/UserInterface.py" line="2304"/> <source>Open Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2326"/> + <location filename="../UI/UserInterface.py" line="2318"/> <source>Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2326"/> + <location filename="../UI/UserInterface.py" line="2318"/> <source>Python &2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2330"/> + <location filename="../UI/UserInterface.py" line="2322"/> <source>Open Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2332"/> + <location filename="../UI/UserInterface.py" line="2324"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5953"/> + <location filename="../UI/UserInterface.py" line="5990"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5946"/> + <location filename="../UI/UserInterface.py" line="5983"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5148"/> + <location filename="../UI/UserInterface.py" line="5185"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5148"/> + <location filename="../UI/UserInterface.py" line="5185"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5953"/> + <location filename="../UI/UserInterface.py" line="5990"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="542"/> + <source>Setting View Profile...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="546"/> + <source>Reading Tasks...</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="550"/> - <source>Setting View Profile...</source> + <source>Reading Templates...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="554"/> - <source>Reading Tasks...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="558"/> - <source>Reading Templates...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="562"/> <source>Starting Debugger...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1232"/> + <location filename="../UI/UserInterface.py" line="1224"/> <source>New Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1232"/> + <location filename="../UI/UserInterface.py" line="1224"/> <source>New &Window</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1224"/> + <source>Ctrl+Shift+N</source> + <comment>File|New Window</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1717"/> + <source>Unittest Rerun Failed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1717"/> + <source>Rerun Failed Tests...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1722"/> + <source>Rerun failed tests of the last run</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1724"/> + <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1856"/> + <source>Compare &Files side by side...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1924"/> + <source>Snapshot</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1924"/> + <source>&Snapshot...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1929"/> + <source>Take snapshots of a screen region</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1931"/> + <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4564"/> + <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6183"/> + <source>Select Workspace Directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1417"/> + <source>Left Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1429"/> + <source>Right Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1283"/> + <source>Switch the input focus to the Project-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1285"/> + <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1300"/> + <source>Switch the input focus to the Multiproject-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1302"/> + <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1318"/> + <source>Switch the input focus to the Debug-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1320"/> + <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1336"/> + <source>Switch the input focus to the Shell window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1338"/> + <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1346"/> + <source>&File-Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1352"/> + <source>Switch the input focus to the File-Browser window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1354"/> + <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1363"/> + <source>Lo&g-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1369"/> + <source>Switch the input focus to the Log-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1371"/> + <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1381"/> + <source>&Task-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1387"/> + <source>Switch the input focus to the Task-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1399"/> + <source>Templ&ate-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1405"/> + <source>Switch the input focus to the Template-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1407"/> + <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1417"/> + <source>&Left Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1420"/> + <source>Toggle the Left Toolbox window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1421"/> + <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1429"/> + <source>&Right Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1433"/> + <source>Toggle the Right Toolbox window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1434"/> + <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1469"/> + <source>Right Sidebar</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1469"/> + <source>&Right Sidebar</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1473"/> + <source>Toggle the right sidebar window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1475"/> + <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1497"/> + <source>Cooperation-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1497"/> + <source>Co&operation-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1503"/> + <source>Switch the input focus to the Cooperation-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1505"/> + <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1532"/> + <source>Symbols-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1532"/> + <source>S&ymbols-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1538"/> + <source>Switch the input focus to the Symbols-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1540"/> + <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1550"/> + <source>Numbers-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1550"/> + <source>Num&bers-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1556"/> + <source>Switch the input focus to the Numbers-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1558"/> + <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2475"/> + <source>&Windows</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1389"/> + <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1515"/> + <source>IRC</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1515"/> + <source>&IRC</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1515"/> + <source>Meta+Shift+I</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1521"/> + <source>Switch the input focus to the IRC window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1523"/> + <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1775"/> + <source>Qt-Designer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1775"/> + <source>Qt-&Designer...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1780"/> + <source>Start Qt-Designer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1781"/> + <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1801"/> + <source>Qt-Linguist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1801"/> + <source>Qt-&Linguist...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1806"/> + <source>Start Qt-Linguist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1807"/> + <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2242"/> + <source>Qt5 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2242"/> + <source>Qt&5 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2246"/> + <source>Open Qt5 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2792"/> + <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2088"/> + <source>Manage SSL Certificates</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2088"/> + <source>Manage SSL Certificates...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2093"/> + <source>Manage the saved SSL certificates</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2095"/> + <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2104"/> + <source>Edit Message Filters</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2104"/> + <source>Edit Message Filters...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2109"/> + <source>Edit the message filters used to suppress unwanted messages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2111"/> + <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2258"/> + <source>PyQt&4 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2277"/> + <source>PyQt5 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2277"/> + <source>PyQt&5 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2281"/> + <source>Open PyQt5 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4979"/> + <source><p>The PyQt5 documentation starting point has not been configured.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2233"/> + <source><b>Qt4 Documentation</b><p>Display the Qt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2247"/> + <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2263"/> + <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2283"/> + <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2306"/> + <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2369"/> + <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5930"/> + <source>%v/%m</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1654"/> + <source>Show Error Log</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1650"/> + <source>Show Error &Log...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1655"/> + <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5934"/> + <source>Version Check</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1230"/> + <source>Open a new eric6 instance</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1232"/> - <source>Ctrl+Shift+N</source> - <comment>File|New Window</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1725"/> - <source>Unittest Rerun Failed</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1725"/> - <source>Rerun Failed Tests...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1730"/> - <source>Rerun failed tests of the last run</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1732"/> - <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1864"/> - <source>Compare &Files side by side...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1932"/> - <source>Snapshot</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1932"/> - <source>&Snapshot...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1937"/> - <source>Take snapshots of a screen region</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1939"/> - <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4527"/> - <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6146"/> - <source>Select Workspace Directory</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1425"/> - <source>Left Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1437"/> - <source>Right Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1291"/> - <source>Switch the input focus to the Project-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1293"/> - <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1308"/> - <source>Switch the input focus to the Multiproject-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1310"/> - <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1326"/> - <source>Switch the input focus to the Debug-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1328"/> - <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1344"/> - <source>Switch the input focus to the Shell window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1346"/> - <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1354"/> - <source>&File-Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1360"/> - <source>Switch the input focus to the File-Browser window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1362"/> - <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1371"/> - <source>Lo&g-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1377"/> - <source>Switch the input focus to the Log-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1379"/> - <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1389"/> - <source>&Task-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1395"/> - <source>Switch the input focus to the Task-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1407"/> - <source>Templ&ate-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1413"/> - <source>Switch the input focus to the Template-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1415"/> - <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1425"/> - <source>&Left Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1428"/> - <source>Toggle the Left Toolbox window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1429"/> - <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1437"/> - <source>&Right Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1441"/> - <source>Toggle the Right Toolbox window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1442"/> - <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1477"/> - <source>Right Sidebar</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1477"/> - <source>&Right Sidebar</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1481"/> - <source>Toggle the right sidebar window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1483"/> - <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1505"/> - <source>Cooperation-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1505"/> - <source>Co&operation-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1511"/> - <source>Switch the input focus to the Cooperation-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1513"/> - <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1540"/> - <source>Symbols-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1540"/> - <source>S&ymbols-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1546"/> - <source>Switch the input focus to the Symbols-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1548"/> - <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1558"/> - <source>Numbers-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1558"/> - <source>Num&bers-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1564"/> - <source>Switch the input focus to the Numbers-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1566"/> - <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2483"/> - <source>&Windows</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1397"/> - <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1523"/> - <source>IRC</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1523"/> - <source>&IRC</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1523"/> - <source>Meta+Shift+I</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1529"/> - <source>Switch the input focus to the IRC window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1531"/> - <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1783"/> - <source>Qt-Designer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1783"/> - <source>Qt-&Designer...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1788"/> - <source>Start Qt-Designer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1789"/> - <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1809"/> - <source>Qt-Linguist</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1809"/> - <source>Qt-&Linguist...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1814"/> - <source>Start Qt-Linguist</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1815"/> - <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2250"/> - <source>Qt5 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2250"/> - <source>Qt&5 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2254"/> - <source>Open Qt5 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2800"/> - <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2096"/> - <source>Manage SSL Certificates</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2096"/> - <source>Manage SSL Certificates...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2101"/> - <source>Manage the saved SSL certificates</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2103"/> - <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2112"/> - <source>Edit Message Filters</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2112"/> - <source>Edit Message Filters...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2117"/> - <source>Edit the message filters used to suppress unwanted messages</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2119"/> - <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2266"/> - <source>PyQt&4 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2285"/> - <source>PyQt5 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2285"/> - <source>PyQt&5 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2289"/> - <source>Open PyQt5 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4942"/> - <source><p>The PyQt5 documentation starting point has not been configured.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2241"/> - <source><b>Qt4 Documentation</b><p>Display the Qt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2255"/> - <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2271"/> - <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2291"/> - <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2314"/> - <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2377"/> - <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5893"/> - <source>%v/%m</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1662"/> - <source>Show Error Log</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1658"/> - <source>Show Error &Log...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1663"/> - <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5897"/> - <source>Version Check</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1238"/> - <source>Open a new eric6 instance</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1240"/> <source><b>New Window</b><p>This opens a new instance of the eric6 IDE.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1602"/> + <location filename="../UI/UserInterface.py" line="1594"/> <source><b>Helpviewer</b><p>Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well</p><p>If called with a word selected, this word is search in the Qt help collection.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1636"/> + <location filename="../UI/UserInterface.py" line="1628"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1649"/> + <location filename="../UI/UserInterface.py" line="1641"/> <source><b>Show downloadable versions...</b><p>Shows the eric6 versions available for download from the internet.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1904"/> + <location filename="../UI/UserInterface.py" line="1896"/> <source>eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1904"/> + <location filename="../UI/UserInterface.py" line="1896"/> <source>eric6 &Web Browser...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1909"/> + <location filename="../UI/UserInterface.py" line="1901"/> <source>Start the eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1911"/> + <location filename="../UI/UserInterface.py" line="1903"/> <source><b>eric6 Web Browser</b><p>Browse the Internet with the eric6 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1923"/> + <location filename="../UI/UserInterface.py" line="1915"/> <source>Start the eric6 Icon Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1925"/> + <location filename="../UI/UserInterface.py" line="1917"/> <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2011"/> + <location filename="../UI/UserInterface.py" line="2003"/> <source><b>Show external tools</b><p>Opens a dialog to show the path and versions of all extenal tools used by eric6.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2356"/> + <location filename="../UI/UserInterface.py" line="2348"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4258"/> + <location filename="../UI/UserInterface.py" line="4295"/> <source>Qt v.3 is not supported by eric6.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6043"/> + <location filename="../UI/UserInterface.py" line="6080"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6056"/> + <location filename="../UI/UserInterface.py" line="6093"/> <source>Eric6 is up to date</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6056"/> + <location filename="../UI/UserInterface.py" line="6093"/> <source>You are using the latest version of eric6</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6164"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished"></translation> </message> @@ -63202,59 +63222,59 @@ <context> <name>mercurial</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1436"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1442"/> <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="2106"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2120"/> <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="2116"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2130"/> <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="1456"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1462"/> <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="2098"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2112"/> <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="2101"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2115"/> <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="2121"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2135"/> <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="2139"/> + <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> +</table></p></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2125"/> - <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> -</table></p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2111"/> <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="1494"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1500"/> <source><h3>Repository information</h3> <p><table> <tr><td><b>Mercurial V.</b></td><td>{0}</td></tr> @@ -63654,17 +63674,17 @@ <context> <name>subversion</name> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1601"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1606"/> <source><h3>Repository information</h3><table><tr><td><b>Subversion V.</b></td><td>{0}</td></tr><tr><td><b>URL</b></td><td>{1}</td></tr><tr><td><b>Current revision</b></td><td>{2}</td></tr><tr><td><b>Committed revision</b></td><td>{3}</td></tr><tr><td><b>Committed date</b></td><td>{4}</td></tr><tr><td><b>Comitted time</b></td><td>{5}</td></tr><tr><td><b>Last author</b></td><td>{6}</td></tr></table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1736"/> - <source>unknown</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1741"/> + <source>unknown</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1746"/> <source><h3>Repository information</h3><table><tr><td><b>PySvn V.</b></td><td>{0}</td></tr><tr><td><b>Subversion V.</b></td><td>{1}</td></tr><tr><td><b>Subversion API V.</b></td><td>{2}</td></tr><tr><td><b>URL</b></td><td>{3}</td></tr><tr><td><b>Current revision</b></td><td>{4}</td></tr><tr><td><b>Committed revision</b></td><td>{5}</td></tr><tr><td><b>Committed date</b></td><td>{6}</td></tr><tr><td><b>Comitted time</b></td><td>{7}</td></tr><tr><td><b>Last author</b></td><td>{8}</td></tr></table></source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric6_es.ts Sun Feb 22 12:16:32 2015 +0100 +++ b/i18n/eric6_es.ts Sun Feb 22 19:21:55 2015 +0100 @@ -700,17 +700,17 @@ <context> <name>AddFoundFilesDialog</name> <message> - <location filename="../Project/AddFoundFilesDialog.ui" line="13"/> + <location filename="../Project/AddFoundFilesDialog.ui" line="14"/> <source>Add found files to project</source> <translation>Agregar archivos encontrados al proyecto</translation> </message> <message> - <location filename="../Project/AddFoundFilesDialog.ui" line="16"/> + <location filename="../Project/AddFoundFilesDialog.ui" line="17"/> <source>Adds the found files to the current project.</source> <translation>Añade los archivos encontrados al proyecto actual.</translation> </message> <message> - <location filename="../Project/AddFoundFilesDialog.ui" line="25"/> + <location filename="../Project/AddFoundFilesDialog.ui" line="26"/> <source>List of found files.</source> <translation>Lista de archivos encontrados.</translation> </message> @@ -6650,62 +6650,62 @@ <translation>Alt+N</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="222"/> + <location filename="../UI/DiffDialog.py" line="223"/> <source>Compare</source> <translation>Comparar</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="224"/> + <location filename="../UI/DiffDialog.py" line="225"/> <source>Press to perform the comparison of the two files</source> <translation>Pulse para realizar la comparación de los dos archivos</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="226"/> + <location filename="../UI/DiffDialog.py" line="227"/> <source>Save</source> <translation>Guardar</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="228"/> + <location filename="../UI/DiffDialog.py" line="229"/> <source>Save the output to a patch file</source> <translation>Guardar la salida a un fichero de parche</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="332"/> + <location filename="../UI/DiffDialog.py" line="325"/> <source>Save Diff</source> <translation>Guardar Diff</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="296"/> + <location filename="../UI/DiffDialog.py" line="289"/> <source>Patch Files (*.diff)</source> <translation>Archivos de Parche (*.diff)</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="373"/> + <location filename="../UI/DiffDialog.py" line="366"/> <source>Compare Files</source> <translation>Comparar Archivos</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="477"/> + <location filename="../UI/DiffDialog.py" line="448"/> <source>There is no difference.</source> <translation>No hay ninguna diferencia.</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="497"/> + <location filename="../UI/DiffDialog.py" line="467"/> <source>Select file to compare</source> <translation>Seleccione el archivo a comparar</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="332"/> + <location filename="../UI/DiffDialog.py" line="325"/> <source><p>The patch file <b>{0}</b> could not be saved.<br />Reason: {1}</p></source> <translation><p>El archivo de parche <b>{0}</b> no puede ser guardado.<br />Causa: {1}</p></translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="373"/> + <location filename="../UI/DiffDialog.py" line="366"/> <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="../UI/DiffDialog.py" line="313"/> + <location filename="../UI/DiffDialog.py" line="306"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>El archivo de parche <b>{0}</b> ya existe. ¿Desea sobreescribirlo?</p></translation> </message> @@ -19059,7 +19059,7 @@ <translation>El proceso hg ha terminado con código de salida {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1828"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1838"/> <source>The hg process did not finish within 30s.</source> <translation>El proceso hg no terminó en un plazo de 30s.</translation> </message> @@ -19114,147 +19114,147 @@ <translation>Renombrando {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1067"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1073"/> <source>Merging</source> <translation>Haciendo un merge</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1589"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1595"/> <source>Copying {0}</source> <translation>Copiando {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1982"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1996"/> <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="2032"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2046"/> <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="1022"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1028"/> <source>Reverting changes</source> <translation>Revirtiendo cambios</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1369"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1375"/> <source>Mercurial command</source> <translation>Comando de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2239"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2254"/> <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="2392"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2407"/> <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="2417"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2432"/> <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="2441"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2456"/> <source>Showing aliases for remote repositories</source> <translation>Mostrando alias para repositorios remotos</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2465"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2480"/> <source>Recovering from interrupted transaction</source> <translation>Recuperando de transacción interrumpida</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2686"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2702"/> <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="2268"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2283"/> <source>Showing current branch</source> <translation>Mostrando la branch actual</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2618"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2633"/> <source>Create changegroup</source> <translation>Crear changegroup</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2698"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2714"/> <source>Apply changegroups</source> <translation>Aplicar changegroups</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2716"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2732"/> <source>Bisect subcommand ({0}) invalid.</source> <translation>Subcomando bisect ({0}) inválido.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2746"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2762"/> <source>Mercurial Bisect ({0})</source> <translation>Mercurial Bisect ({0})</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2639"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2654"/> <source>Preview changegroup</source> <translation>Previsualizar changegroup</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2489"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2504"/> <source>Identifying project directory</source> <translation>Identificando directorio de proyecto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2527"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2542"/> <source>Create .hgignore file</source> <translation>Crear archivo .hgignore</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2527"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2542"/> <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="2778"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2794"/> <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="2575"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2590"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation>Archivos Changegroup de Mercurial (*.hg)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2678"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2694"/> <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="2832"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2848"/> <source>Backing out changeset</source> <translation>Haciendo respaldo de changeset</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2812"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2828"/> <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="2592"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2607"/> <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="2859"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2875"/> <source>Rollback last transaction</source> <translation>Hacer Rollback de la última transacción</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2852"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2868"/> <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> @@ -19264,72 +19264,72 @@ <translation>Haciendo commit de cambios al repositorio Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3508"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3524"/> <source>Mercurial Command Server</source> <translation>Servidor de Comandos de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3348"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3364"/> <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="3508"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3524"/> <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="2927"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2943"/> <source>Import Patch</source> <translation>Importar Patch</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2974"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2990"/> <source>Export Patches</source> <translation>Exportar Patches</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3021"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3037"/> <source>Change Phase</source> <translation>Cambiar Fase</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3074"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3090"/> <source>Copy Changesets</source> <translation>Copiar Changesets</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3100"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3116"/> <source>Copy Changesets (Continue)</source> <translation>Copiar Changesets (Continuar)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3217"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3233"/> <source>Add Sub-repository</source> <translation>Añadir Sub-repositorio</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3250"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3266"/> <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="3198"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3214"/> <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="3269"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3285"/> <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="3269"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3285"/> <source>Remove Sub-repositories</source> <translation>Eliminar Sub-repositorios</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3238"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3254"/> <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> @@ -19344,147 +19344,147 @@ <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="1016"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1022"/> <source>Revert changes</source> <translation>Revertir cambios</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1007"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1013"/> <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="1016"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1022"/> <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="3135"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3151"/> <source>Create Unversioned Archive</source> <translation>Crear Archivo Sin Versionar</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1898"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1908"/> <source>Mercurial Side-by-Side Difference</source> <translation>Diferencia Lado a Lado Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1898"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1908"/> <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="1831"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1841"/> <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="966"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="972"/> <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="2246"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2261"/> <source>Created new branch <{0}>.</source> <translation>Creada nueva branch <{0}>.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1143"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1149"/> <source>Current branch tip</source> <translation>Tip branch actual</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2206"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2221"/> <source>Cancelling uncommitted merge</source> <translation>Cancelando merge sin commit</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3616"/> - <source>Mercurial Bookmark</source> - <translation>Marcador de Mercurial</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3634"/> - <source>Delete Bookmark</source> - <translation>Borrar Marcador</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3634"/> + <source>Mercurial Bookmark</source> + <translation>Marcador de Mercurial</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3652"/> + <source>Delete Bookmark</source> + <translation>Borrar Marcador</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3652"/> <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="3645"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3663"/> <source>Delete Mercurial Bookmark</source> <translation>Borrar Marcador de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3673"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3691"/> <source>Rename Mercurial Bookmark</source> <translation>Renombrar Marcador de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3706"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3724"/> <source>Move Mercurial Bookmark</source> <translation>Mover Marcador de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3791"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3809"/> <source>Pull Bookmark</source> <translation>Pull de Marcador</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3791"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3809"/> <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="3802"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3820"/> <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="3824"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3842"/> <source>Push Bookmark</source> <translation>Push de Marcador</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3824"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3842"/> <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="3835"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3853"/> <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="1113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1119"/> <source>Re-Merge</source> <translation>Re-Merge</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1104"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1110"/> <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="1113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1119"/> <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="1118"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1124"/> <source>Re-Merging</source> <translation>Aplicando Re-Merge</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2177"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2192"/> <source>Marking as 'unresolved'</source> <translation>Marcando como 'unresolved'</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2179"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2194"/> <source>Marking as 'resolved'</source> <translation>Marcando como 'resolved'</translation> </message> @@ -19615,12 +19615,12 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="139"/> <source>Process Generation Error</source> <translation>Error de Generación de Proceso</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="139"/> <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> @@ -20132,7 +20132,7 @@ <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/HgBookmarksInOutDialog.py" line="178"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="176"/> <source>no bookmarks found</source> <translation>no se han encontrado marcadores</translation> </message> @@ -20224,20 +20224,30 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="125"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="138"/> <source>Process Generation Error</source> <translation>Error de Generación de Proceso</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="125"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="138"/> <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/HgBookmarksListDialog.py" line="160"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="177"/> <source>no bookmarks defined</source> <translation>no se han definido marcadores</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="42"/> + <source>Refresh</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="44"/> + <source>Press to refresh the bookmarks display</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HgBranchInputDialog</name> @@ -20890,62 +20900,62 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="211"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="206"/> <source>Process Generation Error</source> <translation>Error de Generación de Proceso</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="211"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="206"/> <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/HgDiffDialog.py" line="240"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="234"/> <source>There is no difference.</source> <translation>No hay ninguna diferencia.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="457"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="449"/> <source>Save Diff</source> <translation>Guardar Diff</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="424"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="416"/> <source>Patch Files (*.diff)</source> <translation>Archivos de Parche (*.diff)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="457"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="449"/> <source><p>The patch file <b>{0}</b> could not be saved.<br>Reason: {1}</p></source> <translation><p>El archivo de parche <b>{0}</b> no puede ser guardado.<br />Causa: {1}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="441"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="433"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>El archivo de parche <b>{0}</b> ya existe. ¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="133"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="128"/> <source>Patch Contents</source> <translation>Contenido del Patch</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="254"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="247"/> <source><Start></source> <translation><Inicio></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="255"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="248"/> <source><End></source> <translation><Fin></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="46"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="47"/> <source>Refresh</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="48"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="49"/> <source>Press to refresh the display</source> <translation type="unfinished"></translation> </message> @@ -21233,7 +21243,7 @@ <translation>Seleccionar la categoría sobre la que filtrar</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="318"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="316"/> <source>Revision</source> <translation>Revisión</translation> </message> @@ -21318,7 +21328,7 @@ <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/GpgExtension/HgGpgSignaturesDialog.py" line="154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="152"/> <source>no signatures found</source> <translation>no se han encontrado firmas</translation> </message> @@ -23207,7 +23217,7 @@ <translation>Crea un archivo de changegroup recogiendo changesets</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1710"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1727"/> <source>Apply changegroups</source> <translation>Aplicar changegroups</translation> </message> @@ -23412,12 +23422,12 @@ <translation><b>Servir repositorio de proyecto</b><p>Esto sirve el repositorio de proyecto.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1527"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1544"/> <source>Pull</source> <translation>Hacer Pull</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1821"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1838"/> <source>The project should be reread. Do this now?</source> <translation>El proyecto debería ser cargado de nuevo. ¿Desea hacerlo ahora?</translation> </message> @@ -23527,7 +23537,7 @@ <translation><b>Ignorar</b><p>Ignora un changeset seleccionable.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1766"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1783"/> <source>Import Patch</source> <translation>Importar Patch</translation> </message> @@ -23552,7 +23562,7 @@ <translation>Gestión de Patch</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1786"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1803"/> <source>Revert Changes</source> <translation>Revertir cambios</translation> </message> @@ -23597,7 +23607,7 @@ <translation><b>Cambiar Fase</b><p>Cambia la fase de revisiones.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1806"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1823"/> <source>Copy Changesets</source> <translation>Copiar Changesets</translation> </message> @@ -23632,7 +23642,7 @@ <translation>Graft</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1821"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1838"/> <source>Copy Changesets (Continue)</source> <translation>Copiar Changesets (Continuar)</translation> </message> @@ -24022,7 +24032,7 @@ <translation><b>Re-Merge</b><p>Aplica un re-merge a todos los archivos con conflictos sin resolver del proyecto, descartando cualquier intento anterior de merge.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1413"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1412"/> <source>Mercurial</source> <translation type="unfinished">Mercurial</translation> </message> @@ -24103,37 +24113,37 @@ <translation>Eliminar</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="123"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="116"/> <source>Unsaved Changes</source> <translation>Cambios sin Guardar</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="123"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="116"/> <source>The guards list has been changed. Shall the changes be applied?</source> <translation>La lista de guards ha cambiado. ¿Deben aplicarse los cambios?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="245"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="238"/> <source>Remove Guards</source> <translation>Eliminar Guards</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="245"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="238"/> <source>Do you really want to remove the selected guards?</source> <translation>¿Desea realmente eliminar los guards seleccionados?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="314"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="307"/> <source>Apply Guard Definitions</source> <translation>Aplicar Definiciones de Guards</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="314"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="307"/> <source><p>The defined guards could not be applied.</p><p>Reason: {0}</p></source> <translation><p>Los guards definidos no se han podido aplicar.</p><p>Causa: {0}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="306"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="299"/> <source>The Mercurial process did not finish in time.</source> <translation>El proceso de Mercurial no terminó en plazo.</translation> </message> @@ -24207,17 +24217,17 @@ <translation>Mensaje de Commit</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="107"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="110"/> <source>Process Generation Error</source> <translation>Error de Generación de Proceso</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="107"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="110"/> <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/QueuesExtension/HgQueuesHeaderDialog.py" line="195"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="196"/> <source>Error: </source> <translation>Error:</translation> </message> @@ -24327,42 +24337,42 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="195"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="198"/> <source>Process Generation Error</source> <translation>Error de Generación de Proceso</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="195"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="198"/> <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/QueuesExtension/HgQueuesListDialog.py" line="230"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="231"/> <source>no patches found</source> <translation>no se han encontrado patches</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="56"/> - <source>applied</source> - <translation>aplicado</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="58"/> - <source>guarded</source> - <translation>con guard</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="59"/> + <source>applied</source> + <translation>aplicado</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="61"/> + <source>guarded</source> + <translation>con guard</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="62"/> <source>missing</source> <translation>perdido</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="304"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="305"/> <source>unknown</source> <translation>desconocido</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="57"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="60"/> <source>not applied</source> <translation>sin aplicar</translation> </message> @@ -25368,7 +25378,7 @@ <context> <name>HgStatusDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="257"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="264"/> <source>Mercurial Status</source> <translation>Mercurial Status</translation> </message> @@ -25445,102 +25455,102 @@ <translation>Presione para actualizar el estado visualizado</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="84"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="90"/> <source>Commit changes to repository...</source> <translation>Hacer commit de los cambios al repositorio...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="93"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="99"/> <source>Add to repository</source> <translation>Añadir al repositorio</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="109"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="115"/> <source>Revert changes</source> <translation>Revertir cambios</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="125"/> <source>Adjust column sizes</source> <translation>Adjustar tamaño de columnas</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="158"/> - <source>added</source> - <translation>añadido</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="161"/> - <source>modified</source> - <translation>modificado</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="162"/> - <source>removed</source> - <translation>eliminado</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="163"/> - <source>not tracked</source> - <translation>sin seguimiento</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="159"/> - <source>normal</source> - <translation>normal</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="160"/> - <source>ignored</source> - <translation>ignorado</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="164"/> + <source>added</source> + <translation>añadido</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="167"/> + <source>modified</source> + <translation>modificado</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="168"/> + <source>removed</source> + <translation>eliminado</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="169"/> + <source>not tracked</source> + <translation>sin seguimiento</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="165"/> + <source>normal</source> + <translation>normal</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="166"/> + <source>ignored</source> + <translation>ignorado</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="170"/> <source>missing</source> <translation>perdido</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="313"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="316"/> <source>Process Generation Error</source> <translation>Error de Generación de Proceso</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="313"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="316"/> <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/HgStatusDialog.py" line="653"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="649"/> <source>Commit</source> <translation>Commit</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="819"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="815"/> <source>There are no uncommitted changes available/selected.</source> <translation>No hay cambios pendientes de commit disponibles/seleccionados.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="717"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="713"/> <source>Add</source> <translation>Añadir</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="717"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="713"/> <source>There are no unversioned entries available/selected.</source> <translation>No hay entradas sin versionar disponibles/seleccionadas.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="781"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="777"/> <source>Revert</source> <translation>Revertir</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="740"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="736"/> <source>Remove</source> <translation>Eliminar</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="781"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="777"/> <source>There are no missing entries available/selected.</source> <translation>No hay entradas perdidas disponibles/seleccionadas.</translation> </message> @@ -25615,42 +25625,42 @@ <translation>&Restore</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="103"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="109"/> <source>Show differences</source> <translation>Mostrar diferencias</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="115"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="121"/> <source>Restore missing</source> <translation>Restore sobre elementos perdidos</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="528"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="524"/> <source>all</source> <translation>todo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="799"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="795"/> <source>Differences</source> <translation>Diferencias</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="653"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="649"/> <source>There are no entries selected to be committed.</source> <translation>No hay entradas seleccionadas sobre las que aplicar commit.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="87"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="93"/> <source>Select all for commit</source> <translation>Seleccionar todo para hacer commit</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="89"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="95"/> <source>Deselect all from commit</source> <translation>Deshacer selección de todo en el commit</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="254"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="261"/> <source>Mercurial Queue Repository Status</source> <translation>Estado de Cola Repositorio Mercurial</translation> </message> @@ -25665,32 +25675,32 @@ <translation>&Lado a Lado Diff</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="826"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="822"/> <source>Side-by-Side Diff</source> <translation>Lado a Lado Diff</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="826"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="822"/> <source>Only one file with uncommitted changes must be selected.</source> <translation>Se debe seleccionar solamente un archivo con cambios sin commit.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="106"/> - <source>Show differences side-by-side</source> - <translation>Mostrar diferencias lado a lado</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="134"/> - <source>Add as Large File</source> - <translation>Añadir como Archivo Grande</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="137"/> - <source>Add as Normal File</source> - <translation>Añadir como Archivo Normal</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="112"/> + <source>Show differences side-by-side</source> + <translation>Mostrar diferencias lado a lado</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="140"/> + <source>Add as Large File</source> + <translation>Añadir como Archivo Grande</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="143"/> + <source>Add as Normal File</source> + <translation>Añadir como Archivo Normal</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="118"/> <source>Forget missing</source> <translation>Olvidar elementos perdidos</translation> </message> @@ -25731,202 +25741,202 @@ <translation>Pulsar para actualizar la visualización del sumario</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="115"/> <source>Process Generation Error</source> <translation>Error de Generación de Proceso</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="115"/> <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/HgSummaryDialog.py" line="339"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="337"/> <source><tr><td><b>Parent</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Parent</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="343"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="341"/> <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/HgSummaryDialog.py" line="347"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="345"/> <source><tr><td><b>Commit Message</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Mensaje de Commit</b></td><td>{0}</td></tr></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="351"/> + <source>empty repository</source> + <translation>repositorio vacío</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="353"/> - <source>empty repository</source> - <translation>repositorio vacío</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="355"/> <source>no revision checked out</source> <translation>revisión sin check-out</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="356"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="354"/> <source><tr><td><b>Remarks</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Observaciones</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="360"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="358"/> <source><tr><td><b>Branch</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Branch</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="368"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="366"/> <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/HgSummaryDialog.py" line="373"/> + <source>{0} modified</source> + <translation>{0} modificado</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="375"/> - <source>{0} modified</source> - <translation>{0} modificado</translation> + <source>{0} added</source> + <translation>{0} añadido</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="377"/> - <source>{0} added</source> - <translation>{0} añadido</translation> + <source>{0} removed</source> + <translation>{0} eliminado</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="379"/> - <source>{0} removed</source> - <translation>{0} eliminado</translation> + <source>{0} renamed</source> + <translation>{0} renombrado</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="381"/> - <source>{0} renamed</source> - <translation>{0} renombrado</translation> + <source>{0} copied</source> + <translation>{0} copiado</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="383"/> - <source>{0} copied</source> - <translation>{0} copiado</translation> + <source>{0} deleted</source> + <translation>{0} borrado</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="385"/> - <source>{0} deleted</source> - <translation>{0} borrado</translation> + <source>{0} unknown</source> + <translation>{0} desconocido</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="387"/> - <source>{0} unknown</source> - <translation>{0} desconocido</translation> + <source>{0} ignored</source> + <translation>{0} ignorado</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="389"/> - <source>{0} ignored</source> - <translation>{0} ignorado</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="391"/> <source>{0} unresolved</source> <translation>{0} sin resolver</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="394"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="392"/> <source>{0} subrepos</source> <translation>{0} subrepos</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="395"/> + <source>Merge needed</source> + <translation>Es necesario un merge</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="397"/> - <source>Merge needed</source> - <translation>Es necesario un merge</translation> + <source>New Branch</source> + <translation>Nueva Branch</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="399"/> - <source>New Branch</source> - <translation>Nueva Branch</translation> + <source>Head is closed</source> + <translation>Head está cerrada</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="401"/> - <source>Head is closed</source> - <translation>Head está cerrada</translation> + <source>No commit required</source> + <translation>No es necesario hacer commit</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="403"/> - <source>No commit required</source> - <translation>No es necesario hacer commit</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="405"/> <source>New Branch Head</source> <translation>Nueva Branch Head</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="406"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="404"/> <source><tr><td><b>Commit Status</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Estado del Commit</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="411"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="409"/> <source>current</source> <translation>actual</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="426"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="424"/> <source>unknown status</source> <translation>estado desconocido</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="427"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="425"/> <source><tr><td><b>Update Status</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Estado del Update</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="432"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="430"/> <source>synched</source> <translation>sincronizado</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="434"/> + <source>1 or more incoming</source> + <translation>1 o más entrando</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="436"/> - <source>1 or more incoming</source> - <translation>1 o más entrando</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="438"/> <source>{0} outgoing</source> <translation>{0} saliendo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="447"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="445"/> <source><tr><td><b>Remote Status</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Estado Remoto</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="452"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="450"/> <source>empty queue</source> <translation>cola vacía</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="456"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="454"/> <source>{0} applied</source> <translation>{0} aplicado</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="459"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="457"/> <source>{0} unapplied</source> <translation>{0} sin aplicar</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="462"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="460"/> <source><tr><td><b>Queues Status</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Estado de las Colas</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="476"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="474"/> <source><p>No status information available.</p></source> <translation><p>No hay información de estado disponible.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="335"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="333"/> <source><tr><td><b>Parent #{0}</b></td><td>{1}</td></tr></source> <translation><tr><td><b>Padre #{0}</b></td><td>{1}</td></tr></translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="413"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="411"/> <source>%n new changeset(s)<br/>Update required</source> <translation> <numerusform>%n nuevo changeset<br/>Necesario un Update</numerusform> @@ -25934,7 +25944,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="417"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="415"/> <source>%n new changeset(s)</source> <translation> <numerusform>%n nuevo changeset</numerusform> @@ -25942,7 +25952,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="419"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="417"/> <source>%n branch head(s)</source> <translation> <numerusform>%n branch head</numerusform> @@ -25950,13 +25960,13 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="421"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="419"/> <source>{0}<br/>{1}<br/>Merge required</source> <comment>0 is changesets, 1 is branch heads</comment> <translation>{0}<br/>{1}<br/>Necesario un Merge</translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="441"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="439"/> <source>%n incoming bookmark(s)</source> <translation> <numerusform>%n marcador entrante</numerusform> @@ -25964,7 +25974,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="444"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="442"/> <source>%n outgoing bookmark(s)</source> <translation> <numerusform>%n marcador saliente</numerusform> @@ -25972,12 +25982,12 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="467"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="465"/> <source>No files to upload</source> <translation>Sin archivos para subir</translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="469"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="467"/> <source>%n file(s) to upload</source> <translation> <numerusform>%n archivo para subir</numerusform> @@ -25985,7 +25995,7 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="471"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="469"/> <source><tr><td><b>Large Files</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Archivos Grandes</b></td><td>{0}</td></tr></translation> </message> @@ -26077,32 +26087,32 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="94"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="97"/> <source>Mercurial Branches List</source> <translation>Lista de Branches de Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="95"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="98"/> <source>Status</source> <translation>Estado</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="141"/> <source>Process Generation Error</source> <translation>Error de Generación de Proceso</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="141"/> <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/HgTagBranchListDialog.py" line="257"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="258"/> <source>active</source> <translation>activo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="262"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="263"/> <source>yes</source> <translation>si</translation> </message> @@ -35057,72 +35067,72 @@ <context> <name>PluginManager</name> <message> - <location filename="../PluginManager/PluginManager.py" line="342"/> + <location filename="../PluginManager/PluginManager.py" line="343"/> <source>Module is missing the 'autoactivate' attribute.</source> <translation>El módulo no tiene el atributo 'autoactivate'.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="367"/> + <location filename="../PluginManager/PluginManager.py" line="368"/> <source>Module is missing the 'pluginType' and/or 'pluginTypename' attributes.</source> <translation>El módulo no tiene el atributo 'pluginType' y/o el atributo 'pluginTypename'.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="541"/> + <location filename="../PluginManager/PluginManager.py" line="574"/> <source>Incompatible plugin activation method.</source> <translation>Metodo de activación del plugin incompatible.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1083"/> <source>Plugin Manager Error</source> <translation>Error del Gestor de Plugins</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="187"/> + <location filename="../PluginManager/PluginManager.py" line="188"/> <source>Could not create a package for {0}.</source> <translation>No se ha podido crear un paquete para {0}.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="222"/> + <location filename="../PluginManager/PluginManager.py" line="223"/> <source>The internal plugin directory <b>{0}</b> does not exits.</source> <translation>El directorio interno de plugin <b>{0}</b> no existe.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="385"/> + <location filename="../PluginManager/PluginManager.py" line="393"/> <source>Module failed to load. Error: {0}</source> <translation>Ha fallado la carga del módulo. Error: {0}</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1083"/> <source><p>The plugin download directory <b>{0}</b> could not be created. Please configure it via the configuration dialog.</p><p>Reason: {1}</p></source> <translation><p>El directorio de descaga del plugin <b>{0}</b> no ha podido ser creado. Por favor, configúrelo a través del diálogo de configuración.</p><p>Razón: {1}</p></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1149"/> <source>Error downloading file</source> <translation>Error al descargar el fichero</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1149"/> <source><p>Could not download the requested file from {0}.</p><p>Error: {1}</p></source> <translation><p>No se pudo descargar el archivo solicitado desde {0}.</p><p>Error: {1}</p></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1184"/> <source>New plugin versions available</source> <translation>Existen nuevas versiones de plugins</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1184"/> <source><p>There are new plug-ins or plug-in updates available. Use the plug-in repository dialog to get them.</p></source> <translation><p>Existen nuevos plug-ins o existen bien actualizaciones para plug-in. Utilice el repositorio de plug-ins para su obtención.</p></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="348"/> + <location filename="../PluginManager/PluginManager.py" line="349"/> <source>Module is missing the Python2 compatibility flag. Please update.</source> <translation>El módulo no tiene el flag de compatibilidad con Python2. Por favor, actualize.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="353"/> + <location filename="../PluginManager/PluginManager.py" line="354"/> <source>Module is not Python2 compatible.</source> <translation>El módulo no es compatible con Python2.</translation> </message> @@ -40637,7 +40647,7 @@ <translation type="unfinished"><b>Actualizar versión</b><p>Actualiza la versión de la copia de trabajo al formato actual.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="576"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="575"/> <source>Subversion (pysvn)</source> <translation type="unfinished">Subversion (pysvn)</translation> </message> @@ -47865,7 +47875,7 @@ <context> <name>Subversion</name> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1973"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1984"/> <source>The svn process did not finish within 30s.</source> <translation>El proceso svn no terminó en un plazo de 30s.</translation> </message> @@ -47950,62 +47960,62 @@ <translation>Eliminando archivos/directorios del repositorio Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1219"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1224"/> <source>Subversion Error</source> <translation>Error de Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1049"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1054"/> <source>The URL of the project repository could not be retrieved from the working copy. The tag operation will be aborted</source> <translation>La URL del repositorio del proyecto no ha podido recuperarse de la copia de trabajo. La operación tag se abortará</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1076"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1081"/> <source>The URL of the project repository has an invalid format. The tag operation will be aborted</source> <translation>La URL del repositorio del proyecto tiene un formato no válido. La operación tag se abortará</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1163"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1168"/> <source>Reverting changes</source> <translation>Revirtiendo cambios</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1192"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1197"/> <source>The URL of the project repository could not be retrieved from the working copy. The switch operation will be aborted</source> <translation>La URL del repositorio del proyecto no ha podido recuperarse de la copia de trabajo. La operación switch se abortará</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1219"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1224"/> <source>The URL of the project repository has an invalid format. The switch operation will be aborted</source> <translation>La URL del repositorio del proyecto tiene un formato no válido. La operación switch se abortará</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1688"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1693"/> <source>Subversion command</source> <translation>Comando de Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1809"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1814"/> <source>Resolving conficts</source> <translation>Resolviendo conflictos</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1921"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1928"/> <source>Subversion Set Property</source> <translation>Asignar Propiedad de Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1955"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1962"/> <source>You have to supply a property name. Aborting.</source> <translation>Tiene que proporcionar un nombre de propiedad. Abortando.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1975"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1982"/> <source>Subversion Delete Property</source> <translation>Borrar Propiedad de Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1784"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1791"/> <source>Enter property name</source> <translation>Introducir nombre de la propiedad</translation> </message> @@ -48020,47 +48030,47 @@ <translation>Seleccionar número de entradas a mostrar.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2271"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2288"/> <source>Locking in the Subversion repository</source> <translation>Bloqueando en el repositorio Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2311"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2328"/> <source>Unlocking in the Subversion repository</source> <translation>Desbloqueando en el repositorio Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1937"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1944"/> <source>Property set.</source> <translation>Propiedad establecida.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1990"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1997"/> <source>Property deleted.</source> <translation>Propiedad borrada.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2251"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2268"/> <source>Subversion Lock</source> <translation>Bloqueo de Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2251"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2268"/> <source>Enter lock comment</source> <translation>Introducir comentario para el bloqueo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2359"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2376"/> <source>Relocating</source> <translation>Realojando</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2385"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2402"/> <source>Repository Browser</source> <translation>Navegador de Repositorios</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2385"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2402"/> <source>Enter the repository URL.</source> <translation>Introducir la URL del repositorio.</translation> </message> @@ -48215,17 +48225,17 @@ <translation>Sin versionar</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2410"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2430"/> <source>Remove from changelist</source> <translation>Quitar de la lista de cambios</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2447"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2467"/> <source>Add to changelist</source> <translation>Añadir a la lista de cambios</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2436"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2456"/> <source>Enter name of the changelist:</source> <translation>Introduzca el nombre de la lista de cambios:</translation> </message> @@ -48255,27 +48265,27 @@ <translation>Moviendo {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1113"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1118"/> <source>Tagging {0} in the Subversion repository</source> <translation>Haciendo un tag {0} en el repositorio Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1243"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1248"/> <source>Switching to {0}</source> <translation>Haciendo un switch a {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1348"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1353"/> <source>Merging {0}</source> <translation>Haciendo un merge de {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1649"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1654"/> <source>Cleaning up {0}</source> <translation>Limpiando {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1850"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1855"/> <source>Copying {0}</source> <translation>Copiando {0}</translation> </message> @@ -48291,7 +48301,7 @@ <translation>Commit realizado para revisión {0}.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1250"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1255"/> <source>Revision {0}. </source> <translation>Revisión {0}.</translation> @@ -48307,37 +48317,37 @@ <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/vcsPySvn/subversion.py" line="1156"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1161"/> <source>Revert changes</source> <translation>Revertir cambios</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1147"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1152"/> <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/vcsPySvn/subversion.py" line="1156"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1161"/> <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/vcsSubversion/subversion.py" line="1976"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1987"/> <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/vcsPySvn/subversion.py" line="2212"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2227"/> <source>Subversion Side-by-Side Difference</source> <translation>Diferencia Lado a Lado Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2212"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2227"/> <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/vcsPySvn/subversion.py" line="2508"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2528"/> <source>Upgrade</source> <translation>Actualizar versión</translation> </message> @@ -48506,12 +48516,12 @@ <translation>Alt+M</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="100"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="101"/> <source>Process Generation Error</source> <translation>Error de Generación de Proceso</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="100"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="101"/> <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> @@ -48588,22 +48598,22 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="83"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="87"/> <source>Files (relative to {0}):</source> <translation>Archivos (relativo a {0}):</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="149"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="148"/> <source>No changelists found</source> <translation>No se han encontrado listas de cambios</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="118"/> <source>Process Generation Error</source> <translation>Error de Generación de Proceso</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="118"/> <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> @@ -48942,7 +48952,7 @@ <context> <name>SvnDiffDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="176"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="171"/> <source>Subversion Diff</source> <translation>Diff de Subversion</translation> </message> @@ -49002,69 +49012,69 @@ <translation>Alt+M</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="197"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="192"/> <source>Process Generation Error</source> <translation>Error de Generación de Proceso</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="283"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="277"/> <source>There is no difference.</source> <translation>No hay diferencia.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="467"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="448"/> <source>Save Diff</source> <translation>Guardar Diff</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="434"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="415"/> <source>Patch Files (*.diff)</source> <translation>Archivos de Parche (*.diff)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="176"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="171"/> <source>There is no temporary directory available.</source> <translation>No hay directorio temporal disponible.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="197"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="192"/> <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/vcsPySvn/SvnDiffDialog.py" line="467"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="448"/> <source><p>The patch file <b>{0}</b> could not be saved.<br>Reason: {1}</p></source> <translation><p>El archivo de parche <b>{0}</b> no puede ser guardado.<br />Causa: {1}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="219"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="214"/> <source>Processing file '{0}'... </source> <translation>Procesando archivo '{0}'... </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="451"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="432"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>El archivo de parche <b>{0}</b> ya existe. ¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="354"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="335"/> <source><Start></source> <translation><Inicio></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="355"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="336"/> <source><End></source> <translation><Fin></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="47"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="48"/> <source>Refresh</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="49"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="50"/> <source>Press to refresh the display</source> <translation type="unfinished"></translation> </message> @@ -50638,7 +50648,7 @@ <translation><b>Mostrar diferencias (URLs)</b><p>Muestra diferencias para el proyecto entre dos URLs de repositorios.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="560"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="559"/> <source>Subversion (svn)</source> <translation type="unfinished">Subversión (svn)</translation> </message> @@ -50715,12 +50725,12 @@ <p>Muestra los posibles mensajes de error del comando subversion proplist.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="134"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="152"/> <source>Process Generation Error</source> <translation>Error de Generación de Proceso</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="136"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="152"/> <source>None</source> <translation>Ninguno</translation> </message> @@ -50730,10 +50740,20 @@ <translation>Errores</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="134"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="152"/> <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/vcsPySvn/SvnPropListDialog.py" line="43"/> + <source>Refresh</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="45"/> + <source>Press to refresh the properties display</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>SvnPropSetDialog</name> @@ -50884,7 +50904,7 @@ <translation>Fecha</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py" line="284"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py" line="288"/> <source>Subversion Error</source> <translation>Error de Subversion</translation> </message> @@ -51065,7 +51085,7 @@ <context> <name>SvnStatusDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="286"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="293"/> <source>Subversion Status</source> <translation>Estado de Subversion</translation> </message> @@ -51202,12 +51222,12 @@ <translation>Revertir cambios</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="757"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="755"/> <source>Lock</source> <translation>Bloquear</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="774"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="772"/> <source>Unlock</source> <translation>Desbloquear</translation> </message> @@ -51227,22 +51247,22 @@ <translation>Adjustar tamaño de columnas</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="157"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="161"/> <source>added</source> <translation>añadido</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="162"/> <source>deleted</source> <translation>borrado</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="170"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="174"/> <source>modified</source> <translation>modificado</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="164"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="168"/> <source>unversioned</source> <translation>sin versionar</translation> </message> @@ -51272,37 +51292,37 @@ <translation>no bloqueado</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="169"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="173"/> <source>normal</source> <translation>normal</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="160"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="164"/> <source>replaced</source> <translation>reemplazado</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="171"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="175"/> <source>conflict</source> <translation>conflicto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="162"/> - <source>external</source> - <translation>externo</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="163"/> - <source>ignored</source> - <translation>ignorado</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="165"/> - <source>missing</source> - <translation>perdido</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="166"/> + <source>external</source> + <translation>externo</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="167"/> + <source>ignored</source> + <translation>ignorado</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="169"/> + <source>missing</source> + <translation>perdido</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="170"/> <source>type error</source> <translation>error de tipo</translation> </message> @@ -51317,52 +51337,52 @@ <translation>si</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="402"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="401"/> <source>Process Generation Error</source> <translation>Error de Generación de Proceso</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="609"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="607"/> <source>Commit</source> <translation>Commit</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="734"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="732"/> <source>There are no uncommitted changes available/selected.</source> <translation>No hay cambios pendientes de commit disponibles/seleccionados.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="649"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="647"/> <source>Add</source> <translation>Añadir</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="649"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="647"/> <source>There are no unversioned entries available/selected.</source> <translation>No hay entradas sin versionar disponibles/seleccionadas.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="695"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="693"/> <source>Revert</source> <translation>Revertir</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="757"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="755"/> <source>There are no unlocked files available/selected.</source> <translation>No hay archivos desbloqueados disponibles/seleccionados.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="810"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="808"/> <source>There are no locked files available/selected.</source> <translation>No hay archivos bloqueados disponibles/seleccionados.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="792"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="790"/> <source>Break Lock</source> <translation>Romper Bloqueo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="810"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="808"/> <source>Steal Lock</source> <translation>Robar Bloqueo</translation> </message> @@ -51377,22 +51397,22 @@ <translation>Añadir a la lista de cambios</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="846"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="844"/> <source>Remove from Changelist</source> <translation>Quitar de la lista de cambios</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="827"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="825"/> <source>There are no files available/selected not belonging to a changelist.</source> <translation>No hay archivos disponibles/seleccionados que no pertenezcan a una lista de cambios.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="846"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="844"/> <source>There are no files available/selected belonging to a changelist.</source> <translation>No hay archivos disponibles/seleccionados que pertenezcan a una lista de cambios.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="402"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="401"/> <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> @@ -51467,22 +51487,22 @@ <translation>Restore sobre elementos perdidos</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="521"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="519"/> <source>all</source> <translation>todo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="713"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="711"/> <source>Differences</source> <translation>Diferencias</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="609"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="607"/> <source>There are no entries selected to be committed.</source> <translation>No hay entradas seleccionads sobre las que hacer commit.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="695"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="693"/> <source>There are no missing entries available/selected.</source> <translation>No hay entradas perdidas disponibles/seleccionadas.</translation> </message> @@ -51512,12 +51532,12 @@ <translation>Mostrar diferencias lado a lado</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="741"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="739"/> <source>Side-by-Side Diff</source> <translation>Lado a Lado Diff</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="741"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="739"/> <source>Only one file with uncommitted changes must be selected.</source> <translation>Se debe seleccionar solamente un archivo con cambios sin commit.</translation> </message> @@ -51692,52 +51712,52 @@ <translation>Alt+M</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="72"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="74"/> <source>Subversion Branches List</source> <translation>Lista de Branches de Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="94"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="96"/> <source>Subversion Error</source> <translation>Error de Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="80"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="82"/> <source>The URL of the project repository could not be retrieved from the working copy. The list operation will be aborted</source> <translation>La URL del repositorio del proyecto no ha podido recuperarse de la copia de trabajo. La operación list se abortará</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="94"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="96"/> <source>The URL of the project repository has an invalid format. The list operation will be aborted</source> <translation>La URL del repositorio del proyecto tiene un formato no válido. La operación list se abortará</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="121"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="123"/> <source>Subversion List</source> <translation>Lista (list) de Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="110"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="112"/> <source>Enter the repository URL containing the tags or branches</source> <translation>Introducir la URL del repositorio que contiene las tag o branches</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="121"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="123"/> <source>The repository URL is empty. Aborting...</source> <translation>La URL del repositorio esta vacía. Abortando...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="166"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="168"/> <source>Process Generation Error</source> <translation>Error de Generación de Proceso</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="155"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="157"/> <source>The installed version of PySvn should be 1.4.0 or better.</source> <translation>La versión instalada de PySvn debería ser 1.4.0 o superior.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="166"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="168"/> <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> @@ -55905,132 +55925,132 @@ <context> <name>TrayStarter</name> <message> - <location filename="../Tools/TrayStarter.py" line="61"/> + <location filename="../Tools/TrayStarter.py" line="65"/> <source>Recent Projects</source> <translation>Proyectos recientes</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="73"/> + <location filename="../Tools/TrayStarter.py" line="77"/> <source>Recent Files</source> <translation>Archivos recientes</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="84"/> + <location filename="../Tools/TrayStarter.py" line="88"/> <source>QRegExp editor</source> <translation>Editor de QRegExp</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="86"/> - <source>Python re editor</source> - <translation>Editor de re de Python</translation> - </message> - <message> <location filename="../Tools/TrayStarter.py" line="90"/> + <source>Python re editor</source> + <translation>Editor de re de Python</translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="94"/> <source>UI Previewer</source> <translation>Previsualizador de UI</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="93"/> + <location filename="../Tools/TrayStarter.py" line="97"/> <source>Translations Previewer</source> <translation>Previsualizador de Traducciones</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="96"/> + <location filename="../Tools/TrayStarter.py" line="100"/> <source>Unittest</source> <translation>Test Unitario</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="104"/> + <location filename="../Tools/TrayStarter.py" line="108"/> <source>Compare Files</source> <translation>Comparar Archivos</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="107"/> + <location filename="../Tools/TrayStarter.py" line="111"/> <source>Compare Files side by side</source> <translation>Comparar Archivos uno al lado de otro</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="125"/> + <location filename="../Tools/TrayStarter.py" line="129"/> <source>Install Plugin</source> <translation>Instalar Plugin</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="128"/> + <location filename="../Tools/TrayStarter.py" line="132"/> <source>Uninstall Plugin</source> <translation>Desinstalar Plugin</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="136"/> + <location filename="../Tools/TrayStarter.py" line="140"/> <source>Preferences</source> <translation>Preferencias</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="162"/> + <location filename="../Tools/TrayStarter.py" line="166"/> <source>Quit</source> <translation>Salir</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="242"/> + <location filename="../Tools/TrayStarter.py" line="248"/> <source>Process Generation Error</source> <translation>Error de Generación de Proceso</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="242"/> + <location filename="../Tools/TrayStarter.py" line="248"/> <source>OK</source> <translation>OK</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="131"/> + <location filename="../Tools/TrayStarter.py" line="135"/> <source>Plugin Repository</source> <translation>Repositorio de Plugins</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="68"/> + <location filename="../Tools/TrayStarter.py" line="72"/> <source>Recent Multiprojects</source> <translation>Multiproyectos Recientes</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="112"/> + <location filename="../Tools/TrayStarter.py" line="116"/> <source>SQL Browser</source> <translation>Navegador SQL</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="242"/> + <location filename="../Tools/TrayStarter.py" line="248"/> <source><p>Could not start the process.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar el proceso.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="120"/> + <location filename="../Tools/TrayStarter.py" line="124"/> <source>Icon Editor</source> <translation>Editor de Iconos</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="117"/> + <location filename="../Tools/TrayStarter.py" line="121"/> <source>Snapshot</source> <translation>Captura de Pantalla</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="147"/> + <location filename="../Tools/TrayStarter.py" line="151"/> <source>Configure Tray Starter</source> <translation>Configurar Lanzador de Bandeja de sistema</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="77"/> + <location filename="../Tools/TrayStarter.py" line="81"/> <source>Eric6 tray starter</source> <translation>Lanzador de bandeja de sistema de Eric6</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="99"/> + <location filename="../Tools/TrayStarter.py" line="103"/> <source>eric6 Web Browser</source> <translation>Navegador Web de eric6</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="139"/> + <location filename="../Tools/TrayStarter.py" line="143"/> <source>eric6 IDE</source> <translation>eric6 IDE</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="142"/> + <location filename="../Tools/TrayStarter.py" line="146"/> <source>eric6 Mini Editor</source> <translation>Mini Editor de eric6</translation> </message> @@ -57116,2007 +57136,2007 @@ <translation>Activando Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1285"/> + <location filename="../UI/UserInterface.py" line="1277"/> <source>Project-Viewer</source> <translation>Visor de Proyecto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1320"/> + <location filename="../UI/UserInterface.py" line="1312"/> <source>Debug-Viewer</source> <translation>Visor Depurador</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1371"/> + <location filename="../UI/UserInterface.py" line="1363"/> <source>Log-Viewer</source> <translation>Visor Log</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1389"/> + <location filename="../UI/UserInterface.py" line="1381"/> <source>Task-Viewer</source> <translation>Visor de Tareas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1407"/> + <location filename="../UI/UserInterface.py" line="1399"/> <source>Template-Viewer</source> <translation>Visor de Plantillas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1330"/> <source>Shell</source> <translation>Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1354"/> + <location filename="../UI/UserInterface.py" line="1346"/> <source>File-Browser</source> <translation>Explorador de archivos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1215"/> + <location filename="../UI/UserInterface.py" line="1207"/> <source>Quit</source> <translation>Salir</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1215"/> + <location filename="../UI/UserInterface.py" line="1207"/> <source>&Quit</source> <translation>&Salir</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1215"/> + <location filename="../UI/UserInterface.py" line="1207"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1221"/> + <location filename="../UI/UserInterface.py" line="1213"/> <source>Quit the IDE</source> <translation>Salir del IDE</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1222"/> + <location filename="../UI/UserInterface.py" line="1214"/> <source><b>Quit the IDE</b><p>This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> <translation><b>Salir del IDE</b><p>Sale del IDE. Salve primero cualquier cambio que no haya guardado. Se detendran las depuraciones en curso y las preferencias se guardarán en disco.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1243"/> + <source>Edit Profile</source> + <translation>Perfil de Edición</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1249"/> + <source>Activate the edit view profile</source> + <translation>Activar el perfil de vista de edición </translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1251"/> - <source>Edit Profile</source> - <translation>Perfil de Edición</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1257"/> - <source>Activate the edit view profile</source> - <translation>Activar el perfil de vista de edición </translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1259"/> <source><b>Edit Profile</b><p>Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Perfil de Edición</b><p>Activar "Perfil de Vista de Edición". Las ventanas que se muestran, si este perfil esta activo, pueden ser configuradas con el diálogo "Ver Configuración de Perfil".</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1260"/> + <source>Debug Profile</source> + <translation>Perfil de Depuración</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1266"/> + <source>Activate the debug view profile</source> + <translation>Activar el perfil de vista de depuración </translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1268"/> - <source>Debug Profile</source> - <translation>Perfil de Depuración</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1274"/> - <source>Activate the debug view profile</source> - <translation>Activar el perfil de vista de depuración </translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1276"/> <source><b>Debug Profile</b><p>Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Perfil de Depuración</b><p>Activar "Perfil de Vista de Depuracion". Las ventanas que se muestran, si este perfil esta activo, pueden ser configuradas con el diálogo "Ver Configuración de Perfil".</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1285"/> + <location filename="../UI/UserInterface.py" line="1277"/> <source>&Project-Viewer</source> <translation>Visor de &Proyecto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1285"/> + <location filename="../UI/UserInterface.py" line="1277"/> <source>Alt+Shift+P</source> <translation>Alt+Shift+P</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1320"/> + <location filename="../UI/UserInterface.py" line="1312"/> <source>Alt+Shift+D</source> <translation>Alt+Shift+D</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1330"/> <source>&Shell</source> <translation>&Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1330"/> <source>Alt+Shift+S</source> <translation>Alt+Shift+S</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1354"/> + <location filename="../UI/UserInterface.py" line="1346"/> <source>Alt+Shift+F</source> <translation>Alt+Shift+F</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1371"/> + <location filename="../UI/UserInterface.py" line="1363"/> <source>Alt+Shift+G</source> <translation>Alt+Shift+G</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1389"/> + <location filename="../UI/UserInterface.py" line="1381"/> <source>Alt+Shift+T</source> <translation>Alt+Shift+T</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1302"/> + <location filename="../UI/UserInterface.py" line="1294"/> <source>Alt+Shift+M</source> <translation>Alt+Shift+M</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1576"/> + <location filename="../UI/UserInterface.py" line="1568"/> <source>What's This?</source> <translation>¿Qué es esto?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1576"/> + <location filename="../UI/UserInterface.py" line="1568"/> <source>&What's This?</source> <translation>¿&Qué es esto?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1576"/> + <location filename="../UI/UserInterface.py" line="1568"/> <source>Shift+F1</source> <translation>Shift+F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1582"/> + <location filename="../UI/UserInterface.py" line="1574"/> <source>Context sensitive help</source> <translation>Ayuda sensible al contexto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1583"/> + <location filename="../UI/UserInterface.py" line="1575"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Mostrar ayuda sensible al contexto</b><p>En modo ¿Qué es esto? el puntero del ratón muestra una flecha con un interrogante, y se puede hacer click en elementos de la interfaz gráfica para obtener una descripción corta de lo que hacen y de cómo se utilizan. En los diálogos, se puede acceder a esta característica utilizando el botón de ayuda de contexto en la barra de título.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1594"/> + <location filename="../UI/UserInterface.py" line="1586"/> <source>Helpviewer</source> <translation>Visor de Ayuda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1594"/> + <location filename="../UI/UserInterface.py" line="1586"/> <source>&Helpviewer...</source> <translation>Visor de &Ayuda...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1594"/> + <location filename="../UI/UserInterface.py" line="1586"/> <source>F1</source> <translation>F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1600"/> + <location filename="../UI/UserInterface.py" line="1592"/> <source>Open the helpviewer window</source> <translation>Abrir la ventana del visor de ayuda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1611"/> <source>Show Versions</source> <translation>Mostrar Versiones</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1611"/> <source>Show &Versions</source> <translation>Mostrar Versione&s</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1623"/> + <location filename="../UI/UserInterface.py" line="1615"/> <source>Display version information</source> <translation>Mostrar información de versiones</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1625"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source><b>Show Versions</b><p>Display version information.</p></source> <translation><b>Mostrar Versiones</b><p>Muestra información de versiones.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1627"/> + <source>Check for Updates</source> + <translation>Buscar actualizaciones</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1624"/> + <source>Check for &Updates...</source> + <translation>Buscar act&ualizaciones...</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1635"/> - <source>Check for Updates</source> - <translation>Buscar actualizaciones</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1632"/> - <source>Check for &Updates...</source> - <translation>Buscar act&ualizaciones...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1643"/> <source>Show downloadable versions</source> <translation>Mostrar versiones descargables</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1643"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>Show &downloadable versions...</source> <translation>Mostrar versiones &descargables...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1639"/> <source>Show the versions available for download</source> <translation>Mostrar las versiones disponibles para descarga</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3007"/> + <location filename="../UI/UserInterface.py" line="2999"/> <source>Report Bug</source> <translation>Enviar informe de bugs</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1670"/> + <location filename="../UI/UserInterface.py" line="1662"/> <source>Report &Bug...</source> <translation>Enviar informe de &bugs...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1674"/> + <location filename="../UI/UserInterface.py" line="1666"/> <source>Report a bug</source> <translation>Enviar informe de bugs</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1675"/> + <location filename="../UI/UserInterface.py" line="1667"/> <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> <translation><b>Enviar informe de Bugs...</b><p>Abre un diálogo para enviar un informe de un error (bug).</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2601"/> + <location filename="../UI/UserInterface.py" line="2593"/> <source>Unittest</source> <translation>Test Unitario</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1697"/> + <location filename="../UI/UserInterface.py" line="1689"/> <source>&Unittest...</source> <translation>Te&st Unitario...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1702"/> + <location filename="../UI/UserInterface.py" line="1694"/> <source>Start unittest dialog</source> <translation>Ejecutar diálogo de tests unitarios</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1695"/> + <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> + <translation><b>Tests unitarios</b><p>Lleva a cabo tests unitarios. Este diálogo proporciona la capacidad de seleccionar y ejecutar una suite de tests unitarios.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1703"/> + <source>Unittest Restart</source> + <translation>Ejecutar de nuevo Test Unitario</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1703"/> - <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> - <translation><b>Tests unitarios</b><p>Lleva a cabo tests unitarios. Este diálogo proporciona la capacidad de seleccionar y ejecutar una suite de tests unitarios.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1711"/> - <source>Unittest Restart</source> - <translation>Ejecutar de nuevo Test Unitario</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1711"/> <source>&Restart Unittest...</source> <translation>Ejecuta&r de nuevo Test Unitario...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1716"/> + <location filename="../UI/UserInterface.py" line="1708"/> <source>Restart last unittest</source> <translation>Ejecutar de nuevo el último test unitario</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1717"/> + <location filename="../UI/UserInterface.py" line="1709"/> <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> <translation><b>Ejecutar de nuevo Test Unitario</b><p>Vuelve a ejecutar el último test unitario que se ha ejecutado.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1741"/> + <location filename="../UI/UserInterface.py" line="1733"/> <source>Unittest Script</source> <translation>Test Unitario de Script</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1741"/> + <location filename="../UI/UserInterface.py" line="1733"/> <source>Unittest &Script...</source> <translation>Test Unitario de &Script...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1746"/> + <location filename="../UI/UserInterface.py" line="1738"/> <source>Run unittest with current script</source> <translation>Ejecutar test unitario con el script actual</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1740"/> + <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> + <translation><b>Test Unitario de Script</b><p>Ejecuta un test unitario con el script actual.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4096"/> + <source>Unittest Project</source> + <translation>Test Unitario de Proyecto</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1748"/> - <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> - <translation><b>Test Unitario de Script</b><p>Ejecuta un test unitario con el script actual.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4059"/> - <source>Unittest Project</source> - <translation>Test Unitario de Proyecto</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1756"/> <source>Unittest &Project...</source> <translation>Test Unitario de &Proyecto...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1761"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Run unittest with current project</source> <translation>Ejecutar test unitario con el proyecto actual</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1763"/> + <location filename="../UI/UserInterface.py" line="1755"/> <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> <translation><b>Test Unitario del Proyecto</b>Ejecuta un test unitario con el proyecto actual.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1824"/> + <location filename="../UI/UserInterface.py" line="1816"/> <source>UI Previewer</source> <translation>Previsualizador de UI</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1824"/> + <location filename="../UI/UserInterface.py" line="1816"/> <source>&UI Previewer...</source> <translation>Previsualizador de &UI...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1821"/> + <source>Start the UI Previewer</source> + <translation>Ejecutar el Previsualizador de UI</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1822"/> + <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> + <translation><b>Previsualizador de UI</b><p>Ejecuta el Previsualizador de UI.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1829"/> + <source>Translations Previewer</source> + <translation>Previsualizador de Traducciones</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1829"/> - <source>Start the UI Previewer</source> - <translation>Ejecutar el Previsualizador de UI</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1830"/> - <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> - <translation><b>Previsualizador de UI</b><p>Ejecuta el Previsualizador de UI.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1837"/> - <source>Translations Previewer</source> - <translation>Previsualizador de Traducciones</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1837"/> <source>&Translations Previewer...</source> <translation>Previsualizador de &Traducciones...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1842"/> + <location filename="../UI/UserInterface.py" line="1834"/> <source>Start the Translations Previewer</source> <translation>Ejecutar el Previsualizador de traducciones</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1844"/> + <location filename="../UI/UserInterface.py" line="1836"/> <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> <translation><b>Previsualizador de traducciones<b><p>Ejecuta el Previsualizador de traducciones.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1851"/> + <location filename="../UI/UserInterface.py" line="1843"/> <source>Compare Files</source> <translation>Comparar Archivos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1851"/> + <location filename="../UI/UserInterface.py" line="1843"/> <source>&Compare Files...</source> <translation>&Comparar Archivos...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1869"/> + <location filename="../UI/UserInterface.py" line="1861"/> <source>Compare two files</source> <translation>Comparar dos archivos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1857"/> + <location filename="../UI/UserInterface.py" line="1849"/> <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> <translation><b>Comparar Archivos</b><p>Abre un diálogo para comparar dos archivos.</b></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1864"/> + <location filename="../UI/UserInterface.py" line="1856"/> <source>Compare Files side by side</source> <translation>Comparar Archivos uno al lado de otro</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1870"/> + <location filename="../UI/UserInterface.py" line="1862"/> <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> <translation><b>Comparar Archivos uno al lado de otro</b><p>Abre un diálogo para comparar dos archivos y mostrar los resultados en paralelo.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1947"/> + <location filename="../UI/UserInterface.py" line="1939"/> <source>Preferences</source> <translation>Preferencias</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1947"/> + <location filename="../UI/UserInterface.py" line="1939"/> <source>&Preferences...</source> <translation>&Preferencias...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1952"/> + <location filename="../UI/UserInterface.py" line="1944"/> <source>Set the prefered configuration</source> <translation>Establecer la configuración preferida</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1954"/> + <location filename="../UI/UserInterface.py" line="1946"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Preferencias</b><p>Establecezca los elementos de configuración de la aplicación con sus valores preferidos.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1991"/> + <location filename="../UI/UserInterface.py" line="1983"/> <source>Reload APIs</source> <translation>Recargar APIs</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1991"/> + <location filename="../UI/UserInterface.py" line="1983"/> <source>Reload &APIs</source> <translation>Recargar &APIs</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1995"/> + <location filename="../UI/UserInterface.py" line="1987"/> <source>Reload the API information</source> <translation>Recargar la información de API</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="1989"/> <source><b>Reload APIs</b><p>Reload the API information.</p></source> <translation><b>Recargar APIs</b><p>Recarga la información de API.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2009"/> + <location filename="../UI/UserInterface.py" line="2001"/> <source>Show external tools</source> <translation>Mostrar herramientas externas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2004"/> + <location filename="../UI/UserInterface.py" line="1996"/> <source>Show external &tools</source> <translation>Mostrar herramien&tas externas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2020"/> + <location filename="../UI/UserInterface.py" line="2012"/> <source>View Profiles</source> <translation>Perfiles de Vista</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2020"/> + <location filename="../UI/UserInterface.py" line="2012"/> <source>&View Profiles...</source> <translation>Perfiles de &Vista...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2025"/> + <location filename="../UI/UserInterface.py" line="2017"/> <source>Configure view profiles</source> <translation>Configurar perfiles de vista</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2027"/> + <location filename="../UI/UserInterface.py" line="2019"/> <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> <translation><b>Perfiles de Vista</b><p>Configure los perfiles de vista. Con este diálogo puede establecer la visibilidad de las diversas ventanas para los perfiles de vista predeterminados.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2052"/> + <location filename="../UI/UserInterface.py" line="2044"/> <source>Keyboard Shortcuts</source> <translation>Atajos de Teclado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2052"/> + <location filename="../UI/UserInterface.py" line="2044"/> <source>Keyboard &Shortcuts...</source> <translation>Atajo&s de Teclado...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2057"/> + <location filename="../UI/UserInterface.py" line="2049"/> <source>Set the keyboard shortcuts</source> <translation>Establecer los atajos de teclado</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2051"/> + <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> + <translation><b>Atajos de Teclado</b><p>Establezca los atajos de teclado para la aplicación con sus valores preferidos.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5361"/> + <source>Export Keyboard Shortcuts</source> + <translation>Exportar Atajos de Teclado</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2059"/> - <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> - <translation><b>Atajos de Teclado</b><p>Establezca los atajos de teclado para la aplicación con sus valores preferidos.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5324"/> - <source>Export Keyboard Shortcuts</source> - <translation>Exportar Atajos de Teclado</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2067"/> <source>&Export Keyboard Shortcuts...</source> <translation>&Exportar Atajos de Teclado...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2072"/> + <location filename="../UI/UserInterface.py" line="2064"/> <source>Export the keyboard shortcuts</source> <translation>Exportar los atajos de teclado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2074"/> + <location filename="../UI/UserInterface.py" line="2066"/> <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> <translation><b>Exportar Atajos de Teclado</b><p>Exporte los atajos de teclado de la aplicación.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5348"/> + <location filename="../UI/UserInterface.py" line="5385"/> <source>Import Keyboard Shortcuts</source> <translation>Importar Atajos de Teclado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2081"/> + <location filename="../UI/UserInterface.py" line="2073"/> <source>&Import Keyboard Shortcuts...</source> <translation>&Importar Atajos de Teclado...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2086"/> + <location filename="../UI/UserInterface.py" line="2078"/> <source>Import the keyboard shortcuts</source> <translation>Importar los atajos de teclado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2088"/> + <location filename="../UI/UserInterface.py" line="2080"/> <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> <translation><b>Importar Atajos de Teclado</b><p>Importe los atajos de teclado de la aplicación.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2129"/> + <location filename="../UI/UserInterface.py" line="2121"/> <source>Activate current editor</source> <translation>Activar editor actual</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2129"/> + <location filename="../UI/UserInterface.py" line="2121"/> <source>Alt+Shift+E</source> <translation>Alt+Shift+E</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2139"/> + <location filename="../UI/UserInterface.py" line="2131"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2148"/> + <location filename="../UI/UserInterface.py" line="2140"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2166"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>Plugin Infos</source> <translation>Información sobre Plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2166"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>&Plugin Infos...</source> <translation>Información sobre &Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2170"/> + <location filename="../UI/UserInterface.py" line="2162"/> <source>Show Plugin Infos</source> <translation>Mostrar Información sobre Plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2171"/> + <location filename="../UI/UserInterface.py" line="2163"/> <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> <translation><b>Información sobre Plugins...</b><p>Abre un diálogo que muestra información sobre las extensiones (plugins) cargadas.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2189"/> + <source>Uninstall Plugin</source> + <translation>Desinstalar Plugin</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2184"/> + <source>&Uninstall Plugin...</source> + <translation>Desinstalar Pl&ugin...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2190"/> + <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> + <translation><b>Desinstalar Plugin...</b><p>Abre un diálogo para desinstalar una extensión o plugin.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2197"/> + <source>Plugin Repository</source> + <translation>Repositorio de Plugins</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2197"/> - <source>Uninstall Plugin</source> - <translation>Desinstalar Plugin</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2192"/> - <source>&Uninstall Plugin...</source> - <translation>Desinstalar Pl&ugin...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2198"/> - <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> - <translation><b>Desinstalar Plugin...</b><p>Abre un diálogo para desinstalar una extensión o plugin.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2205"/> - <source>Plugin Repository</source> - <translation>Repositorio de Plugins</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2205"/> <source>Plugin &Repository...</source> <translation>&Repositorio de Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2210"/> + <location filename="../UI/UserInterface.py" line="2202"/> <source>Show Plugins available for download</source> <translation>Mostrar Plugins disponibles para descarga</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2212"/> + <location filename="../UI/UserInterface.py" line="2204"/> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation><b>Repositorios de Plugins...</b><p>Abre un diálogo que muestra una lista de extensiones (plugins) disponibles en Internet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2228"/> <source>Qt4 Documentation</source> <translation>Documentación de Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2228"/> <source>Qt&4 Documentation</source> <translation>Documentación de Qt&4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2240"/> + <location filename="../UI/UserInterface.py" line="2232"/> <source>Open Qt4 Documentation</source> <translation>Abrir Documentación de Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2266"/> + <location filename="../UI/UserInterface.py" line="2258"/> <source>PyQt4 Documentation</source> <translation>Documentación de PyQt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2270"/> + <location filename="../UI/UserInterface.py" line="2262"/> <source>Open PyQt4 Documentation</source> <translation>Abrir Documentación de PyQt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2350"/> + <location filename="../UI/UserInterface.py" line="2342"/> <source>Eric API Documentation</source> <translation>Documentación de API de Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2350"/> + <location filename="../UI/UserInterface.py" line="2342"/> <source>&Eric API Documentation</source> <translation>Documentación de API de &Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2354"/> + <location filename="../UI/UserInterface.py" line="2346"/> <source>Open Eric API Documentation</source> <translation>Abrir Documentación de API de Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2416"/> + <location filename="../UI/UserInterface.py" line="2408"/> <source>&Unittest</source> <translation>Te&st Unitario</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2433"/> + <location filename="../UI/UserInterface.py" line="2425"/> <source>E&xtras</source> <translation>E&xtras</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2430"/> + <source>Wi&zards</source> + <translation>Asis&tentes</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2438"/> - <source>Wi&zards</source> - <translation>Asis&tentes</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2446"/> <source>&Tools</source> <translation>&Herramientas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2449"/> + <location filename="../UI/UserInterface.py" line="2441"/> <source>Select Tool Group</source> <translation>Seleccionar Grupo de Herramientas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2455"/> + <location filename="../UI/UserInterface.py" line="2447"/> <source>Se&ttings</source> <translation>Con&figuración</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2478"/> + <location filename="../UI/UserInterface.py" line="2470"/> <source>&Window</source> <translation>Ven&tana</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2503"/> + <location filename="../UI/UserInterface.py" line="2495"/> <source>&Toolbars</source> <translation>&Barra de Herramientas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2514"/> + <location filename="../UI/UserInterface.py" line="2506"/> <source>P&lugins</source> <translation>P&lugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2528"/> + <location filename="../UI/UserInterface.py" line="2520"/> <source>&Help</source> <translation>Ay&uda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2600"/> + <location filename="../UI/UserInterface.py" line="2592"/> <source>Tools</source> <translation>Herramientas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2602"/> + <location filename="../UI/UserInterface.py" line="2594"/> <source>Settings</source> <translation>Ajustes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4311"/> + <location filename="../UI/UserInterface.py" line="4348"/> <source>Help</source> <translation>Ayuda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2604"/> + <location filename="../UI/UserInterface.py" line="2596"/> <source>Profiles</source> <translation>Perfiles</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2605"/> + <location filename="../UI/UserInterface.py" line="2597"/> <source>Plugins</source> <translation>Plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2956"/> + <location filename="../UI/UserInterface.py" line="2948"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Números de Versiones</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6100"/> + <location filename="../UI/UserInterface.py" line="6137"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3007"/> + <location filename="../UI/UserInterface.py" line="2999"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>La dirección de correo electrónico o la dirección del servidor de correo están en blanco. Por favor configure las opciones de Correo Electrónico en el diálogo de Preferencias.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3321"/> + <location filename="../UI/UserInterface.py" line="3313"/> <source>Configure Tool Groups ...</source> <translation>Configurar Grupos de Herramientas ...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3325"/> + <location filename="../UI/UserInterface.py" line="3317"/> <source>Configure current Tool Group ...</source> <translation>Configurar Grupo de Herramientas actual ...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3367"/> + <source>&Builtin Tools</source> + <translation>Herramientas de serie (&builtin)</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3375"/> - <source>&Builtin Tools</source> - <translation>Herramientas de serie (&builtin)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3383"/> <source>&Plugin Tools</source> <translation>Herramientas de Extensión (&Plugin)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3473"/> + <location filename="../UI/UserInterface.py" line="3465"/> <source>&Show all</source> <translation>&Ver todo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3475"/> + <location filename="../UI/UserInterface.py" line="3467"/> <source>&Hide all</source> <translation>&Ocultar todo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4059"/> + <location filename="../UI/UserInterface.py" line="4096"/> <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="../UI/UserInterface.py" line="4437"/> + <location filename="../UI/UserInterface.py" line="4474"/> <source>Problem</source> <translation>Problema</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4612"/> + <location filename="../UI/UserInterface.py" line="4649"/> <source>Process Generation Error</source> <translation>Error de Generación de Proceso</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4311"/> + <location filename="../UI/UserInterface.py" line="4348"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>No hay visor personalizado seleccionado actualmente. Por favor, especifique uno en el diálogo de preferencias.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4345"/> + <location filename="../UI/UserInterface.py" line="4382"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>No se ha podido ejecutar el visor de ayuda.<br>Asegúrese de que esta disponible como <b>hh</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5055"/> + <location filename="../UI/UserInterface.py" line="5092"/> <source>Documentation Missing</source> <translation>Falta documentación</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5039"/> + <location filename="../UI/UserInterface.py" line="5076"/> <source>Documentation</source> <translation>Documentación</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4881"/> + <location filename="../UI/UserInterface.py" line="4918"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><P>El punto de entrada de documentación de PyQt4 no ha sido configurado.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5482"/> + <location filename="../UI/UserInterface.py" line="5519"/> <source>Save tasks</source> <translation>Guardar tareas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5511"/> + <location filename="../UI/UserInterface.py" line="5548"/> <source>Read tasks</source> <translation>Leer tareas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5748"/> + <location filename="../UI/UserInterface.py" line="5785"/> <source>Drop Error</source> <translation>Error de volcado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6063"/> + <location filename="../UI/UserInterface.py" line="6100"/> <source>Error during updates check</source> <translation>Error durante la verificación de actualización</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5893"/> + <location filename="../UI/UserInterface.py" line="5930"/> <source>&Cancel</source> <translation>&Cancelar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6043"/> + <location filename="../UI/UserInterface.py" line="6080"/> <source>Update available</source> <translation>Actualizaciones disponibles</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6063"/> + <location filename="../UI/UserInterface.py" line="6100"/> <source>Could not perform updates check.</source> <translation>No se puede llevar a cabo la verificación de actualizaciones.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6086"/> + <location filename="../UI/UserInterface.py" line="6123"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versiones disponibles</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6164"/> <source>First time usage</source> <translation>Usado por primera vez</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1896"/> + <location filename="../UI/UserInterface.py" line="1888"/> <source>Mini Editor</source> <translation>Mini Editor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1891"/> + <location filename="../UI/UserInterface.py" line="1883"/> <source>Mini &Editor...</source> <translation>Mini &Editor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1897"/> + <location filename="../UI/UserInterface.py" line="1889"/> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation><b>Mini Editor</b><p>Abre un diálogo con un editor simple.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2176"/> <source>Install Plugins</source> <translation>Instalar Plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2179"/> + <location filename="../UI/UserInterface.py" line="2171"/> <source>&Install Plugins...</source> <translation>&Instalar Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2185"/> + <location filename="../UI/UserInterface.py" line="2177"/> <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> <translation><b>Instalar Plugins...</b><p>Abre un diálogo para instalar o actualizar extensiones (plugins).</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2037"/> + <location filename="../UI/UserInterface.py" line="2029"/> <source>Toolbars</source> <translation>Barras de Herramientas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2037"/> + <location filename="../UI/UserInterface.py" line="2029"/> <source>Tool&bars...</source> <translation>&Barras de Herramientas...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2042"/> + <location filename="../UI/UserInterface.py" line="2034"/> <source>Configure toolbars</source> <translation>Configurar Barras de Herramientas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2043"/> + <location filename="../UI/UserInterface.py" line="2035"/> <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> <translation><b>Barras de Herramientas</b><p>Configure las barras de herramientas. Con este diálogo puede cambiar las accines mostradas en las diversas barras de herramientas, y definir sus propias barras de herramientas.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="545"/> + <location filename="../UI/UserInterface.py" line="537"/> <source>Restoring Toolbarmanager...</source> <translation>Restaurando Gestor de Barras de Herramientas...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4557"/> + <location filename="../UI/UserInterface.py" line="4594"/> <source>External Tools</source> <translation>Herramientas Externas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1302"/> + <location filename="../UI/UserInterface.py" line="1294"/> <source>Multiproject-Viewer</source> <translation>Visor de Multiproyecto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1302"/> + <location filename="../UI/UserInterface.py" line="1294"/> <source>&Multiproject-Viewer</source> <translation>Visor de &Multiproyecto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5529"/> + <location filename="../UI/UserInterface.py" line="5566"/> <source>Save session</source> <translation>Guardar sesión</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5560"/> + <location filename="../UI/UserInterface.py" line="5597"/> <source>Read session</source> <translation>Cargar sesión</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2761"/> + <location filename="../UI/UserInterface.py" line="2753"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>Esta zona de la barra de estado muestra la codificación del editor actual.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2775"/> + <location filename="../UI/UserInterface.py" line="2767"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>Esta zona de la barra de estado muestra una indicación de las propiedades de escritura de los archivos del editor.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1674"/> <source>Request Feature</source> <translation>Solicitar nueva característica</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1674"/> <source>Request &Feature...</source> <translation>Solicitar nueva &característica...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1686"/> + <location filename="../UI/UserInterface.py" line="1678"/> <source>Send a feature request</source> <translation>Enviar una solicitud de nueva característica</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1688"/> + <location filename="../UI/UserInterface.py" line="1680"/> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation><b>Solicitar nueva Característica...</b><p>Abre un diálogo para enviar una solicitud de nueva característica.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2754"/> + <location filename="../UI/UserInterface.py" line="2746"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>Esta zona de la barra de estado muestra el lenguaje del editor actual.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2782"/> + <location filename="../UI/UserInterface.py" line="2774"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>Esta zona de la barra de estado muestra el número de línea en el editor actual.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2789"/> + <location filename="../UI/UserInterface.py" line="2781"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>Esta zona de la barra de estado muestra la posición del cursor en el editor actual.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1450"/> + <location filename="../UI/UserInterface.py" line="1442"/> <source>Horizontal Toolbox</source> <translation>Caja de Herramientas Horizontal</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1407"/> + <location filename="../UI/UserInterface.py" line="1399"/> <source>Alt+Shift+A</source> <translation>Alt+Shift+A</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1450"/> + <location filename="../UI/UserInterface.py" line="1442"/> <source>&Horizontal Toolbox</source> <translation>Caja de Herramientas &Horizontal</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1454"/> + <location filename="../UI/UserInterface.py" line="1446"/> <source>Toggle the Horizontal Toolbox window</source> <translation>Conmutar la ventana de Caja de Herramientas Horizontal</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1448"/> + <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> + <translation><b>Conmutar la ventana de Caja de Herramientas Horizontal</b><p>Si la ventana de Caja de Herramientas Horizontal está escondida, se muestra. Si está siendo mostrada, se cierra.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3279"/> + <source>Restart application</source> + <translation>Reiniciar aplicación</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3279"/> + <source>The application needs to be restarted. Do it now?</source> + <translation>La aplicación necesita ser reiniciada. ¿Desea hacerlo ahora?</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2515"/> + <source>Configure...</source> + <translation>Configurar...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2760"/> + <source><p>This part of the status bar displays the current editors eol setting.</p></source> + <translation><p>Esta zona de la barra de estado muestra la configuración actual de fin de línea (eol) para los editores.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2149"/> + <source>Switch between tabs</source> + <translation>Alternar entre pestañas</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2149"/> + <source>Ctrl+1</source> + <translation>Ctrl+1</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1955"/> + <source>Export Preferences</source> + <translation>Exportar Preferencias</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1955"/> + <source>E&xport Preferences...</source> + <translation>E&xportar Preferencias...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1960"/> + <source>Export the current configuration</source> + <translation>Exportar la configuración actual</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1962"/> + <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> + <translation><b>Exportar Preferencias</b><p>Exportar la configuración actual a un archivo.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1969"/> + <source>Import Preferences</source> + <translation>Importar Preferencias</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1969"/> + <source>I&mport Preferences...</source> + <translation>I&mportar Preferencias...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1974"/> + <source>Import a previously exported configuration</source> + <translation>Importar una configuración previamente exportada</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1976"/> + <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> + <translation><b>Importar Preferencias</b><p>Importar una configuración previamente exportada.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2131"/> + <source>Show next</source> + <translation>Mostrar siguente</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2140"/> + <source>Show previous</source> + <translation>Mostrar anterior</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1456"/> - <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> - <translation><b>Conmutar la ventana de Caja de Herramientas Horizontal</b><p>Si la ventana de Caja de Herramientas Horizontal está escondida, se muestra. Si está siendo mostrada, se cierra.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3287"/> - <source>Restart application</source> - <translation>Reiniciar aplicación</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3287"/> - <source>The application needs to be restarted. Do it now?</source> - <translation>La aplicación necesita ser reiniciada. ¿Desea hacerlo ahora?</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2523"/> - <source>Configure...</source> - <translation>Configurar...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2768"/> - <source><p>This part of the status bar displays the current editors eol setting.</p></source> - <translation><p>Esta zona de la barra de estado muestra la configuración actual de fin de línea (eol) para los editores.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2157"/> - <source>Switch between tabs</source> - <translation>Alternar entre pestañas</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2157"/> - <source>Ctrl+1</source> - <translation>Ctrl+1</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1963"/> - <source>Export Preferences</source> - <translation>Exportar Preferencias</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1963"/> - <source>E&xport Preferences...</source> - <translation>E&xportar Preferencias...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1968"/> - <source>Export the current configuration</source> - <translation>Exportar la configuración actual</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1970"/> - <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> - <translation><b>Exportar Preferencias</b><p>Exportar la configuración actual a un archivo.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1977"/> - <source>Import Preferences</source> - <translation>Importar Preferencias</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1977"/> - <source>I&mport Preferences...</source> - <translation>I&mportar Preferencias...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1982"/> - <source>Import a previously exported configuration</source> - <translation>Importar una configuración previamente exportada</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1984"/> - <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> - <translation><b>Importar Preferencias</b><p>Importar una configuración previamente exportada.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2139"/> - <source>Show next</source> - <translation>Mostrar siguente</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2148"/> - <source>Show previous</source> - <translation>Mostrar anterior</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1464"/> <source>Left Sidebar</source> <translation>Barra Lateral a la Izquierda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1464"/> + <location filename="../UI/UserInterface.py" line="1456"/> <source>&Left Sidebar</source> <translation>Barra &Lateral a la Izquierda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1468"/> + <location filename="../UI/UserInterface.py" line="1460"/> <source>Toggle the left sidebar window</source> <translation>Conmutar la barra lateral a la izquierda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1469"/> + <location filename="../UI/UserInterface.py" line="1461"/> <source><b>Toggle the left sidebar window</b><p>If the left sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Conmutar la barra lateral a la izquierda</b><p>Si la barra lateral a la izquierda está escondida, se muestra. Si está siendo mostrada, se cierra.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1491"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Bottom Sidebar</source> <translation>Barra Lateral Inferior</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1491"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>&Bottom Sidebar</source> <translation>&Barra Lateral Inferior</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1495"/> + <location filename="../UI/UserInterface.py" line="1487"/> <source>Toggle the bottom sidebar window</source> <translation>Conmutar la barra lateral inferior</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1497"/> + <location filename="../UI/UserInterface.py" line="1489"/> <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Conmutar la barra lateral inferior</b><p>Si la barra lateral inferior está escondida, se muestra. Si está siendo mostrada, se cierra.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1320"/> + <location filename="../UI/UserInterface.py" line="1312"/> <source>&Debug-Viewer</source> <translation>Visor &Depurador</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1878"/> + <location filename="../UI/UserInterface.py" line="1870"/> <source>SQL Browser</source> <translation>Navegador SQL</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1878"/> + <location filename="../UI/UserInterface.py" line="1870"/> <source>SQL &Browser...</source> <translation>&Navegador SQL...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1883"/> + <location filename="../UI/UserInterface.py" line="1875"/> <source>Browse a SQL database</source> <translation>Navegar una base de datos SQL</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1884"/> + <location filename="../UI/UserInterface.py" line="1876"/> <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> <translation><b>Navegador SQL</b><p>Navegar una base de datos SQL.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1918"/> + <location filename="../UI/UserInterface.py" line="1910"/> <source>Icon Editor</source> <translation>Editor de Iconos</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1918"/> + <location filename="../UI/UserInterface.py" line="1910"/> <source>&Icon Editor...</source> <translation>Editor de &Iconos...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4258"/> + <location filename="../UI/UserInterface.py" line="4295"/> <source>Qt 3 support</source> <translation>Soporte para Qt 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5039"/> + <location filename="../UI/UserInterface.py" line="5076"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation><P>El punto de entrada de documentación de PySide no ha sido configurado.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2371"/> + <location filename="../UI/UserInterface.py" line="2363"/> <source>PySide Documentation</source> <translation>Documentación de PySide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2371"/> + <location filename="../UI/UserInterface.py" line="2363"/> <source>Py&Side Documentation</source> <translation>Documentación de Py&Side</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2375"/> + <location filename="../UI/UserInterface.py" line="2367"/> <source>Open PySide Documentation</source> <translation>Abrir Documentación de PySide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1181"/> + <location filename="../UI/UserInterface.py" line="1173"/> <source>{0} - Passive Mode</source> <translation>{0} - Modo Pasivo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1188"/> + <location filename="../UI/UserInterface.py" line="1180"/> <source>{0} - {1} - Passive Mode</source> <translation>{0} - {1} - Modo Pasivo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1192"/> + <location filename="../UI/UserInterface.py" line="1184"/> <source>{0} - {1} - {2} - Passive Mode</source> <translation>{0} - {1} - {2} - Modo Pasivo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2859"/> + <location filename="../UI/UserInterface.py" line="2851"/> <source>External Tools/{0}</source> <translation>Herramientas Externas/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4437"/> + <location filename="../UI/UserInterface.py" line="4474"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>El archivo <b>{0}</b> no existe o tiene longitud nula. </p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4165"/> + <location filename="../UI/UserInterface.py" line="4202"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar Qt-Designer.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4232"/> + <location filename="../UI/UserInterface.py" line="4269"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar Qt-Linguist.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4283"/> + <location filename="../UI/UserInterface.py" line="4320"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar Qt-Assistant.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4325"/> + <location filename="../UI/UserInterface.py" line="4362"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar el visor personalizado.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4393"/> + <location filename="../UI/UserInterface.py" line="4430"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar el Previsualizador de UI.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4448"/> + <location filename="../UI/UserInterface.py" line="4485"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar el Previsualizador de Traducciones.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4469"/> + <location filename="../UI/UserInterface.py" line="4506"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido iniciar el navegador SQL.<br>Asegúrese de que está disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4548"/> + <location filename="../UI/UserInterface.py" line="4585"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation>No se ha encontrado la entrada para la herramienta externa '{0}' en el grupo de herramientas '{1}'.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4557"/> + <location filename="../UI/UserInterface.py" line="4594"/> <source>No toolgroup entry '{0}' found.</source> <translation>No se ha encontrado la entrada para el grupo de herramientas '{0}'.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4596"/> + <location filename="../UI/UserInterface.py" line="4633"/> <source>Starting process '{0} {1}'. </source> <translation>Comenzando proceso '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4612"/> + <location filename="../UI/UserInterface.py" line="4649"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation><p>No se ha podido ejecutar la entrada de herramienta <b>{0}</b>.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4688"/> + <location filename="../UI/UserInterface.py" line="4725"/> <source>Process '{0}' has exited. </source> <translation>El proceso '{0}' ha finalizado.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5055"/> + <location filename="../UI/UserInterface.py" line="5092"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation><P>El punto de entrada de documentación "<b>{0}</b>" no ha podido encontrarse.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5482"/> + <location filename="../UI/UserInterface.py" line="5519"/> <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="../UI/UserInterface.py" line="5511"/> + <location filename="../UI/UserInterface.py" line="5548"/> <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="../UI/UserInterface.py" line="5529"/> + <location filename="../UI/UserInterface.py" line="5566"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de sesión <b>{0}</b> no ha podido guardarse.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5560"/> + <location filename="../UI/UserInterface.py" line="5597"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de sesión <b></b> no ha podido ser leído.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5748"/> + <location filename="../UI/UserInterface.py" line="5785"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> no es un archivo.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5902"/> + <location filename="../UI/UserInterface.py" line="5939"/> <source>Trying host {0}</source> <translation>Probando host {0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="833"/> + <location filename="../UI/UserInterface.py" line="825"/> <source>Cooperation</source> <translation>Cooperación</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1505"/> + <location filename="../UI/UserInterface.py" line="1497"/> <source>Alt+Shift+O</source> <translation>Alt+Shift+O</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="882"/> + <source>Symbols</source> + <translation>Símbolos</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1532"/> + <source>Alt+Shift+Y</source> + <translation>Alt+Shift+Y</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="890"/> - <source>Symbols</source> - <translation>Símbolos</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1540"/> - <source>Alt+Shift+Y</source> - <translation>Alt+Shift+Y</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="898"/> <source>Numbers</source> <translation>Números</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1558"/> + <location filename="../UI/UserInterface.py" line="1550"/> <source>Alt+Shift+B</source> <translation>Alt+Shift+B</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5348"/> + <location filename="../UI/UserInterface.py" line="5385"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>Archivo de atajos de teclado (*.e4k)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2308"/> + <location filename="../UI/UserInterface.py" line="2300"/> <source>Python 3 Documentation</source> <translation>Documentación de Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2308"/> + <location filename="../UI/UserInterface.py" line="2300"/> <source>Python &3 Documentation</source> <translation>Documentación de Python &3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2312"/> + <location filename="../UI/UserInterface.py" line="2304"/> <source>Open Python 3 Documentation</source> <translation>Abrir Documentación de Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2326"/> + <location filename="../UI/UserInterface.py" line="2318"/> <source>Python 2 Documentation</source> <translation>Documentación de Python 2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2326"/> + <location filename="../UI/UserInterface.py" line="2318"/> <source>Python &2 Documentation</source> <translation>Documentación de Python &2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2330"/> + <location filename="../UI/UserInterface.py" line="2322"/> <source>Open Python 2 Documentation</source> <translation>Abrir Documentación de Python 2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2332"/> + <location filename="../UI/UserInterface.py" line="2324"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation><b>Documentación de Python 2</b><p>Mostrar la documentación de Python 2. Si no se ha configurado un directorio con esta documentación, la ubicación de la documentación de Python 2 se asumirá en el directorio de documentación bajo la ubicación del ejecutable configurado de Python 2 en Windows, y en <i>/usr/share/doc/packages/python/html/python-docs-html</i> para Unix. Establezca el valor de la variable de entorno PYTHON2DOCDIR para sobreescribir estas opciones. </p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5953"/> + <location filename="../UI/UserInterface.py" line="5990"/> <source>Error getting versions information</source> <translation>Error al obtener información de versiones</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5946"/> + <location filename="../UI/UserInterface.py" line="5983"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation>La información de versiones no se ha podido descargar. Póngase online por favor e inténtelo de nuevo.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5148"/> + <location filename="../UI/UserInterface.py" line="5185"/> <source>Open Browser</source> <translation>Abrir Navegador</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5148"/> + <location filename="../UI/UserInterface.py" line="5185"/> <source>Could not start a web browser</source> <translation>No se ha podido iniciar el navegador web</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5953"/> + <location filename="../UI/UserInterface.py" line="5990"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation>La información de versiones no se ha podido descargar en los últimos 7 días. Póngase por favor online e inténtelo de nuevo.</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="542"/> + <source>Setting View Profile...</source> + <translation>Estableciendo Perfil de Vista...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="546"/> + <source>Reading Tasks...</source> + <translation>Leyendo tareas...</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="550"/> - <source>Setting View Profile...</source> - <translation>Estableciendo Perfil de Vista...</translation> + <source>Reading Templates...</source> + <translation>Leyendo Plantillas...</translation> </message> <message> <location filename="../UI/UserInterface.py" line="554"/> - <source>Reading Tasks...</source> - <translation>Leyendo tareas...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="558"/> - <source>Reading Templates...</source> - <translation>Leyendo Plantillas...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="562"/> <source>Starting Debugger...</source> <translation>Iniciando Depurador...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1232"/> + <location filename="../UI/UserInterface.py" line="1224"/> <source>New Window</source> <translation>Nueva Ventana</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1232"/> + <location filename="../UI/UserInterface.py" line="1224"/> <source>New &Window</source> <translation>Nueva &Ventana</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1232"/> + <location filename="../UI/UserInterface.py" line="1224"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation>Ctrl+Shift+N</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1717"/> <source>Unittest Rerun Failed</source> <translation>Re-ejecución de Test Unitatio Fallida</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1717"/> <source>Rerun Failed Tests...</source> <translation>Re-ejecutar Tests Fallidos...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1730"/> + <location filename="../UI/UserInterface.py" line="1722"/> <source>Rerun failed tests of the last run</source> <translation>Re-ejecutar tests fallidos de la última ejecución</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1732"/> + <location filename="../UI/UserInterface.py" line="1724"/> <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> <translation><b>Re-ejecución Tests Fallidos</b><p>Re-ejecutar todos los tests que fallaron durante la última ejecución de test unitario.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1864"/> + <location filename="../UI/UserInterface.py" line="1856"/> <source>Compare &Files side by side...</source> <translation>Comparar &Archivos uno al lado de otro...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1932"/> + <location filename="../UI/UserInterface.py" line="1924"/> <source>Snapshot</source> <translation>Captura de Pantalla</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1932"/> + <location filename="../UI/UserInterface.py" line="1924"/> <source>&Snapshot...</source> <translation>Captura de &Pantalla...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1937"/> + <location filename="../UI/UserInterface.py" line="1929"/> <source>Take snapshots of a screen region</source> <translation>Tomar capturas de una región de la pantalla</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1939"/> + <location filename="../UI/UserInterface.py" line="1931"/> <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> <translation><b>Captura de Pantalla</b><p>Abre un diálogo para tomar capturas de pantalla de una región de la pantalla.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4527"/> + <location filename="../UI/UserInterface.py" line="4564"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>No se ha podido ejecutar la herramienta de Captura de Pantalla.<br>Asegúrese de que esta disponible como <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6146"/> + <location filename="../UI/UserInterface.py" line="6183"/> <source>Select Workspace Directory</source> <translation>Seleccionar Directorio para el Espacio de Trabajo</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1425"/> + <location filename="../UI/UserInterface.py" line="1417"/> <source>Left Toolbox</source> <translation>Caja de herramientas de la Izquierda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1437"/> + <location filename="../UI/UserInterface.py" line="1429"/> <source>Right Toolbox</source> <translation>Caja de herramientas de la Derecha</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1291"/> + <location filename="../UI/UserInterface.py" line="1283"/> <source>Switch the input focus to the Project-Viewer window.</source> <translation>Cambiar el foco de input a la ventana de Visor de Proyecto.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1293"/> + <location filename="../UI/UserInterface.py" line="1285"/> <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> <translation><b>Activar Visor de Proyectos</b><p>Cambia el foco de input a la ventana de Visor de Proyecto.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1308"/> + <location filename="../UI/UserInterface.py" line="1300"/> <source>Switch the input focus to the Multiproject-Viewer window.</source> <translation>Cambiar el foco de input a la ventana de Visor de Multiproyecto.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1310"/> + <location filename="../UI/UserInterface.py" line="1302"/> <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> <translation><b>Activar Visor de Multiproyecto</b><p>Cambia el foco de input a la ventana de Visor de Multiproyecto.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1326"/> + <location filename="../UI/UserInterface.py" line="1318"/> <source>Switch the input focus to the Debug-Viewer window.</source> <translation>Cambiar el foco de input a la ventana de Visor de Depuración.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1328"/> + <location filename="../UI/UserInterface.py" line="1320"/> <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> <translation><b>Activar Visor de Depuración</b><p>Cambia el foco de input a la ventana de Visor de Depuración.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1344"/> + <location filename="../UI/UserInterface.py" line="1336"/> <source>Switch the input focus to the Shell window.</source> <translation>Cambiar el foco de input a la ventana de Shell.</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1338"/> + <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> + <translation><b>Activar Shell</b><p>Cambia el foco de input a la ventana de Shell.</p></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1346"/> - <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> - <translation><b>Activar Shell</b><p>Cambia el foco de input a la ventana de Shell.</p></translation> + <source>&File-Browser</source> + <translation>Na&vegador de archivos</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1352"/> + <source>Switch the input focus to the File-Browser window.</source> + <translation>Cambiar el foco de input a la ventana de Navegador de Archivos.</translation> </message> <message> <location filename="../UI/UserInterface.py" line="1354"/> - <source>&File-Browser</source> - <translation>Na&vegador de archivos</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1360"/> - <source>Switch the input focus to the File-Browser window.</source> - <translation>Cambiar el foco de input a la ventana de Navegador de Archivos.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1362"/> <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> <translation><b>Activar Navegador de Archivos</b><p>Cambia el foco de input a la ventana de Navegador de Archivos.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1363"/> + <source>Lo&g-Viewer</source> + <translation>Visor de Lo&g</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1369"/> + <source>Switch the input focus to the Log-Viewer window.</source> + <translation>Cambiar el foco de input a la ventana de Visor de Log.</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1371"/> - <source>Lo&g-Viewer</source> - <translation>Visor de Lo&g</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1377"/> - <source>Switch the input focus to the Log-Viewer window.</source> - <translation>Cambiar el foco de input a la ventana de Visor de Log.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1379"/> <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> <translation><b>Activar Visor de Log</b><p>Cambia el foco de input a la ventana de Visor de Log.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1389"/> + <location filename="../UI/UserInterface.py" line="1381"/> <source>&Task-Viewer</source> <translation>Visor de &Tareas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1395"/> + <location filename="../UI/UserInterface.py" line="1387"/> <source>Switch the input focus to the Task-Viewer window.</source> <translation>Cambiar el foco de input a la ventana de Visor de Tareas.</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1399"/> + <source>Templ&ate-Viewer</source> + <translation>Visor de Pl&antillas</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1405"/> + <source>Switch the input focus to the Template-Viewer window.</source> + <translation>Cambiar el foco de input a la ventana de Visor de Plantillas.</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1407"/> - <source>Templ&ate-Viewer</source> - <translation>Visor de Pl&antillas</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1413"/> - <source>Switch the input focus to the Template-Viewer window.</source> - <translation>Cambiar el foco de input a la ventana de Visor de Plantillas.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1415"/> <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> <translation><b>Activar Visor de Plantillas</b><p>Cambiar el foco de input a la ventana de Visor de Plantillas.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1425"/> + <location filename="../UI/UserInterface.py" line="1417"/> <source>&Left Toolbox</source> <translation>Caja de herramientas de &la Izquierda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1428"/> + <location filename="../UI/UserInterface.py" line="1420"/> <source>Toggle the Left Toolbox window</source> <translation>Conmutar la ventana de Caja de Herramientas a la izquierda</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1421"/> + <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> + <translation><b>Conmutar la Caja de Herramientas de la izquierda</b><p>Si la ventana Caja de Herramientas de la izquierda está escondida, se muestra. Si está siendo mostrada, se cierra.</p></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1429"/> - <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> - <translation><b>Conmutar la Caja de Herramientas de la izquierda</b><p>Si la ventana Caja de Herramientas de la izquierda está escondida, se muestra. Si está siendo mostrada, se cierra.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1437"/> <source>&Right Toolbox</source> <translation>Caja de herramientas de la De&recha</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1441"/> + <location filename="../UI/UserInterface.py" line="1433"/> <source>Toggle the Right Toolbox window</source> <translation>Conmutar la ventana de Caja de Herramientas a la derecha</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1442"/> + <location filename="../UI/UserInterface.py" line="1434"/> <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Conmutar la Caja de Herramientas de la derecha</b><p>Si la ventana Caja de Herramientas de la derecha está escondida, se muestra. Si está siendo mostrada, se cierra.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1477"/> + <location filename="../UI/UserInterface.py" line="1469"/> <source>Right Sidebar</source> <translation>Barra Lateral a la Derecha</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1477"/> + <location filename="../UI/UserInterface.py" line="1469"/> <source>&Right Sidebar</source> <translation>Ba&rra Lateral a la Derecha</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1481"/> + <location filename="../UI/UserInterface.py" line="1473"/> <source>Toggle the right sidebar window</source> <translation>Conmutar la ventana de barra lateral de la derecha</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1483"/> + <location filename="../UI/UserInterface.py" line="1475"/> <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Conmutar la ventana de barra lateral de la derecha</b><p>Si la ventana de barra lateral a la derecha está escondida, se muestra. Si está siendo mostrada, se cierra.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1505"/> + <location filename="../UI/UserInterface.py" line="1497"/> <source>Cooperation-Viewer</source> <translation>Visor de Cooperación</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1497"/> + <source>Co&operation-Viewer</source> + <translation>Visor de Co&operación</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1503"/> + <source>Switch the input focus to the Cooperation-Viewer window.</source> + <translation>Cambiar el foco de input a la ventana de Visor de Cooperación.</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1505"/> - <source>Co&operation-Viewer</source> - <translation>Visor de Co&operación</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1511"/> - <source>Switch the input focus to the Cooperation-Viewer window.</source> - <translation>Cambiar el foco de input a la ventana de Visor de Cooperación.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1513"/> <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> <translation><b>Activar Visor de Cooperación</b><p>Cambia el foco de input a la ventana de Visor de Cooperación.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1532"/> + <source>Symbols-Viewer</source> + <translation>Visor de Símbolos</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1532"/> + <source>S&ymbols-Viewer</source> + <translation>Visor de S&ímbolos</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1538"/> + <source>Switch the input focus to the Symbols-Viewer window.</source> + <translation>Cambiar el foco de input a la ventana de Visor de Símbolos.</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1540"/> - <source>Symbols-Viewer</source> - <translation>Visor de Símbolos</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1540"/> - <source>S&ymbols-Viewer</source> - <translation>Visor de S&ímbolos</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1546"/> - <source>Switch the input focus to the Symbols-Viewer window.</source> - <translation>Cambiar el foco de input a la ventana de Visor de Símbolos.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1548"/> <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> <translation><b>Activar Visor de Símbolos</b><p>Cambia el foco de input a la ventana de Visor de Símbolos.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1550"/> + <source>Numbers-Viewer</source> + <translation>Visor de Números</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1550"/> + <source>Num&bers-Viewer</source> + <translation>Visor de Nú&meros</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1556"/> + <source>Switch the input focus to the Numbers-Viewer window.</source> + <translation>Cambiar el foco de input a la ventana de Visor de Números.</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1558"/> - <source>Numbers-Viewer</source> - <translation>Visor de Números</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1558"/> - <source>Num&bers-Viewer</source> - <translation>Visor de Nú&meros</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1564"/> - <source>Switch the input focus to the Numbers-Viewer window.</source> - <translation>Cambiar el foco de input a la ventana de Visor de Números.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1566"/> <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> <translation><b>Activar Visor de Números</b><p>Cambia el foco de input a la ventana de Visor de Números.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2483"/> + <location filename="../UI/UserInterface.py" line="2475"/> <source>&Windows</source> <translation>&Ventanas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1397"/> + <location filename="../UI/UserInterface.py" line="1389"/> <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> <translation><b>Activar Visor de Tareas</b><p>Cambia el foco de input a la ventana de Visor de Tareas.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1523"/> + <location filename="../UI/UserInterface.py" line="1515"/> <source>IRC</source> <translation>IRC</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1523"/> + <location filename="../UI/UserInterface.py" line="1515"/> <source>&IRC</source> <translation>&IRC</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1515"/> + <source>Meta+Shift+I</source> + <translation>Meta+Shift+I</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1521"/> + <source>Switch the input focus to the IRC window.</source> + <translation>Cambiar el foco de input a la ventana de IRC.</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1523"/> - <source>Meta+Shift+I</source> - <translation>Meta+Shift+I</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1529"/> - <source>Switch the input focus to the IRC window.</source> - <translation>Cambiar el foco de input a la ventana de IRC.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1531"/> <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> <translation><b>Activar IRC</b><p>Cambia el foco de input a la ventana de IRC.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1783"/> + <location filename="../UI/UserInterface.py" line="1775"/> <source>Qt-Designer</source> <translation>Qt Designer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1783"/> + <location filename="../UI/UserInterface.py" line="1775"/> <source>Qt-&Designer...</source> <translation>Qt-&Designer...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1788"/> + <location filename="../UI/UserInterface.py" line="1780"/> <source>Start Qt-Designer</source> <translation>Iniciar Qt-Designer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1789"/> + <location filename="../UI/UserInterface.py" line="1781"/> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation><b>Qt-Designer</b><p>Ejecutar Qt-Designer.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1809"/> + <location filename="../UI/UserInterface.py" line="1801"/> <source>Qt-Linguist</source> <translation>Qt-Linguist</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1809"/> + <location filename="../UI/UserInterface.py" line="1801"/> <source>Qt-&Linguist...</source> <translation>Qt-&Linguist...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1814"/> + <location filename="../UI/UserInterface.py" line="1806"/> <source>Start Qt-Linguist</source> <translation>Iniciar Qt Linguist</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1815"/> + <location filename="../UI/UserInterface.py" line="1807"/> <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation><b>Qt-Linguist</b><p>Iniciar Qt-Linguist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2250"/> + <location filename="../UI/UserInterface.py" line="2242"/> <source>Qt5 Documentation</source> <translation>Documentación de Qt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2250"/> + <location filename="../UI/UserInterface.py" line="2242"/> <source>Qt&5 Documentation</source> <translation>Documentación de Qt&5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2254"/> + <location filename="../UI/UserInterface.py" line="2246"/> <source>Open Qt5 Documentation</source> <translation>Abrir Documentación de Qt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2800"/> + <location filename="../UI/UserInterface.py" line="2792"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation><p>Esta zona de la barra de estado permite hacer zoom sobre el editor, shell o terminal actual.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2096"/> + <location filename="../UI/UserInterface.py" line="2088"/> <source>Manage SSL Certificates</source> <translation>Gestionar Certificados SSL</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2096"/> + <location filename="../UI/UserInterface.py" line="2088"/> <source>Manage SSL Certificates...</source> <translation>Gestionar Certificados SSL...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2101"/> + <location filename="../UI/UserInterface.py" line="2093"/> <source>Manage the saved SSL certificates</source> <translation>Gestionar los certificados SSL guardados</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2103"/> + <location filename="../UI/UserInterface.py" line="2095"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation><b>Gestionar Certificados SSL...</b><p>Abre un diálogo para gestionar los certificados SSL guardados.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2112"/> + <location filename="../UI/UserInterface.py" line="2104"/> <source>Edit Message Filters</source> <translation>Editar Filtros de Mensajes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2112"/> + <location filename="../UI/UserInterface.py" line="2104"/> <source>Edit Message Filters...</source> <translation>Editar Filtros de Mensajes...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2117"/> + <location filename="../UI/UserInterface.py" line="2109"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation>Editar los filtros de mensajes utilizados para suprimir mensajes no deseados</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2119"/> + <location filename="../UI/UserInterface.py" line="2111"/> <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> <translation><b>Editar Filtros de Mensajes</b><p>Abre un diálogo para editar los filtros de mensajes utilizados para suprimir mensajes no deseados y que no se muestren en la ventana de error.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2266"/> + <location filename="../UI/UserInterface.py" line="2258"/> <source>PyQt&4 Documentation</source> <translation>Documentación de PyQt&4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2285"/> + <location filename="../UI/UserInterface.py" line="2277"/> <source>PyQt5 Documentation</source> <translation>Documentación de PyQt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2285"/> + <location filename="../UI/UserInterface.py" line="2277"/> <source>PyQt&5 Documentation</source> <translation>Documentación de PyQt&5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2289"/> + <location filename="../UI/UserInterface.py" line="2281"/> <source>Open PyQt5 Documentation</source> <translation>Abrir Documentación de PyQt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4942"/> + <location filename="../UI/UserInterface.py" line="4979"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation><P>El punto de entrada de documentación de PyQt5 no ha sido configurado.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2241"/> + <location filename="../UI/UserInterface.py" line="2233"/> <source><b>Qt4 Documentation</b><p>Display the Qt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Documentación de Qt4</b><p>Muestra la Documentación de Qt4. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric,en un navegador web, o se ejecutará Qt Assistant.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2255"/> + <location filename="../UI/UserInterface.py" line="2247"/> <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Documentación de Qt5</b><p>Muestra la Documentación de Qt5. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric,en un navegador web, o se ejecutará Qt Assistant.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2271"/> + <location filename="../UI/UserInterface.py" line="2263"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Documentación de PyQt4</b><p>Muestra la Documentación de PyQt4. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric,en un navegador web, o se ejecutará Qt Assistant.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2291"/> + <location filename="../UI/UserInterface.py" line="2283"/> <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Documentación de PyQt5</b><p>Muestra la Documentación de PyQt5. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric,en un navegador web, o se ejecutará Qt Assistant.</p> </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2314"/> + <location filename="../UI/UserInterface.py" line="2306"/> <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this.</p></source> <translation><b>Documentación de Python 3</b><p>Mostrar la documentación de Python 3. Si no se ha configurado un directorio con lesta documentación, la ubicación de la documentación de Python 3 se asumirá en el directorio de documentación bajo la ubicación del ejecutable de Python 3 en Windows, y en <i>/usr/share/doc/packages/python/html</i> para Unix. Establezca el valor de la variable de entorno PYTHON3DOCDIR para sobreescribir estas opciones. </p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2377"/> + <location filename="../UI/UserInterface.py" line="2369"/> <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Documentación de PySide</b><p>Muestra la Documentación de PySide. Dependiendo de la configuración, esta documentación será mostrará en el visor de ayuda interno de Eric,en un navegador web, o se ejecutará Qt Assistant.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5893"/> + <location filename="../UI/UserInterface.py" line="5930"/> <source>%v/%m</source> <translation>%v/%m</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1662"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Show Error Log</source> <translation>Mostrar Registro de Errores</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1658"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Show Error &Log...</source> <translation>Mostrar &Registro de Errores...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1663"/> + <location filename="../UI/UserInterface.py" line="1655"/> <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> <translation><b>Mostrar registro de errores...</b><p>Abre un diálogo mostrando el registro más reciente de errores.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5897"/> + <location filename="../UI/UserInterface.py" line="5934"/> <source>Version Check</source> <translation>Verificación de Versión</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1238"/> + <location filename="../UI/UserInterface.py" line="1230"/> <source>Open a new eric6 instance</source> <translation>Abre una nueva instancia de eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1240"/> + <location filename="../UI/UserInterface.py" line="1232"/> <source><b>New Window</b><p>This opens a new instance of the eric6 IDE.</p></source> <translation><b>Nueva Ventana</b><p>Abre una nueva instancia del IDE eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1602"/> + <location filename="../UI/UserInterface.py" line="1594"/> <source><b>Helpviewer</b><p>Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well</p><p>If called with a word selected, this word is search in the Qt help collection.</p></source> <translation><b>Visor de ayuda</b><p>Mostrar el navegador web de eric6. Esta ventana mostrará archivos de ayuda HTML y ayuda de las colecciones de ayuda de Qt. Tiene la capacidad de navegar a hiperenlaces, establecer marcadores, imprimir la ayuda visualizada y algunas otras características.</p><p>Si se invoca con una palabra seleccionada, esta palabra se busca en la colección de ayuda de Qt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1636"/> + <location filename="../UI/UserInterface.py" line="1628"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> <translation><b>Buscar actualizaciones...</b><p>Busca actualizaciones de eric6 en internet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1649"/> + <location filename="../UI/UserInterface.py" line="1641"/> <source><b>Show downloadable versions...</b><p>Shows the eric6 versions available for download from the internet.</p></source> <translation><b>Mostrar versiones descargables...</b><p>Muestra las versiones de eric6 disponibles para descarga de internet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1904"/> + <location filename="../UI/UserInterface.py" line="1896"/> <source>eric6 Web Browser</source> <translation>Navegador Web de eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1904"/> + <location filename="../UI/UserInterface.py" line="1896"/> <source>eric6 &Web Browser...</source> <translation>Navegador &Web de eric6...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1909"/> + <location filename="../UI/UserInterface.py" line="1901"/> <source>Start the eric6 Web Browser</source> <translation>Iniciar el Navegador Web de eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1911"/> + <location filename="../UI/UserInterface.py" line="1903"/> <source><b>eric6 Web Browser</b><p>Browse the Internet with the eric6 Web Browser.</p></source> <translation><b>Navegador Web de eric6</b><p>Navegar por Internet con el Navegador Web de eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1923"/> + <location filename="../UI/UserInterface.py" line="1915"/> <source>Start the eric6 Icon Editor</source> <translation>Iniciar el Editor de Iconos de eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1925"/> + <location filename="../UI/UserInterface.py" line="1917"/> <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> <translation><b>Editor de Iconos</b><p>Inicia el Editor de Iconos de eric6 para editar iconos sencillos.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2011"/> + <location filename="../UI/UserInterface.py" line="2003"/> <source><b>Show external tools</b><p>Opens a dialog to show the path and versions of all extenal tools used by eric6.</p></source> <translation><b>Mostrar herramientas externas</b><p>Abre un diálogo para mostrar la ruta y versiones de todas las herramientas externas que utiliza eric6.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2356"/> + <location filename="../UI/UserInterface.py" line="2348"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.</p></source> <translation><b>Documentación de API de Eric</b><p>Muestra la documentación de API de Eric. La ubicación de la documentación es el subdirectorio Documentation/Source del directorio de instalación de eric6.</p> </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4258"/> + <location filename="../UI/UserInterface.py" line="4295"/> <source>Qt v.3 is not supported by eric6.</source> <translation>Qt v.3 no está soportado por eric6.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6043"/> + <location filename="../UI/UserInterface.py" line="6080"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation>La actualización para <b>{0}</b> de eric6 está disponible en <b>{1}</b>. ¿Le gustaría obtenerla?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6056"/> + <location filename="../UI/UserInterface.py" line="6093"/> <source>Eric6 is up to date</source> <translation>Eric6 está actualizado</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6056"/> + <location filename="../UI/UserInterface.py" line="6093"/> <source>You are using the latest version of eric6</source> <translation>Está utilizando la última versión de eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6164"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation>Eric6 todavía no está configurado. El diálogo de configuración va a ser iniciado.</translation> </message> @@ -63801,17 +63821,17 @@ <context> <name>mercurial</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2106"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2120"/> <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="2116"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2130"/> <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="2125"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2139"/> <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> @@ -63822,31 +63842,31 @@ </table></p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2098"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2112"/> <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="2101"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2115"/> <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="2121"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2135"/> <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="1436"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1442"/> <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="1456"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1462"/> <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> @@ -63855,12 +63875,12 @@ <tr><td><b>Hora de commit</b></td><td>{2}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2111"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2125"/> <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="1494"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1500"/> <source><h3>Repository information</h3> <p><table> <tr><td><b>Mercurial V.</b></td><td>{0}</td></tr> @@ -64266,17 +64286,17 @@ <context> <name>subversion</name> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1736"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1741"/> <source>unknown</source> <translation>desconocido</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1601"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1606"/> <source><h3>Repository information</h3><table><tr><td><b>Subversion V.</b></td><td>{0}</td></tr><tr><td><b>URL</b></td><td>{1}</td></tr><tr><td><b>Current revision</b></td><td>{2}</td></tr><tr><td><b>Committed revision</b></td><td>{3}</td></tr><tr><td><b>Committed date</b></td><td>{4}</td></tr><tr><td><b>Comitted time</b></td><td>{5}</td></tr><tr><td><b>Last author</b></td><td>{6}</td></tr></table></source> <translation><h3>Información del repositorio</h3><table><tr><td><b>Subversion V.</b></td><td>{0}</td></tr><tr><td><b>URL</b></td><td>{1}</td></tr><tr><td><b>Revisión actual</b></td><td>{2}</td></tr><tr><td><b>Revisión enviada</b></td><td>{3}</td></tr><tr><td><b>Fecha de envío</b></td><td>{4}</td></tr><tr><td><b>Hora de envío</b></td><td>{5}</td></tr><tr><td><b>Último autor</b></td><td>{6}</td></tr></table></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1741"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1746"/> <source><h3>Repository information</h3><table><tr><td><b>PySvn V.</b></td><td>{0}</td></tr><tr><td><b>Subversion V.</b></td><td>{1}</td></tr><tr><td><b>Subversion API V.</b></td><td>{2}</td></tr><tr><td><b>URL</b></td><td>{3}</td></tr><tr><td><b>Current revision</b></td><td>{4}</td></tr><tr><td><b>Committed revision</b></td><td>{5}</td></tr><tr><td><b>Committed date</b></td><td>{6}</td></tr><tr><td><b>Comitted time</b></td><td>{7}</td></tr><tr><td><b>Last author</b></td><td>{8}</td></tr></table></source> <translation><h3>Information del repositorio</h3><table><tr><td><b>PySvn V.</b></td><td>{0}</td></tr><tr><td><b>Subversion V.</b></td><td>{1}</td></tr><tr><td><b>Subversion API V.</b></td><td>{2}</td></tr><tr><td><b>URL</b></td><td>{3}</td></tr><tr><td><b>Current revision</b></td><td>{4}</td></tr><tr><td><b>Revisión enviada</b></td><td>{5}</td></tr><tr><td><b>Fecha de envío</b></td><td>{6}</td></tr><tr><td><b>Hora de envio</b></td><td>{7}</td></tr><tr><td><b>Último autor</b></td><td>{8}</td></tr></table></translation> </message>
--- a/i18n/eric6_fr.ts Sun Feb 22 12:16:32 2015 +0100 +++ b/i18n/eric6_fr.ts Sun Feb 22 19:21:55 2015 +0100 @@ -702,17 +702,17 @@ <context> <name>AddFoundFilesDialog</name> <message> - <location filename="../Project/AddFoundFilesDialog.ui" line="13"/> + <location filename="../Project/AddFoundFilesDialog.ui" line="14"/> <source>Add found files to project</source> <translation>Ajouter les fichiers trouvés au projet</translation> </message> <message> - <location filename="../Project/AddFoundFilesDialog.ui" line="16"/> + <location filename="../Project/AddFoundFilesDialog.ui" line="17"/> <source>Adds the found files to the current project.</source> <translation>Ajoute les fichiers trouvés au projet en cours.</translation> </message> <message> - <location filename="../Project/AddFoundFilesDialog.ui" line="25"/> + <location filename="../Project/AddFoundFilesDialog.ui" line="26"/> <source>List of found files.</source> <translation>Liste des fichiers trouvés.</translation> </message> @@ -6574,27 +6574,27 @@ <context> <name>DiffDialog</name> <message> - <location filename="../UI/DiffDialog.py" line="296"/> + <location filename="../UI/DiffDialog.py" line="289"/> <source>Patch Files (*.diff)</source> <translation>Fichiers Patch (*.diff)</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="332"/> + <location filename="../UI/DiffDialog.py" line="325"/> <source>Save Diff</source> <translation>Enregistrer Diff</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="373"/> + <location filename="../UI/DiffDialog.py" line="366"/> <source>Compare Files</source> <translation>Comparaison de fichiers</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="477"/> + <location filename="../UI/DiffDialog.py" line="448"/> <source>There is no difference.</source> <translation>Aucune différence.</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="497"/> + <location filename="../UI/DiffDialog.py" line="467"/> <source>Select file to compare</source> <translation>Sélectionner un fichier à comparer</translation> </message> @@ -6659,37 +6659,37 @@ <translation>Alt+N</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="224"/> + <location filename="../UI/DiffDialog.py" line="225"/> <source>Press to perform the comparison of the two files</source> <translation>Cliquer pour effectuer la comparaison des fichiers</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="228"/> + <location filename="../UI/DiffDialog.py" line="229"/> <source>Save the output to a patch file</source> <translation>Enregistrer dans un fichier patch</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="222"/> + <location filename="../UI/DiffDialog.py" line="223"/> <source>Compare</source> <translation>Comparer</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="226"/> + <location filename="../UI/DiffDialog.py" line="227"/> <source>Save</source> <translation>Enregistrer</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="332"/> + <location filename="../UI/DiffDialog.py" line="325"/> <source><p>The patch file <b>{0}</b> could not be saved.<br />Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="373"/> + <location filename="../UI/DiffDialog.py" line="366"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="313"/> + <location filename="../UI/DiffDialog.py" line="306"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> @@ -19012,7 +19012,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1828"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1838"/> <source>The hg process did not finish within 30s.</source> <translation type="unfinished"></translation> </message> @@ -19067,147 +19067,147 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1022"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1028"/> <source>Reverting changes</source> <translation type="unfinished">Revenir avant les modifications</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1067"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1073"/> <source>Merging</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1369"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1375"/> <source>Mercurial command</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1589"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1595"/> <source>Copying {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1982"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1996"/> <source>Pulling from a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2032"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2046"/> <source>Pushing to a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2239"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2254"/> <source>Creating branch in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2392"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2407"/> <source>Verifying the integrity of the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2417"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2432"/> <source>Showing the combined configuration settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2441"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2456"/> <source>Showing aliases for remote repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2465"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2480"/> <source>Recovering from interrupted transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2686"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2702"/> <source>Shall the working directory be updated?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2268"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2283"/> <source>Showing current branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2618"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2633"/> <source>Create changegroup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2698"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2714"/> <source>Apply changegroups</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2716"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2732"/> <source>Bisect subcommand ({0}) invalid.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2746"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2762"/> <source>Mercurial Bisect ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2639"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2654"/> <source>Preview changegroup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2489"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2504"/> <source>Identifying project directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2527"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2542"/> <source>Create .hgignore file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2527"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2542"/> <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="2778"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2794"/> <source>Removing files from the Mercurial repository only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2575"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2590"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2678"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2694"/> <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2832"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2848"/> <source>Backing out changeset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2812"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2828"/> <source>No revision given. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2592"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2607"/> <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="2859"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2875"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2852"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2868"/> <source>Are you sure you want to rollback the last transaction?</source> <translation type="unfinished"></translation> </message> @@ -19217,72 +19217,72 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3508"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3524"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3348"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3364"/> <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="3508"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3524"/> <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="2927"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2943"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2974"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2990"/> <source>Export Patches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3021"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3037"/> <source>Change Phase</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3074"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3090"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3100"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3116"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3217"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3233"/> <source>Add Sub-repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3250"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3266"/> <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="3198"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3214"/> <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="3269"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3285"/> <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="3269"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3285"/> <source>Remove Sub-repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3238"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3254"/> <source><p>The sub-repositories file .hgsub does not exist. Aborting...</p></source> <translation type="unfinished"></translation> </message> @@ -19297,147 +19297,147 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1016"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1022"/> <source>Revert changes</source> <translation type="unfinished">Revenir avant les modifications</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1007"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1013"/> <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="1016"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1022"/> <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="3135"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3151"/> <source>Create Unversioned Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1898"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1908"/> <source>Mercurial Side-by-Side Difference</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1898"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1908"/> <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="1831"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1841"/> <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="966"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="972"/> <source>Tagging in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2246"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2261"/> <source>Created new branch <{0}>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1143"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1149"/> <source>Current branch tip</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2206"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2221"/> <source>Cancelling uncommitted merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3616"/> - <source>Mercurial Bookmark</source> - <translation type="unfinished">Signet Mercurial</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3634"/> - <source>Delete Bookmark</source> - <translation type="unfinished">Supprimer le signet</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3634"/> + <source>Mercurial Bookmark</source> + <translation type="unfinished">Signet Mercurial</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3652"/> + <source>Delete Bookmark</source> + <translation type="unfinished">Supprimer le signet</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3652"/> <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="3645"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3663"/> <source>Delete Mercurial Bookmark</source> <translation type="unfinished">Supprimer le signet Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3673"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3691"/> <source>Rename Mercurial Bookmark</source> <translation type="unfinished">Renommer le signet Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3706"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3724"/> <source>Move Mercurial Bookmark</source> <translation type="unfinished">Déplacer le signet Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3791"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3809"/> <source>Pull Bookmark</source> <translation type="unfinished">Récuperer le signet</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3791"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3809"/> <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="3802"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3820"/> <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="3824"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3842"/> <source>Push Bookmark</source> <translation type="unfinished">Envoyer signet</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3824"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3842"/> <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="3835"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3853"/> <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="1113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1119"/> <source>Re-Merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1104"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1110"/> <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="1113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1119"/> <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="1118"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1124"/> <source>Re-Merging</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2177"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2192"/> <source>Marking as 'unresolved'</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2179"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2194"/> <source>Marking as 'resolved'</source> <translation type="unfinished"></translation> </message> @@ -19568,12 +19568,12 @@ <translation type="unfinished">Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="139"/> <source>Process Generation Error</source> <translation type="unfinished">Erreur du processus</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="139"/> <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> @@ -20084,7 +20084,7 @@ <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/HgBookmarksInOutDialog.py" line="178"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="176"/> <source>no bookmarks found</source> <translation type="unfinished"></translation> </message> @@ -20174,20 +20174,30 @@ <translation type="unfinished">Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="125"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="138"/> <source>Process Generation Error</source> <translation type="unfinished">Erreur du processus</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="125"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="138"/> <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/HgBookmarksListDialog.py" line="160"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="177"/> <source>no bookmarks defined</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="42"/> + <source>Refresh</source> + <translation type="unfinished">Rafraichir</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="44"/> + <source>Press to refresh the bookmarks display</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HgBranchInputDialog</name> @@ -20835,62 +20845,62 @@ <translation type="unfinished">Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="211"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="206"/> <source>Process Generation Error</source> <translation type="unfinished">Erreur du processus</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="211"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="206"/> <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/HgDiffDialog.py" line="240"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="234"/> <source>There is no difference.</source> <translation type="unfinished">Aucune différence.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="457"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="449"/> <source>Save Diff</source> <translation type="unfinished">Enregistrer Diff</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="424"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="416"/> <source>Patch Files (*.diff)</source> <translation type="unfinished">Fichiers Patch (*.diff)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="457"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="449"/> <source><p>The patch file <b>{0}</b> could not be saved.<br>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="441"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="433"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="133"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="128"/> <source>Patch Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="254"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="247"/> <source><Start></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="255"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="248"/> <source><End></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="46"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="47"/> <source>Refresh</source> <translation type="unfinished">Rafraichir</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="48"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="49"/> <source>Press to refresh the display</source> <translation type="unfinished"></translation> </message> @@ -21165,7 +21175,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="318"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="316"/> <source>Revision</source> <translation type="unfinished">Révision</translation> </message> @@ -21250,7 +21260,7 @@ <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/GpgExtension/HgGpgSignaturesDialog.py" line="154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="152"/> <source>no signatures found</source> <translation type="unfinished"></translation> </message> @@ -23134,7 +23144,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1710"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1727"/> <source>Apply changegroups</source> <translation type="unfinished"></translation> </message> @@ -23339,12 +23349,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1527"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1544"/> <source>Pull</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1821"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1838"/> <source>The project should be reread. Do this now?</source> <translation type="unfinished"></translation> </message> @@ -23454,7 +23464,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1766"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1783"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> @@ -23479,7 +23489,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1786"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1803"/> <source>Revert Changes</source> <translation type="unfinished"></translation> </message> @@ -23524,7 +23534,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1806"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1823"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> @@ -23559,7 +23569,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1821"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1838"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> @@ -23949,7 +23959,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1413"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1412"/> <source>Mercurial</source> <translation type="unfinished"></translation> </message> @@ -24030,37 +24040,37 @@ <translation type="unfinished">Supprimer</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="123"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="116"/> <source>Unsaved Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="123"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="116"/> <source>The guards list has been changed. Shall the changes be applied?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="245"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="238"/> <source>Remove Guards</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="245"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="238"/> <source>Do you really want to remove the selected guards?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="314"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="307"/> <source>Apply Guard Definitions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="314"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="307"/> <source><p>The defined guards could not be applied.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="306"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="299"/> <source>The Mercurial process did not finish in time.</source> <translation type="unfinished"></translation> </message> @@ -24134,17 +24144,17 @@ <translation type="unfinished">Message de commit</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="107"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="110"/> <source>Process Generation Error</source> <translation type="unfinished">Erreur du processus</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="107"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="110"/> <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/QueuesExtension/HgQueuesHeaderDialog.py" line="195"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="196"/> <source>Error: </source> <translation type="unfinished"></translation> </message> @@ -24252,42 +24262,42 @@ <translation type="unfinished">Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="195"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="198"/> <source>Process Generation Error</source> <translation type="unfinished">Erreur du processus</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="195"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="198"/> <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/QueuesExtension/HgQueuesListDialog.py" line="230"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="231"/> <source>no patches found</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="56"/> - <source>applied</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="58"/> - <source>guarded</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="59"/> + <source>applied</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="61"/> + <source>guarded</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="62"/> <source>missing</source> <translation type="unfinished">manquant</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="304"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="305"/> <source>unknown</source> <translation type="unfinished">inconnu</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="57"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="60"/> <source>not applied</source> <translation type="unfinished"></translation> </message> @@ -25293,7 +25303,7 @@ <context> <name>HgStatusDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="257"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="264"/> <source>Mercurial Status</source> <translation type="unfinished"></translation> </message> @@ -25369,102 +25379,102 @@ <translation type="unfinished">Cliquer pour rafraichir l'affichage</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="84"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="90"/> <source>Commit changes to repository...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="93"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="99"/> <source>Add to repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="109"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="115"/> <source>Revert changes</source> <translation type="unfinished">Revenir avant les modifications</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="125"/> <source>Adjust column sizes</source> <translation type="unfinished">Ajuster la largeur des colonnes</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="158"/> - <source>added</source> - <translation type="unfinished">ajouté</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="161"/> - <source>modified</source> - <translation type="unfinished">modifié</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="162"/> - <source>removed</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="163"/> - <source>not tracked</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="159"/> - <source>normal</source> - <translation type="unfinished">normal</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="160"/> - <source>ignored</source> - <translation type="unfinished">ignoré</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="164"/> + <source>added</source> + <translation type="unfinished">ajouté</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="167"/> + <source>modified</source> + <translation type="unfinished">modifié</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="168"/> + <source>removed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="169"/> + <source>not tracked</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="165"/> + <source>normal</source> + <translation type="unfinished">normal</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="166"/> + <source>ignored</source> + <translation type="unfinished">ignoré</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="170"/> <source>missing</source> <translation type="unfinished">manquant</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="313"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="316"/> <source>Process Generation Error</source> <translation type="unfinished">Erreur du processus</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="313"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="316"/> <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/HgStatusDialog.py" line="653"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="649"/> <source>Commit</source> <translation type="unfinished">Commit</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="819"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="815"/> <source>There are no uncommitted changes available/selected.</source> <translation type="unfinished">Il n'y a pas de modification non commitée disponible/sélectionnée.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="717"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="713"/> <source>Add</source> <translation type="unfinished">Ajouter</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="717"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="713"/> <source>There are no unversioned entries available/selected.</source> <translation type="unfinished">Aucune entrée "non-versionnée" disponible/sélectionnée.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="781"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="777"/> <source>Revert</source> <translation type="unfinished">Recouvrir</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="740"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="736"/> <source>Remove</source> <translation type="unfinished">Supprimer</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="781"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="777"/> <source>There are no missing entries available/selected.</source> <translation type="unfinished"></translation> </message> @@ -25539,42 +25549,42 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="103"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="109"/> <source>Show differences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="115"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="121"/> <source>Restore missing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="528"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="524"/> <source>all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="799"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="795"/> <source>Differences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="653"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="649"/> <source>There are no entries selected to be committed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="87"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="93"/> <source>Select all for commit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="89"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="95"/> <source>Deselect all from commit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="254"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="261"/> <source>Mercurial Queue Repository Status</source> <translation type="unfinished"></translation> </message> @@ -25589,32 +25599,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="826"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="822"/> <source>Side-by-Side Diff</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="826"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="822"/> <source>Only one file with uncommitted changes must be selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="106"/> - <source>Show differences side-by-side</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="134"/> - <source>Add as Large File</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="137"/> - <source>Add as Normal File</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="112"/> + <source>Show differences side-by-side</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="140"/> + <source>Add as Large File</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="143"/> + <source>Add as Normal File</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="118"/> <source>Forget missing</source> <translation type="unfinished"></translation> </message> @@ -25655,202 +25665,202 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="115"/> <source>Process Generation Error</source> <translation type="unfinished">Erreur du processus</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="115"/> <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/HgSummaryDialog.py" line="339"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="337"/> <source><tr><td><b>Parent</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="343"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="341"/> <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> <translation type="unfinished"><tr><td><b>Étiquettes</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="347"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="345"/> <source><tr><td><b>Commit Message</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="351"/> + <source>empty repository</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="353"/> - <source>empty repository</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="355"/> <source>no revision checked out</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="356"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="354"/> <source><tr><td><b>Remarks</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="360"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="358"/> <source><tr><td><b>Branch</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="368"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="366"/> <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> <translation type="unfinished"><tr><td><b>Signets</b></td><td>{0}</td></tr></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="373"/> + <source>{0} modified</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="375"/> - <source>{0} modified</source> + <source>{0} added</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="377"/> - <source>{0} added</source> + <source>{0} removed</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="379"/> - <source>{0} removed</source> + <source>{0} renamed</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="381"/> - <source>{0} renamed</source> + <source>{0} copied</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="383"/> - <source>{0} copied</source> + <source>{0} deleted</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="385"/> - <source>{0} deleted</source> + <source>{0} unknown</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="387"/> - <source>{0} unknown</source> + <source>{0} ignored</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="389"/> - <source>{0} ignored</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="391"/> <source>{0} unresolved</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="394"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="392"/> <source>{0} subrepos</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="395"/> + <source>Merge needed</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="397"/> - <source>Merge needed</source> + <source>New Branch</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="399"/> - <source>New Branch</source> + <source>Head is closed</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="401"/> - <source>Head is closed</source> + <source>No commit required</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="403"/> - <source>No commit required</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="405"/> <source>New Branch Head</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="406"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="404"/> <source><tr><td><b>Commit Status</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="411"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="409"/> <source>current</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="426"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="424"/> <source>unknown status</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="427"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="425"/> <source><tr><td><b>Update Status</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="432"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="430"/> <source>synched</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="434"/> + <source>1 or more incoming</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="436"/> - <source>1 or more incoming</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="438"/> <source>{0} outgoing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="447"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="445"/> <source><tr><td><b>Remote Status</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="452"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="450"/> <source>empty queue</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="456"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="454"/> <source>{0} applied</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="459"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="457"/> <source>{0} unapplied</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="462"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="460"/> <source><tr><td><b>Queues Status</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="476"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="474"/> <source><p>No status information available.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="335"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="333"/> <source><tr><td><b>Parent #{0}</b></td><td>{1}</td></tr></source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="413"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="411"/> <source>%n new changeset(s)<br/>Update required</source> <translation type="unfinished"> <numerusform></numerusform> @@ -25858,7 +25868,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="417"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="415"/> <source>%n new changeset(s)</source> <translation type="unfinished"> <numerusform></numerusform> @@ -25866,7 +25876,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="419"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="417"/> <source>%n branch head(s)</source> <translation type="unfinished"> <numerusform></numerusform> @@ -25874,13 +25884,13 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="421"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="419"/> <source>{0}<br/>{1}<br/>Merge required</source> <comment>0 is changesets, 1 is branch heads</comment> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="441"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="439"/> <source>%n incoming bookmark(s)</source> <translation type="unfinished"> <numerusform></numerusform> @@ -25888,7 +25898,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="444"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="442"/> <source>%n outgoing bookmark(s)</source> <translation type="unfinished"> <numerusform></numerusform> @@ -25896,12 +25906,12 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="467"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="465"/> <source>No files to upload</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="469"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="467"/> <source>%n file(s) to upload</source> <translation type="unfinished"> <numerusform></numerusform> @@ -25909,7 +25919,7 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="471"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="469"/> <source><tr><td><b>Large Files</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> @@ -26000,32 +26010,32 @@ <translation type="unfinished">Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="94"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="97"/> <source>Mercurial Branches List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="95"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="98"/> <source>Status</source> <translation type="unfinished">Etat (status)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="141"/> <source>Process Generation Error</source> <translation type="unfinished">Erreur du processus</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="141"/> <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/HgTagBranchListDialog.py" line="257"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="258"/> <source>active</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="262"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="263"/> <source>yes</source> <translation type="unfinished">oui</translation> </message> @@ -34965,72 +34975,72 @@ <context> <name>PluginManager</name> <message> - <location filename="../PluginManager/PluginManager.py" line="541"/> + <location filename="../PluginManager/PluginManager.py" line="574"/> <source>Incompatible plugin activation method.</source> <translation>Méthode d'activation du plugin incompatible.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="342"/> + <location filename="../PluginManager/PluginManager.py" line="343"/> <source>Module is missing the 'autoactivate' attribute.</source> <translation>Le module ne comporte pas l'attribut 'autoactivate'.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="367"/> + <location filename="../PluginManager/PluginManager.py" line="368"/> <source>Module is missing the 'pluginType' and/or 'pluginTypename' attributes.</source> <translation>Le module ne comporte pas le(s) attribut(s) 'pluginType' et/ou 'pluginTypename'.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1083"/> <source>Plugin Manager Error</source> <translation>Erreur du gestionnaire de plugins</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="187"/> + <location filename="../PluginManager/PluginManager.py" line="188"/> <source>Could not create a package for {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="222"/> + <location filename="../PluginManager/PluginManager.py" line="223"/> <source>The internal plugin directory <b>{0}</b> does not exits.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="385"/> + <location filename="../PluginManager/PluginManager.py" line="393"/> <source>Module failed to load. Error: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1083"/> <source><p>The plugin download directory <b>{0}</b> could not be created. Please configure it via the configuration dialog.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1149"/> <source>Error downloading file</source> <translation type="unfinished">Erreur de téléchargement</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1149"/> <source><p>Could not download the requested file from {0}.</p><p>Error: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1184"/> <source>New plugin versions available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1184"/> <source><p>There are new plug-ins or plug-in updates available. Use the plug-in repository dialog to get them.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="348"/> + <location filename="../PluginManager/PluginManager.py" line="349"/> <source>Module is missing the Python2 compatibility flag. Please update.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="353"/> + <location filename="../PluginManager/PluginManager.py" line="354"/> <source>Module is not Python2 compatible.</source> <translation type="unfinished"></translation> </message> @@ -40563,7 +40573,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="576"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="575"/> <source>Subversion (pysvn)</source> <translation type="unfinished">Subversion (pysvn)</translation> </message> @@ -47746,52 +47756,52 @@ <translation>Exporter un projet du référentiel Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1219"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1224"/> <source>Subversion Error</source> <translation>Erreur Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1049"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1054"/> <source>The URL of the project repository could not be retrieved from the working copy. The tag operation will be aborted</source> <translation>Impossible d'atteindre l'URL du référentiel à partir de la copie locale. Abandon de l'opération d'étiquetage</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1076"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1081"/> <source>The URL of the project repository has an invalid format. The tag operation will be aborted</source> <translation>Le format de l'URL du référentiel n'est pas valide. Abandon de l'opération d'étiquetage</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1192"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1197"/> <source>The URL of the project repository could not be retrieved from the working copy. The switch operation will be aborted</source> <translation>Impossible d'atteindre l'URL du référentiel du projet depuis la copie locale. Abandon de l'opération</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1219"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1224"/> <source>The URL of the project repository has an invalid format. The switch operation will be aborted</source> <translation>Le format de l'URL du référentiel n'est pas valide. Abandon de l'opération</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1688"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1693"/> <source>Subversion command</source> <translation>Commande Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1921"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1928"/> <source>Subversion Set Property</source> <translation>Propriété Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1955"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1962"/> <source>You have to supply a property name. Aborting.</source> <translation>Vous devez donner un nom à la propriété. Abandon.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1975"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1982"/> <source>Subversion Delete Property</source> <translation>Suppression d'une propriété Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1784"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1791"/> <source>Enter property name</source> <translation>Entrer le nom de la propriété</translation> </message> @@ -47821,12 +47831,12 @@ <translation>Supprimer des fichiers/répertoires du réferentiel Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1163"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1168"/> <source>Reverting changes</source> <translation>Revenir avant les modifications</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1809"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1814"/> <source>Resolving conficts</source> <translation>Résoudre les confits</translation> </message> @@ -47861,37 +47871,37 @@ <translation>Sélectionner plusieurs entrées à afficher.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2271"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2288"/> <source>Locking in the Subversion repository</source> <translation>Verrouillage dans le référentiel Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2311"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2328"/> <source>Unlocking in the Subversion repository</source> <translation>Déverrouillage dans le référentiel Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1937"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1944"/> <source>Property set.</source> <translation>Propriété définie.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1990"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1997"/> <source>Property deleted.</source> <translation>Propriété supprimée.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2251"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2268"/> <source>Subversion Lock</source> <translation>Verrou Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2251"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2268"/> <source>Enter lock comment</source> <translation>Entrer un commentaire pour le verrou</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2359"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2376"/> <source>Relocating</source> <translation>Déplacement</translation> </message> @@ -48046,7 +48056,7 @@ <translation>sans version</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1973"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1984"/> <source>The svn process did not finish within 30s.</source> <translation>Le processus SVN ne s'est pas terminé dans les 30 dernières secondes.</translation> </message> @@ -48056,27 +48066,27 @@ <translation>Impossible de lancer l'executable SVN.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2385"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2402"/> <source>Repository Browser</source> <translation>Navigateur de référentiel</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2385"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2402"/> <source>Enter the repository URL.</source> <translation>Entrer l'URL du référentiel.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2410"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2430"/> <source>Remove from changelist</source> <translation>Supprimer de la liste des modifications</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2447"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2467"/> <source>Add to changelist</source> <translation>Ajouter à la liste des modifications:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2436"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2456"/> <source>Enter name of the changelist:</source> <translation>Entrer le nom de la liste des modifications:</translation> </message> @@ -48106,27 +48116,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1113"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1118"/> <source>Tagging {0} in the Subversion repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1243"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1248"/> <source>Switching to {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1348"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1353"/> <source>Merging {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1649"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1654"/> <source>Cleaning up {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1850"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1855"/> <source>Copying {0}</source> <translation type="unfinished"></translation> </message> @@ -48142,7 +48152,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1250"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1255"/> <source>Revision {0}. </source> <translation type="unfinished"></translation> @@ -48158,37 +48168,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1156"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1161"/> <source>Revert changes</source> <translation type="unfinished">Revenir avant les modifications</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1147"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1152"/> <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/vcsPySvn/subversion.py" line="1156"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1161"/> <source>Do you really want to revert all changes of the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1976"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1987"/> <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/vcsPySvn/subversion.py" line="2212"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2227"/> <source>Subversion Side-by-Side Difference</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2212"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2227"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2508"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2528"/> <source>Upgrade</source> <translation type="unfinished"></translation> </message> @@ -48357,12 +48367,12 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="100"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="101"/> <source>Process Generation Error</source> <translation>Erreur du processus</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="100"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="101"/> <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> @@ -48437,22 +48447,22 @@ <translation type="unfinished">Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="83"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="87"/> <source>Files (relative to {0}):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="149"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="148"/> <source>No changelists found</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="118"/> <source>Process Generation Error</source> <translation type="unfinished">Erreur du processus</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="118"/> <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> @@ -48789,22 +48799,22 @@ <context> <name>SvnDiffDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="176"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="171"/> <source>Subversion Diff</source> <translation>Subversion Diff</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="283"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="277"/> <source>There is no difference.</source> <translation>Aucune différence.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="434"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="415"/> <source>Patch Files (*.diff)</source> <translation>Fichiers Patch (*.diff)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="467"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="448"/> <source>Save Diff</source> <translation>Enregistrer Diff</translation> </message> @@ -48864,53 +48874,53 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="197"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="192"/> <source>Process Generation Error</source> <translation>Erreur du processus</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="176"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="171"/> <source>There is no temporary directory available.</source> <translation>Il n'y a aucun répertoire temporaire disponible.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="197"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="192"/> <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/vcsPySvn/SvnDiffDialog.py" line="467"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="448"/> <source><p>The patch file <b>{0}</b> could not be saved.<br>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="219"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="214"/> <source>Processing file '{0}'... </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="451"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="432"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="354"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="335"/> <source><Start></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="355"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="336"/> <source><End></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="47"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="48"/> <source>Refresh</source> <translation type="unfinished">Rafraichir</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="49"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="50"/> <source>Press to refresh the display</source> <translation type="unfinished"></translation> </message> @@ -50486,7 +50496,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="560"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="559"/> <source>Subversion (svn)</source> <translation type="unfinished">Subversion (svn)</translation> </message> @@ -50563,12 +50573,12 @@ <p>Affiche les erreurs possibles de la commande "proplist" de Subversion</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="134"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="152"/> <source>Process Generation Error</source> <translation>Erreur du processus</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="136"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="152"/> <source>None</source> <translation>Aucun</translation> </message> @@ -50578,10 +50588,20 @@ <translation>Erreurs</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="134"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="152"/> <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/vcsPySvn/SvnPropListDialog.py" line="43"/> + <source>Refresh</source> + <translation type="unfinished">Rafraichir</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="45"/> + <source>Press to refresh the properties display</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>SvnPropSetDialog</name> @@ -50782,7 +50802,7 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py" line="284"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py" line="288"/> <source>Subversion Error</source> <translation>Erreur Subversion</translation> </message> @@ -50913,42 +50933,42 @@ <context> <name>SvnStatusDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="169"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="173"/> <source>normal</source> <translation>normal</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="157"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="161"/> <source>added</source> <translation>ajouté</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="162"/> <source>deleted</source> <translation>effacé</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="174"/> + <source>modified</source> + <translation>modifié</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="175"/> + <source>conflict</source> + <translation>conflit</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="168"/> + <source>unversioned</source> + <translation>sans version</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="169"/> + <source>missing</source> + <translation>manquant</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="170"/> - <source>modified</source> - <translation>modifié</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="171"/> - <source>conflict</source> - <translation>conflit</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="164"/> - <source>unversioned</source> - <translation>sans version</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="165"/> - <source>missing</source> - <translation>manquant</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="166"/> <source>type error</source> <translation>erreur de type</translation> </message> @@ -50963,17 +50983,17 @@ <translation>oui</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="162"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="166"/> <source>external</source> <translation>exterieur</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="163"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="167"/> <source>ignored</source> <translation>ignoré</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="286"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="293"/> <source>Subversion Status</source> <translation>Status Subversion</translation> </message> @@ -50983,22 +51003,22 @@ <translation>Commit des changements dans le référentiel...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="609"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="607"/> <source>Commit</source> <translation>Commit</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="734"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="732"/> <source>There are no uncommitted changes available/selected.</source> <translation>Il n'y a pas de modification non commitée disponible/sélectionnée.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="757"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="755"/> <source>Lock</source> <translation>Verrouillage</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="774"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="772"/> <source>Unlock</source> <translation>Déverrouillage</translation> </message> @@ -51038,27 +51058,27 @@ <translation>non verrouilé</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="160"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="164"/> <source>replaced</source> <translation>remplacé</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="757"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="755"/> <source>There are no unlocked files available/selected.</source> <translation>Il n'y a aucun fichier déverrouilé disponible/sélectionné.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="810"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="808"/> <source>There are no locked files available/selected.</source> <translation>Il n'y a aucun fichier verrouilé disponible/sélectionné.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="792"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="790"/> <source>Break Lock</source> <translation>Casser le verrouillage d'un autre utilisateur</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="810"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="808"/> <source>Steal Lock</source> <translation>Voler le verrou</translation> </message> @@ -51180,7 +51200,7 @@ <translation>Ajuster la largeur des colonnes</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="402"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="401"/> <source>Process Generation Error</source> <translation>Erreur du processus</translation> </message> @@ -51200,17 +51220,17 @@ <translation>Revenir avant les modifications</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="649"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="647"/> <source>Add</source> <translation>Ajouter</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="649"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="647"/> <source>There are no unversioned entries available/selected.</source> <translation>Aucune entrée "non-versionnée" disponible/sélectionnée.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="695"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="693"/> <source>Revert</source> <translation>Recouvrir</translation> </message> @@ -51225,22 +51245,22 @@ <translation>Ajouter à la liste des modifications</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="846"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="844"/> <source>Remove from Changelist</source> <translation>Supprimer de la liste des modifications</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="827"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="825"/> <source>There are no files available/selected not belonging to a changelist.</source> <translation>Il n'y a pas de fichiers disponibles ou sélectionnés n'appartenant pas à une liste.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="846"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="844"/> <source>There are no files available/selected belonging to a changelist.</source> <translation>Il n'y a pas de fichiers disponibles ou sélectionnés appartenant à une liste.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="402"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="401"/> <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> @@ -51315,22 +51335,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="521"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="519"/> <source>all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="713"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="711"/> <source>Differences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="609"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="607"/> <source>There are no entries selected to be committed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="695"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="693"/> <source>There are no missing entries available/selected.</source> <translation type="unfinished"></translation> </message> @@ -51360,12 +51380,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="741"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="739"/> <source>Side-by-Side Diff</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="741"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="739"/> <source>Only one file with uncommitted changes must be selected.</source> <translation type="unfinished"></translation> </message> @@ -51457,37 +51477,37 @@ <context> <name>SvnTagBranchListDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="72"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="74"/> <source>Subversion Branches List</source> <translation>Liste des branches Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="94"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="96"/> <source>Subversion Error</source> <translation>Erreur Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="80"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="82"/> <source>The URL of the project repository could not be retrieved from the working copy. The list operation will be aborted</source> <translation>Impossible d'atteindre l'URL du référentiel du projet depuis la copie locale. Abandon de l'opération</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="94"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="96"/> <source>The URL of the project repository has an invalid format. The list operation will be aborted</source> <translation>Le format de l'URL du référentiel n'est pas valide. Abandon de l'opération</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="121"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="123"/> <source>Subversion List</source> <translation>Liste Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="110"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="112"/> <source>Enter the repository URL containing the tags or branches</source> <translation>Entrer l'URL du référentiel avec les étiquettes ou les branches</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="121"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="123"/> <source>The repository URL is empty. Aborting...</source> <translation>L'URL du référentiel est vide. Abandon...</translation> </message> @@ -51576,17 +51596,17 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="166"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="168"/> <source>Process Generation Error</source> <translation>Erreur du processus</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="155"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="157"/> <source>The installed version of PySvn should be 1.4.0 or better.</source> <translation>PySvn installé doit être de version 1.4.0 ou supérieur.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="166"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="168"/> <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> @@ -55750,132 +55770,132 @@ <context> <name>TrayStarter</name> <message> - <location filename="../Tools/TrayStarter.py" line="61"/> + <location filename="../Tools/TrayStarter.py" line="65"/> <source>Recent Projects</source> <translation>Projets récents</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="73"/> + <location filename="../Tools/TrayStarter.py" line="77"/> <source>Recent Files</source> <translation>Fichiers récents</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="84"/> + <location filename="../Tools/TrayStarter.py" line="88"/> <source>QRegExp editor</source> <translation>Éditeur QRegExp</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="86"/> - <source>Python re editor</source> - <translation>Éditeur python 're'</translation> - </message> - <message> <location filename="../Tools/TrayStarter.py" line="90"/> + <source>Python re editor</source> + <translation>Éditeur python 're'</translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="94"/> <source>UI Previewer</source> <translation>Visionneur d'UI</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="93"/> + <location filename="../Tools/TrayStarter.py" line="97"/> <source>Translations Previewer</source> <translation>Apercu des traductions</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="96"/> + <location filename="../Tools/TrayStarter.py" line="100"/> <source>Unittest</source> <translation>Tests unitaires</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="104"/> + <location filename="../Tools/TrayStarter.py" line="108"/> <source>Compare Files</source> <translation>Comparaison de fichiers</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="107"/> + <location filename="../Tools/TrayStarter.py" line="111"/> <source>Compare Files side by side</source> <translation>Comparaison de fichiers côte à côte</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="136"/> + <location filename="../Tools/TrayStarter.py" line="140"/> <source>Preferences</source> <translation>Préférences</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="162"/> + <location filename="../Tools/TrayStarter.py" line="166"/> <source>Quit</source> <translation>Quitter</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="242"/> + <location filename="../Tools/TrayStarter.py" line="248"/> <source>Process Generation Error</source> <translation>Erreur du processus</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="242"/> + <location filename="../Tools/TrayStarter.py" line="248"/> <source>OK</source> <translation>OK</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="125"/> + <location filename="../Tools/TrayStarter.py" line="129"/> <source>Install Plugin</source> <translation>Installer un plugin</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="128"/> + <location filename="../Tools/TrayStarter.py" line="132"/> <source>Uninstall Plugin</source> <translation>Désinstaller un plugin</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="131"/> + <location filename="../Tools/TrayStarter.py" line="135"/> <source>Plugin Repository</source> <translation>Référentiel de plugins</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="68"/> + <location filename="../Tools/TrayStarter.py" line="72"/> <source>Recent Multiprojects</source> <translation>Multi-projets récents</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="112"/> + <location filename="../Tools/TrayStarter.py" line="116"/> <source>SQL Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="242"/> + <location filename="../Tools/TrayStarter.py" line="248"/> <source><p>Could not start the process.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="120"/> + <location filename="../Tools/TrayStarter.py" line="124"/> <source>Icon Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="117"/> + <location filename="../Tools/TrayStarter.py" line="121"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="147"/> + <location filename="../Tools/TrayStarter.py" line="151"/> <source>Configure Tray Starter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="77"/> + <location filename="../Tools/TrayStarter.py" line="81"/> <source>Eric6 tray starter</source> <translation type="unfinished">Lanceur eric4 {5 ?} {6 ?}</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="99"/> + <location filename="../Tools/TrayStarter.py" line="103"/> <source>eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="139"/> + <location filename="../Tools/TrayStarter.py" line="143"/> <source>eric6 IDE</source> <translation type="unfinished">IDE eric4 {5 ?} {6 ?}</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="142"/> + <location filename="../Tools/TrayStarter.py" line="146"/> <source>eric6 Mini Editor</source> <translation type="unfinished">Mini-éditeur eric4 {5 ?} {6 ?}</translation> </message> @@ -56908,7 +56928,7 @@ <translation>Création de l'interface utilisateur...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1371"/> + <location filename="../UI/UserInterface.py" line="1363"/> <source>Log-Viewer</source> <translation>Fenêtre de log</translation> </message> @@ -56943,242 +56963,242 @@ <translation>Initialisation des outils...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1215"/> + <location filename="../UI/UserInterface.py" line="1207"/> <source>Quit</source> <translation>Quitter</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1215"/> + <location filename="../UI/UserInterface.py" line="1207"/> <source>&Quit</source> <translation>&Quitter</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1221"/> + <location filename="../UI/UserInterface.py" line="1213"/> <source>Quit the IDE</source> <translation>Quitter l'IDE</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1222"/> + <location filename="../UI/UserInterface.py" line="1214"/> <source><b>Quit the IDE</b><p>This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> <translation><b>Quitter l'IDE</b><p>Cette commande fait quitter l'IDE. Toutes les modifications non-enregistrées devraient d'abord être enregistrées. Tous les programmes Python débogués seront stoppés et les préférences seront écrites sur le disque.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1576"/> + <location filename="../UI/UserInterface.py" line="1568"/> <source>What's This?</source> <translation>Qu'est-ce que c'est ?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1576"/> + <location filename="../UI/UserInterface.py" line="1568"/> <source>&What's This?</source> <translation>&Qu'est-ce que c'est?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1582"/> + <location filename="../UI/UserInterface.py" line="1574"/> <source>Context sensitive help</source> <translation>Aide contextuelle</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1583"/> + <location filename="../UI/UserInterface.py" line="1575"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Affiche l'aide contextuelle</b><p>Dans le mode "Qu'est-ce que c'est?", la souris est affichée avec un point d'interrogation, et on peut cliquer sur les éléments de l'interface pour obtenir une courte description de l'élément. Cette fonction peut être obtenue avec le bouton d'aide contextuelle de la barre principale.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1594"/> + <location filename="../UI/UserInterface.py" line="1586"/> <source>Helpviewer</source> <translation>Visionneur d'aide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1594"/> + <location filename="../UI/UserInterface.py" line="1586"/> <source>&Helpviewer...</source> <translation>Visionneur d'&aide...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1600"/> + <location filename="../UI/UserInterface.py" line="1592"/> <source>Open the helpviewer window</source> <translation>Ouvre le visualiseur d'aide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1611"/> <source>Show Versions</source> <translation>Afficher les versions</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1611"/> <source>Show &Versions</source> <translation>Afficher les &versions</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1623"/> + <location filename="../UI/UserInterface.py" line="1615"/> <source>Display version information</source> <translation>Affiche les informations sur les versions</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1625"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source><b>Show Versions</b><p>Display version information.</p></source> <translation><b>Afficher les versions</b><p>Affiche les informations sur les versions.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3007"/> + <location filename="../UI/UserInterface.py" line="2999"/> <source>Report Bug</source> <translation>Rapport de bogue</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1670"/> + <location filename="../UI/UserInterface.py" line="1662"/> <source>Report &Bug...</source> <translation>Rapport de &bogue...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1674"/> + <location filename="../UI/UserInterface.py" line="1666"/> <source>Report a bug</source> <translation>Envoyer un rapport de bogue</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1675"/> + <location filename="../UI/UserInterface.py" line="1667"/> <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> <translation><b>Rapport de bogue...</b><p>Ouvre une fenêtre pour envoyer un rapport de bogue.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2601"/> + <location filename="../UI/UserInterface.py" line="2593"/> <source>Unittest</source> <translation>Tests unitaires</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1697"/> + <location filename="../UI/UserInterface.py" line="1689"/> <source>&Unittest...</source> <translation>&Tests unitaires...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1702"/> + <location filename="../UI/UserInterface.py" line="1694"/> <source>Start unittest dialog</source> <translation>Ouvre la fenêtre Unitest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1947"/> + <location filename="../UI/UserInterface.py" line="1939"/> <source>Preferences</source> <translation>Préférences</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1947"/> + <location filename="../UI/UserInterface.py" line="1939"/> <source>&Preferences...</source> <translation>&Préférences...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1952"/> + <location filename="../UI/UserInterface.py" line="1944"/> <source>Set the prefered configuration</source> <translation>Édition des préférences</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1954"/> + <location filename="../UI/UserInterface.py" line="1946"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Préférences</b><p>Edite les valeurs souhaitées pour la configuration du logiciel.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2052"/> + <location filename="../UI/UserInterface.py" line="2044"/> <source>Keyboard Shortcuts</source> <translation>Raccourcis clavier</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2052"/> + <location filename="../UI/UserInterface.py" line="2044"/> <source>Keyboard &Shortcuts...</source> <translation>&Raccourcis claviers...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2057"/> + <location filename="../UI/UserInterface.py" line="2049"/> <source>Set the keyboard shortcuts</source> <translation>Définition des raccourcis clavier</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2051"/> + <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> + <translation><b>Raccourcis claviers</b><p>Edite les raccourcis claviers pour l'application.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5361"/> + <source>Export Keyboard Shortcuts</source> + <translation>Exporter les raccourcis clavier</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2059"/> - <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> - <translation><b>Raccourcis claviers</b><p>Edite les raccourcis claviers pour l'application.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5324"/> - <source>Export Keyboard Shortcuts</source> - <translation>Exporter les raccourcis clavier</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2067"/> <source>&Export Keyboard Shortcuts...</source> <translation>&Exporter les raccourcis claviers...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2072"/> + <location filename="../UI/UserInterface.py" line="2064"/> <source>Export the keyboard shortcuts</source> <translation>Exporte les raccourcis claviers</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2074"/> + <location filename="../UI/UserInterface.py" line="2066"/> <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> <translation><b>Exporter les raccourcis clavier</b><p>Exporte les raccourcis claviers de l'application.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5348"/> + <location filename="../UI/UserInterface.py" line="5385"/> <source>Import Keyboard Shortcuts</source> <translation>Importer des raccourcis clavier</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2081"/> + <location filename="../UI/UserInterface.py" line="2073"/> <source>&Import Keyboard Shortcuts...</source> <translation>&Importer des raccourcis clavier...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2086"/> + <location filename="../UI/UserInterface.py" line="2078"/> <source>Import the keyboard shortcuts</source> <translation>Importe des raccourcis clavier</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2088"/> + <location filename="../UI/UserInterface.py" line="2080"/> <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> <translation><b>Importer des raccourcis clavier</b><p>Importe des raccourcis claviers de l'application.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2433"/> + <location filename="../UI/UserInterface.py" line="2425"/> <source>E&xtras</source> <translation>E&xtras</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2446"/> + <location filename="../UI/UserInterface.py" line="2438"/> <source>&Tools</source> <translation>&Outils</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2478"/> + <location filename="../UI/UserInterface.py" line="2470"/> <source>&Window</source> <translation>&Fenêtre</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2528"/> + <location filename="../UI/UserInterface.py" line="2520"/> <source>&Help</source> <translation>A&ide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2600"/> + <location filename="../UI/UserInterface.py" line="2592"/> <source>Tools</source> <translation>Outils</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4311"/> + <location filename="../UI/UserInterface.py" line="4348"/> <source>Help</source> <translation>Aide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2602"/> + <location filename="../UI/UserInterface.py" line="2594"/> <source>Settings</source> <translation>Configuration</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2503"/> + <location filename="../UI/UserInterface.py" line="2495"/> <source>&Toolbars</source> <translation>&Barres d'Outils</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4437"/> + <location filename="../UI/UserInterface.py" line="4474"/> <source>Problem</source> <translation>Problème</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4612"/> + <location filename="../UI/UserInterface.py" line="4649"/> <source>Process Generation Error</source> <translation>Erreur du processus</translation> </message> @@ -57188,363 +57208,363 @@ <translation>Initialisation du serveur d'application...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1703"/> + <location filename="../UI/UserInterface.py" line="1695"/> <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> <translation><b>Tests unitaires</b><p>Effectue les tests d'unitaires. Cette fenêtre permet de sélectionner et de lancer une suite de tests unitaires.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1711"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Unittest Restart</source> <translation>Relancer les tests unitaires</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1711"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>&Restart Unittest...</source> <translation>&Relancer les tests unitaires...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1716"/> + <location filename="../UI/UserInterface.py" line="1708"/> <source>Restart last unittest</source> <translation>Relancer le dernier test unitaire</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1717"/> + <location filename="../UI/UserInterface.py" line="1709"/> <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> <translation><b>Relancer le dernier test unitaire</b> <p>Relance le dernier test unitaire effectué.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1741"/> + <location filename="../UI/UserInterface.py" line="1733"/> <source>Unittest Script</source> <translation>Script de tests unitaires</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1741"/> + <location filename="../UI/UserInterface.py" line="1733"/> <source>Unittest &Script...</source> <translation>&Script de tests unitaires...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1746"/> + <location filename="../UI/UserInterface.py" line="1738"/> <source>Run unittest with current script</source> <translation>Lance les tests unitaires sur le script courant</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1740"/> + <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> + <translation><b>Script de tests unitaires</b><p>Lance les tests unitaires sur le script en cours.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4096"/> + <source>Unittest Project</source> + <translation>Projet de tests unitaires</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1748"/> - <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> - <translation><b>Script de tests unitaires</b><p>Lance les tests unitaires sur le script en cours.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4059"/> - <source>Unittest Project</source> - <translation>Projet de tests unitaires</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1756"/> <source>Unittest &Project...</source> <translation>&Projet de tests unitaires...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1761"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Run unittest with current project</source> <translation>Lance les tests unitaires sur le projet courant</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1763"/> + <location filename="../UI/UserInterface.py" line="1755"/> <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> <translation><b>Projet de tests unitaires</b><p>Lance les tests unitaires sur le projet en cours.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1851"/> + <location filename="../UI/UserInterface.py" line="1843"/> <source>Compare Files</source> <translation>Comparaison de fichiers</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1851"/> + <location filename="../UI/UserInterface.py" line="1843"/> <source>&Compare Files...</source> <translation>&Comparaison de fichiers...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1869"/> + <location filename="../UI/UserInterface.py" line="1861"/> <source>Compare two files</source> <translation>Compare deux fichiers</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1857"/> + <location filename="../UI/UserInterface.py" line="1849"/> <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> <translation><b>Comparaison de Fichiers</b><p>Ouvre une fenêtre pour comparer deux fichiers.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1864"/> + <location filename="../UI/UserInterface.py" line="1856"/> <source>Compare Files side by side</source> <translation>Comparaison de fichiers côte à côte</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1870"/> + <location filename="../UI/UserInterface.py" line="1862"/> <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> <translation><b>Comparaison de fichiers côte à côte</b><p>Ouvre une fenêtre pour comparer deux fichiers et affiche les différences côte à côte.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2416"/> + <location filename="../UI/UserInterface.py" line="2408"/> <source>&Unittest</source> <translation>Tests &unitaires</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4059"/> + <location filename="../UI/UserInterface.py" line="4096"/> <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="../UI/UserInterface.py" line="5748"/> + <location filename="../UI/UserInterface.py" line="5785"/> <source>Drop Error</source> <translation>Erreur de suppression</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1354"/> + <location filename="../UI/UserInterface.py" line="1346"/> <source>File-Browser</source> <translation>Navigateur de fichiers</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1243"/> + <source>Edit Profile</source> + <translation>Profil d'Edition</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1249"/> + <source>Activate the edit view profile</source> + <translation>Active la fenêtre d'édition des profils Edition/Débogage</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1251"/> - <source>Edit Profile</source> - <translation>Profil d'Edition</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1257"/> - <source>Activate the edit view profile</source> - <translation>Active la fenêtre d'édition des profils Edition/Débogage</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1259"/> <source><b>Edit Profile</b><p>Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Edition des profils</b><p>Active la fenêtre d'édition des profils Edition/Débogage. On peut y configurer les différentes fenêtres devant apparaitre en mode Edition ou Débogage.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1260"/> + <source>Debug Profile</source> + <translation>Profil Débogage</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1266"/> + <source>Activate the debug view profile</source> + <translation>Active le profil Débogage</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1268"/> - <source>Debug Profile</source> - <translation>Profil Débogage</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1274"/> - <source>Activate the debug view profile</source> - <translation>Active le profil Débogage</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1276"/> <source><b>Debug Profile</b><p>Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Profil Debogage</b><p>Active le profil Bébogage. La fenêtre affichée dans ce mode peut être configurée avec la fenêtre "Edition des profils"</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2020"/> + <location filename="../UI/UserInterface.py" line="2012"/> <source>View Profiles</source> <translation>Profils de visualisation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2020"/> + <location filename="../UI/UserInterface.py" line="2012"/> <source>&View Profiles...</source> <translation>Profils de &Visualisation...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2025"/> + <location filename="../UI/UserInterface.py" line="2017"/> <source>Configure view profiles</source> <translation>Configuration des profils de visualisation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2027"/> + <location filename="../UI/UserInterface.py" line="2019"/> <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> <translation><b>Profils de Visualisation</b><p>Configure les modes de visualisation de l'éditeur (modes Edition/Débogage). Avec cet fenêtre de configuration, on peut sélectionner les sous-fenêtres actives par défaut pour chacun des mode de visualisation.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1824"/> + <location filename="../UI/UserInterface.py" line="1816"/> <source>UI Previewer</source> <translation>Visionneur d'UI</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1824"/> + <location filename="../UI/UserInterface.py" line="1816"/> <source>&UI Previewer...</source> <translation>Visionneur d'&UI...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1821"/> + <source>Start the UI Previewer</source> + <translation>Démarre le Visionneur d'UI</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1822"/> + <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> + <translation><b>Visulaiseur d'UI</b><p>Démarre le visualiseur d'UI.</p></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1829"/> - <source>Start the UI Previewer</source> - <translation>Démarre le Visionneur d'UI</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1830"/> - <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> - <translation><b>Visulaiseur d'UI</b><p>Démarre le visualiseur d'UI.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1837"/> <source>Translations Previewer</source> <translation>Visionneur de traductions</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1837"/> + <location filename="../UI/UserInterface.py" line="1829"/> <source>&Translations Previewer...</source> <translation>Visionneur de &Traductions...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1842"/> + <location filename="../UI/UserInterface.py" line="1834"/> <source>Start the Translations Previewer</source> <translation>Démarre le visionneur de traductions</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1844"/> + <location filename="../UI/UserInterface.py" line="1836"/> <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> <translation><b>Visionneur de traductions</b><p>Démarre le visionneur de traductions.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1330"/> <source>Shell</source> <translation>Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1330"/> <source>&Shell</source> <translation>&Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1991"/> + <location filename="../UI/UserInterface.py" line="1983"/> <source>Reload APIs</source> <translation>Recharger les APIs</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1991"/> + <location filename="../UI/UserInterface.py" line="1983"/> <source>Reload &APIs</source> <translation>Recharger les &APIs</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1995"/> + <location filename="../UI/UserInterface.py" line="1987"/> <source>Reload the API information</source> <translation>Recharger les informations des API</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="1989"/> <source><b>Reload APIs</b><p>Reload the API information.</p></source> <translation><b>Recharger les APIs</b><p>Recharger les informations des API.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1389"/> + <location filename="../UI/UserInterface.py" line="1381"/> <source>Task-Viewer</source> <translation>Visualisueur de tâches</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5482"/> + <location filename="../UI/UserInterface.py" line="5519"/> <source>Save tasks</source> <translation>Enregistrement des tâches</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5511"/> + <location filename="../UI/UserInterface.py" line="5548"/> <source>Read tasks</source> <translation>Lecture des tâches</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4311"/> + <location filename="../UI/UserInterface.py" line="4348"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>Aucun visualiseur personalisé n'est sélectionné. Prière d'en spécifier un dans les préférences.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5055"/> + <location filename="../UI/UserInterface.py" line="5092"/> <source>Documentation Missing</source> <translation>Documentation Manquante</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3007"/> + <location filename="../UI/UserInterface.py" line="2999"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>L'adresse mail ou l'adresse du serveur mail est vide. Veuillez configurer vos paramètres mails dans la fenêtre des Préférences.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1407"/> + <location filename="../UI/UserInterface.py" line="1399"/> <source>Template-Viewer</source> <translation>Gestionnaire de gabarits</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1285"/> + <location filename="../UI/UserInterface.py" line="1277"/> <source>Alt+Shift+P</source> <translation>Alt+Shift+P</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1320"/> + <location filename="../UI/UserInterface.py" line="1312"/> <source>Alt+Shift+D</source> <translation>Alt+Shift+D</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1330"/> <source>Alt+Shift+S</source> <translation>Alt+Shift+S</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1354"/> + <location filename="../UI/UserInterface.py" line="1346"/> <source>Alt+Shift+F</source> <translation>Alt+Shift+F</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1389"/> + <location filename="../UI/UserInterface.py" line="1381"/> <source>Alt+Shift+T</source> <translation>Alt+Shift+T</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1302"/> + <location filename="../UI/UserInterface.py" line="1294"/> <source>Alt+Shift+M</source> <translation>Alt+Shift+M</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2129"/> + <location filename="../UI/UserInterface.py" line="2121"/> <source>Activate current editor</source> <translation>Activer l'éditeur courant</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2129"/> + <location filename="../UI/UserInterface.py" line="2121"/> <source>Alt+Shift+E</source> <translation>Alt+Shift+E</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2139"/> + <location filename="../UI/UserInterface.py" line="2131"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2148"/> + <location filename="../UI/UserInterface.py" line="2140"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1371"/> + <location filename="../UI/UserInterface.py" line="1363"/> <source>Alt+Shift+G</source> <translation>Alt+Shift+G</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2228"/> <source>Qt4 Documentation</source> <translation>Documentation Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2228"/> <source>Qt&4 Documentation</source> <translation>Documentation Qt&4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2240"/> + <location filename="../UI/UserInterface.py" line="2232"/> <source>Open Qt4 Documentation</source> <translation>Lance la Documentation Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2350"/> + <location filename="../UI/UserInterface.py" line="2342"/> <source>Eric API Documentation</source> <translation>Documentation pour les API Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2350"/> + <location filename="../UI/UserInterface.py" line="2342"/> <source>&Eric API Documentation</source> <translation>Documentation pour les API &Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2354"/> + <location filename="../UI/UserInterface.py" line="2346"/> <source>Open Eric API Documentation</source> <translation>Ouvre la documentation sur les APIs Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4345"/> + <location filename="../UI/UserInterface.py" line="4382"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>Impossible de démarrer le visualiseur d'aide.<br>Assurez-vous qu'il est bien ici <b>hh</b>.</p></translation> </message> @@ -57554,148 +57574,148 @@ <translation>Enregistrement des objets...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1285"/> + <location filename="../UI/UserInterface.py" line="1277"/> <source>Project-Viewer</source> <translation>Gestionnaire de projet</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1320"/> + <location filename="../UI/UserInterface.py" line="1312"/> <source>Debug-Viewer</source> <translation>Gestionnaire de débogage</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1215"/> + <location filename="../UI/UserInterface.py" line="1207"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1285"/> + <location filename="../UI/UserInterface.py" line="1277"/> <source>&Project-Viewer</source> <translation>Gestionnaire de &projet</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1576"/> + <location filename="../UI/UserInterface.py" line="1568"/> <source>Shift+F1</source> <translation>Shift+F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1594"/> + <location filename="../UI/UserInterface.py" line="1586"/> <source>F1</source> <translation>F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1635"/> + <location filename="../UI/UserInterface.py" line="1627"/> <source>Check for Updates</source> <translation>Rechercher des mises à jour</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1632"/> + <location filename="../UI/UserInterface.py" line="1624"/> <source>Check for &Updates...</source> <translation>Rechercher des &mises à jour...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2266"/> + <location filename="../UI/UserInterface.py" line="2258"/> <source>PyQt4 Documentation</source> <translation> Documentation PyQt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2270"/> + <location filename="../UI/UserInterface.py" line="2262"/> <source>Open PyQt4 Documentation</source> <translation>Lance la documentation PyQt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2449"/> + <location filename="../UI/UserInterface.py" line="2441"/> <source>Select Tool Group</source> <translation>Sélection d'un groupe d'outils</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2455"/> + <location filename="../UI/UserInterface.py" line="2447"/> <source>Se&ttings</source> <translation>&Configuration</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2604"/> + <location filename="../UI/UserInterface.py" line="2596"/> <source>Profiles</source> <translation>Profils</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3375"/> + <location filename="../UI/UserInterface.py" line="3367"/> <source>&Builtin Tools</source> <translation>Outils &internes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5039"/> + <location filename="../UI/UserInterface.py" line="5076"/> <source>Documentation</source> <translation>Documentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4881"/> + <location filename="../UI/UserInterface.py" line="4918"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>L'emplacement de la documentation PyQt4 n'a pas été configuré.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6063"/> - <source>Error during updates check</source> - <translation>Erreur durant la recherche de mises à jour</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6043"/> - <source>Update available</source> - <translation>Mise à jour disponible</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2956"/> - <source><h3>Version Numbers</h3><table></source> - <translation><h3>Numéros de version</h3><table></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="6100"/> + <source>Error during updates check</source> + <translation>Erreur durant la recherche de mises à jour</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6080"/> + <source>Update available</source> + <translation>Mise à jour disponible</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2948"/> + <source><h3>Version Numbers</h3><table></source> + <translation><h3>Numéros de version</h3><table></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6137"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5148"/> + <location filename="../UI/UserInterface.py" line="5185"/> <source>Open Browser</source> <translation type="unfinished">Ouverture du navigateur</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5148"/> + <location filename="../UI/UserInterface.py" line="5185"/> <source>Could not start a web browser</source> <translation type="unfinished">Impossible de lancer le navigateur web</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3321"/> + <location filename="../UI/UserInterface.py" line="3313"/> <source>Configure Tool Groups ...</source> <translation>Configuration des groupes d'outils...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3325"/> + <location filename="../UI/UserInterface.py" line="3317"/> <source>Configure current Tool Group ...</source> <translation>Configuration du groupe d'outils courant...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2009"/> + <location filename="../UI/UserInterface.py" line="2001"/> <source>Show external tools</source> <translation>Afficher les outils externes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2004"/> + <location filename="../UI/UserInterface.py" line="1996"/> <source>Show external &tools</source> <translation>Afficher les &outils externes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5893"/> + <location filename="../UI/UserInterface.py" line="5930"/> <source>&Cancel</source> <translation>&Annuler</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6063"/> + <location filename="../UI/UserInterface.py" line="6100"/> <source>Could not perform updates check.</source> <translation>Impossible de vérifier les mises à jour.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6164"/> <source>First time usage</source> <translation>Première utilisation</translation> </message> @@ -57705,52 +57725,52 @@ <translation>Initialisation du gestionnaire de plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2514"/> + <location filename="../UI/UserInterface.py" line="2506"/> <source>P&lugins</source> <translation>P&lugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2605"/> + <location filename="../UI/UserInterface.py" line="2597"/> <source>Plugins</source> <translation>Plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2166"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>Plugin Infos</source> <translation>Infos Plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2170"/> + <location filename="../UI/UserInterface.py" line="2162"/> <source>Show Plugin Infos</source> <translation>Affiche les infos sur les plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2171"/> + <location filename="../UI/UserInterface.py" line="2163"/> <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> <translation><b>Infos Plugins...</b><p>Affiche une fenêtre donnant des informations sur les plugins chargés.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2166"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>&Plugin Infos...</source> <translation>Infos &Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3383"/> + <location filename="../UI/UserInterface.py" line="3375"/> <source>&Plugin Tools</source> <translation>Outils &plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2197"/> + <location filename="../UI/UserInterface.py" line="2189"/> <source>Uninstall Plugin</source> <translation>Désinstaller un plugin</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2192"/> + <location filename="../UI/UserInterface.py" line="2184"/> <source>&Uninstall Plugin...</source> <translation>&Désinstaller un plugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2198"/> + <location filename="../UI/UserInterface.py" line="2190"/> <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> <translation><b>Désinstaller un plugin...</b><p>Ouvre une fenêtre pour désinstaller un plugin.</p></translation> </message> @@ -57760,1205 +57780,1205 @@ <translation>Activation des plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2438"/> + <location filename="../UI/UserInterface.py" line="2430"/> <source>Wi&zards</source> <translation>As&sistants</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3473"/> + <location filename="../UI/UserInterface.py" line="3465"/> <source>&Show all</source> <translation>Tout &afficher</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3475"/> + <location filename="../UI/UserInterface.py" line="3467"/> <source>&Hide all</source> <translation>Tout &masquer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1643"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>Show downloadable versions</source> <translation>Afficher les versions téléchargeables</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1643"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>Show &downloadable versions...</source> <translation>Afficher les versions &téléchargeables...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1639"/> <source>Show the versions available for download</source> <translation>Affiche les versions disponibles pour le téléchargement</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6086"/> + <location filename="../UI/UserInterface.py" line="6123"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versions disponibles</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2205"/> + <location filename="../UI/UserInterface.py" line="2197"/> <source>Plugin Repository</source> <translation>Référentiel de plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2205"/> + <location filename="../UI/UserInterface.py" line="2197"/> <source>Plugin &Repository...</source> <translation>&Référentiel de plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2210"/> + <location filename="../UI/UserInterface.py" line="2202"/> <source>Show Plugins available for download</source> <translation>Affiche les plugins disponibles au téléchargement</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2212"/> + <location filename="../UI/UserInterface.py" line="2204"/> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation><b>Référentiel de plugins...</b><p>Affiche une fenêtre donnant la liste des plugins disponibles sur internet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2176"/> <source>Install Plugins</source> <translation>Installation de plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2179"/> + <location filename="../UI/UserInterface.py" line="2171"/> <source>&Install Plugins...</source> <translation>&Installation de plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2185"/> + <location filename="../UI/UserInterface.py" line="2177"/> <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> <translation><b>Installation de plugins...</b><p>Ouvre une fenêtre pour installer ou mettre à jour des plugins.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1896"/> + <location filename="../UI/UserInterface.py" line="1888"/> <source>Mini Editor</source> <translation>Mini-éditeur</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1891"/> + <location filename="../UI/UserInterface.py" line="1883"/> <source>Mini &Editor...</source> <translation>Mini édit&eur...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1897"/> + <location filename="../UI/UserInterface.py" line="1889"/> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation><b>Mini Editeur</b><p>ouvre une fenêtre avec un éditeur simplifié.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2037"/> + <location filename="../UI/UserInterface.py" line="2029"/> <source>Toolbars</source> <translation>Barres d'outils</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2037"/> + <location filename="../UI/UserInterface.py" line="2029"/> <source>Tool&bars...</source> <translation>&Barres d'outils...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2042"/> + <location filename="../UI/UserInterface.py" line="2034"/> <source>Configure toolbars</source> <translation>Configuration des barres d'outils</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2043"/> + <location filename="../UI/UserInterface.py" line="2035"/> <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> <translation><b>Barres d'outils</b><p>Configuration des barres d'outils. Avec cette fenêtre vous pouvez modifier les actions des différentes barres affichées et créer vos propres barres d'outils</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="545"/> + <location filename="../UI/UserInterface.py" line="537"/> <source>Restoring Toolbarmanager...</source> <translation>Restauration des barres d'outils...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1302"/> + <location filename="../UI/UserInterface.py" line="1294"/> <source>Multiproject-Viewer</source> <translation>Gestionnaire de multi-projets</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1302"/> + <location filename="../UI/UserInterface.py" line="1294"/> <source>&Multiproject-Viewer</source> <translation>Gestionnaire de &multi-projet</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4557"/> + <location filename="../UI/UserInterface.py" line="4594"/> <source>External Tools</source> <translation>Outils externes</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5529"/> + <location filename="../UI/UserInterface.py" line="5566"/> <source>Save session</source> <translation>Enregistrer la session</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5560"/> + <location filename="../UI/UserInterface.py" line="5597"/> <source>Read session</source> <translation>Chargement de session</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2761"/> + <location filename="../UI/UserInterface.py" line="2753"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>Cette partie de la barre d'état affiche l'encodage des éditeurs.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2775"/> + <location filename="../UI/UserInterface.py" line="2767"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>Cette partie de la barre d'état affiche les droits d'écriture des fichiers en cours.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1674"/> <source>Request Feature</source> <translation>Suggestion d'amélioration</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1674"/> <source>Request &Feature...</source> <translation>Suggestion d'&amélioration...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1686"/> + <location filename="../UI/UserInterface.py" line="1678"/> <source>Send a feature request</source> <translation>Envoyer une suggestion d'amélioration</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1688"/> + <location filename="../UI/UserInterface.py" line="1680"/> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation><b>Demande d'amélioration...</b><p>Ouvre une fenêtre permettant d'envoyer une demande d'amélioration.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2754"/> + <location filename="../UI/UserInterface.py" line="2746"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>Cette zone de la barre d'état affiche le langage de l'éditeur actif.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2782"/> + <location filename="../UI/UserInterface.py" line="2774"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>Cette zone de la barre d'état affiche le numéro de ligne de l'éditeur actif.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2789"/> + <location filename="../UI/UserInterface.py" line="2781"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>Cette zone de la barre d'état affiche la position du curseur.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1450"/> + <location filename="../UI/UserInterface.py" line="1442"/> <source>Horizontal Toolbox</source> <translation>Barre horizontale</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1407"/> + <location filename="../UI/UserInterface.py" line="1399"/> <source>Alt+Shift+A</source> <translation>Alt+Shift+A</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1450"/> + <location filename="../UI/UserInterface.py" line="1442"/> <source>&Horizontal Toolbox</source> <translation>Barre &horizontale</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1454"/> + <location filename="../UI/UserInterface.py" line="1446"/> <source>Toggle the Horizontal Toolbox window</source> <translation>Afficher/Masquer la barre d'outils horizontale</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1448"/> + <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> + <translation><b>Afficher/Masquer la barre d'outils horizontale</b><p>Affiche ou masque la barre d'outils horizontale, selon.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3279"/> + <source>Restart application</source> + <translation>Redémarrage de l'application</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3279"/> + <source>The application needs to be restarted. Do it now?</source> + <translation>L'application a bersoin d'être relancée. Relancer maintenant ?</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2515"/> + <source>Configure...</source> + <translation>Configuration...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2760"/> + <source><p>This part of the status bar displays the current editors eol setting.</p></source> + <translation><p>Cette zone de la barre d'état affiche le type de fin de lignes utilisé pour les éditeurs.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2149"/> + <source>Switch between tabs</source> + <translation>Intervertir les onglets</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2149"/> + <source>Ctrl+1</source> + <translation>Ctrl+1</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1955"/> + <source>Export Preferences</source> + <translation>Exporte les préférences</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1955"/> + <source>E&xport Preferences...</source> + <translation>E&xporter les préférences...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1960"/> + <source>Export the current configuration</source> + <translation>Exporte la configuration courante</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1962"/> + <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> + <translation><b>Exporter les préférences</b><p>Export la configuration courante dans un fichier.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1969"/> + <source>Import Preferences</source> + <translation>Importe les préférences</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1969"/> + <source>I&mport Preferences...</source> + <translation>I&mporter les préférences...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1974"/> + <source>Import a previously exported configuration</source> + <translation>Importe les préférences d'un fichier précédemment exporté</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1976"/> + <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> + <translation><b>Importer les préférences</b><p>Importe les préférences d'un fichier précédemment exporté.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2131"/> + <source>Show next</source> + <translation>Afficher le suivant</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2140"/> + <source>Show previous</source> + <translation>Afficher le précédent</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1456"/> - <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> - <translation><b>Afficher/Masquer la barre d'outils horizontale</b><p>Affiche ou masque la barre d'outils horizontale, selon.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3287"/> - <source>Restart application</source> - <translation>Redémarrage de l'application</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3287"/> - <source>The application needs to be restarted. Do it now?</source> - <translation>L'application a bersoin d'être relancée. Relancer maintenant ?</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2523"/> - <source>Configure...</source> - <translation>Configuration...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2768"/> - <source><p>This part of the status bar displays the current editors eol setting.</p></source> - <translation><p>Cette zone de la barre d'état affiche le type de fin de lignes utilisé pour les éditeurs.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2157"/> - <source>Switch between tabs</source> - <translation>Intervertir les onglets</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2157"/> - <source>Ctrl+1</source> - <translation>Ctrl+1</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1963"/> - <source>Export Preferences</source> - <translation>Exporte les préférences</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1963"/> - <source>E&xport Preferences...</source> - <translation>E&xporter les préférences...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1968"/> - <source>Export the current configuration</source> - <translation>Exporte la configuration courante</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1970"/> - <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> - <translation><b>Exporter les préférences</b><p>Export la configuration courante dans un fichier.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1977"/> - <source>Import Preferences</source> - <translation>Importe les préférences</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1977"/> - <source>I&mport Preferences...</source> - <translation>I&mporter les préférences...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1982"/> - <source>Import a previously exported configuration</source> - <translation>Importe les préférences d'un fichier précédemment exporté</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1984"/> - <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> - <translation><b>Importer les préférences</b><p>Importe les préférences d'un fichier précédemment exporté.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2139"/> - <source>Show next</source> - <translation>Afficher le suivant</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2148"/> - <source>Show previous</source> - <translation>Afficher le précédent</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1464"/> <source>Left Sidebar</source> <translation>Barre latérale de gauche</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1464"/> + <location filename="../UI/UserInterface.py" line="1456"/> <source>&Left Sidebar</source> <translation>Barre latérale de &gauche</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1468"/> + <location filename="../UI/UserInterface.py" line="1460"/> <source>Toggle the left sidebar window</source> <translation>Affiche/Masque la barre latérale de gauche</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1469"/> + <location filename="../UI/UserInterface.py" line="1461"/> <source><b>Toggle the left sidebar window</b><p>If the left sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Affiche/masque la barre latérale de gauche</b><p>Affiche ou maque la barre latérale de gauche.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1491"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Bottom Sidebar</source> <translation>Barre du bas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1491"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>&Bottom Sidebar</source> <translation>&Barre du bas</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1495"/> + <location filename="../UI/UserInterface.py" line="1487"/> <source>Toggle the bottom sidebar window</source> <translation>Affiche/Masque la barre du bas</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1489"/> + <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> + <translation><b>A/ffiche/Masque la barre du bas</b><p>Affiche ou masque la barre du bas</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1312"/> + <source>&Debug-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1870"/> + <source>SQL Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1870"/> + <source>SQL &Browser...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1875"/> + <source>Browse a SQL database</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1876"/> + <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1910"/> + <source>Icon Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1910"/> + <source>&Icon Editor...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4295"/> + <source>Qt 3 support</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5076"/> + <source><p>The PySide documentation starting point has not been configured.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2363"/> + <source>PySide Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2363"/> + <source>Py&Side Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2367"/> + <source>Open PySide Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1173"/> + <source>{0} - Passive Mode</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1180"/> + <source>{0} - {1} - Passive Mode</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1184"/> + <source>{0} - {1} - {2} - Passive Mode</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2851"/> + <source>External Tools/{0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4474"/> + <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4202"/> + <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4269"/> + <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4320"/> + <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4362"/> + <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4430"/> + <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4485"/> + <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4506"/> + <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4585"/> + <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4594"/> + <source>No toolgroup entry '{0}' found.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4633"/> + <source>Starting process '{0} {1}'. +</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4649"/> + <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4725"/> + <source>Process '{0}' has exited. +</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5092"/> + <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5519"/> + <source><p>The tasks file <b>{0}</b> could not be written.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5548"/> + <source><p>The tasks file <b>{0}</b> could not be read.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5566"/> + <source><p>The session file <b>{0}</b> could not be written.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5597"/> + <source><p>The session file <b>{0}</b> could not be read.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5785"/> + <source><p><b>{0}</b> is not a file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5939"/> + <source>Trying host {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="825"/> + <source>Cooperation</source> + <translation type="unfinished">Coopération</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1497"/> - <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> - <translation><b>A/ffiche/Masque la barre du bas</b><p>Affiche ou masque la barre du bas</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1320"/> - <source>&Debug-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1878"/> - <source>SQL Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1878"/> - <source>SQL &Browser...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1883"/> - <source>Browse a SQL database</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1884"/> - <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1918"/> - <source>Icon Editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1918"/> - <source>&Icon Editor...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4258"/> - <source>Qt 3 support</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5039"/> - <source><p>The PySide documentation starting point has not been configured.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2371"/> - <source>PySide Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2371"/> - <source>Py&Side Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2375"/> - <source>Open PySide Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1181"/> - <source>{0} - Passive Mode</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1188"/> - <source>{0} - {1} - Passive Mode</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1192"/> - <source>{0} - {1} - {2} - Passive Mode</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2859"/> - <source>External Tools/{0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4437"/> - <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4165"/> - <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4232"/> - <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4283"/> - <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4325"/> - <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4393"/> - <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4448"/> - <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4469"/> - <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4548"/> - <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4557"/> - <source>No toolgroup entry '{0}' found.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4596"/> - <source>Starting process '{0} {1}'. -</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4612"/> - <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4688"/> - <source>Process '{0}' has exited. -</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5055"/> - <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5482"/> - <source><p>The tasks file <b>{0}</b> could not be written.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5511"/> - <source><p>The tasks file <b>{0}</b> could not be read.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5529"/> - <source><p>The session file <b>{0}</b> could not be written.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5560"/> - <source><p>The session file <b>{0}</b> could not be read.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5748"/> - <source><p><b>{0}</b> is not a file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5902"/> - <source>Trying host {0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="833"/> - <source>Cooperation</source> - <translation type="unfinished">Coopération</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1505"/> <source>Alt+Shift+O</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="882"/> + <source>Symbols</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1532"/> + <source>Alt+Shift+Y</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="890"/> - <source>Symbols</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1540"/> - <source>Alt+Shift+Y</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="898"/> <source>Numbers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1558"/> + <location filename="../UI/UserInterface.py" line="1550"/> <source>Alt+Shift+B</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5348"/> + <location filename="../UI/UserInterface.py" line="5385"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2308"/> + <location filename="../UI/UserInterface.py" line="2300"/> <source>Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2308"/> + <location filename="../UI/UserInterface.py" line="2300"/> <source>Python &3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2312"/> + <location filename="../UI/UserInterface.py" line="2304"/> <source>Open Python 3 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2326"/> + <location filename="../UI/UserInterface.py" line="2318"/> <source>Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2326"/> + <location filename="../UI/UserInterface.py" line="2318"/> <source>Python &2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2330"/> + <location filename="../UI/UserInterface.py" line="2322"/> <source>Open Python 2 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2332"/> + <location filename="../UI/UserInterface.py" line="2324"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5953"/> + <location filename="../UI/UserInterface.py" line="5990"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5946"/> + <location filename="../UI/UserInterface.py" line="5983"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5953"/> + <location filename="../UI/UserInterface.py" line="5990"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="542"/> + <source>Setting View Profile...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="546"/> + <source>Reading Tasks...</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="550"/> - <source>Setting View Profile...</source> + <source>Reading Templates...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="554"/> - <source>Reading Tasks...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="558"/> - <source>Reading Templates...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="562"/> <source>Starting Debugger...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1232"/> + <location filename="../UI/UserInterface.py" line="1224"/> <source>New Window</source> <translation type="unfinished">Nouvelle fenêtre</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1232"/> + <location filename="../UI/UserInterface.py" line="1224"/> <source>New &Window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1232"/> + <location filename="../UI/UserInterface.py" line="1224"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1717"/> <source>Unittest Rerun Failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1717"/> <source>Rerun Failed Tests...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1730"/> + <location filename="../UI/UserInterface.py" line="1722"/> <source>Rerun failed tests of the last run</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1732"/> + <location filename="../UI/UserInterface.py" line="1724"/> <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1864"/> + <location filename="../UI/UserInterface.py" line="1856"/> <source>Compare &Files side by side...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1932"/> + <location filename="../UI/UserInterface.py" line="1924"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1932"/> + <location filename="../UI/UserInterface.py" line="1924"/> <source>&Snapshot...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1937"/> + <location filename="../UI/UserInterface.py" line="1929"/> <source>Take snapshots of a screen region</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1939"/> + <location filename="../UI/UserInterface.py" line="1931"/> <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4527"/> + <location filename="../UI/UserInterface.py" line="4564"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6146"/> + <location filename="../UI/UserInterface.py" line="6183"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1425"/> + <location filename="../UI/UserInterface.py" line="1417"/> <source>Left Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1437"/> + <location filename="../UI/UserInterface.py" line="1429"/> <source>Right Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1523"/> + <location filename="../UI/UserInterface.py" line="1515"/> <source>IRC</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1291"/> + <location filename="../UI/UserInterface.py" line="1283"/> <source>Switch the input focus to the Project-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1293"/> + <location filename="../UI/UserInterface.py" line="1285"/> <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1308"/> + <location filename="../UI/UserInterface.py" line="1300"/> <source>Switch the input focus to the Multiproject-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1310"/> + <location filename="../UI/UserInterface.py" line="1302"/> <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1326"/> + <location filename="../UI/UserInterface.py" line="1318"/> <source>Switch the input focus to the Debug-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1328"/> + <location filename="../UI/UserInterface.py" line="1320"/> <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1344"/> + <location filename="../UI/UserInterface.py" line="1336"/> <source>Switch the input focus to the Shell window.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1338"/> + <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1346"/> - <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> + <source>&File-Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1352"/> + <source>Switch the input focus to the File-Browser window.</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="1354"/> - <source>&File-Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1360"/> - <source>Switch the input focus to the File-Browser window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1362"/> <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1363"/> + <source>Lo&g-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1369"/> + <source>Switch the input focus to the Log-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1371"/> - <source>Lo&g-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1377"/> - <source>Switch the input focus to the Log-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1379"/> <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1381"/> + <source>&Task-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1387"/> + <source>Switch the input focus to the Task-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1389"/> - <source>&Task-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1395"/> - <source>Switch the input focus to the Task-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1397"/> <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1399"/> + <source>Templ&ate-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1405"/> + <source>Switch the input focus to the Template-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1407"/> - <source>Templ&ate-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1413"/> - <source>Switch the input focus to the Template-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1415"/> <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1425"/> + <location filename="../UI/UserInterface.py" line="1417"/> <source>&Left Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1428"/> + <location filename="../UI/UserInterface.py" line="1420"/> <source>Toggle the Left Toolbox window</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1421"/> + <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1429"/> - <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1437"/> <source>&Right Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1441"/> + <location filename="../UI/UserInterface.py" line="1433"/> <source>Toggle the Right Toolbox window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1442"/> + <location filename="../UI/UserInterface.py" line="1434"/> <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1477"/> + <location filename="../UI/UserInterface.py" line="1469"/> <source>Right Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1477"/> + <location filename="../UI/UserInterface.py" line="1469"/> <source>&Right Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1481"/> + <location filename="../UI/UserInterface.py" line="1473"/> <source>Toggle the right sidebar window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1483"/> + <location filename="../UI/UserInterface.py" line="1475"/> <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1497"/> + <source>Cooperation-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1497"/> + <source>Co&operation-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1503"/> + <source>Switch the input focus to the Cooperation-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1505"/> - <source>Cooperation-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1505"/> - <source>Co&operation-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1511"/> - <source>Switch the input focus to the Cooperation-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1513"/> <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1515"/> + <source>&IRC</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1515"/> + <source>Meta+Shift+I</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1521"/> + <source>Switch the input focus to the IRC window.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1523"/> - <source>&IRC</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1523"/> - <source>Meta+Shift+I</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1529"/> - <source>Switch the input focus to the IRC window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1531"/> <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1540"/> + <location filename="../UI/UserInterface.py" line="1532"/> <source>Symbols-Viewer</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1532"/> + <source>S&ymbols-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1538"/> + <source>Switch the input focus to the Symbols-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1540"/> - <source>S&ymbols-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1546"/> - <source>Switch the input focus to the Symbols-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1548"/> <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1558"/> + <location filename="../UI/UserInterface.py" line="1550"/> <source>Numbers-Viewer</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1550"/> + <source>Num&bers-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1556"/> + <source>Switch the input focus to the Numbers-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1558"/> - <source>Num&bers-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1564"/> - <source>Switch the input focus to the Numbers-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1566"/> <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1783"/> + <location filename="../UI/UserInterface.py" line="1775"/> <source>Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1783"/> + <location filename="../UI/UserInterface.py" line="1775"/> <source>Qt-&Designer...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1788"/> + <location filename="../UI/UserInterface.py" line="1780"/> <source>Start Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1789"/> + <location filename="../UI/UserInterface.py" line="1781"/> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1809"/> + <location filename="../UI/UserInterface.py" line="1801"/> <source>Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1809"/> + <location filename="../UI/UserInterface.py" line="1801"/> <source>Qt-&Linguist...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1814"/> + <location filename="../UI/UserInterface.py" line="1806"/> <source>Start Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1815"/> + <location filename="../UI/UserInterface.py" line="1807"/> <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2250"/> + <location filename="../UI/UserInterface.py" line="2242"/> <source>Qt5 Documentation</source> <translation type="unfinished">Documentation Qt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2250"/> + <location filename="../UI/UserInterface.py" line="2242"/> <source>Qt&5 Documentation</source> <translation type="unfinished">Documentation Qt&4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2254"/> + <location filename="../UI/UserInterface.py" line="2246"/> <source>Open Qt5 Documentation</source> <translation type="unfinished">Lance la Documentation Qt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2483"/> + <location filename="../UI/UserInterface.py" line="2475"/> <source>&Windows</source> <translation type="unfinished">&Fenêtres</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2800"/> + <location filename="../UI/UserInterface.py" line="2792"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2096"/> + <location filename="../UI/UserInterface.py" line="2088"/> <source>Manage SSL Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2096"/> + <location filename="../UI/UserInterface.py" line="2088"/> <source>Manage SSL Certificates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2101"/> + <location filename="../UI/UserInterface.py" line="2093"/> <source>Manage the saved SSL certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2103"/> + <location filename="../UI/UserInterface.py" line="2095"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2112"/> + <location filename="../UI/UserInterface.py" line="2104"/> <source>Edit Message Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2112"/> + <location filename="../UI/UserInterface.py" line="2104"/> <source>Edit Message Filters...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2117"/> + <location filename="../UI/UserInterface.py" line="2109"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2119"/> + <location filename="../UI/UserInterface.py" line="2111"/> <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2266"/> + <location filename="../UI/UserInterface.py" line="2258"/> <source>PyQt&4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2285"/> + <location filename="../UI/UserInterface.py" line="2277"/> <source>PyQt5 Documentation</source> <translation type="unfinished"> Documentation PyQt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2285"/> + <location filename="../UI/UserInterface.py" line="2277"/> <source>PyQt&5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2289"/> + <location filename="../UI/UserInterface.py" line="2281"/> <source>Open PyQt5 Documentation</source> <translation type="unfinished">Lance la documentation PyQt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4942"/> + <location filename="../UI/UserInterface.py" line="4979"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation type="unfinished"><p>L'emplacement de la documentation PyQt4 n'a pas été configuré.</p> {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2241"/> + <location filename="../UI/UserInterface.py" line="2233"/> <source><b>Qt4 Documentation</b><p>Display the Qt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2255"/> + <location filename="../UI/UserInterface.py" line="2247"/> <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2271"/> + <location filename="../UI/UserInterface.py" line="2263"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2291"/> + <location filename="../UI/UserInterface.py" line="2283"/> <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2314"/> + <location filename="../UI/UserInterface.py" line="2306"/> <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2377"/> + <location filename="../UI/UserInterface.py" line="2369"/> <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5893"/> + <location filename="../UI/UserInterface.py" line="5930"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1662"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Show Error Log</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1658"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Show Error &Log...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1663"/> + <location filename="../UI/UserInterface.py" line="1655"/> <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5897"/> + <location filename="../UI/UserInterface.py" line="5934"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1238"/> + <location filename="../UI/UserInterface.py" line="1230"/> <source>Open a new eric6 instance</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1240"/> + <location filename="../UI/UserInterface.py" line="1232"/> <source><b>New Window</b><p>This opens a new instance of the eric6 IDE.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1602"/> + <location filename="../UI/UserInterface.py" line="1594"/> <source><b>Helpviewer</b><p>Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well</p><p>If called with a word selected, this word is search in the Qt help collection.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1636"/> + <location filename="../UI/UserInterface.py" line="1628"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> <translation type="unfinished"><b>Rechercher des mises à jour...</b><p>Recherche des mises à jour pour eric4 sur internet.</p> {5.?} {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1649"/> + <location filename="../UI/UserInterface.py" line="1641"/> <source><b>Show downloadable versions...</b><p>Shows the eric6 versions available for download from the internet.</p></source> <translation type="unfinished"><b>Affiche les versions téléchargeables...</b><p>Affiche les versions d'eric4 disponibles sur internet.</p> {5 ?} {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1904"/> + <location filename="../UI/UserInterface.py" line="1896"/> <source>eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1904"/> + <location filename="../UI/UserInterface.py" line="1896"/> <source>eric6 &Web Browser...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1909"/> + <location filename="../UI/UserInterface.py" line="1901"/> <source>Start the eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1911"/> + <location filename="../UI/UserInterface.py" line="1903"/> <source><b>eric6 Web Browser</b><p>Browse the Internet with the eric6 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1923"/> + <location filename="../UI/UserInterface.py" line="1915"/> <source>Start the eric6 Icon Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1925"/> + <location filename="../UI/UserInterface.py" line="1917"/> <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2011"/> + <location filename="../UI/UserInterface.py" line="2003"/> <source><b>Show external tools</b><p>Opens a dialog to show the path and versions of all extenal tools used by eric6.</p></source> <translation type="unfinished"><b>Afficher les outils externes</b><p>Ouvre une fenêtre permettant de connaitre les chemins et versions des outils externes utilisés par eric4</p> {5.?} {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2356"/> + <location filename="../UI/UserInterface.py" line="2348"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.</p></source> <translation type="unfinished"><b>Documentation de l'API Eric</b><p>Affiche la do. The location for the documentation is the Documentation/Source subdirectory of the eric4 installation directory.</p> {5 ?} {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4258"/> + <location filename="../UI/UserInterface.py" line="4295"/> <source>Qt v.3 is not supported by eric6.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6043"/> + <location filename="../UI/UserInterface.py" line="6080"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6056"/> + <location filename="../UI/UserInterface.py" line="6093"/> <source>Eric6 is up to date</source> <translation type="unfinished">Eric4 est à jour {5 ?} {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6056"/> + <location filename="../UI/UserInterface.py" line="6093"/> <source>You are using the latest version of eric6</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6164"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished">eric4 n'a pas encore été configuré. La fenêtre de configuration va être ouverte. {5 ?} {6 ?}</translation> </message> @@ -63655,24 +63675,24 @@ <context> <name>mercurial</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1436"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1442"/> <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="2106"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2120"/> <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="2116"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2130"/> <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="1456"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1462"/> <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> @@ -63681,23 +63701,23 @@ <tr><td><b>Heure de soumission</b></td><td>{2}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2098"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2112"/> <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="2101"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2115"/> <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="2121"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2135"/> <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="2125"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2139"/> <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> @@ -63708,12 +63728,12 @@ </table></p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2111"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2125"/> <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="1494"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1500"/> <source><h3>Repository information</h3> <p><table> <tr><td><b>Mercurial V.</b></td><td>{0}</td></tr> @@ -64113,17 +64133,17 @@ <context> <name>subversion</name> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1736"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1741"/> <source>unknown</source> <translation>inconnu</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1601"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1606"/> <source><h3>Repository information</h3><table><tr><td><b>Subversion V.</b></td><td>{0}</td></tr><tr><td><b>URL</b></td><td>{1}</td></tr><tr><td><b>Current revision</b></td><td>{2}</td></tr><tr><td><b>Committed revision</b></td><td>{3}</td></tr><tr><td><b>Committed date</b></td><td>{4}</td></tr><tr><td><b>Comitted time</b></td><td>{5}</td></tr><tr><td><b>Last author</b></td><td>{6}</td></tr></table></source> <translation><h3>Information référentiel</h3><table><tr><td><b>Subversion V.</b></td><td>{0}</td></tr><tr><td><b>URL</b></td><td>{1}</td></tr><tr><td><b>Version en cours</b></td><td>{2}</td></tr><tr><td><b>Version soumise</b></td><td>{3}</td></tr><tr><td><b>Date de la soumission</b></td><td>{4}</td></tr><tr><td><b>Heure de la soumission</b></td><td>{5}</td></tr><tr><td><b>Dernier auteur</b></td><td>{6}</td></tr></table></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1741"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1746"/> <source><h3>Repository information</h3><table><tr><td><b>PySvn V.</b></td><td>{0}</td></tr><tr><td><b>Subversion V.</b></td><td>{1}</td></tr><tr><td><b>Subversion API V.</b></td><td>{2}</td></tr><tr><td><b>URL</b></td><td>{3}</td></tr><tr><td><b>Current revision</b></td><td>{4}</td></tr><tr><td><b>Committed revision</b></td><td>{5}</td></tr><tr><td><b>Committed date</b></td><td>{6}</td></tr><tr><td><b>Comitted time</b></td><td>{7}</td></tr><tr><td><b>Last author</b></td><td>{8}</td></tr></table></source> <translation><h3>Informations sur le référentiel</h3><table><tr><td><b>PySvn V.</b></td><td>{0}</td></tr><tr><td><b>Subversion V.</b></td><td>{1}</td></tr><tr><td><b>API Subversion V.</b></td><td>{2}</td></tr><tr><td><b>URL</b></td><td>{3}</td></tr><tr><td><b>Révision actuelle</b></td><td>{4}</td></tr><tr><td><b>Révision validée</b></td><td>{5}</td></tr><tr><td><b>Date de validation</b></td><td>{6}</td></tr><tr><td><b>Heure de validation</b></td><td>{7}</td></tr><tr><td><b>Dernier auteur</b></td><td>{8}</td></tr></table></translation> </message>
--- a/i18n/eric6_it.ts Sun Feb 22 12:16:32 2015 +0100 +++ b/i18n/eric6_it.ts Sun Feb 22 19:21:55 2015 +0100 @@ -700,17 +700,17 @@ <context> <name>AddFoundFilesDialog</name> <message> - <location filename="../Project/AddFoundFilesDialog.ui" line="13"/> + <location filename="../Project/AddFoundFilesDialog.ui" line="14"/> <source>Add found files to project</source> <translation>Aggiungi i file trovati al progetto</translation> </message> <message> - <location filename="../Project/AddFoundFilesDialog.ui" line="16"/> + <location filename="../Project/AddFoundFilesDialog.ui" line="17"/> <source>Adds the found files to the current project.</source> <translation>Aggiungi i file trovati al progetto corrente.</translation> </message> <message> - <location filename="../Project/AddFoundFilesDialog.ui" line="25"/> + <location filename="../Project/AddFoundFilesDialog.ui" line="26"/> <source>List of found files.</source> <translation>Lista dei file trovati.</translation> </message> @@ -6584,27 +6584,27 @@ <context> <name>DiffDialog</name> <message> - <location filename="../UI/DiffDialog.py" line="296"/> + <location filename="../UI/DiffDialog.py" line="289"/> <source>Patch Files (*.diff)</source> <translation>File Patch (*.diff)</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="332"/> + <location filename="../UI/DiffDialog.py" line="325"/> <source>Save Diff</source> <translation>Salva Diff</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="373"/> + <location filename="../UI/DiffDialog.py" line="366"/> <source>Compare Files</source> <translation>Confronta File</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="477"/> + <location filename="../UI/DiffDialog.py" line="448"/> <source>There is no difference.</source> <translation>Non ci sono differenze.</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="497"/> + <location filename="../UI/DiffDialog.py" line="467"/> <source>Select file to compare</source> <translation>Seleziona file da confrontare</translation> </message> @@ -6669,37 +6669,37 @@ <translation>Alt+N</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="224"/> + <location filename="../UI/DiffDialog.py" line="225"/> <source>Press to perform the comparison of the two files</source> <translation>Premi per effettuare il confronto tra due file</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="228"/> + <location filename="../UI/DiffDialog.py" line="229"/> <source>Save the output to a patch file</source> <translation>Salve l'output in un file patch</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="222"/> + <location filename="../UI/DiffDialog.py" line="223"/> <source>Compare</source> <translation>Confronta</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="226"/> + <location filename="../UI/DiffDialog.py" line="227"/> <source>Save</source> <translation>Salva</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="332"/> + <location filename="../UI/DiffDialog.py" line="325"/> <source><p>The patch file <b>{0}</b> could not be saved.<br />Reason: {1}</p></source> <translation><p>Il file <b>{0}</b> non può essere salvato.<br />Motivo: {1}</p></translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="373"/> + <location filename="../UI/DiffDialog.py" line="366"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation><p>Il file <b>{0}</b> non può essere letto.</p></translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="313"/> + <location filename="../UI/DiffDialog.py" line="306"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Il file patch <b>{0}</b> esiste già.Sovrascriverlo ?</p></translation> </message> @@ -19057,7 +19057,7 @@ <translation>Il processo hg è terminato con codice di uscita {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1828"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1838"/> <source>The hg process did not finish within 30s.</source> <translation>Il processo hg non è finito entro i 30s.</translation> </message> @@ -19112,147 +19112,147 @@ <translation>Rinomino {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1022"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1028"/> <source>Reverting changes</source> <translation>Annullamento modifiche</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1067"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1073"/> <source>Merging</source> <translation>Merge</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1369"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1375"/> <source>Mercurial command</source> <translation>Comando Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1589"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1595"/> <source>Copying {0}</source> <translation>Copia di {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1982"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1996"/> <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="2032"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2046"/> <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="2239"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2254"/> <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="2392"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2407"/> <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="2417"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2432"/> <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="2441"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2456"/> <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="2465"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2480"/> <source>Recovering from interrupted transaction</source> <translation>Recupero da una transazione interrotta</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2686"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2702"/> <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="2268"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2283"/> <source>Showing current branch</source> <translation>Visualizzazione branch corrente</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2618"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2633"/> <source>Create changegroup</source> <translation>Crea changegroup</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2698"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2714"/> <source>Apply changegroups</source> <translation>Applica changegroup</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2716"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2732"/> <source>Bisect subcommand ({0}) invalid.</source> <translation>Sottocomando Bisect ({0}) non valido.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2746"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2762"/> <source>Mercurial Bisect ({0})</source> <translation>Mercurial Bisect ({0})</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2639"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2654"/> <source>Preview changegroup</source> <translation>Anteprima changegroup</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2489"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2504"/> <source>Identifying project directory</source> <translation>Identificazione directory del progetto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2527"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2542"/> <source>Create .hgignore file</source> <translation>Crea il file .hgignore</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2527"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2542"/> <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="2778"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2794"/> <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="2575"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2590"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation>Mercurial Changegroup Files (*.hg)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2678"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2694"/> <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="2832"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2848"/> <source>Backing out changeset</source> <translation>Ritiro changeset</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2812"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2828"/> <source>No revision given. Aborting...</source> <translation>Nessuna revisione fornita. Termino...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2592"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2607"/> <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="2859"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2875"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2852"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2868"/> <source>Are you sure you want to rollback the last transaction?</source> <translation type="unfinished"></translation> </message> @@ -19262,72 +19262,72 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3508"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3524"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3348"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3364"/> <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="3508"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3524"/> <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="2927"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2943"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2974"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2990"/> <source>Export Patches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3021"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3037"/> <source>Change Phase</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3074"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3090"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3100"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3116"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3217"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3233"/> <source>Add Sub-repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3250"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3266"/> <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="3198"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3214"/> <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="3269"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3285"/> <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="3269"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3285"/> <source>Remove Sub-repositories</source> <translation type="unfinished">Rimuovi sotto-archivi</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3238"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3254"/> <source><p>The sub-repositories file .hgsub does not exist. Aborting...</p></source> <translation type="unfinished"></translation> </message> @@ -19342,147 +19342,147 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1016"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1022"/> <source>Revert changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1007"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1013"/> <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="1016"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1022"/> <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="3135"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3151"/> <source>Create Unversioned Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1898"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1908"/> <source>Mercurial Side-by-Side Difference</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1898"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1908"/> <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="1831"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1841"/> <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="966"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="972"/> <source>Tagging in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2246"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2261"/> <source>Created new branch <{0}>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1143"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1149"/> <source>Current branch tip</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2206"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2221"/> <source>Cancelling uncommitted merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3616"/> - <source>Mercurial Bookmark</source> - <translation type="unfinished">Segnalibro Mercurial</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3634"/> - <source>Delete Bookmark</source> - <translation type="unfinished">Cancella segnalibro</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3634"/> + <source>Mercurial Bookmark</source> + <translation type="unfinished">Segnalibro Mercurial</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3652"/> + <source>Delete Bookmark</source> + <translation type="unfinished">Cancella segnalibro</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3652"/> <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="3645"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3663"/> <source>Delete Mercurial Bookmark</source> <translation type="unfinished">Cancella Segnalibro Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3673"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3691"/> <source>Rename Mercurial Bookmark</source> <translation type="unfinished">Rinomina Segnalibro Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3706"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3724"/> <source>Move Mercurial Bookmark</source> <translation type="unfinished">Sposta Segnalibro Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3791"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3809"/> <source>Pull Bookmark</source> <translation type="unfinished">Estrai Segnalibro</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3791"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3809"/> <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="3802"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3820"/> <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="3824"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3842"/> <source>Push Bookmark</source> <translation type="unfinished">Inserisce Segnalibro</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3824"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3842"/> <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="3835"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3853"/> <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="1113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1119"/> <source>Re-Merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1104"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1110"/> <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="1113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1119"/> <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="1118"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1124"/> <source>Re-Merging</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2177"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2192"/> <source>Marking as 'unresolved'</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2179"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2194"/> <source>Marking as 'resolved'</source> <translation type="unfinished"></translation> </message> @@ -19613,12 +19613,12 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="139"/> <source>Process Generation Error</source> <translation>Errore Generazione Processo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="139"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Il processo {0} non può essere avviato. Assicurarsi che sia nel path.</translation> </message> @@ -20129,7 +20129,7 @@ <translation type="unfinished">Il processo {0} non può essere avviato. Assicurarsi che sia nel path.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="178"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="176"/> <source>no bookmarks found</source> <translation type="unfinished"></translation> </message> @@ -20219,20 +20219,30 @@ <translation type="unfinished">Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="125"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="138"/> <source>Process Generation Error</source> <translation type="unfinished">Errore Generazione Processo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="125"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="138"/> <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/HgBookmarksListDialog.py" line="160"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="177"/> <source>no bookmarks defined</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="42"/> + <source>Refresh</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="44"/> + <source>Press to refresh the bookmarks display</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HgBranchInputDialog</name> @@ -20883,62 +20893,62 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="211"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="206"/> <source>Process Generation Error</source> <translation>Errore Generazione Processo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="211"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="206"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Il processo {0} non può essere avviato. Assicurarsi che sia nel path.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="240"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="234"/> <source>There is no difference.</source> <translation>Non ci sono differenze.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="457"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="449"/> <source>Save Diff</source> <translation>Salva Diff</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="424"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="416"/> <source>Patch Files (*.diff)</source> <translation>File Patch (*.diff)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="457"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="449"/> <source><p>The patch file <b>{0}</b> could not be saved.<br>Reason: {1}</p></source> <translation><p>Il file <b>{0}</b> non può essere salvato.<br />Motivo: {1}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="441"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="433"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Il file patch <b>{0}</b> esiste già.Sovrascriverlo ?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="133"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="128"/> <source>Patch Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="254"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="247"/> <source><Start></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="255"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="248"/> <source><End></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="46"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="47"/> <source>Refresh</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="48"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="49"/> <source>Press to refresh the display</source> <translation type="unfinished"></translation> </message> @@ -21213,7 +21223,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="318"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="316"/> <source>Revision</source> <translation>Revisione</translation> </message> @@ -21298,7 +21308,7 @@ <translation>Il processo {0} non può essere avviato. Assicurarsi che sia nel path.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="152"/> <source>no signatures found</source> <translation type="unfinished"></translation> </message> @@ -23191,7 +23201,7 @@ <translation>Crea un file changegroup che colleziona i changeset</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1710"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1727"/> <source>Apply changegroups</source> <translation>Applica changegroups</translation> </message> @@ -23396,12 +23406,12 @@ <translation>Speciali</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1527"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1544"/> <source>Pull</source> <translation>Pull</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1821"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1838"/> <source>The project should be reread. Do this now?</source> <translation>Il progetto deve essere riletto. Farlo ora ?</translation> </message> @@ -23511,7 +23521,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1766"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1783"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> @@ -23536,7 +23546,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1786"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1803"/> <source>Revert Changes</source> <translation type="unfinished"></translation> </message> @@ -23581,7 +23591,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1806"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1823"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> @@ -23616,7 +23626,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1821"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1838"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> @@ -24006,7 +24016,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1413"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1412"/> <source>Mercurial</source> <translation type="unfinished">Mercurial</translation> </message> @@ -24087,37 +24097,37 @@ <translation type="unfinished">Rimuovi</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="123"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="116"/> <source>Unsaved Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="123"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="116"/> <source>The guards list has been changed. Shall the changes be applied?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="245"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="238"/> <source>Remove Guards</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="245"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="238"/> <source>Do you really want to remove the selected guards?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="314"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="307"/> <source>Apply Guard Definitions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="314"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="307"/> <source><p>The defined guards could not be applied.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="306"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="299"/> <source>The Mercurial process did not finish in time.</source> <translation type="unfinished"></translation> </message> @@ -24191,17 +24201,17 @@ <translation>Messaggio di commit</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="107"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="110"/> <source>Process Generation Error</source> <translation>Errore Generazione Processo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="107"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="110"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Il processo {0} non può essere avviato. Assicurarsi che sia nel percorso.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="195"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="196"/> <source>Error: </source> <translation>Errore: </translation> </message> @@ -24309,42 +24319,42 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="195"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="198"/> <source>Process Generation Error</source> <translation>Errore Generazione Processo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="195"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="198"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Il processo {0} non può essere avviato. Assicurarsi che sia nel path.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="230"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="231"/> <source>no patches found</source> <translation type="unfinished">Modifiche non trovate</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="56"/> - <source>applied</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="58"/> - <source>guarded</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="59"/> + <source>applied</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="61"/> + <source>guarded</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="62"/> <source>missing</source> <translation>mancante</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="304"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="305"/> <source>unknown</source> <translation>sconosciuto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="57"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="60"/> <source>not applied</source> <translation type="unfinished"></translation> </message> @@ -25350,7 +25360,7 @@ <context> <name>HgStatusDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="257"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="264"/> <source>Mercurial Status</source> <translation>Mercurial Status</translation> </message> @@ -25427,102 +25437,102 @@ <translation>Premi per aggiornare lo stato</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="84"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="90"/> <source>Commit changes to repository...</source> <translation>Committa le modifica nel repository...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="93"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="99"/> <source>Add to repository</source> <translation>Aggiungi al repository</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="109"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="115"/> <source>Revert changes</source> <translation>Annulla modifiche</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="125"/> <source>Adjust column sizes</source> <translation>Adatta dimensione colonne</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="158"/> - <source>added</source> - <translation>aggiunto</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="161"/> - <source>modified</source> - <translation>modificato</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="162"/> - <source>removed</source> - <translation>rimosso</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="163"/> - <source>not tracked</source> - <translation>non tracciato</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="159"/> - <source>normal</source> - <translation>normale</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="160"/> - <source>ignored</source> - <translation>ignorato</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="164"/> + <source>added</source> + <translation>aggiunto</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="167"/> + <source>modified</source> + <translation>modificato</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="168"/> + <source>removed</source> + <translation>rimosso</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="169"/> + <source>not tracked</source> + <translation>non tracciato</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="165"/> + <source>normal</source> + <translation>normale</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="166"/> + <source>ignored</source> + <translation>ignorato</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="170"/> <source>missing</source> <translation>mancante</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="313"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="316"/> <source>Process Generation Error</source> <translation>Errore Generazione Processo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="313"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="316"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Il processo {0} non può essere avviato. Assicurarsi che sia nel path.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="653"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="649"/> <source>Commit</source> <translation>Commit</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="819"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="815"/> <source>There are no uncommitted changes available/selected.</source> <translation>Non ci sono modifiche disponibili/selezionate da committare.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="717"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="713"/> <source>Add</source> <translation>Aggiungi</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="717"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="713"/> <source>There are no unversioned entries available/selected.</source> <translation>Non ci sono elementi non sotto controllo disponibili/selezionati.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="781"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="777"/> <source>Revert</source> <translation>Inverti</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="740"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="736"/> <source>Remove</source> <translation>Rimuovi</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="781"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="777"/> <source>There are no missing entries available/selected.</source> <translation>Non ci sono elementi mancati disponibili/selezionati.</translation> </message> @@ -25597,42 +25607,42 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="103"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="109"/> <source>Show differences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="115"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="121"/> <source>Restore missing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="528"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="524"/> <source>all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="653"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="649"/> <source>There are no entries selected to be committed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="799"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="795"/> <source>Differences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="87"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="93"/> <source>Select all for commit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="89"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="95"/> <source>Deselect all from commit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="254"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="261"/> <source>Mercurial Queue Repository Status</source> <translation type="unfinished"></translation> </message> @@ -25647,32 +25657,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="826"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="822"/> <source>Side-by-Side Diff</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="826"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="822"/> <source>Only one file with uncommitted changes must be selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="106"/> - <source>Show differences side-by-side</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="134"/> - <source>Add as Large File</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="137"/> - <source>Add as Normal File</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="112"/> + <source>Show differences side-by-side</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="140"/> + <source>Add as Large File</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="143"/> + <source>Add as Normal File</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="118"/> <source>Forget missing</source> <translation type="unfinished"></translation> </message> @@ -25713,202 +25723,202 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="115"/> <source>Process Generation Error</source> <translation>Errore Generazione Processo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="115"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Il processo {0} non può essere avviato. Assicurarsi che sia nel path.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="339"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="337"/> <source><tr><td><b>Parent</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="343"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="341"/> <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/HgSummaryDialog.py" line="347"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="345"/> <source><tr><td><b>Commit Message</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="351"/> + <source>empty repository</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="353"/> - <source>empty repository</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="355"/> <source>no revision checked out</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="356"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="354"/> <source><tr><td><b>Remarks</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="360"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="358"/> <source><tr><td><b>Branch</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="368"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="366"/> <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> <translation type="unfinished"><tr><td><b>Segnalibri</b></td><td>{0}</td></tr></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="373"/> + <source>{0} modified</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="375"/> - <source>{0} modified</source> + <source>{0} added</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="377"/> - <source>{0} added</source> + <source>{0} removed</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="379"/> - <source>{0} removed</source> + <source>{0} renamed</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="381"/> - <source>{0} renamed</source> + <source>{0} copied</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="383"/> - <source>{0} copied</source> + <source>{0} deleted</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="385"/> - <source>{0} deleted</source> + <source>{0} unknown</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="387"/> - <source>{0} unknown</source> + <source>{0} ignored</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="389"/> - <source>{0} ignored</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="391"/> <source>{0} unresolved</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="394"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="392"/> <source>{0} subrepos</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="395"/> + <source>Merge needed</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="397"/> - <source>Merge needed</source> + <source>New Branch</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="399"/> - <source>New Branch</source> + <source>Head is closed</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="401"/> - <source>Head is closed</source> + <source>No commit required</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="403"/> - <source>No commit required</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="405"/> <source>New Branch Head</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="406"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="404"/> <source><tr><td><b>Commit Status</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="411"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="409"/> <source>current</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="426"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="424"/> <source>unknown status</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="427"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="425"/> <source><tr><td><b>Update Status</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="432"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="430"/> <source>synched</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="434"/> + <source>1 or more incoming</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="436"/> - <source>1 or more incoming</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="438"/> <source>{0} outgoing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="447"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="445"/> <source><tr><td><b>Remote Status</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="452"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="450"/> <source>empty queue</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="456"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="454"/> <source>{0} applied</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="459"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="457"/> <source>{0} unapplied</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="462"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="460"/> <source><tr><td><b>Queues Status</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="476"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="474"/> <source><p>No status information available.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="335"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="333"/> <source><tr><td><b>Parent #{0}</b></td><td>{1}</td></tr></source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="413"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="411"/> <source>%n new changeset(s)<br/>Update required</source> <translation type="unfinished"> <numerusform></numerusform> @@ -25916,7 +25926,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="417"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="415"/> <source>%n new changeset(s)</source> <translation type="unfinished"> <numerusform></numerusform> @@ -25924,7 +25934,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="419"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="417"/> <source>%n branch head(s)</source> <translation type="unfinished"> <numerusform></numerusform> @@ -25932,13 +25942,13 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="421"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="419"/> <source>{0}<br/>{1}<br/>Merge required</source> <comment>0 is changesets, 1 is branch heads</comment> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="441"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="439"/> <source>%n incoming bookmark(s)</source> <translation type="unfinished"> <numerusform></numerusform> @@ -25946,7 +25956,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="444"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="442"/> <source>%n outgoing bookmark(s)</source> <translation type="unfinished"> <numerusform></numerusform> @@ -25954,12 +25964,12 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="467"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="465"/> <source>No files to upload</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="469"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="467"/> <source>%n file(s) to upload</source> <translation type="unfinished"> <numerusform></numerusform> @@ -25967,7 +25977,7 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="471"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="469"/> <source><tr><td><b>Large Files</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> @@ -26059,32 +26069,32 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="94"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="97"/> <source>Mercurial Branches List</source> <translation>Mercurial Branches List</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="95"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="98"/> <source>Status</source> <translation>Stato</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="141"/> <source>Process Generation Error</source> <translation>Errore Generazione Processo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="141"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Il processo {0} non può essere avviato. Assicurarsi che sia nel path.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="257"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="258"/> <source>active</source> <translation>attivo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="262"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="263"/> <source>yes</source> <translation>si</translation> </message> @@ -35036,72 +35046,72 @@ <context> <name>PluginManager</name> <message> - <location filename="../PluginManager/PluginManager.py" line="541"/> + <location filename="../PluginManager/PluginManager.py" line="574"/> <source>Incompatible plugin activation method.</source> <translation>Metodo di attivazione del plugin incompatibile.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="342"/> + <location filename="../PluginManager/PluginManager.py" line="343"/> <source>Module is missing the 'autoactivate' attribute.</source> <translation>Il modulo manca dell'attributo 'autoactivate'.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="367"/> + <location filename="../PluginManager/PluginManager.py" line="368"/> <source>Module is missing the 'pluginType' and/or 'pluginTypename' attributes.</source> <translation>Il modulo manca dell'attributo 'pluginType' e/oppure 'pluginTypename'.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1083"/> <source>Plugin Manager Error</source> <translation>Errore del gestore dei Plugin</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="187"/> + <location filename="../PluginManager/PluginManager.py" line="188"/> <source>Could not create a package for {0}.</source> <translation>Non posso creare un package per {0}.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="222"/> + <location filename="../PluginManager/PluginManager.py" line="223"/> <source>The internal plugin directory <b>{0}</b> does not exits.</source> <translation>La directory dei plugin interni <b>{0}</b> non esiste.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="385"/> + <location filename="../PluginManager/PluginManager.py" line="393"/> <source>Module failed to load. Error: {0}</source> <translation>Il modulo ha fallito il caricamento. Errore: {0}</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1083"/> <source><p>The plugin download directory <b>{0}</b> could not be created. Please configure it via the configuration dialog.</p><p>Reason: {1}</p></source> <translation><p>La directory di download dei plugin <b>{0}</b> non può essere creata. Per favore configurarla con il dialogo di configurazione.</p><p>Motivo: {1}</p></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1149"/> <source>Error downloading file</source> <translation>Errone nello scaricamento del file</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1149"/> <source><p>Could not download the requested file from {0}.</p><p>Error: {1}</p></source> <translation><p>Non posso scaricare il file richiesto da {0}</p><p>Errore: {1}</p></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1184"/> <source>New plugin versions available</source> <translation>E' disponibile una nuova versione del plug-in</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1184"/> <source><p>There are new plug-ins or plug-in updates available. Use the plug-in repository dialog to get them.</p></source> <translation type="unfinished"><p>Sono disponibili nuovi plug-in o aggiornamenti di plug-in. Usa la finestra di dialogo del repository di plug-in per ottenerli.</p></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="348"/> + <location filename="../PluginManager/PluginManager.py" line="349"/> <source>Module is missing the Python2 compatibility flag. Please update.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="353"/> + <location filename="../PluginManager/PluginManager.py" line="354"/> <source>Module is not Python2 compatible.</source> <translation type="unfinished"></translation> </message> @@ -40630,7 +40640,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="576"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="575"/> <source>Subversion (pysvn)</source> <translation type="unfinished">Subversion (pysvn)</translation> </message> @@ -47813,52 +47823,52 @@ <translation>Esportazione del progetto dal repository Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1219"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1224"/> <source>Subversion Error</source> <translation>Subversion Error</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1049"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1054"/> <source>The URL of the project repository could not be retrieved from the working copy. The tag operation will be aborted</source> <translation>L'URL del repository del progetto non può essere recuperato dalla copia di lavoro. L'operazione di etichettatura verrà interrotta</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1076"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1081"/> <source>The URL of the project repository has an invalid format. The tag operation will be aborted</source> <translation>L'URL del repository del progetto a un formato non valido. L'operazione di etichettatura verrà interrotta</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1192"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1197"/> <source>The URL of the project repository could not be retrieved from the working copy. The switch operation will be aborted</source> <translation>L'URL del repository del progetto non può essere recuperato dalla copia di lavoro. L'operazione di switch verrà interrotta</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1219"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1224"/> <source>The URL of the project repository has an invalid format. The switch operation will be aborted</source> <translation>L'URL del repository del progetto ha un formato non valido. L'operazione di switch verrà interrotta</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1688"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1693"/> <source>Subversion command</source> <translation>comando Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1921"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1928"/> <source>Subversion Set Property</source> <translation>Subversion Set Property</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1955"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1962"/> <source>You have to supply a property name. Aborting.</source> <translation>Devi fornire un nome per la proprietà. Interrompo.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1975"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1982"/> <source>Subversion Delete Property</source> <translation>Subversion Delete Property</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1784"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1791"/> <source>Enter property name</source> <translation>Inserisci nome proprietà</translation> </message> @@ -47888,12 +47898,12 @@ <translation>Rimozione di file/directory al repository subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1163"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1168"/> <source>Reverting changes</source> <translation>Annullamento modifiche</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1809"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1814"/> <source>Resolving conficts</source> <translation>Risoluzione conflitti</translation> </message> @@ -47928,37 +47938,37 @@ <translation>Mostra il numero di elementi da mostrare.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2271"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2288"/> <source>Locking in the Subversion repository</source> <translation>Blocco nel repository Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2311"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2328"/> <source>Unlocking in the Subversion repository</source> <translation>Sblocco del repository Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1937"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1944"/> <source>Property set.</source> <translation>Proprietà impostata.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1990"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1997"/> <source>Property deleted.</source> <translation>Proprietà cancellata.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2251"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2268"/> <source>Subversion Lock</source> <translation>Lock Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2251"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2268"/> <source>Enter lock comment</source> <translation>Inserico commento del lock</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2359"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2376"/> <source>Relocating</source> <translation>Movimentazione</translation> </message> @@ -48113,7 +48123,7 @@ <translation>non versionato</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1973"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1984"/> <source>The svn process did not finish within 30s.</source> <translation>Il processo svn non è finito entro i 30s.</translation> </message> @@ -48123,27 +48133,27 @@ <translation>Non posso avviare l'eseguibile svn.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2385"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2402"/> <source>Repository Browser</source> <translation>Visualizzatore del Repository</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2385"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2402"/> <source>Enter the repository URL.</source> <translation>Inserisci l'URL del repository.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2410"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2430"/> <source>Remove from changelist</source> <translation>Rimuovi dalla changelist</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2447"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2467"/> <source>Add to changelist</source> <translation>Aggiungi alla changelist</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2436"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2456"/> <source>Enter name of the changelist:</source> <translation>Inserisci il nome della changelist:</translation> </message> @@ -48173,27 +48183,27 @@ <translation>Spostamento di {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1113"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1118"/> <source>Tagging {0} in the Subversion repository</source> <translation>Tag di{0} nel repository subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1243"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1248"/> <source>Switching to {0}</source> <translation>Switch a {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1348"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1353"/> <source>Merging {0}</source> <translation>Merge di {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1649"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1654"/> <source>Cleaning up {0}</source> <translation>Pulizia di {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1850"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1855"/> <source>Copying {0}</source> <translation>copia di {0}</translation> </message> @@ -48209,7 +48219,7 @@ <translation>Committata la revisione {0}.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1250"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1255"/> <source>Revision {0}. </source> <translation>Revisione {0}. @@ -48226,37 +48236,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1156"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1161"/> <source>Revert changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1147"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1152"/> <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/vcsPySvn/subversion.py" line="1156"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1161"/> <source>Do you really want to revert all changes of the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1976"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1987"/> <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/vcsPySvn/subversion.py" line="2212"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2227"/> <source>Subversion Side-by-Side Difference</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2212"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2227"/> <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/vcsPySvn/subversion.py" line="2508"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2528"/> <source>Upgrade</source> <translation type="unfinished"></translation> </message> @@ -48425,12 +48435,12 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="100"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="101"/> <source>Process Generation Error</source> <translation>Errore Generazione Processo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="100"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="101"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Il processo {0} non può essere avviato. Assicurarsi che sia nel path.</translation> </message> @@ -48505,22 +48515,22 @@ <translation type="unfinished">Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="83"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="87"/> <source>Files (relative to {0}):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="149"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="148"/> <source>No changelists found</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="118"/> <source>Process Generation Error</source> <translation type="unfinished">Errore Generazione Processo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="118"/> <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> @@ -48862,22 +48872,22 @@ <context> <name>SvnDiffDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="176"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="171"/> <source>Subversion Diff</source> <translation>Subversion Diff</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="283"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="277"/> <source>There is no difference.</source> <translation>Non ci sono differenze.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="434"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="415"/> <source>Patch Files (*.diff)</source> <translation>File Patch (*.diff)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="467"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="448"/> <source>Save Diff</source> <translation>Salva Diff</translation> </message> @@ -48937,54 +48947,54 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="197"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="192"/> <source>Process Generation Error</source> <translation>Errore Generazione Processo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="176"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="171"/> <source>There is no temporary directory available.</source> <translation>Non c'è la directory temporanea disponibile.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="197"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="192"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Il processo {0} non può essere avviato. Assicurarsi che sia nel path.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="467"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="448"/> <source><p>The patch file <b>{0}</b> could not be saved.<br>Reason: {1}</p></source> <translation><p>Il file <b>{0}</b> non può essere salvato.<br />Motivo: {1}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="219"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="214"/> <source>Processing file '{0}'... </source> <translation>Processo file '{0}'... </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="451"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="432"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Il file patch <b>{0}</b> esiste già.Sovrascriverlo ?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="354"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="335"/> <source><Start></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="355"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="336"/> <source><End></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="47"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="48"/> <source>Refresh</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="49"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="50"/> <source>Press to refresh the display</source> <translation type="unfinished"></translation> </message> @@ -50561,7 +50571,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="560"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="559"/> <source>Subversion (svn)</source> <translation type="unfinished">Subversion (svn)</translation> </message> @@ -50638,12 +50648,12 @@ <p>Mostra i possibile messaggi di errore del comando subversion proplist.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="134"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="152"/> <source>Process Generation Error</source> <translation>Errore Generazione Processo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="136"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="152"/> <source>None</source> <translation>Nessuno</translation> </message> @@ -50653,10 +50663,20 @@ <translation>Errori</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="134"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="152"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Il processo {0} non può essere avviato. Assicurarsi che sia nel path.</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="43"/> + <source>Refresh</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="45"/> + <source>Press to refresh the properties display</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>SvnPropSetDialog</name> @@ -50857,7 +50877,7 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py" line="284"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py" line="288"/> <source>Subversion Error</source> <translation>Errore Subversion</translation> </message> @@ -50988,42 +51008,42 @@ <context> <name>SvnStatusDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="169"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="173"/> <source>normal</source> <translation>normale</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="157"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="161"/> <source>added</source> <translation>aggiunto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="162"/> <source>deleted</source> <translation>cancellato</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="174"/> + <source>modified</source> + <translation>modificato</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="175"/> + <source>conflict</source> + <translation>conflitto</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="168"/> + <source>unversioned</source> + <translation>non versionato</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="169"/> + <source>missing</source> + <translation>mancante</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="170"/> - <source>modified</source> - <translation>modificato</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="171"/> - <source>conflict</source> - <translation>conflitto</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="164"/> - <source>unversioned</source> - <translation>non versionato</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="165"/> - <source>missing</source> - <translation>mancante</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="166"/> <source>type error</source> <translation>errore tipo</translation> </message> @@ -51038,17 +51058,17 @@ <translation>si</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="162"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="166"/> <source>external</source> <translation>esterno</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="163"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="167"/> <source>ignored</source> <translation>ignorato</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="286"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="293"/> <source>Subversion Status</source> <translation>Stato Subversion</translation> </message> @@ -51058,22 +51078,22 @@ <translation>Committa modifiche nel repository...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="609"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="607"/> <source>Commit</source> <translation>Commit</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="734"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="732"/> <source>There are no uncommitted changes available/selected.</source> <translation>Non ci sono modifiche disponibili/selezionate da committare.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="757"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="755"/> <source>Lock</source> <translation>Lock</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="774"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="772"/> <source>Unlock</source> <translation>Unlock</translation> </message> @@ -51113,27 +51133,27 @@ <translation>non bloccato</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="160"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="164"/> <source>replaced</source> <translation>sostituito</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="757"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="755"/> <source>There are no unlocked files available/selected.</source> <translation>Non ci sono file sbloccati disponibili/selezionati.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="810"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="808"/> <source>There are no locked files available/selected.</source> <translation>Non ci sono file bloccati disponibili/selezionati.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="792"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="790"/> <source>Break Lock</source> <translation>Spezza lock</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="810"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="808"/> <source>Steal Lock</source> <translation>Ruba lock</translation> </message> @@ -51255,7 +51275,7 @@ <translation>Adatta dimensione colonne</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="402"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="401"/> <source>Process Generation Error</source> <translation>Errore Generazione Processo</translation> </message> @@ -51275,17 +51295,17 @@ <translation>Inverti modifiche</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="649"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="647"/> <source>Add</source> <translation>Aggiungi</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="649"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="647"/> <source>There are no unversioned entries available/selected.</source> <translation>Non ci sono elementi non sotto controllo disponibili/selezionati.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="695"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="693"/> <source>Revert</source> <translation>Inverti</translation> </message> @@ -51300,22 +51320,22 @@ <translation>Aggiungi alla Changelist</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="846"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="844"/> <source>Remove from Changelist</source> <translation>Rimuovi dalla Changelist</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="827"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="825"/> <source>There are no files available/selected not belonging to a changelist.</source> <translation>Non ci sono file disponibili/selezionati che non appartengono ad una changelist.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="846"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="844"/> <source>There are no files available/selected belonging to a changelist.</source> <translation>Non ci sono file disponibili/selezionati che appartengono ad una changelist.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="402"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="401"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Il processo {0} non può essere avviato. Assicurarsi che sia nel path.</translation> </message> @@ -51390,22 +51410,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="521"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="519"/> <source>all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="609"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="607"/> <source>There are no entries selected to be committed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="695"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="693"/> <source>There are no missing entries available/selected.</source> <translation type="unfinished">Non ci sono elementi mancati disponibili/selezionati.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="713"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="711"/> <source>Differences</source> <translation type="unfinished"></translation> </message> @@ -51435,12 +51455,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="741"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="739"/> <source>Side-by-Side Diff</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="741"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="739"/> <source>Only one file with uncommitted changes must be selected.</source> <translation type="unfinished"></translation> </message> @@ -51532,37 +51552,37 @@ <context> <name>SvnTagBranchListDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="72"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="74"/> <source>Subversion Branches List</source> <translation>Elenco branch Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="94"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="96"/> <source>Subversion Error</source> <translation>Subversion Error</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="80"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="82"/> <source>The URL of the project repository could not be retrieved from the working copy. The list operation will be aborted</source> <translation>L'URL del repository del progetto non può essere recuperato dalla copia di lavoro. L'operazione verrà interrotta</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="94"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="96"/> <source>The URL of the project repository has an invalid format. The list operation will be aborted</source> <translation>L'URL del repository del progetto ha un formato non valido. L'operazione verrà interrotta</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="121"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="123"/> <source>Subversion List</source> <translation>Subversion List</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="110"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="112"/> <source>Enter the repository URL containing the tags or branches</source> <translation>Inserisci l'URL del repository che contiene i tag o i branch</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="121"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="123"/> <source>The repository URL is empty. Aborting...</source> <translation>L'URL del repository è vuoto. Esco...</translation> </message> @@ -51651,17 +51671,17 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="166"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="168"/> <source>Process Generation Error</source> <translation>Errore Generazione Processo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="155"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="157"/> <source>The installed version of PySvn should be 1.4.0 or better.</source> <translation>La versione installata di PySvn deve essere 1.4.0 o superiore.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="166"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="168"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Il processo {0} non può essere avviato. Assicurarsi che sia nel path.</translation> </message> @@ -55832,132 +55852,132 @@ <context> <name>TrayStarter</name> <message> - <location filename="../Tools/TrayStarter.py" line="61"/> + <location filename="../Tools/TrayStarter.py" line="65"/> <source>Recent Projects</source> <translation>Progetti recenti</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="73"/> + <location filename="../Tools/TrayStarter.py" line="77"/> <source>Recent Files</source> <translation>File recenti</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="84"/> + <location filename="../Tools/TrayStarter.py" line="88"/> <source>QRegExp editor</source> <translation>Editor QRegExp</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="86"/> - <source>Python re editor</source> - <translation>Editor python re</translation> - </message> - <message> <location filename="../Tools/TrayStarter.py" line="90"/> + <source>Python re editor</source> + <translation>Editor python re</translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="94"/> <source>UI Previewer</source> <translation>Anteprima UI</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="93"/> + <location filename="../Tools/TrayStarter.py" line="97"/> <source>Translations Previewer</source> <translation>Antreprima traduzioni</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="96"/> + <location filename="../Tools/TrayStarter.py" line="100"/> <source>Unittest</source> <translation>Unittest</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="104"/> + <location filename="../Tools/TrayStarter.py" line="108"/> <source>Compare Files</source> <translation>Confronta file</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="107"/> + <location filename="../Tools/TrayStarter.py" line="111"/> <source>Compare Files side by side</source> <translation>Confronta file lato a lato</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="136"/> + <location filename="../Tools/TrayStarter.py" line="140"/> <source>Preferences</source> <translation>Preferenze</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="162"/> + <location filename="../Tools/TrayStarter.py" line="166"/> <source>Quit</source> <translation>Esci</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="242"/> + <location filename="../Tools/TrayStarter.py" line="248"/> <source>Process Generation Error</source> <translation>Errore Generazione Processo</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="242"/> + <location filename="../Tools/TrayStarter.py" line="248"/> <source>OK</source> <translation>OK</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="125"/> + <location filename="../Tools/TrayStarter.py" line="129"/> <source>Install Plugin</source> <translation>Installa Plugin</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="128"/> + <location filename="../Tools/TrayStarter.py" line="132"/> <source>Uninstall Plugin</source> <translation>Disinstalla Plugin</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="131"/> + <location filename="../Tools/TrayStarter.py" line="135"/> <source>Plugin Repository</source> <translation>Repository Plugin</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="68"/> + <location filename="../Tools/TrayStarter.py" line="72"/> <source>Recent Multiprojects</source> <translation>Multiprogetti recenti</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="112"/> + <location filename="../Tools/TrayStarter.py" line="116"/> <source>SQL Browser</source> <translation>Browser SQL</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="242"/> + <location filename="../Tools/TrayStarter.py" line="248"/> <source><p>Could not start the process.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare il processo.<br>Assicurarsi sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="120"/> + <location filename="../Tools/TrayStarter.py" line="124"/> <source>Icon Editor</source> <translation type="unfinished">Editor di icone</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="117"/> + <location filename="../Tools/TrayStarter.py" line="121"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="147"/> + <location filename="../Tools/TrayStarter.py" line="151"/> <source>Configure Tray Starter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="77"/> + <location filename="../Tools/TrayStarter.py" line="81"/> <source>Eric6 tray starter</source> <translation type="unfinished">Eric5 tray starter {6 ?}</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="99"/> + <location filename="../Tools/TrayStarter.py" line="103"/> <source>eric6 Web Browser</source> <translation type="unfinished">Web Browser di eric5 {6 ?}</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="139"/> + <location filename="../Tools/TrayStarter.py" line="143"/> <source>eric6 IDE</source> <translation type="unfinished">IDE eric5 {6 ?}</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="142"/> + <location filename="../Tools/TrayStarter.py" line="146"/> <source>eric6 Mini Editor</source> <translation type="unfinished">Mini Editor di eric5 {6 ?}</translation> </message> @@ -56992,7 +57012,7 @@ <translation>Generazione interfaccia utente principale...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1371"/> + <location filename="../UI/UserInterface.py" line="1363"/> <source>Log-Viewer</source> <translation>Log-Viewer</translation> </message> @@ -57027,242 +57047,242 @@ <translation>Inizializzazione strumenti...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1215"/> + <location filename="../UI/UserInterface.py" line="1207"/> <source>Quit</source> <translation>Esci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1215"/> + <location filename="../UI/UserInterface.py" line="1207"/> <source>&Quit</source> <translation>&Esci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1221"/> + <location filename="../UI/UserInterface.py" line="1213"/> <source>Quit the IDE</source> <translation>Esci dall'IDE</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1222"/> + <location filename="../UI/UserInterface.py" line="1214"/> <source><b>Quit the IDE</b><p>This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> <translation><b>Esci dall'IDE</b><p>Esci dall'IDE. Ogni cambiamento non salvato dovrebbe essere salvato prima. Ogni programma python in debug verrà fermato e le impostazioni scritte su disco.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1576"/> + <location filename="../UI/UserInterface.py" line="1568"/> <source>What's This?</source> <translation>Cos'è questo ?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1576"/> + <location filename="../UI/UserInterface.py" line="1568"/> <source>&What's This?</source> <translation>C&os'è Questo ?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1582"/> + <location filename="../UI/UserInterface.py" line="1574"/> <source>Context sensitive help</source> <translation>Help sensibile al contesto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1583"/> + <location filename="../UI/UserInterface.py" line="1575"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Mostra helo sensibile al contesto</b><p>Nella modalità Cos'è Questo, il cursore del mouse mostra una freccia con un punto interrogativo e puoi premere sugli elementi dell'interfaccia per avere una breve descrizione di cosa fanno e come usarli. Nel dialoghi questa funzionalità è accessibile usando il bottone di help contestuale nella fisestra del titolo.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1594"/> + <location filename="../UI/UserInterface.py" line="1586"/> <source>Helpviewer</source> <translation>Visualizzatore Help</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1594"/> + <location filename="../UI/UserInterface.py" line="1586"/> <source>&Helpviewer...</source> <translation>Visualizzatore &Help...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1600"/> + <location filename="../UI/UserInterface.py" line="1592"/> <source>Open the helpviewer window</source> <translation>Apri il visualizzatore di help</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1611"/> <source>Show Versions</source> <translation>Mostra versione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1611"/> <source>Show &Versions</source> <translation>Mostra &Versione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1623"/> + <location filename="../UI/UserInterface.py" line="1615"/> <source>Display version information</source> <translation>Mostra informazioni sulla versione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1625"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source><b>Show Versions</b><p>Display version information.</p></source> <translation><b>Mostra versioni</b><p>Mostra delle informazioni sulla versione.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3007"/> + <location filename="../UI/UserInterface.py" line="2999"/> <source>Report Bug</source> <translation>Segnala Bug</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1670"/> + <location filename="../UI/UserInterface.py" line="1662"/> <source>Report &Bug...</source> <translation>Segnala &Bug...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1674"/> + <location filename="../UI/UserInterface.py" line="1666"/> <source>Report a bug</source> <translation>Segnala un bug</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1675"/> + <location filename="../UI/UserInterface.py" line="1667"/> <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> <translation><b>>Segnala Bug...</b><p>Apre un dialogo per segnalare un bug.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2601"/> + <location filename="../UI/UserInterface.py" line="2593"/> <source>Unittest</source> <translation>Unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1697"/> + <location filename="../UI/UserInterface.py" line="1689"/> <source>&Unittest...</source> <translation>&Unittest...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1702"/> + <location filename="../UI/UserInterface.py" line="1694"/> <source>Start unittest dialog</source> <translation>Avvia dialogo unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1947"/> + <location filename="../UI/UserInterface.py" line="1939"/> <source>Preferences</source> <translation>Preferenze</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1947"/> + <location filename="../UI/UserInterface.py" line="1939"/> <source>&Preferences...</source> <translation>&Preferenze...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1952"/> + <location filename="../UI/UserInterface.py" line="1944"/> <source>Set the prefered configuration</source> <translation>Imposta la configurazione preferita</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1954"/> + <location filename="../UI/UserInterface.py" line="1946"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Preferenze</b><p>Imposta i valori di configurazione dell'applicazione ai valori preferiti</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2052"/> + <location filename="../UI/UserInterface.py" line="2044"/> <source>Keyboard Shortcuts</source> <translation>Scorciatoie da tastiera</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2052"/> + <location filename="../UI/UserInterface.py" line="2044"/> <source>Keyboard &Shortcuts...</source> <translation>&Scorciatoie da tastiera...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2057"/> + <location filename="../UI/UserInterface.py" line="2049"/> <source>Set the keyboard shortcuts</source> <translation>Imposta le scorciatoie da tastiera</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2051"/> + <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> + <translation><b>Scorciatoie da tastiera</b><p>Imposta le scorciatoie da tastiera dell'applicazione con i valori personalizzati.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5361"/> + <source>Export Keyboard Shortcuts</source> + <translation>Esporta scorciatoie da tastiera</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2059"/> - <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> - <translation><b>Scorciatoie da tastiera</b><p>Imposta le scorciatoie da tastiera dell'applicazione con i valori personalizzati.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5324"/> - <source>Export Keyboard Shortcuts</source> - <translation>Esporta scorciatoie da tastiera</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2067"/> <source>&Export Keyboard Shortcuts...</source> <translation>&Esporta scorciatoie da tastiera...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2072"/> + <location filename="../UI/UserInterface.py" line="2064"/> <source>Export the keyboard shortcuts</source> <translation>Esporta le scorciatoie da tastiera</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2074"/> + <location filename="../UI/UserInterface.py" line="2066"/> <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> <translation><b>Esporta scorciatoie da tastiera</b><p>Esporta le scorciatoie da tastiera dell'applicazione.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5348"/> + <location filename="../UI/UserInterface.py" line="5385"/> <source>Import Keyboard Shortcuts</source> <translation>Importa scorciatoie da tastiera</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2081"/> + <location filename="../UI/UserInterface.py" line="2073"/> <source>&Import Keyboard Shortcuts...</source> <translation>&Importa scorciatoie da tastiera...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2086"/> + <location filename="../UI/UserInterface.py" line="2078"/> <source>Import the keyboard shortcuts</source> <translation>Importa le scorciatoie da tastiera</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2088"/> + <location filename="../UI/UserInterface.py" line="2080"/> <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> <translation><b>Importa scorciatoie da tastiera</b><p>Importa le scorciatoie da tastiera dell'applicazione.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2433"/> + <location filename="../UI/UserInterface.py" line="2425"/> <source>E&xtras</source> <translation>E&xtra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2446"/> + <location filename="../UI/UserInterface.py" line="2438"/> <source>&Tools</source> <translation>S&trumenti</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2478"/> + <location filename="../UI/UserInterface.py" line="2470"/> <source>&Window</source> <translation>&Finestre</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2528"/> + <location filename="../UI/UserInterface.py" line="2520"/> <source>&Help</source> <translation>&Help</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2600"/> + <location filename="../UI/UserInterface.py" line="2592"/> <source>Tools</source> <translation>Strumenti</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4311"/> + <location filename="../UI/UserInterface.py" line="4348"/> <source>Help</source> <translation>Aiuto</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2602"/> + <location filename="../UI/UserInterface.py" line="2594"/> <source>Settings</source> <translation>Impostazioni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2503"/> + <location filename="../UI/UserInterface.py" line="2495"/> <source>&Toolbars</source> <translation>&Toolbar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4437"/> + <location filename="../UI/UserInterface.py" line="4474"/> <source>Problem</source> <translation>Problema</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4612"/> + <location filename="../UI/UserInterface.py" line="4649"/> <source>Process Generation Error</source> <translation>Errore Generazione Processo</translation> </message> @@ -57272,362 +57292,362 @@ <translation>Inizializzazione Single Application Server...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1703"/> + <location filename="../UI/UserInterface.py" line="1695"/> <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> <translation><b>Unittes</b><p>Esegui unit test. Il dialogo offre la possibilità di selezionare ed eseguire uno unittest.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1711"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Unittest Restart</source> <translation>Riavvia Unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1711"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>&Restart Unittest...</source> <translation>&Riavvia Unittest...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1716"/> + <location filename="../UI/UserInterface.py" line="1708"/> <source>Restart last unittest</source> <translation>Riavvia l'ultima unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1717"/> + <location filename="../UI/UserInterface.py" line="1709"/> <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> <translation><b>Riavvia Unittest</b><p>Riavvia l'ultima unittest eseguita.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1741"/> + <location filename="../UI/UserInterface.py" line="1733"/> <source>Unittest Script</source> <translation>Script unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1741"/> + <location filename="../UI/UserInterface.py" line="1733"/> <source>Unittest &Script...</source> <translation>&Script Unittest...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1746"/> + <location filename="../UI/UserInterface.py" line="1738"/> <source>Run unittest with current script</source> <translation>Esegui unittest con lo script corrente</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1740"/> + <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> + <translation><b>Script Unittest</b><p>Esegui unittest con lo script corrente.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4096"/> + <source>Unittest Project</source> + <translation>Progetto Unittest</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1748"/> - <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> - <translation><b>Script Unittest</b><p>Esegui unittest con lo script corrente.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4059"/> - <source>Unittest Project</source> - <translation>Progetto Unittest</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1756"/> <source>Unittest &Project...</source> <translation>&Progetto Unittest...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1761"/> + <location filename="../UI/UserInterface.py" line="1753"/> <source>Run unittest with current project</source> <translation>Esegui unittest con il progetto corrente</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1763"/> + <location filename="../UI/UserInterface.py" line="1755"/> <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> <translation><b>Progetto Unittest</b><p>Esegui unittest con il progetto corrente.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1851"/> + <location filename="../UI/UserInterface.py" line="1843"/> <source>Compare Files</source> <translation>Confronta file</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1851"/> + <location filename="../UI/UserInterface.py" line="1843"/> <source>&Compare Files...</source> <translation>&Confronta file...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1869"/> + <location filename="../UI/UserInterface.py" line="1861"/> <source>Compare two files</source> <translation>Confronta due file</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1857"/> + <location filename="../UI/UserInterface.py" line="1849"/> <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> <translation><b>Confronta file</b><p>Apre un dialogo per confrontare due file.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1864"/> + <location filename="../UI/UserInterface.py" line="1856"/> <source>Compare Files side by side</source> <translation>Confronta file affiancati</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1870"/> + <location filename="../UI/UserInterface.py" line="1862"/> <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> <translation><b>Confronta file affiancati</b><p>Apri un dialogo per confrontare due file e mostrare i risultati affiancati.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2416"/> + <location filename="../UI/UserInterface.py" line="2408"/> <source>&Unittest</source> <translation>&Unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4059"/> + <location filename="../UI/UserInterface.py" line="4096"/> <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="../UI/UserInterface.py" line="5748"/> + <location filename="../UI/UserInterface.py" line="5785"/> <source>Drop Error</source> <translation>Errore Drop</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1354"/> + <location filename="../UI/UserInterface.py" line="1346"/> <source>File-Browser</source> <translation>File Browser</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1243"/> + <source>Edit Profile</source> + <translation>Modifica profilo</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1249"/> + <source>Activate the edit view profile</source> + <translation>Attiva il profilo della vista di editing</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1251"/> - <source>Edit Profile</source> - <translation>Modifica profilo</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1257"/> - <source>Activate the edit view profile</source> - <translation>Attiva il profilo della vista di editing</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1259"/> <source><b>Edit Profile</b><p>Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Profilo di edit</p><p>Attiva il "Profilo di Edit". Le finestre da mostrare, se il profilo è attivo, possono essere configurate con il dialogo "Configura Profili.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1260"/> + <source>Debug Profile</source> + <translation>Profilo Debug</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1266"/> + <source>Activate the debug view profile</source> + <translation>Attiva profilo Debug</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1268"/> - <source>Debug Profile</source> - <translation>Profilo Debug</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1274"/> - <source>Activate the debug view profile</source> - <translation>Attiva profilo Debug</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1276"/> <source><b>Debug Profile</b><p>Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Profilo di debug</p><p>Attiva il "Profilo di Debug". Le finestre da mostrare, se il profilo è attivo, possono essere configurate con il dialogo "Configura Profili.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2020"/> + <location filename="../UI/UserInterface.py" line="2012"/> <source>View Profiles</source> <translation>Vista Profili</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2020"/> + <location filename="../UI/UserInterface.py" line="2012"/> <source>&View Profiles...</source> <translation>&Vista profili...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2025"/> + <location filename="../UI/UserInterface.py" line="2017"/> <source>Configure view profiles</source> <translation>Configura i profili</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2027"/> + <location filename="../UI/UserInterface.py" line="2019"/> <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> <translation><b>Vista Profili</b><p>Configura la visualizzazione dei profili. Con questo dialogo si possono impostare la visibilità delle varie finestre per i profili predefiniti.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1824"/> + <location filename="../UI/UserInterface.py" line="1816"/> <source>UI Previewer</source> <translation>Anteprima UI</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1824"/> + <location filename="../UI/UserInterface.py" line="1816"/> <source>&UI Previewer...</source> <translation>Antreprima &UI...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1821"/> + <source>Start the UI Previewer</source> + <translation>Avvia UI Previewer</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1822"/> + <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> + <translation><b>UI Previewer</b><p>Avvia UI Previewer.</p></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1829"/> - <source>Start the UI Previewer</source> - <translation>Avvia UI Previewer</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1830"/> - <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> - <translation><b>UI Previewer</b><p>Avvia UI Previewer.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1837"/> <source>Translations Previewer</source> <translation>Anteprima traduzioni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1837"/> + <location filename="../UI/UserInterface.py" line="1829"/> <source>&Translations Previewer...</source> <translation>Anteprima &Traduzioni...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1842"/> + <location filename="../UI/UserInterface.py" line="1834"/> <source>Start the Translations Previewer</source> <translation>Avvia l'anteprima delle traduzioni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1844"/> + <location filename="../UI/UserInterface.py" line="1836"/> <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> <translation><b>Anteprima traduzioni</b><p>Avvia l'anteprima delle traduzioni.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1330"/> <source>Shell</source> <translation>Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1330"/> <source>&Shell</source> <translation>&Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1991"/> + <location filename="../UI/UserInterface.py" line="1983"/> <source>Reload APIs</source> <translation>Ricarica APIs</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1991"/> + <location filename="../UI/UserInterface.py" line="1983"/> <source>Reload &APIs</source> <translation>Ricarica &APIs</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1995"/> + <location filename="../UI/UserInterface.py" line="1987"/> <source>Reload the API information</source> <translation>Ricarica le informazioni delle API</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="1989"/> <source><b>Reload APIs</b><p>Reload the API information.</p></source> <translation><b>Ricarica APIs</b><p>Ricarica le informazioni delle API.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1389"/> + <location filename="../UI/UserInterface.py" line="1381"/> <source>Task-Viewer</source> <translation>Task-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5482"/> + <location filename="../UI/UserInterface.py" line="5519"/> <source>Save tasks</source> <translation>Salva task</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5511"/> + <location filename="../UI/UserInterface.py" line="5548"/> <source>Read tasks</source> <translation>Leggi task</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4311"/> + <location filename="../UI/UserInterface.py" line="4348"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>Attualmente nessun visualizzatore personalizzato è selezionato. Per favore usa il dialogo delle preferenze per specificarne uno.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5055"/> + <location filename="../UI/UserInterface.py" line="5092"/> <source>Documentation Missing</source> <translation>Documentazione mancante</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3007"/> + <location filename="../UI/UserInterface.py" line="2999"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>L'indirizzo di posta o il server si posta sono vuoti. Per cortesia configura le opzioni per l'Email nel dialogo delle preferenze.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1407"/> + <location filename="../UI/UserInterface.py" line="1399"/> <source>Template-Viewer</source> <translation>Templates-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1285"/> + <location filename="../UI/UserInterface.py" line="1277"/> <source>Alt+Shift+P</source> <translation>Alt+Shift+P</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1320"/> + <location filename="../UI/UserInterface.py" line="1312"/> <source>Alt+Shift+D</source> <translation>Alt+Shift+D</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1330"/> <source>Alt+Shift+S</source> <translation>Alt+Shift+S</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1354"/> + <location filename="../UI/UserInterface.py" line="1346"/> <source>Alt+Shift+F</source> <translation>Alt+Shift+M</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1389"/> + <location filename="../UI/UserInterface.py" line="1381"/> <source>Alt+Shift+T</source> <translation>Alt+Shift+T</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1302"/> + <location filename="../UI/UserInterface.py" line="1294"/> <source>Alt+Shift+M</source> <translation>Alt+Shift+M</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2129"/> + <location filename="../UI/UserInterface.py" line="2121"/> <source>Activate current editor</source> <translation>Attiva editor corrente</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2129"/> + <location filename="../UI/UserInterface.py" line="2121"/> <source>Alt+Shift+E</source> <translation>Alt+Shift+E</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2139"/> + <location filename="../UI/UserInterface.py" line="2131"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2148"/> + <location filename="../UI/UserInterface.py" line="2140"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1371"/> + <location filename="../UI/UserInterface.py" line="1363"/> <source>Alt+Shift+G</source> <translation>Alt+Shift+G</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2228"/> <source>Qt4 Documentation</source> <translation>Documentazione Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2228"/> <source>Qt&4 Documentation</source> <translation>Documentazione Qt&4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2240"/> + <location filename="../UI/UserInterface.py" line="2232"/> <source>Open Qt4 Documentation</source> <translation>Apri documentazione su Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2350"/> + <location filename="../UI/UserInterface.py" line="2342"/> <source>Eric API Documentation</source> <translation>Documentazione API di Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2350"/> + <location filename="../UI/UserInterface.py" line="2342"/> <source>&Eric API Documentation</source> <translation>Documentazione API di &Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2354"/> + <location filename="../UI/UserInterface.py" line="2346"/> <source>Open Eric API Documentation</source> <translation>Apri documentazione API di Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4345"/> + <location filename="../UI/UserInterface.py" line="4382"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>Non posso avviare il visualizzatore di help.<br>Assicurarsi che sia disponibile come <b>hh</b>.</p></translation> </message> @@ -57637,138 +57657,138 @@ <translation>Registrazione Oggetti...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1285"/> + <location filename="../UI/UserInterface.py" line="1277"/> <source>Project-Viewer</source> <translation>Project-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1320"/> + <location filename="../UI/UserInterface.py" line="1312"/> <source>Debug-Viewer</source> <translation>Debug-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1215"/> + <location filename="../UI/UserInterface.py" line="1207"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1285"/> + <location filename="../UI/UserInterface.py" line="1277"/> <source>&Project-Viewer</source> <translation>&Project-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1576"/> + <location filename="../UI/UserInterface.py" line="1568"/> <source>Shift+F1</source> <translation>Shift+F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1594"/> + <location filename="../UI/UserInterface.py" line="1586"/> <source>F1</source> <translation>F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1635"/> + <location filename="../UI/UserInterface.py" line="1627"/> <source>Check for Updates</source> <translation>Controlla per aggiornamenti</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1632"/> + <location filename="../UI/UserInterface.py" line="1624"/> <source>Check for &Updates...</source> <translation>Controlla per &Aggiornamenti...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2266"/> + <location filename="../UI/UserInterface.py" line="2258"/> <source>PyQt4 Documentation</source> <translation>Documentazione PyQt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2270"/> + <location filename="../UI/UserInterface.py" line="2262"/> <source>Open PyQt4 Documentation</source> <translation>Apri documentazione su PyQt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2449"/> + <location filename="../UI/UserInterface.py" line="2441"/> <source>Select Tool Group</source> <translation>Seleziona Tool Group</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2455"/> + <location filename="../UI/UserInterface.py" line="2447"/> <source>Se&ttings</source> <translation>Impos&tazioni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2604"/> + <location filename="../UI/UserInterface.py" line="2596"/> <source>Profiles</source> <translation>Profili</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3375"/> + <location filename="../UI/UserInterface.py" line="3367"/> <source>&Builtin Tools</source> <translation>Tool &Builtin</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5039"/> + <location filename="../UI/UserInterface.py" line="5076"/> <source>Documentation</source> <translation>Documentazione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4881"/> + <location filename="../UI/UserInterface.py" line="4918"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>L'inizio della documentazione di PyQt4 non è stato configurato.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6063"/> - <source>Error during updates check</source> - <translation>Errore nel controllo per gli update</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6043"/> - <source>Update available</source> - <translation>Aggiornamento disponibile</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2956"/> - <source><h3>Version Numbers</h3><table></source> - <translation><h3>Numeri di versione</h3><table></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="6100"/> + <source>Error during updates check</source> + <translation>Errore nel controllo per gli update</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6080"/> + <source>Update available</source> + <translation>Aggiornamento disponibile</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2948"/> + <source><h3>Version Numbers</h3><table></source> + <translation><h3>Numeri di versione</h3><table></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6137"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3321"/> + <location filename="../UI/UserInterface.py" line="3313"/> <source>Configure Tool Groups ...</source> <translation>Configura Tools Groups...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3325"/> + <location filename="../UI/UserInterface.py" line="3317"/> <source>Configure current Tool Group ...</source> <translation>Configura Tools Groups correnti...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2009"/> + <location filename="../UI/UserInterface.py" line="2001"/> <source>Show external tools</source> <translation>Mostra tool esterni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2004"/> + <location filename="../UI/UserInterface.py" line="1996"/> <source>Show external &tools</source> <translation>Mostra toll &esterni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5893"/> + <location filename="../UI/UserInterface.py" line="5930"/> <source>&Cancel</source> <translation>&Cancella</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6063"/> + <location filename="../UI/UserInterface.py" line="6100"/> <source>Could not perform updates check.</source> <translation>Non posso controllare per gli update.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6164"/> <source>First time usage</source> <translation>Primo avvio</translation> </message> @@ -57778,52 +57798,52 @@ <translation>Inizializzazione Gestore Plugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2514"/> + <location filename="../UI/UserInterface.py" line="2506"/> <source>P&lugins</source> <translation>P&lugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2605"/> + <location filename="../UI/UserInterface.py" line="2597"/> <source>Plugins</source> <translation>Plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2166"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>Plugin Infos</source> <translation>Informazioni su Plugin</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2170"/> + <location filename="../UI/UserInterface.py" line="2162"/> <source>Show Plugin Infos</source> <translation>Mostra informazioni sui Plugin</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2171"/> + <location filename="../UI/UserInterface.py" line="2163"/> <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> <translation><b>Informazioni sui Plugin...</b><p>Apre un dialogo per mostrare le informazioni sul plugin caricati.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2166"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>&Plugin Infos...</source> <translation>Informazioni su &Plugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3383"/> + <location filename="../UI/UserInterface.py" line="3375"/> <source>&Plugin Tools</source> <translation>Informazioni sui &Plugin Tools</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2197"/> + <location filename="../UI/UserInterface.py" line="2189"/> <source>Uninstall Plugin</source> <translation>Disinstalla Plugin</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2192"/> + <location filename="../UI/UserInterface.py" line="2184"/> <source>&Uninstall Plugin...</source> <translation>Disinstalla Pl&ugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2198"/> + <location filename="../UI/UserInterface.py" line="2190"/> <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> <translation><b>Disinstalla Plugin...</b><p>Apre un dialogo per disinstallare un plugin.</p></translation> </message> @@ -57833,1216 +57853,1216 @@ <translation>Attivazione Plugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2438"/> + <location filename="../UI/UserInterface.py" line="2430"/> <source>Wi&zards</source> <translation>Wi&zards</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3473"/> + <location filename="../UI/UserInterface.py" line="3465"/> <source>&Show all</source> <translation>Mo&stra tutti</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3475"/> + <location filename="../UI/UserInterface.py" line="3467"/> <source>&Hide all</source> <translation>Nascondi &tutti</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1643"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>Show downloadable versions</source> <translation>Mostra versioni scaricabili</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1643"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>Show &downloadable versions...</source> <translation>Mostra &versioni scaricabili...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1639"/> <source>Show the versions available for download</source> <translation>Mostra le versioni disponibili per il download</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6086"/> + <location filename="../UI/UserInterface.py" line="6123"/> <source><h3>Available versions</h3><table></source> <translation><h3>Versioni disponibili</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2205"/> + <location filename="../UI/UserInterface.py" line="2197"/> <source>Plugin Repository</source> <translation>Repository Plugin</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2205"/> + <location filename="../UI/UserInterface.py" line="2197"/> <source>Plugin &Repository...</source> <translation>&Repository Plugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2210"/> + <location filename="../UI/UserInterface.py" line="2202"/> <source>Show Plugins available for download</source> <translation>Mostra Plugin disponibili per il download</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2212"/> + <location filename="../UI/UserInterface.py" line="2204"/> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation><b>Repository Plugin...</b><p>Apre un dialogo che mostra i plugin disponibili.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2176"/> <source>Install Plugins</source> <translation>Installa Plugin</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2179"/> + <location filename="../UI/UserInterface.py" line="2171"/> <source>&Install Plugins...</source> <translation>&Installa Plugin...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2185"/> + <location filename="../UI/UserInterface.py" line="2177"/> <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> <translation><b>Installa Plugin...<b><p>Apre un dialogo per installare o aggiornare i plugin.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1896"/> + <location filename="../UI/UserInterface.py" line="1888"/> <source>Mini Editor</source> <translation>Mini Editor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1891"/> + <location filename="../UI/UserInterface.py" line="1883"/> <source>Mini &Editor...</source> <translation>Mini &Editor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1897"/> + <location filename="../UI/UserInterface.py" line="1889"/> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation><b>Mini Editor</b><p>Apre un dialogo con un semplice editor.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2037"/> + <location filename="../UI/UserInterface.py" line="2029"/> <source>Toolbars</source> <translation>Toolbars</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2037"/> + <location filename="../UI/UserInterface.py" line="2029"/> <source>Tool&bars...</source> <translation>Tool&bars...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2042"/> + <location filename="../UI/UserInterface.py" line="2034"/> <source>Configure toolbars</source> <translation>Configura toolbars</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2043"/> + <location filename="../UI/UserInterface.py" line="2035"/> <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> <translation><b>Toolbars</b><p>Configura le toolbars. Con questo dialogo puoi cambiare le azioni mostrate sulle varie toolbar e definire le tue.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="545"/> + <location filename="../UI/UserInterface.py" line="537"/> <source>Restoring Toolbarmanager...</source> <translation>Ripristino toolbarmanager...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1302"/> + <location filename="../UI/UserInterface.py" line="1294"/> <source>Multiproject-Viewer</source> <translation>Multiproject-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1302"/> + <location filename="../UI/UserInterface.py" line="1294"/> <source>&Multiproject-Viewer</source> <translation>&Multiproject-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4557"/> + <location filename="../UI/UserInterface.py" line="4594"/> <source>External Tools</source> <translation>Tool esterni</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5529"/> + <location filename="../UI/UserInterface.py" line="5566"/> <source>Save session</source> <translation>Salva sessione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5560"/> + <location filename="../UI/UserInterface.py" line="5597"/> <source>Read session</source> <translation>Leggi sessione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2761"/> + <location filename="../UI/UserInterface.py" line="2753"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>Questa zona della barra di stato mostra l'encoding usato dall'editor.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2775"/> + <location filename="../UI/UserInterface.py" line="2767"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>Questa zona della barra di stato mostra la possibilità di scrittura del file.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1674"/> <source>Request Feature</source> <translation>Richiedi funzionalità</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1674"/> <source>Request &Feature...</source> <translation>Richiedi &funzionalità...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1686"/> + <location filename="../UI/UserInterface.py" line="1678"/> <source>Send a feature request</source> <translation>Invia una richiesta di funzionalità</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1688"/> + <location filename="../UI/UserInterface.py" line="1680"/> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation><b>Richiedi funzionalità...</b><p>Apre un dialogo per mandare una richiesta di funzionalità.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2754"/> + <location filename="../UI/UserInterface.py" line="2746"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>Questa zona della barra di stato mostra il linguaggio usato dall'editor.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2782"/> + <location filename="../UI/UserInterface.py" line="2774"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>Questa parte della barra di stato mostra il numero di linea.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2789"/> + <location filename="../UI/UserInterface.py" line="2781"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>Questa parte della barra di stato mostra la posizione del cursore.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1450"/> + <location filename="../UI/UserInterface.py" line="1442"/> <source>Horizontal Toolbox</source> <translation>Barra dei comandi orizzontale</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1407"/> + <location filename="../UI/UserInterface.py" line="1399"/> <source>Alt+Shift+A</source> <translation>Alt+Shift+A</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1450"/> + <location filename="../UI/UserInterface.py" line="1442"/> <source>&Horizontal Toolbox</source> <translation>Toolbox &Orizzontale</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1454"/> + <location filename="../UI/UserInterface.py" line="1446"/> <source>Toggle the Horizontal Toolbox window</source> <translation>Abilita/Disabilita una finestra la toolbox orizzontale</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1448"/> + <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> + <translation><b>Abilita/Disabilita la finestra della toolbox orizzontale</b><p>Se la finestra della toolbox orizzontale è nascosta verrà mostrata. Se è mostrata verrà chiusa.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3279"/> + <source>Restart application</source> + <translation>Riavvia applicazione</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3279"/> + <source>The application needs to be restarted. Do it now?</source> + <translation>L'applicazione necessita di un riavvio. Farlo ora ?</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2515"/> + <source>Configure...</source> + <translation>Configura...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2760"/> + <source><p>This part of the status bar displays the current editors eol setting.</p></source> + <translation><p>Questa zona della barra di stato mostra l'eol usato dall'editor.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2149"/> + <source>Switch between tabs</source> + <translation>Cicla tra le linguette</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2149"/> + <source>Ctrl+1</source> + <translation>Ctrl+1</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1955"/> + <source>Export Preferences</source> + <translation>Esporta preferenze</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1955"/> + <source>E&xport Preferences...</source> + <translation>E&sporta preferenze...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1960"/> + <source>Export the current configuration</source> + <translation>Esporta la configurazione attuale</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1962"/> + <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> + <translation><b>Esporta preferenze</b><p>Esporta la configurazione attuale su un file.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1969"/> + <source>Import Preferences</source> + <translation>Importa preferenze</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1969"/> + <source>I&mport Preferences...</source> + <translation>I&mporta preferenze...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1974"/> + <source>Import a previously exported configuration</source> + <translation>Importa una configurazione precedentemente esportata</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1976"/> + <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> + <translation><b>Importa preferenze</b><p>Importa una configurazione precedentemente esportata.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2131"/> + <source>Show next</source> + <translation>Mostra successivo</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2140"/> + <source>Show previous</source> + <translation>Mostra precedente</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1456"/> - <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> - <translation><b>Abilita/Disabilita la finestra della toolbox orizzontale</b><p>Se la finestra della toolbox orizzontale è nascosta verrà mostrata. Se è mostrata verrà chiusa.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3287"/> - <source>Restart application</source> - <translation>Riavvia applicazione</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3287"/> - <source>The application needs to be restarted. Do it now?</source> - <translation>L'applicazione necessita di un riavvio. Farlo ora ?</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2523"/> - <source>Configure...</source> - <translation>Configura...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2768"/> - <source><p>This part of the status bar displays the current editors eol setting.</p></source> - <translation><p>Questa zona della barra di stato mostra l'eol usato dall'editor.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2157"/> - <source>Switch between tabs</source> - <translation>Cicla tra le linguette</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2157"/> - <source>Ctrl+1</source> - <translation>Ctrl+1</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1963"/> - <source>Export Preferences</source> - <translation>Esporta preferenze</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1963"/> - <source>E&xport Preferences...</source> - <translation>E&sporta preferenze...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1968"/> - <source>Export the current configuration</source> - <translation>Esporta la configurazione attuale</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1970"/> - <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> - <translation><b>Esporta preferenze</b><p>Esporta la configurazione attuale su un file.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1977"/> - <source>Import Preferences</source> - <translation>Importa preferenze</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1977"/> - <source>I&mport Preferences...</source> - <translation>I&mporta preferenze...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1982"/> - <source>Import a previously exported configuration</source> - <translation>Importa una configurazione precedentemente esportata</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1984"/> - <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> - <translation><b>Importa preferenze</b><p>Importa una configurazione precedentemente esportata.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2139"/> - <source>Show next</source> - <translation>Mostra successivo</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2148"/> - <source>Show previous</source> - <translation>Mostra precedente</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1464"/> <source>Left Sidebar</source> <translation>Barra laterale sinistra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1464"/> + <location filename="../UI/UserInterface.py" line="1456"/> <source>&Left Sidebar</source> <translation>Barra &laterale sinistra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1468"/> + <location filename="../UI/UserInterface.py" line="1460"/> <source>Toggle the left sidebar window</source> <translation>Abilita/Disabilita la finestra della barra laterale sinistra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1469"/> + <location filename="../UI/UserInterface.py" line="1461"/> <source><b>Toggle the left sidebar window</b><p>If the left sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Abilita/Disabilita la finestra della barra laterale sinistra</b><p>Se la finestra della barra laterale sinistra è nascosta verrà mostrata. Se è mostrata verrà chiusa.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1491"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Bottom Sidebar</source> <translation>Barra in basso</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1491"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>&Bottom Sidebar</source> <translation>Barra in &basso</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1495"/> + <location filename="../UI/UserInterface.py" line="1487"/> <source>Toggle the bottom sidebar window</source> <translation>Abilita/Disabilita la finestra della barra in basso</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1497"/> + <location filename="../UI/UserInterface.py" line="1489"/> <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Abilita/Disabilita la finestra della barra in basso</b><p>Se la finestra della barra in basso è nascosta verrà mostrata. Se è mostrata verrà chiusa.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1320"/> + <location filename="../UI/UserInterface.py" line="1312"/> <source>&Debug-Viewer</source> <translation>&Debug-Viewer</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1878"/> + <location filename="../UI/UserInterface.py" line="1870"/> <source>SQL Browser</source> <translation>SQL Browser</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1878"/> + <location filename="../UI/UserInterface.py" line="1870"/> <source>SQL &Browser...</source> <translation>SQL &Browser...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1883"/> + <location filename="../UI/UserInterface.py" line="1875"/> <source>Browse a SQL database</source> <translation>Naviga un database SQL</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1884"/> + <location filename="../UI/UserInterface.py" line="1876"/> <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> <translation><b>SQL Browser</b><p>Naviga un database SQL.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1918"/> + <location filename="../UI/UserInterface.py" line="1910"/> <source>Icon Editor</source> <translation>Editor di icone</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1918"/> + <location filename="../UI/UserInterface.py" line="1910"/> <source>&Icon Editor...</source> <translation>Editor di &icone...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4258"/> + <location filename="../UI/UserInterface.py" line="4295"/> <source>Qt 3 support</source> <translation>Supporto Qt3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2371"/> + <location filename="../UI/UserInterface.py" line="2363"/> <source>PySide Documentation</source> <translation>Documentazione PySide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2371"/> + <location filename="../UI/UserInterface.py" line="2363"/> <source>Py&Side Documentation</source> <translation>Documentazione Py&Side</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2375"/> + <location filename="../UI/UserInterface.py" line="2367"/> <source>Open PySide Documentation</source> <translation>Apri documentazione PySide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5039"/> + <location filename="../UI/UserInterface.py" line="5076"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation><p>L'inizio della documentazione di PySide non è stato configurato.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1181"/> + <location filename="../UI/UserInterface.py" line="1173"/> <source>{0} - Passive Mode</source> <translation>{0} - Passive Debug Mode</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1188"/> + <location filename="../UI/UserInterface.py" line="1180"/> <source>{0} - {1} - Passive Mode</source> <translation>{0} -{1} Passive Debug Mode</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1192"/> + <location filename="../UI/UserInterface.py" line="1184"/> <source>{0} - {1} - {2} - Passive Mode</source> <translation>{0} -{1} - {2} - Passive Debug Mode</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2859"/> + <location filename="../UI/UserInterface.py" line="2851"/> <source>External Tools/{0}</source> <translation>Tool Esterni/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4437"/> + <location filename="../UI/UserInterface.py" line="4474"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>Il file <b>{0}</b> non esiste o ha lunghezza zero.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4165"/> + <location filename="../UI/UserInterface.py" line="4202"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare Qt-Designer.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4232"/> + <location filename="../UI/UserInterface.py" line="4269"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare Qt-Linguist.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4283"/> + <location filename="../UI/UserInterface.py" line="4320"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare Qt-Assistant.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4325"/> + <location filename="../UI/UserInterface.py" line="4362"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare il visualizzatore personalizzato.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4393"/> + <location filename="../UI/UserInterface.py" line="4430"/> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare UI Previewer.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4448"/> + <location filename="../UI/UserInterface.py" line="4485"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare l'anteprima delle traduzioni.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4469"/> + <location filename="../UI/UserInterface.py" line="4506"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Non posso avviare SQL Browser.<br>Assicurarsi che sia disponibile come <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4548"/> + <location filename="../UI/UserInterface.py" line="4585"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation>Nessun elemento per il tool esterno '{0}' trovato nel gruppo '{1}'.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4557"/> + <location filename="../UI/UserInterface.py" line="4594"/> <source>No toolgroup entry '{0}' found.</source> <translation>Nessun gruppo '{0}' trovato.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4596"/> + <location filename="../UI/UserInterface.py" line="4633"/> <source>Starting process '{0} {1}'. </source> <translation>Avvio processo '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4612"/> + <location filename="../UI/UserInterface.py" line="4649"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation><p>Non posso avviare l'elemento degli strumenti <b>{0}</b>.<br>Assicurarsi che sia disponibile come <b>{1}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4688"/> + <location filename="../UI/UserInterface.py" line="4725"/> <source>Process '{0}' has exited. </source> <translation>Il processo '{0}' è terminato.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5055"/> + <location filename="../UI/UserInterface.py" line="5092"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation><p>L'inizio della documentazione "<b>{0}</b>" non viene trovato.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5482"/> + <location filename="../UI/UserInterface.py" line="5519"/> <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="../UI/UserInterface.py" line="5511"/> + <location filename="../UI/UserInterface.py" line="5548"/> <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="../UI/UserInterface.py" line="5529"/> + <location filename="../UI/UserInterface.py" line="5566"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>Il file sessione <b>{0}</b> non può essere scritto.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5560"/> + <location filename="../UI/UserInterface.py" line="5597"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>Il file sessione <b>{0}</b> non può essere letto.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5748"/> + <location filename="../UI/UserInterface.py" line="5785"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> non è un file.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5902"/> + <location filename="../UI/UserInterface.py" line="5939"/> <source>Trying host {0}</source> <translation>Tento su host {0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="833"/> + <location filename="../UI/UserInterface.py" line="825"/> <source>Cooperation</source> <translation>Cooperazione</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1505"/> + <location filename="../UI/UserInterface.py" line="1497"/> <source>Alt+Shift+O</source> <translation>Alt+Shift+O</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="882"/> + <source>Symbols</source> + <translation>Simboli</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1532"/> + <source>Alt+Shift+Y</source> + <translation>Alt+Shift+Y</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="890"/> - <source>Symbols</source> - <translation>Simboli</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1540"/> - <source>Alt+Shift+Y</source> - <translation>Alt+Shift+Y</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="898"/> <source>Numbers</source> <translation>Numeri</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1558"/> + <location filename="../UI/UserInterface.py" line="1550"/> <source>Alt+Shift+B</source> <translation>Alt+Shift+B</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5348"/> + <location filename="../UI/UserInterface.py" line="5385"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>File scorciatoi tastiera (*.e4k)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2308"/> + <location filename="../UI/UserInterface.py" line="2300"/> <source>Python 3 Documentation</source> <translation>Documentazione Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2308"/> + <location filename="../UI/UserInterface.py" line="2300"/> <source>Python &3 Documentation</source> <translation>Documentazione Python &3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2312"/> + <location filename="../UI/UserInterface.py" line="2304"/> <source>Open Python 3 Documentation</source> <translation>Apri documentazione Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2326"/> + <location filename="../UI/UserInterface.py" line="2318"/> <source>Python 2 Documentation</source> <translation>Documentazione Python 2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2326"/> + <location filename="../UI/UserInterface.py" line="2318"/> <source>Python &2 Documentation</source> <translation>Documentazione Python &2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2330"/> + <location filename="../UI/UserInterface.py" line="2322"/> <source>Open Python 2 Documentation</source> <translation>Apri documentazione Python 2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2332"/> + <location filename="../UI/UserInterface.py" line="2324"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation><b>Documentazione Python 2</b><p>Mostra la documentazione Python 2. Se non è configurata una directory per la documentazione, viene assunto che la posizione della documentazione sia nella directory doc nella locazione dell'eseguibile Python 2 su Windows e <i>/usr/share/doc/packages/python/html</i> su Unix. Imposta PYTHONDOCDIR2 nel tuo ambiente per sovrascrivere questi valori.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5953"/> + <location filename="../UI/UserInterface.py" line="5990"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5946"/> + <location filename="../UI/UserInterface.py" line="5983"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5148"/> + <location filename="../UI/UserInterface.py" line="5185"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5148"/> + <location filename="../UI/UserInterface.py" line="5185"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5953"/> + <location filename="../UI/UserInterface.py" line="5990"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="542"/> + <source>Setting View Profile...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="546"/> + <source>Reading Tasks...</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="550"/> - <source>Setting View Profile...</source> + <source>Reading Templates...</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="554"/> - <source>Reading Tasks...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="558"/> - <source>Reading Templates...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="562"/> <source>Starting Debugger...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1232"/> + <location filename="../UI/UserInterface.py" line="1224"/> <source>New Window</source> <translation type="unfinished">Nuova finestra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1232"/> + <location filename="../UI/UserInterface.py" line="1224"/> <source>New &Window</source> <translation type="unfinished">Nuova &Finestra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1232"/> + <location filename="../UI/UserInterface.py" line="1224"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1717"/> <source>Unittest Rerun Failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1717"/> <source>Rerun Failed Tests...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1730"/> + <location filename="../UI/UserInterface.py" line="1722"/> <source>Rerun failed tests of the last run</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1732"/> + <location filename="../UI/UserInterface.py" line="1724"/> <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1864"/> + <location filename="../UI/UserInterface.py" line="1856"/> <source>Compare &Files side by side...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1932"/> + <location filename="../UI/UserInterface.py" line="1924"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1932"/> + <location filename="../UI/UserInterface.py" line="1924"/> <source>&Snapshot...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1937"/> + <location filename="../UI/UserInterface.py" line="1929"/> <source>Take snapshots of a screen region</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1939"/> + <location filename="../UI/UserInterface.py" line="1931"/> <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4527"/> + <location filename="../UI/UserInterface.py" line="4564"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6146"/> + <location filename="../UI/UserInterface.py" line="6183"/> <source>Select Workspace Directory</source> <translation type="unfinished">Seleziona cartella di lavoro</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1425"/> + <location filename="../UI/UserInterface.py" line="1417"/> <source>Left Toolbox</source> <translation type="unfinished">Barra degli strumenti sinistra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1437"/> + <location filename="../UI/UserInterface.py" line="1429"/> <source>Right Toolbox</source> <translation type="unfinished">Barra degli strumenti destra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1291"/> + <location filename="../UI/UserInterface.py" line="1283"/> <source>Switch the input focus to the Project-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1293"/> + <location filename="../UI/UserInterface.py" line="1285"/> <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1308"/> + <location filename="../UI/UserInterface.py" line="1300"/> <source>Switch the input focus to the Multiproject-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1310"/> + <location filename="../UI/UserInterface.py" line="1302"/> <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1326"/> + <location filename="../UI/UserInterface.py" line="1318"/> <source>Switch the input focus to the Debug-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1328"/> + <location filename="../UI/UserInterface.py" line="1320"/> <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1344"/> + <location filename="../UI/UserInterface.py" line="1336"/> <source>Switch the input focus to the Shell window.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1338"/> + <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1346"/> - <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> + <source>&File-Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1352"/> + <source>Switch the input focus to the File-Browser window.</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="1354"/> - <source>&File-Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1360"/> - <source>Switch the input focus to the File-Browser window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1362"/> <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1363"/> + <source>Lo&g-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1369"/> + <source>Switch the input focus to the Log-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1371"/> - <source>Lo&g-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1377"/> - <source>Switch the input focus to the Log-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1379"/> <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1389"/> + <location filename="../UI/UserInterface.py" line="1381"/> <source>&Task-Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1395"/> + <location filename="../UI/UserInterface.py" line="1387"/> <source>Switch the input focus to the Task-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1399"/> + <source>Templ&ate-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1405"/> + <source>Switch the input focus to the Template-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1407"/> - <source>Templ&ate-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1413"/> - <source>Switch the input focus to the Template-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1415"/> <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1425"/> + <location filename="../UI/UserInterface.py" line="1417"/> <source>&Left Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1428"/> + <location filename="../UI/UserInterface.py" line="1420"/> <source>Toggle the Left Toolbox window</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1421"/> + <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1429"/> - <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1437"/> <source>&Right Toolbox</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1441"/> + <location filename="../UI/UserInterface.py" line="1433"/> <source>Toggle the Right Toolbox window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1442"/> + <location filename="../UI/UserInterface.py" line="1434"/> <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1477"/> + <location filename="../UI/UserInterface.py" line="1469"/> <source>Right Sidebar</source> <translation type="unfinished">Barra laterale destra</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1477"/> + <location filename="../UI/UserInterface.py" line="1469"/> <source>&Right Sidebar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1481"/> + <location filename="../UI/UserInterface.py" line="1473"/> <source>Toggle the right sidebar window</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1483"/> + <location filename="../UI/UserInterface.py" line="1475"/> <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1497"/> + <source>Cooperation-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1497"/> + <source>Co&operation-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1503"/> + <source>Switch the input focus to the Cooperation-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1505"/> - <source>Cooperation-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1505"/> - <source>Co&operation-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1511"/> - <source>Switch the input focus to the Cooperation-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1513"/> <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1532"/> + <source>Symbols-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1532"/> + <source>S&ymbols-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1538"/> + <source>Switch the input focus to the Symbols-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1540"/> - <source>Symbols-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1540"/> - <source>S&ymbols-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1546"/> - <source>Switch the input focus to the Symbols-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1548"/> <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1558"/> + <location filename="../UI/UserInterface.py" line="1550"/> <source>Numbers-Viewer</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1550"/> + <source>Num&bers-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1556"/> + <source>Switch the input focus to the Numbers-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1558"/> - <source>Num&bers-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1564"/> - <source>Switch the input focus to the Numbers-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1566"/> <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2483"/> + <location filename="../UI/UserInterface.py" line="2475"/> <source>&Windows</source> <translation type="unfinished">&Finestre</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1397"/> + <location filename="../UI/UserInterface.py" line="1389"/> <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1523"/> + <location filename="../UI/UserInterface.py" line="1515"/> <source>IRC</source> <translation type="unfinished">IRC</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1523"/> + <location filename="../UI/UserInterface.py" line="1515"/> <source>&IRC</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1515"/> + <source>Meta+Shift+I</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1521"/> + <source>Switch the input focus to the IRC window.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1523"/> - <source>Meta+Shift+I</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1529"/> - <source>Switch the input focus to the IRC window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1531"/> <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1783"/> + <location filename="../UI/UserInterface.py" line="1775"/> <source>Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1783"/> + <location filename="../UI/UserInterface.py" line="1775"/> <source>Qt-&Designer...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1788"/> + <location filename="../UI/UserInterface.py" line="1780"/> <source>Start Qt-Designer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1789"/> + <location filename="../UI/UserInterface.py" line="1781"/> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1809"/> + <location filename="../UI/UserInterface.py" line="1801"/> <source>Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1809"/> + <location filename="../UI/UserInterface.py" line="1801"/> <source>Qt-&Linguist...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1814"/> + <location filename="../UI/UserInterface.py" line="1806"/> <source>Start Qt-Linguist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1815"/> + <location filename="../UI/UserInterface.py" line="1807"/> <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2250"/> + <location filename="../UI/UserInterface.py" line="2242"/> <source>Qt5 Documentation</source> <translation type="unfinished">Documentazione Qt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2250"/> + <location filename="../UI/UserInterface.py" line="2242"/> <source>Qt&5 Documentation</source> <translation type="unfinished">Documentazione Qt&4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2254"/> + <location filename="../UI/UserInterface.py" line="2246"/> <source>Open Qt5 Documentation</source> <translation type="unfinished">Apri documentazione su Qt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2800"/> + <location filename="../UI/UserInterface.py" line="2792"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2096"/> + <location filename="../UI/UserInterface.py" line="2088"/> <source>Manage SSL Certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2096"/> + <location filename="../UI/UserInterface.py" line="2088"/> <source>Manage SSL Certificates...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2101"/> + <location filename="../UI/UserInterface.py" line="2093"/> <source>Manage the saved SSL certificates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2103"/> + <location filename="../UI/UserInterface.py" line="2095"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2112"/> + <location filename="../UI/UserInterface.py" line="2104"/> <source>Edit Message Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2112"/> + <location filename="../UI/UserInterface.py" line="2104"/> <source>Edit Message Filters...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2117"/> + <location filename="../UI/UserInterface.py" line="2109"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2119"/> + <location filename="../UI/UserInterface.py" line="2111"/> <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2266"/> + <location filename="../UI/UserInterface.py" line="2258"/> <source>PyQt&4 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2285"/> + <location filename="../UI/UserInterface.py" line="2277"/> <source>PyQt5 Documentation</source> <translation type="unfinished">Documentazione PyQt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2285"/> + <location filename="../UI/UserInterface.py" line="2277"/> <source>PyQt&5 Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2289"/> + <location filename="../UI/UserInterface.py" line="2281"/> <source>Open PyQt5 Documentation</source> <translation type="unfinished">Apri documentazione su PyQt4 {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4942"/> + <location filename="../UI/UserInterface.py" line="4979"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation type="unfinished"><p>L'inizio della documentazione di PyQt4 non è stato configurato.</p> {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2241"/> + <location filename="../UI/UserInterface.py" line="2233"/> <source><b>Qt4 Documentation</b><p>Display the Qt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2255"/> + <location filename="../UI/UserInterface.py" line="2247"/> <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2271"/> + <location filename="../UI/UserInterface.py" line="2263"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2291"/> + <location filename="../UI/UserInterface.py" line="2283"/> <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2314"/> + <location filename="../UI/UserInterface.py" line="2306"/> <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2377"/> + <location filename="../UI/UserInterface.py" line="2369"/> <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5893"/> + <location filename="../UI/UserInterface.py" line="5930"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1662"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Show Error Log</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1658"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Show Error &Log...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1663"/> + <location filename="../UI/UserInterface.py" line="1655"/> <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5897"/> + <location filename="../UI/UserInterface.py" line="5934"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1238"/> + <location filename="../UI/UserInterface.py" line="1230"/> <source>Open a new eric6 instance</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1240"/> + <location filename="../UI/UserInterface.py" line="1232"/> <source><b>New Window</b><p>This opens a new instance of the eric6 IDE.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1602"/> + <location filename="../UI/UserInterface.py" line="1594"/> <source><b>Helpviewer</b><p>Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well</p><p>If called with a word selected, this word is search in the Qt help collection.</p></source> <translation type="unfinished"><b>Helpviewer</b><p>Visualizza il browser web di eric5. Questa finestra mostra file di help HTML e della documentazione Qt. Ha la capacitaà di navigare nei link, impostare segnalibri, stampare l'help visualizzato e alcune altre funzionalità. E' possibile usarlo anche per internet</p><p>Se invocato con una parola selezionata, questa parola viene cercata nella documetazione Qt.</p> {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1636"/> + <location filename="../UI/UserInterface.py" line="1628"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> <translation type="unfinished"><b>Controlla per Update...</b><p>Controlla su internet per aggiornamenti di eric5.</p> {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1649"/> + <location filename="../UI/UserInterface.py" line="1641"/> <source><b>Show downloadable versions...</b><p>Shows the eric6 versions available for download from the internet.</p></source> <translation type="unfinished"><b>Mostra versioni scaricabili...</b><p>Mostra le versioni di eric5 disponibili per il download.</p> {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1904"/> + <location filename="../UI/UserInterface.py" line="1896"/> <source>eric6 Web Browser</source> <translation type="unfinished">Web Browser di eric5 {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1904"/> + <location filename="../UI/UserInterface.py" line="1896"/> <source>eric6 &Web Browser...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1909"/> + <location filename="../UI/UserInterface.py" line="1901"/> <source>Start the eric6 Web Browser</source> <translation type="unfinished">Avvia il Browser Web di eric5 {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1911"/> + <location filename="../UI/UserInterface.py" line="1903"/> <source><b>eric6 Web Browser</b><p>Browse the Internet with the eric6 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1923"/> + <location filename="../UI/UserInterface.py" line="1915"/> <source>Start the eric6 Icon Editor</source> <translation type="unfinished">Avvia l'editor di icone di eric5 {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1925"/> + <location filename="../UI/UserInterface.py" line="1917"/> <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> <translation type="unfinished"><b>Editor di icone</b><p>Avvia l'editor di icone di eric5 per modificare delle icone semplici.</p> {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2011"/> + <location filename="../UI/UserInterface.py" line="2003"/> <source><b>Show external tools</b><p>Opens a dialog to show the path and versions of all extenal tools used by eric6.</p></source> <translation type="unfinished"><b>Mostra tool esterni</b><p>Mostra un dialogo con percorso e versione di tutti i tool esterni usati da eric5.</p> {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2356"/> + <location filename="../UI/UserInterface.py" line="2348"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.</p></source> <translation type="unfinished"><b>Documentazione API Eric</b><p>Mostra la documentazione delle API di Eric. La posizione della documentazione è la subdirectory Documentation/Source della directory in cui è installato eric5.</p> {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4258"/> + <location filename="../UI/UserInterface.py" line="4295"/> <source>Qt v.3 is not supported by eric6.</source> <translation type="unfinished">Le Qt v.3 non sono supportate da eric5. {3 ?} {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6043"/> + <location filename="../UI/UserInterface.py" line="6080"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished">L'update alla versione <b>{0}</b> di eric5 è disponibile presso <b>{1}</b>. Vuoi prenderlo ? {0}?} {6 ?} {1}?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6056"/> + <location filename="../UI/UserInterface.py" line="6093"/> <source>Eric6 is up to date</source> <translation type="unfinished">Eric5 è aggiornato {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6056"/> + <location filename="../UI/UserInterface.py" line="6093"/> <source>You are using the latest version of eric6</source> <translation type="unfinished">Stai usando l'ultima versione di eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6164"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished">eric5 non è ancora stato configurato. Il dialogo di configurazione verrà avviato. {6 ?}</translation> </message> @@ -63727,24 +63747,24 @@ <context> <name>mercurial</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1436"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1442"/> <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="2106"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2120"/> <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="2116"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2130"/> <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="1456"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1462"/> <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> @@ -63753,24 +63773,24 @@ <tr><td><b>Committed time</b></td><td>{2}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2098"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2112"/> <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="2101"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2115"/> <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="2121"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2135"/> <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="2125"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2139"/> <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> @@ -63780,12 +63800,12 @@ <tr><td><b>Committed time</b></td><td>{2}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2111"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2125"/> <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="1494"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1500"/> <source><h3>Repository information</h3> <p><table> <tr><td><b>Mercurial V.</b></td><td>{0}</td></tr> @@ -64191,17 +64211,17 @@ <context> <name>subversion</name> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1736"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1741"/> <source>unknown</source> <translation>sconosciuto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1601"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1606"/> <source><h3>Repository information</h3><table><tr><td><b>Subversion V.</b></td><td>{0}</td></tr><tr><td><b>URL</b></td><td>{1}</td></tr><tr><td><b>Current revision</b></td><td>{2}</td></tr><tr><td><b>Committed revision</b></td><td>{3}</td></tr><tr><td><b>Committed date</b></td><td>{4}</td></tr><tr><td><b>Comitted time</b></td><td>{5}</td></tr><tr><td><b>Last author</b></td><td>{6}</td></tr></table></source> <translation><h3>Informazioni Repository</h3><table><tr><td><b>Subversion V.</b></td><td>{0}</td></tr><tr><td><b>URL</b></td><td>{1}</td></tr><tr><td><b>Revisione corrente </b></td><td>{2}</td></tr><tr><td><b>Revisione committata</b></td><td>{3}</td></tr><tr><td><b>Data della commit</b></td><td>{4}</td></tr><tr><td><b>Ora della commit</b></td><td>{5}</td></tr><tr><td><b>Ultimo autore</b></td><td>{6}</td></tr></table></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1741"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1746"/> <source><h3>Repository information</h3><table><tr><td><b>PySvn V.</b></td><td>{0}</td></tr><tr><td><b>Subversion V.</b></td><td>{1}</td></tr><tr><td><b>Subversion API V.</b></td><td>{2}</td></tr><tr><td><b>URL</b></td><td>{3}</td></tr><tr><td><b>Current revision</b></td><td>{4}</td></tr><tr><td><b>Committed revision</b></td><td>{5}</td></tr><tr><td><b>Committed date</b></td><td>{6}</td></tr><tr><td><b>Comitted time</b></td><td>{7}</td></tr><tr><td><b>Last author</b></td><td>{8}</td></tr></table></source> <translation><h3>Informazioni Repository</h3><table><tr><td><b>PySvn V.</b></td><td>{0}</td></tr><tr><td><b>Subversion V.</b></td><td>{1}</td></tr><tr><td><b>Subversion API V.</b></td><td>{2}</td></tr><tr><td><b>URL</b></td><td>{3}</td></tr><tr><td><b>Revisione corrente</b></td><td>{4}</td></tr><tr><td><b>Revisione Committata</b></td><td>{5}</td></tr><tr><td><b>Data della commit</b></td><td>{6}</td></tr><tr><td><b>Ora della commit</b></td><td>{7}</td></tr><tr><td><b>Ultimo autore</b></td><td>{8}</td></tr></table></translation> </message>
--- a/i18n/eric6_pt.ts Sun Feb 22 12:16:32 2015 +0100 +++ b/i18n/eric6_pt.ts Sun Feb 22 19:21:55 2015 +0100 @@ -701,17 +701,17 @@ <context> <name>AddFoundFilesDialog</name> <message> - <location filename="../Project/AddFoundFilesDialog.ui" line="13"/> + <location filename="../Project/AddFoundFilesDialog.ui" line="14"/> <source>Add found files to project</source> <translation>Adicionar ficheiros encontrados ao projeto</translation> </message> <message> - <location filename="../Project/AddFoundFilesDialog.ui" line="16"/> + <location filename="../Project/AddFoundFilesDialog.ui" line="17"/> <source>Adds the found files to the current project.</source> <translation>Adiciona os ficheiros encontrados ao projeto atual.</translation> </message> <message> - <location filename="../Project/AddFoundFilesDialog.ui" line="25"/> + <location filename="../Project/AddFoundFilesDialog.ui" line="26"/> <source>List of found files.</source> <translation>Lista de ficheiros encontrados.</translation> </message> @@ -19008,7 +19008,7 @@ <translation>O processo hg terminou com o código de saída {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1828"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1838"/> <source>The hg process did not finish within 30s.</source> <translation>O processo hg não acabou em 30s.</translation> </message> @@ -19063,147 +19063,147 @@ <translation>A renomear {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1022"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1028"/> <source>Reverting changes</source> <translation>Desfazer alterações</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1067"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1073"/> <source>Merging</source> <translation>A mesclar</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1369"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1375"/> <source>Mercurial command</source> <translation>Comando de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1589"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1595"/> <source>Copying {0}</source> <translation>A copiar {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1982"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1996"/> <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="2032"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2046"/> <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="2239"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2254"/> <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="2268"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2283"/> <source>Showing current branch</source> <translation>A mostrar o ramo atual</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2392"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2407"/> <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="2417"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2432"/> <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="2441"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2456"/> <source>Showing aliases for remote repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2465"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2480"/> <source>Recovering from interrupted transaction</source> <translation>A recuperar duma transação interrompida</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2489"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2504"/> <source>Identifying project directory</source> <translation>A identificar o diretorio do projeto</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2527"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2542"/> <source>Create .hgignore file</source> <translation>Criar ficheiro .hgignore</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2527"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2542"/> <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="2618"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2633"/> <source>Create changegroup</source> <translation>Criar conjunto de alterações</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2575"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2590"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2592"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2607"/> <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="2639"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2654"/> <source>Preview changegroup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2678"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2694"/> <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2698"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2714"/> <source>Apply changegroups</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2686"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2702"/> <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="2716"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2732"/> <source>Bisect subcommand ({0}) invalid.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2746"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2762"/> <source>Mercurial Bisect ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2778"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2794"/> <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="2832"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2848"/> <source>Backing out changeset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2812"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2828"/> <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="2859"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2875"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2852"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2868"/> <source>Are you sure you want to rollback the last transaction?</source> <translation type="unfinished"></translation> </message> @@ -19213,72 +19213,72 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3508"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3524"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3348"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3364"/> <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="3508"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3524"/> <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="2927"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2943"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2974"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2990"/> <source>Export Patches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3021"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3037"/> <source>Change Phase</source> <translation>Mudar Fase</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3074"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3090"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3100"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3116"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3217"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3233"/> <source>Add Sub-repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3250"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3266"/> <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="3198"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3214"/> <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="3269"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3285"/> <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="3269"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3285"/> <source>Remove Sub-repositories</source> <translation>Retirar Sub Repositórios</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3238"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3254"/> <source><p>The sub-repositories file .hgsub does not exist. Aborting...</p></source> <translation type="unfinished"></translation> </message> @@ -19293,147 +19293,147 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1016"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1022"/> <source>Revert changes</source> <translation>Desfazer alterações</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1007"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1013"/> <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="1016"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1022"/> <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="3135"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3151"/> <source>Create Unversioned Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1898"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1908"/> <source>Mercurial Side-by-Side Difference</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1898"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1908"/> <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="1831"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1841"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>O processo {0} não se pôde iniciar. Assegure-se de que está na rota de busca.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="966"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="972"/> <source>Tagging in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1119"/> <source>Re-Merge</source> <translation>Remesclar</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1104"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1110"/> <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="1113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1119"/> <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="1118"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1124"/> <source>Re-Merging</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1143"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1149"/> <source>Current branch tip</source> <translation>Dica de ramo atual</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2177"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2192"/> <source>Marking as 'unresolved'</source> <translation>A marcar como 'sem resolver'</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2179"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2194"/> <source>Marking as 'resolved'</source> <translation>A marcar como 'resolvido'</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2206"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2221"/> <source>Cancelling uncommitted merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2246"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2261"/> <source>Created new branch <{0}>.</source> <translation>Criado o novo ramo <{0}>.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3616"/> - <source>Mercurial Bookmark</source> - <translation>Marcador de Mercurial</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3634"/> + <source>Mercurial Bookmark</source> + <translation>Marcador de Mercurial</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3652"/> <source>Delete Bookmark</source> <translation>Apagar Marcador</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3634"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3652"/> <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="3645"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3663"/> <source>Delete Mercurial Bookmark</source> <translation>Apagar o Marcador de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3673"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3691"/> <source>Rename Mercurial Bookmark</source> <translation>Renomear o Marcador de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3706"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3724"/> <source>Move Mercurial Bookmark</source> <translation>Mover o Marcador de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3791"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3809"/> <source>Pull Bookmark</source> <translation>Puxar Marcador</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3791"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3809"/> <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="3802"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3820"/> <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="3824"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3842"/> <source>Push Bookmark</source> <translation>Empurrar Marcador</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3824"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3842"/> <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="3835"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3853"/> <source>Pushing bookmark to a remote Mercurial repository</source> <translation>A empurrar marcador a um repositório remoto de Mercurial</translation> </message> @@ -19564,12 +19564,12 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="139"/> <source>Process Generation Error</source> <translation>Erro na Criação de Processo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="139"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>O processo {0} não se pôde iniciar. Assegure-se de que está na rota de busca.</translation> </message> @@ -20081,7 +20081,7 @@ <translation>O processo {0} não se pôde iniciar. Assegure-se de que está na rota de busca.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="178"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="176"/> <source>no bookmarks found</source> <translation>sem marcadores encontrados</translation> </message> @@ -20173,20 +20173,30 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="125"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="138"/> <source>Process Generation Error</source> <translation>Erro na Criação de Processo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="125"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="138"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>O processo {0} não se pôde iniciar. Assegure-se de que está na rota de busca.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="160"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="177"/> <source>no bookmarks defined</source> <translation>não há marcadores definidos</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="42"/> + <source>Refresh</source> + <translation type="unfinished">Atualizar</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="44"/> + <source>Press to refresh the bookmarks display</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HgBranchInputDialog</name> @@ -21168,7 +21178,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="318"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="316"/> <source>Revision</source> <translation>Revisão</translation> </message> @@ -21253,7 +21263,7 @@ <translation>O processo {0} não se pôde iniciar. Assegure-se de que está na rota de busca.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="152"/> <source>no signatures found</source> <translation>não se encontraram assinaturas</translation> </message> @@ -24023,37 +24033,37 @@ <translation>Retirar</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="123"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="116"/> <source>Unsaved Changes</source> <translation>Alterações Sem Gravar</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="123"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="116"/> <source>The guards list has been changed. Shall the changes be applied?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="245"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="238"/> <source>Remove Guards</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="245"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="238"/> <source>Do you really want to remove the selected guards?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="314"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="307"/> <source>Apply Guard Definitions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="314"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="307"/> <source><p>The defined guards could not be applied.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="306"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="299"/> <source>The Mercurial process did not finish in time.</source> <translation type="unfinished"></translation> </message> @@ -24127,17 +24137,17 @@ <translation>Mensagem de Cometido</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="107"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="110"/> <source>Process Generation Error</source> <translation>Erro na Criação de Processo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="107"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="110"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>O processo {0} não se pôde iniciar. Assegure-se de que está na rota de busca.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="195"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="196"/> <source>Error: </source> <translation>Erro:</translation> </message> @@ -24245,42 +24255,42 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="195"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="198"/> <source>Process Generation Error</source> <translation>Erro na Criação de Processo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="195"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="198"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>O processo {0} não se pôde iniciar. Assegure-se de que está na rota de busca.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="230"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="231"/> <source>no patches found</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="56"/> - <source>applied</source> - <translation>aplicado</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="58"/> - <source>guarded</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="59"/> + <source>applied</source> + <translation>aplicado</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="61"/> + <source>guarded</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="62"/> <source>missing</source> <translation>a faltar</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="304"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="305"/> <source>unknown</source> <translation>desconhecido</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="57"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="60"/> <source>not applied</source> <translation type="unfinished"></translation> </message> @@ -25286,7 +25296,7 @@ <context> <name>HgStatusDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="257"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="264"/> <source>Mercurial Status</source> <translation>Estado de Mercurial</translation> </message> @@ -25363,102 +25373,102 @@ <translation>Pressionar para atualizar o visor de estado</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="84"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="90"/> <source>Commit changes to repository...</source> <translation>Cometer alterações no repositório...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="93"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="99"/> <source>Add to repository</source> <translation>Adicionar ao repositorio</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="109"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="115"/> <source>Revert changes</source> <translation>Desfazer alterações</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="125"/> <source>Adjust column sizes</source> <translation>Ajustar tamanho de colunas</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="158"/> - <source>added</source> - <translation>adicionado</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="161"/> - <source>modified</source> - <translation>alterado</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="162"/> - <source>removed</source> - <translation>retirado</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="163"/> - <source>not tracked</source> - <translation>sem rastrear</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="164"/> + <source>added</source> + <translation>adicionado</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="167"/> + <source>modified</source> + <translation>alterado</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="168"/> + <source>removed</source> + <translation>retirado</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="169"/> + <source>not tracked</source> + <translation>sem rastrear</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="170"/> <source>missing</source> <translation>a faltar</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="159"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="165"/> <source>normal</source> <translation>normal</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="160"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="166"/> <source>ignored</source> <translation>ignorado</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="313"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="316"/> <source>Process Generation Error</source> <translation>Erro na Criação de Processo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="313"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="316"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>O processo {0} não se pôde iniciar. Assegure-se de que está na rota de busca.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="653"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="649"/> <source>Commit</source> <translation>Cometido</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="819"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="815"/> <source>There are no uncommitted changes available/selected.</source> <translation>Não há aterações por cometer disponíveis/selecionadas.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="717"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="713"/> <source>Add</source> <translation>Adicionar</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="717"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="713"/> <source>There are no unversioned entries available/selected.</source> <translation>Não existem entradas sem versão disponíveis/selecionadas.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="740"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="736"/> <source>Remove</source> <translation>Retirar</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="781"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="777"/> <source>There are no missing entries available/selected.</source> <translation>Não existem entradas desaparecidas disponíveis/selcionadas.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="781"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="777"/> <source>Revert</source> <translation>Anular</translation> </message> @@ -25533,42 +25543,42 @@ <translation>&Restaurar</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="103"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="109"/> <source>Show differences</source> <translation>Mostrar diferenças</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="115"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="121"/> <source>Restore missing</source> <translation>Restaurar desaparecidos</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="528"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="524"/> <source>all</source> <translation>tudo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="799"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="795"/> <source>Differences</source> <translation>Diferenças</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="653"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="649"/> <source>There are no entries selected to be committed.</source> <translation>Não há entradas selecionadas a cometer.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="87"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="93"/> <source>Select all for commit</source> <translation>Selecionar tudo para cometer</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="89"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="95"/> <source>Deselect all from commit</source> <translation>Desmarque tudo a cometer</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="254"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="261"/> <source>Mercurial Queue Repository Status</source> <translation>Estado de Fila do Repositório Mercurial</translation> </message> @@ -25583,32 +25593,32 @@ <translation>Diff &Lado a lado</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="826"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="822"/> <source>Side-by-Side Diff</source> <translation>Diff Lado a lado</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="826"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="822"/> <source>Only one file with uncommitted changes must be selected.</source> <translation>Apenas um ficheiro com alterações por cometer deve ser selecionado.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="106"/> - <source>Show differences side-by-side</source> - <translation>Mostrar diferenças lado a lado</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="134"/> - <source>Add as Large File</source> - <translation>Adicionar como Ficheiro Grande</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="137"/> - <source>Add as Normal File</source> - <translation>Adicionar como Ficheiro Normal</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="112"/> + <source>Show differences side-by-side</source> + <translation>Mostrar diferenças lado a lado</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="140"/> + <source>Add as Large File</source> + <translation>Adicionar como Ficheiro Grande</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="143"/> + <source>Add as Normal File</source> + <translation>Adicionar como Ficheiro Normal</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="118"/> <source>Forget missing</source> <translation>Esquecer desaparecidos</translation> </message> @@ -25649,202 +25659,202 @@ <translation>Pressionar para atualizar o visor do sumário</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="115"/> <source>Process Generation Error</source> <translation>Erro na Criação de Processo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="115"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>O processo {0} não se pôde iniciar. Assegure-se de que está na rota de busca.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="339"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="337"/> <source><tr><td><b>Parent</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Pai</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="343"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="341"/> <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/HgSummaryDialog.py" line="347"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="345"/> <source><tr><td><b>Commit Message</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="351"/> + <source>empty repository</source> + <translation>repositório vazio</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="353"/> - <source>empty repository</source> - <translation>repositório vazio</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="355"/> <source>no revision checked out</source> <translation>Sem revisão selecionada</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="356"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="354"/> <source><tr><td><b>Remarks</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Observações</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="360"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="358"/> <source><tr><td><b>Branch</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Ramo</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="368"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="366"/> <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/HgSummaryDialog.py" line="373"/> + <source>{0} modified</source> + <translation>{0} modificado</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="375"/> - <source>{0} modified</source> - <translation>{0} modificado</translation> + <source>{0} added</source> + <translation>{0} adicionado</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="377"/> - <source>{0} added</source> - <translation>{0} adicionado</translation> + <source>{0} removed</source> + <translation>{0} retirado</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="379"/> - <source>{0} removed</source> - <translation>{0} retirado</translation> + <source>{0} renamed</source> + <translation>{0} renomeado</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="381"/> - <source>{0} renamed</source> - <translation>{0} renomeado</translation> + <source>{0} copied</source> + <translation>{0} copiado</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="383"/> - <source>{0} copied</source> - <translation>{0} copiado</translation> + <source>{0} deleted</source> + <translation>{0} apagado</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="385"/> - <source>{0} deleted</source> - <translation>{0} apagado</translation> + <source>{0} unknown</source> + <translation>{0} desconhecido</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="387"/> - <source>{0} unknown</source> - <translation>{0} desconhecido</translation> + <source>{0} ignored</source> + <translation>{0} ignorado</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="389"/> - <source>{0} ignored</source> - <translation>{0} ignorado</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="391"/> <source>{0} unresolved</source> <translation>{0} sem resolver</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="394"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="392"/> <source>{0} subrepos</source> <translation>{0} sub repos</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="395"/> + <source>Merge needed</source> + <translation>Necessário mesclar</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="397"/> - <source>Merge needed</source> - <translation>Necessário mesclar</translation> + <source>New Branch</source> + <translation>Novo Ramo</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="399"/> - <source>New Branch</source> - <translation>Novo Ramo</translation> + <source>Head is closed</source> + <translation>Cabeçalho está Fechado</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="401"/> - <source>Head is closed</source> - <translation>Cabeçalho está Fechado</translation> + <source>No commit required</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="403"/> - <source>No commit required</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="405"/> <source>New Branch Head</source> <translation>Cabeçalho do Novo Ramo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="406"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="404"/> <source><tr><td><b>Commit Status</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="411"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="409"/> <source>current</source> <translation>atual</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="426"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="424"/> <source>unknown status</source> <translation>estado desconhecido</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="427"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="425"/> <source><tr><td><b>Update Status</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Estado da Atualização</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="432"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="430"/> <source>synched</source> <translation>sincronizado</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="434"/> + <source>1 or more incoming</source> + <translation>entrando 1 ou mais</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="436"/> - <source>1 or more incoming</source> - <translation>entrando 1 ou mais</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="438"/> <source>{0} outgoing</source> <translation>{0} saindo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="447"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="445"/> <source><tr><td><b>Remote Status</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Estado Remoto</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="452"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="450"/> <source>empty queue</source> <translation>fila vazia</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="456"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="454"/> <source>{0} applied</source> <translation>{0} aplicado</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="459"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="457"/> <source>{0} unapplied</source> <translation>{0} sem aplicar</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="462"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="460"/> <source><tr><td><b>Queues Status</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Estado das Filas</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="476"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="474"/> <source><p>No status information available.</p></source> <translation><p>Não há informação de estado disponível.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="335"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="333"/> <source><tr><td><b>Parent #{0}</b></td><td>{1}</td></tr></source> <translation><tr><td><b>Pai #{0}</b></td><td>{1}</td></tr></translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="413"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="411"/> <source>%n new changeset(s)<br/>Update required</source> <translation> <numerusform>novo conjunto de alterações<br/>Necessário atualizar</numerusform> @@ -25852,7 +25862,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="417"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="415"/> <source>%n new changeset(s)</source> <translation> <numerusform>Um novo conjunto de alterações</numerusform> @@ -25860,7 +25870,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="419"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="417"/> <source>%n branch head(s)</source> <translation> <numerusform>one branch head</numerusform> @@ -25868,13 +25878,13 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="421"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="419"/> <source>{0}<br/>{1}<br/>Merge required</source> <comment>0 is changesets, 1 is branch heads</comment> <translation>{0}<br/>{1}<br/>Necessário mesclar</translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="441"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="439"/> <source>%n incoming bookmark(s)</source> <translation> <numerusform>one incoming bookmark</numerusform> @@ -25882,7 +25892,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="444"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="442"/> <source>%n outgoing bookmark(s)</source> <translation> <numerusform>one outgoing bookmarks</numerusform> @@ -25890,12 +25900,12 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="467"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="465"/> <source>No files to upload</source> <translation>Sem ficheiros a subir</translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="469"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="467"/> <source>%n file(s) to upload</source> <translation> <numerusform>Um ficheiro a subir</numerusform> @@ -25903,7 +25913,7 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="471"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="469"/> <source><tr><td><b>Large Files</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Ficheiros Grandes</b></td><td>{0}</td></tr></translation> </message> @@ -25995,32 +26005,32 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="94"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="97"/> <source>Mercurial Branches List</source> <translation>Lista de Ramos de Mercurial</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="95"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="98"/> <source>Status</source> <translation>Estado</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="141"/> <source>Process Generation Error</source> <translation>Erro na Criação de Processo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="141"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>O processo {0} não se pôde iniciar. Assegure-se de que está na rota de busca.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="257"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="258"/> <source>active</source> <translation>ativo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="262"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="263"/> <source>yes</source> <translation>sim</translation> </message> @@ -47539,7 +47549,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1973"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1984"/> <source>The svn process did not finish within 30s.</source> <translation type="unfinished"></translation> </message> @@ -47629,87 +47639,87 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1219"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1224"/> <source>Subversion Error</source> <translation type="unfinished">Erro de Subversão</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1049"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1054"/> <source>The URL of the project repository could not be retrieved from the working copy. The tag operation will be aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1076"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1081"/> <source>The URL of the project repository has an invalid format. The tag operation will be aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1113"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1118"/> <source>Tagging {0} in the Subversion repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1163"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1168"/> <source>Reverting changes</source> <translation type="unfinished">Desfazer alterações</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1192"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1197"/> <source>The URL of the project repository could not be retrieved from the working copy. The switch operation will be aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1219"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1224"/> <source>The URL of the project repository has an invalid format. The switch operation will be aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1243"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1248"/> <source>Switching to {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1348"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1353"/> <source>Merging {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1649"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1654"/> <source>Cleaning up {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1688"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1693"/> <source>Subversion command</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1809"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1814"/> <source>Resolving conficts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1850"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1855"/> <source>Copying {0}</source> <translation type="unfinished">A copiar {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1921"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1928"/> <source>Subversion Set Property</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1955"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1962"/> <source>You have to supply a property name. Aborting.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1975"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1982"/> <source>Subversion Delete Property</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1784"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1791"/> <source>Enter property name</source> <translation type="unfinished"></translation> </message> @@ -47724,42 +47734,42 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2271"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2288"/> <source>Locking in the Subversion repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2311"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2328"/> <source>Unlocking in the Subversion repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2359"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2376"/> <source>Relocating</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2385"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2402"/> <source>Repository Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2385"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2402"/> <source>Enter the repository URL.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2410"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2430"/> <source>Remove from changelist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2447"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2467"/> <source>Add to changelist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2436"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2456"/> <source>Enter name of the changelist:</source> <translation type="unfinished"></translation> </message> @@ -47775,28 +47785,28 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1250"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1255"/> <source>Revision {0}. </source> <translation>Revisão {0}.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1937"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1944"/> <source>Property set.</source> <translation>Propriedade definida.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1990"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1997"/> <source>Property deleted.</source> <translation>Propriedade apagada.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2251"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2268"/> <source>Subversion Lock</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2251"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2268"/> <source>Enter lock comment</source> <translation type="unfinished"></translation> </message> @@ -47976,37 +47986,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1156"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1161"/> <source>Revert changes</source> <translation type="unfinished">Desfazer alterações</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1147"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1152"/> <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/vcsPySvn/subversion.py" line="1156"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1161"/> <source>Do you really want to revert all changes of the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1976"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1987"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>O processo {0} não se pôde iniciar. Assegure-se de que está na rota de busca.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2212"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2227"/> <source>Subversion Side-by-Side Difference</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2212"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2227"/> <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/vcsPySvn/subversion.py" line="2508"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2528"/> <source>Upgrade</source> <translation>Atualizar</translation> </message> @@ -48175,12 +48185,12 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="100"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="101"/> <source>Process Generation Error</source> <translation>Erro na Criação de Processo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="100"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="101"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>O processo {0} não se pôde iniciar. Assegure-se de que está na rota de busca.</translation> </message> @@ -48255,22 +48265,22 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="83"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="87"/> <source>Files (relative to {0}):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="149"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="148"/> <source>No changelists found</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="118"/> <source>Process Generation Error</source> <translation>Erro na Criação de Processo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="118"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>O processo {0} não se pôde iniciar. Assegure-se de que está na rota de busca.</translation> </message> @@ -50354,20 +50364,30 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="134"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="152"/> <source>Process Generation Error</source> <translation>Erro na Criação de Processo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="134"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="152"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>O processo {0} não se pôde iniciar. Assegure-se de que está na rota de busca.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="136"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="152"/> <source>None</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="43"/> + <source>Refresh</source> + <translation type="unfinished">Atualizar</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="45"/> + <source>Press to refresh the properties display</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>SvnPropSetDialog</name> @@ -50573,7 +50593,7 @@ <translation>A versão instalada de PySvn deve ser 1.4.0 ou superior.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py" line="284"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py" line="288"/> <source>Subversion Error</source> <translation>Erro de Subversão</translation> </message> @@ -50699,7 +50719,7 @@ <context> <name>SvnStatusDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="286"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="293"/> <source>Subversion Status</source> <translation type="unfinished"></translation> </message> @@ -50845,17 +50865,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="846"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="844"/> <source>Remove from Changelist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="757"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="755"/> <source>Lock</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="774"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="772"/> <source>Unlock</source> <translation type="unfinished"></translation> </message> @@ -50875,22 +50895,22 @@ <translation type="unfinished">Ajustar tamanho de colunas</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="157"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="161"/> <source>added</source> <translation>adicionado</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="162"/> <source>deleted</source> <translation>apagado</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="170"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="174"/> <source>modified</source> <translation>alterado</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="164"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="168"/> <source>unversioned</source> <translation type="unfinished"></translation> </message> @@ -50920,37 +50940,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="169"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="173"/> <source>normal</source> <translation>normal</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="160"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="164"/> <source>replaced</source> <translation>substituído</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="171"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="175"/> <source>conflict</source> <translation>conflito</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="162"/> - <source>external</source> - <translation>externo</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="163"/> - <source>ignored</source> - <translation>ignorado</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="165"/> - <source>missing</source> - <translation>a faltar</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="166"/> + <source>external</source> + <translation>externo</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="167"/> + <source>ignored</source> + <translation>ignorado</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="169"/> + <source>missing</source> + <translation>a faltar</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="170"/> <source>type error</source> <translation type="unfinished"></translation> </message> @@ -50965,67 +50985,67 @@ <translation>sim</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="402"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="401"/> <source>Process Generation Error</source> <translation>Erro na Criação de Processo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="402"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="401"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>O processo {0} não se pôde iniciar. Assegure-se de que está na rota de busca.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="609"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="607"/> <source>Commit</source> <translation type="unfinished">Cometido</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="734"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="732"/> <source>There are no uncommitted changes available/selected.</source> <translation type="unfinished">Não há aterações por cometer disponíveis/selecionadas.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="649"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="647"/> <source>Add</source> <translation>Adicionar</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="649"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="647"/> <source>There are no unversioned entries available/selected.</source> <translation type="unfinished">Não existem entradas sem versão disponíveis/selecionadas.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="695"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="693"/> <source>Revert</source> <translation type="unfinished">Anular</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="757"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="755"/> <source>There are no unlocked files available/selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="810"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="808"/> <source>There are no locked files available/selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="792"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="790"/> <source>Break Lock</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="810"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="808"/> <source>Steal Lock</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="827"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="825"/> <source>There are no files available/selected not belonging to a changelist.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="846"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="844"/> <source>There are no files available/selected belonging to a changelist.</source> <translation type="unfinished"></translation> </message> @@ -51100,22 +51120,22 @@ <translation type="unfinished">Restaurar desaparecidos</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="521"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="519"/> <source>all</source> <translation>tudo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="713"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="711"/> <source>Differences</source> <translation>Diferenças</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="609"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="607"/> <source>There are no entries selected to be committed.</source> <translation type="unfinished">Não há entradas selecionadas a cometer.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="695"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="693"/> <source>There are no missing entries available/selected.</source> <translation type="unfinished">Não existem entradas desaparecidas disponíveis/selcionadas.</translation> </message> @@ -51145,12 +51165,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="741"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="739"/> <source>Side-by-Side Diff</source> <translation type="unfinished">Diff Lado a lado</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="741"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="739"/> <source>Only one file with uncommitted changes must be selected.</source> <translation type="unfinished">Apenas um ficheiro com alterações por cometer deve ser selecionado.</translation> </message> @@ -51321,52 +51341,52 @@ <translation type="unfinished">Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="72"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="74"/> <source>Subversion Branches List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="94"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="96"/> <source>Subversion Error</source> <translation type="unfinished">Erro de Subversão</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="80"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="82"/> <source>The URL of the project repository could not be retrieved from the working copy. The list operation will be aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="94"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="96"/> <source>The URL of the project repository has an invalid format. The list operation will be aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="121"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="123"/> <source>Subversion List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="110"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="112"/> <source>Enter the repository URL containing the tags or branches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="121"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="123"/> <source>The repository URL is empty. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="166"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="168"/> <source>Process Generation Error</source> <translation>Erro na Criação de Processo</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="166"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="168"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>O processo {0} não se pôde iniciar. Assegure-se de que está na rota de busca.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="155"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="157"/> <source>The installed version of PySvn should be 1.4.0 or better.</source> <translation type="unfinished">A versão instalada de PySvn deve ser 1.4.0 ou superior.</translation> </message> @@ -63381,48 +63401,48 @@ <context> <name>mercurial</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1436"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1442"/> <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="2106"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2120"/> <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="2116"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2130"/> <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="1456"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1462"/> <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="2098"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2112"/> <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="2101"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2115"/> <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="2121"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2135"/> <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="2125"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2139"/> <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> @@ -63433,12 +63453,12 @@ </table></p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2111"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2125"/> <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="1494"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1500"/> <source><h3>Repository information</h3> <p><table> <tr><td><b>Mercurial V.</b></td><td>{0}</td></tr> @@ -63844,17 +63864,17 @@ <context> <name>subversion</name> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1601"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1606"/> <source><h3>Repository information</h3><table><tr><td><b>Subversion V.</b></td><td>{0}</td></tr><tr><td><b>URL</b></td><td>{1}</td></tr><tr><td><b>Current revision</b></td><td>{2}</td></tr><tr><td><b>Committed revision</b></td><td>{3}</td></tr><tr><td><b>Committed date</b></td><td>{4}</td></tr><tr><td><b>Comitted time</b></td><td>{5}</td></tr><tr><td><b>Last author</b></td><td>{6}</td></tr></table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1736"/> - <source>unknown</source> - <translation>desconhecido</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1741"/> + <source>unknown</source> + <translation>desconhecido</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1746"/> <source><h3>Repository information</h3><table><tr><td><b>PySvn V.</b></td><td>{0}</td></tr><tr><td><b>Subversion V.</b></td><td>{1}</td></tr><tr><td><b>Subversion API V.</b></td><td>{2}</td></tr><tr><td><b>URL</b></td><td>{3}</td></tr><tr><td><b>Current revision</b></td><td>{4}</td></tr><tr><td><b>Committed revision</b></td><td>{5}</td></tr><tr><td><b>Committed date</b></td><td>{6}</td></tr><tr><td><b>Comitted time</b></td><td>{7}</td></tr><tr><td><b>Last author</b></td><td>{8}</td></tr></table></source> <translation type="unfinished"></translation> </message>
--- a/i18n/eric6_ru.ts Sun Feb 22 12:16:32 2015 +0100 +++ b/i18n/eric6_ru.ts Sun Feb 22 19:21:55 2015 +0100 @@ -700,17 +700,17 @@ <context> <name>AddFoundFilesDialog</name> <message> - <location filename="../Project/AddFoundFilesDialog.ui" line="13"/> + <location filename="../Project/AddFoundFilesDialog.ui" line="14"/> <source>Add found files to project</source> <translation>Добавить в проект найденные файлы</translation> </message> <message> - <location filename="../Project/AddFoundFilesDialog.ui" line="16"/> + <location filename="../Project/AddFoundFilesDialog.ui" line="17"/> <source>Adds the found files to the current project.</source> <translation>Добавляет найденные файлы в текущий проект.</translation> </message> <message> - <location filename="../Project/AddFoundFilesDialog.ui" line="25"/> + <location filename="../Project/AddFoundFilesDialog.ui" line="26"/> <source>List of found files.</source> <translation>Список найденных файлов.</translation> </message> @@ -6615,32 +6615,32 @@ <context> <name>DiffDialog</name> <message> - <location filename="../UI/DiffDialog.py" line="296"/> + <location filename="../UI/DiffDialog.py" line="289"/> <source>Patch Files (*.diff)</source> <translation>Файлы изменений (*.diff)</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="332"/> + <location filename="../UI/DiffDialog.py" line="325"/> <source>Save Diff</source> <translation>Сохранить изменения</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="373"/> + <location filename="../UI/DiffDialog.py" line="366"/> <source>Compare Files</source> <translation>Сравнить файлы</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="477"/> + <location filename="../UI/DiffDialog.py" line="448"/> <source>There is no difference.</source> <translation>Различий нет.</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="497"/> + <location filename="../UI/DiffDialog.py" line="467"/> <source>Select file to compare</source> <translation>Задайте файл для сравнения</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="373"/> + <location filename="../UI/DiffDialog.py" line="366"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл: <b>{0}</b></p></translation> </message> @@ -6705,32 +6705,32 @@ <translation>Alt+N</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="224"/> + <location filename="../UI/DiffDialog.py" line="225"/> <source>Press to perform the comparison of the two files</source> <translation>Выполнить сравнение двух файлов</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="228"/> + <location filename="../UI/DiffDialog.py" line="229"/> <source>Save the output to a patch file</source> <translation>Сохранить вывод как файл изменений</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="332"/> + <location filename="../UI/DiffDialog.py" line="325"/> <source><p>The patch file <b>{0}</b> could not be saved.<br />Reason: {1}</p></source> <translation><p>Невозможно сохранить патч в файл <b>{0}</b>:<br>Причина: {1}.</p></translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="222"/> + <location filename="../UI/DiffDialog.py" line="223"/> <source>Compare</source> <translation>Сравнить</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="226"/> + <location filename="../UI/DiffDialog.py" line="227"/> <source>Save</source> <translation>Сохранить</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="313"/> + <location filename="../UI/DiffDialog.py" line="306"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Файл изменений <b>{0}</b> уже существует. Переписать?</p></translation> </message> @@ -19126,7 +19126,7 @@ <translation>Процесс hg завершился с кодом возврата {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1828"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1838"/> <source>The hg process did not finish within 30s.</source> <translation>Процесс hg не завершился в течение 30 секунд.</translation> </message> @@ -19181,147 +19181,147 @@ <translation>Переименование {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1067"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1073"/> <source>Merging</source> <translation>Слияние</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1589"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1595"/> <source>Copying {0}</source> <translation>Копирование {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1982"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1996"/> <source>Pulling from a remote Mercurial repository</source> <translation>Загрузка изменений из удалённого репозитория</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2032"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2046"/> <source>Pushing to a remote Mercurial repository</source> <translation>Загрузка изменений в удалённый репозиторий</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1022"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1028"/> <source>Reverting changes</source> <translation>Отмена изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1369"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1375"/> <source>Mercurial command</source> <translation>Mercurial команда</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2239"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2254"/> <source>Creating branch in the Mercurial repository</source> <translation>Создание ветвив репозитории</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2392"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2407"/> <source>Verifying the integrity of the Mercurial repository</source> <translation>Проверка целостности репозитория</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2417"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2432"/> <source>Showing the combined configuration settings</source> <translation>Показ комбинированных настроек</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2441"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2456"/> <source>Showing aliases for remote repositories</source> <translation>Алиасы для удалённых репозиториев</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2465"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2480"/> <source>Recovering from interrupted transaction</source> <translation>Восстановление после прерванной транзакции</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2686"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2702"/> <source>Shall the working directory be updated?</source> <translation>Обновить рабочий каталог?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2268"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2283"/> <source>Showing current branch</source> <translation>Текущая ветвь</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2618"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2633"/> <source>Create changegroup</source> <translation>Создать группу изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2698"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2714"/> <source>Apply changegroups</source> <translation>Применить группу изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2716"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2732"/> <source>Bisect subcommand ({0}) invalid.</source> <translation>Неправильная подкоманда ({0}) для Bisect.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2746"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2762"/> <source>Mercurial Bisect ({0})</source> <translation>Mercurial Bisect ({0})</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2639"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2654"/> <source>Preview changegroup</source> <translation>Предпросмотр группы изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2489"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2504"/> <source>Identifying project directory</source> <translation>Каталог проекта</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2527"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2542"/> <source>Create .hgignore file</source> <translation>Создать файл .hgignore</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2527"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2542"/> <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="2778"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2794"/> <source>Removing files from the Mercurial repository only</source> <translation>Удаление файлов только из репозитория</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2575"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2590"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation>Mercurial файлы изменений (*.hg)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2678"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2694"/> <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> <translation>Mercurial файлы изменений (*.hg);;Все файлы (*)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2832"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2848"/> <source>Backing out changeset</source> <translation>Отмена изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2812"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2828"/> <source>No revision given. Aborting...</source> <translation>Не задана ревизия. Отмена...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2592"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2607"/> <source><p>The Mercurial changegroup file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Файл группы изменений<b>{0}</b> уже существует. Переписать?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2859"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2875"/> <source>Rollback last transaction</source> <translation>Откатить последнюю транзакцию</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2852"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2868"/> <source>Are you sure you want to rollback the last transaction?</source> <translation>Вы действительно хотите откатить последнюю транзакцию?</translation> </message> @@ -19331,72 +19331,72 @@ <translation>Фиксировать изменения в репозиторий</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3508"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3524"/> <source>Mercurial Command Server</source> <translation>Mercurial сервер</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3348"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3364"/> <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="3508"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3524"/> <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="2927"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2943"/> <source>Import Patch</source> <translation>Импортировать патч</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2974"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2990"/> <source>Export Patches</source> <translation>Экспортировать патчи</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3021"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3037"/> <source>Change Phase</source> <translation>Изменить фазу</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3074"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3090"/> <source>Copy Changesets</source> <translation>Копировать изменения</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3100"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3116"/> <source>Copy Changesets (Continue)</source> <translation>Копировать изменения (продолжить)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3217"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3233"/> <source>Add Sub-repository</source> <translation>Добавить Sub-репозиторий</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3250"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3266"/> <source><p>The sub-repositories file .hgsub could not be read.</p><p>Reason: {0}</p></source> <translation><p>Невозможно прочитать файл .hgsub sub-репозитория.<b></b>Причина {0}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3198"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3214"/> <source><p>The sub-repositories file .hgsub already contains an entry <b>{0}</b>. Aborting...</p></source> <translation><p>Файл .hgsub sub-репозитория уже содержит запись.<b>{0}</b>Отмена...</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3269"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3285"/> <source><p>The sub-repositories file .hgsub could not be written to.</p><p>Reason: {0}</p></source> <translation><p>Невозможно записать файл .hgsub sub-репозитория.<b></b>Причина {0}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3269"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3285"/> <source>Remove Sub-repositories</source> <translation>Удалить Sub-репозитории</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3238"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3254"/> <source><p>The sub-repositories file .hgsub does not exist. Aborting...</p></source> <translation><p>Отсутствует файл .hgsub sub-репозитория. Отмена...</p></translation> </message> @@ -19411,147 +19411,147 @@ <translation>Фиксация содержит файлы с несохраненными изменениями. Продолжить фиксацию?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1016"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1022"/> <source>Revert changes</source> <translation>Отмена изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1007"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1013"/> <source>Do you really want to revert all changes to these files or directories?</source> <translation>Вы действительно хотите оттянуть все изменения в этих файлах и каталогах?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1016"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1022"/> <source>Do you really want to revert all changes of the project?</source> <translation>Вы действительно хотите оттянуть все изменения в проекте?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3135"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3151"/> <source>Create Unversioned Archive</source> <translation>Создать архив</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1898"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1908"/> <source>Mercurial Side-by-Side Difference</source> <translation>Mercurial просмотрщик изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1898"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1908"/> <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="1831"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1841"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Не могу запустить процесс {0}. Убедитесь, что он находится в пути поиска.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="966"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="972"/> <source>Tagging in the Mercurial repository</source> <translation>Создание меток в репозитории</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2246"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2261"/> <source>Created new branch <{0}>.</source> <translation>Создана ветвь <{0}>.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1143"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1149"/> <source>Current branch tip</source> <translation>Вершина текущей ветви</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2206"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2221"/> <source>Cancelling uncommitted merge</source> <translation>Отмена незавершённого слияния</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3616"/> - <source>Mercurial Bookmark</source> - <translation>Mercurial закладка</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3634"/> - <source>Delete Bookmark</source> - <translation>Удалить закладку</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3634"/> + <source>Mercurial Bookmark</source> + <translation>Mercurial закладка</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3652"/> + <source>Delete Bookmark</source> + <translation>Удалить закладку</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3652"/> <source>Select the bookmark to be deleted:</source> <translation>Выберите закладку, которая будет удалена:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3645"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3663"/> <source>Delete Mercurial Bookmark</source> <translation>Удалить Mercurial закладку</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3673"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3691"/> <source>Rename Mercurial Bookmark</source> <translation>Переименовать Mercurial закладку</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3706"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3724"/> <source>Move Mercurial Bookmark</source> <translation>Переместить Mercurial закладку</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3791"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3809"/> <source>Pull Bookmark</source> <translation>Тянуть закладку</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3791"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3809"/> <source>Select the bookmark to be pulled:</source> <translation>Выберите закладку, для перетаскивания:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3802"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3820"/> <source>Pulling bookmark from a remote Mercurial repository</source> <translation>Загрузка закладки из удалённого репозитория</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3824"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3842"/> <source>Push Bookmark</source> <translation>Протолкнуть закладку</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3824"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3842"/> <source>Select the bookmark to be push:</source> <translation>Выберите закладку, для проталкивания:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3835"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3853"/> <source>Pushing bookmark to a remote Mercurial repository</source> <translation>Проталкивание закладки в удалённый репозиторий</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1119"/> <source>Re-Merge</source> <translation>Повторить слияние</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1104"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1110"/> <source>Do you really want to re-merge these files or directories?</source> <translation>Повторить слияние?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1119"/> <source>Do you really want to re-merge the project?</source> <translation>Повторить слияние проекта?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1118"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1124"/> <source>Re-Merging</source> <translation>Повторное слияние</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2177"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2192"/> <source>Marking as 'unresolved'</source> <translation>Помечаем как 'unresolved'</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2179"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2194"/> <source>Marking as 'resolved'</source> <translation>Помечаем как 'resolved'</translation> </message> @@ -19682,12 +19682,12 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="139"/> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="139"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Не могу запустить процесс {0}. Убедитесь, что он находится в пути поиска.</translation> </message> @@ -20198,7 +20198,7 @@ <translation>Не могу запустить процесс {0}. Убедитесь, что он находится в пути поиска.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="178"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="176"/> <source>no bookmarks found</source> <translation>Закладки не найдены</translation> </message> @@ -20290,20 +20290,30 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="125"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="138"/> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="125"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="138"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Не могу запустить процесс {0}. Убедитесь, что он находится в пути поиска.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="160"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="177"/> <source>no bookmarks defined</source> <translation>Закладок нет</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="42"/> + <source>Refresh</source> + <translation type="unfinished">Обновить</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="44"/> + <source>Press to refresh the bookmarks display</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HgBranchInputDialog</name> @@ -20955,62 +20965,62 @@ <translation>Alt+П</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="211"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="206"/> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="211"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="206"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Не могу запустить процесс {0}. Убедитесь, что он находится в пути поиска.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="240"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="234"/> <source>There is no difference.</source> <translation>Различий нет.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="457"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="449"/> <source>Save Diff</source> <translation>Сохранить изменения</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="424"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="416"/> <source>Patch Files (*.diff)</source> <translation>Файлы изменений (*.diff)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="457"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="449"/> <source><p>The patch file <b>{0}</b> could not be saved.<br>Reason: {1}</p></source> <translation><p>Невозможно сохранить патч в файл <b>{0}</b>:<br>Причина: {1}.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="441"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="433"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Файл изменений <b>{0}</b> уже существует. Переписать?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="133"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="128"/> <source>Patch Contents</source> <translation>Содержимое паича</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="254"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="247"/> <source><Start></source> <translation><Начало></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="255"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="248"/> <source><End></source> <translation><Конец></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="46"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="47"/> <source>Refresh</source> <translation>Обновить</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="48"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="49"/> <source>Press to refresh the display</source> <translation>Нажмите, чтобы обновить отображение</translation> </message> @@ -21298,7 +21308,7 @@ <translation>Задайте поле, по которому фильтровать</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="318"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="316"/> <source>Revision</source> <translation>Ревизия</translation> </message> @@ -21384,7 +21394,7 @@ <translation>Не могу запустить процесс {0}. Убедитесь, что он находится в пути поиска.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="152"/> <source>no signatures found</source> <translation>Подпись не найдена</translation> </message> @@ -23263,7 +23273,7 @@ <translation>Создать файл коллекции изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1710"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1727"/> <source>Apply changegroups</source> <translation>Применить группу изменений</translation> </message> @@ -23468,12 +23478,12 @@ <translation><b>Запустить сервер для репозитория проекта</b><p>Запустить сервер для репозитория проекта.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1527"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1544"/> <source>Pull</source> <translation>Загрузить</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1821"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1838"/> <source>The project should be reread. Do this now?</source> <translation>Необходимо перезагрузить проект. Сделать это?</translation> </message> @@ -23583,7 +23593,7 @@ <translation><b>Пропустить</b><p>Пропустить выбранные изменения.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1766"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1783"/> <source>Import Patch</source> <translation>Импортировать патч</translation> </message> @@ -23608,7 +23618,7 @@ <translation>Менеджмент патчей</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1786"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1803"/> <source>Revert Changes</source> <translation>Отменить изменения</translation> </message> @@ -23653,7 +23663,7 @@ <translation><b>Изменить фазу</b><p>Изменить фазу выбранных ревизий.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1806"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1823"/> <source>Copy Changesets</source> <translation>Копировать изменения</translation> </message> @@ -23688,7 +23698,7 @@ <translation>Пересадка</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1821"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1838"/> <source>Copy Changesets (Continue)</source> <translation>Копировать изменения (продолжить)</translation> </message> @@ -24078,7 +24088,7 @@ <translation><b>Повторное слияние</b><p>Повторить слияние всех конфликтующих файлов с самого начала.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1413"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1412"/> <source>Mercurial</source> <translation>Mercurial</translation> </message> @@ -24159,37 +24169,37 @@ <translation>Удалить</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="123"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="116"/> <source>Unsaved Changes</source> <translation>Несохранённые изменения</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="123"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="116"/> <source>The guards list has been changed. Shall the changes be applied?</source> <translation>Список охранников изменился. Применить изменения?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="245"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="238"/> <source>Remove Guards</source> <translation>Удалить охранников</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="245"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="238"/> <source>Do you really want to remove the selected guards?</source> <translation>Вы действительно хотите удалить отмеченных охранников?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="314"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="307"/> <source>Apply Guard Definitions</source> <translation>Применить охранников</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="314"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="307"/> <source><p>The defined guards could not be applied.</p><p>Reason: {0}</p></source> <translation><p>Невозможно применить охранников.<br>Причина: {0}.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="306"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="299"/> <source>The Mercurial process did not finish in time.</source> <translation>Процесс svn не завершился вовремя.</translation> </message> @@ -24263,17 +24273,17 @@ <translation>Описание изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="107"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="110"/> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="107"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="110"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Не могу запустить процесс {0}. Убедитесь, что он находится в пути поиска.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="195"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="196"/> <source>Error: </source> <translation>Ошибка:</translation> </message> @@ -24383,42 +24393,42 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="195"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="198"/> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="195"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="198"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Не могу запустить процесс {0}. Убедитесь, что он находится в пути поиска.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="230"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="231"/> <source>no patches found</source> <translation>Патчи не найдены</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="56"/> - <source>applied</source> - <translation>применено</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="58"/> - <source>guarded</source> - <translation>с охраной</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="59"/> + <source>applied</source> + <translation>применено</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="61"/> + <source>guarded</source> + <translation>с охраной</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="62"/> <source>missing</source> <translation>отсутствует</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="304"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="305"/> <source>unknown</source> <translation>неизвестный</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="57"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="60"/> <source>not applied</source> <translation>не применено</translation> </message> @@ -25428,7 +25438,7 @@ <context> <name>HgStatusDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="257"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="264"/> <source>Mercurial Status</source> <translation>Mercurial Status</translation> </message> @@ -25505,102 +25515,102 @@ <translation>Нажмите, чтобы обновить отображение статуса</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="84"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="90"/> <source>Commit changes to repository...</source> <translation>Зафиксировать изменения в репозитории...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="93"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="99"/> <source>Add to repository</source> <translation>Добавить в репозиторий</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="109"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="115"/> <source>Revert changes</source> <translation>Отмена изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="125"/> <source>Adjust column sizes</source> <translation>Подстроить размеры колонок</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="158"/> - <source>added</source> - <translation>добавлено</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="161"/> - <source>modified</source> - <translation>изменено</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="162"/> - <source>removed</source> - <translation>удалено</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="163"/> - <source>not tracked</source> - <translation>не отслеживается</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="159"/> - <source>normal</source> - <translation>нормальный</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="160"/> - <source>ignored</source> - <translation>игнорировано</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="164"/> + <source>added</source> + <translation>добавлено</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="167"/> + <source>modified</source> + <translation>изменено</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="168"/> + <source>removed</source> + <translation>удалено</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="169"/> + <source>not tracked</source> + <translation>не отслеживается</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="165"/> + <source>normal</source> + <translation>нормальный</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="166"/> + <source>ignored</source> + <translation>игнорировано</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="170"/> <source>missing</source> <translation>отсутствует</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="313"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="316"/> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="313"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="316"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Не могу запустить процесс {0}. Убедитесь, что он находится в пути поиска.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="653"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="649"/> <source>Commit</source> <translation>Зафиксировать</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="819"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="815"/> <source>There are no uncommitted changes available/selected.</source> <translation>Нет доступных/выбранных неотправленных изменений.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="717"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="713"/> <source>Add</source> <translation>Добавить</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="717"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="713"/> <source>There are no unversioned entries available/selected.</source> <translation>Нет/не выбраны неверсионные элементы.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="781"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="777"/> <source>Revert</source> <translation>Откатить</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="740"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="736"/> <source>Remove</source> <translation>Удалить</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="781"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="777"/> <source>There are no missing entries available/selected.</source> <translation>Нет/не выбраны пропущенных элементы.</translation> </message> @@ -25675,42 +25685,42 @@ <translation>&Восстановить</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="103"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="109"/> <source>Show differences</source> <translation>Показать различие</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="115"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="121"/> <source>Restore missing</source> <translation>Восстановить отсутствующие</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="528"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="524"/> <source>all</source> <translation>Все</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="799"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="795"/> <source>Differences</source> <translation>Различия</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="653"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="649"/> <source>There are no entries selected to be committed.</source> <translation>Не выбрано ни одного элемента.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="87"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="93"/> <source>Select all for commit</source> <translation>Выбрать все для фиксации</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="89"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="95"/> <source>Deselect all from commit</source> <translation>Снять выделение</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="254"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="261"/> <source>Mercurial Queue Repository Status</source> <translation>Статус очереди Mercurial репозитория</translation> </message> @@ -25725,32 +25735,32 @@ <translation>&Сводка различий</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="826"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="822"/> <source>Side-by-Side Diff</source> <translation>Сводка различий</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="826"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="822"/> <source>Only one file with uncommitted changes must be selected.</source> <translation>Нужно выбрать только один файл.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="106"/> - <source>Show differences side-by-side</source> - <translation>Показать сводку различий</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="134"/> - <source>Add as Large File</source> - <translation>Добавить как большой файл</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="137"/> - <source>Add as Normal File</source> - <translation>Добавить как обычный файл</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="112"/> + <source>Show differences side-by-side</source> + <translation>Показать сводку различий</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="140"/> + <source>Add as Large File</source> + <translation>Добавить как большой файл</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="143"/> + <source>Add as Normal File</source> + <translation>Добавить как обычный файл</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="118"/> <source>Forget missing</source> <translation>Забыть отсутствующие</translation> </message> @@ -25791,202 +25801,202 @@ <translation>Обновить</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="115"/> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="115"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Не могу запустить процесс {0}. Убедитесь, что он находится в пути поиска.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="339"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="337"/> <source><tr><td><b>Parent</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Предок</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="343"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="341"/> <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Метки</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="347"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="345"/> <source><tr><td><b>Commit Message</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Запись в журнал изменений</b></td><td>{0}</td></tr></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="351"/> + <source>empty repository</source> + <translation>пустой репозиторий</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="353"/> - <source>empty repository</source> - <translation>пустой репозиторий</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="355"/> <source>no revision checked out</source> <translation>Ревизия не выбрана</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="356"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="354"/> <source><tr><td><b>Remarks</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Заметки</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="360"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="358"/> <source><tr><td><b>Branch</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Ветвь</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="368"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="366"/> <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Закладки</b></td><td>{0}</td></tr></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="373"/> + <source>{0} modified</source> + <translation>{0} изменено</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="375"/> - <source>{0} modified</source> - <translation>{0} изменено</translation> + <source>{0} added</source> + <translation>{0} добавлено</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="377"/> - <source>{0} added</source> - <translation>{0} добавлено</translation> + <source>{0} removed</source> + <translation>{0} удалено</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="379"/> - <source>{0} removed</source> - <translation>{0} удалено</translation> + <source>{0} renamed</source> + <translation>{0} переименовано</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="381"/> - <source>{0} renamed</source> - <translation>{0} переименовано</translation> + <source>{0} copied</source> + <translation>{0} скопировано</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="383"/> - <source>{0} copied</source> - <translation>{0} скопировано</translation> + <source>{0} deleted</source> + <translation>{0} удалено</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="385"/> - <source>{0} deleted</source> - <translation>{0} удалено</translation> + <source>{0} unknown</source> + <translation>{0} неизвестно</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="387"/> - <source>{0} unknown</source> - <translation>{0} неизвестно</translation> + <source>{0} ignored</source> + <translation>{0} проигнорировано</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="389"/> - <source>{0} ignored</source> - <translation>{0} проигнорировано</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="391"/> <source>{0} unresolved</source> <translation>{0} не разрешено</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="394"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="392"/> <source>{0} subrepos</source> <translation>{0} Sub-репозиторий</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="395"/> + <source>Merge needed</source> + <translation>Необходимо слияние</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="397"/> - <source>Merge needed</source> - <translation>Необходимо слияние</translation> + <source>New Branch</source> + <translation>Новая ветвь</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="399"/> - <source>New Branch</source> - <translation>Новая ветвь</translation> + <source>Head is closed</source> + <translation>Вершина закрыта</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="401"/> - <source>Head is closed</source> - <translation>Вершина закрыта</translation> + <source>No commit required</source> + <translation>Фиксировать не нужно</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="403"/> - <source>No commit required</source> - <translation>Фиксировать не нужно</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="405"/> <source>New Branch Head</source> <translation>Вершина новой ветви</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="406"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="404"/> <source><tr><td><b>Commit Status</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Статус фиксирования</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="411"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="409"/> <source>current</source> <translation>текущий</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="426"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="424"/> <source>unknown status</source> <translation>статус неизвестен</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="427"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="425"/> <source><tr><td><b>Update Status</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Статус обновления</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="432"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="430"/> <source>synched</source> <translation>синхронизировано</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="434"/> + <source>1 or more incoming</source> + <translation>на входе 1 или более</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="436"/> - <source>1 or more incoming</source> - <translation>на входе 1 или более</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="438"/> <source>{0} outgoing</source> <translation>{0} выходные</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="447"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="445"/> <source><tr><td><b>Remote Status</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Удалённый статус</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="452"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="450"/> <source>empty queue</source> <translation>пустая очередь</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="456"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="454"/> <source>{0} applied</source> <translation>{0} применено</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="459"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="457"/> <source>{0} unapplied</source> <translation>{0} не применено</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="462"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="460"/> <source><tr><td><b>Queues Status</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Статус очереди</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="476"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="474"/> <source><p>No status information available.</p></source> <translation><p>Нет доступной информации.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="335"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="333"/> <source><tr><td><b>Parent #{0}</b></td><td>{1}</td></tr></source> <translation><tr><td><b>Предок #{0}</b></td><td>{1}</td></tr></translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="413"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="411"/> <source>%n new changeset(s)<br/>Update required</source> <translation> <numerusform>%n новое изменение<br/>Необходимо обновить</numerusform> @@ -25995,7 +26005,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="417"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="415"/> <source>%n new changeset(s)</source> <translation> <numerusform>%n новое изменение</numerusform> @@ -26004,7 +26014,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="419"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="417"/> <source>%n branch head(s)</source> <translation> <numerusform>%n вершина ветви</numerusform> @@ -26013,13 +26023,13 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="421"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="419"/> <source>{0}<br/>{1}<br/>Merge required</source> <comment>0 is changesets, 1 is branch heads</comment> <translation>{0} изменений<br/>{1} вершин ветвей<br/>Необходимо слияние</translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="441"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="439"/> <source>%n incoming bookmark(s)</source> <translation> <numerusform>%n входящая закладка</numerusform> @@ -26028,7 +26038,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="444"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="442"/> <source>%n outgoing bookmark(s)</source> <translation> <numerusform>%n изходящая закладка</numerusform> @@ -26037,12 +26047,12 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="467"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="465"/> <source>No files to upload</source> <translation>Нет файлов для отправки</translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="469"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="467"/> <source>%n file(s) to upload</source> <translation> <numerusform>%n файл для отправки</numerusform> @@ -26051,7 +26061,7 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="471"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="469"/> <source><tr><td><b>Large Files</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Большие файлы</b></td><td>{0}</td></tr></translation> </message> @@ -26143,32 +26153,32 @@ <translation>Alt+П</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="94"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="97"/> <source>Mercurial Branches List</source> <translation>Список ветвей</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="95"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="98"/> <source>Status</source> <translation>Статус</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="141"/> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="141"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Не могу запустить процесс {0}. Убедитесь, что он находится в пути поиска.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="257"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="258"/> <source>active</source> <translation>активный</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="262"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="263"/> <source>yes</source> <translation>да</translation> </message> @@ -35148,72 +35158,72 @@ <context> <name>PluginManager</name> <message> - <location filename="../PluginManager/PluginManager.py" line="541"/> + <location filename="../PluginManager/PluginManager.py" line="574"/> <source>Incompatible plugin activation method.</source> <translation>Несовместимый метод активации подключаемого модуля.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="342"/> + <location filename="../PluginManager/PluginManager.py" line="343"/> <source>Module is missing the 'autoactivate' attribute.</source> <translation>Подключаемый модуль не содержит атрибута 'autoactivate'.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="367"/> + <location filename="../PluginManager/PluginManager.py" line="368"/> <source>Module is missing the 'pluginType' and/or 'pluginTypename' attributes.</source> <translation>Модуль не содержит атрибутов 'pluginType' и/или 'pluginTypename'.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="385"/> + <location filename="../PluginManager/PluginManager.py" line="393"/> <source>Module failed to load. Error: {0}</source> <translation>Невозможно загрузить модуль. Ошибка: {0}</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1083"/> <source>Plugin Manager Error</source> <translation>Ошибка менеджера плагинов</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1083"/> <source><p>The plugin download directory <b>{0}</b> could not be created. Please configure it via the configuration dialog.</p><p>Reason: {1}</p></source> <translation><p>Папка для загруски плагинов <b>{0}</b> не может быть создана. Выберите её с помощью диалога.</p><p>Причина:{1}</p></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="187"/> + <location filename="../PluginManager/PluginManager.py" line="188"/> <source>Could not create a package for {0}.</source> <translation>Невозможно создать пакет для {0}.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="222"/> + <location filename="../PluginManager/PluginManager.py" line="223"/> <source>The internal plugin directory <b>{0}</b> does not exits.</source> <translation>Папка плагинов <b>{0}</b> не существует.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1149"/> <source>Error downloading file</source> <translation>Ошибка скачивания файла</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1149"/> <source><p>Could not download the requested file from {0}.</p><p>Error: {1}</p></source> <translation><p>Ошибка скачивания файла из {0}.</p><p>Ошибка: {1}</p></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1184"/> <source>New plugin versions available</source> <translation>Новые версии доступны для загрузки</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1184"/> <source><p>There are new plug-ins or plug-in updates available. Use the plug-in repository dialog to get them.</p></source> <translation><p>Имеются новые плагины или обновления. Воспользуйтесь диалогом репозитория плагинов для их загрузки.</p></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="348"/> + <location filename="../PluginManager/PluginManager.py" line="349"/> <source>Module is missing the Python2 compatibility flag. Please update.</source> <translation>Модуль не совместим с Python2. Пожалуйста загрузите обновление.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="353"/> + <location filename="../PluginManager/PluginManager.py" line="354"/> <source>Module is not Python2 compatible.</source> <translation>Модуль не совместим с Python2.</translation> </message> @@ -40764,7 +40774,7 @@ <translation><b>Обновить</b><p>Обновить рабочий каталог к текущему формату.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="576"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="575"/> <source>Subversion (pysvn)</source> <translation>Subversion (pysvn)</translation> </message> @@ -48004,57 +48014,57 @@ <translation>Экспорт файлов из репозитория Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1219"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1224"/> <source>Subversion Error</source> <translation>Ошибка Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1049"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1054"/> <source>The URL of the project repository could not be retrieved from the working copy. The tag operation will be aborted</source> <translation>URL репозитория проекта недоступен из рабочей копии. Операция кстановки метки будет отменена</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1076"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1081"/> <source>The URL of the project repository has an invalid format. The tag operation will be aborted</source> <translation>Неверный формат URL репозитория. Операция установки метки будет отменена</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1113"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1118"/> <source>Tagging {0} in the Subversion repository</source> <translation>Изменение меток '{0}' в репозитории Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1192"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1197"/> <source>The URL of the project repository could not be retrieved from the working copy. The switch operation will be aborted</source> <translation>URL репозитория проекта недоступен из рабочей копии. Операция переключения будет отменена</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1219"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1224"/> <source>The URL of the project repository has an invalid format. The switch operation will be aborted</source> <translation>Неверный формат URL репозитория. Операция переключения будет отменена</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1243"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1248"/> <source>Switching to {0}</source> <translation>Преключение на '{0}'</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1348"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1353"/> <source>Merging {0}</source> <translation>Слияние с '{0}'</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1649"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1654"/> <source>Cleaning up {0}</source> <translation>Очистка {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1688"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1693"/> <source>Subversion command</source> <translation>Команда Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1850"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1855"/> <source>Copying {0}</source> <translation>Копирование '{0}'</translation> </message> @@ -48064,22 +48074,22 @@ <translation>Перемещение {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1921"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1928"/> <source>Subversion Set Property</source> <translation>Установить свойство Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1955"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1962"/> <source>You have to supply a property name. Aborting.</source> <translation>Необходимо задать имя свойства. Прервано.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1975"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1982"/> <source>Subversion Delete Property</source> <translation>Удалить свойство Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1784"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1791"/> <source>Enter property name</source> <translation>Задайте имя свойства</translation> </message> @@ -48109,12 +48119,12 @@ <translation>Удаляю файлы/каталоги из репозитория Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1163"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1168"/> <source>Reverting changes</source> <translation>Отменяю изменения</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1809"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1814"/> <source>Resolving conficts</source> <translation>Разрешаю конфликт</translation> </message> @@ -48149,12 +48159,12 @@ <translation>Задайте количество элементов для отображения.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2271"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2288"/> <source>Locking in the Subversion repository</source> <translation>Захватываю файл/каталог в репозитории Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2311"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2328"/> <source>Unlocking in the Subversion repository</source> <translation>Освобождаю файл/каталог в репозитории Subversion</translation> </message> @@ -48164,33 +48174,33 @@ <translation>Сохранена ревизия {0}.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1250"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1255"/> <source>Revision {0}. </source> <translation>Ревизия {0}.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1937"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1944"/> <source>Property set.</source> <translation>Свойство установлено.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1990"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1997"/> <source>Property deleted.</source> <translation>Свойство удалено.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2251"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2268"/> <source>Subversion Lock</source> <translation>Запереть</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2251"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2268"/> <source>Enter lock comment</source> <translation>Задайте комментарий</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2359"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2376"/> <source>Relocating</source> <translation>Перемещаю</translation> </message> @@ -48356,7 +48366,7 @@ <translation>Процесс svn завершился с кодом {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1973"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1984"/> <source>The svn process did not finish within 30s.</source> <translation>Процесс svn не завершился в течение 30 секунд.</translation> </message> @@ -48366,27 +48376,27 @@ <translation>Невозможно запустить исполняемый файл svn.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2385"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2402"/> <source>Repository Browser</source> <translation>Проводник репозитория</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2385"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2402"/> <source>Enter the repository URL.</source> <translation>Задайте URL репозитория.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2410"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2430"/> <source>Remove from changelist</source> <translation>Удалить из списка изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2447"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2467"/> <source>Add to changelist</source> <translation>Добавить к списку изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2436"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2456"/> <source>Enter name of the changelist:</source> <translation>Введите имя списка изменений:</translation> </message> @@ -48416,37 +48426,37 @@ <translation>Фиксация содержит файлы с несохраненными изменениями. Продолжить фиксацию?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1156"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1161"/> <source>Revert changes</source> <translation>Отмена изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1147"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1152"/> <source>Do you really want to revert all changes to these files or directories?</source> <translation>Вы действительно хотите оттянуть все изменения в этих файлах и каталогах?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1156"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1161"/> <source>Do you really want to revert all changes of the project?</source> <translation>Вы действительно хотите оттянуть все изменения в проекте?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1976"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1987"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Не могу запустить процесс {0}. Убедитесь, что он находится в пути поиска.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2212"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2227"/> <source>Subversion Side-by-Side Difference</source> <translation>Subversion просмотрщик изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2212"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2227"/> <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/vcsPySvn/subversion.py" line="2508"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2528"/> <source>Upgrade</source> <translation>Обновить</translation> </message> @@ -48615,12 +48625,12 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="100"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="101"/> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="100"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="101"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Не могу запустить процесс {0}. Убедитесь, что он находится в пути поиска.</translation> </message> @@ -48697,22 +48707,22 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="83"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="87"/> <source>Files (relative to {0}):</source> <translation>Файлы (относительно {0}):</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="149"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="148"/> <source>No changelists found</source> <translation>Cписок изменений не найден</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="118"/> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="118"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Не могу запустить процесс {0}. Убедитесь, что он находится в пути поиска.</translation> </message> @@ -49052,27 +49062,27 @@ <context> <name>SvnDiffDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="176"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="171"/> <source>Subversion Diff</source> <translation>Subversion - изменения</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="283"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="277"/> <source>There is no difference.</source> <translation>Различий нет.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="434"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="415"/> <source>Patch Files (*.diff)</source> <translation>Файлы изменений (*.diff)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="467"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="448"/> <source>Save Diff</source> <translation>Сохранить изменения</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="467"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="448"/> <source><p>The patch file <b>{0}</b> could not be saved.<br>Reason: {1}</p></source> <translation><p>Невозможно сохранить файл заплатки <b>{0}</b>:<br>Причина: {1}.</p></translation> </message> @@ -49132,49 +49142,49 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="197"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="192"/> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="176"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="171"/> <source>There is no temporary directory available.</source> <translation>Недоступен временный каталог.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="219"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="214"/> <source>Processing file '{0}'... </source> <translation>Обрабатываю файл '{0}'... </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="197"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="192"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Не могу запустить процесс {0}. Убедитесь, что он находится в пути поиска.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="451"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="432"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Файл изменений <b>{0}</b> уже существует. Переписать?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="354"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="335"/> <source><Start></source> <translation><Начало></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="355"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="336"/> <source><End></source> <translation><Конец></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="47"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="48"/> <source>Refresh</source> <translation>Обновить</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="49"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="50"/> <source>Press to refresh the display</source> <translation>Нажмите, чтобы обновить отображение</translation> </message> @@ -50742,7 +50752,7 @@ <translation><b>Показать различия(URLs)</b><p>Показать различия между отмеченными URLs.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="560"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="559"/> <source>Subversion (svn)</source> <translation>Subversion (svn)</translation> </message> @@ -50819,17 +50829,17 @@ <p>Показывает возможные ошибки команды subversion proplist.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="134"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="152"/> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="136"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="152"/> <source>None</source> <translation>Нет</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="134"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="152"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Не могу запустить процесс {0}. Убедитесь, что он находится в пути поиска.</translation> </message> @@ -50838,6 +50848,16 @@ <source>Errors</source> <translation>Ошибки</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="43"/> + <source>Refresh</source> + <translation type="unfinished">Обновить</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="45"/> + <source>Press to refresh the properties display</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>SvnPropSetDialog</name> @@ -51000,7 +51020,7 @@ <translation>Дата</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py" line="284"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py" line="288"/> <source>Subversion Error</source> <translation>Ошибка Subversion</translation> </message> @@ -51181,42 +51201,42 @@ <context> <name>SvnStatusDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="169"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="173"/> <source>normal</source> <translation>Нормальный</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="157"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="161"/> <source>added</source> <translation>Добавлено</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="162"/> <source>deleted</source> <translation>Удалено</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="174"/> + <source>modified</source> + <translation>Изменено</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="175"/> + <source>conflict</source> + <translation>Конфликт</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="168"/> + <source>unversioned</source> + <translation>нет версий</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="169"/> + <source>missing</source> + <translation>Отсутствует</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="170"/> - <source>modified</source> - <translation>Изменено</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="171"/> - <source>conflict</source> - <translation>Конфликт</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="164"/> - <source>unversioned</source> - <translation>нет версий</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="165"/> - <source>missing</source> - <translation>Отсутствует</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="166"/> <source>type error</source> <translation>ошибка типа</translation> </message> @@ -51231,17 +51251,17 @@ <translation>да</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="162"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="166"/> <source>external</source> <translation>внешний</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="163"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="167"/> <source>ignored</source> <translation>игнорированный</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="286"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="293"/> <source>Subversion Status</source> <translation>Статус Subversion</translation> </message> @@ -51251,22 +51271,22 @@ <translation>Зафиксировать изменения в репозитории...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="609"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="607"/> <source>Commit</source> <translation>Зафиксировать</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="734"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="732"/> <source>There are no uncommitted changes available/selected.</source> <translation>Нет доступных/выбранных неотправленных изменений.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="757"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="755"/> <source>Lock</source> <translation>Захватить</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="774"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="772"/> <source>Unlock</source> <translation>Освободить</translation> </message> @@ -51306,27 +51326,27 @@ <translation>не захвачено</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="160"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="164"/> <source>replaced</source> <translation>заменено</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="757"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="755"/> <source>There are no unlocked files available/selected.</source> <translation>Нет доступных/выбранных незахваченных файлов.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="810"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="808"/> <source>There are no locked files available/selected.</source> <translation>Нет доступных/выбранных захваченных файлов.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="792"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="790"/> <source>Break Lock</source> <translation>Нарушить захват</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="810"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="808"/> <source>Steal Lock</source> <translation>Украсть захват</translation> </message> @@ -51448,7 +51468,7 @@ <translation>Подстроить размеры колонок</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="402"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="401"/> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> @@ -51468,22 +51488,22 @@ <translation>Отмена изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="649"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="647"/> <source>Add</source> <translation>Добавить</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="649"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="647"/> <source>There are no unversioned entries available/selected.</source> <translation>Нет/не выбраны неверсионные элементы.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="695"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="693"/> <source>Revert</source> <translation>Откатить</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="402"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="401"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Не могу запустить процесс {0}. Убедитесь, что он находится в пути поиска.</translation> </message> @@ -51498,17 +51518,17 @@ <translation>Добавить к списку изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="846"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="844"/> <source>Remove from Changelist</source> <translation>Удалить из списка изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="827"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="825"/> <source>There are no files available/selected not belonging to a changelist.</source> <translation>Среди выбранных нет файлов не включенных в список изменений.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="846"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="844"/> <source>There are no files available/selected belonging to a changelist.</source> <translation>Среди выбранных нет файлов включенных в список изменений.</translation> </message> @@ -51583,22 +51603,22 @@ <translation>Восстановить отсутствующие</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="521"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="519"/> <source>all</source> <translation>Все</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="713"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="711"/> <source>Differences</source> <translation>Различия</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="609"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="607"/> <source>There are no entries selected to be committed.</source> <translation>Не выбрано ни одного элемента.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="695"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="693"/> <source>There are no missing entries available/selected.</source> <translation>Нет/не выбраны пропущенных элементы.</translation> </message> @@ -51628,12 +51648,12 @@ <translation>Показать сводку различий</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="741"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="739"/> <source>Side-by-Side Diff</source> <translation>Сводка различий</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="741"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="739"/> <source>Only one file with uncommitted changes must be selected.</source> <translation>Нужно выбрать только один файл.</translation> </message> @@ -51725,37 +51745,37 @@ <context> <name>SvnTagBranchListDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="72"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="74"/> <source>Subversion Branches List</source> <translation>Список ветвей Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="94"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="96"/> <source>Subversion Error</source> <translation>Ошибка Subversion</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="80"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="82"/> <source>The URL of the project repository could not be retrieved from the working copy. The list operation will be aborted</source> <translation>URL репозитория проекта недоступен из рабочей копии. Операция получения списка будет отменена</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="94"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="96"/> <source>The URL of the project repository has an invalid format. The list operation will be aborted</source> <translation>Неверный формат URL репозитория. Операция получения списка будет отменена</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="121"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="123"/> <source>Subversion List</source> <translation>Список меток/ветвей</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="110"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="112"/> <source>Enter the repository URL containing the tags or branches</source> <translation>Задайте URL репозитория, содержащего метки/ветви</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="121"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="123"/> <source>The repository URL is empty. Aborting...</source> <translation>URL репозитория пуст. Отмена...</translation> </message> @@ -51844,17 +51864,17 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="166"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="168"/> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="166"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="168"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Не могу запустить процесс {0}. Убедитесь, что он находится в пути поиска.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="155"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="157"/> <source>The installed version of PySvn should be 1.4.0 or better.</source> <translation>Установленный PySvn должен быть версии 1.4.0 или выше.</translation> </message> @@ -56036,132 +56056,132 @@ <context> <name>TrayStarter</name> <message> - <location filename="../Tools/TrayStarter.py" line="61"/> + <location filename="../Tools/TrayStarter.py" line="65"/> <source>Recent Projects</source> <translation>Недавние проекты</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="73"/> + <location filename="../Tools/TrayStarter.py" line="77"/> <source>Recent Files</source> <translation>Недавние файлы</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="84"/> + <location filename="../Tools/TrayStarter.py" line="88"/> <source>QRegExp editor</source> <translation>Редактор QRegExp</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="86"/> - <source>Python re editor</source> - <translation>Редактор рекулярных выражений Python re</translation> - </message> - <message> <location filename="../Tools/TrayStarter.py" line="90"/> + <source>Python re editor</source> + <translation>Редактор рекулярных выражений Python re</translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="94"/> <source>UI Previewer</source> <translation>Педпросмотр UI</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="93"/> + <location filename="../Tools/TrayStarter.py" line="97"/> <source>Translations Previewer</source> <translation>Предпросмотр переводов</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="96"/> + <location filename="../Tools/TrayStarter.py" line="100"/> <source>Unittest</source> <translation>Unittest</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="104"/> + <location filename="../Tools/TrayStarter.py" line="108"/> <source>Compare Files</source> <translation>Сравнить файлы</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="107"/> + <location filename="../Tools/TrayStarter.py" line="111"/> <source>Compare Files side by side</source> <translation>Сравнить файлы с параллальным отображением (side by side)</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="136"/> + <location filename="../Tools/TrayStarter.py" line="140"/> <source>Preferences</source> <translation>Предпочтения</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="162"/> + <location filename="../Tools/TrayStarter.py" line="166"/> <source>Quit</source> <translation>Выход</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="242"/> + <location filename="../Tools/TrayStarter.py" line="248"/> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="242"/> + <location filename="../Tools/TrayStarter.py" line="248"/> <source><p>Could not start the process.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить процесс.<br>Убедитесь, что он доступен как <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="242"/> + <location filename="../Tools/TrayStarter.py" line="248"/> <source>OK</source> <translation>OK</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="125"/> + <location filename="../Tools/TrayStarter.py" line="129"/> <source>Install Plugin</source> <translation>Установить подключаемый модуль</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="128"/> + <location filename="../Tools/TrayStarter.py" line="132"/> <source>Uninstall Plugin</source> <translation>Убрать подключаемый модуль</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="131"/> + <location filename="../Tools/TrayStarter.py" line="135"/> <source>Plugin Repository</source> <translation>Репозиторий плагинов</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="68"/> + <location filename="../Tools/TrayStarter.py" line="72"/> <source>Recent Multiprojects</source> <translation>Недавние мултипроекты</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="112"/> + <location filename="../Tools/TrayStarter.py" line="116"/> <source>SQL Browser</source> <translation>Просмотрщик SQL</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="120"/> + <location filename="../Tools/TrayStarter.py" line="124"/> <source>Icon Editor</source> <translation>Редактор иконок</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="117"/> + <location filename="../Tools/TrayStarter.py" line="121"/> <source>Snapshot</source> <translation>Снимок</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="147"/> + <location filename="../Tools/TrayStarter.py" line="151"/> <source>Configure Tray Starter</source> <translation>Настроить запуск в системном лотке</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="77"/> + <location filename="../Tools/TrayStarter.py" line="81"/> <source>Eric6 tray starter</source> <translation>Запуск Eric в системном лотке</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="99"/> + <location filename="../Tools/TrayStarter.py" line="103"/> <source>eric6 Web Browser</source> <translation>WEB просмотрщик встроенный в Eric</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="139"/> + <location filename="../Tools/TrayStarter.py" line="143"/> <source>eric6 IDE</source> <translation>eric IDE</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="142"/> + <location filename="../Tools/TrayStarter.py" line="146"/> <source>eric6 Mini Editor</source> <translation>Мини-редактор eric</translation> </message> @@ -57195,266 +57215,266 @@ <context> <name>UserInterface</name> <message> - <location filename="../UI/UserInterface.py" line="1371"/> + <location filename="../UI/UserInterface.py" line="1363"/> <source>Log-Viewer</source> <translation>Просмотрщик журнала</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1181"/> + <location filename="../UI/UserInterface.py" line="1173"/> <source>{0} - Passive Mode</source> <translation>{0} - пассивный режим</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1188"/> + <location filename="../UI/UserInterface.py" line="1180"/> <source>{0} - {1} - Passive Mode</source> <translation>{0} - {1} - пассивный режим</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1215"/> + <location filename="../UI/UserInterface.py" line="1207"/> <source>Quit</source> <translation>Выход</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1215"/> + <location filename="../UI/UserInterface.py" line="1207"/> <source>&Quit</source> <translation>&Выход</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1221"/> + <location filename="../UI/UserInterface.py" line="1213"/> <source>Quit the IDE</source> <translation>Выход из IDE</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1222"/> + <location filename="../UI/UserInterface.py" line="1214"/> <source><b>Quit the IDE</b><p>This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> <translation><b>Выход из IDE</b> <p>Перед выходом все изменения могут быть сохранены. Отлаживаемая программа (если есть) будет остановлена, и настройки будут сохранены на диск.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1576"/> + <location filename="../UI/UserInterface.py" line="1568"/> <source>What's This?</source> <translation>Что это?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1576"/> + <location filename="../UI/UserInterface.py" line="1568"/> <source>&What's This?</source> <translation>&Что это?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1582"/> + <location filename="../UI/UserInterface.py" line="1574"/> <source>Context sensitive help</source> <translation>Контекстная помощь</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1583"/> + <location filename="../UI/UserInterface.py" line="1575"/> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Показать контекстную помощь</b> <p>В режиме контекстной помощи курсор мыши выглядит как стрелка со знаком вопроса, и, щёлкнув по элементу интерфейса, Вы можете просмотреть краткую помощь о его роли и его использовании. В диалогах можно воспользоваться кнопкой контекстной помощи в заголовке окна.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1594"/> + <location filename="../UI/UserInterface.py" line="1586"/> <source>Helpviewer</source> <translation>Просмотрщик помощи</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1594"/> + <location filename="../UI/UserInterface.py" line="1586"/> <source>&Helpviewer...</source> <translation>Просмотрщик помо&щи...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1600"/> + <location filename="../UI/UserInterface.py" line="1592"/> <source>Open the helpviewer window</source> <translation>Открыть просмотрщик помощи</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1611"/> <source>Show Versions</source> <translation>Показать версию</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1619"/> + <location filename="../UI/UserInterface.py" line="1611"/> <source>Show &Versions</source> <translation>Показать &версию</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1623"/> + <location filename="../UI/UserInterface.py" line="1615"/> <source>Display version information</source> <translation>Информация о версии</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1625"/> + <location filename="../UI/UserInterface.py" line="1617"/> <source><b>Show Versions</b><p>Display version information.</p></source> <translation><b>Показать версию</b><p>Информация о версии.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2601"/> + <location filename="../UI/UserInterface.py" line="2593"/> <source>Unittest</source> <translation>Unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1697"/> + <location filename="../UI/UserInterface.py" line="1689"/> <source>&Unittest...</source> <translation>&Unittest...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1702"/> + <location filename="../UI/UserInterface.py" line="1694"/> <source>Start unittest dialog</source> <translation>Запустить unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1947"/> + <location filename="../UI/UserInterface.py" line="1939"/> <source>Preferences</source> <translation>Предпочтения</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1947"/> + <location filename="../UI/UserInterface.py" line="1939"/> <source>&Preferences...</source> <translation>&Предпочтения...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1952"/> + <location filename="../UI/UserInterface.py" line="1944"/> <source>Set the prefered configuration</source> <translation>Установите предпочтительную конфигурацию</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1954"/> + <location filename="../UI/UserInterface.py" line="1946"/> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Предпочтения</b> <p>Настройте Eric по своему вкусу.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2478"/> + <location filename="../UI/UserInterface.py" line="2470"/> <source>&Window</source> <translation>&Окно</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2446"/> - <source>&Tools</source> - <translation>&Сервис</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2438"/> + <source>&Tools</source> + <translation>&Сервис</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2430"/> <source>Wi&zards</source> <translation>&Мастера</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2528"/> + <location filename="../UI/UserInterface.py" line="2520"/> <source>&Help</source> <translation>&Помощь</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2600"/> + <location filename="../UI/UserInterface.py" line="2592"/> <source>Tools</source> <translation>Сервис</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4311"/> + <location filename="../UI/UserInterface.py" line="4348"/> <source>Help</source> <translation>Помощь</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2602"/> + <location filename="../UI/UserInterface.py" line="2594"/> <source>Settings</source> <translation>Настройка</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2503"/> + <location filename="../UI/UserInterface.py" line="2495"/> <source>&Toolbars</source> <translation>&Панели инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4437"/> + <location filename="../UI/UserInterface.py" line="4474"/> <source>Problem</source> <translation>Проблема</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4612"/> + <location filename="../UI/UserInterface.py" line="4649"/> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2052"/> + <location filename="../UI/UserInterface.py" line="2044"/> <source>Keyboard Shortcuts</source> <translation>Горячие клавиши</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2052"/> + <location filename="../UI/UserInterface.py" line="2044"/> <source>Keyboard &Shortcuts...</source> <translation>Горячие &клавиши...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2057"/> + <location filename="../UI/UserInterface.py" line="2049"/> <source>Set the keyboard shortcuts</source> <translation>Задать горячие клавиши</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2051"/> + <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> + <translation><b>Горячие клавиши</b><p>Задайте горячие клавиши на свой вкус.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2425"/> + <source>E&xtras</source> + <translation>До&полнительно</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2999"/> + <source>Report Bug</source> + <translation>Сообщение об ошибке</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1662"/> + <source>Report &Bug...</source> + <translation>Сообщить об &ошибке...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1666"/> + <source>Report a bug</source> + <translation>Сообщить об ошибке</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1667"/> + <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> + <translation><b>Сообщить об ошибке...</b><p>Открывает диалог для сообщения об ошибке.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5361"/> + <source>Export Keyboard Shortcuts</source> + <translation>Экспортировать горячие клавиши</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2059"/> - <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> - <translation><b>Горячие клавиши</b><p>Задайте горячие клавиши на свой вкус.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2433"/> - <source>E&xtras</source> - <translation>До&полнительно</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3007"/> - <source>Report Bug</source> - <translation>Сообщение об ошибке</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1670"/> - <source>Report &Bug...</source> - <translation>Сообщить об &ошибке...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1674"/> - <source>Report a bug</source> - <translation>Сообщить об ошибке</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1675"/> - <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> - <translation><b>Сообщить об ошибке...</b><p>Открывает диалог для сообщения об ошибке.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5324"/> - <source>Export Keyboard Shortcuts</source> - <translation>Экспортировать горячие клавиши</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2067"/> <source>&Export Keyboard Shortcuts...</source> <translation>&Экспортировать горячие клавиши...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2072"/> + <location filename="../UI/UserInterface.py" line="2064"/> <source>Export the keyboard shortcuts</source> <translation>Экспортировать горячие клавиши</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2074"/> + <location filename="../UI/UserInterface.py" line="2066"/> <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> <translation><b>Экспортировать горячие клавиши</b> <p>Экспортировать горячие клавиши приложения.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5348"/> + <location filename="../UI/UserInterface.py" line="5385"/> <source>Import Keyboard Shortcuts</source> <translation>Импортировать горячие клавиши</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2081"/> + <location filename="../UI/UserInterface.py" line="2073"/> <source>&Import Keyboard Shortcuts...</source> <translation>&Импортировать горячие клавиши...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2086"/> + <location filename="../UI/UserInterface.py" line="2078"/> <source>Import the keyboard shortcuts</source> <translation>Импортировать горячие клавиши</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2088"/> + <location filename="../UI/UserInterface.py" line="2080"/> <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> <translation><b>Импортировать горячие клавиши</b> <p>Импортировать горячие клавиши приложения.</p></translation> @@ -57495,116 +57515,116 @@ <translation>Инициализация инструментов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1703"/> + <location filename="../UI/UserInterface.py" line="1695"/> <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> <translation><b>Unittest</b> <p>Провести тесты. Диалог даёт возможность выбрать и провести набор тестов с помощью Unittest.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1711"/> + <location filename="../UI/UserInterface.py" line="1703"/> <source>Unittest Restart</source> <translation>Перезапустить Uniitest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1716"/> + <location filename="../UI/UserInterface.py" line="1708"/> <source>Restart last unittest</source> <translation>Перезапустить последний Uniitest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1717"/> + <location filename="../UI/UserInterface.py" line="1709"/> <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> <translation><b>Перезапустить Uniitest</b> <p>Перезапустить последний проведённый тест.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1741"/> + <location filename="../UI/UserInterface.py" line="1733"/> <source>Unittest Script</source> <translation>Unittest на сценарии</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1746"/> + <location filename="../UI/UserInterface.py" line="1738"/> <source>Run unittest with current script</source> <translation>Выполнить Uniitest с текущим сценарием</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1740"/> + <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> + <translation><b>Сценарий Unittest</b><p>Выполнить Uniitest с текущим сценарием.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4096"/> + <source>Unittest Project</source> + <translation>Uniitest на проекте</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1753"/> + <source>Run unittest with current project</source> + <translation>Выполнить Uniitest с текущим проектом</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1755"/> + <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> + <translation><b>Сценарий Unittest</b><p>Выполнить Uniitest с текущим проектом.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2408"/> + <source>&Unittest</source> + <translation>&Unittest</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4096"/> + <source>There is no main script defined for the current project. Aborting</source> + <translation>Для текущего проекта не определён главный сценарий. Отмена</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1703"/> + <source>&Restart Unittest...</source> + <translation>&Перезапустить Uniitest...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1733"/> + <source>Unittest &Script...</source> + <translation>Unittest на &сценарии...</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1748"/> - <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> - <translation><b>Сценарий Unittest</b><p>Выполнить Uniitest с текущим сценарием.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4059"/> - <source>Unittest Project</source> - <translation>Uniitest на проекте</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1761"/> - <source>Run unittest with current project</source> - <translation>Выполнить Uniitest с текущим проектом</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1763"/> - <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> - <translation><b>Сценарий Unittest</b><p>Выполнить Uniitest с текущим проектом.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2416"/> - <source>&Unittest</source> - <translation>&Unittest</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4059"/> - <source>There is no main script defined for the current project. Aborting</source> - <translation>Для текущего проекта не определён главный сценарий. Отмена</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1711"/> - <source>&Restart Unittest...</source> - <translation>&Перезапустить Uniitest...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1741"/> - <source>Unittest &Script...</source> - <translation>Unittest на &сценарии...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1756"/> <source>Unittest &Project...</source> <translation>Uniitest на &проекте...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1851"/> + <location filename="../UI/UserInterface.py" line="1843"/> <source>Compare Files</source> <translation>Сравнить файлы</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1851"/> + <location filename="../UI/UserInterface.py" line="1843"/> <source>&Compare Files...</source> <translation>&Сравнить файлы...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1869"/> + <location filename="../UI/UserInterface.py" line="1861"/> <source>Compare two files</source> <translation>Сравнить два файла</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1857"/> + <location filename="../UI/UserInterface.py" line="1849"/> <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> <translation><b>Сравнение файлов</b> <p>Открыть диалог для сравнения двух файлов.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1864"/> + <location filename="../UI/UserInterface.py" line="1856"/> <source>Compare Files side by side</source> <translation>Сравнить файлы с параллальным отображением (side by side)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1870"/> + <location filename="../UI/UserInterface.py" line="1862"/> <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> <translation><b>Сравнить файлы с параллальным отображением (side by side)</b> <p>Открыть диалог, в котором показаны различия между файлами в две колонки.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5748"/> + <location filename="../UI/UserInterface.py" line="5785"/> <source>Drop Error</source> <translation>Ошибка Drag&&Drop</translation> </message> @@ -57614,318 +57634,318 @@ <translation>Инициализируется сервер уникального приложения...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1192"/> + <location filename="../UI/UserInterface.py" line="1184"/> <source>{0} - {1} - {2} - Passive Mode</source> <translation>{0} - {1} - {2} - пассивный режим</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1354"/> + <location filename="../UI/UserInterface.py" line="1346"/> <source>File-Browser</source> <translation>Просмотрщик файлов</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1243"/> + <source>Edit Profile</source> + <translation>Профиль редактирования</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1249"/> + <source>Activate the edit view profile</source> + <translation>Активизировать профиль редактирования</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1251"/> - <source>Edit Profile</source> - <translation>Профиль редактирования</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1257"/> - <source>Activate the edit view profile</source> - <translation>Активизировать профиль редактирования</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1259"/> <source><b>Edit Profile</b><p>Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Профиль редактирования</b><p>Активизировать "профиль редактирования". Окна, отображаемые в этом профиле, можно настроить в диалоге "Конфигурация профилей".</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1260"/> + <source>Debug Profile</source> + <translation>Профиль отладки</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1266"/> + <source>Activate the debug view profile</source> + <translation>Активизировать профиль отладки</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1268"/> - <source>Debug Profile</source> - <translation>Профиль отладки</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1274"/> - <source>Activate the debug view profile</source> - <translation>Активизировать профиль отладки</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1276"/> <source><b>Debug Profile</b><p>Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Профиль отладки</b><p>Активизировать "профиль отладки". Окна, отображаемые в этом профиле, можно настроить в диалоге "Конфигурация профилей".</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2020"/> + <location filename="../UI/UserInterface.py" line="2012"/> <source>View Profiles</source> <translation>Профили</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2020"/> + <location filename="../UI/UserInterface.py" line="2012"/> <source>&View Profiles...</source> <translation>&Профили...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2025"/> + <location filename="../UI/UserInterface.py" line="2017"/> <source>Configure view profiles</source> <translation>Конфигурация профилей</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2027"/> + <location filename="../UI/UserInterface.py" line="2019"/> <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> <translation><b>Профили</b><p>Конфигурация профилей. С помощью этого диалога вы можете устанавливать видимость разных окон для заданных профилей.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4437"/> + <location filename="../UI/UserInterface.py" line="4474"/> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>Файл <b>{0}</b> либо не существует, либо нулевой длины.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4165"/> + <location filename="../UI/UserInterface.py" line="4202"/> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить Qt-Designer.<br>Убедитесь, что он доступен в <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4232"/> + <location filename="../UI/UserInterface.py" line="4269"/> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить Qt-Linguist.<br>Убедитесь, что он доступен в <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4283"/> + <location filename="../UI/UserInterface.py" line="4320"/> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить Qt-Assistant.<br>Убедитесь, что он доступен в <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4612"/> + <location filename="../UI/UserInterface.py" line="4649"/> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation><p>Невозможно запустить инструмент <b>{0}</b>.<br>Убедитесь, что он доступен в <b>{1}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5748"/> + <location filename="../UI/UserInterface.py" line="5785"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> не является файлом</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1824"/> + <location filename="../UI/UserInterface.py" line="1816"/> <source>UI Previewer</source> <translation>Педпросмотр UI</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1824"/> + <location filename="../UI/UserInterface.py" line="1816"/> <source>&UI Previewer...</source> <translation>Педпросмотр &UI...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1821"/> + <source>Start the UI Previewer</source> + <translation>Запустить UI Previewer</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1822"/> + <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> + <translation><b>UI Previewer</b><p>Запустить the UI Previewer.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4430"/> + <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> + <translation><p>Невозможно запустить UI Previewer.<br>Убедитесь, что он находится в <b>{0}</b>.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1829"/> + <source>Translations Previewer</source> + <translation>Предпросмотр переводов</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1829"/> - <source>Start the UI Previewer</source> - <translation>Запустить UI Previewer</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1830"/> - <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> - <translation><b>UI Previewer</b><p>Запустить the UI Previewer.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4393"/> - <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> - <translation><p>Невозможно запустить UI Previewer.<br>Убедитесь, что он находится в <b>{0}</b>.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1837"/> - <source>Translations Previewer</source> - <translation>Предпросмотр переводов</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1837"/> <source>&Translations Previewer...</source> <translation>&Предпросмотр переводов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1842"/> + <location filename="../UI/UserInterface.py" line="1834"/> <source>Start the Translations Previewer</source> <translation>Запустить предпросмотр переводов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1844"/> + <location filename="../UI/UserInterface.py" line="1836"/> <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> <translation><b>Предпросмотр переводов</b><p>Запустить предпросмотр переводов.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4448"/> + <location filename="../UI/UserInterface.py" line="4485"/> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить предпросмотр переводов.<br>Убедитесь, что он находится в <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1330"/> <source>Shell</source> <translation>Оболочка</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1330"/> <source>&Shell</source> <translation>&Оболочка</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1991"/> + <location filename="../UI/UserInterface.py" line="1983"/> <source>Reload APIs</source> <translation>Перезагрузить API</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1991"/> + <location filename="../UI/UserInterface.py" line="1983"/> <source>Reload &APIs</source> <translation>Перезагрузить &API</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1995"/> + <location filename="../UI/UserInterface.py" line="1987"/> <source>Reload the API information</source> <translation>Перезагрузить информацию об API</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1997"/> + <location filename="../UI/UserInterface.py" line="1989"/> <source><b>Reload APIs</b><p>Reload the API information.</p></source> <translation><b>Перезагрузить API</b><p>Перезагрузить информацию об API.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1389"/> + <location filename="../UI/UserInterface.py" line="1381"/> <source>Task-Viewer</source> <translation>Просмотрщик задач</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5482"/> + <location filename="../UI/UserInterface.py" line="5519"/> <source>Save tasks</source> <translation>Сохранить задачи</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5482"/> + <location filename="../UI/UserInterface.py" line="5519"/> <source><p>The tasks file <b>{0}</b> could not be written.</p></source> <translation><p>Невозможно сохранить файл с задачами: <b>{0}</b></p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5511"/> + <location filename="../UI/UserInterface.py" line="5548"/> <source>Read tasks</source> <translation>Прочитать задачи</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5511"/> + <location filename="../UI/UserInterface.py" line="5548"/> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл с задачами: <b>{0}</b></p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4311"/> + <location filename="../UI/UserInterface.py" line="4348"/> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>Специальный просмотрщик не выбран. Используйте диалог с настройками для его выбора.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4325"/> + <location filename="../UI/UserInterface.py" line="4362"/> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить специальный просмотрщик.<br>Убедитесь, что он находится в <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5055"/> + <location filename="../UI/UserInterface.py" line="5092"/> <source>Documentation Missing</source> <translation>Документация отсутствует</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5055"/> + <location filename="../UI/UserInterface.py" line="5092"/> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation><p>Корень документации "<b>{0}</b>" не найден.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3007"/> + <location filename="../UI/UserInterface.py" line="2999"/> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>Почтовый адрес или адрес почтового сервера пуст. Настройте электронную почту в диалоге конфигурации.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1407"/> + <location filename="../UI/UserInterface.py" line="1399"/> <source>Template-Viewer</source> <translation>Просмотрщик шаблонов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1285"/> + <location filename="../UI/UserInterface.py" line="1277"/> <source>Alt+Shift+P</source> <translation>Alt+Shift+P</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1320"/> + <location filename="../UI/UserInterface.py" line="1312"/> <source>Alt+Shift+D</source> <translation>Alt+Shift+D</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1330"/> <source>Alt+Shift+S</source> <translation>Alt+Shift+S</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1354"/> + <location filename="../UI/UserInterface.py" line="1346"/> <source>Alt+Shift+F</source> <translation>Alt+Shift+F</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1389"/> + <location filename="../UI/UserInterface.py" line="1381"/> <source>Alt+Shift+T</source> <translation>Alt+Shift+T</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1302"/> + <location filename="../UI/UserInterface.py" line="1294"/> <source>Alt+Shift+M</source> <translation>Alt+Shift+M</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2129"/> + <location filename="../UI/UserInterface.py" line="2121"/> <source>Activate current editor</source> <translation>Активизировать текущий редактор</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2129"/> + <location filename="../UI/UserInterface.py" line="2121"/> <source>Alt+Shift+E</source> <translation>Alt+Shift+E</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2139"/> + <location filename="../UI/UserInterface.py" line="2131"/> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2148"/> + <location filename="../UI/UserInterface.py" line="2140"/> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1371"/> + <location filename="../UI/UserInterface.py" line="1363"/> <source>Alt+Shift+G</source> <translation>Alt+Shift+G</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2228"/> <source>Qt4 Documentation</source> <translation>Документация Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2236"/> + <location filename="../UI/UserInterface.py" line="2228"/> <source>Qt&4 Documentation</source> <translation>Документация Qt&4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2240"/> + <location filename="../UI/UserInterface.py" line="2232"/> <source>Open Qt4 Documentation</source> <translation>Открыть документацию Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2350"/> + <location filename="../UI/UserInterface.py" line="2342"/> <source>Eric API Documentation</source> <translation>Документация API Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2350"/> + <location filename="../UI/UserInterface.py" line="2342"/> <source>&Eric API Documentation</source> <translation>Документация API &Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2354"/> + <location filename="../UI/UserInterface.py" line="2346"/> <source>Open Eric API Documentation</source> <translation>Открыть документацию API Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4345"/> + <location filename="../UI/UserInterface.py" line="4382"/> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>Невозможно запустить просмотрщик помощи.<br>Убедитесь, что он доступен под именем <b>hh</b>.</p></translation> </message> @@ -57935,156 +57955,156 @@ <translation>Регистрация объектов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1285"/> + <location filename="../UI/UserInterface.py" line="1277"/> <source>Project-Viewer</source> <translation>Просмотрщик проекта</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1320"/> + <location filename="../UI/UserInterface.py" line="1312"/> <source>Debug-Viewer</source> <translation>Просмотрщик отладки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1215"/> + <location filename="../UI/UserInterface.py" line="1207"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1285"/> + <location filename="../UI/UserInterface.py" line="1277"/> <source>&Project-Viewer</source> <translation>&Просмотрщик проекта</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1576"/> + <location filename="../UI/UserInterface.py" line="1568"/> <source>Shift+F1</source> <translation>Shift+F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1594"/> + <location filename="../UI/UserInterface.py" line="1586"/> <source>F1</source> <translation>F1</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1635"/> + <location filename="../UI/UserInterface.py" line="1627"/> <source>Check for Updates</source> <translation>Проверить наличие обновлений</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1632"/> + <location filename="../UI/UserInterface.py" line="1624"/> <source>Check for &Updates...</source> <translation>Проверить наличие &обновлений...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2266"/> + <location filename="../UI/UserInterface.py" line="2258"/> <source>PyQt4 Documentation</source> <translation>Документация PyQt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2270"/> + <location filename="../UI/UserInterface.py" line="2262"/> <source>Open PyQt4 Documentation</source> <translation>Открыть документацию Qt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2449"/> + <location filename="../UI/UserInterface.py" line="2441"/> <source>Select Tool Group</source> <translation>Выберите группу инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2455"/> + <location filename="../UI/UserInterface.py" line="2447"/> <source>Se&ttings</source> <translation>&Настройка</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2604"/> + <location filename="../UI/UserInterface.py" line="2596"/> <source>Profiles</source> <translation>Профили</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3375"/> + <location filename="../UI/UserInterface.py" line="3367"/> <source>&Builtin Tools</source> <translation>&Встроенные инструменты</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4596"/> + <location filename="../UI/UserInterface.py" line="4633"/> <source>Starting process '{0} {1}'. </source> <translation>Запускается процесс '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4688"/> + <location filename="../UI/UserInterface.py" line="4725"/> <source>Process '{0}' has exited. </source> <translation>Процесс '{0}' завершился.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5039"/> + <location filename="../UI/UserInterface.py" line="5076"/> <source>Documentation</source> <translation>Документация</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4881"/> + <location filename="../UI/UserInterface.py" line="4918"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation><p>Корень документации PyQt4 не найден.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6063"/> - <source>Error during updates check</source> - <translation>Ошибка при проверке обновлений</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6043"/> - <source>Update available</source> - <translation>Обновления доступны</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2956"/> - <source><h3>Version Numbers</h3><table></source> - <translation><h3>Номера версий</h3><table></translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="6100"/> + <source>Error during updates check</source> + <translation>Ошибка при проверке обновлений</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6080"/> + <source>Update available</source> + <translation>Обновления доступны</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2948"/> + <source><h3>Version Numbers</h3><table></source> + <translation><h3>Номера версий</h3><table></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6137"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3321"/> + <location filename="../UI/UserInterface.py" line="3313"/> <source>Configure Tool Groups ...</source> <translation>Настроить группы Инструментов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3325"/> + <location filename="../UI/UserInterface.py" line="3317"/> <source>Configure current Tool Group ...</source> <translation>Настроить текущую группу Инструментов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2009"/> + <location filename="../UI/UserInterface.py" line="2001"/> <source>Show external tools</source> <translation>Показать внешние инструменты</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2004"/> + <location filename="../UI/UserInterface.py" line="1996"/> <source>Show external &tools</source> <translation>Показать &внешние инструменты</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6063"/> + <location filename="../UI/UserInterface.py" line="6100"/> <source>Could not perform updates check.</source> <translation>Невозможно запустить проверку обновлений.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5893"/> + <location filename="../UI/UserInterface.py" line="5930"/> <source>&Cancel</source> <translation>От&мена</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5902"/> + <location filename="../UI/UserInterface.py" line="5939"/> <source>Trying host {0}</source> <translation>Пробую узел {0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6164"/> <source>First time usage</source> <translation>Первое использование</translation> </message> @@ -58094,63 +58114,63 @@ <translation>Инициализируется менеджер расширений...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2514"/> + <location filename="../UI/UserInterface.py" line="2506"/> <source>P&lugins</source> <translation>&Расширения</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2605"/> + <location filename="../UI/UserInterface.py" line="2597"/> <source>Plugins</source> <translation>Расширения</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2166"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>Plugin Infos</source> <translation>Информация о расширениях</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2170"/> + <location filename="../UI/UserInterface.py" line="2162"/> <source>Show Plugin Infos</source> <translation>Показать информацию о расширениях</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2171"/> + <location filename="../UI/UserInterface.py" line="2163"/> <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> <translation><b>Информация о расширениях...</b> <p>Открывает диалог, отображающий информацию о загруженных расширениях.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2166"/> + <location filename="../UI/UserInterface.py" line="2158"/> <source>&Plugin Infos...</source> <translation>Ин&формация о подключаемых модулях...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2197"/> + <location filename="../UI/UserInterface.py" line="2189"/> <source>Uninstall Plugin</source> <translation>Убрать подключаемый модуль</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2192"/> + <location filename="../UI/UserInterface.py" line="2184"/> <source>&Uninstall Plugin...</source> <translation>У&брать подключаемый модуль...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2198"/> + <location filename="../UI/UserInterface.py" line="2190"/> <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> <translation><b>Убрать подключаемый модуль...</b><p>Открывает диалог деинсталляции нового подключаемого модуля.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3383"/> + <location filename="../UI/UserInterface.py" line="3375"/> <source>&Plugin Tools</source> <translation>Инструменты для &плагинов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3473"/> + <location filename="../UI/UserInterface.py" line="3465"/> <source>&Show all</source> <translation>Показать &всё</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3475"/> + <location filename="../UI/UserInterface.py" line="3467"/> <source>&Hide all</source> <translation>Ск&рыть всё</translation> </message> @@ -58160,1110 +58180,1110 @@ <translation>Активация подключаемых модулей...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1643"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>Show downloadable versions</source> <translation>Показать версии, доступные для загрузки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1643"/> + <location filename="../UI/UserInterface.py" line="1635"/> <source>Show &downloadable versions...</source> <translation>Показать версии, доступные для &загрузки...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1647"/> + <location filename="../UI/UserInterface.py" line="1639"/> <source>Show the versions available for download</source> <translation>Показать версии, доступные для загрузки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6086"/> + <location filename="../UI/UserInterface.py" line="6123"/> <source><h3>Available versions</h3><table></source> <translation><h3>Доступные версии</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2205"/> + <location filename="../UI/UserInterface.py" line="2197"/> <source>Plugin Repository</source> <translation>Репозиторий плагинов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2205"/> + <location filename="../UI/UserInterface.py" line="2197"/> <source>Plugin &Repository...</source> <translation>&Репозиторий плагинов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2210"/> + <location filename="../UI/UserInterface.py" line="2202"/> <source>Show Plugins available for download</source> <translation>Показать плагины, доступные для загрузки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2212"/> + <location filename="../UI/UserInterface.py" line="2204"/> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation><b>Репозиторий плагинов...</b><p>Открывает диалог, который показывает список плагинов, доступных для скачивания с интернета.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2184"/> + <location filename="../UI/UserInterface.py" line="2176"/> <source>Install Plugins</source> <translation>Установить плагины</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2179"/> + <location filename="../UI/UserInterface.py" line="2171"/> <source>&Install Plugins...</source> <translation>&Установить плагины...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2185"/> + <location filename="../UI/UserInterface.py" line="2177"/> <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> <translation><b>Установить плагины...</b><p>Открывает диалог для установки или обновления плагинов.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1896"/> + <location filename="../UI/UserInterface.py" line="1888"/> <source>Mini Editor</source> <translation>Мини-редактор</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1891"/> + <location filename="../UI/UserInterface.py" line="1883"/> <source>Mini &Editor...</source> <translation>Мини-&редактор...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1897"/> + <location filename="../UI/UserInterface.py" line="1889"/> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation><b>Мини-редактор</b><p>Открывает диалог с упрощённым редактором.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2037"/> + <location filename="../UI/UserInterface.py" line="2029"/> <source>Toolbars</source> <translation>Панели инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2037"/> + <location filename="../UI/UserInterface.py" line="2029"/> <source>Tool&bars...</source> <translation>Панели &инструментов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2042"/> + <location filename="../UI/UserInterface.py" line="2034"/> <source>Configure toolbars</source> <translation>Настроить панели инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2043"/> + <location filename="../UI/UserInterface.py" line="2035"/> <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> <translation><b>Панели инструментов</b><p>Настроить панели инструментов. В этом диалоге Вы можете изменить имеющиеся панели инструментов, а так же создать новые.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="545"/> + <location filename="../UI/UserInterface.py" line="537"/> <source>Restoring Toolbarmanager...</source> <translation>Восстановление менеджера панелей инструментов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2859"/> + <location filename="../UI/UserInterface.py" line="2851"/> <source>External Tools/{0}</source> <translation>Внешние инструменты/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4557"/> + <location filename="../UI/UserInterface.py" line="4594"/> <source>External Tools</source> <translation>Внешние инструменты</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4548"/> + <location filename="../UI/UserInterface.py" line="4585"/> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation>Запись для внешней программы '{0}' не найдена в группе '{1}'.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4557"/> + <location filename="../UI/UserInterface.py" line="4594"/> <source>No toolgroup entry '{0}' found.</source> <translation>Запись для группы '{0}' не найдена.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1302"/> + <location filename="../UI/UserInterface.py" line="1294"/> <source>Multiproject-Viewer</source> <translation>Просмотрщик мултипроекта</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1302"/> + <location filename="../UI/UserInterface.py" line="1294"/> <source>&Multiproject-Viewer</source> <translation>Просмотрщик &мултипроекта</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5529"/> + <location filename="../UI/UserInterface.py" line="5566"/> <source>Save session</source> <translation>Сохранить сессию</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5529"/> + <location filename="../UI/UserInterface.py" line="5566"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>Не могу записать файл сессии <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5560"/> + <location filename="../UI/UserInterface.py" line="5597"/> <source>Read session</source> <translation>Загрузить сессию</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5560"/> + <location filename="../UI/UserInterface.py" line="5597"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>Не могу прочитать файл сессии <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2761"/> + <location filename="../UI/UserInterface.py" line="2753"/> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>Эта часть строки статуса показывает текущую кодировку редактора.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2775"/> + <location filename="../UI/UserInterface.py" line="2767"/> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>Эта часть строки статуса указывает на возможность записи открытого в редакторе файла.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1674"/> <source>Request Feature</source> <translation>Послать запрос</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1682"/> + <location filename="../UI/UserInterface.py" line="1674"/> <source>Request &Feature...</source> <translation>Послать &запрос...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1686"/> + <location filename="../UI/UserInterface.py" line="1678"/> <source>Send a feature request</source> <translation>Послать запрос</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1688"/> + <location filename="../UI/UserInterface.py" line="1680"/> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation><b>Послать запрос...</b><p>Показать диалог создания запроса.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2754"/> + <location filename="../UI/UserInterface.py" line="2746"/> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>Эта часть строки статуса показывает язык текущего окна редактора.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2782"/> + <location filename="../UI/UserInterface.py" line="2774"/> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>Эта часть строки статуса показывает номер текущей строки в редакторе.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2789"/> + <location filename="../UI/UserInterface.py" line="2781"/> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>Эта часть строки статуса показывает текущую позицию курсора в редакторе.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1450"/> + <location filename="../UI/UserInterface.py" line="1442"/> <source>Horizontal Toolbox</source> <translation>Горизонтальная панель инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1450"/> + <location filename="../UI/UserInterface.py" line="1442"/> <source>&Horizontal Toolbox</source> <translation>&Горизонтальная панель инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1454"/> + <location filename="../UI/UserInterface.py" line="1446"/> <source>Toggle the Horizontal Toolbox window</source> <translation>Переключить горизонтальную панель инструментов</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1448"/> + <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> + <translation><b>Переключить горизонтальную панель инструментов</b><p>Показать/скрыть горизонтальную панель инструментов</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3279"/> + <source>Restart application</source> + <translation>Перезапустить приложение</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3279"/> + <source>The application needs to be restarted. Do it now?</source> + <translation>Необходимо перезапустить приложение. Сделать это сейчас?</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1399"/> + <source>Alt+Shift+A</source> + <translation></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2515"/> + <source>Configure...</source> + <translation>Настроить...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2760"/> + <source><p>This part of the status bar displays the current editors eol setting.</p></source> + <translation><p>Эта часть строки статуса показывает режим конца строки в текущем редакторе.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2149"/> + <source>Switch between tabs</source> + <translation>Переключиться между закладками</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2149"/> + <source>Ctrl+1</source> + <translation>Ctrl+1</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1955"/> + <source>Export Preferences</source> + <translation>Экспорт предпочтений</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1955"/> + <source>E&xport Preferences...</source> + <translation>&Экспорт предпочтений...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1960"/> + <source>Export the current configuration</source> + <translation>Экспорт текущих настроек</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1962"/> + <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> + <translation><b>Экспорт предпочтений</b><p>Экспорт текущих предпочтений в файл.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1969"/> + <source>Import Preferences</source> + <translation>Импорт предпочтений</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1969"/> + <source>I&mport Preferences...</source> + <translation>&Импорт предпочтений...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1974"/> + <source>Import a previously exported configuration</source> + <translation>Импорт сохранённых ранее настроек</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1976"/> + <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> + <translation><b>Импорт настроек</b><p>Импорт сохранённых ранее настроек.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2131"/> + <source>Show next</source> + <translation>Показать следующую закладку</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2140"/> + <source>Show previous</source> + <translation>Показать предыдущую закладку</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1456"/> - <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> - <translation><b>Переключить горизонтальную панель инструментов</b><p>Показать/скрыть горизонтальную панель инструментов</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3287"/> - <source>Restart application</source> - <translation>Перезапустить приложение</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3287"/> - <source>The application needs to be restarted. Do it now?</source> - <translation>Необходимо перезапустить приложение. Сделать это сейчас?</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1407"/> - <source>Alt+Shift+A</source> - <translation></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2523"/> - <source>Configure...</source> - <translation>Настроить...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2768"/> - <source><p>This part of the status bar displays the current editors eol setting.</p></source> - <translation><p>Эта часть строки статуса показывает режим конца строки в текущем редакторе.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2157"/> - <source>Switch between tabs</source> - <translation>Переключиться между закладками</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2157"/> - <source>Ctrl+1</source> - <translation>Ctrl+1</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1963"/> - <source>Export Preferences</source> - <translation>Экспорт предпочтений</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1963"/> - <source>E&xport Preferences...</source> - <translation>&Экспорт предпочтений...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1968"/> - <source>Export the current configuration</source> - <translation>Экспорт текущих настроек</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1970"/> - <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> - <translation><b>Экспорт предпочтений</b><p>Экспорт текущих предпочтений в файл.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1977"/> - <source>Import Preferences</source> - <translation>Импорт предпочтений</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1977"/> - <source>I&mport Preferences...</source> - <translation>&Импорт предпочтений...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1982"/> - <source>Import a previously exported configuration</source> - <translation>Импорт сохранённых ранее настроек</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1984"/> - <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> - <translation><b>Импорт настроек</b><p>Импорт сохранённых ранее настроек.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2139"/> - <source>Show next</source> - <translation>Показать следующую закладку</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2148"/> - <source>Show previous</source> - <translation>Показать предыдущую закладку</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1464"/> <source>Left Sidebar</source> <translation>Левая док-панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1464"/> + <location filename="../UI/UserInterface.py" line="1456"/> <source>&Left Sidebar</source> <translation>&Левая док-панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1468"/> + <location filename="../UI/UserInterface.py" line="1460"/> <source>Toggle the left sidebar window</source> <translation>Показать/скрыть левую док-панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1469"/> + <location filename="../UI/UserInterface.py" line="1461"/> <source><b>Toggle the left sidebar window</b><p>If the left sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Показать/скрыть левую док-панель</b> <p>Если левая док-панель скрыта, показать её. Иначе - закрыть.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1491"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>Bottom Sidebar</source> <translation>Нижняя док-панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1491"/> + <location filename="../UI/UserInterface.py" line="1483"/> <source>&Bottom Sidebar</source> <translation>&Нижняя док-панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1495"/> + <location filename="../UI/UserInterface.py" line="1487"/> <source>Toggle the bottom sidebar window</source> <translation>Показать/скрыть нижнюю док-панель</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1497"/> + <location filename="../UI/UserInterface.py" line="1489"/> <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Показать/скрыть нижнюю док-панель</b> <p>Если нижняя док-панель скрыта, показать её. Иначе - закрыть.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1320"/> + <location filename="../UI/UserInterface.py" line="1312"/> <source>&Debug-Viewer</source> <translation>&Просмотрщик отладки</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1878"/> + <location filename="../UI/UserInterface.py" line="1870"/> <source>SQL Browser</source> <translation>Просмотрщик SQL</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1878"/> + <location filename="../UI/UserInterface.py" line="1870"/> <source>SQL &Browser...</source> <translation>&Просмотрщик SQL...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1883"/> + <location filename="../UI/UserInterface.py" line="1875"/> <source>Browse a SQL database</source> <translation>Просмотреть SQL базу данных</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1884"/> + <location filename="../UI/UserInterface.py" line="1876"/> <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> <translation><b>Просмотрщик SQL</b><p>Просмотреть SQL базу данных.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4469"/> + <location filename="../UI/UserInterface.py" line="4506"/> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить просмотрщик SQL.<br>Убедитесь, что он доступен как <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1918"/> + <location filename="../UI/UserInterface.py" line="1910"/> <source>Icon Editor</source> <translation>Редактор иконок</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1918"/> + <location filename="../UI/UserInterface.py" line="1910"/> <source>&Icon Editor...</source> <translation>Редактор &иконок...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4258"/> + <location filename="../UI/UserInterface.py" line="4295"/> <source>Qt 3 support</source> <translation>Поддержка Qt3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5039"/> + <location filename="../UI/UserInterface.py" line="5076"/> <source><p>The PySide documentation starting point has not been configured.</p></source> <translation><p>Корень документации PySide не найден.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2371"/> + <location filename="../UI/UserInterface.py" line="2363"/> <source>PySide Documentation</source> <translation>Документация PySide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2371"/> + <location filename="../UI/UserInterface.py" line="2363"/> <source>Py&Side Documentation</source> <translation>Документация Py&Side</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2375"/> + <location filename="../UI/UserInterface.py" line="2367"/> <source>Open PySide Documentation</source> <translation>Открыть документацию PySide</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="833"/> + <location filename="../UI/UserInterface.py" line="825"/> <source>Cooperation</source> <translation>Кооперация</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1505"/> + <location filename="../UI/UserInterface.py" line="1497"/> <source>Alt+Shift+O</source> <translation>Alt+Shift+O</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="882"/> + <source>Symbols</source> + <translation>Символы</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1532"/> + <source>Alt+Shift+Y</source> + <translation>Alt+Shift+Y</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="890"/> - <source>Symbols</source> - <translation>Символы</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1540"/> - <source>Alt+Shift+Y</source> - <translation>Alt+Shift+Y</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="898"/> <source>Numbers</source> <translation>Числа</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1558"/> + <location filename="../UI/UserInterface.py" line="1550"/> <source>Alt+Shift+B</source> <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5348"/> + <location filename="../UI/UserInterface.py" line="5385"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>Файл горячих клавиш (*.e4k)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2308"/> + <location filename="../UI/UserInterface.py" line="2300"/> <source>Python 3 Documentation</source> <translation>Документация Pyton 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2308"/> + <location filename="../UI/UserInterface.py" line="2300"/> <source>Python &3 Documentation</source> <translation>Документация Pyton &3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2312"/> + <location filename="../UI/UserInterface.py" line="2304"/> <source>Open Python 3 Documentation</source> <translation>Открыть документацию Python 3</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2326"/> + <location filename="../UI/UserInterface.py" line="2318"/> <source>Python 2 Documentation</source> <translation>Документация Pyton 2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2326"/> + <location filename="../UI/UserInterface.py" line="2318"/> <source>Python &2 Documentation</source> <translation>Документация Pyton &2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2330"/> + <location filename="../UI/UserInterface.py" line="2322"/> <source>Open Python 2 Documentation</source> <translation>Открыть документацию Python 2</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2332"/> + <location filename="../UI/UserInterface.py" line="2324"/> <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> <translation><b>Документация Pyton 2</b><p>Показать Pyton 2 документацию. Если местонахождение документации не было настроено, то искать в подкаталоге <i>doc</i> каталога где находится исполняемый файл Python 2 под Windows и в подкаталоге <i>/usr/share/doc/packages/python/html/python-docs-html</i> под UNIX. Местонахождение документации можно задать с помощью переменной окружения PYTHON2DOCDIR.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5953"/> + <location filename="../UI/UserInterface.py" line="5990"/> <source>Error getting versions information</source> <translation>Ошибка при получении информации о версии</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5946"/> + <location filename="../UI/UserInterface.py" line="5983"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation>Невозможно загрузить информацию о версии. Пожалуйста попоробуйте ещё раз.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5148"/> + <location filename="../UI/UserInterface.py" line="5185"/> <source>Open Browser</source> <translation>Запустить просмотрщик</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5148"/> + <location filename="../UI/UserInterface.py" line="5185"/> <source>Could not start a web browser</source> <translation>Невозможно запустить просмотрщик</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5953"/> + <location filename="../UI/UserInterface.py" line="5990"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation>Невозможно загрузить информацию о версии в течении последних 7 дней. Пожалуйста попоробуйте ещё раз.</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="542"/> + <source>Setting View Profile...</source> + <translation>Установка профилей...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="546"/> + <source>Reading Tasks...</source> + <translation>Чтение задач...</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="550"/> - <source>Setting View Profile...</source> - <translation>Установка профилей...</translation> + <source>Reading Templates...</source> + <translation>Чтение шаблонов...</translation> </message> <message> <location filename="../UI/UserInterface.py" line="554"/> - <source>Reading Tasks...</source> - <translation>Чтение задач...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="558"/> - <source>Reading Templates...</source> - <translation>Чтение шаблонов...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="562"/> <source>Starting Debugger...</source> <translation>Запуск отладчика...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1232"/> + <location filename="../UI/UserInterface.py" line="1224"/> <source>New Window</source> <translation>Новое окно</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1232"/> + <location filename="../UI/UserInterface.py" line="1224"/> <source>New &Window</source> <translation>&Новое окно</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1232"/> + <location filename="../UI/UserInterface.py" line="1224"/> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation>Ctrl+Shift+N</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1717"/> <source>Unittest Rerun Failed</source> <translation>Перезапуск тестов провалился</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1725"/> + <location filename="../UI/UserInterface.py" line="1717"/> <source>Rerun Failed Tests...</source> <translation>Перезапустить провалившиеся тесты...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1730"/> + <location filename="../UI/UserInterface.py" line="1722"/> <source>Rerun failed tests of the last run</source> <translation>Перезапустить провалившиеся в последней попытке тесты</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1732"/> + <location filename="../UI/UserInterface.py" line="1724"/> <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> <translation><b>Перезапустить провалившиеся тесты</b><p>Перезапустить все провалившиеся в последней попытке тесты.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1864"/> + <location filename="../UI/UserInterface.py" line="1856"/> <source>Compare &Files side by side...</source> <translation>Сравнить &файлы с параллальным отображением...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1932"/> + <location filename="../UI/UserInterface.py" line="1924"/> <source>Snapshot</source> <translation>Снимок</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1932"/> + <location filename="../UI/UserInterface.py" line="1924"/> <source>&Snapshot...</source> <translation>&Снимок...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1937"/> + <location filename="../UI/UserInterface.py" line="1929"/> <source>Take snapshots of a screen region</source> <translation>Сделать снимок области экрана</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1939"/> + <location filename="../UI/UserInterface.py" line="1931"/> <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> <translation><b>Снимок</b><p>Сделать снимок области экрана.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4527"/> + <location filename="../UI/UserInterface.py" line="4564"/> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Невозможно запустить программу для создания снимка экрана.<br>Убедитесь что она установлена как <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6146"/> + <location filename="../UI/UserInterface.py" line="6183"/> <source>Select Workspace Directory</source> <translation>Задайте рабочий каталог</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1425"/> + <location filename="../UI/UserInterface.py" line="1417"/> <source>Left Toolbox</source> <translation>Левая панель инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1437"/> + <location filename="../UI/UserInterface.py" line="1429"/> <source>Right Toolbox</source> <translation>Правая панель инструментов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1291"/> + <location filename="../UI/UserInterface.py" line="1283"/> <source>Switch the input focus to the Project-Viewer window.</source> <translation>Переключить направление ввода на окно просмотрщика проекта.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1293"/> + <location filename="../UI/UserInterface.py" line="1285"/> <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> <translation><b>Активировать просмотрщик проекта</b><p>Переключить направление ввода на окно просмотрщика проекта.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1308"/> + <location filename="../UI/UserInterface.py" line="1300"/> <source>Switch the input focus to the Multiproject-Viewer window.</source> <translation>Переключить направление ввода на окно просмотрщика проектов.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1310"/> + <location filename="../UI/UserInterface.py" line="1302"/> <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> <translation><b>Активировать просмотрщик проектов</b><p>Переключить направление ввода на окно просмотрщика проектов.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1326"/> + <location filename="../UI/UserInterface.py" line="1318"/> <source>Switch the input focus to the Debug-Viewer window.</source> <translation>Переключить направление ввода на окно просмотрщика отладочной иформации.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1328"/> + <location filename="../UI/UserInterface.py" line="1320"/> <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> <translation><b>Активировать окно отладки</b><p>Переключить направление ввода на окно просмотрщика отладочной иформации.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1344"/> + <location filename="../UI/UserInterface.py" line="1336"/> <source>Switch the input focus to the Shell window.</source> <translation>Переключить направление ввода на командное окно.</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1338"/> + <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> + <translation><b>Активировать командное окно</b><p>Переключить направление ввода на командное окно.</p></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1346"/> - <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> - <translation><b>Активировать командное окно</b><p>Переключить направление ввода на командное окно.</p></translation> + <source>&File-Browser</source> + <translation>&Просмотрщик файлов</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1352"/> + <source>Switch the input focus to the File-Browser window.</source> + <translation>Переключить направление ввода на окно просмотрщика файлов.</translation> </message> <message> <location filename="../UI/UserInterface.py" line="1354"/> - <source>&File-Browser</source> - <translation>&Просмотрщик файлов</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1360"/> - <source>Switch the input focus to the File-Browser window.</source> - <translation>Переключить направление ввода на окно просмотрщика файлов.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1362"/> <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> <translation><b>Активировать окно просмотрщика файлов</b><p>Переключить направление ввода на окно просмотрщика файлов.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1363"/> + <source>Lo&g-Viewer</source> + <translation>Просмотрщик &журнала</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1369"/> + <source>Switch the input focus to the Log-Viewer window.</source> + <translation>Переключить направление ввода на окно просмотрщика журнала.</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1371"/> - <source>Lo&g-Viewer</source> - <translation>Просмотрщик &журнала</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1377"/> - <source>Switch the input focus to the Log-Viewer window.</source> - <translation>Переключить направление ввода на окно просмотрщика журнала.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1379"/> <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> <translation><b>Активировать окно просмотрщика журнала</b><p>Переключить направление ввода на окно просмотрщика журнала.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1381"/> + <source>&Task-Viewer</source> + <translation>Просмотрщик &задач</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1387"/> + <source>Switch the input focus to the Task-Viewer window.</source> + <translation>Переключить направление ввода на окно просмотрщика задач.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1399"/> + <source>Templ&ate-Viewer</source> + <translation>Просмотрщик &шаблонов</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1405"/> + <source>Switch the input focus to the Template-Viewer window.</source> + <translation>Переключить направление ввода на окно просмотрщика шаблонов.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1407"/> + <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> + <translation><b>Активировать окно просмотрщика шаблонов</b><p>Переключить направление ввода на окно просмотрщика шаблонов.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1417"/> + <source>&Left Toolbox</source> + <translation>&Левая окно инструментов</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1420"/> + <source>Toggle the Left Toolbox window</source> + <translation>Показать/скрыть левое окно инструментов</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1421"/> + <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> + <translation><b>Показать/скрыть левое окно инструментов</b><p>Если левое окно инструментов видно, то скрыть его, если скрыто то показать.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1429"/> + <source>&Right Toolbox</source> + <translation>&Правая окно инструментов</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1433"/> + <source>Toggle the Right Toolbox window</source> + <translation>Показать/скрыть правое окно инструментов</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1434"/> + <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> + <translation><b>Показать/скрыть правое окно инструментов</b><p>Если правое окно инструментов видно, то скрыть его, если скрыто то показать.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1469"/> + <source>Right Sidebar</source> + <translation>Правая док-панель</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1469"/> + <source>&Right Sidebar</source> + <translation>&Правая панель</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1473"/> + <source>Toggle the right sidebar window</source> + <translation>Показать/скрыть правую панель</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1475"/> + <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> + <translation><b>Показать/скрыть правую панель</b><p>Если правая панель скрыта, показать её. Иначе - закрыть.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1497"/> + <source>Cooperation-Viewer</source> + <translation>Просмотрщик кооперации</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1497"/> + <source>Co&operation-Viewer</source> + <translation>Просмотрщик ко&операции</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1503"/> + <source>Switch the input focus to the Cooperation-Viewer window.</source> + <translation>Переключить направление ввода на окно просмотрщика шкооперации.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1505"/> + <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> + <translation><b>Активировать просмотрщик кооперации</b><p>Переключить направление ввода на окно просмотрщика кооперации.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1532"/> + <source>Symbols-Viewer</source> + <translation>Просмотрщик символов</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1532"/> + <source>S&ymbols-Viewer</source> + <translation>Просмотрщик с&имволов</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1538"/> + <source>Switch the input focus to the Symbols-Viewer window.</source> + <translation>Переключить направление ввода на окно просмотрщика символов.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1540"/> + <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> + <translation><b>Активировать просмотрщик символов</b><p>Переключить направление ввода на окно просмотрщика символов.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1550"/> + <source>Numbers-Viewer</source> + <translation>Просмотрщик чисел</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1550"/> + <source>Num&bers-Viewer</source> + <translation>Просмотрщик &чисел</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1556"/> + <source>Switch the input focus to the Numbers-Viewer window.</source> + <translation>Переключить направление ввода на окно просмотрщика чисел.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1558"/> + <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> + <translation><b>Активировать просмотрщик чисел</b><p>Переключить направление ввода на окно просмотрщика чисел.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2475"/> + <source>&Windows</source> + <translation>&Окна</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1389"/> - <source>&Task-Viewer</source> - <translation>Просмотрщик &задач</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1395"/> - <source>Switch the input focus to the Task-Viewer window.</source> - <translation>Переключить направление ввода на окно просмотрщика задач.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1407"/> - <source>Templ&ate-Viewer</source> - <translation>Просмотрщик &шаблонов</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1413"/> - <source>Switch the input focus to the Template-Viewer window.</source> - <translation>Переключить направление ввода на окно просмотрщика шаблонов.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1415"/> - <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> - <translation><b>Активировать окно просмотрщика шаблонов</b><p>Переключить направление ввода на окно просмотрщика шаблонов.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1425"/> - <source>&Left Toolbox</source> - <translation>&Левая окно инструментов</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1428"/> - <source>Toggle the Left Toolbox window</source> - <translation>Показать/скрыть левое окно инструментов</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1429"/> - <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> - <translation><b>Показать/скрыть левое окно инструментов</b><p>Если левое окно инструментов видно, то скрыть его, если скрыто то показать.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1437"/> - <source>&Right Toolbox</source> - <translation>&Правая окно инструментов</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1441"/> - <source>Toggle the Right Toolbox window</source> - <translation>Показать/скрыть правое окно инструментов</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1442"/> - <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> - <translation><b>Показать/скрыть правое окно инструментов</b><p>Если правое окно инструментов видно, то скрыть его, если скрыто то показать.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1477"/> - <source>Right Sidebar</source> - <translation>Правая док-панель</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1477"/> - <source>&Right Sidebar</source> - <translation>&Правая панель</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1481"/> - <source>Toggle the right sidebar window</source> - <translation>Показать/скрыть правую панель</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1483"/> - <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> - <translation><b>Показать/скрыть правую панель</b><p>Если правая панель скрыта, показать её. Иначе - закрыть.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1505"/> - <source>Cooperation-Viewer</source> - <translation>Просмотрщик кооперации</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1505"/> - <source>Co&operation-Viewer</source> - <translation>Просмотрщик ко&операции</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1511"/> - <source>Switch the input focus to the Cooperation-Viewer window.</source> - <translation>Переключить направление ввода на окно просмотрщика шкооперации.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1513"/> - <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> - <translation><b>Активировать просмотрщик кооперации</b><p>Переключить направление ввода на окно просмотрщика кооперации.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1540"/> - <source>Symbols-Viewer</source> - <translation>Просмотрщик символов</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1540"/> - <source>S&ymbols-Viewer</source> - <translation>Просмотрщик с&имволов</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1546"/> - <source>Switch the input focus to the Symbols-Viewer window.</source> - <translation>Переключить направление ввода на окно просмотрщика символов.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1548"/> - <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> - <translation><b>Активировать просмотрщик символов</b><p>Переключить направление ввода на окно просмотрщика символов.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1558"/> - <source>Numbers-Viewer</source> - <translation>Просмотрщик чисел</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1558"/> - <source>Num&bers-Viewer</source> - <translation>Просмотрщик &чисел</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1564"/> - <source>Switch the input focus to the Numbers-Viewer window.</source> - <translation>Переключить направление ввода на окно просмотрщика чисел.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1566"/> - <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> - <translation><b>Активировать просмотрщик чисел</b><p>Переключить направление ввода на окно просмотрщика чисел.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2483"/> - <source>&Windows</source> - <translation>&Окна</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1397"/> <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> <translation><b>Активировать окно просмотрщика задач</b><p>Переключить направление ввода на окно просмотрщика задач.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1523"/> + <location filename="../UI/UserInterface.py" line="1515"/> <source>IRC</source> <translation>IRC</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1515"/> + <source>&IRC</source> + <translation>&IRC</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1515"/> + <source>Meta+Shift+I</source> + <translation>Meta+Shift+I</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1521"/> + <source>Switch the input focus to the IRC window.</source> + <translation>Переключить направление ввода на окно IRC.</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1523"/> - <source>&IRC</source> - <translation>&IRC</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1523"/> - <source>Meta+Shift+I</source> - <translation>Meta+Shift+I</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1529"/> - <source>Switch the input focus to the IRC window.</source> - <translation>Переключить направление ввода на окно IRC.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1531"/> <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> <translation><b>Активировать окно IRC</b><p>Переключить направление ввода на окно IRC.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1783"/> + <location filename="../UI/UserInterface.py" line="1775"/> <source>Qt-Designer</source> <translation>Qt-Дизайнер</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1783"/> + <location filename="../UI/UserInterface.py" line="1775"/> <source>Qt-&Designer...</source> <translation>Qt-&Дизайнер...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1788"/> + <location filename="../UI/UserInterface.py" line="1780"/> <source>Start Qt-Designer</source> <translation>Запустить Qt-Дизайнер</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1789"/> + <location filename="../UI/UserInterface.py" line="1781"/> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation><b>Qt-Дизайнер</b><p>Запустить Qt-Дизайнер.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1809"/> + <location filename="../UI/UserInterface.py" line="1801"/> <source>Qt-Linguist</source> <translation>Qt Переводчик</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1809"/> + <location filename="../UI/UserInterface.py" line="1801"/> <source>Qt-&Linguist...</source> <translation>Qt &Переводчик...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1814"/> + <location filename="../UI/UserInterface.py" line="1806"/> <source>Start Qt-Linguist</source> <translation>Запустить Qt-Переводчик</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1815"/> + <location filename="../UI/UserInterface.py" line="1807"/> <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation><b>Qt-Переводчик</b><p>Запустить Qt-Переводчик.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2250"/> + <location filename="../UI/UserInterface.py" line="2242"/> <source>Qt5 Documentation</source> <translation>Документация Qt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2250"/> + <location filename="../UI/UserInterface.py" line="2242"/> <source>Qt&5 Documentation</source> <translation>Документация Qt&5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2254"/> + <location filename="../UI/UserInterface.py" line="2246"/> <source>Open Qt5 Documentation</source> <translation>Открыть документацию Qt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2800"/> + <location filename="../UI/UserInterface.py" line="2792"/> <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> <translation><p>Эта часть строки статуса позволяет мвсштабировать текущее окно.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2096"/> + <location filename="../UI/UserInterface.py" line="2088"/> <source>Manage SSL Certificates</source> <translation>Менеджер SLL сертификатов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2096"/> + <location filename="../UI/UserInterface.py" line="2088"/> <source>Manage SSL Certificates...</source> <translation>Менеджер SLL сертификатов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2101"/> + <location filename="../UI/UserInterface.py" line="2093"/> <source>Manage the saved SSL certificates</source> <translation>Менеджер сохранённых SLL сертификатов</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2103"/> + <location filename="../UI/UserInterface.py" line="2095"/> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation><b>Менеджер SLL сертификатов...</b><p>Менеджер сохранённых SLL сертификатов.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2112"/> + <location filename="../UI/UserInterface.py" line="2104"/> <source>Edit Message Filters</source> <translation>Редактировать фильтры сообщений</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2112"/> + <location filename="../UI/UserInterface.py" line="2104"/> <source>Edit Message Filters...</source> <translation>Редактировать фильтры сообщений...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2117"/> + <location filename="../UI/UserInterface.py" line="2109"/> <source>Edit the message filters used to suppress unwanted messages</source> <translation>Редактировать фильтры нежелательных сообщений</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2119"/> + <location filename="../UI/UserInterface.py" line="2111"/> <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> <translation><b>Редактировать фильтры сообщений</b><p>Редактировать фильтры нежелательных сообщений об ошибках.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2266"/> + <location filename="../UI/UserInterface.py" line="2258"/> <source>PyQt&4 Documentation</source> <translation>Документация PyQt&4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2285"/> + <location filename="../UI/UserInterface.py" line="2277"/> <source>PyQt5 Documentation</source> <translation>Документация PyQt4</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2285"/> + <location filename="../UI/UserInterface.py" line="2277"/> <source>PyQt&5 Documentation</source> <translation>Документация PyQt&5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2289"/> + <location filename="../UI/UserInterface.py" line="2281"/> <source>Open PyQt5 Documentation</source> <translation>Открыть документацию PyQt5</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4942"/> + <location filename="../UI/UserInterface.py" line="4979"/> <source><p>The PyQt5 documentation starting point has not been configured.</p></source> <translation><p>Корень документации PyQt5 не задан.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2241"/> + <location filename="../UI/UserInterface.py" line="2233"/> <source><b>Qt4 Documentation</b><p>Display the Qt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Документация Qt4</b><p>Показать документацию Qt4. В зависимости от выбранных настроек документация будет показана во внутреннем просмотрщике, внешнем просмотрщике интернета или в Qt Помощнике.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2255"/> + <location filename="../UI/UserInterface.py" line="2247"/> <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Документация Qt5</b><p>Показать документацию Qt5. В зависимости от выбранных настроек документация будет показана во внутреннем просмотрщике, внешнем просмотрщике интернета или в Qt Помощнике.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2271"/> + <location filename="../UI/UserInterface.py" line="2263"/> <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Документация PyQt4</b><p>Показать документацию PyQt4. В зависимости от выбранных настроек документация будет показана во внутреннем просмотрщике, внешнем просмотрщике интернета или в Qt Помощнике.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2291"/> + <location filename="../UI/UserInterface.py" line="2283"/> <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Документация PyQt5</b><p>Показать документацию PyQt5. В зависимости от выбранных настроек документация будет показана во внутреннем просмотрщике, внешнем просмотрщике интернета или в Qt Помощнике.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2314"/> + <location filename="../UI/UserInterface.py" line="2306"/> <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this.</p></source> <translation><b>Документация Pyton 3</b><p>Показать Pyton 3 документацию. Если местонахождение документации не было настроено, то искать в подкаталоге <i>doc</i> каталога где находится исполняемый файл Python 3 под Windows и в подкаталоге <i>/usr/share/doc/packages/python/html/python-docs-html</i> под UNIX. Местонахождение документации можно задать с помощью переменной окружения PYTHON3DOCDIR.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2377"/> + <location filename="../UI/UserInterface.py" line="2369"/> <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> <translation><b>Документация PySide</b><p>Показать документацию PySide. В зависимости от выбранных настроек документация будет показана во внутреннем просмотрщике, внешнем просмотрщике интернета или в Qt Помощнике.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5893"/> + <location filename="../UI/UserInterface.py" line="5930"/> <source>%v/%m</source> <translation>%v/%m</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1662"/> + <location filename="../UI/UserInterface.py" line="1654"/> <source>Show Error Log</source> <translation>Показать журнал ошибок</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1658"/> + <location filename="../UI/UserInterface.py" line="1650"/> <source>Show Error &Log...</source> <translation>Показать &журнал ошибок...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1663"/> + <location filename="../UI/UserInterface.py" line="1655"/> <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> <translation><b>Показать журнал ошибок...</b><p>Показать журнал ошибок.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5897"/> + <location filename="../UI/UserInterface.py" line="5934"/> <source>Version Check</source> <translation>Проверить версию</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1238"/> + <location filename="../UI/UserInterface.py" line="1230"/> <source>Open a new eric6 instance</source> <translation>Запустить ещё одну копию Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1240"/> + <location filename="../UI/UserInterface.py" line="1232"/> <source><b>New Window</b><p>This opens a new instance of the eric6 IDE.</p></source> <translation><b>Новое окно</b><p>Запустить ещё одну копию Eric.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1602"/> + <location filename="../UI/UserInterface.py" line="1594"/> <source><b>Helpviewer</b><p>Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well</p><p>If called with a word selected, this word is search in the Qt help collection.</p></source> <translation><b>Просмотрщик помощи</b><p>Открыть Eric просмотрщик Web. Это окно будет показывать HTML файлы помощи. Оно поддерживает навигацию по ссылкам, закладки, печать и некоторые другие функции. Его можно использовать для просмотра интернета.</p><p>Если перед открытием просмотрщика помощи был подсвечен какой-либо текст, то будет произведён поиск этого текста в коллекции помощи Qt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1636"/> + <location filename="../UI/UserInterface.py" line="1628"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> <translation><b>Проверить наличие обновлений...</b><p>Проверить наличие обновлений Eric в интернет.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1649"/> + <location filename="../UI/UserInterface.py" line="1641"/> <source><b>Show downloadable versions...</b><p>Shows the eric6 versions available for download from the internet.</p></source> <translation><b>Показать версии, доступные для загрузки...</b><p>Показывает версии Eric, которые можно скачать с интернета.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1904"/> + <location filename="../UI/UserInterface.py" line="1896"/> <source>eric6 Web Browser</source> <translation>Встроенный Web просмотрщик</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1904"/> + <location filename="../UI/UserInterface.py" line="1896"/> <source>eric6 &Web Browser...</source> <translation>Встроенный &Web просмотрщик...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1909"/> + <location filename="../UI/UserInterface.py" line="1901"/> <source>Start the eric6 Web Browser</source> <translation>Запустить встроенный Web просмотрщик</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1911"/> + <location filename="../UI/UserInterface.py" line="1903"/> <source><b>eric6 Web Browser</b><p>Browse the Internet with the eric6 Web Browser.</p></source> <translation><b>Встроенный Web просмотрщик</b><p>Использовать WEB просмотрщик встроенный в Eric.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1923"/> + <location filename="../UI/UserInterface.py" line="1915"/> <source>Start the eric6 Icon Editor</source> <translation>Запустить редактор иконок</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1925"/> + <location filename="../UI/UserInterface.py" line="1917"/> <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> <translation><b>Редактор иконок</b><p>Запустить редактор иконок.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2011"/> + <location filename="../UI/UserInterface.py" line="2003"/> <source><b>Show external tools</b><p>Opens a dialog to show the path and versions of all extenal tools used by eric6.</p></source> <translation><b>Показать внешние инструменты</b><p>Открывает диалог для отображения пути и версий внешних инструментов, используемых eric.</p> {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2356"/> + <location filename="../UI/UserInterface.py" line="2348"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.</p></source> <translation><b>Документация Eric API</b><p>Показать документацию Eric API. Местонахождение документации - каталог Documentation/Source, расположенный в каталоге инсталляции eric.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4258"/> + <location filename="../UI/UserInterface.py" line="4295"/> <source>Qt v.3 is not supported by eric6.</source> <translation>Qt3 не поддерживается в Eric.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6043"/> + <location filename="../UI/UserInterface.py" line="6080"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation>На сайте <b>{1}</b> доступно обновление Eric до версии <b>{0}</b>. Загрузить?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6056"/> + <location filename="../UI/UserInterface.py" line="6093"/> <source>Eric6 is up to date</source> <translation>Eric не требует обновлений</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6056"/> + <location filename="../UI/UserInterface.py" line="6093"/> <source>You are using the latest version of eric6</source> <translation>Вы используете самую последнюю версию Eric</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6164"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation>Eric ещё не сконфигурирован. Будет запущен диалог конфигурации.</translation> </message> @@ -63998,17 +64018,17 @@ <context> <name>mercurial</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2106"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2120"/> <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Метки</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2116"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2130"/> <source><tr><td><b>Branches</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Ветви</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2125"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2139"/> <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> @@ -64019,30 +64039,30 @@ </table></p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2098"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2112"/> <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="2101"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2115"/> <source><tr><td><b>Changeset</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Изменения</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2121"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2135"/> <source><tr><td><b>Parents</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Предки</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1436"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1442"/> <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>Предок #{0}</b></td><td></td></tr> <tr><td><b>Изменения</b></td><td>{1}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1456"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1462"/> <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> @@ -64052,12 +64072,12 @@ </table></p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2111"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2125"/> <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Закладки:</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1494"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1500"/> <source><h3>Repository information</h3> <p><table> <tr><td><b>Mercurial V.</b></td><td>{0}</td></tr> @@ -64463,17 +64483,17 @@ <context> <name>subversion</name> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1736"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1741"/> <source>unknown</source> <translation>неизвестный</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1601"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1606"/> <source><h3>Repository information</h3><table><tr><td><b>Subversion V.</b></td><td>{0}</td></tr><tr><td><b>URL</b></td><td>{1}</td></tr><tr><td><b>Current revision</b></td><td>{2}</td></tr><tr><td><b>Committed revision</b></td><td>{3}</td></tr><tr><td><b>Committed date</b></td><td>{4}</td></tr><tr><td><b>Comitted time</b></td><td>{5}</td></tr><tr><td><b>Last author</b></td><td>{6}</td></tr></table></source> <translation><h3>Информация о репозитории</h3><table><tr><td><b>Версия Subversion:</b></td><td>{0}</td></tr><tr><td><b>URL</b></td><td>{1}</td></tr><tr><td><b>Текущая ревизия</b></td><td>{2}</td></tr><tr><td><b>Зафиксированная ревизия (committed)</b></td><td>{3}</td></tr><tr><td><b>Дата сохранения</b></td><td>{4}</td></tr><tr><td><b>Время сохранения</b></td><td>{5}</td></tr><tr><td><b>Последний автор</b></td><td>{6}</td></tr></table></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1741"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1746"/> <source><h3>Repository information</h3><table><tr><td><b>PySvn V.</b></td><td>{0}</td></tr><tr><td><b>Subversion V.</b></td><td>{1}</td></tr><tr><td><b>Subversion API V.</b></td><td>{2}</td></tr><tr><td><b>URL</b></td><td>{3}</td></tr><tr><td><b>Current revision</b></td><td>{4}</td></tr><tr><td><b>Committed revision</b></td><td>{5}</td></tr><tr><td><b>Committed date</b></td><td>{6}</td></tr><tr><td><b>Comitted time</b></td><td>{7}</td></tr><tr><td><b>Last author</b></td><td>{8}</td></tr></table></source> <translation><h3>Информация о репозитории</h3><table><tr><td><b>PySvn V.</b></td><td>{0}</td></tr><tr><td><b>Subversion V.</b></td><td>{1}</td></tr><tr><td><b>Subversion API V.</b></td><td>{2}</td></tr><tr><td><b>URL</b></td><td>{3}</td></tr><tr><td><b>Текущая ревизия</b></td><td>{4}</td></tr><tr><td><b>Зафиксированная ревизия</b></td><td>{5}</td></tr><tr><td><b>Дата сохранения</b></td><td>{6}</td></tr><tr><td><b>Время сохранения</b></td><td>{7}</td></tr><tr><td><b>Автор последней ревизии</b></td><td>{8}</td></tr></table></translation> </message>
--- a/i18n/eric6_tr.ts Sun Feb 22 12:16:32 2015 +0100 +++ b/i18n/eric6_tr.ts Sun Feb 22 19:21:55 2015 +0100 @@ -698,17 +698,17 @@ <context> <name>AddFoundFilesDialog</name> <message> - <location filename="../Project/AddFoundFilesDialog.ui" line="13"/> + <location filename="../Project/AddFoundFilesDialog.ui" line="14"/> <source>Add found files to project</source> <translation>Bulunan dosyaları projeye ekle</translation> </message> <message> - <location filename="../Project/AddFoundFilesDialog.ui" line="16"/> + <location filename="../Project/AddFoundFilesDialog.ui" line="17"/> <source>Adds the found files to the current project.</source> <translation>Bulunan dosyaları geçerli projeye ekle.</translation> </message> <message> - <location filename="../Project/AddFoundFilesDialog.ui" line="25"/> + <location filename="../Project/AddFoundFilesDialog.ui" line="26"/> <source>List of found files.</source> <translation>Bulunan dosyaların listesi.</translation> </message> @@ -6626,62 +6626,62 @@ <translation>Alt+N</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="222"/> + <location filename="../UI/DiffDialog.py" line="223"/> <source>Compare</source> <translation>Karşılaştırma</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="224"/> + <location filename="../UI/DiffDialog.py" line="225"/> <source>Press to perform the comparison of the two files</source> <translation>İki dosya arasındaki karşılaştırmayı başlatmak için basınız</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="226"/> + <location filename="../UI/DiffDialog.py" line="227"/> <source>Save</source> <translation>Kaydet</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="228"/> + <location filename="../UI/DiffDialog.py" line="229"/> <source>Save the output to a patch file</source> <translation>Çıktıyı yama dosyasına kaydet</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="332"/> + <location filename="../UI/DiffDialog.py" line="325"/> <source>Save Diff</source> <translation>Farklılıkları Kaydet</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="296"/> + <location filename="../UI/DiffDialog.py" line="289"/> <source>Patch Files (*.diff)</source> <translation>Patch Dosyaları (*.diff)</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="332"/> + <location filename="../UI/DiffDialog.py" line="325"/> <source><p>The patch file <b>{0}</b> could not be saved.<br />Reason: {1}</p></source> <translation><p>Yama dosyası <b>{0}</b> kayıt edilemedi.<br />Sebep: {1}</p></translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="373"/> + <location filename="../UI/DiffDialog.py" line="366"/> <source>Compare Files</source> <translation>Dosyaları Karşılaştır</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="373"/> + <location filename="../UI/DiffDialog.py" line="366"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation><p>Dosya <b>{0}</b> okunamıyor.</p></translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="477"/> + <location filename="../UI/DiffDialog.py" line="448"/> <source>There is no difference.</source> <translation>Herhangi bir farklılık bulunamadı.</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="497"/> + <location filename="../UI/DiffDialog.py" line="467"/> <source>Select file to compare</source> <translation>Karşılaştırma için dosya seç</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="313"/> + <location filename="../UI/DiffDialog.py" line="306"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Yama dosyası <b>{0}</b> zaten var. Üzerine yazılsın mı?</p></translation> </message> @@ -18984,7 +18984,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1828"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1838"/> <source>The hg process did not finish within 30s.</source> <translation type="unfinished"></translation> </message> @@ -19039,147 +19039,147 @@ <translation>Yenşden adlandırılıyor {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1022"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1028"/> <source>Reverting changes</source> <translation>Değişiklikler eski haline alınıyor</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1067"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1073"/> <source>Merging</source> <translation>Birleştiriliyor</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1369"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1375"/> <source>Mercurial command</source> <translation>Mercurial komut</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1589"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1595"/> <source>Copying {0}</source> <translation>Kopyalanıyor {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1982"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1996"/> <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="2032"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2046"/> <source>Pushing to a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2239"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2254"/> <source>Creating branch in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2268"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2283"/> <source>Showing current branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2392"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2407"/> <source>Verifying the integrity of the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2417"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2432"/> <source>Showing the combined configuration settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2441"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2456"/> <source>Showing aliases for remote repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2465"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2480"/> <source>Recovering from interrupted transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2489"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2504"/> <source>Identifying project directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2527"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2542"/> <source>Create .hgignore file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2527"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2542"/> <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="2618"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2633"/> <source>Create changegroup</source> <translation>Değişimgrubu oluştur</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2575"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2590"/> <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="2639"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2654"/> <source>Preview changegroup</source> <translation>Değişimgrubu öngörünümü</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2678"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2694"/> <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="2698"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2714"/> <source>Apply changegroups</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2686"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2702"/> <source>Shall the working directory be updated?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2716"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2732"/> <source>Bisect subcommand ({0}) invalid.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2746"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2762"/> <source>Mercurial Bisect ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2778"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2794"/> <source>Removing files from the Mercurial repository only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2832"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2848"/> <source>Backing out changeset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2812"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2828"/> <source>No revision given. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2592"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2607"/> <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="2859"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2875"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2852"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2868"/> <source>Are you sure you want to rollback the last transaction?</source> <translation type="unfinished"></translation> </message> @@ -19189,72 +19189,72 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3508"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3524"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3348"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3364"/> <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="3508"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3524"/> <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="2927"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2943"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2974"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2990"/> <source>Export Patches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3021"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3037"/> <source>Change Phase</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3074"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3090"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3100"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3116"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3217"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3233"/> <source>Add Sub-repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3250"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3266"/> <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="3198"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3214"/> <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="3269"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3285"/> <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="3269"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3285"/> <source>Remove Sub-repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3238"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3254"/> <source><p>The sub-repositories file .hgsub does not exist. Aborting...</p></source> <translation type="unfinished"></translation> </message> @@ -19269,147 +19269,147 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1016"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1022"/> <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="1007"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1013"/> <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="1016"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1022"/> <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="3135"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3151"/> <source>Create Unversioned Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1898"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1908"/> <source>Mercurial Side-by-Side Difference</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1898"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1908"/> <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="1831"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1841"/> <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="966"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="972"/> <source>Tagging in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2246"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2261"/> <source>Created new branch <{0}>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1143"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1149"/> <source>Current branch tip</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2206"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2221"/> <source>Cancelling uncommitted merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3616"/> - <source>Mercurial Bookmark</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3634"/> - <source>Delete Bookmark</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3634"/> + <source>Mercurial Bookmark</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3652"/> + <source>Delete Bookmark</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3652"/> <source>Select the bookmark to be deleted:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3645"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3663"/> <source>Delete Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3673"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3691"/> <source>Rename Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3706"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3724"/> <source>Move Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3791"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3809"/> <source>Pull Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3791"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3809"/> <source>Select the bookmark to be pulled:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3802"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3820"/> <source>Pulling bookmark from a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3824"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3842"/> <source>Push Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3824"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3842"/> <source>Select the bookmark to be push:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3835"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3853"/> <source>Pushing bookmark to a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1119"/> <source>Re-Merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1104"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1110"/> <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="1113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1119"/> <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="1118"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1124"/> <source>Re-Merging</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2177"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2192"/> <source>Marking as 'unresolved'</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2179"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2194"/> <source>Marking as 'resolved'</source> <translation type="unfinished"></translation> </message> @@ -19540,12 +19540,12 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="139"/> <source>Process Generation Error</source> <translation>İşlem Üretecinde Hata</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="139"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Süreç {0} başlatılamadı. Bunun arama yolunda olduğundan emin olun.</translation> </message> @@ -20056,7 +20056,7 @@ <translation type="unfinished">Süreç {0} başlatılamadı. Bunun arama yolunda olduğundan emin olun.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="178"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="176"/> <source>no bookmarks found</source> <translation type="unfinished"></translation> </message> @@ -20146,20 +20146,30 @@ <translation type="unfinished">Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="125"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="138"/> <source>Process Generation Error</source> <translation type="unfinished">İşlem Üretecinde Hata</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="125"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="138"/> <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/HgBookmarksListDialog.py" line="160"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="177"/> <source>no bookmarks defined</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="42"/> + <source>Refresh</source> + <translation type="unfinished">Tazele</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="44"/> + <source>Press to refresh the bookmarks display</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HgBranchInputDialog</name> @@ -20807,62 +20817,62 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="211"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="206"/> <source>Process Generation Error</source> <translation>İşlem Üretecinde Hata</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="211"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="206"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Süreç {0} başlatılamadı. Bunun arama yolunda olduğundan emin olun.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="240"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="234"/> <source>There is no difference.</source> <translation>Herhangi bir farklılık bulunamadı.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="457"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="449"/> <source>Save Diff</source> <translation>Farklılıkları Kaydet</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="424"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="416"/> <source>Patch Files (*.diff)</source> <translation>Patch Dosyaları (*.diff)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="457"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="449"/> <source><p>The patch file <b>{0}</b> could not be saved.<br>Reason: {1}</p></source> <translation><p><b>{0}</b>yama kaydedilemedi.<br>Sebep: {1}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="441"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="433"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Yama dosyası <b>{0}</b> zaten var. Üzerine yazılsın mı?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="133"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="128"/> <source>Patch Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="254"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="247"/> <source><Start></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="255"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="248"/> <source><End></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="46"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="47"/> <source>Refresh</source> <translation type="unfinished">Tazele</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="48"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="49"/> <source>Press to refresh the display</source> <translation type="unfinished"></translation> </message> @@ -21137,7 +21147,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="318"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="316"/> <source>Revision</source> <translation type="unfinished">Gözden Geçirme</translation> </message> @@ -21222,7 +21232,7 @@ <translation type="unfinished">Süreç {0} başlatılamadı. Bunun arama yolunda olduğundan emin olun.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="152"/> <source>no signatures found</source> <translation type="unfinished"></translation> </message> @@ -23149,7 +23159,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1710"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1727"/> <source>Apply changegroups</source> <translation type="unfinished"></translation> </message> @@ -23294,12 +23304,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1527"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1544"/> <source>Pull</source> <translation>Çekmek</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1821"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1838"/> <source>The project should be reread. Do this now?</source> <translation>Projenin yeniden okunması gerekiyor. Şimdi yapılsın mı?</translation> </message> @@ -23409,7 +23419,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1766"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1783"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> @@ -23434,7 +23444,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1786"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1803"/> <source>Revert Changes</source> <translation type="unfinished"></translation> </message> @@ -23479,7 +23489,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1806"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1823"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> @@ -23514,7 +23524,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1821"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1838"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> @@ -23904,7 +23914,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1413"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1412"/> <source>Mercurial</source> <translation type="unfinished">Mercurial</translation> </message> @@ -23985,37 +23995,37 @@ <translation type="unfinished">Kaldır</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="123"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="116"/> <source>Unsaved Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="123"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="116"/> <source>The guards list has been changed. Shall the changes be applied?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="245"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="238"/> <source>Remove Guards</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="245"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="238"/> <source>Do you really want to remove the selected guards?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="314"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="307"/> <source>Apply Guard Definitions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="314"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="307"/> <source><p>The defined guards could not be applied.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="306"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="299"/> <source>The Mercurial process did not finish in time.</source> <translation type="unfinished"></translation> </message> @@ -24089,17 +24099,17 @@ <translation type="unfinished">Teslimat mesajı</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="107"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="110"/> <source>Process Generation Error</source> <translation type="unfinished">İşlem Üretecinde Hata</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="107"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="110"/> <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/QueuesExtension/HgQueuesHeaderDialog.py" line="195"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="196"/> <source>Error: </source> <translation type="unfinished"></translation> </message> @@ -24207,42 +24217,42 @@ <translation type="unfinished">Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="195"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="198"/> <source>Process Generation Error</source> <translation type="unfinished">İşlem Üretecinde Hata</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="195"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="198"/> <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/QueuesExtension/HgQueuesListDialog.py" line="230"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="231"/> <source>no patches found</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="56"/> - <source>applied</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="58"/> - <source>guarded</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="59"/> + <source>applied</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="61"/> + <source>guarded</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="62"/> <source>missing</source> <translation type="unfinished">kayıp</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="304"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="305"/> <source>unknown</source> <translation type="unfinished">bilinmeyen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="57"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="60"/> <source>not applied</source> <translation type="unfinished"></translation> </message> @@ -25248,7 +25258,7 @@ <context> <name>HgStatusDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="257"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="264"/> <source>Mercurial Status</source> <translation>Mercurial Durumu</translation> </message> @@ -25325,102 +25335,102 @@ <translation>Durum göstergesini yenilemek için bas</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="84"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="90"/> <source>Commit changes to repository...</source> <translation>Yapılan değişiklekleri kaynak havuzuna teslim et...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="93"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="99"/> <source>Add to repository</source> <translation>Kaynak havuzuna ekle</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="109"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="115"/> <source>Revert changes</source> <translation>Değişiklikleri başa döndür</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="125"/> <source>Adjust column sizes</source> <translation>Sütün boyutunu ayarla</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="158"/> - <source>added</source> - <translation>eklendi</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="161"/> - <source>modified</source> - <translation>değiştirildi</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="162"/> - <source>removed</source> - <translation>kaldırılmış</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="163"/> - <source>not tracked</source> - <translation>izlenmedi</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="164"/> + <source>added</source> + <translation>eklendi</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="167"/> + <source>modified</source> + <translation>değiştirildi</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="168"/> + <source>removed</source> + <translation>kaldırılmış</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="169"/> + <source>not tracked</source> + <translation>izlenmedi</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="170"/> <source>missing</source> <translation>kayıp</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="159"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="165"/> <source>normal</source> <translation>normal</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="160"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="166"/> <source>ignored</source> <translation>yoksayıldı</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="313"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="316"/> <source>Process Generation Error</source> <translation>İşlem Üretecinde Hata</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="313"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="316"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Süreç {0} başlatılamadı. Bunun arama yolunda olduğundan emin olun.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="653"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="649"/> <source>Commit</source> <translation>Teslimat</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="819"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="815"/> <source>There are no uncommitted changes available/selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="717"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="713"/> <source>Add</source> <translation>Ekle</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="717"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="713"/> <source>There are no unversioned entries available/selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="740"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="736"/> <source>Remove</source> <translation>Kaldır</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="781"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="777"/> <source>There are no missing entries available/selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="781"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="777"/> <source>Revert</source> <translation>Başa Dönme</translation> </message> @@ -25495,42 +25505,42 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="103"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="109"/> <source>Show differences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="115"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="121"/> <source>Restore missing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="528"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="524"/> <source>all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="799"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="795"/> <source>Differences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="653"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="649"/> <source>There are no entries selected to be committed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="87"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="93"/> <source>Select all for commit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="89"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="95"/> <source>Deselect all from commit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="254"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="261"/> <source>Mercurial Queue Repository Status</source> <translation type="unfinished"></translation> </message> @@ -25545,32 +25555,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="826"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="822"/> <source>Side-by-Side Diff</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="826"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="822"/> <source>Only one file with uncommitted changes must be selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="106"/> - <source>Show differences side-by-side</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="134"/> - <source>Add as Large File</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="137"/> - <source>Add as Normal File</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="112"/> + <source>Show differences side-by-side</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="140"/> + <source>Add as Large File</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="143"/> + <source>Add as Normal File</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="118"/> <source>Forget missing</source> <translation type="unfinished"></translation> </message> @@ -25611,202 +25621,202 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="115"/> <source>Process Generation Error</source> <translation type="unfinished">İşlem Üretecinde Hata</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="115"/> <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/HgSummaryDialog.py" line="339"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="337"/> <source><tr><td><b>Parent</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="343"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="341"/> <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> <translation type="unfinished"><tr><td><b>Etiketler</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="347"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="345"/> <source><tr><td><b>Commit Message</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="351"/> + <source>empty repository</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="353"/> - <source>empty repository</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="355"/> <source>no revision checked out</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="356"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="354"/> <source><tr><td><b>Remarks</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="360"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="358"/> <source><tr><td><b>Branch</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="368"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="366"/> <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="373"/> + <source>{0} modified</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="375"/> - <source>{0} modified</source> + <source>{0} added</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="377"/> - <source>{0} added</source> + <source>{0} removed</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="379"/> - <source>{0} removed</source> + <source>{0} renamed</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="381"/> - <source>{0} renamed</source> + <source>{0} copied</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="383"/> - <source>{0} copied</source> + <source>{0} deleted</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="385"/> - <source>{0} deleted</source> + <source>{0} unknown</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="387"/> - <source>{0} unknown</source> + <source>{0} ignored</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="389"/> - <source>{0} ignored</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="391"/> <source>{0} unresolved</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="394"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="392"/> <source>{0} subrepos</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="395"/> + <source>Merge needed</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="397"/> - <source>Merge needed</source> + <source>New Branch</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="399"/> - <source>New Branch</source> + <source>Head is closed</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="401"/> - <source>Head is closed</source> + <source>No commit required</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="403"/> - <source>No commit required</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="405"/> <source>New Branch Head</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="406"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="404"/> <source><tr><td><b>Commit Status</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="411"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="409"/> <source>current</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="426"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="424"/> <source>unknown status</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="427"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="425"/> <source><tr><td><b>Update Status</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="432"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="430"/> <source>synched</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="434"/> + <source>1 or more incoming</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="436"/> - <source>1 or more incoming</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="438"/> <source>{0} outgoing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="447"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="445"/> <source><tr><td><b>Remote Status</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="452"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="450"/> <source>empty queue</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="456"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="454"/> <source>{0} applied</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="459"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="457"/> <source>{0} unapplied</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="462"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="460"/> <source><tr><td><b>Queues Status</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="476"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="474"/> <source><p>No status information available.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="335"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="333"/> <source><tr><td><b>Parent #{0}</b></td><td>{1}</td></tr></source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="413"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="411"/> <source>%n new changeset(s)<br/>Update required</source> <translation type="unfinished"> <numerusform></numerusform> @@ -25814,7 +25824,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="417"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="415"/> <source>%n new changeset(s)</source> <translation type="unfinished"> <numerusform></numerusform> @@ -25822,7 +25832,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="419"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="417"/> <source>%n branch head(s)</source> <translation type="unfinished"> <numerusform></numerusform> @@ -25830,13 +25840,13 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="421"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="419"/> <source>{0}<br/>{1}<br/>Merge required</source> <comment>0 is changesets, 1 is branch heads</comment> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="441"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="439"/> <source>%n incoming bookmark(s)</source> <translation type="unfinished"> <numerusform></numerusform> @@ -25844,7 +25854,7 @@ </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="444"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="442"/> <source>%n outgoing bookmark(s)</source> <translation type="unfinished"> <numerusform></numerusform> @@ -25852,12 +25862,12 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="467"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="465"/> <source>No files to upload</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="469"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="467"/> <source>%n file(s) to upload</source> <translation type="unfinished"> <numerusform></numerusform> @@ -25865,7 +25875,7 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="471"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="469"/> <source><tr><td><b>Large Files</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> @@ -25957,32 +25967,32 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="94"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="97"/> <source>Mercurial Branches List</source> <translation>Mercurial Branş Listesi</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="95"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="98"/> <source>Status</source> <translation>Durum</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="141"/> <source>Process Generation Error</source> <translation>İşlem Üretecinde Hata</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="141"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Süreç {0} başlatılamadı. Bunun arama yolunda olduğundan emin olun.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="257"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="258"/> <source>active</source> <translation>aktif</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="262"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="263"/> <source>yes</source> <translation>evet</translation> </message> @@ -34927,72 +34937,72 @@ <context> <name>PluginManager</name> <message> - <location filename="../PluginManager/PluginManager.py" line="187"/> + <location filename="../PluginManager/PluginManager.py" line="188"/> <source>Could not create a package for {0}.</source> <translation>{0} için paket üretilemiyor.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="222"/> + <location filename="../PluginManager/PluginManager.py" line="223"/> <source>The internal plugin directory <b>{0}</b> does not exits.</source> <translation>Dahili eklenti dizini <b>{0}</b> mevcut değil.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="342"/> + <location filename="../PluginManager/PluginManager.py" line="343"/> <source>Module is missing the 'autoactivate' attribute.</source> <translation>Modülün 'otomatikaktileşme' niteliği eksik.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="367"/> + <location filename="../PluginManager/PluginManager.py" line="368"/> <source>Module is missing the 'pluginType' and/or 'pluginTypename' attributes.</source> <translation>Modülün 'eklentitipi' ve/veya 'eklentiTipadı' niteliği eksik.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="385"/> + <location filename="../PluginManager/PluginManager.py" line="393"/> <source>Module failed to load. Error: {0}</source> <translation>Modül yüklemede başarısızlık. Hata: [0}</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="541"/> + <location filename="../PluginManager/PluginManager.py" line="574"/> <source>Incompatible plugin activation method.</source> <translation>Eklenti etkinleştirme yöntemi uyuşmuyor.</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1083"/> <source>Plugin Manager Error</source> <translation>Eklenti Yöneticisi Hatası</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1083"/> <source><p>The plugin download directory <b>{0}</b> could not be created. Please configure it via the configuration dialog.</p><p>Reason: {1}</p></source> <translation><p>eklenti dizini <b>{0}</b> oluşturulamıyor. Lütfen ayarlama diyaloğu aracılığı ile düzenleyin.</p><p>Sebep: {1}</p></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1149"/> <source>Error downloading file</source> <translation type="unfinished">Dosya yüklenirken hata</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1149"/> <source><p>Could not download the requested file from {0}.</p><p>Error: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1184"/> <source>New plugin versions available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1184"/> <source><p>There are new plug-ins or plug-in updates available. Use the plug-in repository dialog to get them.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="348"/> + <location filename="../PluginManager/PluginManager.py" line="349"/> <source>Module is missing the Python2 compatibility flag. Please update.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="353"/> + <location filename="../PluginManager/PluginManager.py" line="354"/> <source>Module is not Python2 compatible.</source> <translation type="unfinished"></translation> </message> @@ -40468,7 +40478,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="576"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="575"/> <source>Subversion (pysvn)</source> <translation type="unfinished">Altsürüm (pysvn)</translation> </message> @@ -47528,7 +47538,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1973"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1984"/> <source>The svn process did not finish within 30s.</source> <translation type="unfinished"></translation> </message> @@ -47618,87 +47628,87 @@ <translation>Taşınıyor {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1219"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1224"/> <source>Subversion Error</source> <translation>Altsürüm Hatası</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1049"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1054"/> <source>The URL of the project repository could not be retrieved from the working copy. The tag operation will be aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1076"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1081"/> <source>The URL of the project repository has an invalid format. The tag operation will be aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1113"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1118"/> <source>Tagging {0} in the Subversion repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1163"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1168"/> <source>Reverting changes</source> <translation>Değişiklikler eski haline alınıyor</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1192"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1197"/> <source>The URL of the project repository could not be retrieved from the working copy. The switch operation will be aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1219"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1224"/> <source>The URL of the project repository has an invalid format. The switch operation will be aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1243"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1248"/> <source>Switching to {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1348"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1353"/> <source>Merging {0}</source> <translation>Birleştiriliyor {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1649"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1654"/> <source>Cleaning up {0}</source> <translation>Temizle {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1688"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1693"/> <source>Subversion command</source> <translation>Altsürüm komutu</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1809"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1814"/> <source>Resolving conficts</source> <translation>Çelişki çözümleniyor</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1850"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1855"/> <source>Copying {0}</source> <translation>Kopyalanıyor {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1921"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1928"/> <source>Subversion Set Property</source> <translation>Altsürüm Özelliklerini Ayarla</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1955"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1962"/> <source>You have to supply a property name. Aborting.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1975"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1982"/> <source>Subversion Delete Property</source> <translation>Altsürüm Silme Önceliği</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1784"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1791"/> <source>Enter property name</source> <translation type="unfinished"></translation> </message> @@ -47713,42 +47723,42 @@ <translation>Gösterilecek giriş sayısını seçiniz.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2271"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2288"/> <source>Locking in the Subversion repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2311"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2328"/> <source>Unlocking in the Subversion repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2359"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2376"/> <source>Relocating</source> <translation>Yeniden konumlandırılıyor</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2385"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2402"/> <source>Repository Browser</source> <translation>Kaynak Havuzu Gözatıcısı</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2385"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2402"/> <source>Enter the repository URL.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2410"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2430"/> <source>Remove from changelist</source> <translation>Değişiklik listesinden çıkar</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2447"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2467"/> <source>Add to changelist</source> <translation>Değişiklik listesine ekle</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2436"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2456"/> <source>Enter name of the changelist:</source> <translation>Değişiklik listesi adını giriniz:</translation> </message> @@ -47764,29 +47774,29 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1250"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1255"/> <source>Revision {0}. </source> <translation>Gözden geçirme {0}. </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1937"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1944"/> <source>Property set.</source> <translation>Özellikleri Ayarla.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1990"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1997"/> <source>Property deleted.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2251"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2268"/> <source>Subversion Lock</source> <translation>Altsürüm Kilidi</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2251"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2268"/> <source>Enter lock comment</source> <translation type="unfinished"></translation> </message> @@ -47966,37 +47976,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1156"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1161"/> <source>Revert changes</source> <translation type="unfinished">Değişiklikleri başa döndür</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1147"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1152"/> <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/vcsPySvn/subversion.py" line="1156"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1161"/> <source>Do you really want to revert all changes of the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1976"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1987"/> <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/vcsPySvn/subversion.py" line="2212"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2227"/> <source>Subversion Side-by-Side Difference</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2212"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2227"/> <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/vcsPySvn/subversion.py" line="2508"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2528"/> <source>Upgrade</source> <translation type="unfinished"></translation> </message> @@ -48165,12 +48175,12 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="100"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="101"/> <source>Process Generation Error</source> <translation>İşlem Üretecinde Hata</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="100"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="101"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Süreç {0} başlatılamadı. Bunun arama yolunda olduğundan emin olun.</translation> </message> @@ -48245,22 +48255,22 @@ <translation type="unfinished">Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="83"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="87"/> <source>Files (relative to {0}):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="149"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="148"/> <source>No changelists found</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="118"/> <source>Process Generation Error</source> <translation type="unfinished">İşlem Üretecinde Hata</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="118"/> <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> @@ -48593,7 +48603,7 @@ <context> <name>SvnDiffDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="176"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="171"/> <source>Subversion Diff</source> <translation>Altsürüm farklılıkları</translation> </message> @@ -48653,69 +48663,69 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="197"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="192"/> <source>Process Generation Error</source> <translation>İşlem Üretecinde Hata</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="197"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="192"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Süreç {0} başlatılamadı. Bunun arama yolunda olduğundan emin olun.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="283"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="277"/> <source>There is no difference.</source> <translation>Herhangi bir farklılık bulunamadı.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="467"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="448"/> <source>Save Diff</source> <translation>Farklılıkları Kaydet</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="434"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="415"/> <source>Patch Files (*.diff)</source> <translation>Patch Dosyaları (*.diff)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="467"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="448"/> <source><p>The patch file <b>{0}</b> could not be saved.<br>Reason: {1}</p></source> <translation><p><b>{0}</b>yama kaydedilemedi.<br>Sebep: {1}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="176"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="171"/> <source>There is no temporary directory available.</source> <translation>HBu hazırda bir geçici dizin değil.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="219"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="214"/> <source>Processing file '{0}'... </source> <translation>'{0}dosyası işleniyor'... </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="451"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="432"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Yama dosyası <b>{0}</b> zaten var. Üzerine yazılsın mı?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="354"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="335"/> <source><Start></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="355"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="336"/> <source><End></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="47"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="48"/> <source>Refresh</source> <translation type="unfinished">Tazele</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="49"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="50"/> <source>Press to refresh the display</source> <translation type="unfinished"></translation> </message> @@ -50270,7 +50280,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="560"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="559"/> <source>Subversion (svn)</source> <translation type="unfinished">Altsürüm (svn)</translation> </message> @@ -50352,20 +50362,30 @@ <p>Bu altsürüm özelliklistesi komut hatalarını olası mesajlarını gösterir.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="134"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="152"/> <source>Process Generation Error</source> <translation>İşlem Üretecinde Hata</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="134"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="152"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Süreç {0} başlatılamadı. Bunun arama yolunda olduğundan emin olun.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="136"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="152"/> <source>None</source> <translation>Yok</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="43"/> + <source>Refresh</source> + <translation type="unfinished">Tazele</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="45"/> + <source>Press to refresh the properties display</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>SvnPropSetDialog</name> @@ -50571,7 +50591,7 @@ <translation>Kurulan PySvn sürümü 1.4.0 veya daha yeni olmalıdır.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py" line="284"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py" line="288"/> <source>Subversion Error</source> <translation>Altsürüm Hatası</translation> </message> @@ -50697,7 +50717,7 @@ <context> <name>SvnStatusDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="286"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="293"/> <source>Subversion Status</source> <translation>Altsürüm Durumu</translation> </message> @@ -50844,17 +50864,17 @@ <translation>Değişiklik Listesine Ekle</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="846"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="844"/> <source>Remove from Changelist</source> <translation>DEğişiklik listesinden çıkar</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="757"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="755"/> <source>Lock</source> <translation>Kilitli</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="774"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="772"/> <source>Unlock</source> <translation>Kilitsiz</translation> </message> @@ -50874,22 +50894,22 @@ <translation>Sütün boyutunu ayarla</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="157"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="161"/> <source>added</source> <translation>eklendi</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="162"/> <source>deleted</source> <translation>silinmiş</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="170"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="174"/> <source>modified</source> <translation>değiştirildi</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="164"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="168"/> <source>unversioned</source> <translation>sürüm numarası verilmemiş</translation> </message> @@ -50919,37 +50939,37 @@ <translation>kilitlenmedi</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="169"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="173"/> <source>normal</source> <translation>normal</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="160"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="164"/> <source>replaced</source> <translation>değiştirildi</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="171"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="175"/> <source>conflict</source> <translation>çelişki</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="162"/> - <source>external</source> - <translation>harici</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="163"/> - <source>ignored</source> - <translation>yoksayıldı</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="165"/> - <source>missing</source> - <translation>kayıp</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="166"/> + <source>external</source> + <translation>harici</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="167"/> + <source>ignored</source> + <translation>yoksayıldı</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="169"/> + <source>missing</source> + <translation>kayıp</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="170"/> <source>type error</source> <translation>tip hatası</translation> </message> @@ -50964,67 +50984,67 @@ <translation>evet</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="402"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="401"/> <source>Process Generation Error</source> <translation>İşlem Üretecinde Hata</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="402"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="401"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Süreç {0} başlatılamadı. Bunun arama yolunda olduğundan emin olun.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="609"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="607"/> <source>Commit</source> <translation>Teslimat</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="734"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="732"/> <source>There are no uncommitted changes available/selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="649"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="647"/> <source>Add</source> <translation>Ekle</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="649"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="647"/> <source>There are no unversioned entries available/selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="695"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="693"/> <source>Revert</source> <translation>Başa Dönme</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="757"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="755"/> <source>There are no unlocked files available/selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="810"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="808"/> <source>There are no locked files available/selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="792"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="790"/> <source>Break Lock</source> <translation>Kırma Kilidi</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="810"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="808"/> <source>Steal Lock</source> <translation>Hırsızlık Kilidi</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="827"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="825"/> <source>There are no files available/selected not belonging to a changelist.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="846"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="844"/> <source>There are no files available/selected belonging to a changelist.</source> <translation type="unfinished"></translation> </message> @@ -51099,22 +51119,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="521"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="519"/> <source>all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="713"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="711"/> <source>Differences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="609"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="607"/> <source>There are no entries selected to be committed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="695"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="693"/> <source>There are no missing entries available/selected.</source> <translation type="unfinished"></translation> </message> @@ -51144,12 +51164,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="741"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="739"/> <source>Side-by-Side Diff</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="741"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="739"/> <source>Only one file with uncommitted changes must be selected.</source> <translation type="unfinished"></translation> </message> @@ -51321,52 +51341,52 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="72"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="74"/> <source>Subversion Branches List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="94"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="96"/> <source>Subversion Error</source> <translation>Altsürüm Hatası</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="80"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="82"/> <source>The URL of the project repository could not be retrieved from the working copy. The list operation will be aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="94"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="96"/> <source>The URL of the project repository has an invalid format. The list operation will be aborted</source> <translation>Proje kaynak havuzunun URL si geçersiz formata sahip. Listeleme operasyonu iptal edilecek</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="121"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="123"/> <source>Subversion List</source> <translation>Altsürüm Listesi</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="110"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="112"/> <source>Enter the repository URL containing the tags or branches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="121"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="123"/> <source>The repository URL is empty. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="166"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="168"/> <source>Process Generation Error</source> <translation>İşlem Üretecinde Hata</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="166"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="168"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Süreç {0} başlatılamadı. Bunun arama yolunda olduğundan emin olun.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="155"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="157"/> <source>The installed version of PySvn should be 1.4.0 or better.</source> <translation>Kurulan PySvn sürümü 1.4.0 veya daha yeni olmalıdır.</translation> </message> @@ -55514,132 +55534,132 @@ <context> <name>TrayStarter</name> <message> - <location filename="../Tools/TrayStarter.py" line="61"/> + <location filename="../Tools/TrayStarter.py" line="65"/> <source>Recent Projects</source> <translation>Geçmiş Projeler</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="68"/> + <location filename="../Tools/TrayStarter.py" line="72"/> <source>Recent Multiprojects</source> <translation>Geçmiş Çokluprojeler</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="73"/> + <location filename="../Tools/TrayStarter.py" line="77"/> <source>Recent Files</source> <translation>Geçmiş Dosyalar</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="84"/> + <location filename="../Tools/TrayStarter.py" line="88"/> <source>QRegExp editor</source> <translation>QRegExp düzenleyici</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="86"/> - <source>Python re editor</source> - <translation>Python düzenleyici</translation> - </message> - <message> <location filename="../Tools/TrayStarter.py" line="90"/> + <source>Python re editor</source> + <translation>Python düzenleyici</translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="94"/> <source>UI Previewer</source> <translation>UI Öngörünümü</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="93"/> + <location filename="../Tools/TrayStarter.py" line="97"/> <source>Translations Previewer</source> <translation>Çevirilerin Öngörünümleri</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="96"/> + <location filename="../Tools/TrayStarter.py" line="100"/> <source>Unittest</source> <translation>Birimtest</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="104"/> + <location filename="../Tools/TrayStarter.py" line="108"/> <source>Compare Files</source> <translation>Dosyaları Karşılaştır</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="107"/> + <location filename="../Tools/TrayStarter.py" line="111"/> <source>Compare Files side by side</source> <translation>Dosyaları yan yana karşılaştır</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="112"/> + <location filename="../Tools/TrayStarter.py" line="116"/> <source>SQL Browser</source> <translation>SQL Gözatıcısı</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="125"/> + <location filename="../Tools/TrayStarter.py" line="129"/> <source>Install Plugin</source> <translation>Eklenti Kur</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="128"/> + <location filename="../Tools/TrayStarter.py" line="132"/> <source>Uninstall Plugin</source> <translation>Eklenti Kaldır</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="131"/> + <location filename="../Tools/TrayStarter.py" line="135"/> <source>Plugin Repository</source> <translation>Eklenti Havuzu</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="136"/> + <location filename="../Tools/TrayStarter.py" line="140"/> <source>Preferences</source> <translation>Seçenekler</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="162"/> + <location filename="../Tools/TrayStarter.py" line="166"/> <source>Quit</source> <translation>Çık</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="242"/> + <location filename="../Tools/TrayStarter.py" line="248"/> <source>Process Generation Error</source> <translation>İşlem Üretecinde Hata</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="242"/> + <location filename="../Tools/TrayStarter.py" line="248"/> <source><p>Could not start the process.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>İşlem başlatılamıyor.<br>Bu durum büyük olasılıkla şundan kaynaklanıyto <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="242"/> + <location filename="../Tools/TrayStarter.py" line="248"/> <source>OK</source> <translation>TAMAM</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="120"/> + <location filename="../Tools/TrayStarter.py" line="124"/> <source>Icon Editor</source> <translation type="unfinished">İkon Düzenleyici</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="117"/> + <location filename="../Tools/TrayStarter.py" line="121"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="147"/> + <location filename="../Tools/TrayStarter.py" line="151"/> <source>Configure Tray Starter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="77"/> + <location filename="../Tools/TrayStarter.py" line="81"/> <source>Eric6 tray starter</source> <translation type="unfinished">Eric5 deneme başlatıcı {6 ?}</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="99"/> + <location filename="../Tools/TrayStarter.py" line="103"/> <source>eric6 Web Browser</source> <translation type="unfinished">Eric5 Web Gözatıcısı {6 ?}</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="139"/> + <location filename="../Tools/TrayStarter.py" line="143"/> <source>eric6 IDE</source> <translation type="unfinished">eric5 IDE {6 ?}</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="142"/> + <location filename="../Tools/TrayStarter.py" line="146"/> <source>eric6 Mini Editor</source> <translation type="unfinished">eric5 Mini Düzenleyici {6 ?}</translation> </message> @@ -56718,2006 +56738,2006 @@ <translation>Eklentiler Aktif oluyor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="545"/> + <location filename="../UI/UserInterface.py" line="537"/> <source>Restoring Toolbarmanager...</source> <translation>Araççubuğu Yöneticisi Yeniden yapılandırılıyor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1285"/> + <location filename="../UI/UserInterface.py" line="1277"/> <source>Project-Viewer</source> <translation>Proje-Görüntüleyici</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1302"/> + <location filename="../UI/UserInterface.py" line="1294"/> <source>Multiproject-Viewer</source> <translation>Çokluproje-Görüntüleyici</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1320"/> + <location filename="../UI/UserInterface.py" line="1312"/> <source>Debug-Viewer</source> <translation>Hata Ayıklama Göstericisi</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="833"/> + <location filename="../UI/UserInterface.py" line="825"/> <source>Cooperation</source> <translation>İşbirliği</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1371"/> + <location filename="../UI/UserInterface.py" line="1363"/> <source>Log-Viewer</source> <translation>Kayıt-Gösterici</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1389"/> + <location filename="../UI/UserInterface.py" line="1381"/> <source>Task-Viewer</source> <translation>Görev-Gösterici</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1407"/> + <location filename="../UI/UserInterface.py" line="1399"/> <source>Template-Viewer</source> <translation>Şablon-Gösterici</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1354"/> + <location filename="../UI/UserInterface.py" line="1346"/> <source>File-Browser</source> <translation>Dosya-Gözatıcısı</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1330"/> <source>Shell</source> <translation>Kabuk</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1450"/> + <location filename="../UI/UserInterface.py" line="1442"/> <source>Horizontal Toolbox</source> <translation>Yatay Araçkutusu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1181"/> + <location filename="../UI/UserInterface.py" line="1173"/> <source>{0} - Passive Mode</source> <translation>{0} - Pasif Mod</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1188"/> + <location filename="../UI/UserInterface.py" line="1180"/> <source>{0} - {1} - Passive Mode</source> <translation>{0} - {1} -Pasif Mod</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1192"/> + <location filename="../UI/UserInterface.py" line="1184"/> <source>{0} - {1} - {2} - Passive Mode</source> <translation>{0} - {1} - {2} - Pasif Mod</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1215"/> + <location filename="../UI/UserInterface.py" line="1207"/> <source>Quit</source> <translation>Çık</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1215"/> + <location filename="../UI/UserInterface.py" line="1207"/> <source>&Quit</source> <translation>&Çıkış</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1215"/> + <location filename="../UI/UserInterface.py" line="1207"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1221"/> + <location filename="../UI/UserInterface.py" line="1213"/> <source>Quit the IDE</source> <translation>IDE den Çık</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1222"/> + <location filename="../UI/UserInterface.py" line="1214"/> <source><b>Quit the IDE</b><p>This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1243"/> + <source>Edit Profile</source> + <translation>Düzenleme Kesiti</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1249"/> + <source>Activate the edit view profile</source> + <translation>Düzenleyici görüntü kesitini aktif yap</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1251"/> - <source>Edit Profile</source> - <translation>Düzenleme Kesiti</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1257"/> - <source>Activate the edit view profile</source> - <translation>Düzenleyici görüntü kesitini aktif yap</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1259"/> <source><b>Edit Profile</b><p>Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1260"/> + <source>Debug Profile</source> + <translation>Hata Ayıklama Kesiti</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1266"/> + <source>Activate the debug view profile</source> + <translation>Debug görüntü kesitini aktif et</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1268"/> - <source>Debug Profile</source> - <translation>Hata Ayıklama Kesiti</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1274"/> - <source>Activate the debug view profile</source> - <translation>Debug görüntü kesitini aktif et</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1276"/> <source><b>Debug Profile</b><p>Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1277"/> + <source>&Project-Viewer</source> + <translation>&proje-Görüntüleyici</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1277"/> + <source>Alt+Shift+P</source> + <translation>Alt+Shift+P</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1294"/> + <source>&Multiproject-Viewer</source> + <translation>Çokluproje-Görü&ntüleyici</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1294"/> + <source>Alt+Shift+M</source> + <translation>Alt+Shift+M</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1312"/> + <source>&Debug-Viewer</source> + <translation>Ha&ta Ayıklama-Göstericisi</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1312"/> + <source>Alt+Shift+D</source> + <translation>Alt+Shift+D</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1330"/> + <source>&Shell</source> + <translation>&Kabuk</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1330"/> + <source>Alt+Shift+S</source> + <translation>Alt+Shift+S</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1346"/> + <source>Alt+Shift+F</source> + <translation>Alt+Shift+F</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1363"/> + <source>Alt+Shift+G</source> + <translation>Alt+Shift+G</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1381"/> + <source>Alt+Shift+T</source> + <translation>Alt+Shift+T</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1399"/> + <source>Alt+Shift+A</source> + <translation>Alt+Shift+A</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1442"/> + <source>&Horizontal Toolbox</source> + <translation>Ya&tay Araçkutusu</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1446"/> + <source>Toggle the Horizontal Toolbox window</source> + <translation>Yatay Araçkutusu penceresini açkapa</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1448"/> + <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1456"/> + <source>Left Sidebar</source> + <translation>Sol Durumçubuğu</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1456"/> + <source>&Left Sidebar</source> + <translation>So&l Durumçubuğu</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1460"/> + <source>Toggle the left sidebar window</source> + <translation>Sol Durum çubuğu penceresini açkapa</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1461"/> + <source><b>Toggle the left sidebar window</b><p>If the left sidebar window is hidden then display it. If it is displayed then close it.</p></source> + <translation><b>Sol durum çubuğu penceresini açkapa</b><p>Eğer sol durum çubuğu penceresi gizli ise onu görünür yap. Eğer görünüyor ise kapat.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1483"/> + <source>Bottom Sidebar</source> + <translation>Alt Durumçubuğu</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1483"/> + <source>&Bottom Sidebar</source> + <translation>Alt Durumçu&buğu</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1487"/> + <source>Toggle the bottom sidebar window</source> + <translation>Alt Durum çubuğu penceresini açkapa</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1489"/> + <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1497"/> + <source>Alt+Shift+O</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1568"/> + <source>What's This?</source> + <translation>Bu nedir?</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1568"/> + <source>&What's This?</source> + <translation>Bu &Nedir?</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1568"/> + <source>Shift+F1</source> + <translation>Shift+F1</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1574"/> + <source>Context sensitive help</source> + <translation>Duyarlı yardım</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1575"/> + <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> + <translation><b>Duyarlı yardım içeriğini görüntüle</b><p>Bu Nedir? modunda, Fare imleci soru işeretiyle beraber bir ok şeklindedir ve bir arayüz elemanı üzerinde tıklarsanız bu elemanın nasıl kullanılacağı ve hakkında kısa bilgi verir. bu özellik diyaloglarda başlık çubuğu üzerindeyken çıkarılan açılır menülerde de bulunmaktadır.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1586"/> + <source>Helpviewer</source> + <translation>Yardımgösterici</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1586"/> + <source>&Helpviewer...</source> + <translation>&Yardım Gösterici...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1586"/> + <source>F1</source> + <translation>F1</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1592"/> + <source>Open the helpviewer window</source> + <translation>Yardımgösterici penceresini aç</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1611"/> + <source>Show Versions</source> + <translation>Sürümü Göster</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1611"/> + <source>Show &Versions</source> + <translation>Sürümü G&öster</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1615"/> + <source>Display version information</source> + <translation>Sürüm bilgisini görüntüle</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1617"/> + <source><b>Show Versions</b><p>Display version information.</p></source> + <translation><b>Sürümleri Göster</b><p>Sürüm bilgisini göster.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1627"/> + <source>Check for Updates</source> + <translation>Güncellemeleri kontrol et</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1624"/> + <source>Check for &Updates...</source> + <translation>G&üncellemeleri kontrol et...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1635"/> + <source>Show downloadable versions</source> + <translation>Yüklenebilir sürümleri göster</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1635"/> + <source>Show &downloadable versions...</source> + <translation>Yüklenebilir sürümler&i göster...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1639"/> + <source>Show the versions available for download</source> + <translation>İndirmek için mümkün olan sürümü göster</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2999"/> + <source>Report Bug</source> + <translation>Hata Raporu</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1662"/> + <source>Report &Bug...</source> + <translation>Hata &Raporu...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1666"/> + <source>Report a bug</source> + <translation>Bir hata rapor et</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1667"/> + <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1674"/> + <source>Request Feature</source> + <translation>İhtiyaç Duyulan Özellikler</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1674"/> + <source>Request &Feature...</source> + <translation>İhtiyaç Duyulan Özellikler &F...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1678"/> + <source>Send a feature request</source> + <translation>ihtiyaç duyuulan bir özelliği gönder</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1680"/> + <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2593"/> + <source>Unittest</source> + <translation>Birimtest</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1689"/> + <source>&Unittest...</source> + <translation>B&irimtest...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1694"/> + <source>Start unittest dialog</source> + <translation>Birimtest diyaloğunu başlat</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1695"/> + <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1703"/> + <source>Unittest Restart</source> + <translation>Birimtestini yeniden başlat</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1703"/> + <source>&Restart Unittest...</source> + <translation>Bi&rimtestini Yeniden Başlat...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1708"/> + <source>Restart last unittest</source> + <translation>En son birimtesti yeniden başlat</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1709"/> + <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1733"/> + <source>Unittest Script</source> + <translation>Betik Birimtesti</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1733"/> + <source>Unittest &Script...</source> + <translation>Betik Birimte&sti...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1738"/> + <source>Run unittest with current script</source> + <translation>Geçerli betikle test arabirimini çalıştır</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1740"/> + <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4096"/> + <source>Unittest Project</source> + <translation>Proje Birimtesti</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1748"/> + <source>Unittest &Project...</source> + <translation>Birimtest &Proje...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1753"/> + <source>Run unittest with current project</source> + <translation>Geçerli proje ile test arabirimini çalıştır</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1755"/> + <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1816"/> + <source>UI Previewer</source> + <translation>UI Öngörünümü</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1816"/> + <source>&UI Previewer...</source> + <translation>&UI Öngörünümü...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1821"/> + <source>Start the UI Previewer</source> + <translation>UI Öngörünümünü Başlat</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1822"/> + <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> + <translation><b>UI Öngörünümü</b><p>UI Öngörünümünü Başlat.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1829"/> + <source>Translations Previewer</source> + <translation>Çevirilerin Öngörünümleri</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1829"/> + <source>&Translations Previewer...</source> + <translation>Çevirilerin &Öngörünümleri...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1834"/> + <source>Start the Translations Previewer</source> + <translation>Çevirilerin Öngörünümlerini Başlat</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1836"/> + <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> + <translation><b>Çeviri Öngörünümü</b><p>Çeviri Öngörünümünü Başlat.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1843"/> + <source>Compare Files</source> + <translation>Dosyaları Karşılaştır</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1843"/> + <source>&Compare Files...</source> + <translation>D&osyaları Karşılaştır...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1861"/> + <source>Compare two files</source> + <translation>İki dosyayı karşılaştır</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1849"/> + <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> + <translation><b>Dosyaları Karşılaştır</b><p>İki dosyayı karşılaştırmak için diyalog aç.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1856"/> + <source>Compare Files side by side</source> + <translation>Dosyaları yan yana karşılaştır</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1862"/> + <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> + <translation><b>Dosyaları biribir karşılaştır</b><p>İki dosyayı karşılaştırmak için bir diyalog aç ve sonuçları yan yana göster.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1870"/> + <source>SQL Browser</source> + <translation>SQL Gözatıcısı</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1870"/> + <source>SQL &Browser...</source> + <translation>SQL &Gözatıcısı...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1875"/> + <source>Browse a SQL database</source> + <translation>Bir SQL veritabanına gözat</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1876"/> + <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> + <translation><b>SQL Gözatıcısı</b><p>Bir SQL veritabanına gözat.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1888"/> + <source>Mini Editor</source> + <translation>Mini Düzenleyici</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1883"/> + <source>Mini &Editor...</source> + <translation>Mini &Düzenleyici...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1889"/> + <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> + <translation><b>Mini Düzenleyici</b><p>Basit bir düzenleyci ile bir diyalog açılır.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1910"/> + <source>Icon Editor</source> + <translation>İkon Düzenleyici</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1910"/> + <source>&Icon Editor...</source> + <translation>&İkon Düzenleyici...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1939"/> + <source>Preferences</source> + <translation>Seçenekler</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1939"/> + <source>&Preferences...</source> + <translation>&Seçenekler...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1944"/> + <source>Set the prefered configuration</source> + <translation>tercih edilen ayarları yapınız</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1946"/> + <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> + <translation><b>Tercihler</b><p>Uygulamanın ayarlama maddelerini tercih ettiğiniz değerlerle ayarlayınız.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1955"/> + <source>Export Preferences</source> + <translation>Seçenekleri Dışa Aktar</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1955"/> + <source>E&xport Preferences...</source> + <translation>Tercihleri Dı&şa Aktar...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1960"/> + <source>Export the current configuration</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1962"/> + <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1969"/> + <source>Import Preferences</source> + <translation>Seçenekleri İçe Aktar</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1969"/> + <source>I&mport Preferences...</source> + <translation>Tercihleri İ&çeri Aktar...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1974"/> + <source>Import a previously exported configuration</source> + <translation>daha önce dışa aktarılan ayrlamaları içe aktar</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1976"/> + <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1983"/> + <source>Reload APIs</source> + <translation>API'leri yeniden yükle</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1983"/> + <source>Reload &APIs</source> + <translation>&API'leri yeniden yükle</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1987"/> + <source>Reload the API information</source> + <translation>API bilgisini yeniden yükle</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1989"/> + <source><b>Reload APIs</b><p>Reload the API information.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2001"/> + <source>Show external tools</source> + <translation>Harici araçları göster</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1996"/> + <source>Show external &tools</source> + <translation>Karak&ter tablosunu göster</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2012"/> + <source>View Profiles</source> + <translation>Görünüm Kesiti</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2012"/> + <source>&View Profiles...</source> + <translation>&Görünüm Kesiti...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2017"/> + <source>Configure view profiles</source> + <translation>Görünüm kesitlerini ayarla</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2019"/> + <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2029"/> + <source>Toolbars</source> + <translation>Araççubuğu</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2029"/> + <source>Tool&bars...</source> + <translation>Araççu&buğu...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2034"/> + <source>Configure toolbars</source> + <translation>Araççubuğunu ayarla</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2035"/> + <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2044"/> + <source>Keyboard Shortcuts</source> + <translation>Klavye Kısayolları</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2044"/> + <source>Keyboard &Shortcuts...</source> + <translation>Klavye Kı&sayolları...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2049"/> + <source>Set the keyboard shortcuts</source> + <translation>Klavye kısayollarını ayarla</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2051"/> + <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5361"/> + <source>Export Keyboard Shortcuts</source> + <translation>Kılavye Kısa Yollarını Dışa Aktar</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2059"/> + <source>&Export Keyboard Shortcuts...</source> + <translation>Kılavye Kısa Yo&llarını Dışa Aktar...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2064"/> + <source>Export the keyboard shortcuts</source> + <translation>Kılavye kısa yollarını dışa aktar</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2066"/> + <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5385"/> + <source>Import Keyboard Shortcuts</source> + <translation>Klavye kısayollarını İçe Aktar</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2073"/> + <source>&Import Keyboard Shortcuts...</source> + <translation>Klavye K&ısayollarını İçe Aktar...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2078"/> + <source>Import the keyboard shortcuts</source> + <translation>Klavye kısayolları içeri aktarılıyor</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2080"/> + <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2121"/> + <source>Activate current editor</source> + <translation>Geçerli düzenleyiciyi aktif yap</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2121"/> + <source>Alt+Shift+E</source> + <translation>Alt+Shift+E</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2131"/> + <source>Show next</source> + <translation>Sonrakini göster</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2131"/> + <source>Ctrl+Alt+Tab</source> + <translation>Ctrl+Alt+Tab</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2140"/> + <source>Show previous</source> + <translation>Öncekini göster</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2140"/> + <source>Shift+Ctrl+Alt+Tab</source> + <translation>Shift+Ctrl+Alt+Tab</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2149"/> + <source>Switch between tabs</source> + <translation>Sekmeler arasında değiştir</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2149"/> + <source>Ctrl+1</source> + <translation>Ctrl+1</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2158"/> + <source>Plugin Infos</source> + <translation>Eklenti Bilgisi</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2158"/> + <source>&Plugin Infos...</source> + <translation>Eklenti Bil&gisi...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2162"/> + <source>Show Plugin Infos</source> + <translation>Eklenti Bilgisini Göster</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2163"/> + <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> + <translation><b>Eklenti Bilgileri...</b><p>Bu yüklenen eklentiler hakkında bazı bilgileri gösteren bir diyalog açar.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2176"/> + <source>Install Plugins</source> + <translation>Eklenti Kur</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2171"/> + <source>&Install Plugins...</source> + <translation>Ekle&nti Kur...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2177"/> + <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> + <translation><b>Eklenti Kur...</b><p>Bu eklenti kurmak yada güncellemek için bir diyalog açar.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2189"/> + <source>Uninstall Plugin</source> + <translation>Eklenti Kaldır</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2184"/> + <source>&Uninstall Plugin...</source> + <translation>Ekle&nti Kaldır...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2190"/> + <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> + <translation><b>Eklenti Kaldır...</b><p>Bu bir eklentiyi kaldırmak için bir diyalog açar.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2197"/> + <source>Plugin Repository</source> + <translation>Eklenti Havuzu</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2197"/> + <source>Plugin &Repository...</source> + <translation>Eklenti Hav&uzu...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2202"/> + <source>Show Plugins available for download</source> + <translation>İndirme için uygun olan eklentileri göster</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2204"/> + <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> + <translation><b>Eklenti Kaynak Havuzu...</b><p>Bu internette hazır olan eklentilerin listelendiği bir diyalog açar.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2228"/> + <source>Qt4 Documentation</source> + <translation>Qt4 Belgeleri</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2228"/> + <source>Qt&4 Documentation</source> + <translation>Qt&4 Belgeleri</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2232"/> + <source>Open Qt4 Documentation</source> + <translation>QT4 Belgelerini Aç</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2258"/> + <source>PyQt4 Documentation</source> + <translation>PyQt4 Belgeleri</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2262"/> + <source>Open PyQt4 Documentation</source> + <translation>PyQt4 Begelerini aç</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2342"/> + <source>Eric API Documentation</source> + <translation>Eric API Belgeleri</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2342"/> + <source>&Eric API Documentation</source> + <translation>&Eric API Dökümanı</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2346"/> + <source>Open Eric API Documentation</source> + <translation>Eric API Belgelerini Aç</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2363"/> + <source>PySide Documentation</source> + <translation>PySide Belgeleri</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2363"/> + <source>Py&Side Documentation</source> + <translation>Py&Side Belgeleri</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2367"/> + <source>Open PySide Documentation</source> + <translation>PySide belgelerini açın</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2408"/> + <source>&Unittest</source> + <translation>Bir&imtest</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2425"/> + <source>E&xtras</source> + <translation>İla&veler</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2430"/> + <source>Wi&zards</source> + <translation>Sihirba&z</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2438"/> + <source>&Tools</source> + <translation>&Araçlar</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2441"/> + <source>Select Tool Group</source> + <translation>Araç Grubunu Seç</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2447"/> + <source>Se&ttings</source> + <translation>Ayar&lar</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2470"/> + <source>&Window</source> + <translation>&Pencere</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2495"/> + <source>&Toolbars</source> + <translation>&Araççubuğu</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2506"/> + <source>P&lugins</source> + <translation>Ek&lentiler</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2515"/> + <source>Configure...</source> + <translation>Ayarlanıyor...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2520"/> + <source>&Help</source> + <translation>&Yardım</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2592"/> + <source>Tools</source> + <translation>Araçlar</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2594"/> + <source>Settings</source> + <translation>Ayarlar</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4348"/> + <source>Help</source> + <translation>Yardım</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2596"/> + <source>Profiles</source> + <translation>Kesitler</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2597"/> + <source>Plugins</source> + <translation>Eklentiler</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2746"/> + <source><p>This part of the status bar displays the current editors language.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2753"/> + <source><p>This part of the status bar displays the current editors encoding.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2760"/> + <source><p>This part of the status bar displays the current editors eol setting.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2767"/> + <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2774"/> + <source><p>This part of the status bar displays the line number of the current editor.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2781"/> + <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2851"/> + <source>External Tools/{0}</source> + <translation>Harici Araçlar/{0}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2948"/> + <source><h3>Version Numbers</h3><table></source> + <translation><h3>Sürüm Numaraları</h3><table></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6137"/> + <source></table></source> + <translation></table></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2999"/> + <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> + <translation>E-posta adresi veya posta sunucu adresi boş. Lütfen e-posta ayarlarını özellikler diyaloğundan giriniz.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3279"/> + <source>Restart application</source> + <translation>Uygulmayı yeniden başlat</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3279"/> + <source>The application needs to be restarted. Do it now?</source> + <translation>Uygulama yeniden başlatılmaya ihtiyaç duyuyor. Şimdi yapılsın mı?</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3313"/> + <source>Configure Tool Groups ...</source> + <translation>Alet Grupları Ayarlanıyor...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3317"/> + <source>Configure current Tool Group ...</source> + <translation>Geçerli alet grubunu ayarla...</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3367"/> + <source>&Builtin Tools</source> + <translation>Ya&pılandırma Araçları</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3375"/> + <source>&Plugin Tools</source> + <translation>Eklen&ti Araçları</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3465"/> + <source>&Show all</source> + <translation>Hepsini Gö&ster</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3467"/> + <source>&Hide all</source> + <translation>&Hepsini gizle</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4096"/> + <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="../UI/UserInterface.py" line="4295"/> + <source>Qt 3 support</source> + <translation>Qt3 Desteği</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4474"/> + <source>Problem</source> + <translation>Problem</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4474"/> + <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4649"/> + <source>Process Generation Error</source> + <translation>İşlem Üretecinde Hata</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4202"/> + <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4269"/> + <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4320"/> + <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4348"/> + <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> + <translation>Hali hazırda kullanıcı göstericisi seçilmedi. Lütfen .birini belirlemek için özellikler diyaloğunu kullanının.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4362"/> + <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4382"/> + <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4430"/> + <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4485"/> + <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4506"/> + <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4594"/> + <source>External Tools</source> + <translation>Harici Araçlar</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4585"/> + <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4594"/> + <source>No toolgroup entry '{0}' found.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4633"/> + <source>Starting process '{0} {1}'. +</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4649"/> + <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4725"/> + <source>Process '{0}' has exited. +</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5092"/> + <source>Documentation Missing</source> + <translation>Eksik Belgeleme</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5092"/> + <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5076"/> + <source>Documentation</source> + <translation>Belgeleme</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4918"/> + <source><p>The PyQt4 documentation starting point has not been configured.</p></source> + <translation><p>PyQt4 Belgelerinin başlama noktası ayarlanmamış.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5076"/> + <source><p>The PySide documentation starting point has not been configured.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5519"/> + <source>Save tasks</source> + <translation>Görevleri kaydet</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5519"/> + <source><p>The tasks file <b>{0}</b> could not be written.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5548"/> + <source>Read tasks</source> + <translation>Görevler Okunuyor</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5548"/> + <source><p>The tasks file <b>{0}</b> could not be read.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5566"/> + <source>Save session</source> + <translation>Oturumu kaydet</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5566"/> + <source><p>The session file <b>{0}</b> could not be written.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5597"/> + <source>Read session</source> + <translation>Oturumu oku</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5597"/> + <source><p>The session file <b>{0}</b> could not be read.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5785"/> + <source>Drop Error</source> + <translation>Düşme hatası</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5785"/> + <source><p><b>{0}</b> is not a file.</p></source> + <translation><p><b>{0}</b> bir dosya değil.</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5930"/> + <source>&Cancel</source> + <translation>&Vazgeç</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5939"/> + <source>Trying host {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6080"/> + <source>Update available</source> + <translation>Güncelleme mümkün değil</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6100"/> + <source>Error during updates check</source> + <translation>Güncellemeleri kontrol esnasında hata</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6100"/> + <source>Could not perform updates check.</source> + <translation>Güncellemelere ulaşamıyorum.</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6123"/> + <source><h3>Available versions</h3><table></source> + <translation><h3>Mümkün sürümler</h3><table></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6164"/> + <source>First time usage</source> + <translation>İlk kullanım</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="882"/> + <source>Symbols</source> + <translation>Semboller</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="890"/> + <source>Numbers</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1532"/> + <source>Alt+Shift+Y</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1550"/> + <source>Alt+Shift+B</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2300"/> + <source>Python 3 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2300"/> + <source>Python &3 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2304"/> + <source>Open Python 3 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2318"/> + <source>Python 2 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2318"/> + <source>Python &2 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2322"/> + <source>Open Python 2 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2324"/> + <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5385"/> + <source>Keyboard shortcut file (*.e4k)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5990"/> + <source>Error getting versions information</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5983"/> + <source>The versions information could not be downloaded. Please go online and try again.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5185"/> + <source>Open Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5185"/> + <source>Could not start a web browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5990"/> + <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="542"/> + <source>Setting View Profile...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="546"/> + <source>Reading Tasks...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="550"/> + <source>Reading Templates...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="554"/> + <source>Starting Debugger...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1224"/> + <source>New Window</source> + <translation type="unfinished">Yeni Pencere</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1224"/> + <source>New &Window</source> + <translation type="unfinished">Yeni &Pencere</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1224"/> + <source>Ctrl+Shift+N</source> + <comment>File|New Window</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1717"/> + <source>Unittest Rerun Failed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1717"/> + <source>Rerun Failed Tests...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1722"/> + <source>Rerun failed tests of the last run</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1724"/> + <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1856"/> + <source>Compare &Files side by side...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1924"/> + <source>Snapshot</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1924"/> + <source>&Snapshot...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1929"/> + <source>Take snapshots of a screen region</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1931"/> + <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4564"/> + <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6183"/> + <source>Select Workspace Directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1417"/> + <source>Left Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1429"/> + <source>Right Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1283"/> + <source>Switch the input focus to the Project-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1285"/> - <source>&Project-Viewer</source> - <translation>&proje-Görüntüleyici</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1285"/> - <source>Alt+Shift+P</source> - <translation>Alt+Shift+P</translation> + <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1300"/> + <source>Switch the input focus to the Multiproject-Viewer window.</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="1302"/> - <source>&Multiproject-Viewer</source> - <translation>Çokluproje-Görü&ntüleyici</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1302"/> - <source>Alt+Shift+M</source> - <translation>Alt+Shift+M</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1320"/> - <source>&Debug-Viewer</source> - <translation>Ha&ta Ayıklama-Göstericisi</translation> + <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1318"/> + <source>Switch the input focus to the Debug-Viewer window.</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="1320"/> - <source>Alt+Shift+D</source> - <translation>Alt+Shift+D</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1338"/> - <source>&Shell</source> - <translation>&Kabuk</translation> + <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1336"/> + <source>Switch the input focus to the Shell window.</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="1338"/> - <source>Alt+Shift+S</source> - <translation>Alt+Shift+S</translation> + <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1346"/> + <source>&File-Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1352"/> + <source>Switch the input focus to the File-Browser window.</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="1354"/> - <source>Alt+Shift+F</source> - <translation>Alt+Shift+F</translation> + <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1363"/> + <source>Lo&g-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1369"/> + <source>Switch the input focus to the Log-Viewer window.</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="1371"/> - <source>Alt+Shift+G</source> - <translation>Alt+Shift+G</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1389"/> - <source>Alt+Shift+T</source> - <translation>Alt+Shift+T</translation> + <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1381"/> + <source>&Task-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1387"/> + <source>Switch the input focus to the Task-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1399"/> + <source>Templ&ate-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1405"/> + <source>Switch the input focus to the Template-Viewer window.</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="1407"/> - <source>Alt+Shift+A</source> - <translation>Alt+Shift+A</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1450"/> - <source>&Horizontal Toolbox</source> - <translation>Ya&tay Araçkutusu</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1454"/> - <source>Toggle the Horizontal Toolbox window</source> - <translation>Yatay Araçkutusu penceresini açkapa</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1456"/> - <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1464"/> - <source>Left Sidebar</source> - <translation>Sol Durumçubuğu</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1464"/> - <source>&Left Sidebar</source> - <translation>So&l Durumçubuğu</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1468"/> - <source>Toggle the left sidebar window</source> - <translation>Sol Durum çubuğu penceresini açkapa</translation> + <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1417"/> + <source>&Left Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1420"/> + <source>Toggle the Left Toolbox window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1421"/> + <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1429"/> + <source>&Right Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1433"/> + <source>Toggle the Right Toolbox window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1434"/> + <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> + <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="1469"/> - <source><b>Toggle the left sidebar window</b><p>If the left sidebar window is hidden then display it. If it is displayed then close it.</p></source> - <translation><b>Sol durum çubuğu penceresini açkapa</b><p>Eğer sol durum çubuğu penceresi gizli ise onu görünür yap. Eğer görünüyor ise kapat.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1491"/> - <source>Bottom Sidebar</source> - <translation>Alt Durumçubuğu</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1491"/> - <source>&Bottom Sidebar</source> - <translation>Alt Durumçu&buğu</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1495"/> - <source>Toggle the bottom sidebar window</source> - <translation>Alt Durum çubuğu penceresini açkapa</translation> + <source>Right Sidebar</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1469"/> + <source>&Right Sidebar</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1473"/> + <source>Toggle the right sidebar window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1475"/> + <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> + <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="1497"/> - <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> + <source>Cooperation-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1497"/> + <source>Co&operation-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1503"/> + <source>Switch the input focus to the Cooperation-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="1505"/> - <source>Alt+Shift+O</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1576"/> - <source>What's This?</source> - <translation>Bu nedir?</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1576"/> - <source>&What's This?</source> - <translation>Bu &Nedir?</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1576"/> - <source>Shift+F1</source> - <translation>Shift+F1</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1582"/> - <source>Context sensitive help</source> - <translation>Duyarlı yardım</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1583"/> - <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> - <translation><b>Duyarlı yardım içeriğini görüntüle</b><p>Bu Nedir? modunda, Fare imleci soru işeretiyle beraber bir ok şeklindedir ve bir arayüz elemanı üzerinde tıklarsanız bu elemanın nasıl kullanılacağı ve hakkında kısa bilgi verir. bu özellik diyaloglarda başlık çubuğu üzerindeyken çıkarılan açılır menülerde de bulunmaktadır.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1594"/> - <source>Helpviewer</source> - <translation>Yardımgösterici</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1594"/> - <source>&Helpviewer...</source> - <translation>&Yardım Gösterici...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1594"/> - <source>F1</source> - <translation>F1</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1600"/> - <source>Open the helpviewer window</source> - <translation>Yardımgösterici penceresini aç</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1619"/> - <source>Show Versions</source> - <translation>Sürümü Göster</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1619"/> - <source>Show &Versions</source> - <translation>Sürümü G&öster</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1623"/> - <source>Display version information</source> - <translation>Sürüm bilgisini görüntüle</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1625"/> - <source><b>Show Versions</b><p>Display version information.</p></source> - <translation><b>Sürümleri Göster</b><p>Sürüm bilgisini göster.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1635"/> - <source>Check for Updates</source> - <translation>Güncellemeleri kontrol et</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1632"/> - <source>Check for &Updates...</source> - <translation>G&üncellemeleri kontrol et...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1643"/> - <source>Show downloadable versions</source> - <translation>Yüklenebilir sürümleri göster</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1643"/> - <source>Show &downloadable versions...</source> - <translation>Yüklenebilir sürümler&i göster...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1647"/> - <source>Show the versions available for download</source> - <translation>İndirmek için mümkün olan sürümü göster</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3007"/> - <source>Report Bug</source> - <translation>Hata Raporu</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1670"/> - <source>Report &Bug...</source> - <translation>Hata &Raporu...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1674"/> - <source>Report a bug</source> - <translation>Bir hata rapor et</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1675"/> - <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1682"/> - <source>Request Feature</source> - <translation>İhtiyaç Duyulan Özellikler</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1682"/> - <source>Request &Feature...</source> - <translation>İhtiyaç Duyulan Özellikler &F...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1686"/> - <source>Send a feature request</source> - <translation>ihtiyaç duyuulan bir özelliği gönder</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1688"/> - <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2601"/> - <source>Unittest</source> - <translation>Birimtest</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1697"/> - <source>&Unittest...</source> - <translation>B&irimtest...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1702"/> - <source>Start unittest dialog</source> - <translation>Birimtest diyaloğunu başlat</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1703"/> - <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1711"/> - <source>Unittest Restart</source> - <translation>Birimtestini yeniden başlat</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1711"/> - <source>&Restart Unittest...</source> - <translation>Bi&rimtestini Yeniden Başlat...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1716"/> - <source>Restart last unittest</source> - <translation>En son birimtesti yeniden başlat</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1717"/> - <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1741"/> - <source>Unittest Script</source> - <translation>Betik Birimtesti</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1741"/> - <source>Unittest &Script...</source> - <translation>Betik Birimte&sti...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1746"/> - <source>Run unittest with current script</source> - <translation>Geçerli betikle test arabirimini çalıştır</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1748"/> - <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4059"/> - <source>Unittest Project</source> - <translation>Proje Birimtesti</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1756"/> - <source>Unittest &Project...</source> - <translation>Birimtest &Proje...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1761"/> - <source>Run unittest with current project</source> - <translation>Geçerli proje ile test arabirimini çalıştır</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1763"/> - <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1824"/> - <source>UI Previewer</source> - <translation>UI Öngörünümü</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1824"/> - <source>&UI Previewer...</source> - <translation>&UI Öngörünümü...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1829"/> - <source>Start the UI Previewer</source> - <translation>UI Öngörünümünü Başlat</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1830"/> - <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> - <translation><b>UI Öngörünümü</b><p>UI Öngörünümünü Başlat.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1837"/> - <source>Translations Previewer</source> - <translation>Çevirilerin Öngörünümleri</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1837"/> - <source>&Translations Previewer...</source> - <translation>Çevirilerin &Öngörünümleri...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1842"/> - <source>Start the Translations Previewer</source> - <translation>Çevirilerin Öngörünümlerini Başlat</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1844"/> - <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> - <translation><b>Çeviri Öngörünümü</b><p>Çeviri Öngörünümünü Başlat.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1851"/> - <source>Compare Files</source> - <translation>Dosyaları Karşılaştır</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1851"/> - <source>&Compare Files...</source> - <translation>D&osyaları Karşılaştır...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1869"/> - <source>Compare two files</source> - <translation>İki dosyayı karşılaştır</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1857"/> - <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> - <translation><b>Dosyaları Karşılaştır</b><p>İki dosyayı karşılaştırmak için diyalog aç.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1864"/> - <source>Compare Files side by side</source> - <translation>Dosyaları yan yana karşılaştır</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1870"/> - <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> - <translation><b>Dosyaları biribir karşılaştır</b><p>İki dosyayı karşılaştırmak için bir diyalog aç ve sonuçları yan yana göster.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1878"/> - <source>SQL Browser</source> - <translation>SQL Gözatıcısı</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1878"/> - <source>SQL &Browser...</source> - <translation>SQL &Gözatıcısı...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1883"/> - <source>Browse a SQL database</source> - <translation>Bir SQL veritabanına gözat</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1884"/> - <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> - <translation><b>SQL Gözatıcısı</b><p>Bir SQL veritabanına gözat.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1896"/> - <source>Mini Editor</source> - <translation>Mini Düzenleyici</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1891"/> - <source>Mini &Editor...</source> - <translation>Mini &Düzenleyici...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1897"/> - <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> - <translation><b>Mini Düzenleyici</b><p>Basit bir düzenleyci ile bir diyalog açılır.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1918"/> - <source>Icon Editor</source> - <translation>İkon Düzenleyici</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1918"/> - <source>&Icon Editor...</source> - <translation>&İkon Düzenleyici...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1947"/> - <source>Preferences</source> - <translation>Seçenekler</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1947"/> - <source>&Preferences...</source> - <translation>&Seçenekler...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1952"/> - <source>Set the prefered configuration</source> - <translation>tercih edilen ayarları yapınız</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1954"/> - <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> - <translation><b>Tercihler</b><p>Uygulamanın ayarlama maddelerini tercih ettiğiniz değerlerle ayarlayınız.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1963"/> - <source>Export Preferences</source> - <translation>Seçenekleri Dışa Aktar</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1963"/> - <source>E&xport Preferences...</source> - <translation>Tercihleri Dı&şa Aktar...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1968"/> - <source>Export the current configuration</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1970"/> - <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1977"/> - <source>Import Preferences</source> - <translation>Seçenekleri İçe Aktar</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1977"/> - <source>I&mport Preferences...</source> - <translation>Tercihleri İ&çeri Aktar...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1982"/> - <source>Import a previously exported configuration</source> - <translation>daha önce dışa aktarılan ayrlamaları içe aktar</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1984"/> - <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1991"/> - <source>Reload APIs</source> - <translation>API'leri yeniden yükle</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1991"/> - <source>Reload &APIs</source> - <translation>&API'leri yeniden yükle</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1995"/> - <source>Reload the API information</source> - <translation>API bilgisini yeniden yükle</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1997"/> - <source><b>Reload APIs</b><p>Reload the API information.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2009"/> - <source>Show external tools</source> - <translation>Harici araçları göster</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2004"/> - <source>Show external &tools</source> - <translation>Karak&ter tablosunu göster</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2020"/> - <source>View Profiles</source> - <translation>Görünüm Kesiti</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2020"/> - <source>&View Profiles...</source> - <translation>&Görünüm Kesiti...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2025"/> - <source>Configure view profiles</source> - <translation>Görünüm kesitlerini ayarla</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2027"/> - <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2037"/> - <source>Toolbars</source> - <translation>Araççubuğu</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2037"/> - <source>Tool&bars...</source> - <translation>Araççu&buğu...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2042"/> - <source>Configure toolbars</source> - <translation>Araççubuğunu ayarla</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2043"/> - <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2052"/> - <source>Keyboard Shortcuts</source> - <translation>Klavye Kısayolları</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2052"/> - <source>Keyboard &Shortcuts...</source> - <translation>Klavye Kı&sayolları...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2057"/> - <source>Set the keyboard shortcuts</source> - <translation>Klavye kısayollarını ayarla</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2059"/> - <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5324"/> - <source>Export Keyboard Shortcuts</source> - <translation>Kılavye Kısa Yollarını Dışa Aktar</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2067"/> - <source>&Export Keyboard Shortcuts...</source> - <translation>Kılavye Kısa Yo&llarını Dışa Aktar...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2072"/> - <source>Export the keyboard shortcuts</source> - <translation>Kılavye kısa yollarını dışa aktar</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2074"/> - <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5348"/> - <source>Import Keyboard Shortcuts</source> - <translation>Klavye kısayollarını İçe Aktar</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2081"/> - <source>&Import Keyboard Shortcuts...</source> - <translation>Klavye K&ısayollarını İçe Aktar...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2086"/> - <source>Import the keyboard shortcuts</source> - <translation>Klavye kısayolları içeri aktarılıyor</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2088"/> - <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2129"/> - <source>Activate current editor</source> - <translation>Geçerli düzenleyiciyi aktif yap</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2129"/> - <source>Alt+Shift+E</source> - <translation>Alt+Shift+E</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2139"/> - <source>Show next</source> - <translation>Sonrakini göster</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2139"/> - <source>Ctrl+Alt+Tab</source> - <translation>Ctrl+Alt+Tab</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2148"/> - <source>Show previous</source> - <translation>Öncekini göster</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2148"/> - <source>Shift+Ctrl+Alt+Tab</source> - <translation>Shift+Ctrl+Alt+Tab</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2157"/> - <source>Switch between tabs</source> - <translation>Sekmeler arasında değiştir</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2157"/> - <source>Ctrl+1</source> - <translation>Ctrl+1</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2166"/> - <source>Plugin Infos</source> - <translation>Eklenti Bilgisi</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2166"/> - <source>&Plugin Infos...</source> - <translation>Eklenti Bil&gisi...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2170"/> - <source>Show Plugin Infos</source> - <translation>Eklenti Bilgisini Göster</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2171"/> - <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> - <translation><b>Eklenti Bilgileri...</b><p>Bu yüklenen eklentiler hakkında bazı bilgileri gösteren bir diyalog açar.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2184"/> - <source>Install Plugins</source> - <translation>Eklenti Kur</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2179"/> - <source>&Install Plugins...</source> - <translation>Ekle&nti Kur...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2185"/> - <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> - <translation><b>Eklenti Kur...</b><p>Bu eklenti kurmak yada güncellemek için bir diyalog açar.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2197"/> - <source>Uninstall Plugin</source> - <translation>Eklenti Kaldır</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2192"/> - <source>&Uninstall Plugin...</source> - <translation>Ekle&nti Kaldır...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2198"/> - <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> - <translation><b>Eklenti Kaldır...</b><p>Bu bir eklentiyi kaldırmak için bir diyalog açar.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2205"/> - <source>Plugin Repository</source> - <translation>Eklenti Havuzu</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2205"/> - <source>Plugin &Repository...</source> - <translation>Eklenti Hav&uzu...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2210"/> - <source>Show Plugins available for download</source> - <translation>İndirme için uygun olan eklentileri göster</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2212"/> - <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> - <translation><b>Eklenti Kaynak Havuzu...</b><p>Bu internette hazır olan eklentilerin listelendiği bir diyalog açar.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2236"/> - <source>Qt4 Documentation</source> - <translation>Qt4 Belgeleri</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2236"/> - <source>Qt&4 Documentation</source> - <translation>Qt&4 Belgeleri</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2240"/> - <source>Open Qt4 Documentation</source> - <translation>QT4 Belgelerini Aç</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2266"/> - <source>PyQt4 Documentation</source> - <translation>PyQt4 Belgeleri</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2270"/> - <source>Open PyQt4 Documentation</source> - <translation>PyQt4 Begelerini aç</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2350"/> - <source>Eric API Documentation</source> - <translation>Eric API Belgeleri</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2350"/> - <source>&Eric API Documentation</source> - <translation>&Eric API Dökümanı</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2354"/> - <source>Open Eric API Documentation</source> - <translation>Eric API Belgelerini Aç</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2371"/> - <source>PySide Documentation</source> - <translation>PySide Belgeleri</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2371"/> - <source>Py&Side Documentation</source> - <translation>Py&Side Belgeleri</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2375"/> - <source>Open PySide Documentation</source> - <translation>PySide belgelerini açın</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2416"/> - <source>&Unittest</source> - <translation>Bir&imtest</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2433"/> - <source>E&xtras</source> - <translation>İla&veler</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2438"/> - <source>Wi&zards</source> - <translation>Sihirba&z</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2446"/> - <source>&Tools</source> - <translation>&Araçlar</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2449"/> - <source>Select Tool Group</source> - <translation>Araç Grubunu Seç</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2455"/> - <source>Se&ttings</source> - <translation>Ayar&lar</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2478"/> - <source>&Window</source> - <translation>&Pencere</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2503"/> - <source>&Toolbars</source> - <translation>&Araççubuğu</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2514"/> - <source>P&lugins</source> - <translation>Ek&lentiler</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2523"/> - <source>Configure...</source> - <translation>Ayarlanıyor...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2528"/> - <source>&Help</source> - <translation>&Yardım</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2600"/> - <source>Tools</source> - <translation>Araçlar</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2602"/> - <source>Settings</source> - <translation>Ayarlar</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4311"/> - <source>Help</source> - <translation>Yardım</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2604"/> - <source>Profiles</source> - <translation>Kesitler</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2605"/> - <source>Plugins</source> - <translation>Eklentiler</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2754"/> - <source><p>This part of the status bar displays the current editors language.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2761"/> - <source><p>This part of the status bar displays the current editors encoding.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2768"/> - <source><p>This part of the status bar displays the current editors eol setting.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2775"/> - <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2782"/> - <source><p>This part of the status bar displays the line number of the current editor.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2789"/> - <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2859"/> - <source>External Tools/{0}</source> - <translation>Harici Araçlar/{0}</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2956"/> - <source><h3>Version Numbers</h3><table></source> - <translation><h3>Sürüm Numaraları</h3><table></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6100"/> - <source></table></source> - <translation></table></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3007"/> - <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> - <translation>E-posta adresi veya posta sunucu adresi boş. Lütfen e-posta ayarlarını özellikler diyaloğundan giriniz.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3287"/> - <source>Restart application</source> - <translation>Uygulmayı yeniden başlat</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3287"/> - <source>The application needs to be restarted. Do it now?</source> - <translation>Uygulama yeniden başlatılmaya ihtiyaç duyuyor. Şimdi yapılsın mı?</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3321"/> - <source>Configure Tool Groups ...</source> - <translation>Alet Grupları Ayarlanıyor...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3325"/> - <source>Configure current Tool Group ...</source> - <translation>Geçerli alet grubunu ayarla...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3375"/> - <source>&Builtin Tools</source> - <translation>Ya&pılandırma Araçları</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3383"/> - <source>&Plugin Tools</source> - <translation>Eklen&ti Araçları</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3473"/> - <source>&Show all</source> - <translation>Hepsini Gö&ster</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3475"/> - <source>&Hide all</source> - <translation>&Hepsini gizle</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4059"/> - <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="../UI/UserInterface.py" line="4258"/> - <source>Qt 3 support</source> - <translation>Qt3 Desteği</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4437"/> - <source>Problem</source> - <translation>Problem</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4437"/> - <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4612"/> - <source>Process Generation Error</source> - <translation>İşlem Üretecinde Hata</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4165"/> - <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4232"/> - <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4283"/> - <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4311"/> - <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> - <translation>Hali hazırda kullanıcı göstericisi seçilmedi. Lütfen .birini belirlemek için özellikler diyaloğunu kullanının.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4325"/> - <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4345"/> - <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4393"/> - <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4448"/> - <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4469"/> - <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4557"/> - <source>External Tools</source> - <translation>Harici Araçlar</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4548"/> - <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4557"/> - <source>No toolgroup entry '{0}' found.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4596"/> - <source>Starting process '{0} {1}'. -</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4612"/> - <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4688"/> - <source>Process '{0}' has exited. -</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5055"/> - <source>Documentation Missing</source> - <translation>Eksik Belgeleme</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5055"/> - <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5039"/> - <source>Documentation</source> - <translation>Belgeleme</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4881"/> - <source><p>The PyQt4 documentation starting point has not been configured.</p></source> - <translation><p>PyQt4 Belgelerinin başlama noktası ayarlanmamış.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5039"/> - <source><p>The PySide documentation starting point has not been configured.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5482"/> - <source>Save tasks</source> - <translation>Görevleri kaydet</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5482"/> - <source><p>The tasks file <b>{0}</b> could not be written.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5511"/> - <source>Read tasks</source> - <translation>Görevler Okunuyor</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5511"/> - <source><p>The tasks file <b>{0}</b> could not be read.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5529"/> - <source>Save session</source> - <translation>Oturumu kaydet</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5529"/> - <source><p>The session file <b>{0}</b> could not be written.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5560"/> - <source>Read session</source> - <translation>Oturumu oku</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5560"/> - <source><p>The session file <b>{0}</b> could not be read.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5748"/> - <source>Drop Error</source> - <translation>Düşme hatası</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5748"/> - <source><p><b>{0}</b> is not a file.</p></source> - <translation><p><b>{0}</b> bir dosya değil.</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5893"/> - <source>&Cancel</source> - <translation>&Vazgeç</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5902"/> - <source>Trying host {0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6043"/> - <source>Update available</source> - <translation>Güncelleme mümkün değil</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6063"/> - <source>Error during updates check</source> - <translation>Güncellemeleri kontrol esnasında hata</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6063"/> - <source>Could not perform updates check.</source> - <translation>Güncellemelere ulaşamıyorum.</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6086"/> - <source><h3>Available versions</h3><table></source> - <translation><h3>Mümkün sürümler</h3><table></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6127"/> - <source>First time usage</source> - <translation>İlk kullanım</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="890"/> - <source>Symbols</source> - <translation>Semboller</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="898"/> - <source>Numbers</source> + <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1532"/> + <source>Symbols-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1532"/> + <source>S&ymbols-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1538"/> + <source>Switch the input focus to the Symbols-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="1540"/> - <source>Alt+Shift+Y</source> + <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1550"/> + <source>Numbers-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1550"/> + <source>Num&bers-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1556"/> + <source>Switch the input focus to the Numbers-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="1558"/> - <source>Alt+Shift+B</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2308"/> - <source>Python 3 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2308"/> - <source>Python &3 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2312"/> - <source>Open Python 3 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2326"/> - <source>Python 2 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2326"/> - <source>Python &2 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2330"/> - <source>Open Python 2 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2332"/> - <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5348"/> - <source>Keyboard shortcut file (*.e4k)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5953"/> - <source>Error getting versions information</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5946"/> - <source>The versions information could not be downloaded. Please go online and try again.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5148"/> - <source>Open Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5148"/> - <source>Could not start a web browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5953"/> - <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="550"/> - <source>Setting View Profile...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="554"/> - <source>Reading Tasks...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="558"/> - <source>Reading Templates...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="562"/> - <source>Starting Debugger...</source> + <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2475"/> + <source>&Windows</source> + <translation type="unfinished">&Pencereler</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1389"/> + <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1515"/> + <source>IRC</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1515"/> + <source>&IRC</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1515"/> + <source>Meta+Shift+I</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1521"/> + <source>Switch the input focus to the IRC window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1523"/> + <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1775"/> + <source>Qt-Designer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1775"/> + <source>Qt-&Designer...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1780"/> + <source>Start Qt-Designer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1781"/> + <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1801"/> + <source>Qt-Linguist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1801"/> + <source>Qt-&Linguist...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1806"/> + <source>Start Qt-Linguist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1807"/> + <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2242"/> + <source>Qt5 Documentation</source> + <translation type="unfinished">Qt4 Belgeleri {5 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2242"/> + <source>Qt&5 Documentation</source> + <translation type="unfinished">Qt&4 Belgeleri {5 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2246"/> + <source>Open Qt5 Documentation</source> + <translation type="unfinished">QT4 Belgelerini Aç {5 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2792"/> + <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2088"/> + <source>Manage SSL Certificates</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2088"/> + <source>Manage SSL Certificates...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2093"/> + <source>Manage the saved SSL certificates</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2095"/> + <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2104"/> + <source>Edit Message Filters</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2104"/> + <source>Edit Message Filters...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2109"/> + <source>Edit the message filters used to suppress unwanted messages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2111"/> + <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2258"/> + <source>PyQt&4 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2277"/> + <source>PyQt5 Documentation</source> + <translation type="unfinished">PyQt4 Belgeleri {5 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2277"/> + <source>PyQt&5 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2281"/> + <source>Open PyQt5 Documentation</source> + <translation type="unfinished">PyQt4 Begelerini aç {5 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4979"/> + <source><p>The PyQt5 documentation starting point has not been configured.</p></source> + <translation type="unfinished"><p>PyQt4 Belgelerinin başlama noktası ayarlanmamış.</p> {5 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2233"/> + <source><b>Qt4 Documentation</b><p>Display the Qt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2247"/> + <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2263"/> + <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2283"/> + <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2306"/> + <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2369"/> + <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5930"/> + <source>%v/%m</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1654"/> + <source>Show Error Log</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1650"/> + <source>Show Error &Log...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1655"/> + <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5934"/> + <source>Version Check</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1230"/> + <source>Open a new eric6 instance</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="1232"/> - <source>New Window</source> - <translation type="unfinished">Yeni Pencere</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1232"/> - <source>New &Window</source> - <translation type="unfinished">Yeni &Pencere</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1232"/> - <source>Ctrl+Shift+N</source> - <comment>File|New Window</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1725"/> - <source>Unittest Rerun Failed</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1725"/> - <source>Rerun Failed Tests...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1730"/> - <source>Rerun failed tests of the last run</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1732"/> - <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1864"/> - <source>Compare &Files side by side...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1932"/> - <source>Snapshot</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1932"/> - <source>&Snapshot...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1937"/> - <source>Take snapshots of a screen region</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1939"/> - <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4527"/> - <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6146"/> - <source>Select Workspace Directory</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1425"/> - <source>Left Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1437"/> - <source>Right Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1291"/> - <source>Switch the input focus to the Project-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1293"/> - <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1308"/> - <source>Switch the input focus to the Multiproject-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1310"/> - <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1326"/> - <source>Switch the input focus to the Debug-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1328"/> - <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1344"/> - <source>Switch the input focus to the Shell window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1346"/> - <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1354"/> - <source>&File-Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1360"/> - <source>Switch the input focus to the File-Browser window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1362"/> - <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1371"/> - <source>Lo&g-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1377"/> - <source>Switch the input focus to the Log-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1379"/> - <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1389"/> - <source>&Task-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1395"/> - <source>Switch the input focus to the Task-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1407"/> - <source>Templ&ate-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1413"/> - <source>Switch the input focus to the Template-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1415"/> - <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1425"/> - <source>&Left Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1428"/> - <source>Toggle the Left Toolbox window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1429"/> - <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1437"/> - <source>&Right Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1441"/> - <source>Toggle the Right Toolbox window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1442"/> - <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1477"/> - <source>Right Sidebar</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1477"/> - <source>&Right Sidebar</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1481"/> - <source>Toggle the right sidebar window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1483"/> - <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1505"/> - <source>Cooperation-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1505"/> - <source>Co&operation-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1511"/> - <source>Switch the input focus to the Cooperation-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1513"/> - <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1540"/> - <source>Symbols-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1540"/> - <source>S&ymbols-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1546"/> - <source>Switch the input focus to the Symbols-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1548"/> - <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1558"/> - <source>Numbers-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1558"/> - <source>Num&bers-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1564"/> - <source>Switch the input focus to the Numbers-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1566"/> - <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2483"/> - <source>&Windows</source> - <translation type="unfinished">&Pencereler</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1397"/> - <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1523"/> - <source>IRC</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1523"/> - <source>&IRC</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1523"/> - <source>Meta+Shift+I</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1529"/> - <source>Switch the input focus to the IRC window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1531"/> - <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1783"/> - <source>Qt-Designer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1783"/> - <source>Qt-&Designer...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1788"/> - <source>Start Qt-Designer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1789"/> - <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1809"/> - <source>Qt-Linguist</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1809"/> - <source>Qt-&Linguist...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1814"/> - <source>Start Qt-Linguist</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1815"/> - <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2250"/> - <source>Qt5 Documentation</source> - <translation type="unfinished">Qt4 Belgeleri {5 ?}</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2250"/> - <source>Qt&5 Documentation</source> - <translation type="unfinished">Qt&4 Belgeleri {5 ?}</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2254"/> - <source>Open Qt5 Documentation</source> - <translation type="unfinished">QT4 Belgelerini Aç {5 ?}</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2800"/> - <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2096"/> - <source>Manage SSL Certificates</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2096"/> - <source>Manage SSL Certificates...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2101"/> - <source>Manage the saved SSL certificates</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2103"/> - <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2112"/> - <source>Edit Message Filters</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2112"/> - <source>Edit Message Filters...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2117"/> - <source>Edit the message filters used to suppress unwanted messages</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2119"/> - <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2266"/> - <source>PyQt&4 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2285"/> - <source>PyQt5 Documentation</source> - <translation type="unfinished">PyQt4 Belgeleri {5 ?}</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2285"/> - <source>PyQt&5 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2289"/> - <source>Open PyQt5 Documentation</source> - <translation type="unfinished">PyQt4 Begelerini aç {5 ?}</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4942"/> - <source><p>The PyQt5 documentation starting point has not been configured.</p></source> - <translation type="unfinished"><p>PyQt4 Belgelerinin başlama noktası ayarlanmamış.</p> {5 ?}</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2241"/> - <source><b>Qt4 Documentation</b><p>Display the Qt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2255"/> - <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2271"/> - <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2291"/> - <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2314"/> - <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2377"/> - <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5893"/> - <source>%v/%m</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1662"/> - <source>Show Error Log</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1658"/> - <source>Show Error &Log...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1663"/> - <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5897"/> - <source>Version Check</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1238"/> - <source>Open a new eric6 instance</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1240"/> <source><b>New Window</b><p>This opens a new instance of the eric6 IDE.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1602"/> + <location filename="../UI/UserInterface.py" line="1594"/> <source><b>Helpviewer</b><p>Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well</p><p>If called with a word selected, this word is search in the Qt help collection.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1636"/> + <location filename="../UI/UserInterface.py" line="1628"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> <translation type="unfinished"><b>Güncellemeleri kontrol et...</b><p>İnternetten eric5 güncellemesi olup olmadını kontrol et.</p> {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1649"/> + <location filename="../UI/UserInterface.py" line="1641"/> <source><b>Show downloadable versions...</b><p>Shows the eric6 versions available for download from the internet.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1904"/> + <location filename="../UI/UserInterface.py" line="1896"/> <source>eric6 Web Browser</source> <translation type="unfinished">Eric5 Web Gözatıcısı {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1904"/> + <location filename="../UI/UserInterface.py" line="1896"/> <source>eric6 &Web Browser...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1909"/> + <location filename="../UI/UserInterface.py" line="1901"/> <source>Start the eric6 Web Browser</source> <translation type="unfinished">Eric5 Web Gözatıcısınıi başlat {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1911"/> + <location filename="../UI/UserInterface.py" line="1903"/> <source><b>eric6 Web Browser</b><p>Browse the Internet with the eric6 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1923"/> + <location filename="../UI/UserInterface.py" line="1915"/> <source>Start the eric6 Icon Editor</source> <translation type="unfinished">Eric5 İkon düzenleyiciyi başlat {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1925"/> + <location filename="../UI/UserInterface.py" line="1917"/> <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2011"/> + <location filename="../UI/UserInterface.py" line="2003"/> <source><b>Show external tools</b><p>Opens a dialog to show the path and versions of all extenal tools used by eric6.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2356"/> + <location filename="../UI/UserInterface.py" line="2348"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4258"/> + <location filename="../UI/UserInterface.py" line="4295"/> <source>Qt v.3 is not supported by eric6.</source> <translation type="unfinished">Qt v.3 eric5 tarafından desteklenmiyor. {3 ?} {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6043"/> + <location filename="../UI/UserInterface.py" line="6080"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6056"/> + <location filename="../UI/UserInterface.py" line="6093"/> <source>Eric6 is up to date</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6056"/> + <location filename="../UI/UserInterface.py" line="6093"/> <source>You are using the latest version of eric6</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6164"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished">Eric5 henüz ayarlanmadı. Ayarlar Diyaloğu başlatılıyor. {6 ?}</translation> </message> @@ -63386,24 +63406,24 @@ <context> <name>mercurial</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1436"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1442"/> <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="2106"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2120"/> <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="2116"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2130"/> <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="1456"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1462"/> <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> @@ -63412,23 +63432,23 @@ <tr><td><b>Teslim zamnanı</b></td><td>{2}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2098"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2112"/> <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="2101"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2115"/> <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="2121"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2135"/> <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="2125"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2139"/> <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> @@ -63439,12 +63459,12 @@ </table></p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2111"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2125"/> <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="1494"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1500"/> <source><h3>Repository information</h3> <p><table> <tr><td><b>Mercurial V.</b></td><td>{0}</td></tr> @@ -63844,17 +63864,17 @@ <context> <name>subversion</name> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1601"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1606"/> <source><h3>Repository information</h3><table><tr><td><b>Subversion V.</b></td><td>{0}</td></tr><tr><td><b>URL</b></td><td>{1}</td></tr><tr><td><b>Current revision</b></td><td>{2}</td></tr><tr><td><b>Committed revision</b></td><td>{3}</td></tr><tr><td><b>Committed date</b></td><td>{4}</td></tr><tr><td><b>Comitted time</b></td><td>{5}</td></tr><tr><td><b>Last author</b></td><td>{6}</td></tr></table></source> <translation><h3>Kaynak Havuzu Bilgisi</h3><table><tr><td><b>Altsürüm V.</b></td><td>{0}</td></tr><tr><td><b>URL</b></td><td>{1}</td></tr><tr><td><b>Geçerli Gözden Geçirme</b></td><td>{2}</td></tr><tr><td><b>Teslim edilen gözden geçirme</b></td><td>{3}</td></tr><tr><td><b>Teslim Tarihi</b></td><td>{4}</td></tr><tr><td><b>Teslim Zamanı</b></td><td>{5}</td></tr><tr><td><b>Son yazar</b></td><td>{6}</td></tr></table></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1736"/> - <source>unknown</source> - <translation>bilinmeyen</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1741"/> + <source>unknown</source> + <translation>bilinmeyen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1746"/> <source><h3>Repository information</h3><table><tr><td><b>PySvn V.</b></td><td>{0}</td></tr><tr><td><b>Subversion V.</b></td><td>{1}</td></tr><tr><td><b>Subversion API V.</b></td><td>{2}</td></tr><tr><td><b>URL</b></td><td>{3}</td></tr><tr><td><b>Current revision</b></td><td>{4}</td></tr><tr><td><b>Committed revision</b></td><td>{5}</td></tr><tr><td><b>Committed date</b></td><td>{6}</td></tr><tr><td><b>Comitted time</b></td><td>{7}</td></tr><tr><td><b>Last author</b></td><td>{8}</td></tr></table></source> <translation><h3>KAynak Havuzu Bilgisi</h3><table><tr><td><b>PySvn V.</b></td><td>{0}</td></tr><tr><td><b>Altsürümn V.</b></td><td>{1}</td></tr><tr><td><b>Altsürüm API V.</b></td><td>{2}</td></tr><tr><td><b>URL</b></td><td>{3}</td></tr><tr><td><b>Geçerli Gözden Geçirme</b></td><td>{4}</td></tr><tr><td><b>Teslim edilen gözden geçirme</b></td><td>{5}</td></tr><tr><td><b>Teslim tarihi</b></td><td>{6}</td></tr><tr><td><b>Teslim zamanı</b></td><td>{7}</td></tr><tr><td><b>Son yazar</b></td><td>{8}</td></tr></table></translation> </message>
--- a/i18n/eric6_zh_CN.GB2312.ts Sun Feb 22 12:16:32 2015 +0100 +++ b/i18n/eric6_zh_CN.GB2312.ts Sun Feb 22 19:21:55 2015 +0100 @@ -699,17 +699,17 @@ <context> <name>AddFoundFilesDialog</name> <message> - <location filename="../Project/AddFoundFilesDialog.ui" line="13"/> + <location filename="../Project/AddFoundFilesDialog.ui" line="14"/> <source>Add found files to project</source> <translation>将已找到的文件添加到项目中</translation> </message> <message> - <location filename="../Project/AddFoundFilesDialog.ui" line="16"/> + <location filename="../Project/AddFoundFilesDialog.ui" line="17"/> <source>Adds the found files to the current project.</source> <translation>将已找到的文件添加到当前项目中。</translation> </message> <message> - <location filename="../Project/AddFoundFilesDialog.ui" line="25"/> + <location filename="../Project/AddFoundFilesDialog.ui" line="26"/> <source>List of found files.</source> <translation>已找到文件的清单。</translation> </message> @@ -6622,62 +6622,62 @@ <translation>Alt+N</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="222"/> + <location filename="../UI/DiffDialog.py" line="223"/> <source>Compare</source> <translation>比较</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="224"/> + <location filename="../UI/DiffDialog.py" line="225"/> <source>Press to perform the comparison of the two files</source> <translation>点击比较两个文件</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="226"/> + <location filename="../UI/DiffDialog.py" line="227"/> <source>Save</source> <translation>保存</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="228"/> + <location filename="../UI/DiffDialog.py" line="229"/> <source>Save the output to a patch file</source> <translation>将输出保存到补丁文件中</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="332"/> + <location filename="../UI/DiffDialog.py" line="325"/> <source>Save Diff</source> <translation>保存差异</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="296"/> + <location filename="../UI/DiffDialog.py" line="289"/> <source>Patch Files (*.diff)</source> <translation>补丁文件 (*.diff)</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="373"/> + <location filename="../UI/DiffDialog.py" line="366"/> <source>Compare Files</source> <translation>比较文件</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="477"/> + <location filename="../UI/DiffDialog.py" line="448"/> <source>There is no difference.</source> <translation>没有差异。</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="497"/> + <location filename="../UI/DiffDialog.py" line="467"/> <source>Select file to compare</source> <translation>选择要比较的文件</translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="332"/> + <location filename="../UI/DiffDialog.py" line="325"/> <source><p>The patch file <b>{0}</b> could not be saved.<br />Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="373"/> + <location filename="../UI/DiffDialog.py" line="366"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/DiffDialog.py" line="313"/> + <location filename="../UI/DiffDialog.py" line="306"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> @@ -18960,7 +18960,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1828"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1838"/> <source>The hg process did not finish within 30s.</source> <translation type="unfinished"></translation> </message> @@ -19015,147 +19015,147 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1022"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1028"/> <source>Reverting changes</source> <translation type="unfinished">还原改变</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1067"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1073"/> <source>Merging</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1369"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1375"/> <source>Mercurial command</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1589"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1595"/> <source>Copying {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1982"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1996"/> <source>Pulling from a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2032"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2046"/> <source>Pushing to a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2239"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2254"/> <source>Creating branch in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2392"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2407"/> <source>Verifying the integrity of the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2417"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2432"/> <source>Showing the combined configuration settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2441"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2456"/> <source>Showing aliases for remote repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2465"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2480"/> <source>Recovering from interrupted transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2686"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2702"/> <source>Shall the working directory be updated?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2268"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2283"/> <source>Showing current branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2618"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2633"/> <source>Create changegroup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2698"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2714"/> <source>Apply changegroups</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2716"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2732"/> <source>Bisect subcommand ({0}) invalid.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2746"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2762"/> <source>Mercurial Bisect ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2639"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2654"/> <source>Preview changegroup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2489"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2504"/> <source>Identifying project directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2527"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2542"/> <source>Create .hgignore file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2527"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2542"/> <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="2778"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2794"/> <source>Removing files from the Mercurial repository only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2575"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2590"/> <source>Mercurial Changegroup Files (*.hg)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2678"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2694"/> <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2832"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2848"/> <source>Backing out changeset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2812"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2828"/> <source>No revision given. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2592"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2607"/> <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="2859"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2875"/> <source>Rollback last transaction</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2852"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2868"/> <source>Are you sure you want to rollback the last transaction?</source> <translation type="unfinished"></translation> </message> @@ -19165,72 +19165,72 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3508"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3524"/> <source>Mercurial Command Server</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3348"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3364"/> <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="3508"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3524"/> <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="2927"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2943"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2974"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2990"/> <source>Export Patches</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3021"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3037"/> <source>Change Phase</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3074"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3090"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3100"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3116"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3217"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3233"/> <source>Add Sub-repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3250"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3266"/> <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="3198"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3214"/> <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="3269"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3285"/> <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="3269"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3285"/> <source>Remove Sub-repositories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3238"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3254"/> <source><p>The sub-repositories file .hgsub does not exist. Aborting...</p></source> <translation type="unfinished"></translation> </message> @@ -19245,147 +19245,147 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1016"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1022"/> <source>Revert changes</source> <translation type="unfinished">还原改变</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1007"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1013"/> <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="1016"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1022"/> <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="3135"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3151"/> <source>Create Unversioned Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1898"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1908"/> <source>Mercurial Side-by-Side Difference</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1898"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1908"/> <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="1831"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1841"/> <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="966"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="972"/> <source>Tagging in the Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2246"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2261"/> <source>Created new branch <{0}>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1143"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1149"/> <source>Current branch tip</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2206"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2221"/> <source>Cancelling uncommitted merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3616"/> - <source>Mercurial Bookmark</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3634"/> + <source>Mercurial Bookmark</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3652"/> <source>Delete Bookmark</source> <translation type="unfinished">删除书签</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3634"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3652"/> <source>Select the bookmark to be deleted:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3645"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3663"/> <source>Delete Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3673"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3691"/> <source>Rename Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3706"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3724"/> <source>Move Mercurial Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3791"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3809"/> <source>Pull Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3791"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3809"/> <source>Select the bookmark to be pulled:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3802"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3820"/> <source>Pulling bookmark from a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3824"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3842"/> <source>Push Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3824"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3842"/> <source>Select the bookmark to be push:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3835"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3853"/> <source>Pushing bookmark to a remote Mercurial repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1119"/> <source>Re-Merge</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1104"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1110"/> <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="1113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1119"/> <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="1118"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1124"/> <source>Re-Merging</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2177"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2192"/> <source>Marking as 'unresolved'</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2179"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2194"/> <source>Marking as 'resolved'</source> <translation type="unfinished"></translation> </message> @@ -19516,12 +19516,12 @@ <translation type="unfinished">Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="139"/> <source>Process Generation Error</source> <translation type="unfinished">进程生成错误</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="139"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished"></translation> </message> @@ -20032,7 +20032,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="178"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="176"/> <source>no bookmarks found</source> <translation type="unfinished"></translation> </message> @@ -20122,20 +20122,30 @@ <translation type="unfinished">Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="125"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="138"/> <source>Process Generation Error</source> <translation type="unfinished">进程生成错误</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="125"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="138"/> <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/HgBookmarksListDialog.py" line="160"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="177"/> <source>no bookmarks defined</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="42"/> + <source>Refresh</source> + <translation type="unfinished">刷新</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="44"/> + <source>Press to refresh the bookmarks display</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HgBranchInputDialog</name> @@ -20783,62 +20793,62 @@ <translation type="unfinished">Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="211"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="206"/> <source>Process Generation Error</source> <translation type="unfinished">进程生成错误</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="211"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="206"/> <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/HgDiffDialog.py" line="240"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="234"/> <source>There is no difference.</source> <translation type="unfinished">没有差异。</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="457"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="449"/> <source>Save Diff</source> <translation type="unfinished">保存差异</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="424"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="416"/> <source>Patch Files (*.diff)</source> <translation type="unfinished">补丁文件 (*.diff)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="457"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="449"/> <source><p>The patch file <b>{0}</b> could not be saved.<br>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="441"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="433"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="133"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="128"/> <source>Patch Contents</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="254"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="247"/> <source><Start></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="255"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="248"/> <source><End></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="46"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="47"/> <source>Refresh</source> <translation type="unfinished">刷新</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="48"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="49"/> <source>Press to refresh the display</source> <translation type="unfinished"></translation> </message> @@ -21113,7 +21123,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="318"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="316"/> <source>Revision</source> <translation type="unfinished">修订</translation> </message> @@ -21198,7 +21208,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="152"/> <source>no signatures found</source> <translation type="unfinished"></translation> </message> @@ -23082,7 +23092,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1710"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1727"/> <source>Apply changegroups</source> <translation type="unfinished"></translation> </message> @@ -23287,12 +23297,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1527"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1544"/> <source>Pull</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1821"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1838"/> <source>The project should be reread. Do this now?</source> <translation type="unfinished"></translation> </message> @@ -23402,7 +23412,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1766"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1783"/> <source>Import Patch</source> <translation type="unfinished"></translation> </message> @@ -23427,7 +23437,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1786"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1803"/> <source>Revert Changes</source> <translation type="unfinished"></translation> </message> @@ -23472,7 +23482,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1806"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1823"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> @@ -23507,7 +23517,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1821"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1838"/> <source>Copy Changesets (Continue)</source> <translation type="unfinished"></translation> </message> @@ -23897,7 +23907,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1413"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1412"/> <source>Mercurial</source> <translation type="unfinished"></translation> </message> @@ -23978,37 +23988,37 @@ <translation type="unfinished">移除</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="123"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="116"/> <source>Unsaved Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="123"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="116"/> <source>The guards list has been changed. Shall the changes be applied?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="245"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="238"/> <source>Remove Guards</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="245"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="238"/> <source>Do you really want to remove the selected guards?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="314"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="307"/> <source>Apply Guard Definitions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="314"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="307"/> <source><p>The defined guards could not be applied.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="306"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="299"/> <source>The Mercurial process did not finish in time.</source> <translation type="unfinished"></translation> </message> @@ -24082,17 +24092,17 @@ <translation type="unfinished">提交消息</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="107"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="110"/> <source>Process Generation Error</source> <translation type="unfinished">进程生成错误</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="107"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="110"/> <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/QueuesExtension/HgQueuesHeaderDialog.py" line="195"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="196"/> <source>Error: </source> <translation type="unfinished"></translation> </message> @@ -24200,42 +24210,42 @@ <translation type="unfinished">Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="195"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="198"/> <source>Process Generation Error</source> <translation type="unfinished">进程生成错误</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="195"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="198"/> <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/QueuesExtension/HgQueuesListDialog.py" line="230"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="231"/> <source>no patches found</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="56"/> - <source>applied</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="58"/> - <source>guarded</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="59"/> + <source>applied</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="61"/> + <source>guarded</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="62"/> <source>missing</source> <translation type="unfinished">遗漏</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="304"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="305"/> <source>unknown</source> <translation type="unfinished">未知</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="57"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="60"/> <source>not applied</source> <translation type="unfinished"></translation> </message> @@ -25238,7 +25248,7 @@ <context> <name>HgStatusDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="257"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="264"/> <source>Mercurial Status</source> <translation type="unfinished"></translation> </message> @@ -25314,102 +25324,102 @@ <translation type="unfinished">点击刷新状态显示</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="84"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="90"/> <source>Commit changes to repository...</source> <translation type="unfinished">将更改提交到储存库中……</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="93"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="99"/> <source>Add to repository</source> <translation type="unfinished">添加到储存库</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="109"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="115"/> <source>Revert changes</source> <translation type="unfinished">还原改变</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="125"/> <source>Adjust column sizes</source> <translation type="unfinished">调整列宽</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="158"/> - <source>added</source> - <translation type="unfinished">已添加</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="161"/> - <source>modified</source> - <translation type="unfinished">已修改</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="162"/> - <source>removed</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="163"/> - <source>not tracked</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="159"/> - <source>normal</source> - <translation type="unfinished">标准</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="160"/> - <source>ignored</source> - <translation type="unfinished">已忽略</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="164"/> + <source>added</source> + <translation type="unfinished">已添加</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="167"/> + <source>modified</source> + <translation type="unfinished">已修改</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="168"/> + <source>removed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="169"/> + <source>not tracked</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="165"/> + <source>normal</source> + <translation type="unfinished">标准</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="166"/> + <source>ignored</source> + <translation type="unfinished">已忽略</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="170"/> <source>missing</source> <translation type="unfinished">遗漏</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="313"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="316"/> <source>Process Generation Error</source> <translation type="unfinished">进程生成错误</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="313"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="316"/> <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/HgStatusDialog.py" line="653"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="649"/> <source>Commit</source> <translation type="unfinished">提交</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="819"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="815"/> <source>There are no uncommitted changes available/selected.</source> <translation type="unfinished">没有未提交的更改可用或被选择。</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="717"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="713"/> <source>Add</source> <translation type="unfinished">添加</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="717"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="713"/> <source>There are no unversioned entries available/selected.</source> <translation type="unfinished">没有未版本化的条目可用或被选择。</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="781"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="777"/> <source>Revert</source> <translation type="unfinished">还原</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="740"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="736"/> <source>Remove</source> <translation type="unfinished">移除</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="781"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="777"/> <source>There are no missing entries available/selected.</source> <translation type="unfinished"></translation> </message> @@ -25484,42 +25494,42 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="103"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="109"/> <source>Show differences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="115"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="121"/> <source>Restore missing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="528"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="524"/> <source>all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="799"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="795"/> <source>Differences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="653"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="649"/> <source>There are no entries selected to be committed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="87"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="93"/> <source>Select all for commit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="89"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="95"/> <source>Deselect all from commit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="254"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="261"/> <source>Mercurial Queue Repository Status</source> <translation type="unfinished"></translation> </message> @@ -25534,32 +25544,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="826"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="822"/> <source>Side-by-Side Diff</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="826"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="822"/> <source>Only one file with uncommitted changes must be selected.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="106"/> - <source>Show differences side-by-side</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="134"/> - <source>Add as Large File</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="137"/> - <source>Add as Normal File</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="112"/> + <source>Show differences side-by-side</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="140"/> + <source>Add as Large File</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="143"/> + <source>Add as Normal File</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="118"/> <source>Forget missing</source> <translation type="unfinished"></translation> </message> @@ -25600,255 +25610,255 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="115"/> <source>Process Generation Error</source> <translation type="unfinished">进程生成错误</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="115"/> <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/HgSummaryDialog.py" line="339"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="337"/> <source><tr><td><b>Parent</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="343"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="341"/> <source><tr><td><b>Tags</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="347"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="345"/> <source><tr><td><b>Commit Message</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="351"/> + <source>empty repository</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="353"/> - <source>empty repository</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="355"/> <source>no revision checked out</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="356"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="354"/> <source><tr><td><b>Remarks</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="360"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="358"/> <source><tr><td><b>Branch</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="368"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="366"/> <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="373"/> + <source>{0} modified</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="375"/> - <source>{0} modified</source> + <source>{0} added</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="377"/> - <source>{0} added</source> + <source>{0} removed</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="379"/> - <source>{0} removed</source> + <source>{0} renamed</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="381"/> - <source>{0} renamed</source> + <source>{0} copied</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="383"/> - <source>{0} copied</source> + <source>{0} deleted</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="385"/> - <source>{0} deleted</source> + <source>{0} unknown</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="387"/> - <source>{0} unknown</source> + <source>{0} ignored</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="389"/> - <source>{0} ignored</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="391"/> <source>{0} unresolved</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="394"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="392"/> <source>{0} subrepos</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="395"/> + <source>Merge needed</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="397"/> - <source>Merge needed</source> + <source>New Branch</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="399"/> - <source>New Branch</source> + <source>Head is closed</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="401"/> - <source>Head is closed</source> + <source>No commit required</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="403"/> - <source>No commit required</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="405"/> <source>New Branch Head</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="406"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="404"/> <source><tr><td><b>Commit Status</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="411"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="409"/> <source>current</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="426"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="424"/> <source>unknown status</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="427"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="425"/> <source><tr><td><b>Update Status</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="432"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="430"/> <source>synched</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="434"/> + <source>1 or more incoming</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="436"/> - <source>1 or more incoming</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="438"/> <source>{0} outgoing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="447"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="445"/> <source><tr><td><b>Remote Status</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="452"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="450"/> <source>empty queue</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="456"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="454"/> <source>{0} applied</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="459"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="457"/> <source>{0} unapplied</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="462"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="460"/> <source><tr><td><b>Queues Status</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="476"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="474"/> <source><p>No status information available.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="335"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="333"/> <source><tr><td><b>Parent #{0}</b></td><td>{1}</td></tr></source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="413"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="411"/> <source>%n new changeset(s)<br/>Update required</source> <translation type="unfinished"> <numerusform></numerusform> </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="417"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="415"/> <source>%n new changeset(s)</source> <translation type="unfinished"> <numerusform></numerusform> </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="419"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="417"/> <source>%n branch head(s)</source> <translation type="unfinished"> <numerusform></numerusform> </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="421"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="419"/> <source>{0}<br/>{1}<br/>Merge required</source> <comment>0 is changesets, 1 is branch heads</comment> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="441"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="439"/> <source>%n incoming bookmark(s)</source> <translation type="unfinished"> <numerusform></numerusform> </translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="444"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="442"/> <source>%n outgoing bookmark(s)</source> <translation type="unfinished"> <numerusform></numerusform> </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="467"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="465"/> <source>No files to upload</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="469"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="467"/> <source>%n file(s) to upload</source> <translation type="unfinished"> <numerusform></numerusform> </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="471"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="469"/> <source><tr><td><b>Large Files</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> @@ -25939,32 +25949,32 @@ <translation type="unfinished">Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="94"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="97"/> <source>Mercurial Branches List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="95"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="98"/> <source>Status</source> <translation type="unfinished">状态</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="141"/> <source>Process Generation Error</source> <translation type="unfinished">进程生成错误</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="141"/> <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/HgTagBranchListDialog.py" line="257"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="258"/> <source>active</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="262"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="263"/> <source>yes</source> <translation type="unfinished">是</translation> </message> @@ -34888,72 +34898,72 @@ <context> <name>PluginManager</name> <message> - <location filename="../PluginManager/PluginManager.py" line="342"/> + <location filename="../PluginManager/PluginManager.py" line="343"/> <source>Module is missing the 'autoactivate' attribute.</source> <translation>模块丢失“autoactivate”属性。</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="367"/> + <location filename="../PluginManager/PluginManager.py" line="368"/> <source>Module is missing the 'pluginType' and/or 'pluginTypename' attributes.</source> <translation>模块丢失“pluginType”和/或“pluginTypename”属性。</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="541"/> + <location filename="../PluginManager/PluginManager.py" line="574"/> <source>Incompatible plugin activation method.</source> <translation>插件激活方法不兼容。</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1083"/> <source>Plugin Manager Error</source> <translation>插件管理错误</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="187"/> + <location filename="../PluginManager/PluginManager.py" line="188"/> <source>Could not create a package for {0}.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="222"/> + <location filename="../PluginManager/PluginManager.py" line="223"/> <source>The internal plugin directory <b>{0}</b> does not exits.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="385"/> + <location filename="../PluginManager/PluginManager.py" line="393"/> <source>Module failed to load. Error: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1050"/> + <location filename="../PluginManager/PluginManager.py" line="1083"/> <source><p>The plugin download directory <b>{0}</b> could not be created. Please configure it via the configuration dialog.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1149"/> <source>Error downloading file</source> <translation type="unfinished">下载文件出错</translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1116"/> + <location filename="../PluginManager/PluginManager.py" line="1149"/> <source><p>Could not download the requested file from {0}.</p><p>Error: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1184"/> <source>New plugin versions available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="1151"/> + <location filename="../PluginManager/PluginManager.py" line="1184"/> <source><p>There are new plug-ins or plug-in updates available. Use the plug-in repository dialog to get them.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="348"/> + <location filename="../PluginManager/PluginManager.py" line="349"/> <source>Module is missing the Python2 compatibility flag. Please update.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../PluginManager/PluginManager.py" line="353"/> + <location filename="../PluginManager/PluginManager.py" line="354"/> <source>Module is not Python2 compatible.</source> <translation type="unfinished"></translation> </message> @@ -40484,7 +40494,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="576"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="575"/> <source>Subversion (pysvn)</source> <translation type="unfinished">版本控制(pysvn)</translation> </message> @@ -47641,7 +47651,7 @@ <context> <name>Subversion</name> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1973"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1984"/> <source>The svn process did not finish within 30s.</source> <translation>svn 进程在 30 秒内不结束。</translation> </message> @@ -47726,62 +47736,62 @@ <translation>从版本控制储存库移除文件或文件夹</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1219"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1224"/> <source>Subversion Error</source> <translation>版本控制错误</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1049"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1054"/> <source>The URL of the project repository could not be retrieved from the working copy. The tag operation will be aborted</source> <translation>项目储存库的 URL 无法从工作拷贝中检索。标签操作将被终止</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1076"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1081"/> <source>The URL of the project repository has an invalid format. The tag operation will be aborted</source> <translation>项目储存库的 URL 包含无效格式。标签操作将被终止</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1163"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1168"/> <source>Reverting changes</source> <translation>还原改变</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1192"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1197"/> <source>The URL of the project repository could not be retrieved from the working copy. The switch operation will be aborted</source> <translation>项目储存库的 URL 无法从工作拷贝中检索。转换操作将被终止</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1219"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1224"/> <source>The URL of the project repository has an invalid format. The switch operation will be aborted</source> <translation>项目储存库的 URL 包含无效格式。转换操作将被终止</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1688"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1693"/> <source>Subversion command</source> <translation>版本控制命令</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1809"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1814"/> <source>Resolving conficts</source> <translation>解析冲突</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1921"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1928"/> <source>Subversion Set Property</source> <translation>版本控制设置属性</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1955"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1962"/> <source>You have to supply a property name. Aborting.</source> <translation>必须提供一个属性名。终止。</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1975"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1982"/> <source>Subversion Delete Property</source> <translation>版本控制删除属性</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1784"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1791"/> <source>Enter property name</source> <translation>输入属性名</translation> </message> @@ -47796,62 +47806,62 @@ <translation>选择要显示的条目数。</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2271"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2288"/> <source>Locking in the Subversion repository</source> <translation>在版本控制储存库中锁定</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2311"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2328"/> <source>Unlocking in the Subversion repository</source> <translation>在版本控制储存库中解锁</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2359"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2376"/> <source>Relocating</source> <translation>重新定位</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2385"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2402"/> <source>Repository Browser</source> <translation>储存库浏览器</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2385"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2402"/> <source>Enter the repository URL.</source> <translation>输入储存库 URL。</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2410"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2430"/> <source>Remove from changelist</source> <translation>从更改列表中移除</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2447"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2467"/> <source>Add to changelist</source> <translation>添加更改列表</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2436"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2456"/> <source>Enter name of the changelist:</source> <translation>输入更改列表名称:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1937"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1944"/> <source>Property set.</source> <translation>属性设置。</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1990"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1997"/> <source>Property deleted.</source> <translation>属性已删除。</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2251"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2268"/> <source>Subversion Lock</source> <translation>版本控制锁定</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2251"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2268"/> <source>Enter lock comment</source> <translation>输入锁定注释</translation> </message> @@ -48031,27 +48041,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1113"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1118"/> <source>Tagging {0} in the Subversion repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1243"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1248"/> <source>Switching to {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1348"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1353"/> <source>Merging {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1649"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1654"/> <source>Cleaning up {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1850"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1855"/> <source>Copying {0}</source> <translation type="unfinished"></translation> </message> @@ -48067,7 +48077,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1250"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1255"/> <source>Revision {0}. </source> <translation type="unfinished"></translation> @@ -48083,37 +48093,37 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1156"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1161"/> <source>Revert changes</source> <translation type="unfinished">还原改变</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1147"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1152"/> <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/vcsPySvn/subversion.py" line="1156"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1161"/> <source>Do you really want to revert all changes of the project?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1976"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1987"/> <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/vcsPySvn/subversion.py" line="2212"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2227"/> <source>Subversion Side-by-Side Difference</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2212"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2227"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2508"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2528"/> <source>Upgrade</source> <translation type="unfinished"></translation> </message> @@ -48282,12 +48292,12 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="100"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="101"/> <source>Process Generation Error</source> <translation>进程生成错误</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="100"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="101"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished"></translation> </message> @@ -48362,22 +48372,22 @@ <translation type="unfinished">Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="83"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="87"/> <source>Files (relative to {0}):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="149"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="148"/> <source>No changelists found</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="118"/> <source>Process Generation Error</source> <translation type="unfinished">进程生成错误</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="118"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished"></translation> </message> @@ -48716,7 +48726,7 @@ <context> <name>SvnDiffDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="176"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="171"/> <source>Subversion Diff</source> <translation>版本控制差异</translation> </message> @@ -48776,68 +48786,68 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="197"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="192"/> <source>Process Generation Error</source> <translation>进程生成错误</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="283"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="277"/> <source>There is no difference.</source> <translation>没有差异。</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="467"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="448"/> <source>Save Diff</source> <translation>保存差异</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="434"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="415"/> <source>Patch Files (*.diff)</source> <translation>补丁文件 (*.diff)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="176"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="171"/> <source>There is no temporary directory available.</source> <translation>无可用临时文件夹。</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="197"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="192"/> <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/vcsPySvn/SvnDiffDialog.py" line="467"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="448"/> <source><p>The patch file <b>{0}</b> could not be saved.<br>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="219"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="214"/> <source>Processing file '{0}'... </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="451"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="432"/> <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="354"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="335"/> <source><Start></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="355"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="336"/> <source><End></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="47"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="48"/> <source>Refresh</source> <translation type="unfinished">刷新</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="49"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="50"/> <source>Press to refresh the display</source> <translation type="unfinished"></translation> </message> @@ -50410,7 +50420,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="560"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="559"/> <source>Subversion (svn)</source> <translation type="unfinished">版本控制(svn)</translation> </message> @@ -50492,20 +50502,30 @@ <p>显示版本控制属性列表命令可能的错误消息。</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="134"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="152"/> <source>Process Generation Error</source> <translation>进程生成错误</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="136"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="152"/> <source>None</source> <translation>无</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="134"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="152"/> <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/vcsPySvn/SvnPropListDialog.py" line="43"/> + <source>Refresh</source> + <translation type="unfinished">刷新</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="45"/> + <source>Press to refresh the properties display</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>SvnPropSetDialog</name> @@ -50711,7 +50731,7 @@ <translation>已安装的 PySvn 版本应为 1.4.0 或更高。</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py" line="284"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py" line="288"/> <source>Subversion Error</source> <translation>版本控制错误</translation> </message> @@ -50837,7 +50857,7 @@ <context> <name>SvnStatusDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="286"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="293"/> <source>Subversion Status</source> <translation>版本控制状态</translation> </message> @@ -50984,17 +51004,17 @@ <translation>添加更改列表</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="846"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="844"/> <source>Remove from Changelist</source> <translation>从更改列表中移除</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="757"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="755"/> <source>Lock</source> <translation>闭锁</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="774"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="772"/> <source>Unlock</source> <translation>解锁</translation> </message> @@ -51014,22 +51034,22 @@ <translation>调整列宽</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="157"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="161"/> <source>added</source> <translation>已添加</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="158"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="162"/> <source>deleted</source> <translation>已删除</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="170"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="174"/> <source>modified</source> <translation>已修改</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="164"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="168"/> <source>unversioned</source> <translation>unversioned</translation> </message> @@ -51059,37 +51079,37 @@ <translation>未闭锁</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="169"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="173"/> <source>normal</source> <translation>标准</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="160"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="164"/> <source>replaced</source> <translation>已替换</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="171"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="175"/> <source>conflict</source> <translation>冲突</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="162"/> - <source>external</source> - <translation>外部</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="163"/> - <source>ignored</source> - <translation>已忽略</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="165"/> - <source>missing</source> - <translation>遗漏</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="166"/> + <source>external</source> + <translation>外部</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="167"/> + <source>ignored</source> + <translation>已忽略</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="169"/> + <source>missing</source> + <translation>遗漏</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="170"/> <source>type error</source> <translation>类型错误</translation> </message> @@ -51104,67 +51124,67 @@ <translation>是</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="402"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="401"/> <source>Process Generation Error</source> <translation>进程生成错误</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="609"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="607"/> <source>Commit</source> <translation>提交</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="734"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="732"/> <source>There are no uncommitted changes available/selected.</source> <translation>没有未提交的更改可用或被选择。</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="649"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="647"/> <source>Add</source> <translation>添加</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="649"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="647"/> <source>There are no unversioned entries available/selected.</source> <translation>没有未版本化的条目可用或被选择。</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="695"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="693"/> <source>Revert</source> <translation>还原</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="757"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="755"/> <source>There are no unlocked files available/selected.</source> <translation>没有未解锁的文件可用或被选择。</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="810"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="808"/> <source>There are no locked files available/selected.</source> <translation>没有闭锁的文件可用或被选择。</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="792"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="790"/> <source>Break Lock</source> <translation>Break Lock</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="810"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="808"/> <source>Steal Lock</source> <translation>Steal Lock</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="827"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="825"/> <source>There are no files available/selected not belonging to a changelist.</source> <translation>没有不属于更改列表的文件可用或被选择。</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="846"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="844"/> <source>There are no files available/selected belonging to a changelist.</source> <translation>没有属于更改列表的文件可用或被选择。</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="402"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="401"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished"></translation> </message> @@ -51239,22 +51259,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="521"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="519"/> <source>all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="713"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="711"/> <source>Differences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="609"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="607"/> <source>There are no entries selected to be committed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="695"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="693"/> <source>There are no missing entries available/selected.</source> <translation type="unfinished"></translation> </message> @@ -51284,12 +51304,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="741"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="739"/> <source>Side-by-Side Diff</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="741"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="739"/> <source>Only one file with uncommitted changes must be selected.</source> <translation type="unfinished"></translation> </message> @@ -51465,52 +51485,52 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="72"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="74"/> <source>Subversion Branches List</source> <translation>版本控制分支列表</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="94"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="96"/> <source>Subversion Error</source> <translation>版本控制错误</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="80"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="82"/> <source>The URL of the project repository could not be retrieved from the working copy. The list operation will be aborted</source> <translation>无法从工作副本中检索项目储存库的 URL 。列表操作将被终止</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="94"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="96"/> <source>The URL of the project repository has an invalid format. The list operation will be aborted</source> <translation>项目储存库的 URL 包含无效格式。列表操作将被终止</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="121"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="123"/> <source>Subversion List</source> <translation>版本控制列表</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="110"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="112"/> <source>Enter the repository URL containing the tags or branches</source> <translation>输入包含标签或分支的储存库 URL</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="121"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="123"/> <source>The repository URL is empty. Aborting...</source> <translation>储存库 URL 为空。终止……</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="166"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="168"/> <source>Process Generation Error</source> <translation>进程生成错误</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="155"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="157"/> <source>The installed version of PySvn should be 1.4.0 or better.</source> <translation>已安装的 PySvn 版本应为 1.4.0 或更高。</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="166"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="168"/> <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation type="unfinished"></translation> </message> @@ -55675,132 +55695,132 @@ <context> <name>TrayStarter</name> <message> - <location filename="../Tools/TrayStarter.py" line="61"/> + <location filename="../Tools/TrayStarter.py" line="65"/> <source>Recent Projects</source> <translation>最近的项目</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="68"/> + <location filename="../Tools/TrayStarter.py" line="72"/> <source>Recent Multiprojects</source> <translation>最近的多重项目</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="73"/> + <location filename="../Tools/TrayStarter.py" line="77"/> <source>Recent Files</source> <translation>最近的文件</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="84"/> + <location filename="../Tools/TrayStarter.py" line="88"/> <source>QRegExp editor</source> <translation>QRegExp 编辑器</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="86"/> - <source>Python re editor</source> - <translation>Python 正则编辑器</translation> - </message> - <message> <location filename="../Tools/TrayStarter.py" line="90"/> + <source>Python re editor</source> + <translation>Python 正则编辑器</translation> + </message> + <message> + <location filename="../Tools/TrayStarter.py" line="94"/> <source>UI Previewer</source> <translation>用户界面预览器</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="93"/> + <location filename="../Tools/TrayStarter.py" line="97"/> <source>Translations Previewer</source> <translation>翻译预览器</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="96"/> + <location filename="../Tools/TrayStarter.py" line="100"/> <source>Unittest</source> <translation>单元测试</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="104"/> + <location filename="../Tools/TrayStarter.py" line="108"/> <source>Compare Files</source> <translation>比较文件</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="107"/> + <location filename="../Tools/TrayStarter.py" line="111"/> <source>Compare Files side by side</source> <translation>并排比较文件</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="125"/> + <location filename="../Tools/TrayStarter.py" line="129"/> <source>Install Plugin</source> <translation>安装插件</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="128"/> + <location filename="../Tools/TrayStarter.py" line="132"/> <source>Uninstall Plugin</source> <translation>卸载插件</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="131"/> + <location filename="../Tools/TrayStarter.py" line="135"/> <source>Plugin Repository</source> <translation>插件储存库</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="136"/> + <location filename="../Tools/TrayStarter.py" line="140"/> <source>Preferences</source> <translation>参数选择</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="162"/> + <location filename="../Tools/TrayStarter.py" line="166"/> <source>Quit</source> <translation>退出</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="242"/> + <location filename="../Tools/TrayStarter.py" line="248"/> <source>Process Generation Error</source> <translation>进程生成错误</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="242"/> + <location filename="../Tools/TrayStarter.py" line="248"/> <source>OK</source> <translation>确定</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="112"/> + <location filename="../Tools/TrayStarter.py" line="116"/> <source>SQL Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="242"/> + <location filename="../Tools/TrayStarter.py" line="248"/> <source><p>Could not start the process.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="120"/> + <location filename="../Tools/TrayStarter.py" line="124"/> <source>Icon Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="117"/> + <location filename="../Tools/TrayStarter.py" line="121"/> <source>Snapshot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="147"/> + <location filename="../Tools/TrayStarter.py" line="151"/> <source>Configure Tray Starter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="77"/> + <location filename="../Tools/TrayStarter.py" line="81"/> <source>Eric6 tray starter</source> <translation type="unfinished">Eric4 系统托盘图标 {5 ?} {6 ?}</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="99"/> + <location filename="../Tools/TrayStarter.py" line="103"/> <source>eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="139"/> + <location filename="../Tools/TrayStarter.py" line="143"/> <source>eric6 IDE</source> <translation type="unfinished">Eric4 IDE {5 ?} {6 ?}</translation> </message> <message> - <location filename="../Tools/TrayStarter.py" line="142"/> + <location filename="../Tools/TrayStarter.py" line="146"/> <source>eric6 Mini Editor</source> <translation type="unfinished">Eric4 小型编辑器 {5 ?} {6 ?}</translation> </message> @@ -56884,2006 +56904,2006 @@ <translation>激活插件……</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="545"/> + <location filename="../UI/UserInterface.py" line="537"/> <source>Restoring Toolbarmanager...</source> <translation>恢复工具拦管理器……</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1285"/> + <location filename="../UI/UserInterface.py" line="1277"/> <source>Project-Viewer</source> <translation>项目浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1302"/> + <location filename="../UI/UserInterface.py" line="1294"/> <source>Multiproject-Viewer</source> <translation>多重项目浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1320"/> + <location filename="../UI/UserInterface.py" line="1312"/> <source>Debug-Viewer</source> <translation>调试浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1371"/> + <location filename="../UI/UserInterface.py" line="1363"/> <source>Log-Viewer</source> <translation>日志浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1389"/> + <location filename="../UI/UserInterface.py" line="1381"/> <source>Task-Viewer</source> <translation>任务浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1407"/> + <location filename="../UI/UserInterface.py" line="1399"/> <source>Template-Viewer</source> <translation>模板浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1354"/> + <location filename="../UI/UserInterface.py" line="1346"/> <source>File-Browser</source> <translation>文件浏览器</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1330"/> <source>Shell</source> <translation>命令行</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1450"/> + <location filename="../UI/UserInterface.py" line="1442"/> <source>Horizontal Toolbox</source> <translation>横向工具箱</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1215"/> + <location filename="../UI/UserInterface.py" line="1207"/> <source>Quit</source> <translation>退出</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1215"/> + <location filename="../UI/UserInterface.py" line="1207"/> <source>&Quit</source> <translation>退出(&Q)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1215"/> + <location filename="../UI/UserInterface.py" line="1207"/> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1221"/> + <location filename="../UI/UserInterface.py" line="1213"/> <source>Quit the IDE</source> <translation>退出程序</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1222"/> + <location filename="../UI/UserInterface.py" line="1214"/> <source><b>Quit the IDE</b><p>This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> <translation><b>退出程序</b><p>退出本程序。 先保存任何未保存的更改。任何被调试的 Python 程序都将停止,并将选项写入磁盘。</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1243"/> + <source>Edit Profile</source> + <translation>编辑模式</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1249"/> + <source>Activate the edit view profile</source> + <translation>激活编辑视图模式</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1251"/> - <source>Edit Profile</source> - <translation>编辑模式</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1257"/> - <source>Activate the edit view profile</source> - <translation>激活编辑视图模式</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1259"/> <source><b>Edit Profile</b><p>Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>编辑模式</b><p>激活“编辑视图模式”。如果激活了该模式,则显示的窗口将按“视图模式配置”对话框进行配置。</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1260"/> + <source>Debug Profile</source> + <translation>调试模式</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1266"/> + <source>Activate the debug view profile</source> + <translation>激活调试模式</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1268"/> - <source>Debug Profile</source> - <translation>调试模式</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1274"/> - <source>Activate the debug view profile</source> - <translation>激活调试模式</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1276"/> <source><b>Debug Profile</b><p>Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>调试模式</b><p>激活“调试视图模式”。如果激活了该模式,则显示的窗口将按“视图模式配置”对话框进行配置。</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1285"/> + <location filename="../UI/UserInterface.py" line="1277"/> <source>&Project-Viewer</source> <translation>项目浏览器(&P)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1285"/> + <location filename="../UI/UserInterface.py" line="1277"/> <source>Alt+Shift+P</source> <translation>Alt+Shift+P</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1302"/> + <location filename="../UI/UserInterface.py" line="1294"/> <source>&Multiproject-Viewer</source> <translation>多重项目浏览器(&M)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1302"/> + <location filename="../UI/UserInterface.py" line="1294"/> <source>Alt+Shift+M</source> <translation>Alt+Shift+M</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1320"/> + <location filename="../UI/UserInterface.py" line="1312"/> <source>Alt+Shift+D</source> <translation>Alt+Shift+D</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1330"/> <source>&Shell</source> <translation>命令行(&S)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1338"/> + <location filename="../UI/UserInterface.py" line="1330"/> <source>Alt+Shift+S</source> <translation>Alt+Shift+S</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1354"/> + <location filename="../UI/UserInterface.py" line="1346"/> <source>Alt+Shift+F</source> <translation>Alt+Shift+F</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1371"/> + <location filename="../UI/UserInterface.py" line="1363"/> <source>Alt+Shift+G</source> <translation>Alt+Shift+G</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1389"/> + <location filename="../UI/UserInterface.py" line="1381"/> <source>Alt+Shift+T</source> <translation>Alt+Shift+T</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1407"/> + <location filename="../UI/UserInterface.py" line="1399"/> <source>Alt+Shift+A</source> <translation>Alt+Shift+A</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1450"/> + <location filename="../UI/UserInterface.py" line="1442"/> <source>&Horizontal Toolbox</source> <translation>横向工具箱(&H)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1454"/> + <location filename="../UI/UserInterface.py" line="1446"/> <source>Toggle the Horizontal Toolbox window</source> <translation>切换横向工具箱窗口</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1448"/> + <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> + <translation><b>切换横向工具箱窗口</b><p>在横向工具箱窗口的显示和隐藏状态间切换。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1568"/> + <source>What's This?</source> + <translation>这是什么?</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1568"/> + <source>&What's This?</source> + <translation>这是什么(&W)?</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1568"/> + <source>Shift+F1</source> + <translation>Shift+F1</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1574"/> + <source>Context sensitive help</source> + <translation>背景帮助</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1575"/> + <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> + <translation><b>显示背景帮助</b><p>在“这是什么?”模式中,鼠标光标显示为带问号的箭头,通过点击界面元素你可以获得“在做什么”和“怎样使用”的简短描述。使用标题栏中的上下文帮助按钮可以获得此功能。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1586"/> + <source>Helpviewer</source> + <translation>帮助浏览器</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1586"/> + <source>&Helpviewer...</source> + <translation>帮助浏览器(&H)</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1586"/> + <source>F1</source> + <translation>F1</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1592"/> + <source>Open the helpviewer window</source> + <translation>打开帮助浏览器窗口</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1611"/> + <source>Show Versions</source> + <translation>显示版本</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1611"/> + <source>Show &Versions</source> + <translation>显示版本(&V)</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1615"/> + <source>Display version information</source> + <translation>显示版本信息</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1617"/> + <source><b>Show Versions</b><p>Display version information.</p></source> + <translation><b>显示版本</b><p>显示版本信息。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1627"/> + <source>Check for Updates</source> + <translation>检查更新</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1624"/> + <source>Check for &Updates...</source> + <translation>检查更新(&U)……</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1635"/> + <source>Show downloadable versions</source> + <translation>显示可下载的版本</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1635"/> + <source>Show &downloadable versions...</source> + <translation>显示可下载的版本(&d)……</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1639"/> + <source>Show the versions available for download</source> + <translation>显示可以下载的版本</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2999"/> + <source>Report Bug</source> + <translation>报告错误</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1662"/> + <source>Report &Bug...</source> + <translation>报告错误(&B)……</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1666"/> + <source>Report a bug</source> + <translation>报告一个错误</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1667"/> + <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> + <translation><b>报告错误……</b><p>打开一个对话框并报告一个错误。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1674"/> + <source>Request Feature</source> + <translation>请求功能</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1674"/> + <source>Request &Feature...</source> + <translation>请求功能(&F)……</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1678"/> + <source>Send a feature request</source> + <translation>发送一个功能请求</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1680"/> + <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> + <translation><b>请求功能……</b><p>打开一个对话框并发送一个功能请求。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2593"/> + <source>Unittest</source> + <translation>单元测试</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1689"/> + <source>&Unittest...</source> + <translation>单元测试(&U)……</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1694"/> + <source>Start unittest dialog</source> + <translation>打开单元测试对话框</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1695"/> + <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> + <translation><b>单元测试</b><p>执行单元测试。通过对话框可以选择和运行一个单元测试组件。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1703"/> + <source>Unittest Restart</source> + <translation>单元测试重启</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1703"/> + <source>&Restart Unittest...</source> + <translation>重启单元测试(&R)……</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1708"/> + <source>Restart last unittest</source> + <translation>重启最后的单元测试</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1709"/> + <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> + <translation><b>重启单元测试</b><p>重新启动最后执行的单元测试。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1733"/> + <source>Unittest Script</source> + <translation>脚本单元测试</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1733"/> + <source>Unittest &Script...</source> + <translation>脚本单元测试(&S)……</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1738"/> + <source>Run unittest with current script</source> + <translation>对当前脚本运行单元测试</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1740"/> + <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> + <translation><b>脚本单元测试</b><p>对当前脚本运动单元测试。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4096"/> + <source>Unittest Project</source> + <translation>项目单元测试</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1748"/> + <source>Unittest &Project...</source> + <translation>项目单元测试(&P)……</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1753"/> + <source>Run unittest with current project</source> + <translation>对当前项目运行单元测试</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1755"/> + <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> + <translation><b>项目单元测试</b><p>对当前项目运行单元测试。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1816"/> + <source>UI Previewer</source> + <translation>用户界面预览器</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1816"/> + <source>&UI Previewer...</source> + <translation>用户界面(&U)预览器……</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1821"/> + <source>Start the UI Previewer</source> + <translation>开启用户界面预览器</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1822"/> + <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> + <translation><b>助词界面预览器</b><p>开启用户界面预览器。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1829"/> + <source>Translations Previewer</source> + <translation>翻译预览器</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1829"/> + <source>&Translations Previewer...</source> + <translation>翻译预览器(&T)</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1834"/> + <source>Start the Translations Previewer</source> + <translation>开启翻译预览器</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1836"/> + <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> + <translation><b>翻译预览器</b><p>开启翻译预览器。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1843"/> + <source>Compare Files</source> + <translation>比较文件</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1843"/> + <source>&Compare Files...</source> + <translation>比较文件(&C)……</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1861"/> + <source>Compare two files</source> + <translation>比较两个文件</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1849"/> + <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> + <translation><b>比较文件</b><p>打开对话框比较两个文件。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1856"/> + <source>Compare Files side by side</source> + <translation>并排比较文件</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1862"/> + <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> + <translation><b>并排比较文件</b><p>打开对话框比较两个文件,并排显示结果。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1888"/> + <source>Mini Editor</source> + <translation>小型编辑器</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1883"/> + <source>Mini &Editor...</source> + <translation>小型编辑器(&E)……</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1889"/> + <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> + <translation><b>小型编辑器</b><p>打开一个具有简化功能编辑器的对话框。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1939"/> + <source>Preferences</source> + <translation>参数选择</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1939"/> + <source>&Preferences...</source> + <translation>参数选择(&P)……</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1944"/> + <source>Set the prefered configuration</source> + <translation>设定偏好配置</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1946"/> + <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> + <translation><b>参数选择</b><p>将应用程序的配置项设定为你喜欢的值。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1955"/> + <source>Export Preferences</source> + <translation>导出首选项</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1955"/> + <source>E&xport Preferences...</source> + <translation>导出首选项(&x)……</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1960"/> + <source>Export the current configuration</source> + <translation>导出当前配置</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1962"/> + <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> + <translation><b>导出首选项</b><p>将当前配置导出到一个文件中。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1969"/> + <source>Import Preferences</source> + <translation>导入首选项</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1969"/> + <source>I&mport Preferences...</source> + <translation>导入首选项(&m)……</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1974"/> + <source>Import a previously exported configuration</source> + <translation>导入以前导出的配置</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1976"/> + <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> + <translation><b>导入首选项</b><p>导入以前导出的配置。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1983"/> + <source>Reload APIs</source> + <translation>重新载入 API</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1983"/> + <source>Reload &APIs</source> + <translation>重新载入 &API</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1987"/> + <source>Reload the API information</source> + <translation>重新载入 API 信息</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1989"/> + <source><b>Reload APIs</b><p>Reload the API information.</p></source> + <translation><b>重新载入 API</b><p>重新载入 API 信息。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2001"/> + <source>Show external tools</source> + <translation>显示外部工具</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1996"/> + <source>Show external &tools</source> + <translation>显示外部工具(&t)</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2012"/> + <source>View Profiles</source> + <translation>视图模式</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2012"/> + <source>&View Profiles...</source> + <translation>视图模式(&V)……</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2017"/> + <source>Configure view profiles</source> + <translation>配置视图模式</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2019"/> + <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> + <translation><b>视图模式</b><p>配置视图模式。通过该对话框可以为预先确定的视图设置多个窗口的可见性。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2029"/> + <source>Toolbars</source> + <translation>工具栏</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2029"/> + <source>Tool&bars...</source> + <translation>工具栏(&b)……</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2034"/> + <source>Configure toolbars</source> + <translation>配置工具栏</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2035"/> + <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> + <translation><b>工具栏</b><p>配置工具栏通过该对话框可以改变显示于多个工具栏的动作,还可以自定义工具栏。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2044"/> + <source>Keyboard Shortcuts</source> + <translation>键盘快捷键</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2044"/> + <source>Keyboard &Shortcuts...</source> + <translation>键盘快捷键(&S)……</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2049"/> + <source>Set the keyboard shortcuts</source> + <translation>设置键盘快捷键</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2051"/> + <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> + <translation><b>键盘快捷键</b><p>将程序的键盘快捷键设置成你喜欢的按键。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5361"/> + <source>Export Keyboard Shortcuts</source> + <translation>导出键盘快捷键</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2059"/> + <source>&Export Keyboard Shortcuts...</source> + <translation>导出键盘快捷键(&E)……</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2064"/> + <source>Export the keyboard shortcuts</source> + <translation>导出键盘快捷键</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2066"/> + <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> + <translation><b>导出键盘快捷键</b><p>导出程序的键盘快捷键。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5385"/> + <source>Import Keyboard Shortcuts</source> + <translation>导入键盘快捷键</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2073"/> + <source>&Import Keyboard Shortcuts...</source> + <translation>导入键盘快捷键(&I)……</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2078"/> + <source>Import the keyboard shortcuts</source> + <translation>导入键盘快捷键</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2080"/> + <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> + <translation><b>导入键盘快捷键</b><p>导入程序的键盘快捷键。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2121"/> + <source>Activate current editor</source> + <translation>激活当前编辑器</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2121"/> + <source>Alt+Shift+E</source> + <translation>Alt+Shift+E</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2131"/> + <source>Show next</source> + <translation>显示下一个</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2131"/> + <source>Ctrl+Alt+Tab</source> + <translation>Ctrl+Alt+Tab</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2140"/> + <source>Show previous</source> + <translation>显示上一个</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2140"/> + <source>Shift+Ctrl+Alt+Tab</source> + <translation>Shift+Ctrl+Alt+Tab</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2149"/> + <source>Switch between tabs</source> + <translation>在选项卡间切换</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2149"/> + <source>Ctrl+1</source> + <translation>Ctrl+1</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2158"/> + <source>Plugin Infos</source> + <translation>插件信息</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2158"/> + <source>&Plugin Infos...</source> + <translation>插件信息(&P)……</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2162"/> + <source>Show Plugin Infos</source> + <translation>显示插件信息</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2163"/> + <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> + <translation><b>插件信息……</b><p>打开一个对话框,显示与已载入插件有关的一些信息。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2176"/> + <source>Install Plugins</source> + <translation>安装插件</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2171"/> + <source>&Install Plugins...</source> + <translation>安装插件(&I)……</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2177"/> + <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> + <translation><b>安装插件……</b><p>打开一个对话框安装或更新插件。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2189"/> + <source>Uninstall Plugin</source> + <translation>卸载插件</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2184"/> + <source>&Uninstall Plugin...</source> + <translation>卸载插件(&U)……</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2190"/> + <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> + <translation><b>卸载插件……</b><p>打开一个对话框卸载插件。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2197"/> + <source>Plugin Repository</source> + <translation>插件储存库</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2197"/> + <source>Plugin &Repository...</source> + <translation>插件储存库(&R)……</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2202"/> + <source>Show Plugins available for download</source> + <translation>显示可以下载的插件</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2204"/> + <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> + <translation><b>插件储存库……</b><p>打开一个对话框,显示互联网上可用的插件列表。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2228"/> + <source>Qt4 Documentation</source> + <translation>Qt4 文档</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2228"/> + <source>Qt&4 Documentation</source> + <translation>Qt&4 文档</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2232"/> + <source>Open Qt4 Documentation</source> + <translation>打开 Qt4 文档</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2258"/> + <source>PyQt4 Documentation</source> + <translation>PyQt4 文档</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2262"/> + <source>Open PyQt4 Documentation</source> + <translation>打开 PyQt4 文档</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2342"/> + <source>Eric API Documentation</source> + <translation>Eric API 文档</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2342"/> + <source>&Eric API Documentation</source> + <translation>&Eric API 文档</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2346"/> + <source>Open Eric API Documentation</source> + <translation>打开 Eric API 文档</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2408"/> + <source>&Unittest</source> + <translation>单元测试(&U)</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2425"/> + <source>E&xtras</source> + <translation>附加程序(&x)</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2430"/> + <source>Wi&zards</source> + <translation>向导(&z)</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2438"/> + <source>&Tools</source> + <translation>工具(&T)</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2441"/> + <source>Select Tool Group</source> + <translation>选择工具组</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2447"/> + <source>Se&ttings</source> + <translation>设置(&t)</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2470"/> + <source>&Window</source> + <translation>窗口(&W)</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2495"/> + <source>&Toolbars</source> + <translation>工具栏(&T)</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2506"/> + <source>P&lugins</source> + <translation>插件(&l)</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2515"/> + <source>Configure...</source> + <translation>配置……</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2520"/> + <source>&Help</source> + <translation>帮助(&H)</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2592"/> + <source>Tools</source> + <translation>工具</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2594"/> + <source>Settings</source> + <translation>设置</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4348"/> + <source>Help</source> + <translation>帮助</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2596"/> + <source>Profiles</source> + <translation>模式</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2597"/> + <source>Plugins</source> + <translation>插件</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2746"/> + <source><p>This part of the status bar displays the current editors language.</p></source> + <translation><p>状态栏的这一部分显示当前编辑器语言。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2753"/> + <source><p>This part of the status bar displays the current editors encoding.</p></source> + <translation><p>状态栏的这一部分显示当前编辑器编码。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2760"/> + <source><p>This part of the status bar displays the current editors eol setting.</p></source> + <translation><p>状态栏的这一部分显示当前编辑器行尾设置。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2767"/> + <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> + <translation><p>状态栏的这一部分显示当前编辑器文件是否可写。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2774"/> + <source><p>This part of the status bar displays the line number of the current editor.</p></source> + <translation><p>状态栏的这一部分显示当前编辑的行号。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2781"/> + <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> + <translation><p>状态栏的这一部分显示当前编辑器的光标位置。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2948"/> + <source><h3>Version Numbers</h3><table></source> + <translation><h3>版本号</h3><table></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6137"/> + <source></table></source> + <translation></table></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2999"/> + <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> + <translation>电子邮件地址或邮件服务器地址为空。请在参数选择对话框中配置你的电子邮件设置。</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3279"/> + <source>Restart application</source> + <translation>重启程序</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3279"/> + <source>The application needs to be restarted. Do it now?</source> + <translation>程序需要重启。现在重启?</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3313"/> + <source>Configure Tool Groups ...</source> + <translation>配置工具组……</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3317"/> + <source>Configure current Tool Group ...</source> + <translation>配置当前工具组……</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3367"/> + <source>&Builtin Tools</source> + <translation>内建工具(&B)</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3375"/> + <source>&Plugin Tools</source> + <translation>插件工具(&P)</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3465"/> + <source>&Show all</source> + <translation>全部显示(&S)</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3467"/> + <source>&Hide all</source> + <translation>全部隐藏(&H)</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4096"/> + <source>There is no main script defined for the current project. Aborting</source> + <translation>当前项目未定义主脚本。终止</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4474"/> + <source>Problem</source> + <translation>问题</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4649"/> + <source>Process Generation Error</source> + <translation>进程生成错误</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5185"/> + <source>Open Browser</source> + <translation type="unfinished">打开浏览器</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5185"/> + <source>Could not start a web browser</source> + <translation type="unfinished">无法启动网络浏览器</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4348"/> + <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> + <translation>目前没有选择自定义浏览器。请使用参数选择对话框指定一个。</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4382"/> + <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> + <translation><p>无法开启帮助浏览器。<br>确保其有效如 <b>%1</b>。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4594"/> + <source>External Tools</source> + <translation>外部工具</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5092"/> + <source>Documentation Missing</source> + <translation>文档丢失</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5076"/> + <source>Documentation</source> + <translation>文档</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4918"/> + <source><p>The PyQt4 documentation starting point has not been configured.</p></source> + <translation><p>未配置 PyQt4 文档起点。</p></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5519"/> + <source>Save tasks</source> + <translation>保存任务</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5548"/> + <source>Read tasks</source> + <translation>读取任务</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5566"/> + <source>Save session</source> + <translation>保存会话</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5597"/> + <source>Read session</source> + <translation>读取会话</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5785"/> + <source>Drop Error</source> + <translation>降落误差</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6100"/> + <source>Error during updates check</source> + <translation>检查更新时出错</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5930"/> + <source>&Cancel</source> + <translation>取消(&C)</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6080"/> + <source>Update available</source> + <translation>可用更新</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6100"/> + <source>Could not perform updates check.</source> + <translation>无法完成更新检查。</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6123"/> + <source><h3>Available versions</h3><table></source> + <translation><h3>可用版本</h3><table></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6164"/> + <source>First time usage</source> + <translation>第一次使用</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1456"/> - <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> - <translation><b>切换横向工具箱窗口</b><p>在横向工具箱窗口的显示和隐藏状态间切换。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1576"/> - <source>What's This?</source> - <translation>这是什么?</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1576"/> - <source>&What's This?</source> - <translation>这是什么(&W)?</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1576"/> - <source>Shift+F1</source> - <translation>Shift+F1</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1582"/> - <source>Context sensitive help</source> - <translation>背景帮助</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1583"/> - <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> - <translation><b>显示背景帮助</b><p>在“这是什么?”模式中,鼠标光标显示为带问号的箭头,通过点击界面元素你可以获得“在做什么”和“怎样使用”的简短描述。使用标题栏中的上下文帮助按钮可以获得此功能。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1594"/> - <source>Helpviewer</source> - <translation>帮助浏览器</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1594"/> - <source>&Helpviewer...</source> - <translation>帮助浏览器(&H)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1594"/> - <source>F1</source> - <translation>F1</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1600"/> - <source>Open the helpviewer window</source> - <translation>打开帮助浏览器窗口</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1619"/> - <source>Show Versions</source> - <translation>显示版本</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1619"/> - <source>Show &Versions</source> - <translation>显示版本(&V)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1623"/> - <source>Display version information</source> - <translation>显示版本信息</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1625"/> - <source><b>Show Versions</b><p>Display version information.</p></source> - <translation><b>显示版本</b><p>显示版本信息。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1635"/> - <source>Check for Updates</source> - <translation>检查更新</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1632"/> - <source>Check for &Updates...</source> - <translation>检查更新(&U)……</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1643"/> - <source>Show downloadable versions</source> - <translation>显示可下载的版本</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1643"/> - <source>Show &downloadable versions...</source> - <translation>显示可下载的版本(&d)……</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1647"/> - <source>Show the versions available for download</source> - <translation>显示可以下载的版本</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3007"/> - <source>Report Bug</source> - <translation>报告错误</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1670"/> - <source>Report &Bug...</source> - <translation>报告错误(&B)……</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1674"/> - <source>Report a bug</source> - <translation>报告一个错误</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1675"/> - <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> - <translation><b>报告错误……</b><p>打开一个对话框并报告一个错误。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1682"/> - <source>Request Feature</source> - <translation>请求功能</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1682"/> - <source>Request &Feature...</source> - <translation>请求功能(&F)……</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1686"/> - <source>Send a feature request</source> - <translation>发送一个功能请求</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1688"/> - <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> - <translation><b>请求功能……</b><p>打开一个对话框并发送一个功能请求。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2601"/> - <source>Unittest</source> - <translation>单元测试</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1697"/> - <source>&Unittest...</source> - <translation>单元测试(&U)……</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1702"/> - <source>Start unittest dialog</source> - <translation>打开单元测试对话框</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1703"/> - <source><b>Unittest</b><p>Perform unit tests. The dialog gives you the ability to select and run a unittest suite.</p></source> - <translation><b>单元测试</b><p>执行单元测试。通过对话框可以选择和运行一个单元测试组件。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1711"/> - <source>Unittest Restart</source> - <translation>单元测试重启</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1711"/> - <source>&Restart Unittest...</source> - <translation>重启单元测试(&R)……</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1716"/> - <source>Restart last unittest</source> - <translation>重启最后的单元测试</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1717"/> - <source><b>Restart Unittest</b><p>Restart the unittest performed last.</p></source> - <translation><b>重启单元测试</b><p>重新启动最后执行的单元测试。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1741"/> - <source>Unittest Script</source> - <translation>脚本单元测试</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1741"/> - <source>Unittest &Script...</source> - <translation>脚本单元测试(&S)……</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1746"/> - <source>Run unittest with current script</source> - <translation>对当前脚本运行单元测试</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1748"/> - <source><b>Unittest Script</b><p>Run unittest with current script.</p></source> - <translation><b>脚本单元测试</b><p>对当前脚本运动单元测试。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4059"/> - <source>Unittest Project</source> - <translation>项目单元测试</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1756"/> - <source>Unittest &Project...</source> - <translation>项目单元测试(&P)……</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1761"/> - <source>Run unittest with current project</source> - <translation>对当前项目运行单元测试</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1763"/> - <source><b>Unittest Project</b><p>Run unittest with current project.</p></source> - <translation><b>项目单元测试</b><p>对当前项目运行单元测试。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1824"/> - <source>UI Previewer</source> - <translation>用户界面预览器</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1824"/> - <source>&UI Previewer...</source> - <translation>用户界面(&U)预览器……</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1829"/> - <source>Start the UI Previewer</source> - <translation>开启用户界面预览器</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1830"/> - <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> - <translation><b>助词界面预览器</b><p>开启用户界面预览器。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1837"/> - <source>Translations Previewer</source> - <translation>翻译预览器</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1837"/> - <source>&Translations Previewer...</source> - <translation>翻译预览器(&T)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1842"/> - <source>Start the Translations Previewer</source> - <translation>开启翻译预览器</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1844"/> - <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> - <translation><b>翻译预览器</b><p>开启翻译预览器。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1851"/> - <source>Compare Files</source> - <translation>比较文件</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1851"/> - <source>&Compare Files...</source> - <translation>比较文件(&C)……</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1869"/> - <source>Compare two files</source> - <translation>比较两个文件</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1857"/> - <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> - <translation><b>比较文件</b><p>打开对话框比较两个文件。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1864"/> - <source>Compare Files side by side</source> - <translation>并排比较文件</translation> + <source>Left Sidebar</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1456"/> + <source>&Left Sidebar</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1460"/> + <source>Toggle the left sidebar window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1461"/> + <source><b>Toggle the left sidebar window</b><p>If the left sidebar window is hidden then display it. If it is displayed then close it.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1483"/> + <source>Bottom Sidebar</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1483"/> + <source>&Bottom Sidebar</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1487"/> + <source>Toggle the bottom sidebar window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1489"/> + <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1312"/> + <source>&Debug-Viewer</source> + <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="1870"/> - <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> - <translation><b>并排比较文件</b><p>打开对话框比较两个文件,并排显示结果。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1896"/> - <source>Mini Editor</source> - <translation>小型编辑器</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1891"/> - <source>Mini &Editor...</source> - <translation>小型编辑器(&E)……</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1897"/> - <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> - <translation><b>小型编辑器</b><p>打开一个具有简化功能编辑器的对话框。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1947"/> - <source>Preferences</source> - <translation>参数选择</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1947"/> - <source>&Preferences...</source> - <translation>参数选择(&P)……</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1952"/> - <source>Set the prefered configuration</source> - <translation>设定偏好配置</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1954"/> - <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> - <translation><b>参数选择</b><p>将应用程序的配置项设定为你喜欢的值。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1963"/> - <source>Export Preferences</source> - <translation>导出首选项</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1963"/> - <source>E&xport Preferences...</source> - <translation>导出首选项(&x)……</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1968"/> - <source>Export the current configuration</source> - <translation>导出当前配置</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1970"/> - <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> - <translation><b>导出首选项</b><p>将当前配置导出到一个文件中。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1977"/> - <source>Import Preferences</source> - <translation>导入首选项</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1977"/> - <source>I&mport Preferences...</source> - <translation>导入首选项(&m)……</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1982"/> - <source>Import a previously exported configuration</source> - <translation>导入以前导出的配置</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1984"/> - <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> - <translation><b>导入首选项</b><p>导入以前导出的配置。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1991"/> - <source>Reload APIs</source> - <translation>重新载入 API</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1991"/> - <source>Reload &APIs</source> - <translation>重新载入 &API</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1995"/> - <source>Reload the API information</source> - <translation>重新载入 API 信息</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1997"/> - <source><b>Reload APIs</b><p>Reload the API information.</p></source> - <translation><b>重新载入 API</b><p>重新载入 API 信息。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2009"/> - <source>Show external tools</source> - <translation>显示外部工具</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2004"/> - <source>Show external &tools</source> - <translation>显示外部工具(&t)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2020"/> - <source>View Profiles</source> - <translation>视图模式</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2020"/> - <source>&View Profiles...</source> - <translation>视图模式(&V)……</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2025"/> - <source>Configure view profiles</source> - <translation>配置视图模式</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2027"/> - <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> - <translation><b>视图模式</b><p>配置视图模式。通过该对话框可以为预先确定的视图设置多个窗口的可见性。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2037"/> - <source>Toolbars</source> - <translation>工具栏</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2037"/> - <source>Tool&bars...</source> - <translation>工具栏(&b)……</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2042"/> - <source>Configure toolbars</source> - <translation>配置工具栏</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2043"/> - <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> - <translation><b>工具栏</b><p>配置工具栏通过该对话框可以改变显示于多个工具栏的动作,还可以自定义工具栏。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2052"/> - <source>Keyboard Shortcuts</source> - <translation>键盘快捷键</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2052"/> - <source>Keyboard &Shortcuts...</source> - <translation>键盘快捷键(&S)……</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2057"/> - <source>Set the keyboard shortcuts</source> - <translation>设置键盘快捷键</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2059"/> - <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> - <translation><b>键盘快捷键</b><p>将程序的键盘快捷键设置成你喜欢的按键。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5324"/> - <source>Export Keyboard Shortcuts</source> - <translation>导出键盘快捷键</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2067"/> - <source>&Export Keyboard Shortcuts...</source> - <translation>导出键盘快捷键(&E)……</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2072"/> - <source>Export the keyboard shortcuts</source> - <translation>导出键盘快捷键</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2074"/> - <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> - <translation><b>导出键盘快捷键</b><p>导出程序的键盘快捷键。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5348"/> - <source>Import Keyboard Shortcuts</source> - <translation>导入键盘快捷键</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2081"/> - <source>&Import Keyboard Shortcuts...</source> - <translation>导入键盘快捷键(&I)……</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2086"/> - <source>Import the keyboard shortcuts</source> - <translation>导入键盘快捷键</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2088"/> - <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> - <translation><b>导入键盘快捷键</b><p>导入程序的键盘快捷键。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2129"/> - <source>Activate current editor</source> - <translation>激活当前编辑器</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2129"/> - <source>Alt+Shift+E</source> - <translation>Alt+Shift+E</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2139"/> - <source>Show next</source> - <translation>显示下一个</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2139"/> - <source>Ctrl+Alt+Tab</source> - <translation>Ctrl+Alt+Tab</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2148"/> - <source>Show previous</source> - <translation>显示上一个</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2148"/> - <source>Shift+Ctrl+Alt+Tab</source> - <translation>Shift+Ctrl+Alt+Tab</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2157"/> - <source>Switch between tabs</source> - <translation>在选项卡间切换</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2157"/> - <source>Ctrl+1</source> - <translation>Ctrl+1</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2166"/> - <source>Plugin Infos</source> - <translation>插件信息</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2166"/> - <source>&Plugin Infos...</source> - <translation>插件信息(&P)……</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2170"/> - <source>Show Plugin Infos</source> - <translation>显示插件信息</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2171"/> - <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> - <translation><b>插件信息……</b><p>打开一个对话框,显示与已载入插件有关的一些信息。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2184"/> - <source>Install Plugins</source> - <translation>安装插件</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2179"/> - <source>&Install Plugins...</source> - <translation>安装插件(&I)……</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2185"/> - <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> - <translation><b>安装插件……</b><p>打开一个对话框安装或更新插件。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2197"/> - <source>Uninstall Plugin</source> - <translation>卸载插件</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2192"/> - <source>&Uninstall Plugin...</source> - <translation>卸载插件(&U)……</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2198"/> - <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> - <translation><b>卸载插件……</b><p>打开一个对话框卸载插件。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2205"/> - <source>Plugin Repository</source> - <translation>插件储存库</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2205"/> - <source>Plugin &Repository...</source> - <translation>插件储存库(&R)……</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2210"/> - <source>Show Plugins available for download</source> - <translation>显示可以下载的插件</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2212"/> - <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> - <translation><b>插件储存库……</b><p>打开一个对话框,显示互联网上可用的插件列表。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2236"/> - <source>Qt4 Documentation</source> - <translation>Qt4 文档</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2236"/> - <source>Qt&4 Documentation</source> - <translation>Qt&4 文档</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2240"/> - <source>Open Qt4 Documentation</source> - <translation>打开 Qt4 文档</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2266"/> - <source>PyQt4 Documentation</source> - <translation>PyQt4 文档</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2270"/> - <source>Open PyQt4 Documentation</source> - <translation>打开 PyQt4 文档</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2350"/> - <source>Eric API Documentation</source> - <translation>Eric API 文档</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2350"/> - <source>&Eric API Documentation</source> - <translation>&Eric API 文档</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2354"/> - <source>Open Eric API Documentation</source> - <translation>打开 Eric API 文档</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2416"/> - <source>&Unittest</source> - <translation>单元测试(&U)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2433"/> - <source>E&xtras</source> - <translation>附加程序(&x)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2438"/> - <source>Wi&zards</source> - <translation>向导(&z)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2446"/> - <source>&Tools</source> - <translation>工具(&T)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2449"/> - <source>Select Tool Group</source> - <translation>选择工具组</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2455"/> - <source>Se&ttings</source> - <translation>设置(&t)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2478"/> - <source>&Window</source> - <translation>窗口(&W)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2503"/> - <source>&Toolbars</source> - <translation>工具栏(&T)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2514"/> - <source>P&lugins</source> - <translation>插件(&l)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2523"/> - <source>Configure...</source> - <translation>配置……</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2528"/> - <source>&Help</source> - <translation>帮助(&H)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2600"/> - <source>Tools</source> - <translation>工具</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2602"/> - <source>Settings</source> - <translation>设置</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4311"/> - <source>Help</source> - <translation>帮助</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2604"/> - <source>Profiles</source> - <translation>模式</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2605"/> - <source>Plugins</source> - <translation>插件</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2754"/> - <source><p>This part of the status bar displays the current editors language.</p></source> - <translation><p>状态栏的这一部分显示当前编辑器语言。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2761"/> - <source><p>This part of the status bar displays the current editors encoding.</p></source> - <translation><p>状态栏的这一部分显示当前编辑器编码。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2768"/> - <source><p>This part of the status bar displays the current editors eol setting.</p></source> - <translation><p>状态栏的这一部分显示当前编辑器行尾设置。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2775"/> - <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> - <translation><p>状态栏的这一部分显示当前编辑器文件是否可写。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2782"/> - <source><p>This part of the status bar displays the line number of the current editor.</p></source> - <translation><p>状态栏的这一部分显示当前编辑的行号。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2789"/> - <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> - <translation><p>状态栏的这一部分显示当前编辑器的光标位置。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2956"/> - <source><h3>Version Numbers</h3><table></source> - <translation><h3>版本号</h3><table></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6100"/> - <source></table></source> - <translation></table></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3007"/> - <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> - <translation>电子邮件地址或邮件服务器地址为空。请在参数选择对话框中配置你的电子邮件设置。</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3287"/> - <source>Restart application</source> - <translation>重启程序</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3287"/> - <source>The application needs to be restarted. Do it now?</source> - <translation>程序需要重启。现在重启?</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3321"/> - <source>Configure Tool Groups ...</source> - <translation>配置工具组……</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3325"/> - <source>Configure current Tool Group ...</source> - <translation>配置当前工具组……</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3375"/> - <source>&Builtin Tools</source> - <translation>内建工具(&B)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3383"/> - <source>&Plugin Tools</source> - <translation>插件工具(&P)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3473"/> - <source>&Show all</source> - <translation>全部显示(&S)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3475"/> - <source>&Hide all</source> - <translation>全部隐藏(&H)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4059"/> - <source>There is no main script defined for the current project. Aborting</source> - <translation>当前项目未定义主脚本。终止</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4437"/> - <source>Problem</source> - <translation>问题</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4612"/> - <source>Process Generation Error</source> - <translation>进程生成错误</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5148"/> - <source>Open Browser</source> - <translation type="unfinished">打开浏览器</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5148"/> - <source>Could not start a web browser</source> - <translation type="unfinished">无法启动网络浏览器</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4311"/> - <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> - <translation>目前没有选择自定义浏览器。请使用参数选择对话框指定一个。</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4345"/> - <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> - <translation><p>无法开启帮助浏览器。<br>确保其有效如 <b>%1</b>。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4557"/> - <source>External Tools</source> - <translation>外部工具</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5055"/> - <source>Documentation Missing</source> - <translation>文档丢失</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5039"/> - <source>Documentation</source> - <translation>文档</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4881"/> - <source><p>The PyQt4 documentation starting point has not been configured.</p></source> - <translation><p>未配置 PyQt4 文档起点。</p></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5482"/> - <source>Save tasks</source> - <translation>保存任务</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5511"/> - <source>Read tasks</source> - <translation>读取任务</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5529"/> - <source>Save session</source> - <translation>保存会话</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5560"/> - <source>Read session</source> - <translation>读取会话</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5748"/> - <source>Drop Error</source> - <translation>降落误差</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6063"/> - <source>Error during updates check</source> - <translation>检查更新时出错</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5893"/> - <source>&Cancel</source> - <translation>取消(&C)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6043"/> - <source>Update available</source> - <translation>可用更新</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6063"/> - <source>Could not perform updates check.</source> - <translation>无法完成更新检查。</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6086"/> - <source><h3>Available versions</h3><table></source> - <translation><h3>可用版本</h3><table></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6127"/> - <source>First time usage</source> - <translation>第一次使用</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1464"/> - <source>Left Sidebar</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1464"/> - <source>&Left Sidebar</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1468"/> - <source>Toggle the left sidebar window</source> + <source>SQL Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1870"/> + <source>SQL &Browser...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1875"/> + <source>Browse a SQL database</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1876"/> + <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1910"/> + <source>Icon Editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1910"/> + <source>&Icon Editor...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4295"/> + <source>Qt 3 support</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5076"/> + <source><p>The PySide documentation starting point has not been configured.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2363"/> + <source>PySide Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2363"/> + <source>Py&Side Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2367"/> + <source>Open PySide Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1173"/> + <source>{0} - Passive Mode</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1180"/> + <source>{0} - {1} - Passive Mode</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1184"/> + <source>{0} - {1} - {2} - Passive Mode</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2851"/> + <source>External Tools/{0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4474"/> + <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4202"/> + <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4269"/> + <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4320"/> + <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4362"/> + <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4430"/> + <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4485"/> + <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4506"/> + <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4585"/> + <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4594"/> + <source>No toolgroup entry '{0}' found.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4633"/> + <source>Starting process '{0} {1}'. +</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4649"/> + <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4725"/> + <source>Process '{0}' has exited. +</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5092"/> + <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5519"/> + <source><p>The tasks file <b>{0}</b> could not be written.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5548"/> + <source><p>The tasks file <b>{0}</b> could not be read.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5566"/> + <source><p>The session file <b>{0}</b> could not be written.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5597"/> + <source><p>The session file <b>{0}</b> could not be read.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5785"/> + <source><p><b>{0}</b> is not a file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5939"/> + <source>Trying host {0}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="825"/> + <source>Cooperation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1497"/> + <source>Alt+Shift+O</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="882"/> + <source>Symbols</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1532"/> + <source>Alt+Shift+Y</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="890"/> + <source>Numbers</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1550"/> + <source>Alt+Shift+B</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5385"/> + <source>Keyboard shortcut file (*.e4k)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2300"/> + <source>Python 3 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2300"/> + <source>Python &3 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2304"/> + <source>Open Python 3 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2318"/> + <source>Python 2 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2318"/> + <source>Python &2 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2322"/> + <source>Open Python 2 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2324"/> + <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5990"/> + <source>Error getting versions information</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5983"/> + <source>The versions information could not be downloaded. Please go online and try again.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5990"/> + <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="542"/> + <source>Setting View Profile...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="546"/> + <source>Reading Tasks...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="550"/> + <source>Reading Templates...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="554"/> + <source>Starting Debugger...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1224"/> + <source>New Window</source> + <translation type="unfinished">新建窗口</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1224"/> + <source>New &Window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1224"/> + <source>Ctrl+Shift+N</source> + <comment>File|New Window</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1717"/> + <source>Unittest Rerun Failed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1717"/> + <source>Rerun Failed Tests...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1722"/> + <source>Rerun failed tests of the last run</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1724"/> + <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1856"/> + <source>Compare &Files side by side...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1924"/> + <source>Snapshot</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1924"/> + <source>&Snapshot...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1929"/> + <source>Take snapshots of a screen region</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1931"/> + <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4564"/> + <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6183"/> + <source>Select Workspace Directory</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1417"/> + <source>Left Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1429"/> + <source>Right Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1283"/> + <source>Switch the input focus to the Project-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1285"/> + <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1300"/> + <source>Switch the input focus to the Multiproject-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1302"/> + <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1318"/> + <source>Switch the input focus to the Debug-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1320"/> + <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1336"/> + <source>Switch the input focus to the Shell window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1338"/> + <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1346"/> + <source>&File-Browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1352"/> + <source>Switch the input focus to the File-Browser window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1354"/> + <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1363"/> + <source>Lo&g-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1369"/> + <source>Switch the input focus to the Log-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1371"/> + <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1381"/> + <source>&Task-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1387"/> + <source>Switch the input focus to the Task-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1399"/> + <source>Templ&ate-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1405"/> + <source>Switch the input focus to the Template-Viewer window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1407"/> + <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1417"/> + <source>&Left Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1420"/> + <source>Toggle the Left Toolbox window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1421"/> + <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1429"/> + <source>&Right Toolbox</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1433"/> + <source>Toggle the Right Toolbox window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1434"/> + <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="1469"/> - <source><b>Toggle the left sidebar window</b><p>If the left sidebar window is hidden then display it. If it is displayed then close it.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1491"/> - <source>Bottom Sidebar</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1491"/> - <source>&Bottom Sidebar</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1495"/> - <source>Toggle the bottom sidebar window</source> + <source>Right Sidebar</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1469"/> + <source>&Right Sidebar</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1473"/> + <source>Toggle the right sidebar window</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1475"/> + <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1497"/> + <source>Cooperation-Viewer</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="1497"/> - <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1320"/> - <source>&Debug-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1878"/> - <source>SQL Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1878"/> - <source>SQL &Browser...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1883"/> - <source>Browse a SQL database</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1884"/> - <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1918"/> - <source>Icon Editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1918"/> - <source>&Icon Editor...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4258"/> - <source>Qt 3 support</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5039"/> - <source><p>The PySide documentation starting point has not been configured.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2371"/> - <source>PySide Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2371"/> - <source>Py&Side Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2375"/> - <source>Open PySide Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1181"/> - <source>{0} - Passive Mode</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1188"/> - <source>{0} - {1} - Passive Mode</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1192"/> - <source>{0} - {1} - {2} - Passive Mode</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2859"/> - <source>External Tools/{0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4437"/> - <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4165"/> - <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4232"/> - <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4283"/> - <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4325"/> - <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4393"/> - <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4448"/> - <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4469"/> - <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4548"/> - <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4557"/> - <source>No toolgroup entry '{0}' found.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4596"/> - <source>Starting process '{0} {1}'. -</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4612"/> - <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4688"/> - <source>Process '{0}' has exited. -</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5055"/> - <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5482"/> - <source><p>The tasks file <b>{0}</b> could not be written.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5511"/> - <source><p>The tasks file <b>{0}</b> could not be read.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5529"/> - <source><p>The session file <b>{0}</b> could not be written.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5560"/> - <source><p>The session file <b>{0}</b> could not be read.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5748"/> - <source><p><b>{0}</b> is not a file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5902"/> - <source>Trying host {0}</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="833"/> - <source>Cooperation</source> + <source>Co&operation-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1503"/> + <source>Switch the input focus to the Cooperation-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="1505"/> - <source>Alt+Shift+O</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="890"/> - <source>Symbols</source> + <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1532"/> + <source>Symbols-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1532"/> + <source>S&ymbols-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1538"/> + <source>Switch the input focus to the Symbols-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="1540"/> - <source>Alt+Shift+Y</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="898"/> - <source>Numbers</source> + <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1550"/> + <source>Numbers-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1550"/> + <source>Num&bers-Viewer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1556"/> + <source>Switch the input focus to the Numbers-Viewer window.</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="1558"/> - <source>Alt+Shift+B</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5348"/> - <source>Keyboard shortcut file (*.e4k)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2308"/> - <source>Python 3 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2308"/> - <source>Python &3 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2312"/> - <source>Open Python 3 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2326"/> - <source>Python 2 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2326"/> - <source>Python &2 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2330"/> - <source>Open Python 2 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2332"/> - <source><b>Python 2 Documentation</b><p>Display the Python 2 documentation. If no documentation directory is configured, the location of the Python 2 documentation is assumed to be the doc directory underneath the location of the configured Python 2 executable on Windows and <i>/usr/share/doc/packages/python/html/python-docs-html</i> on Unix. Set PYTHON2DOCDIR in your environment to override this. </p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5953"/> - <source>Error getting versions information</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5946"/> - <source>The versions information could not be downloaded. Please go online and try again.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5953"/> - <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="550"/> - <source>Setting View Profile...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="554"/> - <source>Reading Tasks...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="558"/> - <source>Reading Templates...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="562"/> - <source>Starting Debugger...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1232"/> - <source>New Window</source> - <translation type="unfinished">新建窗口</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1232"/> - <source>New &Window</source> + <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2475"/> + <source>&Windows</source> + <translation type="unfinished">窗口(&W)</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1389"/> + <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1515"/> + <source>IRC</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1515"/> + <source>&IRC</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1515"/> + <source>Meta+Shift+I</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1521"/> + <source>Switch the input focus to the IRC window.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1523"/> + <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1775"/> + <source>Qt-Designer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1775"/> + <source>Qt-&Designer...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1780"/> + <source>Start Qt-Designer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1781"/> + <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1801"/> + <source>Qt-Linguist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1801"/> + <source>Qt-&Linguist...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1806"/> + <source>Start Qt-Linguist</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1807"/> + <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2242"/> + <source>Qt5 Documentation</source> + <translation type="unfinished">Qt4 文档 {5 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2242"/> + <source>Qt&5 Documentation</source> + <translation type="unfinished">Qt&4 文档 {5 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2246"/> + <source>Open Qt5 Documentation</source> + <translation type="unfinished">打开 Qt4 文档 {5 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2792"/> + <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2088"/> + <source>Manage SSL Certificates</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2088"/> + <source>Manage SSL Certificates...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2093"/> + <source>Manage the saved SSL certificates</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2095"/> + <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2104"/> + <source>Edit Message Filters</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2104"/> + <source>Edit Message Filters...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2109"/> + <source>Edit the message filters used to suppress unwanted messages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2111"/> + <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2258"/> + <source>PyQt&4 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2277"/> + <source>PyQt5 Documentation</source> + <translation type="unfinished">PyQt4 文档 {5 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2277"/> + <source>PyQt&5 Documentation</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2281"/> + <source>Open PyQt5 Documentation</source> + <translation type="unfinished">打开 PyQt4 文档 {5 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="4979"/> + <source><p>The PyQt5 documentation starting point has not been configured.</p></source> + <translation type="unfinished"><p>未配置 PyQt4 文档起点。</p> {5 ?}</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2233"/> + <source><b>Qt4 Documentation</b><p>Display the Qt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2247"/> + <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2263"/> + <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2283"/> + <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2306"/> + <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2369"/> + <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5930"/> + <source>%v/%m</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1654"/> + <source>Show Error Log</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1650"/> + <source>Show Error &Log...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1655"/> + <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="5934"/> + <source>Version Check</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1230"/> + <source>Open a new eric6 instance</source> <translation type="unfinished"></translation> </message> <message> <location filename="../UI/UserInterface.py" line="1232"/> - <source>Ctrl+Shift+N</source> - <comment>File|New Window</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1725"/> - <source>Unittest Rerun Failed</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1725"/> - <source>Rerun Failed Tests...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1730"/> - <source>Rerun failed tests of the last run</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1732"/> - <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last unittest run.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1864"/> - <source>Compare &Files side by side...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1932"/> - <source>Snapshot</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1932"/> - <source>&Snapshot...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1937"/> - <source>Take snapshots of a screen region</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1939"/> - <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4527"/> - <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6146"/> - <source>Select Workspace Directory</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1425"/> - <source>Left Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1437"/> - <source>Right Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1291"/> - <source>Switch the input focus to the Project-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1293"/> - <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1308"/> - <source>Switch the input focus to the Multiproject-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1310"/> - <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1326"/> - <source>Switch the input focus to the Debug-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1328"/> - <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1344"/> - <source>Switch the input focus to the Shell window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1346"/> - <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1354"/> - <source>&File-Browser</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1360"/> - <source>Switch the input focus to the File-Browser window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1362"/> - <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1371"/> - <source>Lo&g-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1377"/> - <source>Switch the input focus to the Log-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1379"/> - <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1389"/> - <source>&Task-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1395"/> - <source>Switch the input focus to the Task-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1407"/> - <source>Templ&ate-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1413"/> - <source>Switch the input focus to the Template-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1415"/> - <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1425"/> - <source>&Left Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1428"/> - <source>Toggle the Left Toolbox window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1429"/> - <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1437"/> - <source>&Right Toolbox</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1441"/> - <source>Toggle the Right Toolbox window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1442"/> - <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1477"/> - <source>Right Sidebar</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1477"/> - <source>&Right Sidebar</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1481"/> - <source>Toggle the right sidebar window</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1483"/> - <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1505"/> - <source>Cooperation-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1505"/> - <source>Co&operation-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1511"/> - <source>Switch the input focus to the Cooperation-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1513"/> - <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1540"/> - <source>Symbols-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1540"/> - <source>S&ymbols-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1546"/> - <source>Switch the input focus to the Symbols-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1548"/> - <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1558"/> - <source>Numbers-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1558"/> - <source>Num&bers-Viewer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1564"/> - <source>Switch the input focus to the Numbers-Viewer window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1566"/> - <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2483"/> - <source>&Windows</source> - <translation type="unfinished">窗口(&W)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1397"/> - <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1523"/> - <source>IRC</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1523"/> - <source>&IRC</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1523"/> - <source>Meta+Shift+I</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1529"/> - <source>Switch the input focus to the IRC window.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1531"/> - <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1783"/> - <source>Qt-Designer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1783"/> - <source>Qt-&Designer...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1788"/> - <source>Start Qt-Designer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1789"/> - <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1809"/> - <source>Qt-Linguist</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1809"/> - <source>Qt-&Linguist...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1814"/> - <source>Start Qt-Linguist</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1815"/> - <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2250"/> - <source>Qt5 Documentation</source> - <translation type="unfinished">Qt4 文档 {5 ?}</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2250"/> - <source>Qt&5 Documentation</source> - <translation type="unfinished">Qt&4 文档 {5 ?}</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2254"/> - <source>Open Qt5 Documentation</source> - <translation type="unfinished">打开 Qt4 文档 {5 ?}</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2800"/> - <source><p>This part of the status bar allows zooming the current editor, shell or terminal.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2096"/> - <source>Manage SSL Certificates</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2096"/> - <source>Manage SSL Certificates...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2101"/> - <source>Manage the saved SSL certificates</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2103"/> - <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2112"/> - <source>Edit Message Filters</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2112"/> - <source>Edit Message Filters...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2117"/> - <source>Edit the message filters used to suppress unwanted messages</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2119"/> - <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2266"/> - <source>PyQt&4 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2285"/> - <source>PyQt5 Documentation</source> - <translation type="unfinished">PyQt4 文档 {5 ?}</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2285"/> - <source>PyQt&5 Documentation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2289"/> - <source>Open PyQt5 Documentation</source> - <translation type="unfinished">打开 PyQt4 文档 {5 ?}</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4942"/> - <source><p>The PyQt5 documentation starting point has not been configured.</p></source> - <translation type="unfinished"><p>未配置 PyQt4 文档起点。</p> {5 ?}</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2241"/> - <source><b>Qt4 Documentation</b><p>Display the Qt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2255"/> - <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2271"/> - <source><b>PyQt4 Documentation</b><p>Display the PyQt4 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2291"/> - <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2314"/> - <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2377"/> - <source><b>PySide Documentation</b><p>Display the PySide Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer, or execute a web browser or Qt Assistant. </p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5893"/> - <source>%v/%m</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1662"/> - <source>Show Error Log</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1658"/> - <source>Show Error &Log...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1663"/> - <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5897"/> - <source>Version Check</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1238"/> - <source>Open a new eric6 instance</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1240"/> <source><b>New Window</b><p>This opens a new instance of the eric6 IDE.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1602"/> + <location filename="../UI/UserInterface.py" line="1594"/> <source><b>Helpviewer</b><p>Display the eric6 web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well</p><p>If called with a word selected, this word is search in the Qt help collection.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1636"/> + <location filename="../UI/UserInterface.py" line="1628"/> <source><b>Check for Updates...</b><p>Checks the internet for updates of eric6.</p></source> <translation type="unfinished"><b>检查更新……</b><p>从互联网检查 Eric4 的更新。</p> {5.?} {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1649"/> + <location filename="../UI/UserInterface.py" line="1641"/> <source><b>Show downloadable versions...</b><p>Shows the eric6 versions available for download from the internet.</p></source> <translation type="unfinished"><b>显示可下载版本……</b><p>显示可以从互联网下载的 Eric4 版本。</p> {5 ?} {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1904"/> + <location filename="../UI/UserInterface.py" line="1896"/> <source>eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1904"/> + <location filename="../UI/UserInterface.py" line="1896"/> <source>eric6 &Web Browser...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1909"/> + <location filename="../UI/UserInterface.py" line="1901"/> <source>Start the eric6 Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1911"/> + <location filename="../UI/UserInterface.py" line="1903"/> <source><b>eric6 Web Browser</b><p>Browse the Internet with the eric6 Web Browser.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1923"/> + <location filename="../UI/UserInterface.py" line="1915"/> <source>Start the eric6 Icon Editor</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1925"/> + <location filename="../UI/UserInterface.py" line="1917"/> <source><b>Icon Editor</b><p>Starts the eric6 Icon Editor for editing simple icons.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2011"/> + <location filename="../UI/UserInterface.py" line="2003"/> <source><b>Show external tools</b><p>Opens a dialog to show the path and versions of all extenal tools used by eric6.</p></source> <translation type="unfinished"><b>显示外部工具</b><p>打开一个对话框显示 Eric4 使用的所有外部工具的路径和版本。</p> {5.?} {6.?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2356"/> + <location filename="../UI/UserInterface.py" line="2348"/> <source><b>Eric API Documentation</b><p>Display the Eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric6 installation directory.</p></source> <translation type="unfinished"><b>Eric API 文档</b><p>显示 Eric API 文档。文档位置为 Eric4 安装文件夹下的文档或源代码子文件夹。</p> {5 ?} {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4258"/> + <location filename="../UI/UserInterface.py" line="4295"/> <source>Qt v.3 is not supported by eric6.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6043"/> + <location filename="../UI/UserInterface.py" line="6080"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6056"/> + <location filename="../UI/UserInterface.py" line="6093"/> <source>Eric6 is up to date</source> <translation type="unfinished">Eric4 已是最新版本 {5 ?} {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6056"/> + <location filename="../UI/UserInterface.py" line="6093"/> <source>You are using the latest version of eric6</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6127"/> + <location filename="../UI/UserInterface.py" line="6164"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation type="unfinished">尚未配置 Eric4。将打开配置对话框。 {5 ?} {6 ?}</translation> </message> @@ -63566,59 +63586,59 @@ <context> <name>mercurial</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1436"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1442"/> <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="2106"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2120"/> <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="2116"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2130"/> <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="1456"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1462"/> <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="2098"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2112"/> <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="2101"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2115"/> <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="2121"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2135"/> <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="2139"/> + <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> +</table></p></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2125"/> - <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> -</table></p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2111"/> <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="1494"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1500"/> <source><h3>Repository information</h3> <p><table> <tr><td><b>Mercurial V.</b></td><td>{0}</td></tr> @@ -64018,17 +64038,17 @@ <context> <name>subversion</name> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1736"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1741"/> <source>unknown</source> <translation>未知</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1601"/> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1606"/> <source><h3>Repository information</h3><table><tr><td><b>Subversion V.</b></td><td>{0}</td></tr><tr><td><b>URL</b></td><td>{1}</td></tr><tr><td><b>Current revision</b></td><td>{2}</td></tr><tr><td><b>Committed revision</b></td><td>{3}</td></tr><tr><td><b>Committed date</b></td><td>{4}</td></tr><tr><td><b>Comitted time</b></td><td>{5}</td></tr><tr><td><b>Last author</b></td><td>{6}</td></tr></table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1741"/> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1746"/> <source><h3>Repository information</h3><table><tr><td><b>PySvn V.</b></td><td>{0}</td></tr><tr><td><b>Subversion V.</b></td><td>{1}</td></tr><tr><td><b>Subversion API V.</b></td><td>{2}</td></tr><tr><td><b>URL</b></td><td>{3}</td></tr><tr><td><b>Current revision</b></td><td>{4}</td></tr><tr><td><b>Committed revision</b></td><td>{5}</td></tr><tr><td><b>Committed date</b></td><td>{6}</td></tr><tr><td><b>Comitted time</b></td><td>{7}</td></tr><tr><td><b>Last author</b></td><td>{8}</td></tr></table></source> <translation type="unfinished"></translation> </message>