Sun, 12 May 2019 15:31:23 +0200
Mercurial Interface:
- extended the log browser to start with showing all incoming and the first batch of local changesets
- added capability to search and filter based on the changeset phase
--- a/docs/changelog Sat May 11 11:29:48 2019 +0200 +++ b/docs/changelog Sun May 12 15:31:23 2019 +0200 @@ -10,6 +10,11 @@ -- Ruby Typing --- changed the indentation when the previous line ends with '(', '[' or '{' +- Mercurial Interface + -- extended the log browser to start with showing all incoming and the + first batch of local changesets + -- show different icons for incoming, outgoing and normal changesets + -- added capability to search and filter based on the changeset phase - Shell -- added capability to place the Shell window in the left or right side container
--- a/eric6/APIs/Python3/eric6.api Sat May 11 11:29:48 2019 +0200 +++ b/eric6/APIs/Python3/eric6.api Sun May 12 15:31:23 2019 +0200 @@ -5956,7 +5956,7 @@ eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog.on_modeComboBox_currentIndexChanged?4(index) eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog.on_nextButton_clicked?4() eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog.on_passwordCheckBox_toggled?4(isOn) -eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog.on_refreshButton_clicked?4() +eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog.on_refreshButton_clicked?4(addNext=False) eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog.on_rxEdit_returnPressed?4() eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog.on_rxEdit_textChanged?4(txt) eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog.on_saveLabel_linkActivated?4(link) @@ -5967,7 +5967,7 @@ eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog.on_upButton_clicked?4() eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog.show?4() eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog.start?4(fn, bundle=None, isFile=False, noEntries=0) -eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog?1(vcs, mode="log", parent=None) +eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.HgLogBrowserDialog?1(vcs, mode="", parent=None) eric6.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.HgMergeDialog.getParameters?4() eric6.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.HgMergeDialog.on_bookmarkButton_toggled?4(checked) eric6.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.HgMergeDialog.on_bookmarkCombo_editTextChanged?4(txt) @@ -8097,7 +8097,7 @@ eric6.Project.Project.Project.hasProjectType?4(type_, progLanguage="") eric6.Project.Project.Project.initActions?4() eric6.Project.Project.Project.initFileTypes?4() -eric6.Project.Project.Project.initMenu?4() +eric6.Project.Project.Project.initMenus?4() eric6.Project.Project.Project.initToolbars?4(toolbarManager) eric6.Project.Project.Project.initVCS?4(vcsSystem=None, nooverride=False) eric6.Project.Project.Project.isDebugPropertiesLoaded?4() @@ -10840,6 +10840,7 @@ eric6.ViewManager.ViewManager.ViewManager.initFileMenu?4() eric6.ViewManager.ViewManager.ViewManager.initFileToolbar?4(toolbarManager) eric6.ViewManager.ViewManager.ViewManager.initMacroMenu?4() +eric6.ViewManager.ViewManager.ViewManager.initSearchMenu?4() eric6.ViewManager.ViewManager.ViewManager.initSearchToolbars?4(toolbarManager) eric6.ViewManager.ViewManager.ViewManager.initSpellingToolbar?4(toolbarManager) eric6.ViewManager.ViewManager.ViewManager.initViewMenu?4()
--- a/eric6/Documentation/Help/source.qhp Sat May 11 11:29:48 2019 +0200 +++ b/eric6/Documentation/Help/source.qhp Sun May 12 15:31:23 2019 +0200 @@ -12970,7 +12970,7 @@ <keyword name="Project.hasProjectType" id="Project.hasProjectType" ref="eric6.Project.Project.html#Project.hasProjectType" /> <keyword name="Project.initActions" id="Project.initActions" ref="eric6.Project.Project.html#Project.initActions" /> <keyword name="Project.initFileTypes" id="Project.initFileTypes" ref="eric6.Project.Project.html#Project.initFileTypes" /> - <keyword name="Project.initMenu" id="Project.initMenu" ref="eric6.Project.Project.html#Project.initMenu" /> + <keyword name="Project.initMenus" id="Project.initMenus" ref="eric6.Project.Project.html#Project.initMenus" /> <keyword name="Project.initToolbars" id="Project.initToolbars" ref="eric6.Project.Project.html#Project.initToolbars" /> <keyword name="Project.initVCS" id="Project.initVCS" ref="eric6.Project.Project.html#Project.initVCS" /> <keyword name="Project.isDebugPropertiesLoaded" id="Project.isDebugPropertiesLoaded" ref="eric6.Project.Project.html#Project.isDebugPropertiesLoaded" /> @@ -17867,6 +17867,7 @@ <keyword name="ViewManager.initFileMenu" id="ViewManager.initFileMenu" ref="eric6.ViewManager.ViewManager.html#ViewManager.initFileMenu" /> <keyword name="ViewManager.initFileToolbar" id="ViewManager.initFileToolbar" ref="eric6.ViewManager.ViewManager.html#ViewManager.initFileToolbar" /> <keyword name="ViewManager.initMacroMenu" id="ViewManager.initMacroMenu" ref="eric6.ViewManager.ViewManager.html#ViewManager.initMacroMenu" /> + <keyword name="ViewManager.initSearchMenu" id="ViewManager.initSearchMenu" ref="eric6.ViewManager.ViewManager.html#ViewManager.initSearchMenu" /> <keyword name="ViewManager.initSearchToolbars" id="ViewManager.initSearchToolbars" ref="eric6.ViewManager.ViewManager.html#ViewManager.initSearchToolbars" /> <keyword name="ViewManager.initSpellingToolbar" id="ViewManager.initSpellingToolbar" ref="eric6.ViewManager.ViewManager.html#ViewManager.initSpellingToolbar" /> <keyword name="ViewManager.initViewMenu" id="ViewManager.initViewMenu" ref="eric6.ViewManager.ViewManager.html#ViewManager.initViewMenu" />
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html Sat May 11 11:29:48 2019 +0200 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html Sun May 12 15:31:23 2019 +0200 @@ -325,19 +325,19 @@ </table> <a NAME="HgLogBrowserDialog.__init__" ID="HgLogBrowserDialog.__init__"></a> <h4>HgLogBrowserDialog (Constructor)</h4> -<b>HgLogBrowserDialog</b>(<i>vcs, mode="log", parent=None</i>) +<b>HgLogBrowserDialog</b>(<i>vcs, mode="", parent=None</i>) <p> Constructor </p><dl> -<dt><i>vcs</i></dt> +<dt><i>vcs</i> (Hg)</dt> <dd> reference to the vcs object -</dd><dt><i>mode</i></dt> +</dd><dt><i>mode</i> (str (one of log, full_log, incoming, outgoing))</dt> <dd> -mode of the dialog (string; one of log, incoming, outgoing) -</dd><dt><i>parent</i></dt> +mode of the dialog +</dd><dt><i>parent</i> (QWidget)</dt> <dd> -parent widget (QWidget) +parent widget </dd> </dl><a NAME="HgLogBrowserDialog.__actionMode" ID="HgLogBrowserDialog.__actionMode"></a> <h4>HgLogBrowserDialog.__actionMode</h4> @@ -485,41 +485,47 @@ </dd> </dl><a NAME="HgLogBrowserDialog.__generateIcon" ID="HgLogBrowserDialog.__generateIcon"></a> <h4>HgLogBrowserDialog.__generateIcon</h4> -<b>__generateIcon</b>(<i>column, color, bottomedges, topedges, dotColor, currentRev, closed</i>) +<b>__generateIcon</b>(<i>column, color, bottomedges, topedges, dotColor, currentRev, closed, isDraft</i>) <p> Private method to generate an icon containing the revision tree for the given data. </p><dl> -<dt><i>column</i></dt> +<dt><i>column</i> (int)</dt> <dd> -column index of the revision (integer) -</dd><dt><i>color</i></dt> +column index of the revision +</dd><dt><i>color</i> (int)</dt> <dd> -color of the node (integer) -</dd><dt><i>bottomedges</i></dt> +color of the node +</dd><dt><i>bottomedges</i> (list of tuples of (int, int, int))</dt> <dd> list of edges for the bottom of the node - (list of tuples of three integers) -</dd><dt><i>topedges</i></dt> +</dd><dt><i>topedges</i> (list of tuples of (int, int, int))</dt> <dd> list of edges for the top of the node - (list of tuples of three integers) -</dd><dt><i>dotColor</i></dt> +</dd><dt><i>dotColor</i> (QColor)</dt> <dd> -color to be used for the dot (QColor) -</dd><dt><i>currentRev</i></dt> +color to be used for the dot +</dd><dt><i>currentRev</i> (bool)</dt> <dd> flag indicating to draw the icon for the - current revision (boolean) -</dd><dt><i>closed</i></dt> + current revision +</dd><dt><i>closed</i> (bool)</dt> <dd> flag indicating to draw an icon for a closed - branch (boolean) + branch +</dd><dt><i>isDraft</i> (bool)</dt> +<dd> +flag indicating an entry of phase 'draft' </dd> </dl><dl> <dt>Returns:</dt> <dd> -icon for the node (QIcon) +icon for the node +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +QIcon </dd> </dl><a NAME="HgLogBrowserDialog.__generateLogItem" ID="HgLogBrowserDialog.__generateLogItem"></a> <h4>HgLogBrowserDialog.__generateLogItem</h4> @@ -1035,10 +1041,16 @@ </dd> </dl><a NAME="HgLogBrowserDialog.on_refreshButton_clicked" ID="HgLogBrowserDialog.on_refreshButton_clicked"></a> <h4>HgLogBrowserDialog.on_refreshButton_clicked</h4> -<b>on_refreshButton_clicked</b>(<i></i>) +<b>on_refreshButton_clicked</b>(<i>addNext=False</i>) <p> Private slot to refresh the log. -</p><a NAME="HgLogBrowserDialog.on_rxEdit_returnPressed" ID="HgLogBrowserDialog.on_rxEdit_returnPressed"></a> +</p><dl> +<dt><i>addNext</i> (bool)</dt> +<dd> +flag indicating to get a second batch of log entries as + well +</dd> +</dl><a NAME="HgLogBrowserDialog.on_rxEdit_returnPressed" ID="HgLogBrowserDialog.on_rxEdit_returnPressed"></a> <h4>HgLogBrowserDialog.on_rxEdit_returnPressed</h4> <b>on_rxEdit_returnPressed</b>(<i></i>) <p>
--- a/eric6/Documentation/Source/eric6.Project.Project.html Sat May 11 11:29:48 2019 +0200 +++ b/eric6/Documentation/Source/eric6.Project.Project.html Sun May 12 15:31:23 2019 +0200 @@ -635,8 +635,8 @@ <td><a href="#Project.initFileTypes">initFileTypes</a></td> <td>Public method to initialize the filetype associations with default values.</td> </tr><tr> -<td><a href="#Project.initMenu">initMenu</a></td> -<td>Public slot to initialize the project menu.</td> +<td><a href="#Project.initMenus">initMenus</a></td> +<td>Public slot to initialize the project menus.</td> </tr><tr> <td><a href="#Project.initToolbars">initToolbars</a></td> <td>Public slot to initialize the project toolbar and the basic VCS toolbar.</td> @@ -2271,15 +2271,20 @@ <p> Public method to initialize the filetype associations with default values. -</p><a NAME="Project.initMenu" ID="Project.initMenu"></a> -<h4>Project.initMenu</h4> -<b>initMenu</b>(<i></i>) +</p><a NAME="Project.initMenus" ID="Project.initMenus"></a> +<h4>Project.initMenus</h4> +<b>initMenus</b>(<i></i>) <p> - Public slot to initialize the project menu. + Public slot to initialize the project menus. </p><dl> <dt>Returns:</dt> <dd> -the menu generated (QMenu) +tuple of generated menus +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +tuple of (QMenu, QMenu) </dd> </dl><a NAME="Project.initToolbars" ID="Project.initToolbars"></a> <h4>Project.initToolbars</h4>
--- a/eric6/Documentation/Source/eric6.ViewManager.ViewManager.html Sat May 11 11:29:48 2019 +0200 +++ b/eric6/Documentation/Source/eric6.ViewManager.ViewManager.html Sun May 12 15:31:23 2019 +0200 @@ -696,7 +696,7 @@ <td>Public method used to split the current view.</td> </tr><tr> <td><a href="#ViewManager.addToExtrasMenu">addToExtrasMenu</a></td> -<td>Public method to add some actions to the extras menu.</td> +<td>Public method to add some actions to the Extras menu.</td> </tr><tr> <td><a href="#ViewManager.addToRecentList">addToRecentList</a></td> <td>Public slot to add a filename to the list of recently opened files.</td> @@ -833,6 +833,9 @@ <td><a href="#ViewManager.initMacroMenu">initMacroMenu</a></td> <td>Public method to create the Macro menu.</td> </tr><tr> +<td><a href="#ViewManager.initSearchMenu">initSearchMenu</a></td> +<td>Public method to create the Search menu.</td> +</tr><tr> <td><a href="#ViewManager.initSearchToolbars">initSearchToolbars</a></td> <td>Public method to create the Search toolbars.</td> </tr><tr> @@ -2181,7 +2184,7 @@ <h4>ViewManager.addToExtrasMenu</h4> <b>addToExtrasMenu</b>(<i>menu</i>) <p> - Public method to add some actions to the extras menu. + Public method to add some actions to the Extras menu. </p><dl> <dt><i>menu</i></dt> <dd> @@ -2778,6 +2781,21 @@ <dd> the generated menu </dd> +</dl><a NAME="ViewManager.initSearchMenu" ID="ViewManager.initSearchMenu"></a> +<h4>ViewManager.initSearchMenu</h4> +<b>initSearchMenu</b>(<i></i>) +<p> + Public method to create the Search menu. +</p><dl> +<dt>Returns:</dt> +<dd> +the generated menu +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +QMenu +</dd> </dl><a NAME="ViewManager.initSearchToolbars" ID="ViewManager.initSearchToolbars"></a> <h4>ViewManager.initSearchToolbars</h4> <b>initSearchToolbars</b>(<i>toolbarManager</i>)
--- a/eric6/Plugins/PluginVcsMercurial.py Sat May 11 11:29:48 2019 +0200 +++ b/eric6/Plugins/PluginVcsMercurial.py Sun May 12 15:31:23 2019 +0200 @@ -175,6 +175,7 @@ "EncodingMode": "strict", "ConsiderHidden": False, "LogMessageColumnWidth": 30, + "LogBrowserShowFullLog": True, "LogBrowserGeometry": QByteArray(), "LogBrowserSplitterStates": [QByteArray(), QByteArray(), QByteArray()], @@ -266,7 +267,8 @@ @return the requested setting """ if key in ["StopLogOnCopy", "PullUpdate", "PreferUnbundle", - "CreateBackup", "InternalMerge", "ConsiderHidden"]: + "CreateBackup", "InternalMerge", "ConsiderHidden", + "LogBrowserShowFullLog"]: return Preferences.toBool(Preferences.Prefs.settings.value( "Mercurial/" + key, cls.MercurialDefaults[key])) elif key in ["LogLimit", "CommitMessages", "CommitAuthorsLimit",
--- a/eric6/Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.py Sat May 11 11:29:48 2019 +0200 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.py Sun May 12 15:31:23 2019 +0200 @@ -52,6 +52,8 @@ self.__plugin.getPreferences("LogLimit")) self.logWidthSpinBox.setValue( self.__plugin.getPreferences("LogMessageColumnWidth")) + self.startFullLogCheckBox.setChecked( + self.__plugin.getPreferences("LogBrowserShowFullLog")) # commit self.commitSpinBox.setValue( self.__plugin.getPreferences("CommitMessages")) @@ -88,6 +90,8 @@ "LogLimit", self.logSpinBox.value()) self.__plugin.setPreferences( "LogMessageColumnWidth", self.logWidthSpinBox.value()) + self.__plugin.setPreferences( + "LogBrowserShowFullLog", self.startFullLogCheckBox.isChecked()) # commit self.__plugin.setPreferences( "CommitMessages", self.commitSpinBox.value())
--- a/eric6/Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui Sat May 11 11:29:48 2019 +0200 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui Sun May 12 15:31:23 2019 +0200 @@ -93,6 +93,19 @@ <string>Log</string> </property> <layout class="QGridLayout" name="gridLayout_3"> + <item row="1" column="1"> + <widget class="QSpinBox" name="logWidthSpinBox"> + <property name="toolTip"> + <string>Enter the number of characters of the commit message to be shown in the list</string> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + <property name="minimum"> + <number>10</number> + </property> + </widget> + </item> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> @@ -113,6 +126,13 @@ </property> </widget> </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_7"> + <property name="text"> + <string>No. of message characters shown in list:</string> + </property> + </widget> + </item> <item row="0" column="2"> <spacer> <property name="orientation"> @@ -126,23 +146,13 @@ </property> </spacer> </item> - <item row="1" column="0"> - <widget class="QLabel" name="label_7"> - <property name="text"> - <string>No. of message characters shown in list:</string> + <item row="2" column="0" colspan="3"> + <widget class="QCheckBox" name="startFullLogCheckBox"> + <property name="toolTip"> + <string>Select to show all incoming and the first batch of local changesets</string> </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="QSpinBox" name="logWidthSpinBox"> - <property name="toolTip"> - <string>Enter the number of characters of the commit message to be shown in the list</string> - </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - <property name="minimum"> - <number>10</number> + <property name="text"> + <string>Start showing incoming and local changesets</string> </property> </widget> </item> @@ -359,6 +369,7 @@ <tabstop>hiddenChangesetsCheckBox</tabstop> <tabstop>logSpinBox</tabstop> <tabstop>logWidthSpinBox</tabstop> + <tabstop>startFullLogCheckBox</tabstop> <tabstop>commitSpinBox</tabstop> <tabstop>commitAuthorsSpinBox</tabstop> <tabstop>pullUpdateCheckBox</tabstop>
--- a/eric6/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Sat May 11 11:29:48 2019 +0200 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Sun May 12 15:31:23 2019 +0200 @@ -63,13 +63,16 @@ ClosedIndicator = " \u2612" - def __init__(self, vcs, mode="log", parent=None): + def __init__(self, vcs, mode="", parent=None): """ Constructor @param vcs reference to the vcs object - @param mode mode of the dialog (string; one of log, incoming, outgoing) - @param parent parent widget (QWidget) + @type Hg + @param mode mode of the dialog + @type str (one of log, full_log, incoming, outgoing) + @param parent parent widget + @type QWidget """ super(HgLogBrowserDialog, self).__init__(parent) self.setupUi(self) @@ -84,12 +87,20 @@ self.diffSplitter.setStretchFactor(0, 1) self.diffSplitter.setStretchFactor(1, 2) + if not mode: + if vcs.getPlugin().getPreferences("LogBrowserShowFullLog"): + mode = "full_log" + else: + mode = "log" + if mode == "log": self.setWindowTitle(self.tr("Mercurial Log")) elif mode == "incoming": self.setWindowTitle(self.tr("Mercurial Log (Incoming)")) elif mode == "outgoing": self.setWindowTitle(self.tr("Mercurial Log (Outgoing)")) + elif mode == "full_log": + self.setWindowTitle(self.tr("Mercurial Full Log")) self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False) self.buttonBox.button(QDialogButtonBox.Cancel).setDefault(True) @@ -117,6 +128,7 @@ self.fieldCombo.addItem(self.tr("Author"), "author") self.fieldCombo.addItem(self.tr("Message"), "message") self.fieldCombo.addItem(self.tr("File"), "file") + self.fieldCombo.addItem(self.tr("Phase"), "phase") font = Preferences.getEditorOtherFonts("MonospacedFont") self.diffEdit.setFontFamily(font.family()) @@ -127,8 +139,11 @@ self.__diffGenerator.finished.connect(self.__generatorFinished) self.vcs = vcs - if mode in ("log", "incoming", "outgoing"): - self.commandMode = mode + if mode in ("log", "incoming", "outgoing", "full_log"): + if mode == "full_log": + self.commandMode = "incoming" + else: + self.commandMode = mode self.initialCommandMode = mode else: self.commandMode = "log" @@ -181,6 +196,7 @@ self.__edgesRole = Qt.UserRole + 2 self.__parentsRole = Qt.UserRole + 3 self.__latestTagRole = Qt.UserRole + 4 + self.__incomingRole = Qt.UserRole + 5 # roles used in the file tree self.__diffFileLineRole = Qt.UserRole @@ -224,6 +240,8 @@ self.__initActionsMenu() self.__finishCallbacks = [] + if self.initialCommandMode == "full_log": + self.__addFinishCallback(self.on_nextButton_clicked) def __addFinishCallback(self, callback): """ @@ -499,7 +517,10 @@ self.logTree.clear() - self.commandMode = self.initialCommandMode + if self.initialCommandMode == "full_log": + self.commandMode = "incoming" + else: + self.commandMode = self.initialCommandMode def __resizeColumnsLog(self): """ @@ -595,23 +616,31 @@ return col, color, edges def __generateIcon(self, column, color, bottomedges, topedges, dotColor, - currentRev, closed): + currentRev, closed, isDraft): """ Private method to generate an icon containing the revision tree for the given data. - @param column column index of the revision (integer) - @param color color of the node (integer) + @param column column index of the revision + @type int + @param color color of the node + @type int @param bottomedges list of edges for the bottom of the node - (list of tuples of three integers) + @type list of tuples of (int, int, int) @param topedges list of edges for the top of the node - (list of tuples of three integers) - @param dotColor color to be used for the dot (QColor) + @type list of tuples of (int, int, int) + @param dotColor color to be used for the dot + @type QColor @param currentRev flag indicating to draw the icon for the - current revision (boolean) + current revision + @type bool @param closed flag indicating to draw an icon for a closed - branch (boolean) - @return icon for the node (QIcon) + branch + @type bool + @param isDraft flag indicating an entry of phase 'draft' + @type bool + @return icon for the node + @rtype QIcon """ def col2x(col, radius): """ @@ -678,21 +707,30 @@ elif self.commandMode in ("incoming", "outgoing"): offset = radius // 2 if self.commandMode == "incoming": - # incoming, draw a down arrow + # incoming: draw a down arrow painter.drawConvexPolygon( QPoint(dot_x, dot_y), QPoint(dot_x + 2 * offset, dot_y), QPoint(dot_x + offset, dot_y + 2 * offset) ) else: - # outgoing, draw an up arrow + # outgoing: draw an up arrow painter.drawConvexPolygon( QPoint(dot_x + offset, dot_y), QPoint(dot_x, dot_y + 2 * offset), QPoint(dot_x + 2 * offset, dot_y + 2 * offset) ) else: - painter.drawEllipse(dot_x, dot_y, radius, radius) + if isDraft: + # 'draft' phase: draw an up arrow like outgoing + offset = radius // 2 + painter.drawConvexPolygon( + QPoint(dot_x + offset, dot_y), + QPoint(dot_x, dot_y + 2 * offset), + QPoint(dot_x + 2 * offset, dot_y + 2 * offset) + ) + else: + painter.drawEllipse(dot_x, dot_y, radius, radius) painter.end() return QIcon(pix) @@ -970,6 +1008,7 @@ itm.setData(0, self.__parentsRole, parents) for parent in parents: self.__childrenInfo[parent].append(int(rev)) + itm.setData(0, self.__incomingRole, self.commandMode == "incoming") if self.logTree.topLevelItemCount() > 1: topedges = \ @@ -982,7 +1021,8 @@ icon = self.__generateIcon(column, color, edges, topedges, QColor(self.__branchColor(branches[0])), rev == self.__projectRevision, - rev in self.__closedBranchesRevs) + rev in self.__closedBranchesRevs, + phase == "draft") itm.setIcon(0, icon) try: @@ -1064,7 +1104,12 @@ else: err = "" if err: - self.__showError(err) + if self.commandMode == "incoming" and \ + self.initialCommandMode == "full_log": + # ignore the error + self.commandMode = "log" + else: + self.__showError(err) elif self.commandMode != "incoming" or \ (self.vcs.bundleFile and os.path.exists(self.vcs.bundleFile)) or \ @@ -1074,6 +1119,10 @@ if err: self.__showError(err) self.__processBuffer() + elif self.commandMode == "incoming" and \ + self.initialCommandMode == "full_log": + # no incoming changesets, just switch to log mode + self.commandMode = "log" self.__finish() else: self.process.kill() @@ -1120,9 +1169,18 @@ self.__bundle = bundle self.__isFile = isFile + if self.initialCommandMode == "full_log": + if isFile: + self.commandMode = "log" + self.__finishCallbacks = [] + else: + self.commandMode = "incoming" + self.__addFinishCallback(self.on_nextButton_clicked) + self.sbsSelectLabel.clear() self.errorGroup.hide() + self.errors.clear() QApplication.processEvents() self.__initData() @@ -1311,17 +1369,20 @@ self.__resizeColumnsLog() if self.__started: - if self.__selectedRevisions: - foundItems = self.logTree.findItems( - self.__selectedRevisions[0], Qt.MatchExactly, - self.RevisionColumn) - if foundItems: - self.logTree.setCurrentItem(foundItems[0]) + if not self.__finishCallbacks: + # we are really done + if self.__selectedRevisions: + foundItems = self.logTree.findItems( + self.__selectedRevisions[0], Qt.MatchExactly, + self.RevisionColumn) + if foundItems: + self.logTree.setCurrentItem(foundItems[0]) + else: + self.logTree.setCurrentItem( + self.logTree.topLevelItem(0)) else: self.logTree.setCurrentItem(self.logTree.topLevelItem(0)) - else: - self.logTree.setCurrentItem(self.logTree.topLevelItem(0)) - self.__started = False + self.__started = False if self.commandMode in ("incoming", "outgoing"): self.commandMode = "log" # switch to log mode @@ -1356,8 +1417,9 @@ self.__filterLogs() self.__updateToolMenuActions() - # restore current item - if self.__selectedRevisions: + # restore selected item + if self.__selectedRevisions and not self.__finishCallbacks: + # we are really done for revision in self.__selectedRevisions: items = self.logTree.findItems( revision, Qt.MatchExactly, self.RevisionColumn) @@ -1460,13 +1522,15 @@ Private slot to update the status of the tool menu actions and the tool menu button. """ - if self.initialCommandMode == "log" and self.projectMode: + if self.initialCommandMode in ("log", "full_log") and self.projectMode: # do the phase action # step 1: count entries with changeable phases secret = 0 draft = 0 public = 0 - for itm in self.logTree.selectedItems(): + for itm in [item for item in self.logTree.selectedItems() + if not item.data(0, self.__incomingRole)]: + # count phase for local items only phase = itm.text(self.PhaseColumn) if phase == self.phases["draft"]: draft += 1 @@ -1487,7 +1551,9 @@ # step 1: count selected entries not belonging to the # current branch otherBranches = 0 - for itm in self.logTree.selectedItems(): + for itm in [item for item in self.logTree.selectedItems() + if not item.data(0, self.__incomingRole)]: + # for local items only branch = itm.text(self.BranchColumn) if branch != self.__projectBranch: otherBranches += 1 @@ -1495,15 +1561,27 @@ # step 2: set the status of the graft action self.__graftAct.setEnabled(otherBranches > 0) - selectedItemsCount = len(self.logTree.selectedItems()) + selectedItemsCount = len([ + itm for itm in self.logTree.selectedItems() + if not itm.data(0, self.__incomingRole) + ]) + selectedIncomingItemsCount = len([ + itm for itm in self.logTree.selectedItems() + if itm.data(0, self.__incomingRole) + ]) + self.__mergeAct.setEnabled(selectedItemsCount == 1) self.__tagAct.setEnabled(selectedItemsCount == 1) self.__switchAct.setEnabled(selectedItemsCount == 1) self.__bookmarkAct.setEnabled(selectedItemsCount == 1) self.__bookmarkMoveAct.setEnabled(selectedItemsCount == 1) - self.__pullAct.setText(self.tr("Pull Changes")) - self.__fetchAct.setText(self.tr("Fetch Changes")) + if selectedIncomingItemsCount > 0: + self.__pullAct.setText(self.tr("Pull Selected Changes")) + self.__fetchAct.setText(self.tr("Fetch Selected Changes")) + else: + self.__pullAct.setText(self.tr("Pull Changes")) + self.__fetchAct.setText(self.tr("Fetch Changes")) if self.vcs.canPull(): self.__pullAct.setEnabled(True) self.__lfPullAct.setEnabled( @@ -1519,6 +1597,8 @@ if self.vcs.canPush(): self.__pushAct.setEnabled( selectedItemsCount == 1 and + not self.logTree.selectedItems()[0].data( + 0, self.__incomingRole) and self.logTree.selectedItems()[0].text(self.PhaseColumn) == self.phases["draft"]) self.__pushAllAct.setEnabled(True) @@ -1530,7 +1610,20 @@ self.vcs.isExtensionActive("strip") and selectedItemsCount == 1) - self.__bundleAct.setEnabled(self.logTree.topLevelItemCount() > 0) + # count incoming items for 'full_log' + if self.initialCommandMode == "full_log": + # incoming items are at the top + incomingCount = 0 + for row in range(self.logTree.topLevelItemCount()): + if self.logTree.topLevelItem(row).data( + 0, self.__incomingRole): + incomingCount += 1 + else: + break + localCount = self.logTree.topLevelItemCount() - incomingCount + else: + localCount = self.logTree.topLevelItemCount() + self.__bundleAct.setEnabled(localCount > 0) self.__unbundleAct.setEnabled(False) self.__gpgSignAct.setEnabled( @@ -1553,20 +1646,17 @@ self.__pullAct.setText(self.tr("Pull Selected Changes")) self.__fetchAct.setText(self.tr("Fetch Selected Changes")) if self.vcs.canPull() and not bool(self.__bundle): - # step 1: determine number of selected draft changesets - # i.e. those that can be pulled - selectedDraftItemsCount = 0 - for itm in self.logTree.selectedItems(): - phase = itm.text(self.PhaseColumn) - if phase == self.phases["draft"]: - selectedDraftItemsCount += 1 - self.__pullAct.setEnabled(selectedDraftItemsCount > 0) + selectedIncomingItemsCount = len([ + itm for itm in self.logTree.selectedItems() + if itm.data(0, self.__incomingRole) + ]) + self.__pullAct.setEnabled(selectedIncomingItemsCount > 0) self.__lfPullAct.setEnabled( self.vcs.isExtensionActive("largefiles") and selectedItemsCount > 0) self.__fetchAct.setEnabled( self.vcs.isExtensionActive("fetch") and - selectedDraftItemsCount > 0) + selectedIncomingItemsCount > 0) else: self.__pullAct.setEnabled(False) self.__lfPullAct.setEnabled(False) @@ -1789,8 +1879,11 @@ """ Private slot to handle the Next button. """ - if self.__lastRev > 0 and self.nextButton.isEnabled(): - self.__getLogEntries(startRev=self.__lastRev - 1) + if self.nextButton.isEnabled(): + if self.__lastRev > 0: + self.__getLogEntries(startRev=self.__lastRev - 1) + else: + self.__getLogEntries() @pyqtSlot(QDate) def on_fromDate_dateChanged(self, date): @@ -1921,6 +2014,9 @@ fieldIndex = self.__changesRole searchRx = QRegExp(self.rxEdit.text(), Qt.CaseInsensitive) indexIsRole = True + elif txt == "phase": + fieldIndex = self.PhaseColumn + searchRx = QRegExp(self.rxEdit.text(), Qt.CaseInsensitive) else: fieldIndex = self.__messageRole searchRx = QRegExp(self.rxEdit.text(), Qt.CaseInsensitive) @@ -1941,9 +2037,13 @@ self.limitSpinBox.setEnabled(True) @pyqtSlot() - def on_refreshButton_clicked(self): + def on_refreshButton_clicked(self, addNext=False): """ Private slot to refresh the log. + + @param addNext flag indicating to get a second batch of log entries as + well + @type bool """ self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False) self.buttonBox.button(QDialogButtonBox.Cancel).setEnabled(True) @@ -1959,12 +2059,18 @@ if self.initialCommandMode in ("incoming", "outgoing"): self.nextButton.setEnabled(False) self.limitSpinBox.setEnabled(False) + if addNext: + self.__addFinishCallback(self.on_nextButton_clicked) else: self.nextButton.setEnabled(True) self.limitSpinBox.setEnabled(True) - self.commandMode = self.initialCommandMode - self.start(self.__filename, isFile=self.__isFile, + if self.initialCommandMode == "full_log": + self.commandMode = "incoming" + self.__addFinishCallback(self.on_nextButton_clicked) + else: + self.commandMode = self.initialCommandMode + self.start(self.__filename, bundle=self.__bundle, isFile=self.__isFile, noEntries=self.logTree.topLevelItemCount()) def on_passwordCheckBox_toggled(self, isOn): @@ -2022,27 +2128,29 @@ """ Private slot to handle the Change Phase action. """ - currentPhase = self.logTree.selectedItems()[0].text(self.PhaseColumn) - revs = [] - for itm in self.logTree.selectedItems(): - if itm.text(self.PhaseColumn) == currentPhase: - revs.append( - itm.text(self.RevisionColumn).split(":")[0].strip()) - - if not revs: - self.__phaseAct.setEnabled(False) - return - - if currentPhase == self.phases["draft"]: - newPhase = self.phases["secret"] - data = (revs, "s", True) - else: - newPhase = self.phases["draft"] - data = (revs, "d", False) - res = self.vcs.hgPhase(self.repodir, data) - if res: + itm = self.logTree.selectedItems()[0] + if not itm.data(0, self.__incomingRole): + currentPhase = itm.text(self.PhaseColumn) + revs = [] for itm in self.logTree.selectedItems(): - itm.setText(self.PhaseColumn, newPhase) + if itm.text(self.PhaseColumn) == currentPhase: + revs.append( + itm.text(self.RevisionColumn).split(":")[0].strip()) + + if not revs: + self.__phaseAct.setEnabled(False) + return + + if currentPhase == self.phases["draft"]: + newPhase = self.phases["secret"] + data = (revs, "s", True) + else: + newPhase = self.phases["draft"] + data = (revs, "d", False) + res = self.vcs.hgPhase(self.repodir, data) + if res: + for itm in self.logTree.selectedItems(): + itm.setText(self.PhaseColumn, newPhase) @pyqtSlot() def __graftActTriggered(self): @@ -2051,7 +2159,8 @@ """ revs = [] - for itm in self.logTree.selectedItems(): + for itm in [item for item in self.logTree.selectedItems() + if not item.data(0, self.__incomingRole)]: branch = itm.text(self.BranchColumn) if branch != self.__projectBranch: revs.append( @@ -2077,7 +2186,8 @@ """ Private slot to tag the selected revision. """ - if len(self.logTree.selectedItems()) == 1: + if len([itm for itm in self.logTree.selectedItems() + if not itm.data(0, self.__incomingRole)]) == 1: itm = self.logTree.selectedItems()[0] rev = itm.text(self.RevisionColumn).strip().split(":", 1)[0] tag = itm.text(self.TagsColumn).strip().split(", ", 1)[0] @@ -2091,7 +2201,8 @@ Private slot to switch the working directory to the selected revision. """ - if len(self.logTree.selectedItems()) == 1: + if len([itm for itm in self.logTree.selectedItems() + if not itm.data(0, self.__incomingRole)]) == 1: itm = self.logTree.selectedItems()[0] rev = itm.text(self.RevisionColumn).strip().split(":", 1)[0] bookmarks = [bm.strip() for bm in @@ -2129,7 +2240,8 @@ """ Private slot to bookmark the selected revision. """ - if len(self.logTree.selectedItems()) == 1: + if len([itm for itm in self.logTree.selectedItems() + if not itm.data(0, self.__incomingRole)]) == 1: itm = self.logTree.selectedItems()[0] rev, changeset = \ itm.text(self.RevisionColumn).strip().split(":", 1) @@ -2150,7 +2262,8 @@ """ Private slot to move a bookmark to the selected revision. """ - if len(self.logTree.selectedItems()) == 1: + if len([itm for itm in self.logTree.selectedItems() + if not itm.data(0, self.__incomingRole)]) == 1: itm = self.logTree.selectedItems()[0] rev, changeset = \ itm.text(self.RevisionColumn).strip().split(":", 1) @@ -2174,7 +2287,8 @@ Private slot to pull large files of selected revisions. """ revs = [] - for itm in self.logTree.selectedItems(): + for itm in [item for item in self.logTree.selectedItems() + if not item.data(0, self.__incomingRole)]: rev = itm.text(self.RevisionColumn).strip().split(":", 1)[0] if rev: revs.append(rev) @@ -2190,22 +2304,20 @@ """ shouldReopen = False refresh = False + addNext = False - if self.initialCommandMode == "log": - shouldReopen = self.vcs.getExtensionObject("fetch").hgFetch( - self.repodir) - refresh = True - elif self.initialCommandMode == "incoming": + if self.initialCommandMode in ("log", "full_log", "incoming"): revs = [] - for itm in self.logTree.selectedItems(): + for itm in [item for item in self.logTree.selectedItems() + if item.data(0, self.__incomingRole)]: rev = itm.text(self.RevisionColumn).split(":")[1].strip() - phase = itm.text(self.PhaseColumn).strip() - if rev and phase == self.phases["draft"]: + if rev: revs.append(rev) - if revs: - shouldReopen = self.vcs.getExtensionObject("fetch").hgFetch( - self.repodir, ) - refresh = True + shouldReopen = self.vcs.getExtensionObject("fetch").hgFetch( + self.repodir, revisions=revs) + refresh = True + if self.initialCommandMode == "incoming": + addNext = True if shouldReopen: res = E5MessageBox.yesNo( None, @@ -2218,7 +2330,7 @@ return if refresh: - self.on_refreshButton_clicked() + self.on_refreshButton_clicked(addNext=addNext) @pyqtSlot() def __pullActTriggered(self): @@ -2227,20 +2339,19 @@ """ shouldReopen = False refresh = False + addNext = False - if self.initialCommandMode == "log": - shouldReopen = self.vcs.hgPull(self.repodir) - refresh = True - elif self.initialCommandMode == "incoming": + if self.initialCommandMode in ("log", "full_log", "incoming"): revs = [] - for itm in self.logTree.selectedItems(): + for itm in [item for item in self.logTree.selectedItems() + if item.data(0, self.__incomingRole)]: rev = itm.text(self.RevisionColumn).split(":")[1].strip() - phase = itm.text(self.PhaseColumn).strip() - if rev and phase == self.phases["draft"]: + if rev: revs.append(rev) - if revs: - shouldReopen = self.vcs.hgPull(self.repodir, revisions=revs) - refresh = True + shouldReopen = self.vcs.hgPull(self.repodir, revisions=revs) + refresh = True + if self.initialCommandMode == "incoming": + addNext = True if shouldReopen: res = E5MessageBox.yesNo( @@ -2254,7 +2365,7 @@ return if refresh: - self.on_refreshButton_clicked() + self.on_refreshButton_clicked(addNext=addNext) @pyqtSlot() def __pushActTriggered(self): @@ -2263,10 +2374,12 @@ changeset. """ itm = self.logTree.selectedItems()[0] - rev = itm.text(self.RevisionColumn).strip().split(":", 1)[0] - if rev: - self.vcs.hgPush(self.repodir, rev=rev) - self.on_refreshButton_clicked() + if not itm.data(0, self.__incomingRole): + rev = itm.text(self.RevisionColumn).strip().split(":", 1)[0] + if rev: + self.vcs.hgPush(self.repodir, rev=rev) + self.on_refreshButton_clicked( + addNext=self.initialCommandMode == "outgoing") @pyqtSlot() def __pushAllActTriggered(self): @@ -2282,20 +2395,21 @@ Private slot to strip changesets from the repository. """ itm = self.logTree.selectedItems()[0] - rev = itm.text(self.RevisionColumn).strip().split(":", 1)[1] - shouldReopen = self.vcs.getExtensionObject("strip").hgStrip( - self.repodir, rev=rev) - if shouldReopen: - res = E5MessageBox.yesNo( - None, - self.tr("Strip Changesets"), - self.tr( - """The project should be reread. Do this now?"""), - yesDefault=True) - if res: - e5App().getObject("Project").reopenProject() - return - + if not itm.data(0, self.__incomingRole): + rev = itm.text(self.RevisionColumn).strip().split(":", 1)[1] + shouldReopen = self.vcs.getExtensionObject("strip").hgStrip( + self.repodir, rev=rev) + if shouldReopen: + res = E5MessageBox.yesNo( + None, + self.tr("Strip Changesets"), + self.tr( + """The project should be reread. Do this now?"""), + yesDefault=True) + if res: + e5App().getObject("Project").reopenProject() + return + self.on_refreshButton_clicked() @pyqtSlot() @@ -2305,17 +2419,19 @@ changeset. """ itm = self.logTree.selectedItems()[0] - rev = "rev({0})".format( - itm.text(self.RevisionColumn).strip().split(":", 1)[0]) - self.vcs.vcsMerge(self.repodir, rev=rev) + if not itm.data(0, self.__incomingRole): + rev = "rev({0})".format( + itm.text(self.RevisionColumn).strip().split(":", 1)[0]) + self.vcs.vcsMerge(self.repodir, rev=rev) @pyqtSlot() def __bundleActTriggered(self): """ Private slot to create a changegroup file. """ - if self.initialCommandMode == "log": - selectedItems = self.logTree.selectedItems() + if self.initialCommandMode in ("log", "full_log"): + selectedItems = [itm for itm in self.logTree.selectedItems() + if not itm.data(0, self.__incomingRole)] if len(selectedItems) == 0: # all revisions of the local repository will be bundled bundleData = { @@ -2394,7 +2510,8 @@ Private slot to sign the selected revisions. """ revs = [] - for itm in self.logTree.selectedItems(): + for itm in [item for item in self.logTree.selectedItems() + if not item.data(0, self.__incomingRole)]: rev = itm.text(self.RevisionColumn).split(":", 1)[0].strip() if rev: revs.append(rev) @@ -2408,11 +2525,12 @@ """ Private slot to verify the signatures of a selected revisions. """ - rev = self.logTree.selectedItems()[0].text(self.RevisionColumn)\ - .split(":", 1)[0].strip() - if rev: - self.vcs.getExtensionObject("gpg").hgGpgVerifySignatures( - self.repodir, rev=rev) + itm = self.logTree.selectedItems()[0] + if not itm.data(0, self.__incomingRole): + rev = itm.text(self.RevisionColumn).split(":", 1)[0].strip() + if rev: + self.vcs.getExtensionObject("gpg").hgGpgVerifySignatures( + self.repodir, rev=rev) def __selectAllActTriggered(self, select=True): """
--- a/eric6/i18n/eric6_cs.ts Sat May 11 11:29:48 2019 +0200 +++ b/eric6/i18n/eric6_cs.ts Sun May 12 15:31:23 2019 +0200 @@ -33583,7 +33583,7 @@ <context> <name>HgLogBrowserDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="88"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="97"/> <source>Mercurial Log</source> <translation></translation> </message> @@ -33613,17 +33613,17 @@ <translation>Vybrat pole pro filtrování</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="116"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="127"/> <source>Revision</source> <translation>Revize</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="117"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="128"/> <source>Author</source> <translation>Autor</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="118"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="129"/> <source>Message</source> <translation>Zpráva</translation> </message> @@ -33733,42 +33733,42 @@ <translation></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="197"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="213"/> <source>Added</source> <translation>Přidáno</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="198"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="214"/> <source>Deleted</source> <translation>Smazáno</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="199"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="215"/> <source>Modified</source> <translation>Změněno</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1100"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1145"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1100"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1145"/> <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/HgLogBrowserDialog.py" line="872"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="910"/> <source>The hg process did not finish within 30s.</source> <translation>Hg proces neskončil do 30s.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="875"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="913"/> <source>Could not start the hg executable.</source> <translation>Nelze spustit hg program.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="878"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="916"/> <source>Mercurial Error</source> <translation>Mercurial chyba</translation> </message> @@ -33788,63 +33788,63 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="172"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="187"/> <source>All</source> <translation type="unfinished">Vše</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="90"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="99"/> <source>Mercurial Log (Incoming)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="92"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="101"/> <source>Mercurial Log (Outgoing)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="214"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="230"/> <source>Bookmarks</source> <translation type="unfinished">Záložky</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="105"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="116"/> <source>Press to refresh the list of changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="103"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="114"/> <source>&Refresh</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="223"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="131"/> <source>Phase</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="266"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="284"/> <source>Change the phase of the selected revisions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="268"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="286"/> <source><b>Change Phase</b> <p>This changes the phase of the selected revisions. The selected revisions have to have the same current phase.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="264"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="282"/> <source>Change Phase</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2063"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2164"/> <source>Copy Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2379"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2487"/> <source>The project should be reread. Do this now?</source> <translation type="unfinished">Projekt bude znovu načten. Má se provést?</translation> </message> @@ -33854,42 +33854,42 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="255"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="273"/> <source>Copy the selected changesets to the current branch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="273"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="291"/> <source>Tag</source> <translation type="unfinished">Tag</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="276"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="294"/> <source>Tag the selected revision</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2115"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2218"/> <source>Switch</source> <translation type="unfinished">Přepnout</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="281"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="299"/> <source>Switch the working directory to the selected revision</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="304"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="322"/> <source>Pull Large Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="306"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="324"/> <source>Pull large files for selected revisions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1193"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1247"/> <source>{0} (large file)</source> <translation type="unfinished"></translation> </message> @@ -33914,147 +33914,147 @@ <translation type="unfinished">Stisknout pro vyhledání následujícího výskytu</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="124"/> <source>Find</source> <translation type="unfinished">Hledat</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="114"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="125"/> <source>Filter</source> <translation type="unfinished">Filtr</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="169"/> <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/HgLogBrowserDialog.py" line="160"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="175"/> <source><tr><td><b>Bookmarks</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2519"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2629"/> <source>Find Commit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2519"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2629"/> <source>'{0}' was not found.</source> <translation type="unfinished">'{0}' nebyl nalezen.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="130"/> <source>File</source> <translation type="unfinished">Soubor</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="203"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="219"/> <source>Draft</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="204"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="220"/> <source>Public</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="205"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="221"/> <source>Secret</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2246"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2349"/> <source>Pull Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="302"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="320"/> <source>Pull changes from a remote repository</source> <translation type="unfinished">Stáhnout změny (pull) ze vzdáleného repozitáře</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="315"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="333"/> <source>Push Selected Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="318"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="336"/> <source>Push changes of the selected changeset and its ancestors to a remote repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="321"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="339"/> <source>Push All Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="324"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="342"/> <source>Push all changes to a remote repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2210"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2314"/> <source>Fetch Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2289"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2395"/> <source>Strip Changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="310"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="328"/> <source>Fetch changes from a remote repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="367"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="385"/> <source>Strip changesets from a repository</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="286"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="304"/> <source>Define Bookmark...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="289"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="307"/> <source>Bookmark the selected revision</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="291"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="309"/> <source>Move Bookmark...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="294"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="312"/> <source>Move bookmark to the selected revision</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2136"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2240"/> <source>Define Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2136"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2240"/> <source>Enter bookmark name for changeset "{0}":</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2263"/> <source>Move Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2263"/> <source>Select the bookmark to be moved to changeset "{0}":</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2101"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2204"/> <source>Select bookmark to switch to (leave empty to use revision):</source> <translation type="unfinished"></translation> </message> @@ -34069,148 +34069,148 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="157"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="172"/> <source><tr><td><b>Latest Tag</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="153"/> <source><table><tr><td><b>Revision</b></td><td>{0}</td></tr><tr><td><b>Date</b></td><td>{1}</td></tr><tr><td><b>Author</b></td><td>{2}</td></tr><tr><td><b>Branch</b></td><td>{3}</td></tr>{4}<tr><td><b>Message</b></td><td>{5}</td></tr></table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="148"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="163"/> <source><tr><td><b>Parents</b></td><td>{0}</td></tr></source> <translation type="unfinished"><tr><td><b>Rodiče</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="151"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="166"/> <source><tr><td><b>Children</b></td><td>{0}</td></tr></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="258"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="276"/> <source>Merge with Changeset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="261"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="279"/> <source>Merge the working directory with the selected changeset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="329"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="347"/> <source>Create Changegroup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="332"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="350"/> <source>Create a changegroup file containing the selected changesets</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="334"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="352"/> <source><b>Create Changegroup</b> <p>This creates a changegroup file containing the selected revisions. If no revisions are selected, all changesets will be bundled. If one revision is selected, it will be interpreted as the base revision. Otherwise the lowest revision will be used as the base revision and all other revision will be bundled. If the dialog is showing outgoing changesets, all selected changesets will be bundled.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2379"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2487"/> <source>Apply Changegroup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="346"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="364"/> <source>Apply the currently viewed changegroup file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="351"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="369"/> <source>Sign Revisions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="354"/> - <source>Add a signature for the selected revisions</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="356"/> - <source>Verify Signatures</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="359"/> - <source>Verify all signatures there may be for the selected revision</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="372"/> - <source>Select All Entries</source> + <source>Add a signature for the selected revisions</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="374"/> + <source>Verify Signatures</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="377"/> + <source>Verify all signatures there may be for the selected revision</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="390"/> + <source>Select All Entries</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="392"/> <source>Deselect All Entries</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1443"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1501"/> <source>Side-by-Side Diff to Parent {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1454"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1512"/> <source><a href="sbsdiff:{0}_{1}">Side-by-Side Compare</a></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1553"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1642"/> <source>Pull Selected Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1554"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1643"/> <source>Fetch Selected Changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2563"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2673"/> <source>Differences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2573"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2683"/> <source>Differences to Parent {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2589"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2699"/> <source>Diff to Parent {0}{1}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2614"/> - <source>There is no difference.</source> - <translation type="unfinished">Žádné rozdíly nebyly nalezeny.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2757"/> - <source>Save Diff</source> - <translation type="unfinished">Uložit Diff</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2724"/> + <source>There is no difference.</source> + <translation type="unfinished">Žádné rozdíly nebyly nalezeny.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2867"/> + <source>Save Diff</source> + <translation type="unfinished">Uložit Diff</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2834"/> <source>Patch Files (*.diff)</source> <translation type="unfinished">Patch soubory (*.diff)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2741"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2851"/> <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/HgLogBrowserDialog.py" line="2757"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2867"/> <source><p>The patch file <b>{0}</b> could not be saved.<br>Reason: {1}</p></source> <translation type="unfinished"><p>Patch soubor <b>{0}</b> nelze uložit.<br />Důvod: {1}</p></translation> </message> @@ -34220,10 +34220,15 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2562"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2672"/> <source>Generating differences ...</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="103"/> + <source>Mercurial Full Log</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>HgMergeDialog</name> @@ -46297,119 +46302,119 @@ <translation>Log</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="99"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="112"/> <source>No. of log messages shown:</source> <translation>Počet zobrazených log zpráv:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="106"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="119"/> <source>Enter the number of log messages to be shown</source> <translation>Zadejte číslo log zpráv, které mají být zobrazeny</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="155"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="165"/> <source>Commit</source> <translation>Zapsat měny</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="161"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="171"/> <source>No. of commit messages to remember:</source> <translation>Počet zpráv zapsaných změn k zapamatování:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="168"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="178"/> <source>Enter the number of commit messages to remember</source> <translation>Zadejte počet zpráv zapsaných změn k zapamatování</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="242"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="252"/> <source>Select to update the working directory to new tip</source> <translation>Zvolte, zda chcete aktualizovat pracovní adresář na nový tip</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="236"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="246"/> <source>Pull</source> <translation>Stáhnout</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="245"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="255"/> <source>Update after pulling</source> <translation>Aktualizovat po stažení</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="344"/> + <source>Edit the Mercurial configuration file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="347"/> + <source>Edit configuration file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="321"/> + <source>Cleanup</source> + <translation type="unfinished">Vyčistit</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="327"/> + <source>Pattern:</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="334"/> - <source>Edit the Mercurial configuration file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="337"/> - <source>Edit configuration file</source> + <source>Enter the file name patterns to be used for cleaning up (entries separated by a space character)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="262"/> + <source>Select to prefer unbundle over pull</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="265"/> + <source><b>Prefer Unbundle</b> +<p>If this option is selected, it will be checked, if a Mercurial changegroups file from a previous "Show Incoming" request exists. In this case it will be applied and deleted. Otherwise a pull request will be sent.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="269"/> + <source>Prefer Unbundle</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="302"/> + <source>Revert</source> + <translation type="unfinished">Vrátit</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="308"/> + <source>Select to create a backup file (.orig) before reverting changes</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="311"/> - <source>Cleanup</source> - <translation type="unfinished">Vyčistit</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="317"/> - <source>Pattern:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="324"/> - <source>Enter the file name patterns to be used for cleaning up (entries separated by a space character)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="252"/> - <source>Select to prefer unbundle over pull</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="255"/> - <source><b>Prefer Unbundle</b> -<p>If this option is selected, it will be checked, if a Mercurial changegroups file from a previous "Show Incoming" request exists. In this case it will be applied and deleted. Otherwise a pull request will be sent.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="259"/> - <source>Prefer Unbundle</source> + <source>Create Backup Files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="279"/> + <source>Merge</source> + <translation type="unfinished">Sloučit</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="285"/> + <source>Select to enforce usage of the Mercural internal merge tool</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="288"/> + <source><b>Internal Merge Tool</b> +<p>Select to enforce usage of the Mercural internal merge tool,which leaves conflict markers in the file in case of conflicting changes.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="292"/> - <source>Revert</source> - <translation type="unfinished">Vrátit</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="298"/> - <source>Select to create a backup file (.orig) before reverting changes</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="301"/> - <source>Create Backup Files</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="269"/> - <source>Merge</source> - <translation type="unfinished">Sloučit</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="275"/> - <source>Select to enforce usage of the Mercural internal merge tool</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="278"/> - <source><b>Internal Merge Tool</b> -<p>Select to enforce usage of the Mercural internal merge tool,which leaves conflict markers in the file in case of conflicting changes.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="282"/> <source>Use internal merge with conflict markers</source> <translation type="unfinished"></translation> </message> @@ -46444,12 +46449,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="197"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="207"/> <source>No. of commit authors to remember:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="204"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="214"/> <source>Enter the number of commit authors to remember</source> <translation type="unfinished"></translation> </message> @@ -46459,10 +46464,20 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="139"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="99"/> <source>Enter the number of characters of the commit message to be shown in the list</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="152"/> + <source>Select to show all incoming and the first batch of local changesets</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="155"/> + <source>Start showing incoming and local changesets</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>MessageBoxWizard</name> @@ -53047,7 +53062,7 @@ <translation><b>Pokrytí kódu...</b><p>Zobrazí informace o pokrytí kódu ve všech python souborech projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4962"/> + <location filename="../Project/Project.py" line="4970"/> <source>Profile Data</source> <translation>Profilovat data</translation> </message> @@ -53067,7 +53082,7 @@ <translation><b>Profilovat data</b><p>Zobrazí se profilování dat projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5016"/> + <location filename="../Project/Project.py" line="5024"/> <source>Application Diagram</source> <translation>Diagram aplikace</translation> </message> @@ -53087,112 +53102,112 @@ <translation><b>Diagram aplikace...</b><p>Zobrazí diagram projektu.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4256"/> + <location filename="../Project/Project.py" line="4257"/> <source>&Project</source> <translation>&Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="4257"/> - <source>Open &Recent Projects</source> - <translation>Otevřít poslední p&rojekty</translation> - </message> - <message> <location filename="../Project/Project.py" line="4258"/> + <source>Open &Recent Projects</source> + <translation>Otevřít poslední p&rojekty</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4263"/> <source>&Version Control</source> <translation>Kontrola &verzí</translation> </message> <message> - <location filename="../Project/Project.py" line="4262"/> - <source>Chec&k</source> - <translation>Zkontro&lovat</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4264"/> - <source>Sho&w</source> - <translation>Zo&brazit</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4265"/> - <source>&Diagrams</source> - <translation>&Diagramy</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4266"/> - <source>Session</source> - <translation>Relace</translation> - </message> - <message> <location filename="../Project/Project.py" line="4267"/> - <source>Source &Documentation</source> - <translation>Zd&rojová dokumentace</translation> + <source>Chec&k</source> + <translation>Zkontro&lovat</translation> </message> <message> <location filename="../Project/Project.py" line="4269"/> - <source>Debugger</source> - <translation></translation> + <source>Sho&w</source> + <translation>Zo&brazit</translation> </message> <message> <location filename="../Project/Project.py" line="4270"/> + <source>&Diagrams</source> + <translation>&Diagramy</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4259"/> + <source>Session</source> + <translation>Relace</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4272"/> + <source>Source &Documentation</source> + <translation>Zd&rojová dokumentace</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4260"/> + <source>Debugger</source> + <translation></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4271"/> <source>Pac&kagers</source> <translation>Balíč&ky</translation> </message> <message> - <location filename="../Project/Project.py" line="4389"/> + <location filename="../Project/Project.py" line="4397"/> <source>Project</source> <translation>Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="4455"/> + <location filename="../Project/Project.py" line="4463"/> <source>&Clear</source> <translation>&Vyčistit</translation> </message> <message> - <location filename="../Project/Project.py" line="4617"/> + <location filename="../Project/Project.py" line="4625"/> <source>Search New Files</source> <translation>Hledat nové soubory</translation> </message> <message> - <location filename="../Project/Project.py" line="4617"/> + <location filename="../Project/Project.py" line="4625"/> <source>There were no new files found to be added.</source> <translation>Nebyly nalezeny žádné soubory, které je možné přidat.</translation> </message> <message> - <location filename="../Project/Project.py" line="4761"/> + <location filename="../Project/Project.py" line="4769"/> <source>Version Control System</source> <translation>Version Control System</translation> </message> <message> - <location filename="../Project/Project.py" line="4889"/> + <location filename="../Project/Project.py" line="4897"/> <source>Coverage Data</source> <translation>Datové pokrytí</translation> </message> <message> - <location filename="../Project/Project.py" line="4939"/> + <location filename="../Project/Project.py" line="4947"/> <source>There is no main script defined for the current project. Aborting</source> <translation>V aktuálním projektu nebyl určen hlavní skript. Zrušeno</translation> </message> <message> - <location filename="../Project/Project.py" line="4912"/> + <location filename="../Project/Project.py" line="4920"/> <source>Code Coverage</source> <translation>Pokrytí kódu</translation> </message> <message> - <location filename="../Project/Project.py" line="4912"/> + <location filename="../Project/Project.py" line="4920"/> <source>Please select a coverage file</source> <translation>Prosím, vyberte soubor pokrytí</translation> </message> <message> - <location filename="../Project/Project.py" line="4962"/> + <location filename="../Project/Project.py" line="4970"/> <source>Please select a profile file</source> <translation>Prosím, vyberte soubor s profilem</translation> </message> <message> - <location filename="../Project/Project.py" line="5016"/> + <location filename="../Project/Project.py" line="5024"/> <source>Include module names?</source> <translation>Včetně jmen modulů?</translation> </message> <message> - <location filename="../Project/Project.py" line="5209"/> + <location filename="../Project/Project.py" line="5217"/> <source>Create Package List</source> <translation>Vytvořit seznam balíčků</translation> </message> @@ -53202,17 +53217,17 @@ <translation type="unfinished">Vytvořit Plugin &archiv</translation> </message> <message> - <location filename="../Project/Project.py" line="5482"/> + <location filename="../Project/Project.py" line="5490"/> <source>Create Plugin Archive</source> <translation>Vytvořit Plugin archiv</translation> </message> <message> - <location filename="../Project/Project.py" line="5160"/> + <location filename="../Project/Project.py" line="5168"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Soubor <b>PKGLIST</b> již existuje.</p><p>Přepsat jej?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5228"/> + <location filename="../Project/Project.py" line="5236"/> <source>The project does not have a main script defined. Aborting...</source> <translation>Projekt nemá definován hlavní skript. Zrušeno...</translation> </message> @@ -53372,22 +53387,22 @@ <translation><p>Adresář projektu <b>{0}</b> nelze vytvořit.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4761"/> + <location filename="../Project/Project.py" line="4769"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation><p>Vybrané VCS <b>{0}</b> nebylo nalezeno.<br/>Kontrola verzí vypnuta.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5209"/> + <location filename="../Project/Project.py" line="5217"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation><p>Soubor <b>PKGLIST</b> nelze vytvořit.</p><p>Důvod: {0}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5368"/> + <location filename="../Project/Project.py" line="5376"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation><p>Soubor <b>{0}</b> nelze uložit do archivu. Ingorováno.</p><p>Důvod: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5441"/> + <location filename="../Project/Project.py" line="5449"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Plugin soubor <b>{0}</b> nelze přečíst.</p><p>Důvod: {1}</p></translation> </message> @@ -53462,12 +53477,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4750"/> + <location filename="../Project/Project.py" line="4758"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5482"/> + <location filename="../Project/Project.py" line="5490"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -53492,7 +53507,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5333"/> + <location filename="../Project/Project.py" line="5341"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation type="unfinished"><p>Soubor s eric5 plugin archivem <b>{0}</b> nelze vytvořit. Zrušeno...</p><p>Důvod: {1}</p> {6 ?} {0}?} {1}?}</translation> </message> @@ -53548,7 +53563,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5264"/> + <location filename="../Project/Project.py" line="5272"/> <source>Create Plugin Archives</source> <translation type="unfinished"></translation> </message> @@ -53573,47 +53588,47 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5242"/> + <location filename="../Project/Project.py" line="5250"/> <source>Select package lists:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5260"/> + <location filename="../Project/Project.py" line="5268"/> <source>Creating plugin archives...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5260"/> + <location filename="../Project/Project.py" line="5268"/> <source>Abort</source> <translation type="unfinished">Přerušit</translation> </message> <message> - <location filename="../Project/Project.py" line="5260"/> + <location filename="../Project/Project.py" line="5268"/> <source>%v/%m Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5277"/> + <location filename="../Project/Project.py" line="5285"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5387"/> + <location filename="../Project/Project.py" line="5395"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5390"/> + <location filename="../Project/Project.py" line="5398"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5253"/> + <location filename="../Project/Project.py" line="5261"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5305"/> + <location filename="../Project/Project.py" line="5313"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation type="unfinished"></translation> </message> @@ -53653,7 +53668,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5664"/> + <location filename="../Project/Project.py" line="5672"/> <source>Execute Make</source> <translation type="unfinished"></translation> </message> @@ -53673,7 +53688,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5644"/> + <location filename="../Project/Project.py" line="5652"/> <source>Test for Changes</source> <translation type="unfinished"></translation> </message> @@ -53693,32 +53708,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4271"/> + <location filename="../Project/Project.py" line="4274"/> <source>Make</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5592"/> + <location filename="../Project/Project.py" line="5600"/> <source>The make process did not start.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5637"/> + <location filename="../Project/Project.py" line="5645"/> <source>The make process crashed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5647"/> + <location filename="../Project/Project.py" line="5655"/> <source><p>There are changes that require the configured make target <b>{0}</b> to be rebuilt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5652"/> + <location filename="../Project/Project.py" line="5660"/> <source><p>There are changes that require the default make target to be rebuilt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="5664"/> + <location filename="../Project/Project.py" line="5672"/> <source>The makefile contains errors.</source> <translation type="unfinished"></translation> </message> @@ -53732,6 +53747,11 @@ <source>PySide2 Console</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Project/Project.py" line="4262"/> + <source>Project-T&ools</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ProjectBaseBrowser</name> @@ -76912,7 +76932,7 @@ <translation>Zjistit akt&ualizace...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3502"/> + <location filename="../UI/UserInterface.py" line="3597"/> <source>Report Bug</source> <translation>Reportovat Bugy</translation> </message> @@ -76932,7 +76952,7 @@ <translation><b>Reportovat bug...</b><p>Otevře se dialog pro reportování bugu.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3056"/> + <location filename="../UI/UserInterface.py" line="3151"/> <source>Unittest</source> <translation></translation> </message> @@ -76992,7 +77012,7 @@ <translation><b>Unittest Script</b><p>Spustit unittest s aktuálním skriptem.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4630"/> + <location filename="../UI/UserInterface.py" line="4725"/> <source>Unittest Project</source> <translation>Unittest Projekt</translation> </message> @@ -77162,7 +77182,7 @@ <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="6085"/> + <location filename="../UI/UserInterface.py" line="6180"/> <source>Export Keyboard Shortcuts</source> <translation>Exportovat klávesové zkratky</translation> </message> @@ -77182,7 +77202,7 @@ <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="6109"/> + <location filename="../UI/UserInterface.py" line="6204"/> <source>Import Keyboard Shortcuts</source> <translation>Import klávesových zkratek</translation> </message> @@ -77262,152 +77282,152 @@ <translation>Otevřít Eric API dokumentaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2820"/> + <location filename="../UI/UserInterface.py" line="2927"/> <source>&Unittest</source> <translation>&Unittest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2837"/> + <location filename="../UI/UserInterface.py" line="2871"/> <source>E&xtras</source> <translation>E&xtra funkce</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2853"/> + <location filename="../UI/UserInterface.py" line="2944"/> <source>Select Tool Group</source> <translation>Vybrat skupinu nástrojů</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2861"/> - <source>Se&ttings</source> - <translation>Nas&tavení</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2886"/> - <source>&Window</source> - <translation>O&kno</translation> - </message> - <message> <location filename="../UI/UserInterface.py" line="2955"/> + <source>Se&ttings</source> + <translation>Nas&tavení</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2985"/> + <source>&Window</source> + <translation>O&kno</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3062"/> <source>&Toolbars</source> <translation>&Toolbary</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2980"/> + <location filename="../UI/UserInterface.py" line="3075"/> <source>&Help</source> <translation>&Nápověda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3055"/> + <location filename="../UI/UserInterface.py" line="3150"/> <source>Tools</source> <translation>Nástroje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3057"/> + <location filename="../UI/UserInterface.py" line="3152"/> <source>Settings</source> <translation>Nastavení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4883"/> + <location filename="../UI/UserInterface.py" line="4978"/> <source>Help</source> <translation>Nápověda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3059"/> + <location filename="../UI/UserInterface.py" line="3154"/> <source>Profiles</source> <translation>Profily</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3442"/> + <location filename="../UI/UserInterface.py" line="3537"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Čísla verzí</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7074"/> + <location filename="../UI/UserInterface.py" line="7169"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3502"/> + <location filename="../UI/UserInterface.py" line="3597"/> <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="3868"/> + <location filename="../UI/UserInterface.py" line="3963"/> <source>Configure Tool Groups ...</source> <translation>Konfigurace Skupin nástrojů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3872"/> + <location filename="../UI/UserInterface.py" line="3967"/> <source>Configure current Tool Group ...</source> <translation>Konfigurace aktuální skupiny nástrojů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3823"/> + <location filename="../UI/UserInterface.py" line="3918"/> <source>&Builtin Tools</source> <translation>&Vestavěné nástroje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4630"/> + <location filename="../UI/UserInterface.py" line="4725"/> <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="5009"/> + <location filename="../UI/UserInterface.py" line="5104"/> <source>Problem</source> <translation>Problém</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5198"/> + <location filename="../UI/UserInterface.py" line="5293"/> <source>Process Generation Error</source> <translation>Chyba v procesu generování</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4883"/> + <location filename="../UI/UserInterface.py" line="4978"/> <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="4917"/> + <location filename="../UI/UserInterface.py" line="5012"/> <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="5673"/> + <location filename="../UI/UserInterface.py" line="5768"/> <source>Documentation Missing</source> <translation>Dokumentace chybí</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5656"/> + <location filename="../UI/UserInterface.py" line="5751"/> <source>Documentation</source> <translation>Dokumentace</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5481"/> + <location filename="../UI/UserInterface.py" line="5576"/> <source><p>The PyQt4 documentation starting point has not been configured.</p></source> <translation type="unfinished"><p>Počátek dokumentace PySide nebyl nastaven.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6278"/> + <location filename="../UI/UserInterface.py" line="6373"/> <source>Save tasks</source> <translation>Uložit úlohy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6307"/> + <location filename="../UI/UserInterface.py" line="6402"/> <source>Read tasks</source> <translation>Načíst úlohy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6667"/> + <location filename="../UI/UserInterface.py" line="6762"/> <source>Drop Error</source> <translation>Zahodit chybu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7036"/> + <location filename="../UI/UserInterface.py" line="7131"/> <source>Error during updates check</source> <translation>Chyba během zjišťování aktualizací</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7017"/> + <location filename="../UI/UserInterface.py" line="7112"/> <source>Update available</source> <translation>Byla nalezena aktualizace</translation> </message> @@ -77422,17 +77442,17 @@ <translation>Zobrazit externí nás&troje</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7036"/> + <location filename="../UI/UserInterface.py" line="7131"/> <source>Could not perform updates check.</source> <translation>Kontrolu updatů nelze provést.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6852"/> + <location filename="../UI/UserInterface.py" line="6947"/> <source>&Cancel</source> <translation>&Zrušit</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7111"/> + <location filename="../UI/UserInterface.py" line="7206"/> <source>First time usage</source> <translation>Spuštěno poprvé</translation> </message> @@ -77442,12 +77462,12 @@ <translation>Inicializace Plugin manažera...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2966"/> + <location filename="../UI/UserInterface.py" line="2908"/> <source>P&lugins</source> <translation>P&luginy</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3060"/> + <location filename="../UI/UserInterface.py" line="3155"/> <source>Plugins</source> <translation>Pluginy</translation> </message> @@ -77472,7 +77492,7 @@ <translation>&Plugin Infa...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3840"/> + <location filename="../UI/UserInterface.py" line="3935"/> <source>&Plugin Tools</source> <translation>&Plugin nástroje</translation> </message> @@ -77492,12 +77512,12 @@ <translation><b>Odinstalovat plugin...</b><p>Otevře dialog pro odinstalaci pluginu.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3988"/> + <location filename="../UI/UserInterface.py" line="4083"/> <source>&Show all</source> <translation>&Zobrazit vše</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3990"/> + <location filename="../UI/UserInterface.py" line="4085"/> <source>&Hide all</source> <translation>&Skrýt vše</translation> </message> @@ -77507,7 +77527,7 @@ <translation>Aktivace pluginů...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2842"/> + <location filename="../UI/UserInterface.py" line="2881"/> <source>Wi&zards</source> <translation>&Průvodci</translation> </message> @@ -77527,7 +77547,7 @@ <translation>Zobrazit dostupné verze ke stažení</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7060"/> + <location filename="../UI/UserInterface.py" line="7155"/> <source><h3>Available versions</h3><table></source> <translation><h3>Dostupné verze</h3><table></translation> </message> @@ -77607,7 +77627,7 @@ <translation>Obnovit manažer nástrojových lišt...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5143"/> + <location filename="../UI/UserInterface.py" line="5238"/> <source>External Tools</source> <translation>Externí nástroje</translation> </message> @@ -77622,22 +77642,22 @@ <translation>Prohlížeč &multiprojektu</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6403"/> + <location filename="../UI/UserInterface.py" line="6498"/> <source>Save session</source> <translation>Uložit relaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6387"/> + <location filename="../UI/UserInterface.py" line="6482"/> <source>Read session</source> <translation>Načíst relaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3232"/> + <location filename="../UI/UserInterface.py" line="3327"/> <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="3246"/> + <location filename="../UI/UserInterface.py" line="3341"/> <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> @@ -77662,17 +77682,17 @@ <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="3225"/> + <location filename="../UI/UserInterface.py" line="3320"/> <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="3253"/> + <location filename="../UI/UserInterface.py" line="3348"/> <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="3260"/> + <location filename="../UI/UserInterface.py" line="3355"/> <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> @@ -77697,12 +77717,12 @@ <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="3787"/> + <location filename="../UI/UserInterface.py" line="3882"/> <source>Restart application</source> <translation>Restartovat aplikaci</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3787"/> + <location filename="../UI/UserInterface.py" line="3882"/> <source>The application needs to be restarted. Do it now?</source> <translation>Aplikace potřebuje restartovat. Má se provést nyní?</translation> </message> @@ -77712,12 +77732,12 @@ <translation></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2975"/> + <location filename="../UI/UserInterface.py" line="2917"/> <source>Configure...</source> <translation>Konfigurovat...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3239"/> + <location filename="../UI/UserInterface.py" line="3334"/> <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> @@ -77857,7 +77877,7 @@ <translation>Editor &ikon...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4830"/> + <location filename="../UI/UserInterface.py" line="4925"/> <source>Qt 3 support</source> <translation>Qt 3 podpora</translation> </message> @@ -77892,111 +77912,111 @@ <translation>{0} - {1} - {2} - pasivní mód</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3336"/> + <location filename="../UI/UserInterface.py" line="3431"/> <source>External Tools/{0}</source> <translation>Externí nástroje/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5009"/> + <location filename="../UI/UserInterface.py" line="5104"/> <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="4733"/> + <location filename="../UI/UserInterface.py" line="4828"/> <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="4802"/> - <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="4855"/> - <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="4897"/> + <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="4950"/> + <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="4992"/> <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="4965"/> + <location filename="../UI/UserInterface.py" line="5060"/> <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="5020"/> + <location filename="../UI/UserInterface.py" line="5115"/> <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="5041"/> + <location filename="../UI/UserInterface.py" line="5136"/> <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="5134"/> + <location filename="../UI/UserInterface.py" line="5229"/> <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="5143"/> + <location filename="../UI/UserInterface.py" line="5238"/> <source>No toolgroup entry '{0}' found.</source> <translation>Skupina nástrojů '{0}' nenalezena. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5182"/> + <location filename="../UI/UserInterface.py" line="5277"/> <source>Starting process '{0} {1}'. </source> <translation>Spouštím proces '{0} {1}'. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5198"/> + <location filename="../UI/UserInterface.py" line="5293"/> <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="5274"/> + <location filename="../UI/UserInterface.py" line="5369"/> <source>Process '{0}' has exited. </source> <translation>Proces '{0}' byl ukončen. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5673"/> + <location filename="../UI/UserInterface.py" line="5768"/> <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="6278"/> + <location filename="../UI/UserInterface.py" line="6373"/> <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="6307"/> + <location filename="../UI/UserInterface.py" line="6402"/> <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="6341"/> + <location filename="../UI/UserInterface.py" line="6436"/> <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="6387"/> + <location filename="../UI/UserInterface.py" line="6482"/> <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="6667"/> + <location filename="../UI/UserInterface.py" line="6762"/> <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="6861"/> + <location filename="../UI/UserInterface.py" line="6956"/> <source>Trying host {0}</source> <translation>Zkouším host {0}</translation> </message> @@ -78031,7 +78051,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6109"/> + <location filename="../UI/UserInterface.py" line="6204"/> <source>Keyboard shortcut file (*.e4k)</source> <translation type="unfinished"></translation> </message> @@ -78071,27 +78091,27 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6925"/> + <location filename="../UI/UserInterface.py" line="7020"/> <source>Error getting versions information</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6918"/> + <location filename="../UI/UserInterface.py" line="7013"/> <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="5875"/> + <location filename="../UI/UserInterface.py" line="5970"/> <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5875"/> + <location filename="../UI/UserInterface.py" line="5970"/> <source>Could not start a web browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6925"/> + <location filename="../UI/UserInterface.py" line="7020"/> <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> @@ -78177,12 +78197,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5111"/> + <location filename="../UI/UserInterface.py" line="5206"/> <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="7130"/> + <location filename="../UI/UserInterface.py" line="7225"/> <source>Select Workspace Directory</source> <translation type="unfinished"></translation> </message> @@ -78402,7 +78422,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2891"/> + <location filename="../UI/UserInterface.py" line="2994"/> <source>&Windows</source> <translation type="unfinished">&Windows</translation> </message> @@ -78552,7 +78572,7 @@ <translation type="unfinished">Otevřít PyQt4 dokumentaci {5 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5543"/> + <location filename="../UI/UserInterface.py" line="5638"/> <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> @@ -78562,7 +78582,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6852"/> + <location filename="../UI/UserInterface.py" line="6947"/> <source>%v/%m</source> <translation type="unfinished"></translation> </message> @@ -78582,7 +78602,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6856"/> + <location filename="../UI/UserInterface.py" line="6951"/> <source>Version Check</source> <translation type="unfinished"></translation> </message> @@ -78652,27 +78672,27 @@ <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="4830"/> + <location filename="../UI/UserInterface.py" line="4925"/> <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="7017"/> + <location filename="../UI/UserInterface.py" line="7112"/> <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="7029"/> + <location filename="../UI/UserInterface.py" line="7124"/> <source>Eric6 is up to date</source> <translation type="unfinished">Eric5 je aktuální {6 ?}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7029"/> + <location filename="../UI/UserInterface.py" line="7124"/> <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="7111"/> + <location filename="../UI/UserInterface.py" line="7206"/> <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> @@ -78682,17 +78702,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3843"/> + <location filename="../UI/UserInterface.py" line="3938"/> <source>&User Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3915"/> + <location filename="../UI/UserInterface.py" line="4010"/> <source>No User Tools Configured</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6872"/> + <location filename="../UI/UserInterface.py" line="6967"/> <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> <translation type="unfinished"></translation> </message> @@ -78737,7 +78757,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6425"/> + <location filename="../UI/UserInterface.py" line="6520"/> <source>Load session</source> <translation type="unfinished">Načíst relaci</translation> </message> @@ -78752,17 +78772,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6425"/> + <location filename="../UI/UserInterface.py" line="6520"/> <source>eric6 Session Files (*.e5s)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6472"/> + <location filename="../UI/UserInterface.py" line="6567"/> <source>Crash Session found!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6472"/> + <location filename="../UI/UserInterface.py" line="6567"/> <source>A session file of a crashed session was found. Shall this session be restored?</source> <translation type="unfinished"></translation> </message> @@ -78777,22 +78797,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7005"/> + <location filename="../UI/UserInterface.py" line="7100"/> <source>Update Check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7005"/> + <location filename="../UI/UserInterface.py" line="7100"/> <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6995"/> + <location filename="../UI/UserInterface.py" line="7090"/> <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2931"/> + <location filename="../UI/UserInterface.py" line="3034"/> <source>Code Documentation Viewer</source> <translation type="unfinished"></translation> </message> @@ -78842,7 +78862,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5656"/> + <location filename="../UI/UserInterface.py" line="5751"/> <source><p>The PySide{0} documentation starting point has not been configured.</p></source> <translation type="unfinished"></translation> </message> @@ -78877,22 +78897,22 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2896"/> + <location filename="../UI/UserInterface.py" line="2999"/> <source>Left Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2912"/> + <location filename="../UI/UserInterface.py" line="3015"/> <source>Bottom Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2923"/> + <location filename="../UI/UserInterface.py" line="3026"/> <source>Right Side</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2949"/> + <location filename="../UI/UserInterface.py" line="3052"/> <source>Plug-ins</source> <translation type="unfinished"></translation> </message> @@ -78918,32 +78938,32 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5830"/> + <location filename="../UI/UserInterface.py" line="5925"/> <source>Start Web Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5772"/> + <location filename="../UI/UserInterface.py" line="5867"/> <source>The eric6 web browser could not be started.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5830"/> + <location filename="../UI/UserInterface.py" line="5925"/> <source><p>The eric6 web browser is not started.</p><p>Reason: {0}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2940"/> + <location filename="../UI/UserInterface.py" line="3043"/> <source>Conda</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2936"/> + <location filename="../UI/UserInterface.py" line="3039"/> <source>PyPI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3271"/> + <location filename="../UI/UserInterface.py" line="3366"/> <source><p>This part of the status bar allows zooming the current editor or shell.</p></source> <translation type="unfinished"></translation> </message> @@ -81289,802 +81309,802 @@ <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2773"/> + <location filename="../ViewManager/ViewManager.py" line="3339"/> <source>&Search</source> <translation>V&yhledat</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2794"/> + <location filename="../ViewManager/ViewManager.py" line="2773"/> <source>&Edit</source> <translation>&Edit</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2853"/> + <location filename="../ViewManager/ViewManager.py" line="2830"/> <source>Edit</source> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3427"/> + <location filename="../ViewManager/ViewManager.py" line="3434"/> <source>Search</source> <translation>Vyhledat</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2885"/> + <location filename="../ViewManager/ViewManager.py" line="2862"/> <source>&Search...</source> <translation>V&yhledat...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2885"/> + <location filename="../ViewManager/ViewManager.py" line="2862"/> <source>Ctrl+F</source> <comment>Search|Search</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2893"/> + <location filename="../ViewManager/ViewManager.py" line="2870"/> <source>Search for a text</source> <translation>Hledat text</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2895"/> + <location filename="../ViewManager/ViewManager.py" line="2872"/> <source><b>Search</b><p>Search for some text in the current editor. A dialog is shown to enter the searchtext and options for the search.</p></source> <translation><b>Hledat</b> <p>Hledat text v aktuálním editoru. Zobrazí se dialogové okno, do kterého se zadá hledaný text a další nastavení.<p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2905"/> + <location filename="../ViewManager/ViewManager.py" line="2882"/> <source>Search next</source> <translation>Hledat text</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2905"/> + <location filename="../ViewManager/ViewManager.py" line="2882"/> <source>Search &next</source> <translation>Hledat &další</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2905"/> + <location filename="../ViewManager/ViewManager.py" line="2882"/> <source>F3</source> <comment>Search|Search next</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2926"/> + <location filename="../ViewManager/ViewManager.py" line="2903"/> <source>Search previous</source> <translation>Hledat předchozí</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2926"/> + <location filename="../ViewManager/ViewManager.py" line="2903"/> <source>Search &previous</source> <translation>Hledat &předchozí</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2926"/> + <location filename="../ViewManager/ViewManager.py" line="2903"/> <source>Shift+F3</source> <comment>Search|Search previous</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3011"/> + <location filename="../ViewManager/ViewManager.py" line="2988"/> <source>Replace</source> <translation>Nahradit</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3011"/> + <location filename="../ViewManager/ViewManager.py" line="2988"/> <source>&Replace...</source> <translation>Nah&radit...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3011"/> + <location filename="../ViewManager/ViewManager.py" line="2988"/> <source>Ctrl+R</source> <comment>Search|Replace</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3018"/> + <location filename="../ViewManager/ViewManager.py" line="2995"/> <source>Replace some text</source> <translation>Hledat nějaký text</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3020"/> + <location filename="../ViewManager/ViewManager.py" line="2997"/> <source><b>Replace</b><p>Search for some text in the current editor and replace it. A dialog is shown to enter the searchtext, the replacement text and options for the search and replace.</p></source> <translation><b>Nahradit</b> <p>Vyhledá va ktuálním editoru text a nahradí jej. Je zobrazeno dialogové okno, kde se zadá text, který se má nahradit, nový text a nastavení pro vyhledávání a nahrazení.<p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3367"/> + <location filename="../ViewManager/ViewManager.py" line="3374"/> <source>Quicksearch</source> <translation>Rychlé hledání</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3098"/> + <location filename="../ViewManager/ViewManager.py" line="3075"/> <source>&Quicksearch</source> <translation>Rychlé hl&edání</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3098"/> + <location filename="../ViewManager/ViewManager.py" line="3075"/> <source>Ctrl+Shift+K</source> <comment>Search|Quicksearch</comment> <translation></translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="3083"/> + <source>Perform a quicksearch</source> + <translation>Provést rychlé hledání</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3096"/> + <source>Quicksearch backwards</source> + <translation>Rychlé hledání zpět</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3096"/> + <source>Quicksearch &backwards</source> + <translation>Rychlé hledání &zpět</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3096"/> + <source>Ctrl+Shift+J</source> + <comment>Search|Quicksearch backwards</comment> + <translation></translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="3106"/> - <source>Perform a quicksearch</source> - <translation>Provést rychlé hledání</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3119"/> - <source>Quicksearch backwards</source> - <translation>Rychlé hledání zpět</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3119"/> - <source>Quicksearch &backwards</source> - <translation>Rychlé hledání &zpět</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3119"/> - <source>Ctrl+Shift+J</source> - <comment>Search|Quicksearch backwards</comment> - <translation></translation> + <source>Perform a quicksearch backwards</source> + <translation>Provést rychlé hledání zpět</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3118"/> + <source>Quicksearch extend</source> + <translation>Rychlé hledání rozšířit</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3118"/> + <source>Quicksearch e&xtend</source> + <translation>Rychlé hl&edání rozšířit</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3118"/> + <source>Ctrl+Shift+H</source> + <comment>Search|Quicksearch extend</comment> + <translation></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3126"/> + <source>Extend the quicksearch to the end of the current word</source> + <translation>Rozšířit rychlé hledání na konec aktuálního slova</translation> </message> <message> <location filename="../ViewManager/ViewManager.py" line="3129"/> - <source>Perform a quicksearch backwards</source> - <translation>Provést rychlé hledání zpět</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3141"/> - <source>Quicksearch extend</source> - <translation>Rychlé hledání rozšířit</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3141"/> - <source>Quicksearch e&xtend</source> - <translation>Rychlé hl&edání rozšířit</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3141"/> - <source>Ctrl+Shift+H</source> - <comment>Search|Quicksearch extend</comment> + <source><b>Quicksearch extend</b><p>This extends the quicksearch text to the end of the word currently found.</p></source> + <translation><b>Rychlé hlednání rozšířit</b> +<p>Rychlé hledání se rozšíří na konec aktuálně nalezeného slova.<p></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3147"/> + <source>Goto Line</source> + <translation>Jít na řádek</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3139"/> + <source>&Goto Line...</source> + <translation>&Jít na řádek...</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3139"/> + <source>Ctrl+G</source> + <comment>Search|Goto Line</comment> <translation></translation> </message> <message> <location filename="../ViewManager/ViewManager.py" line="3149"/> - <source>Extend the quicksearch to the end of the current word</source> - <translation>Rozšířit rychlé hledání na konec aktuálního slova</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3152"/> - <source><b>Quicksearch extend</b><p>This extends the quicksearch text to the end of the word currently found.</p></source> - <translation><b>Rychlé hlednání rozšířit</b> -<p>Rychlé hledání se rozšíří na konec aktuálně nalezeného slova.<p></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3170"/> - <source>Goto Line</source> - <translation>Jít na řádek</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3162"/> - <source>&Goto Line...</source> - <translation>&Jít na řádek...</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3162"/> - <source>Ctrl+G</source> - <comment>Search|Goto Line</comment> - <translation></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3172"/> <source><b>Goto Line</b><p>Go to a specific line of text in the current editor. A dialog is shown to enter the linenumber.</p></source> <translation><b>Jít na řádek</b> <p>Jít na určený řádek. Zobrazí se dialogové okno, kde se zadá číslo požadovaného řádku.<p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3189"/> + <location filename="../ViewManager/ViewManager.py" line="3166"/> <source>Goto Brace</source> <translation>Jít na závorku</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3181"/> + <location filename="../ViewManager/ViewManager.py" line="3158"/> <source>Goto &Brace</source> <translation>Jít na závork&u</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3181"/> + <location filename="../ViewManager/ViewManager.py" line="3158"/> <source>Ctrl+L</source> <comment>Search|Goto Brace</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3191"/> + <location filename="../ViewManager/ViewManager.py" line="3168"/> <source><b>Goto Brace</b><p>Go to the matching brace in the current editor.</p></source> <translation><b>Jít na závorku</b> <p>Jíta na závoku, která patří do páru s tou, na které se nachází kurzor.<p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3269"/> + <location filename="../ViewManager/ViewManager.py" line="3246"/> <source>Search in Files</source> <translation>Hledat v souborech</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3269"/> + <location filename="../ViewManager/ViewManager.py" line="3246"/> <source>Search in &Files...</source> <translation>&Hledat v souborech...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3269"/> + <location filename="../ViewManager/ViewManager.py" line="3246"/> <source>Shift+Ctrl+F</source> <comment>Search|Search Files</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3277"/> + <location filename="../ViewManager/ViewManager.py" line="3254"/> <source>Search for a text in files</source> <translation>Hledat text v souborech</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3279"/> + <location filename="../ViewManager/ViewManager.py" line="3256"/> <source><b>Search in Files</b><p>Search for some text in the files of a directory tree or the project. A dialog is shown to enter the searchtext and options for the search and to display the result.</p></source> <translation><b>Hledat v souborech</b> <p>Hledat text v souborech v adresářích nebo projektu. Je zobrazeno dialogové okno, do kterého se zadá hledaný text a nastavení a ve kterém se zobrazuje výsledek hledání.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3467"/> + <location filename="../ViewManager/ViewManager.py" line="3474"/> <source>Zoom in</source> <translation>Přiblížit</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3467"/> + <location filename="../ViewManager/ViewManager.py" line="3474"/> <source>Zoom &in</source> <translation>Př&iblížit</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3467"/> + <location filename="../ViewManager/ViewManager.py" line="3474"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3476"/> + <location filename="../ViewManager/ViewManager.py" line="3483"/> <source>Zoom in on the text</source> <translation>Zvětšovací lupa</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3478"/> + <location filename="../ViewManager/ViewManager.py" line="3485"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Přiblížit</b><p>Přiblížit text. Text bude větší.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3486"/> + <location filename="../ViewManager/ViewManager.py" line="3493"/> <source>Zoom out</source> <translation>Oddálit</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3486"/> + <location filename="../ViewManager/ViewManager.py" line="3493"/> <source>Zoom &out</source> <translation>&Oddálit</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3486"/> + <location filename="../ViewManager/ViewManager.py" line="3493"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3495"/> + <location filename="../ViewManager/ViewManager.py" line="3502"/> <source>Zoom out on the text</source> <translation>Zmenšovací lupa</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3497"/> + <location filename="../ViewManager/ViewManager.py" line="3504"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Oddálit</b><p>Lupa na oddálení textu. Text bude menší.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3524"/> + <location filename="../ViewManager/ViewManager.py" line="3531"/> <source>Zoom</source> <translation>Lupa</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3524"/> + <location filename="../ViewManager/ViewManager.py" line="3531"/> <source>&Zoom</source> <translation>&Lupa</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3524"/> + <location filename="../ViewManager/ViewManager.py" line="3531"/> <source>Ctrl+#</source> <comment>View|Zoom</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3532"/> + <location filename="../ViewManager/ViewManager.py" line="3539"/> <source>Zoom the text</source> <translation>Lupa na text</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3534"/> + <location filename="../ViewManager/ViewManager.py" line="3541"/> <source><b>Zoom</b><p>Zoom the text. This opens a dialog where the desired size can be entered.</p></source> <translation><b>Lupa</b><p>Lupa na text. Otevře se dialogové okno kde se zadá požadovaná hodnota zvětšení/zmenšení.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3547"/> + <location filename="../ViewManager/ViewManager.py" line="3554"/> <source>Toggle all folds</source> <translation>Složit/rozložit všechna skládání</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3543"/> + <location filename="../ViewManager/ViewManager.py" line="3550"/> <source>&Toggle all folds</source> <translation type="unfinished">Složit/rozložit všechn&a skládání</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3549"/> + <location filename="../ViewManager/ViewManager.py" line="3556"/> <source><b>Toggle all folds</b><p>Toggle all folds of the current editor.</p></source> <translation><b>Složit/rozložit všechna skládání</b><p>Složí/rozloží všechna skládání v aktuálním editoru.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3563"/> + <location filename="../ViewManager/ViewManager.py" line="3570"/> <source>Toggle all folds (including children)</source> <translation>Složit/rozložit všechna skládání (i s podsložkami)</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3557"/> + <location filename="../ViewManager/ViewManager.py" line="3564"/> <source>Toggle all &folds (including children)</source> <translation>Složit/rozložit všechna &skládání (i s podsložkami)</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3565"/> + <location filename="../ViewManager/ViewManager.py" line="3572"/> <source><b>Toggle all folds (including children)</b><p>Toggle all folds of the current editor including all children.</p></source> <translation><b>Složit/rozložit všechna skládání (i s podsložkami)</b><p>Složí nebo rozloží všechna skládání i s podsložkami.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3579"/> + <location filename="../ViewManager/ViewManager.py" line="3586"/> <source>Toggle current fold</source> <translation>Složit/rozložit aktuální složený blok</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3575"/> + <location filename="../ViewManager/ViewManager.py" line="3582"/> <source>Toggle &current fold</source> <translation>Složit/rozložit aktuální složený &blok</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3581"/> + <location filename="../ViewManager/ViewManager.py" line="3588"/> <source><b>Toggle current fold</b><p>Toggle the folds of the current line of the current editor.</p></source> <translation><b>Složit/rozložit aktuální složený blok</b><p>Složí nebo rozloží aktuální složený blok v aktuálním editoru.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3611"/> + <location filename="../ViewManager/ViewManager.py" line="3618"/> <source>Remove all highlights</source> <translation>Odebrat všechna zvýraznění</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3613"/> + <location filename="../ViewManager/ViewManager.py" line="3620"/> <source><b>Remove all highlights</b><p>Remove the highlights of all editors.</p></source> <translation><b>Odebrat všechna zvýraznění</b><p>Odebrat zvýraznění ve všech editorech.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3659"/> - <source>Split view</source> - <translation>Rozdělit pohled</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3659"/> - <source>&Split view</source> - <translation>&Rozdělit pohled</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3664"/> - <source>Add a split to the view</source> - <translation>Přidat další rozdělení pohledu</translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="3666"/> + <source>Split view</source> + <translation>Rozdělit pohled</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3666"/> + <source>&Split view</source> + <translation>&Rozdělit pohled</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3671"/> + <source>Add a split to the view</source> + <translation>Přidat další rozdělení pohledu</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3673"/> <source><b>Split view</b><p>Add a split to the view.</p></source> <translation><b>Rozdělit pohled</b><p>Přidá další okno na aktuální pohled.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3674"/> + <location filename="../ViewManager/ViewManager.py" line="3681"/> <source>Arrange horizontally</source> <translation>Uspořádat horizontálně</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3674"/> + <location filename="../ViewManager/ViewManager.py" line="3681"/> <source>Arrange &horizontally</source> <translation>Uspořádat &horizontálně</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3678"/> + <location filename="../ViewManager/ViewManager.py" line="3685"/> <source>Arrange the splitted views horizontally</source> <translation>Uspořádat rozdělené pohledy horizontálně</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3680"/> + <location filename="../ViewManager/ViewManager.py" line="3687"/> <source><b>Arrange horizontally</b><p>Arrange the splitted views horizontally.</p></source> <translation><b>Uspořádat horizontálně</b><p>Uspořádat rozdělené pohledy horizontálně.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3689"/> - <source>Remove split</source> - <translation>Odebrat rozdělený pohled</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3689"/> - <source>&Remove split</source> - <translation>Odebra&t rozdělený pohled</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3694"/> - <source>Remove the current split</source> - <translation>Odebrat aktuální rozdělení pohledu</translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="3696"/> + <source>Remove split</source> + <translation>Odebrat rozdělený pohled</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3696"/> + <source>&Remove split</source> + <translation>Odebra&t rozdělený pohled</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3701"/> + <source>Remove the current split</source> + <translation>Odebrat aktuální rozdělení pohledu</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3703"/> <source><b>Remove split</b><p>Remove the current split.</p></source> <translation><b>Odebrat rozdělený pohled</b><p>Odebrat aktuální rozdělený pohled.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3704"/> + <location filename="../ViewManager/ViewManager.py" line="3711"/> <source>Next split</source> <translation>Další rozdělený pohled</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3704"/> + <location filename="../ViewManager/ViewManager.py" line="3711"/> <source>&Next split</source> <translation>Další rozděle&ný pohled</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3704"/> - <source>Ctrl+Alt+N</source> - <comment>View|Next split</comment> - <translation></translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="3711"/> + <source>Ctrl+Alt+N</source> + <comment>View|Next split</comment> + <translation></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3718"/> <source>Move to the next split</source> <translation>Posun na další rozdělený pohled</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3713"/> + <location filename="../ViewManager/ViewManager.py" line="3720"/> <source><b>Next split</b><p>Move to the next split.</p></source> <translation><b>Další rozdělený pohled</b><p>Posun na další rozdělený pohled.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3721"/> + <location filename="../ViewManager/ViewManager.py" line="3728"/> <source>Previous split</source> <translation>Předchozí rozdělený pohled</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3721"/> + <location filename="../ViewManager/ViewManager.py" line="3728"/> <source>&Previous split</source> <translation>&Předchozí rozdělený pohled</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3721"/> + <location filename="../ViewManager/ViewManager.py" line="3728"/> <source>Ctrl+Alt+P</source> <comment>View|Previous split</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3727"/> + <location filename="../ViewManager/ViewManager.py" line="3734"/> <source>Move to the previous split</source> <translation>Posun na předchozí rozdělený pohled</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3729"/> + <location filename="../ViewManager/ViewManager.py" line="3736"/> <source><b>Previous split</b><p>Move to the previous split.</p></source> <translation><b>Předchozí rozdělený pohled</b><p>Posun na předchozí rozdělený pohled.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3793"/> + <location filename="../ViewManager/ViewManager.py" line="3800"/> <source>&View</source> <translation>Poh&led</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3829"/> + <location filename="../ViewManager/ViewManager.py" line="3836"/> <source>View</source> <translation>Pohled</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3864"/> + <location filename="../ViewManager/ViewManager.py" line="3871"/> <source>Start Macro Recording</source> <translation>Spustit záznam makra</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3858"/> + <location filename="../ViewManager/ViewManager.py" line="3865"/> <source>S&tart Macro Recording</source> <translation>Spus&tit záznam makra</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3866"/> + <location filename="../ViewManager/ViewManager.py" line="3873"/> <source><b>Start Macro Recording</b><p>Start recording editor commands into a new macro.</p></source> <translation><b>Spustit záznam makra</b><p>Spustí se záznam příkazů do nového makra.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3878"/> + <location filename="../ViewManager/ViewManager.py" line="3885"/> <source>Stop Macro Recording</source> <translation>Zastavit záznam makra</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3874"/> + <location filename="../ViewManager/ViewManager.py" line="3881"/> <source>Sto&p Macro Recording</source> <translation>Sto&p záznamu makra</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3880"/> + <location filename="../ViewManager/ViewManager.py" line="3887"/> <source><b>Stop Macro Recording</b><p>Stop recording editor commands into a new macro.</p></source> <translation><b>Stop záznamu makra</b><p>Zastaví se nahrávání příkazů do makra.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3892"/> + <location filename="../ViewManager/ViewManager.py" line="3899"/> <source>Run Macro</source> <translation>Spustit makro</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3888"/> + <location filename="../ViewManager/ViewManager.py" line="3895"/> <source>&Run Macro</source> <translation>Spustit mak&ro</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3894"/> + <location filename="../ViewManager/ViewManager.py" line="3901"/> <source><b>Run Macro</b><p>Run a previously recorded editor macro.</p></source> <translation><b>Spustit makro</b><p>Spustit nahrané makro.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3906"/> + <location filename="../ViewManager/ViewManager.py" line="3913"/> <source>Delete Macro</source> <translation>Smazat makro</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3902"/> + <location filename="../ViewManager/ViewManager.py" line="3909"/> <source>&Delete Macro</source> <translation>Smazat makr&o</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3908"/> + <location filename="../ViewManager/ViewManager.py" line="3915"/> <source><b>Delete Macro</b><p>Delete a previously recorded editor macro.</p></source> <translation><b>Smazat makro</b><p>Smaže se nahrané makro.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3920"/> + <location filename="../ViewManager/ViewManager.py" line="3927"/> <source>Load Macro</source> <translation>Načíst makro</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3916"/> + <location filename="../ViewManager/ViewManager.py" line="3923"/> <source>&Load Macro</source> <translation>&Načíst makro</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3922"/> + <location filename="../ViewManager/ViewManager.py" line="3929"/> <source><b>Load Macro</b><p>Load an editor macro from a file.</p></source> <translation><b>Načíst makro</b><p>Načte se makro ze souboru.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3934"/> + <location filename="../ViewManager/ViewManager.py" line="3941"/> <source>Save Macro</source> <translation>Uložit makro</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3930"/> + <location filename="../ViewManager/ViewManager.py" line="3937"/> <source>&Save Macro</source> <translation>&Uložit makro</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3936"/> + <location filename="../ViewManager/ViewManager.py" line="3943"/> <source><b>Save Macro</b><p>Save a previously recorded editor macro to a file.</p></source> <translation><b>Uložit makro</b><p>Nahrané makro se uloží do souboru.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3952"/> + <location filename="../ViewManager/ViewManager.py" line="3959"/> <source>&Macros</source> <translation>&Makra</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3978"/> + <location filename="../ViewManager/ViewManager.py" line="3985"/> <source>Toggle Bookmark</source> <translation>Přepnout záložku</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3970"/> + <location filename="../ViewManager/ViewManager.py" line="3977"/> <source>&Toggle Bookmark</source> <translation>Přepnou&t záložku</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3970"/> + <location filename="../ViewManager/ViewManager.py" line="3977"/> <source>Alt+Ctrl+T</source> <comment>Bookmark|Toggle</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3980"/> + <location filename="../ViewManager/ViewManager.py" line="3987"/> <source><b>Toggle Bookmark</b><p>Toggle a bookmark at the current line of the current editor.</p></source> <translation><b>Přepnout záložku</b><p>Vytvoří/zruší záložku na aktuálním řádku v aktuálním editoru.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3997"/> + <location filename="../ViewManager/ViewManager.py" line="4004"/> <source>Next Bookmark</source> <translation>Následující záložka</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3989"/> + <location filename="../ViewManager/ViewManager.py" line="3996"/> <source>&Next Bookmark</source> <translation>&Následující záložka</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3989"/> + <location filename="../ViewManager/ViewManager.py" line="3996"/> <source>Ctrl+PgDown</source> <comment>Bookmark|Next</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3999"/> + <location filename="../ViewManager/ViewManager.py" line="4006"/> <source><b>Next Bookmark</b><p>Go to next bookmark of the current editor.</p></source> <translation><b>Následující záložka</b><p>Přesun na následující záložku v aktuálním editoru.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4015"/> + <location filename="../ViewManager/ViewManager.py" line="4022"/> <source>Previous Bookmark</source> <translation>Předchozí záložka</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4007"/> + <location filename="../ViewManager/ViewManager.py" line="4014"/> <source>&Previous Bookmark</source> <translation>&Předchozí záložka</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4007"/> + <location filename="../ViewManager/ViewManager.py" line="4014"/> <source>Ctrl+PgUp</source> <comment>Bookmark|Previous</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4017"/> + <location filename="../ViewManager/ViewManager.py" line="4024"/> <source><b>Previous Bookmark</b><p>Go to previous bookmark of the current editor.</p></source> <translation><b>Předchozí záložka</b><p>Přesun na předchozí záložku.</p></translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="4039"/> + <source>Clear Bookmarks</source> + <translation>Vyčistit záložky</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="4032"/> - <source>Clear Bookmarks</source> - <translation>Vyčistit záložky</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4025"/> <source>&Clear Bookmarks</source> <translation>Vyčistit (zr&ušit) záložky</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4025"/> + <location filename="../ViewManager/ViewManager.py" line="4032"/> <source>Alt+Ctrl+C</source> <comment>Bookmark|Clear</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4034"/> + <location filename="../ViewManager/ViewManager.py" line="4041"/> <source><b>Clear Bookmarks</b><p>Clear bookmarks of all editors.</p></source> <translation><b>Vyčistit (zrušit) záložky</b><p>Zruší se všechny záložky ve všech editorech.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4048"/> + <location filename="../ViewManager/ViewManager.py" line="4055"/> <source>Goto Syntax Error</source> <translation>Jít na Syntaktickou chybu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4042"/> + <location filename="../ViewManager/ViewManager.py" line="4049"/> <source>&Goto Syntax Error</source> <translation>&Jít na Syntaktickou chybu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4050"/> + <location filename="../ViewManager/ViewManager.py" line="4057"/> <source><b>Goto Syntax Error</b><p>Go to next syntax error of the current editor.</p></source> <translation><b>Jít na Syntax error</b><p>Přesun na syntaktickou chybu v aktuálním editoru.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4063"/> + <location filename="../ViewManager/ViewManager.py" line="4070"/> <source>Clear Syntax Errors</source> <translation>Vyčistit Syntaktické chyby</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4058"/> - <source>Clear &Syntax Errors</source> - <translation>V&yčistit Syntaktické chyby</translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="4065"/> + <source>Clear &Syntax Errors</source> + <translation>V&yčistit Syntaktické chyby</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4072"/> <source><b>Clear Syntax Errors</b><p>Clear syntax errors of all editors.</p></source> <translation><b>Vyčistit syntaktické chyby</b><p>Smažou se záznamy o syntaktických chybách ve všech editorech.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4133"/> + <location filename="../ViewManager/ViewManager.py" line="4140"/> <source>Next uncovered line</source> <translation>Následují problémová řádka</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4127"/> + <location filename="../ViewManager/ViewManager.py" line="4134"/> <source>&Next uncovered line</source> <translation>Nás&ledující problémová řádka</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4135"/> + <location filename="../ViewManager/ViewManager.py" line="4142"/> <source><b>Next uncovered line</b><p>Go to next line of the current editor marked as not covered.</p></source> <translation><b>Následující problémová řádka</b><p>Jít na řádku v aktuálním editoru, která byla nalezena jako problémová.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4152"/> + <location filename="../ViewManager/ViewManager.py" line="4159"/> <source>Previous uncovered line</source> <translation>Předchozí problémová řádka</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4144"/> + <location filename="../ViewManager/ViewManager.py" line="4151"/> <source>&Previous uncovered line</source> <translation>Př&edchozí problémová řádka</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4154"/> + <location filename="../ViewManager/ViewManager.py" line="4161"/> <source><b>Previous uncovered line</b><p>Go to previous line of the current editor marked as not covered.</p></source> <translation><b>Předchozí problémová řádka</b><p>Jít na předchozí řádku v aktuálním editoru, která byla nalezena jako problémová.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4170"/> + <location filename="../ViewManager/ViewManager.py" line="4177"/> <source>Next Task</source> <translation>Následující úloha</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4164"/> + <location filename="../ViewManager/ViewManager.py" line="4171"/> <source>&Next Task</source> <translation>Následující úlo&ha</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4172"/> + <location filename="../ViewManager/ViewManager.py" line="4179"/> <source><b>Next Task</b><p>Go to next line of the current editor having a task.</p></source> <translation><b>Následující úloha</b><p>Jít na řádek v aktuálním editoru, na kterém je následující úloha.</p></translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="4194"/> + <source>Previous Task</source> + <translation>Předchozí úloha</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="4187"/> - <source>Previous Task</source> - <translation>Předchozí úloha</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4180"/> <source>&Previous Task</source> <translation>Předchozí úl&oha</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4189"/> + <location filename="../ViewManager/ViewManager.py" line="4196"/> <source><b>Previous Task</b><p>Go to previous line of the current editor having a task.</p></source> <translation><b>Předchozí úloha</b><p>Jít na řádek, na kterém se nachází předchozí úloha.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4243"/> + <location filename="../ViewManager/ViewManager.py" line="4250"/> <source>&Bookmarks</source> <translation>&Záložky</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4289"/> + <location filename="../ViewManager/ViewManager.py" line="4296"/> <source>Bookmarks</source> <translation>Záložky</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4441"/> + <location filename="../ViewManager/ViewManager.py" line="4448"/> <source>Open files</source> <translation>Otevřené soubory</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4485"/> + <location filename="../ViewManager/ViewManager.py" line="4492"/> <source>File Modified</source> <translation>Soubor změněn</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5329"/> + <location filename="../ViewManager/ViewManager.py" line="5336"/> <source>&Clear</source> <translation>&Vyčistit</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5323"/> + <location filename="../ViewManager/ViewManager.py" line="5330"/> <source>&Add</source> <translation>Přid&at</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5326"/> + <location filename="../ViewManager/ViewManager.py" line="5333"/> <source>&Edit...</source> <translation>&Edit...</translation> </message> @@ -82109,63 +82129,63 @@ <translation>Exportovat jako</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3413"/> + <location filename="../ViewManager/ViewManager.py" line="3420"/> <source>Quicksearch Textedit</source> <translation>Rychlé hledání texteditoru</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2946"/> + <location filename="../ViewManager/ViewManager.py" line="2923"/> <source>Clear search markers</source> <translation>Vyčistit značky hledání</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2946"/> + <location filename="../ViewManager/ViewManager.py" line="2923"/> <source>Ctrl+3</source> <comment>Search|Clear search markers</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2954"/> + <location filename="../ViewManager/ViewManager.py" line="2931"/> <source>Clear all displayed search markers</source> <translation>Vyčistit všechny zobrazené začky hledání</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2956"/> + <location filename="../ViewManager/ViewManager.py" line="2933"/> <source><b>Clear search markers</b><p>Clear all displayed search markers.</p></source> <translation><b>Vyčistit značky hledání</b><p>Smažou všechny zabrazené značky hledání.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2914"/> + <location filename="../ViewManager/ViewManager.py" line="2891"/> <source>Search next occurrence of text</source> <translation>Hledat další výskyt textu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2916"/> + <location filename="../ViewManager/ViewManager.py" line="2893"/> <source><b>Search next</b><p>Search the next occurrence of some text in the current editor. The previously entered searchtext and options are reused.</p></source> <translation><b>Hledat další</b><p>Hledá se další výskyt hledaného textu v aktuálním editoru. Stále platí nastavení, která byla nastavena při zadání hledaného textu.<p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2934"/> + <location filename="../ViewManager/ViewManager.py" line="2911"/> <source>Search previous occurrence of text</source> <translation>Hledat předchozí výskyt textu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2936"/> + <location filename="../ViewManager/ViewManager.py" line="2913"/> <source><b>Search previous</b><p>Search the previous occurrence of some text in the current editor. The previously entered searchtext and options are reused.</p></source> <translation><b>Hledat předchozí</b><p>Hledá se předchozí výskyt hledaného textu v aktuálním editoru. Stále platí nastavení, která byla nastavena při zadání hledaného textu.<p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3108"/> + <location filename="../ViewManager/ViewManager.py" line="3085"/> <source><b>Quicksearch</b><p>This activates the quicksearch function of the IDE by giving focus to the quicksearch entry field. If this field is already active and contains text, it searches for the next occurrence of this text.</p></source> <translation><b>Rychlé hledání</b><p>Aktivuje se funkce rychlého hledání. Kurzor se přemístí do okna zadání hledaného výrazu. Je-li toto okno aktivní a obsahuje-li text, vyhledává v textu výskyt tohoto výrazu.<p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3132"/> + <location filename="../ViewManager/ViewManager.py" line="3109"/> <source><b>Quicksearch backwards</b><p>This searches the previous occurrence of the quicksearch text.</p></source> <translation><b>Rychlé hledání zpět</b><p>Vyhledává se předchozí výskyt výrazu v rychlém hledání.<p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3386"/> + <location filename="../ViewManager/ViewManager.py" line="3393"/> <source><p>Enter the searchtext directly into this field. The search will be performed case insensitive. The quicksearch function is activated upon activation of the quicksearch next action (default key Ctrl+Shift+K), if this entry field does not have the input focus. Otherwise it searches for the next occurrence of the text entered. The quicksearch backwards action (default key Ctrl+Shift+J) searches backward. Activating the 'quicksearch extend' action (default key Ctrl+Shift+H) extends the current searchtext to the end of the currently found word. The quicksearch can be ended by pressing the Return key while the quicksearch entry has the the input focus.</p></source> <translation><p>Pište hledaný text přímo do okna Rychlého hledání. Při zadávání se neberou na zřetel velké/malé znaky. Pokud okno nemá fokus, aktivujte jej příkazem Rychlé hledání (defaultně Ctrl+Shift+K). Jinak se pokračuje v hledání dalšího výskytu zadaného textu. Rychlé hledání nazpět (defaultně Ctr+Shift+J) prohledává text směrem k začátku dokumentu. Rozšířené rychlé hledání (defaultně Ctrl+Shift+H) rozšíří hledaný text na celé slovo, na kterém je kurzor. Rychlé hledání je ukončeno stiskem klávesy Enter za předpokladu, že fokus se nachází v okně Rychlého hledání.</p></translation> </message> @@ -82220,109 +82240,109 @@ <translation>Shift+Enter</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3289"/> + <location filename="../ViewManager/ViewManager.py" line="3266"/> <source>Replace in Files</source> <translation>Nahradit v souborech</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3289"/> + <location filename="../ViewManager/ViewManager.py" line="3266"/> <source>Replace in F&iles...</source> <translation>Nahrad&it v souborech...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3289"/> + <location filename="../ViewManager/ViewManager.py" line="3266"/> <source>Shift+Ctrl+R</source> <comment>Search|Replace in Files</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3296"/> + <location filename="../ViewManager/ViewManager.py" line="3273"/> <source>Search for a text in files and replace it</source> <translation>Hledat text v souborech a nahradit jej</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3298"/> + <location filename="../ViewManager/ViewManager.py" line="3275"/> <source><b>Replace in Files</b><p>Search for some text in the files of a directory tree or the project and replace it. A dialog is shown to enter the searchtext, the replacement text and options for the search and to display the result.</p></source> <translation><b>Nahradit v souborech</b><p>Hledání zadaného textu v souborech v adresářovém stromu projektu a jeho nahrazení. Je zobrazeno dialogové okno pro zadání hledaného textu, textu nahrazujícího a volby pro hledání a zobrazní výsledku.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4322"/> + <location filename="../ViewManager/ViewManager.py" line="4329"/> <source>Shift+F7</source> <comment>Spelling|Spell Check</comment> <translation></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4331"/> + <location filename="../ViewManager/ViewManager.py" line="4338"/> <source>Perform spell check of current editor</source> <translation>Spustit kontrolu pravopisu v aktuálním editoru</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4341"/> + <location filename="../ViewManager/ViewManager.py" line="4348"/> <source>Automatic spell checking</source> <translation>Automatická kontrola pravopisu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4341"/> + <location filename="../ViewManager/ViewManager.py" line="4348"/> <source>&Automatic spell checking</source> <translation>&Automatická kontrola pravopisu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4349"/> + <location filename="../ViewManager/ViewManager.py" line="4356"/> <source>(De-)Activate automatic spell checking</source> <translation>(De-)aktivovat akutomatickou kontrolu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4351"/> + <location filename="../ViewManager/ViewManager.py" line="4358"/> <source><b>Automatic spell checking</b><p>Activate or deactivate the automatic spell checking function of all editors.</p></source> <translation><b>Automatická kontrola pravopisu</b><p>Zapnout neobo vypnout automatickou kontrolu pravopisu ve všech editorech.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4418"/> + <location filename="../ViewManager/ViewManager.py" line="4425"/> <source>Spelling</source> <translation>Pravopis</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4485"/> + <location filename="../ViewManager/ViewManager.py" line="4492"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>Soubor <b>{0}</b> obsahuje neuložené změny.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4884"/> + <location filename="../ViewManager/ViewManager.py" line="4891"/> <source>Line: {0:5}</source> <translation>Řádek: {0:5}</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4890"/> + <location filename="../ViewManager/ViewManager.py" line="4897"/> <source>Pos: {0:5}</source> <translation>Poz: {0:5}</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4080"/> + <location filename="../ViewManager/ViewManager.py" line="4087"/> <source>Next warning message</source> <translation>Další varování</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4074"/> + <location filename="../ViewManager/ViewManager.py" line="4081"/> <source>&Next warning message</source> <translation>Další varová&ní</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4099"/> + <location filename="../ViewManager/ViewManager.py" line="4106"/> <source>Previous warning message</source> <translation>Předchozí varování</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4091"/> + <location filename="../ViewManager/ViewManager.py" line="4098"/> <source>&Previous warning message</source> <translation>&Předchozí varování</translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="4124"/> + <source>Clear Warning Messages</source> + <translation>Vyčistit varovná hlášení</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="4117"/> - <source>Clear Warning Messages</source> - <translation>Vyčistit varovná hlášení</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4110"/> <source>Clear &Warning Messages</source> <translation>&Vyčistit varovná hlášení</translation> </message> @@ -82343,80 +82363,80 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3210"/> + <location filename="../ViewManager/ViewManager.py" line="3187"/> <source>Goto Last Edit Location</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="3176"/> + <source>Goto Last &Edit Location</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3176"/> + <source>Ctrl+Shift+G</source> + <comment>Search|Goto Last Edit Location</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3190"/> + <source><b>Goto Last Edit Location</b><p>Go to the location of the last edit in the current editor.</p></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="3199"/> - <source>Goto Last &Edit Location</source> + <source>Goto Previous Method or Class</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ViewManager/ViewManager.py" line="3199"/> - <source>Ctrl+Shift+G</source> - <comment>Search|Goto Last Edit Location</comment> + <source>Ctrl+Shift+Up</source> + <comment>Search|Goto Previous Method or Class</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3209"/> + <source>Go to the previous method or class definition</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ViewManager/ViewManager.py" line="3213"/> - <source><b>Goto Last Edit Location</b><p>Go to the location of the last edit in the current editor.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3222"/> - <source>Goto Previous Method or Class</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3222"/> - <source>Ctrl+Shift+Up</source> - <comment>Search|Goto Previous Method or Class</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3232"/> - <source>Go to the previous method or class definition</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3236"/> <source><b>Goto Previous Method or Class</b><p>Goes to the line of the previous method or class definition and highlights the name.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3246"/> + <location filename="../ViewManager/ViewManager.py" line="3223"/> <source>Goto Next Method or Class</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3246"/> + <location filename="../ViewManager/ViewManager.py" line="3223"/> <source>Ctrl+Shift+Down</source> <comment>Search|Goto Next Method or Class</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3256"/> + <location filename="../ViewManager/ViewManager.py" line="3233"/> <source>Go to the next method or class definition</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3258"/> + <location filename="../ViewManager/ViewManager.py" line="3235"/> <source><b>Goto Next Method or Class</b><p>Goes to the line of the next method or class definition and highlights the name.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3737"/> - <source>Preview</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3742"/> - <source>Preview the current file in the web browser</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="3744"/> + <source>Preview</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3749"/> + <source>Preview the current file in the web browser</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3751"/> <source><b>Preview</b><p>This opens the web browser with a preview of the current file.</p></source> <translation type="unfinished"></translation> </message> @@ -82787,39 +82807,39 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3505"/> + <location filename="../ViewManager/ViewManager.py" line="3512"/> <source>Zoom reset</source> <translation type="unfinished">Resetovat lupu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3505"/> + <location filename="../ViewManager/ViewManager.py" line="3512"/> <source>Zoom &reset</source> <translation type="unfinished">&Resetovat lupu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3505"/> + <location filename="../ViewManager/ViewManager.py" line="3512"/> <source>Ctrl+0</source> <comment>View|Zoom reset</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3513"/> + <location filename="../ViewManager/ViewManager.py" line="3520"/> <source>Reset the zoom of the text</source> <translation type="unfinished">Resetovat lupu textu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3515"/> + <location filename="../ViewManager/ViewManager.py" line="3522"/> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation type="unfinished"><b>Reset lupy</b><p>Reset lupy pro text. Nastaví se lupa na hodnotu 100%.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3467"/> + <location filename="../ViewManager/ViewManager.py" line="3474"/> <source>Zoom In</source> <comment>View|Zoom in</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3486"/> + <location filename="../ViewManager/ViewManager.py" line="3493"/> <source>Zoom Out</source> <comment>View|Zoom out</comment> <translation type="unfinished"></translation> @@ -82830,191 +82850,191 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4204"/> + <location filename="../ViewManager/ViewManager.py" line="4211"/> <source>Next Change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4198"/> + <location filename="../ViewManager/ViewManager.py" line="4205"/> <source>&Next Change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4206"/> + <location filename="../ViewManager/ViewManager.py" line="4213"/> <source><b>Next Change</b><p>Go to next line of the current editor having a change marker.</p></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="4229"/> + <source>Previous Change</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="4222"/> - <source>Previous Change</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4215"/> <source>&Previous Change</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4224"/> + <location filename="../ViewManager/ViewManager.py" line="4231"/> <source><b>Previous Change</b><p>Go to previous line of the current editor having a change marker.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4322"/> + <location filename="../ViewManager/ViewManager.py" line="4329"/> <source>Check spelling</source> <translation type="unfinished">Kontrola pravopisu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4322"/> + <location filename="../ViewManager/ViewManager.py" line="4329"/> <source>Check &spelling...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4333"/> + <location filename="../ViewManager/ViewManager.py" line="4340"/> <source><b>Check spelling</b><p>Perform a spell check of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4382"/> + <location filename="../ViewManager/ViewManager.py" line="4389"/> <source>Edit Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4384"/> + <location filename="../ViewManager/ViewManager.py" line="4391"/> <source>Project Word List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4387"/> + <location filename="../ViewManager/ViewManager.py" line="4394"/> <source>Project Exception List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4392"/> + <location filename="../ViewManager/ViewManager.py" line="4399"/> <source>User Word List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4395"/> + <location filename="../ViewManager/ViewManager.py" line="4402"/> <source>User Exception List</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6574"/> + <location filename="../ViewManager/ViewManager.py" line="6581"/> <source>Edit Spelling Dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6549"/> + <location filename="../ViewManager/ViewManager.py" line="6556"/> <source>Editing {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6534"/> + <location filename="../ViewManager/ViewManager.py" line="6541"/> <source><p>The spelling dictionary file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6561"/> + <location filename="../ViewManager/ViewManager.py" line="6568"/> <source><p>The spelling dictionary file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6574"/> + <location filename="../ViewManager/ViewManager.py" line="6581"/> <source>The spelling dictionary was saved successfully.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2965"/> + <location filename="../ViewManager/ViewManager.py" line="2942"/> <source>Search current word forward</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="2942"/> + <source>Ctrl+.</source> + <comment>Search|Search current word forward</comment> + <translation type="unfinished">Ctrl+.</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="2953"/> + <source>Search next occurrence of the current word</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="2956"/> + <source><b>Search current word forward</b><p>Search the next occurrence of the current word of the current editor.</p></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="2965"/> - <source>Ctrl+.</source> - <comment>Search|Search current word forward</comment> - <translation type="unfinished">Ctrl+.</translation> + <source>Search current word backward</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="2965"/> + <source>Ctrl+,</source> + <comment>Search|Search current word backward</comment> + <translation type="unfinished"></translation> </message> <message> <location filename="../ViewManager/ViewManager.py" line="2976"/> - <source>Search next occurrence of the current word</source> + <source>Search previous occurrence of the current word</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ViewManager/ViewManager.py" line="2979"/> - <source><b>Search current word forward</b><p>Search the next occurrence of the current word of the current editor.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2988"/> - <source>Search current word backward</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2988"/> - <source>Ctrl+,</source> - <comment>Search|Search current word backward</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2999"/> - <source>Search previous occurrence of the current word</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3002"/> <source><b>Search current word backward</b><p>Search the previous occurrence of the current word of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3309"/> + <location filename="../ViewManager/ViewManager.py" line="3286"/> <source>Search in Open Files</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="3286"/> + <source>Search in Open Files...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3286"/> + <source>Meta+Ctrl+Alt+F</source> + <comment>Search|Search Open Files</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3297"/> + <source>Search for a text in open files</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3299"/> + <source><b>Search in Open Files</b><p>Search for some text in the currently opened files. A dialog is shown to enter the searchtext and options for the search and to display the result.</p></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="3309"/> - <source>Search in Open Files...</source> + <source>Replace in Open Files</source> <translation type="unfinished"></translation> </message> <message> <location filename="../ViewManager/ViewManager.py" line="3309"/> - <source>Meta+Ctrl+Alt+F</source> - <comment>Search|Search Open Files</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3320"/> - <source>Search for a text in open files</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3322"/> - <source><b>Search in Open Files</b><p>Search for some text in the currently opened files. A dialog is shown to enter the searchtext and options for the search and to display the result.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3332"/> - <source>Replace in Open Files</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3332"/> <source>Meta+Ctrl+Alt+R</source> <comment>Search|Replace in Open Files</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3342"/> + <location filename="../ViewManager/ViewManager.py" line="3319"/> <source>Search for a text in open files and replace it</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3344"/> + <location filename="../ViewManager/ViewManager.py" line="3321"/> <source><b>Replace in Open Files</b><p>Search for some text in the currently opened files and replace it. A dialog is shown to enter the searchtext, the replacement text and options for the search and to display the result.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3332"/> + <location filename="../ViewManager/ViewManager.py" line="3309"/> <source>Replace in Open Files...</source> <translation type="unfinished"></translation> </message> @@ -83040,62 +83060,62 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4911"/> + <location filename="../ViewManager/ViewManager.py" line="4918"/> <source>Language: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4918"/> + <location filename="../ViewManager/ViewManager.py" line="4925"/> <source>EOL Mode: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3621"/> + <location filename="../ViewManager/ViewManager.py" line="3628"/> <source>New Document View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3621"/> - <source>New &Document View</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3626"/> - <source>Open a new view of the current document</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="3628"/> + <source>New &Document View</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3633"/> + <source>Open a new view of the current document</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3635"/> <source><b>New Document View</b><p>Opens a new view of the current document. Both views show the same document. However, the cursors may be positioned independently.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3638"/> - <source>New Document View (with new split)</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="3645"/> + <source>New Document View (with new split)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3652"/> <source>Open a new view of the current document in a new split</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3648"/> + <location filename="../ViewManager/ViewManager.py" line="3655"/> <source><b>New Document View</b><p>Opens a new view of the current document in a new split. Both views show the same document. However, the cursors may be positioned independently.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4082"/> + <location filename="../ViewManager/ViewManager.py" line="4089"/> <source><b>Next warning message</b><p>Go to next line of the current editor having a pyflakes warning.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4101"/> + <location filename="../ViewManager/ViewManager.py" line="4108"/> <source><b>Previous warning message</b><p>Go to previous line of the current editor having a pyflakes warning.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4119"/> + <location filename="../ViewManager/ViewManager.py" line="4126"/> <source><b>Clear Warning Messages</b><p>Clear pyflakes warning messages of all editors.</p></source> <translation type="unfinished"></translation> </message> @@ -83156,65 +83176,65 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3030"/> + <location filename="../ViewManager/ViewManager.py" line="3007"/> <source>Replace and Search</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3030"/> + <location filename="../ViewManager/ViewManager.py" line="3007"/> <source>Meta+R</source> <comment>Search|Replace and Search</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3040"/> + <location filename="../ViewManager/ViewManager.py" line="3017"/> <source>Replace the found text and search the next occurrence</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="3020"/> + <source><b>Replace and Search</b><p>Replace the found occurrence of text in the current editor and search for the next one. The previously entered search text and options are reused.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3031"/> + <source>Replace Occurrence</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3031"/> + <source>Ctrl+Meta+R</source> + <comment>Search|Replace Occurrence</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3041"/> + <source>Replace the found text</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="3043"/> - <source><b>Replace and Search</b><p>Replace the found occurrence of text in the current editor and search for the next one. The previously entered search text and options are reused.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3054"/> - <source>Replace Occurrence</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3054"/> - <source>Ctrl+Meta+R</source> - <comment>Search|Replace Occurrence</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3064"/> - <source>Replace the found text</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3066"/> <source><b>Replace Occurrence</b><p>Replace the found occurrence of the search text in the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3076"/> + <location filename="../ViewManager/ViewManager.py" line="3053"/> <source>Replace All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3076"/> + <location filename="../ViewManager/ViewManager.py" line="3053"/> <source>Shift+Meta+R</source> <comment>Search|Replace All</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3086"/> + <location filename="../ViewManager/ViewManager.py" line="3063"/> <source>Replace search text occurrences</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3088"/> + <location filename="../ViewManager/ViewManager.py" line="3065"/> <source><b>Replace All</b><p>Replace all occurrences of the search text in the current editor.</p></source> <translation type="unfinished"></translation> </message> @@ -83240,17 +83260,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3594"/> + <location filename="../ViewManager/ViewManager.py" line="3601"/> <source>Clear all folds</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3590"/> + <location filename="../ViewManager/ViewManager.py" line="3597"/> <source>Clear &all folds</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3596"/> + <location filename="../ViewManager/ViewManager.py" line="3603"/> <source><b>Clear all folds</b><p>Clear all folds of the current editor, i.e. ensure that all lines are displayed unfolded.</p></source> <translation type="unfinished"></translation> </message> @@ -83265,17 +83285,17 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3754"/> + <location filename="../ViewManager/ViewManager.py" line="3761"/> <source>Python AST Viewer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3759"/> + <location filename="../ViewManager/ViewManager.py" line="3766"/> <source>Show the AST for the current Python file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3761"/> + <location filename="../ViewManager/ViewManager.py" line="3768"/> <source><b>Python AST Viewer</b><p>This opens the a tree view of the AST of the current Python source file.</p></source> <translation type="unfinished"></translation> </message>
--- a/eric6/i18n/eric6_de.ts Sat May 11 11:29:48 2019 +0200 +++ b/eric6/i18n/eric6_de.ts Sun May 12 15:31:23 2019 +0200 @@ -33629,7 +33629,7 @@ <context> <name>HgLogBrowserDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="88"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="97"/> <source>Mercurial Log</source> <translation>Mercurial-Log</translation> </message> @@ -33659,17 +33659,17 @@ <translation>Wähle das als Filter zu verwendende Feld</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="116"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="127"/> <source>Revision</source> <translation>Revision</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="117"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="128"/> <source>Author</source> <translation>Autor</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="118"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="129"/> <source>Message</source> <translation>Nachricht</translation> </message> @@ -33779,42 +33779,42 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="197"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="213"/> <source>Added</source> <translation>Hinzugefügt</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="198"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="214"/> <source>Deleted</source> <translation>Gelöscht</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="199"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="215"/> <source>Modified</source> <translation>Modifiziert</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1100"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1145"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1100"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1145"/> <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/HgLogBrowserDialog.py" line="872"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="910"/> <source>The hg process did not finish within 30s.</source> <translation>Der hg-Prozess endete nicht innerhalb von 30s.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="875"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="913"/> <source>Could not start the hg executable.</source> <translation>Das hg Programm konnte nicht gestartet werden.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="878"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="916"/> <source>Mercurial Error</source> <translation>Mercurial-Fehler</translation> </message> @@ -33834,63 +33834,63 @@ <translation>Wähle den als Filter zu verwendenden Zweig</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="172"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="187"/> <source>All</source> <translation>Alle</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="90"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="99"/> <source>Mercurial Log (Incoming)</source> <translation>Mercurial-Log (Eingang)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="92"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="101"/> <source>Mercurial Log (Outgoing)</source> <translation>Mercurial-Log (Ausgang)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="214"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="230"/> <source>Bookmarks</source> <translation>Lesezeichen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="105"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="116"/> <source>Press to refresh the list of changesets</source> <translation>Drücken, um die Liste der Änderungssätze zu erneuern</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="103"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="114"/> <source>&Refresh</source> <translation>&Erneuern</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="223"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="131"/> <source>Phase</source> <translation>Phase</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="266"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="284"/> <source>Change the phase of the selected revisions</source> <translation>Ändert die Phase der ausgewählten Revisionen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="268"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="286"/> <source><b>Change Phase</b> <p>This changes the phase of the selected revisions. The selected revisions have to have the same current phase.</p></source> <translation><b>Phase ändern</b><p>Dies ändert die Phase der ausgewählten Revisionen. Die ausgewählten Revisionen müssen sich in der gleichen Phase befinden.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="264"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="282"/> <source>Change Phase</source> <translation>Phase ändern</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2063"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2164"/> <source>Copy Changesets</source> <translation>Änderungssätze kopieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2379"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2487"/> <source>The project should be reread. Do this now?</source> <translation>Das Projekt sollte neu gelesen werde. Jetzt durchführen?</translation> </message> @@ -33900,42 +33900,42 @@ <translation>Wähle eine Aktion aus dem Menü</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="255"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="273"/> <source>Copy the selected changesets to the current branch</source> <translation>Ausgewählte Änderungssätze in den aktuellen Zweig kopieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="273"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="291"/> <source>Tag</source> <translation>Marke setzen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="276"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="294"/> <source>Tag the selected revision</source> <translation>Ausgewählte Revision mit einer Marke versehen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2115"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2218"/> <source>Switch</source> <translation>Umschalten</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="281"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="299"/> <source>Switch the working directory to the selected revision</source> <translation>Schaltet das Arbeitsverzeichnis auf die ausgewählte Revision um</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="304"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="322"/> <source>Pull Large Files</source> <translation>Binärriesen herunterladen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="306"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="324"/> <source>Pull large files for selected revisions</source> <translation>Binärriesen der ausgewählten Revisionen herunterladen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1193"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1247"/> <source>{0} (large file)</source> <translation>{0} (Binärriese)</translation> </message> @@ -33960,147 +33960,147 @@ <translation>Drücken, um das nächste Vorkommen zu suchen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="113"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="124"/> <source>Find</source> <translation>Suchen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="114"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="125"/> <source>Filter</source> <translation>Filter</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="154"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="169"/> <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/HgLogBrowserDialog.py" line="160"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="175"/> <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/HgLogBrowserDialog.py" line="2519"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2629"/> <source>Find Commit</source> <translation>Revision finden</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2519"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2629"/> <source>'{0}' was not found.</source> <translation>„{0}“ wurde nicht gefunden.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="119"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="130"/> <source>File</source> <translation>Datei</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="203"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="219"/> <source>Draft</source> <translation>Entwurf</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="204"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="220"/> <source>Public</source> <translation>Öffentlich</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="205"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="221"/> <source>Secret</source> <translation>Geheim</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2246"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2349"/> <source>Pull Changes</source> <translation>Änderungen herunterladen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="302"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="320"/> <source>Pull changes from a remote repository</source> <translation>Änderungen von einem entfernten Repository herunterladen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="315"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="333"/> <source>Push Selected Changes</source> <translation>Ausgewählte Änderungen hochladen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="318"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="336"/> <source>Push changes of the selected changeset and its ancestors to a remote repository</source> <translation>Änderungen des ausgewählten Änderungssatzes und aller Vorgänger in ein entferntes Repository hochladen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="321"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="339"/> <source>Push All Changes</source> <translation>Alle Änderungen hochladen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="324"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="342"/> <source>Push all changes to a remote repository</source> <translation>Alle Änderungen an ein entferntes Repository hochladen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2210"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2314"/> <source>Fetch Changes</source> <translation>Änderungen abholen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2289"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2395"/> <source>Strip Changesets</source> <translation>Änderungssätze löschen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="310"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="328"/> <source>Fetch changes from a remote repository</source> <translation>Änderungen von einem entfernten Repository herunterladen und einarbeiten</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="367"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="385"/> <source>Strip changesets from a repository</source> <translation>Änderungssätze aus einem Repository löschen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="286"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="304"/> <source>Define Bookmark...</source> <translation>Lesezeichen hinzufügen …</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="289"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="307"/> <source>Bookmark the selected revision</source> <translation>Lesezeichen für die ausgewählte Revision erzeugen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="291"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="309"/> <source>Move Bookmark...</source> <translation>Lesezeichen verschieben …</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="294"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="312"/> <source>Move bookmark to the selected revision</source> <translation>Verschiebe ein Lesezeichen zur ausgewählten Revision</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2136"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2240"/> <source>Define Bookmark</source> <translation>Lesezeichen hinzufügen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2136"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2240"/> <source>Enter bookmark name for changeset "{0}":</source> <translation>Gib einen Lesezeichennamen für den Änderungssatz "{0}" ein:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2263"/> <source>Move Bookmark</source> <translation>Lesezeichen verschieben</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2158"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2263"/> <source>Select the bookmark to be moved to changeset "{0}":</source> <translation>Wähle ein Lesezeichen aus, das zum Änderungssatz "{0}" verschoben werden soll:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2101"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2204"/> <source>Select bookmark to switch to (leave empty to use revision):</source> <translation>Wähle das Lesezeichen aus, auf das umgeschaltet werden soll (leer lassen, um Revision zu verwenden):</translation> </message> @@ -34115,149 +34115,149 @@ <translation>Drücken, um in der Historie nach unten zu gehen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="157"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="172"/> <source><tr><td><b>Latest Tag</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Letzte Marke</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="138"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="153"/> <source><table><tr><td><b>Revision</b></td><td>{0}</td></tr><tr><td><b>Date</b></td><td>{1}</td></tr><tr><td><b>Author</b></td><td>{2}</td></tr><tr><td><b>Branch</b></td><td>{3}</td></tr>{4}<tr><td><b>Message</b></td><td>{5}</td></tr></table></source> <translation><table><tr><td><b>Revision</b></td><td>{0}</td></tr><tr><td><b>Datum</b></td><td>{1}</td></tr><tr><td><b>Autor</b></td><td>{2}</td></tr><tr><td><b>Zweig</b></td><td>{3}</td></tr>{4}<tr><td><b>Nachricht</b></td><td>{5}</td></tr></table></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="148"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="163"/> <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/HgLogBrowserDialog.py" line="151"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="166"/> <source><tr><td><b>Children</b></td><td>{0}</td></tr></source> <translation><tr><td><b>Nachfolger</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="258"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="276"/> <source>Merge with Changeset</source> <translation>Mit Änderungssatz zusammenführen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="261"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="279"/> <source>Merge the working directory with the selected changeset</source> <translation>Führe das Arbeitsverzeichnis mit dem gewählten Änderungssatz zusammen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="329"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="347"/> <source>Create Changegroup</source> <translation>Änderungsgruppe erzeugen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="332"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="350"/> <source>Create a changegroup file containing the selected changesets</source> <translation>Erzeuge eine Änderungsgruppendatei für die ausgewählten Änderungssätze</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="334"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="352"/> <source><b>Create Changegroup</b> <p>This creates a changegroup file containing the selected revisions. If no revisions are selected, all changesets will be bundled. If one revision is selected, it will be interpreted as the base revision. Otherwise the lowest revision will be used as the base revision and all other revision will be bundled. If the dialog is showing outgoing changesets, all selected changesets will be bundled.</p></source> <translation><b>Änderungsgruppe erzeugen</b> <p>Dies erzeugt eine Änderungsgruppendatei für die ausgewählten Änderungssätze. Ist keine Änderung ausgewählt, werden alle in die Datei geschrieben. Ist ein Änderungssatz ausgewählt, so wird er als Basis verwendet. Ansonsten wird die kleinste, ausgewählte Revision als Basis verwendet und alle anderen werden in die Datei geschrieben. Zeigt der Dialog ausgehende Änderungssätze an, so werden alle ausgewählten in die Datei geschrieben.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2379"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2487"/> <source>Apply Changegroup</source> <translation>Änderungsgruppe anwenden</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="346"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="364"/> <source>Apply the currently viewed changegroup file</source> <translation>Wende die aktuell inspizierte Änderungsgruppendatei an</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="351"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="369"/> <source>Sign Revisions</source> <translation>Revisionen signieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="354"/> - <source>Add a signature for the selected revisions</source> - <translation>Den ausgewählten Revisionen eine Signatur hinzufügen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="356"/> - <source>Verify Signatures</source> - <translation>Signaturen verifizieren</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="359"/> - <source>Verify all signatures there may be for the selected revision</source> - <translation>Alle Signaturen der ausgewählten Revision verifizieren</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="372"/> - <source>Select All Entries</source> - <translation>Alle Einträge auswählen</translation> + <source>Add a signature for the selected revisions</source> + <translation>Den ausgewählten Revisionen eine Signatur hinzufügen</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="374"/> + <source>Verify Signatures</source> + <translation>Signaturen verifizieren</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="377"/> + <source>Verify all signatures there may be for the selected revision</source> + <translation>Alle Signaturen der ausgewählten Revision verifizieren</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="390"/> + <source>Select All Entries</source> + <translation>Alle Einträge auswählen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="392"/> <source>Deselect All Entries</source> <translation>Alle Einträge abwählen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1443"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1501"/> <source>Side-by-Side Diff to Parent {0}</source> <translation>Unterschiede nebeneinander zu Vorgänger {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1454"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1512"/> <source><a href="sbsdiff:{0}_{1}">Side-by-Side Compare</a></source> <translation><a href="sbsdiff:{0}_{1}">Unterschiede nebeneinander</a></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1553"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1642"/> <source>Pull Selected Changes</source> <translation>Ausgewählte Änderungen herunterladen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1554"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1643"/> <source>Fetch Selected Changes</source> <translation>Ausgewählte Änderungen herunterladen und zusammenführen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2563"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2673"/> <source>Differences</source> <translation>Unterschiede</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2573"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2683"/> <source>Differences to Parent {0}</source> <translation>Unterschiede zu Vorgänger {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2589"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2699"/> <source>Diff to Parent {0}{1}</source> <translation>Diff zu Vorgänger {0}{1}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2614"/> - <source>There is no difference.</source> - <translation>Es gibt keinen Unterschied.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2757"/> - <source>Save Diff</source> - <translation>Diff speichern</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2724"/> + <source>There is no difference.</source> + <translation>Es gibt keinen Unterschied.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2867"/> + <source>Save Diff</source> + <translation>Diff speichern</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2834"/> <source>Patch Files (*.diff)</source> <translation>Patchdateien (*.diff)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2741"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2851"/> <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/HgLogBrowserDialog.py" line="2757"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2867"/> <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> @@ -34267,10 +34267,15 @@ <translation><a href="save:me">Speichern</a></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2562"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2672"/> <source>Generating differences ...</source> <translation>Erzeuge Unterschiede ...</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="103"/> + <source>Mercurial Full Log</source> + <translation>Mercurial-Log (vollständig)</translation> + </message> </context> <context> <name>HgMergeDialog</name> @@ -46246,121 +46251,121 @@ <translation>Log</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="99"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="112"/> <source>No. of log messages shown:</source> <translation>Anzahl angezeigter Log Meldungen:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="106"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="119"/> <source>Enter the number of log messages to be shown</source> <translation>Gib die Anzahl anzuzeigender Log Meldungen ein</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="155"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="165"/> <source>Commit</source> <translation>Einpflegen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="161"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="171"/> <source>No. of commit messages to remember:</source> <translation>Anzahl zu speichernder Änderungsmeldungen:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="168"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="178"/> <source>Enter the number of commit messages to remember</source> <translation>Gib die Anzahl zu speichernder Änderungsmeldungen ein</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="242"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="252"/> <source>Select to update the working directory to new tip</source> <translation>Auswählen, um das Arbeitsverzeichnis auf die neue Spitze zu aktualisieren</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="236"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="246"/> <source>Pull</source> <translation>Pull</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="245"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="255"/> <source>Update after pulling</source> <translation>Nach Pull aktualisieren</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="344"/> + <source>Edit the Mercurial configuration file</source> + <translation>Editiere die Mercurial-Konfigurationsdatei</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="347"/> + <source>Edit configuration file</source> + <translation>Konfigurationsdatei editieren</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="321"/> + <source>Cleanup</source> + <translation>Aufräumen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="327"/> + <source>Pattern:</source> + <translation>Muster:</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="334"/> - <source>Edit the Mercurial configuration file</source> - <translation>Editiere die Mercurial-Konfigurationsdatei</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="337"/> - <source>Edit configuration file</source> - <translation>Konfigurationsdatei editieren</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="311"/> - <source>Cleanup</source> - <translation>Aufräumen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="317"/> - <source>Pattern:</source> - <translation>Muster:</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="324"/> <source>Enter the file name patterns to be used for cleaning up (entries separated by a space character)</source> <translation>Gib die Dateinamenmuster für das Aufräumen ein (Einträge durch Leerzeichen getrennt)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="252"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="262"/> <source>Select to prefer unbundle over pull</source> <translation>Auswählen, um Unbundle einem Pull vorzuziehen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="255"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="265"/> <source><b>Prefer Unbundle</b> <p>If this option is selected, it will be checked, if a Mercurial changegroups file from a previous "Show Incoming" request exists. In this case it will be applied and deleted. Otherwise a pull request will be sent.</p></source> <translation><b>Unbundle vorziehen</b> <p>Wenn diese Option ausgewählt ist, wird überprüft, ob eine Mercurial-Änderungsgruppendatei einer vorherigen „Zeige eingehendes Log“-Anfrage existiert. In diesem Fall wird sie angewendet und gelöscht. Anderenfalls wird eine Pull-Anfrage gesendet.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="259"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="269"/> <source>Prefer Unbundle</source> <translation>Unbundle vorziehen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="292"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="302"/> <source>Revert</source> <translation>Rückgängig machen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="298"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="308"/> <source>Select to create a backup file (.orig) before reverting changes</source> <translation>Auswählen, um eine Sicherungsdatei (.orig) vor dem Rückgängigmachen zu erzeugen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="301"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="311"/> <source>Create Backup Files</source> <translation>Sicherungsdateien erzeugen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="269"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="279"/> <source>Merge</source> <translation>Änderungen zusammenführen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="275"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="285"/> <source>Select to enforce usage of the Mercural internal merge tool</source> <translation>Auswählen, um die Verwendung des Mercurial internen Merge Werkzeuges zu erzwingen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="278"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="288"/> <source><b>Internal Merge Tool</b> <p>Select to enforce usage of the Mercural internal merge tool,which leaves conflict markers in the file in case of conflicting changes.</p></source> <translation><b>Internes Merge Werkzeug</b> <p>Auswählen, um die Verwendung des Mercurial internen Merge Werkzeuges, das im Falle von widersprüchlichen Änderung Markierungen in der Datei hinterlässt, zu erzwingen.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="282"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="292"/> <source>Use internal merge with conflict markers</source> <translation>Internes Merge mit Konfliktmarken verwenden</translation> </message> @@ -46395,12 +46400,12 @@ <translation>Versteckte Änderungssätze einschließen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="197"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="207"/> <source>No. of commit authors to remember:</source> <translation>Anzahl zu speichernder Autorennamen:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="204"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="214"/> <source>Enter the number of commit authors to remember</source> <translation>Gib die Anzahl zu speichernder Autorennamen ein</translation> </message> @@ -46410,10 +46415,20 @@ <translation>Anzahl in der Log Liste anzuzeigender Nachrichtenzeichen:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="139"/> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="99"/> <source>Enter the number of characters of the commit message to be shown in the list</source> <translation>Gib die Anzahl der in der Log Liste anzuzeigender Zeichen der Lognachricht ein</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="152"/> + <source>Select to show all incoming and the first batch of local changesets</source> + <translation>Auswählen, um alle eingehenden und den ersten Satz lokaler Änderungssätze anzuzeigen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="155"/> + <source>Start showing incoming and local changesets</source> + <translation>Mit Anzeige eingehender und lokaler Änderungssätze beginnen</translation> + </message> </context> <context> <name>MessageBoxWizard</name> @@ -52528,7 +52543,7 @@ <translation><b>Eigenschaften...</b><p>Dies zeigt einen Dialog an, mit dem die Projekteigenschaften bearbeitet werden können.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4257"/> + <location filename="../Project/Project.py" line="4258"/> <source>Open &Recent Projects</source> <translation>Zu&letzt geöffnete Projekte</translation> </message> @@ -52573,17 +52588,17 @@ <translation>Speichern &unter...</translation> </message> <message> - <location filename="../Project/Project.py" line="4761"/> + <location filename="../Project/Project.py" line="4769"/> <source>Version Control System</source> <translation>Versionskontrollsystem</translation> </message> <message> - <location filename="../Project/Project.py" line="4617"/> + <location filename="../Project/Project.py" line="4625"/> <source>Search New Files</source> <translation>Neue Dateien suchen</translation> </message> <message> - <location filename="../Project/Project.py" line="4617"/> + <location filename="../Project/Project.py" line="4625"/> <source>There were no new files found to be added.</source> <translation>Es wurden keine neuen Dateien gefunden.</translation> </message> @@ -52633,12 +52648,12 @@ <translation><b>Sitzung speichern</b><p>Dies speichert eine Projektsitzungsdatei. Die Sitzung enthält die folgenden Daten.<br>- alle offenen Quelltextdateien<br>- alle Haltepunkte<br>- die Kommandozeilenparameter<br>- das Arbeitsverzeichnis<br>- das Ausnahmemeldungsflag</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4267"/> + <location filename="../Project/Project.py" line="4272"/> <source>Source &Documentation</source> <translation>&Quelltextdokumentation</translation> </message> <message> - <location filename="../Project/Project.py" line="4262"/> + <location filename="../Project/Project.py" line="4267"/> <source>Chec&k</source> <translation>&Prüfen</translation> </message> @@ -52683,7 +52698,7 @@ <translation><b>Quelltext Abdeckung...</b><p>Dies zeigt die Quelltextabdeckung für alle Python-Dateien des Projektes an.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4962"/> + <location filename="../Project/Project.py" line="4970"/> <source>Profile Data</source> <translation>Profildaten</translation> </message> @@ -52703,27 +52718,27 @@ <translation><b>Profildaten...</b><p>Dies zeigt die Profildaten des Projektes.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4264"/> + <location filename="../Project/Project.py" line="4269"/> <source>Sho&w</source> <translation>&Zeige</translation> </message> <message> - <location filename="../Project/Project.py" line="4939"/> + <location filename="../Project/Project.py" line="4947"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Für das aktuelle Projekt ist kein Hauptskript festgelegt. Abbruch</translation> </message> <message> - <location filename="../Project/Project.py" line="4889"/> + <location filename="../Project/Project.py" line="4897"/> <source>Coverage Data</source> <translation>Quelltext Abdeckungsdaten</translation> </message> <message> - <location filename="../Project/Project.py" line="4258"/> + <location filename="../Project/Project.py" line="4263"/> <source>&Version Control</source> <translation>&Versionskontrolle</translation> </message> <message> - <location filename="../Project/Project.py" line="5016"/> + <location filename="../Project/Project.py" line="5024"/> <source>Application Diagram</source> <translation>Applikations-Diagramm</translation> </message> @@ -52743,7 +52758,7 @@ <translation><b>Applikations-Diagramm...</b><p>Dies zeigt ein Diagramm des Projektes.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4265"/> + <location filename="../Project/Project.py" line="4270"/> <source>&Diagrams</source> <translation>&Diagramme</translation> </message> @@ -52753,17 +52768,17 @@ <translation>Projektdatei speichern</translation> </message> <message> - <location filename="../Project/Project.py" line="4912"/> + <location filename="../Project/Project.py" line="4920"/> <source>Code Coverage</source> <translation>Quelltext Abdeckung</translation> </message> <message> - <location filename="../Project/Project.py" line="4912"/> + <location filename="../Project/Project.py" line="4920"/> <source>Please select a coverage file</source> <translation>Bitte wählen Sie eine Datei mit Abdeckungsdaten</translation> </message> <message> - <location filename="../Project/Project.py" line="4962"/> + <location filename="../Project/Project.py" line="4970"/> <source>Please select a profile file</source> <translation>Bitte wählen Sie eine Datei mit Profildaten</translation> </message> @@ -52888,7 +52903,7 @@ <translation>Sonstige</translation> </message> <message> - <location filename="../Project/Project.py" line="5016"/> + <location filename="../Project/Project.py" line="5024"/> <source>Include module names?</source> <translation>Modulnamen anzeigen?</translation> </message> @@ -53023,12 +53038,12 @@ <translation>Debugger-Eigenschaften zurücksetzen</translation> </message> <message> - <location filename="../Project/Project.py" line="4269"/> + <location filename="../Project/Project.py" line="4260"/> <source>Debugger</source> <translation>Debugger</translation> </message> <message> - <location filename="../Project/Project.py" line="4266"/> + <location filename="../Project/Project.py" line="4259"/> <source>Session</source> <translation>Sitzung</translation> </message> @@ -53068,7 +53083,7 @@ <translation>Zeigt die Dateitypzuordnungen des Projektes</translation> </message> <message> - <location filename="../Project/Project.py" line="4270"/> + <location filename="../Project/Project.py" line="4271"/> <source>Pac&kagers</source> <translation>Pa&ketierer</translation> </message> @@ -53103,17 +53118,17 @@ <translation>Projektdateien (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="4256"/> + <location filename="../Project/Project.py" line="4257"/> <source>&Project</source> <translation>&Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="4389"/> + <location filename="../Project/Project.py" line="4397"/> <source>Project</source> <translation>Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="4455"/> + <location filename="../Project/Project.py" line="4463"/> <source>&Clear</source> <translation>&Löschen</translation> </message> @@ -53176,7 +53191,7 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="5209"/> + <location filename="../Project/Project.py" line="5217"/> <source>Create Package List</source> <translation>Erzeuge Paketliste</translation> </message> @@ -53186,22 +53201,22 @@ <translation>Erzeuge &Paketliste</translation> </message> <message> - <location filename="../Project/Project.py" line="5482"/> + <location filename="../Project/Project.py" line="5490"/> <source>Create Plugin Archive</source> <translation>Erzeuge Plugin Archiv</translation> </message> <message> - <location filename="../Project/Project.py" line="5160"/> + <location filename="../Project/Project.py" line="5168"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Die Datei <b>PKGLIST</b> existiert bereits.</p><p>Überschreiben?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5209"/> + <location filename="../Project/Project.py" line="5217"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation><p>Die Datei <b>PKGLIST</b> konnte nicht erzeugt werden.</p><p>Ursache: {0}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5228"/> + <location filename="../Project/Project.py" line="5236"/> <source>The project does not have a main script defined. Aborting...</source> <translation>Für das Projekt wurde kein Hauptskript angegeben. Abbruch...</translation> </message> @@ -53226,12 +53241,12 @@ <translation>Projekttyp Registrierung</translation> </message> <message> - <location filename="../Project/Project.py" line="5368"/> + <location filename="../Project/Project.py" line="5376"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation><p>Die Datei <b>{0}</b> konnte nicht im Archiv gespeichert werde. Sie wird ignoriert.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5441"/> + <location filename="../Project/Project.py" line="5449"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Die Plugindatei <b>{0}</b> konnte nicht gelesen werden.<br>Grund: {1}</p></translation> </message> @@ -53251,7 +53266,7 @@ <translation>Gib das Pfadmuster für Übersetzungsdateien ein (benutze „%language%“ anstelle des Sprachcodes):</translation> </message> <message> - <location filename="../Project/Project.py" line="4761"/> + <location filename="../Project/Project.py" line="4769"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation><p>Das ausgewählte Versionskontrollsystem <b>{0}</b> konnte nicht gefunden werden.<br/>Versionskontrolle nicht möglich.</p><p>{1}</p></translation> </message> @@ -53361,12 +53376,12 @@ <translation>PyQt5 Kommandozeile</translation> </message> <message> - <location filename="../Project/Project.py" line="4750"/> + <location filename="../Project/Project.py" line="4758"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation><p>Das ausgewählte Versionskontrollsystem <b>{0}</b> konnte nicht gefunden werden.<br/>Ignoriere Übersteuerung.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5482"/> + <location filename="../Project/Project.py" line="5490"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation><p>Die Plugindatei <b>{0}</b> konnte nicht gelesen werden.<br>Ursache: {1}</p></translation> </message> @@ -53381,7 +53396,7 @@ <translation><b>Erzeuge Paketliste</b><p>Dies erzeugt eine erste Liste von Dateien, die in ein eric6-Pluginarchive einbezogen werden sollen. Die Liste wird aus der Projektdatei erzeugt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5333"/> + <location filename="../Project/Project.py" line="5341"/> <source><p>The eric6 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Die eric6 Plugin Archivdatei <b>{0}</b> konnte nicht erzeugt werden.</p><p>Ursache: {1}</p></translation> </message> @@ -53437,7 +53452,7 @@ <translation>Projektdatei suchen...</translation> </message> <message> - <location filename="../Project/Project.py" line="5264"/> + <location filename="../Project/Project.py" line="5272"/> <source>Create Plugin Archives</source> <translation>Erzeuge Plugin Archive</translation> </message> @@ -53477,47 +53492,47 @@ <translation><b>Erzeuge Pluginarchive (Snapshot)</b><p>Dies erzeugt eric6-Pluginarchivdateien mit den Dateien, die in der PKGLIST*-Datei angegeben wurden. Der Archivname wird aus dem Namen des Hauptskriptes generiert, falls er nicht in der Paketlistendatei angegeben ist. Der Versionseintrag des Hauptskriptes wird verändert, um ein Snapshot Release anzuzeigen.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5242"/> + <location filename="../Project/Project.py" line="5250"/> <source>Select package lists:</source> <translation>Wähle Paketlisten:</translation> </message> <message> - <location filename="../Project/Project.py" line="5260"/> + <location filename="../Project/Project.py" line="5268"/> <source>Creating plugin archives...</source> <translation>Erzeuge Plugin Archive...</translation> </message> <message> - <location filename="../Project/Project.py" line="5260"/> + <location filename="../Project/Project.py" line="5268"/> <source>Abort</source> <translation>Abbruch</translation> </message> <message> - <location filename="../Project/Project.py" line="5260"/> + <location filename="../Project/Project.py" line="5268"/> <source>%v/%m Archives</source> <translation>%v/%m Archive</translation> </message> <message> - <location filename="../Project/Project.py" line="5277"/> + <location filename="../Project/Project.py" line="5285"/> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Die Datei <b>{0}</b> konnte nicht geladen werden.<br/>Grund: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5387"/> + <location filename="../Project/Project.py" line="5395"/> <source><p>The eric6 plugin archive files were created with some errors.</p></source> <translation><p>Die eric6 Plugin Archivdateien wurden mit einigen Fehlern erzeugt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5390"/> + <location filename="../Project/Project.py" line="5398"/> <source><p>The eric6 plugin archive files were created successfully.</p></source> <translation><p>Die eric6 Plugin Archivdateien wurden erfolgreich erzeugt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5253"/> + <location filename="../Project/Project.py" line="5261"/> <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> <translation><p>Keine Paketlistendateien (PKGLIST*) verfügbar oder ausgewählt. Abbruch...</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5305"/> + <location filename="../Project/Project.py" line="5313"/> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation><p>Die Datei <b>{0}</b> ist noch nicht bereit.</p><p>Bitte überarbeite sie und löschen die Zeile '; initial_list' des Dateikopfes.</p></translation> </message> @@ -53557,7 +53572,7 @@ <translation><p>Die make Datei <b>{0}</b> konnte nicht erzeugt werden.<br/>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5664"/> + <location filename="../Project/Project.py" line="5672"/> <source>Execute Make</source> <translation>Make ausführen</translation> </message> @@ -53577,7 +53592,7 @@ <translation><b>Make ausführen</b><p>Die führt einen 'make' Lauf aus, um das konfigurierte Ziel zu bauen.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5644"/> + <location filename="../Project/Project.py" line="5652"/> <source>Test for Changes</source> <translation>Auf Änderungen prüfen</translation> </message> @@ -53597,32 +53612,32 @@ <translation><b>Auf Änderungen prüfen</b><p>Dies fragt 'make', ob ein Neubau des konfigurierten Zieles erforderlich ist.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4271"/> + <location filename="../Project/Project.py" line="4274"/> <source>Make</source> <translation>Make</translation> </message> <message> - <location filename="../Project/Project.py" line="5592"/> + <location filename="../Project/Project.py" line="5600"/> <source>The make process did not start.</source> <translation>Der make Prozess ist nicht gestartet.</translation> </message> <message> - <location filename="../Project/Project.py" line="5637"/> + <location filename="../Project/Project.py" line="5645"/> <source>The make process crashed.</source> <translation>Der make Prozess ist abgestürzt.</translation> </message> <message> - <location filename="../Project/Project.py" line="5647"/> + <location filename="../Project/Project.py" line="5655"/> <source><p>There are changes that require the configured make target <b>{0}</b> to be rebuilt.</p></source> <translation><p>Es gibt Änderungen, die einen Neubau des konfigurierten Zieles <b>{0}</b> erfordern.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5652"/> + <location filename="../Project/Project.py" line="5660"/> <source><p>There are changes that require the default make target to be rebuilt.</p></source> <translation><p>Es gibt Änderungen, die einen Neubau des Standardzieles erfordern.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5664"/> + <location filename="../Project/Project.py" line="5672"/> <source>The makefile contains errors.</source> <translation>Die make Datei enthält Fehler.</translation> </message> @@ -53636,6 +53651,11 @@ <source>PySide2 Console</source> <translation>PySide2 Kommandozeile</translation> </message> + <message> + <location filename="../Project/Project.py" line="4262"/> + <source>Project-T&ools</source> + <translation>Projekt&werkzeuge</translation> + </message> </context> <context> <name>ProjectBaseBrowser</name> @@ -76719,7 +76739,7 @@ <translation>Öffnet das Hilfe-Fenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3056"/> + <location filename="../UI/UserInterface.py" line="3151"/> <source>Unittest</source> <translation>Modultests</translation> </message> @@ -76734,12 +76754,12 @@ <translation>Starte den Modultest Dialog</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2886"/> + <location filename="../UI/UserInterface.py" line="2985"/> <source>&Window</source> <translation>&Fenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2980"/> + <location filename="../UI/UserInterface.py" line="3075"/> <source>&Help</source> <translation>&Hilfe</translation> </message> @@ -76774,22 +76794,22 @@ <translation>Beenden der Entwicklungsumgebung</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3055"/> + <location filename="../UI/UserInterface.py" line="3150"/> <source>Tools</source> <translation>Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4883"/> + <location filename="../UI/UserInterface.py" line="4978"/> <source>Help</source> <translation>Hilfe</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2955"/> + <location filename="../UI/UserInterface.py" line="3062"/> <source>&Toolbars</source> <translation>&Werkzeugleisten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5009"/> + <location filename="../UI/UserInterface.py" line="5104"/> <source>Problem</source> <translation>Problem</translation> </message> @@ -76809,7 +76829,7 @@ <translation>&Was ist das?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5198"/> + <location filename="../UI/UserInterface.py" line="5293"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> @@ -76829,7 +76849,7 @@ <translation>Ausgabefenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3057"/> + <location filename="../UI/UserInterface.py" line="3152"/> <source>Settings</source> <translation>Einstellungen</translation> </message> @@ -76874,12 +76894,12 @@ <translation><b>Tastaturkurzbefehle</b><p>Setze die Tastaturkurzbefehle der Applikation mit den bevorzugten Werten.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2837"/> + <location filename="../UI/UserInterface.py" line="2871"/> <source>E&xtras</source> <translation>E&xtras</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3502"/> + <location filename="../UI/UserInterface.py" line="3597"/> <source>Report Bug</source> <translation>Fehler berichten</translation> </message> @@ -76899,7 +76919,7 @@ <translation><b>Fehler berichten...</b><p>Öffnet einen Dialog zum Senden eines Fehlerberichtes.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6085"/> + <location filename="../UI/UserInterface.py" line="6180"/> <source>Export Keyboard Shortcuts</source> <translation>Tastaturkurzbefehle exportieren</translation> </message> @@ -76919,7 +76939,7 @@ <translation><b>Tastaturkurzbefehle exportieren</b><p>Exportiert die Tastaturkurzbefehle der Applikation.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6109"/> + <location filename="../UI/UserInterface.py" line="6204"/> <source>Import Keyboard Shortcuts</source> <translation>Tastaturkurzbefehle importieren</translation> </message> @@ -77009,7 +77029,7 @@ <translation><b>Modultest (Skript)</b><p>Modultest für aktuelles Skript ausführen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4630"/> + <location filename="../UI/UserInterface.py" line="4725"/> <source>Unittest Project</source> <translation>Modultest (Projekt)</translation> </message> @@ -77024,12 +77044,12 @@ <translation><b>Modultest (Projekt)</b><p>Modultest für aktuelles Projekt ausführen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2820"/> + <location filename="../UI/UserInterface.py" line="2927"/> <source>&Unittest</source> <translation>&Modultests</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4630"/> + <location filename="../UI/UserInterface.py" line="4725"/> <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> @@ -77079,7 +77099,7 @@ <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="6667"/> + <location filename="../UI/UserInterface.py" line="6762"/> <source>Drop Error</source> <translation>Drop-Fehler</translation> </message> @@ -77149,32 +77169,32 @@ <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="5009"/> + <location filename="../UI/UserInterface.py" line="5104"/> <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="4733"/> + <location filename="../UI/UserInterface.py" line="4828"/> <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="4802"/> + <location filename="../UI/UserInterface.py" line="4897"/> <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="4855"/> + <location filename="../UI/UserInterface.py" line="4950"/> <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="5198"/> + <location filename="../UI/UserInterface.py" line="5293"/> <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="6667"/> + <location filename="../UI/UserInterface.py" line="6762"/> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> ist keine Datei.</p></translation> </message> @@ -77199,7 +77219,7 @@ <translation><b>UI-Vorschau</b><p>Starte die UI-Vorschau.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4965"/> + <location filename="../UI/UserInterface.py" line="5060"/> <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> @@ -77224,7 +77244,7 @@ <translation><b>Übersetzungsvorschau</b><p>Dies startet das Programm zur Vorschau von Übersetzungen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5020"/> + <location filename="../UI/UserInterface.py" line="5115"/> <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> @@ -77264,47 +77284,47 @@ <translation>Aufgabenanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6278"/> + <location filename="../UI/UserInterface.py" line="6373"/> <source>Save tasks</source> <translation>Aufgaben speichern</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6278"/> + <location filename="../UI/UserInterface.py" line="6373"/> <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="6307"/> + <location filename="../UI/UserInterface.py" line="6402"/> <source>Read tasks</source> <translation>Aufgaben lesen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6307"/> + <location filename="../UI/UserInterface.py" line="6402"/> <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="4883"/> + <location filename="../UI/UserInterface.py" line="4978"/> <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="4897"/> + <location filename="../UI/UserInterface.py" line="4992"/> <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="5673"/> + <location filename="../UI/UserInterface.py" line="5768"/> <source>Documentation Missing</source> <translation>Dokumentation fehlt</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5673"/> + <location filename="../UI/UserInterface.py" line="5768"/> <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="3502"/> + <location filename="../UI/UserInterface.py" line="3597"/> <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> @@ -77399,7 +77419,7 @@ <translation>Öffne die Eric-API-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4917"/> + <location filename="../UI/UserInterface.py" line="5012"/> <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> @@ -77460,76 +77480,76 @@ <translation>Öffne die PyQt4-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2853"/> + <location filename="../UI/UserInterface.py" line="2944"/> <source>Select Tool Group</source> <translation>Werkzeuggruppe wählen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2861"/> + <location filename="../UI/UserInterface.py" line="2955"/> <source>Se&ttings</source> <translation>&Einstellungen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3059"/> + <location filename="../UI/UserInterface.py" line="3154"/> <source>Profiles</source> <translation>Profile</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3823"/> + <location filename="../UI/UserInterface.py" line="3918"/> <source>&Builtin Tools</source> <translation>&Eingebaute Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5182"/> + <location filename="../UI/UserInterface.py" line="5277"/> <source>Starting process '{0} {1}'. </source> <translation>Starte Prozess „{0} {1}“. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5274"/> + <location filename="../UI/UserInterface.py" line="5369"/> <source>Process '{0}' has exited. </source> <translation>Prozess „{0}“ ist beendet. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5656"/> + <location filename="../UI/UserInterface.py" line="5751"/> <source>Documentation</source> <translation>Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5481"/> + <location filename="../UI/UserInterface.py" line="5576"/> <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="7036"/> + <location filename="../UI/UserInterface.py" line="7131"/> <source>Error during updates check</source> <translation>Fehler während der Aktualisierungsprüfung</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7017"/> + <location filename="../UI/UserInterface.py" line="7112"/> <source>Update available</source> <translation>Aktualisierung verfügbar</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3442"/> + <location filename="../UI/UserInterface.py" line="3537"/> <source><h3>Version Numbers</h3><table></source> <translation><h3>Versionsnummern</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7074"/> + <location filename="../UI/UserInterface.py" line="7169"/> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3868"/> + <location filename="../UI/UserInterface.py" line="3963"/> <source>Configure Tool Groups ...</source> <translation>Konfiguriere Werkzeuggruppen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3872"/> + <location filename="../UI/UserInterface.py" line="3967"/> <source>Configure current Tool Group ...</source> <translation>Konfiguriere aktuelle Werkzeuggruppe...</translation> </message> @@ -77544,22 +77564,22 @@ <translation>Zeige externe &Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7036"/> + <location filename="../UI/UserInterface.py" line="7131"/> <source>Could not perform updates check.</source> <translation>Konnte keine Aktualisierungsprüfung durchführen.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6852"/> + <location filename="../UI/UserInterface.py" line="6947"/> <source>&Cancel</source> <translation>&Abbrechen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6861"/> + <location filename="../UI/UserInterface.py" line="6956"/> <source>Trying host {0}</source> <translation>Prüfe Host {0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7111"/> + <location filename="../UI/UserInterface.py" line="7206"/> <source>First time usage</source> <translation>Erstmalige Nutzung</translation> </message> @@ -77569,12 +77589,12 @@ <translation>Initialisiere Plugin-Manager...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2966"/> + <location filename="../UI/UserInterface.py" line="2908"/> <source>P&lugins</source> <translation>Plugi&ns</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3060"/> + <location filename="../UI/UserInterface.py" line="3155"/> <source>Plugins</source> <translation>Plugins</translation> </message> @@ -77599,7 +77619,7 @@ <translation>&Plugininformationen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3840"/> + <location filename="../UI/UserInterface.py" line="3935"/> <source>&Plugin Tools</source> <translation>&Pluginwerkzeuge</translation> </message> @@ -77619,12 +77639,12 @@ <translation><b>Plugin deinstallieren...</b><p>Dies öffnet einen Dialog zur Deinstallation eines Plugins.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3988"/> + <location filename="../UI/UserInterface.py" line="4083"/> <source>&Show all</source> <translation>Alle an&zeigen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3990"/> + <location filename="../UI/UserInterface.py" line="4085"/> <source>&Hide all</source> <translation>Alle &ausblenden</translation> </message> @@ -77634,7 +77654,7 @@ <translation>Aktiviere Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2842"/> + <location filename="../UI/UserInterface.py" line="2881"/> <source>Wi&zards</source> <translation>&Assistenten</translation> </message> @@ -77654,7 +77674,7 @@ <translation>Zeige die verfügbaren eric-Versionen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7060"/> + <location filename="../UI/UserInterface.py" line="7155"/> <source><h3>Available versions</h3><table></source> <translation><h3>Verfügbare Versionen</h3><table></translation> </message> @@ -77734,22 +77754,22 @@ <translation>Lade Toolbarmanager...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3336"/> + <location filename="../UI/UserInterface.py" line="3431"/> <source>External Tools/{0}</source> <translation>Externe Werkzeuge/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5143"/> + <location filename="../UI/UserInterface.py" line="5238"/> <source>External Tools</source> <translation>Externe Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5134"/> + <location filename="../UI/UserInterface.py" line="5229"/> <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="5143"/> + <location filename="../UI/UserInterface.py" line="5238"/> <source>No toolgroup entry '{0}' found.</source> <translation>Kein Werkzeuggruppeneintrag „{0}“ gefunden.</translation> </message> @@ -77764,32 +77784,32 @@ <translation>&Mehrfachprojektanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6403"/> + <location filename="../UI/UserInterface.py" line="6498"/> <source>Save session</source> <translation>Sitzung speichern</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6341"/> + <location filename="../UI/UserInterface.py" line="6436"/> <source><p>The session file <b>{0}</b> could not be written.</p></source> <translation><p>Die Sitzungsdatei <b>{0}</b> konnte nicht geschrieben werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6387"/> + <location filename="../UI/UserInterface.py" line="6482"/> <source>Read session</source> <translation>Sitzung lesen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6387"/> + <location filename="../UI/UserInterface.py" line="6482"/> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>Die Sitzungsdatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3232"/> + <location filename="../UI/UserInterface.py" line="3327"/> <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="3246"/> + <location filename="../UI/UserInterface.py" line="3341"/> <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> @@ -77814,17 +77834,17 @@ <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="3225"/> + <location filename="../UI/UserInterface.py" line="3320"/> <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="3253"/> + <location filename="../UI/UserInterface.py" line="3348"/> <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="3260"/> + <location filename="../UI/UserInterface.py" line="3355"/> <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> @@ -77849,12 +77869,12 @@ <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="3787"/> + <location filename="../UI/UserInterface.py" line="3882"/> <source>Restart application</source> <translation>Anwendung neu starten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3787"/> + <location filename="../UI/UserInterface.py" line="3882"/> <source>The application needs to be restarted. Do it now?</source> <translation>Die Anwendung muss neu gestartet werden. Jetzt durchführen?</translation> </message> @@ -77864,12 +77884,12 @@ <translation>Alt+Shift+A</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2975"/> + <location filename="../UI/UserInterface.py" line="2917"/> <source>Configure...</source> <translation>Einstellungen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3239"/> + <location filename="../UI/UserInterface.py" line="3334"/> <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> @@ -77999,7 +78019,7 @@ <translation><b>SQL-Browser</b><p>Erforsche eine SQL-Datenbank.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5041"/> + <location filename="../UI/UserInterface.py" line="5136"/> <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> @@ -78014,7 +78034,7 @@ <translation>&Icon-Editor...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4830"/> + <location filename="../UI/UserInterface.py" line="4925"/> <source>Qt 3 support</source> <translation>Qt3-Unterstützung</translation> </message> @@ -78064,7 +78084,7 @@ <translation>Alt+Shift+B</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6109"/> + <location filename="../UI/UserInterface.py" line="6204"/> <source>Keyboard shortcut file (*.e4k)</source> <translation>Tastaturkurzbefehlsdatei (*.e4k)</translation> </message> @@ -78104,27 +78124,27 @@ <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="6925"/> + <location filename="../UI/UserInterface.py" line="7020"/> <source>Error getting versions information</source> <translation>Fehler beim Herunterladen der Versionsinformationen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6918"/> + <location filename="../UI/UserInterface.py" line="7013"/> <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="5875"/> + <location filename="../UI/UserInterface.py" line="5970"/> <source>Open Browser</source> <translation>Browser starten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5875"/> + <location filename="../UI/UserInterface.py" line="5970"/> <source>Could not start a web browser</source> <translation>Der Systemwebbrowser konnte nicht gestartet werden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6925"/> + <location filename="../UI/UserInterface.py" line="7020"/> <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> @@ -78210,12 +78230,12 @@ <translation><b>Bildschirmfoto</b><p>Dies öffnet einen Dialog, um ein Bildschirmfoto aufzunehmen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5111"/> + <location filename="../UI/UserInterface.py" line="5206"/> <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="7130"/> + <location filename="../UI/UserInterface.py" line="7225"/> <source>Select Workspace Directory</source> <translation>Wähle Arbeitsverzeichnis</translation> </message> @@ -78435,7 +78455,7 @@ <translation><b>Zahlenanzeiger aktivieren</b><p>Dies schaltet den Eingabefokus auf das Zahlenanzeigerfenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2891"/> + <location filename="../UI/UserInterface.py" line="2994"/> <source>&Windows</source> <translation>&Fenster</translation> </message> @@ -78585,7 +78605,7 @@ <translation>Öffne die PyQt5-Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5543"/> + <location filename="../UI/UserInterface.py" line="5638"/> <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> @@ -78595,7 +78615,7 @@ <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="6852"/> + <location filename="../UI/UserInterface.py" line="6947"/> <source>%v/%m</source> <translation>%v/%m</translation> </message> @@ -78615,7 +78635,7 @@ <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="6856"/> + <location filename="../UI/UserInterface.py" line="6951"/> <source>Version Check</source> <translation>Versionsprüfung</translation> </message> @@ -78686,27 +78706,27 @@ <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="4830"/> + <location filename="../UI/UserInterface.py" line="4925"/> <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="7017"/> + <location filename="../UI/UserInterface.py" line="7112"/> <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="7029"/> + <location filename="../UI/UserInterface.py" line="7124"/> <source>Eric6 is up to date</source> <translation>Eric6 ist aktuell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7029"/> + <location filename="../UI/UserInterface.py" line="7124"/> <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="7111"/> + <location filename="../UI/UserInterface.py" line="7206"/> <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> @@ -78716,17 +78736,17 @@ <translation>Erzeuge Werkzeugleisten der Plug-ins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3843"/> + <location filename="../UI/UserInterface.py" line="3938"/> <source>&User Tools</source> <translation>&Benutzerwerkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3915"/> + <location filename="../UI/UserInterface.py" line="4010"/> <source>No User Tools Configured</source> <translation>Keine Benutzerwerkzeuge konfiguriert</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6872"/> + <location filename="../UI/UserInterface.py" line="6967"/> <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> <translation>Die Versionsinformationen konnten nicht heruntergeladen werden, da sie <b>nicht verbunden</b> sind. Bitte gehen Sie online und versuchen Sie es erneut.</translation> </message> @@ -78771,7 +78791,7 @@ <translation><b>Sitzung speichern...</b><p>Dies speichert die aktuelle Sitzung in eine Datei. Es wird ein Dialog zur Eingabe des Dateinamens geöffnet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6425"/> + <location filename="../UI/UserInterface.py" line="6520"/> <source>Load session</source> <translation>Sitzung laden</translation> </message> @@ -78786,17 +78806,17 @@ <translation><b>Sitzung laden...</b><p>Dies lädt eine zuvor gesicherte Sitzung. Es wird ein Dialog zur Eingabe des Dateinamens geöffnet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6425"/> + <location filename="../UI/UserInterface.py" line="6520"/> <source>eric6 Session Files (*.e5s)</source> <translation>eric6 Sitzungsdateien (*.e5s)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6472"/> + <location filename="../UI/UserInterface.py" line="6567"/> <source>Crash Session found!</source> <translation>Absturzsitzung gefunden!</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6472"/> + <location filename="../UI/UserInterface.py" line="6567"/> <source>A session file of a crashed session was found. Shall this session be restored?</source> <translation>Eine Sitzungsdatei einer abgestürzten Sitzung wurde gefunden. Soll diese Sitzung wiederhergestellt werden?</translation> </message> @@ -78811,22 +78831,22 @@ <translation>Initialisiere Plugins...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7005"/> + <location filename="../UI/UserInterface.py" line="7100"/> <source>Update Check</source> <translation>Aktualisierungsprüfung</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7005"/> + <location filename="../UI/UserInterface.py" line="7100"/> <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> <translation>Eric wurde direkt von vom Quelltext installiert. Eine Aktualitätsprüfung ist daher nicht möglich.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6995"/> + <location filename="../UI/UserInterface.py" line="7090"/> <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> <translation>Sie verwenden ein Snapshot-Release von eri6. Eine neueres, stabiles Release könnte verfügbar sein.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2931"/> + <location filename="../UI/UserInterface.py" line="3034"/> <source>Code Documentation Viewer</source> <translation>Dokumentationsanzeige</translation> </message> @@ -78876,7 +78896,7 @@ <translation><b>PySide2-Dokumentation</b><p>Zeige die PySide2-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger/Webbrowser, ein externer Webbrowser oder Qt Assistant verwendet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5656"/> + <location filename="../UI/UserInterface.py" line="5751"/> <source><p>The PySide{0} documentation starting point has not been configured.</p></source> <translation><p>Der PySide{0}-Dokumentations-Startpunkt ist nicht konfiguriert.</p></translation> </message> @@ -78911,22 +78931,22 @@ <translation><b>Virtualenv Konfigurator</b><p>Dies öffnet einen Dialog zur Eingabe aller Parameter, die zur Erzeugung einer virtuellen Python Umgebung mittels virtualenv oder pyvenv benötigt werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2896"/> + <location filename="../UI/UserInterface.py" line="2999"/> <source>Left Side</source> <translation>Linke Seite</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2912"/> + <location filename="../UI/UserInterface.py" line="3015"/> <source>Bottom Side</source> <translation>Unterer Rand</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2923"/> + <location filename="../UI/UserInterface.py" line="3026"/> <source>Right Side</source> <translation>Rechte Seite</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2949"/> + <location filename="../UI/UserInterface.py" line="3052"/> <source>Plug-ins</source> <translation>Plugins</translation> </message> @@ -78952,32 +78972,32 @@ <translation><b>Neustart der Entwicklungsumgebung</b><p>Dies startet die Entwicklungsumgebung neu. 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="5830"/> + <location filename="../UI/UserInterface.py" line="5925"/> <source>Start Web Browser</source> <translation>Webbrowser starten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5772"/> + <location filename="../UI/UserInterface.py" line="5867"/> <source>The eric6 web browser could not be started.</source> <translation>Der eric6 Webbrowser konnte nicht gestartet werden.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5830"/> + <location filename="../UI/UserInterface.py" line="5925"/> <source><p>The eric6 web browser is not started.</p><p>Reason: {0}</p></source> <translation><p>Der eric6 Webbrowser ist nicht gestartet.</p><p>Ursache: {0}</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2940"/> + <location filename="../UI/UserInterface.py" line="3043"/> <source>Conda</source> <translation>Conda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2936"/> + <location filename="../UI/UserInterface.py" line="3039"/> <source>PyPI</source> <translation>PyPI</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3271"/> + <location filename="../UI/UserInterface.py" line="3366"/> <source><p>This part of the status bar allows zooming the current editor or shell.</p></source> <translation><p>Dieser Teil der Statusleiste erlaubt das Zoomen des aktuellen Editors oder der Shell.</p></translation> </message> @@ -80338,107 +80358,107 @@ <translation>Hebt die Auswahl auf</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3427"/> + <location filename="../ViewManager/ViewManager.py" line="3434"/> <source>Search</source> <translation>Suchen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2885"/> + <location filename="../ViewManager/ViewManager.py" line="2862"/> <source>&Search...</source> <translation>&Suchen...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2893"/> + <location filename="../ViewManager/ViewManager.py" line="2870"/> <source>Search for a text</source> <translation>Sucht nach Text</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2895"/> + <location filename="../ViewManager/ViewManager.py" line="2872"/> <source><b>Search</b><p>Search for some text in the current editor. A dialog is shown to enter the searchtext and options for the search.</p></source> <translation><b>Suchen</b><p>Sucht einen Text im aktuellen Editor. Es wird ein Dialog eingeblendet, in dem der Suchtext und verschieden Suchoptionen eingegeben werden kann.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3011"/> + <location filename="../ViewManager/ViewManager.py" line="2988"/> <source>Replace</source> <translation>Ersetzen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3011"/> + <location filename="../ViewManager/ViewManager.py" line="2988"/> <source>&Replace...</source> <translation>&Ersetzen...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3018"/> + <location filename="../ViewManager/ViewManager.py" line="2995"/> <source>Replace some text</source> <translation>Ersetzt Text</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3020"/> + <location filename="../ViewManager/ViewManager.py" line="2997"/> <source><b>Replace</b><p>Search for some text in the current editor and replace it. A dialog is shown to enter the searchtext, the replacement text and options for the search and replace.</p></source> <translation><b>Ersetzen</b><p>Dies sucht nach Text im aktuellen Editor und ersetzt ihn. Es wird ein Dialog eingeblendet, in dem der Suchtext, der Ersetzungstext und verschieden Such- und Ersetzungsoptionen eingegeben werden kann.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3170"/> + <location filename="../ViewManager/ViewManager.py" line="3147"/> <source>Goto Line</source> <translation>Gehe zu Zeile</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3162"/> + <location filename="../ViewManager/ViewManager.py" line="3139"/> <source>&Goto Line...</source> <translation>Gehe zu &Zeile...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3172"/> + <location filename="../ViewManager/ViewManager.py" line="3149"/> <source><b>Goto Line</b><p>Go to a specific line of text in the current editor. A dialog is shown to enter the linenumber.</p></source> <translation><b>Gehe zu Zeile</b><p>Dies springt zur angegebenen Zeile im aktuellen Editor. Es wird ein Dialog eingeblendet, in dem die Zeilennummer eingegeben werden kann.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3476"/> + <location filename="../ViewManager/ViewManager.py" line="3483"/> <source>Zoom in on the text</source> <translation>Text vergrößern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3495"/> + <location filename="../ViewManager/ViewManager.py" line="3502"/> <source>Zoom out on the text</source> <translation>Text verkleinern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3524"/> + <location filename="../ViewManager/ViewManager.py" line="3531"/> <source>Zoom</source> <translation>Maßstab</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3524"/> + <location filename="../ViewManager/ViewManager.py" line="3531"/> <source>&Zoom</source> <translation>&Maßstab</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3532"/> + <location filename="../ViewManager/ViewManager.py" line="3539"/> <source>Zoom the text</source> <translation>Den Maßstab des Textes ändern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3534"/> + <location filename="../ViewManager/ViewManager.py" line="3541"/> <source><b>Zoom</b><p>Zoom the text. This opens a dialog where the desired size can be entered.</p></source> <translation><b>Maßstab</b><p>dies ändert den Textmaßstab. Es wird ein dialog eingeblendet, in dem der Maßstab eingegeben werden kann.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3547"/> + <location filename="../ViewManager/ViewManager.py" line="3554"/> <source>Toggle all folds</source> <translation>Alle Faltungen umschalten</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3543"/> + <location filename="../ViewManager/ViewManager.py" line="3550"/> <source>&Toggle all folds</source> <translation>&Alle Faltungen umschalten</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3549"/> + <location filename="../ViewManager/ViewManager.py" line="3556"/> <source><b>Toggle all folds</b><p>Toggle all folds of the current editor.</p></source> <translation><b>Alle Faltungen umschalten</b><p>Dies schaltet alle Faltungen des aktuellen Editors um.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4485"/> + <location filename="../ViewManager/ViewManager.py" line="4492"/> <source>File Modified</source> <translation>Datei geändert</translation> </message> @@ -80458,17 +80478,17 @@ <translation><b>Zeilenende Marke umwandeln</b><p>Dies wandelt die Zeilenende Marke in den aktuell eingestellten Typ um.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3579"/> + <location filename="../ViewManager/ViewManager.py" line="3586"/> <source>Toggle current fold</source> <translation>Aktuelle Faltung umschalten</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3575"/> + <location filename="../ViewManager/ViewManager.py" line="3582"/> <source>Toggle &current fold</source> <translation>Aktuelle &Faltung umschalten</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3581"/> + <location filename="../ViewManager/ViewManager.py" line="3588"/> <source><b>Toggle current fold</b><p>Toggle the folds of the current line of the current editor.</p></source> <translation><b>Aktuelle Faltung umschalten</b><p>Dies schaltet die Faltung der aktuellen Zeile des aktuellen Editors um.</p></translation> </message> @@ -80513,32 +80533,32 @@ <translation>Aus&wahl aufheben</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3467"/> + <location filename="../ViewManager/ViewManager.py" line="3474"/> <source>Zoom in</source> <translation>Vergrößern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3467"/> + <location filename="../ViewManager/ViewManager.py" line="3474"/> <source>Zoom &in</source> <translation>Ver&größern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3486"/> + <location filename="../ViewManager/ViewManager.py" line="3493"/> <source>Zoom out</source> <translation>Verkleinern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3486"/> + <location filename="../ViewManager/ViewManager.py" line="3493"/> <source>Zoom &out</source> <translation>Ver&kleinern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3478"/> + <location filename="../ViewManager/ViewManager.py" line="3485"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Vergrößern</b><p>Den angezeigten Text vergrößern.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3497"/> + <location filename="../ViewManager/ViewManager.py" line="3504"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Verkleinern</b><p>Den angezeigten Text verkleinern.</p></translation> </message> @@ -80558,37 +80578,37 @@ <translation>Text bis zur passenden Klammer auswählen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3189"/> + <location filename="../ViewManager/ViewManager.py" line="3166"/> <source>Goto Brace</source> <translation>Gehe zu Klammer</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3181"/> + <location filename="../ViewManager/ViewManager.py" line="3158"/> <source>Goto &Brace</source> <translation>Gehe zu &Klammer</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3191"/> + <location filename="../ViewManager/ViewManager.py" line="3168"/> <source><b>Goto Brace</b><p>Go to the matching brace in the current editor.</p></source> <translation><b>Gehe zu Klammer</b><p>Gehe zur passenden Klammer im aktuellen Editor.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3269"/> + <location filename="../ViewManager/ViewManager.py" line="3246"/> <source>Search in Files</source> <translation>Suchen in Dateien</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3269"/> + <location filename="../ViewManager/ViewManager.py" line="3246"/> <source>Search in &Files...</source> <translation>Suchen in &Dateien...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3277"/> + <location filename="../ViewManager/ViewManager.py" line="3254"/> <source>Search for a text in files</source> <translation>Nach Text in Dateien suchen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3279"/> + <location filename="../ViewManager/ViewManager.py" line="3256"/> <source><b>Search in Files</b><p>Search for some text in the files of a directory tree or the project. A dialog is shown to enter the searchtext and options for the search and to display the result.</p></source> <translation><b>Suchen in Dateien</b><p>Sucht nach Text in den Dateien eines Verzeichnisbaumes oder des Projektes. Es wird ein Dialog angezeigt, in dem der Suchtext und die Suchoptionen eingegeben werden können und in dem das Suchresultat angezeigt wird.</p></translation> </message> @@ -80638,62 +80658,62 @@ <translation><b>Zurück zum letzten gesichert Zustand</b><p>Dies nimmt alle Änderungen des aktuellen Editors bis zum letzten gesicherten Zustand zurück.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3659"/> + <location filename="../ViewManager/ViewManager.py" line="3666"/> <source>Split view</source> <translation>Ansicht aufteilen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3659"/> - <source>&Split view</source> - <translation>An&sicht aufteilen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3664"/> - <source>Add a split to the view</source> - <translation>Fügt eine weiter Ansicht hinzu</translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="3666"/> + <source>&Split view</source> + <translation>An&sicht aufteilen</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3671"/> + <source>Add a split to the view</source> + <translation>Fügt eine weiter Ansicht hinzu</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3673"/> <source><b>Split view</b><p>Add a split to the view.</p></source> <translation><b>Ansicht aufteilen</b><p>Fügt eine weitere Ansicht hinzu.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3674"/> + <location filename="../ViewManager/ViewManager.py" line="3681"/> <source>Arrange horizontally</source> <translation>Horizontal anordnen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3674"/> + <location filename="../ViewManager/ViewManager.py" line="3681"/> <source>Arrange &horizontally</source> <translation>&Horizontal anordnen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3678"/> + <location filename="../ViewManager/ViewManager.py" line="3685"/> <source>Arrange the splitted views horizontally</source> <translation>Ordnet die geteilten Ansichten horizontal an</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3680"/> + <location filename="../ViewManager/ViewManager.py" line="3687"/> <source><b>Arrange horizontally</b><p>Arrange the splitted views horizontally.</p></source> <translation><b>Horizontal anordnen</b><p>Ordnet die geteilten Ansichten horizontal an.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3689"/> - <source>Remove split</source> - <translation>Geteilte Ansicht löschen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3689"/> - <source>&Remove split</source> - <translation>Geteilte Ansicht &löschen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3694"/> - <source>Remove the current split</source> - <translation>Löscht die aktuelle Ansicht</translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="3696"/> + <source>Remove split</source> + <translation>Geteilte Ansicht löschen</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3696"/> + <source>&Remove split</source> + <translation>Geteilte Ansicht &löschen</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3701"/> + <source>Remove the current split</source> + <translation>Löscht die aktuelle Ansicht</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3703"/> <source><b>Remove split</b><p>Remove the current split.</p></source> <translation><b>Geteilte Ansicht löschen</b><p>Löscht die aktuelle Ansicht</p></translation> </message> @@ -81178,167 +81198,167 @@ <translation>Ctrl+Shift+U</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3864"/> + <location filename="../ViewManager/ViewManager.py" line="3871"/> <source>Start Macro Recording</source> <translation>Makroaufzeichnung starten</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3858"/> + <location filename="../ViewManager/ViewManager.py" line="3865"/> <source>S&tart Macro Recording</source> <translation>Makroaufzeichnung s&tarten</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3866"/> + <location filename="../ViewManager/ViewManager.py" line="3873"/> <source><b>Start Macro Recording</b><p>Start recording editor commands into a new macro.</p></source> <translation><b>Makroaufzeichnung starten</b><p>Startet die Aufzeichnung von Editorbefehlen in ein neues Makro.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3878"/> + <location filename="../ViewManager/ViewManager.py" line="3885"/> <source>Stop Macro Recording</source> <translation>Makroaufzeichnung stoppen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3874"/> + <location filename="../ViewManager/ViewManager.py" line="3881"/> <source>Sto&p Macro Recording</source> <translation>Makroaufzeichnung sto&ppen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3880"/> + <location filename="../ViewManager/ViewManager.py" line="3887"/> <source><b>Stop Macro Recording</b><p>Stop recording editor commands into a new macro.</p></source> <translation><b>Makroaufzeichnung stoppen</b><p>Stopt die Aufzeichnung von Editorbefehlen in ein neues Makro.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3892"/> + <location filename="../ViewManager/ViewManager.py" line="3899"/> <source>Run Macro</source> <translation>Makro ausführen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3888"/> + <location filename="../ViewManager/ViewManager.py" line="3895"/> <source>&Run Macro</source> <translation>Makro &ausführen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3894"/> + <location filename="../ViewManager/ViewManager.py" line="3901"/> <source><b>Run Macro</b><p>Run a previously recorded editor macro.</p></source> <translation><b>Makro ausführen</b><p>Führt ein vorher aufgezeichnetes Makro aus.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3906"/> + <location filename="../ViewManager/ViewManager.py" line="3913"/> <source>Delete Macro</source> <translation>Makro löschen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3902"/> + <location filename="../ViewManager/ViewManager.py" line="3909"/> <source>&Delete Macro</source> <translation>Makro &löschen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3908"/> + <location filename="../ViewManager/ViewManager.py" line="3915"/> <source><b>Delete Macro</b><p>Delete a previously recorded editor macro.</p></source> <translation><b>Makro löschen</b><p>Löscht ein vorher aufgezeichnetes Makro.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3920"/> + <location filename="../ViewManager/ViewManager.py" line="3927"/> <source>Load Macro</source> <translation>Makro laden</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3916"/> + <location filename="../ViewManager/ViewManager.py" line="3923"/> <source>&Load Macro</source> <translation>Makro la&den</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3934"/> + <location filename="../ViewManager/ViewManager.py" line="3941"/> <source>Save Macro</source> <translation>Makro speichern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3930"/> + <location filename="../ViewManager/ViewManager.py" line="3937"/> <source>&Save Macro</source> <translation>Makro &speichern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3922"/> + <location filename="../ViewManager/ViewManager.py" line="3929"/> <source><b>Load Macro</b><p>Load an editor macro from a file.</p></source> <translation><b>Makro laden</b><p>Lädt ein Makro aus einer Datei.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3936"/> + <location filename="../ViewManager/ViewManager.py" line="3943"/> <source><b>Save Macro</b><p>Save a previously recorded editor macro to a file.</p></source> <translation><b>Makro speichern</b><p>Speichert ein vorher aufgezeichnetes Makro in eine Datei.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3978"/> + <location filename="../ViewManager/ViewManager.py" line="3985"/> <source>Toggle Bookmark</source> <translation>Lesezeichen setzen/löschen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3970"/> + <location filename="../ViewManager/ViewManager.py" line="3977"/> <source>&Toggle Bookmark</source> <translation>&Lesezeichen setzen/löschen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3980"/> + <location filename="../ViewManager/ViewManager.py" line="3987"/> <source><b>Toggle Bookmark</b><p>Toggle a bookmark at the current line of the current editor.</p></source> <translation><b>Lesezeichen setzen/löschen</b><p>Setzt/löscht ein Lesezeichen in der aktuellen Zeile des aktuellen Editors.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3997"/> + <location filename="../ViewManager/ViewManager.py" line="4004"/> <source>Next Bookmark</source> <translation>Nächstes Lesezeichen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3989"/> + <location filename="../ViewManager/ViewManager.py" line="3996"/> <source>&Next Bookmark</source> <translation>&Nächstes Lesezeichen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3999"/> + <location filename="../ViewManager/ViewManager.py" line="4006"/> <source><b>Next Bookmark</b><p>Go to next bookmark of the current editor.</p></source> <translation><b>Nächstes Lesezeichen</b><p>Gehe zum nächsten Lesezeichen des aktuellen Editors.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4015"/> + <location filename="../ViewManager/ViewManager.py" line="4022"/> <source>Previous Bookmark</source> <translation>Vorheriges Lesezeichen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4007"/> + <location filename="../ViewManager/ViewManager.py" line="4014"/> <source>&Previous Bookmark</source> <translation>&Vorheriges Lesezeichen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4017"/> + <location filename="../ViewManager/ViewManager.py" line="4024"/> <source><b>Previous Bookmark</b><p>Go to previous bookmark of the current editor.</p></source> <translation><b>Vorheriges Lesezeichen</b><p>Gehe zum vorherigen Lesezeichen des aktuellen Editors.</p></translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="4039"/> + <source>Clear Bookmarks</source> + <translation>Lesezeichen löschen</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="4032"/> - <source>Clear Bookmarks</source> - <translation>Lesezeichen löschen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4025"/> <source>&Clear Bookmarks</source> <translation>Lesezeichen l&öschen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4034"/> + <location filename="../ViewManager/ViewManager.py" line="4041"/> <source><b>Clear Bookmarks</b><p>Clear bookmarks of all editors.</p></source> <translation><b>Lesezeichen löschen</b><p>Lesezeichen aller Editoren löschen.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4243"/> + <location filename="../ViewManager/ViewManager.py" line="4250"/> <source>&Bookmarks</source> <translation>&Lesezeichen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3611"/> + <location filename="../ViewManager/ViewManager.py" line="3618"/> <source>Remove all highlights</source> <translation>Hervorhebungen löschen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3613"/> + <location filename="../ViewManager/ViewManager.py" line="3620"/> <source><b>Remove all highlights</b><p>Remove the highlights of all editors.</p></source> <translation><b>Hervorhebungen löschen</b><p>Hervorhebungen aller Editoren löschen.</p></translation> </message> @@ -81348,17 +81368,17 @@ <translation>Ge&merkte Dateien</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5329"/> + <location filename="../ViewManager/ViewManager.py" line="5336"/> <source>&Clear</source> <translation>&Löschen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5323"/> + <location filename="../ViewManager/ViewManager.py" line="5330"/> <source>&Add</source> <translation>&Hinzufügen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5326"/> + <location filename="../ViewManager/ViewManager.py" line="5333"/> <source>&Edit...</source> <translation>&Bearbeiten...</translation> </message> @@ -81443,32 +81463,32 @@ <translation>Esc</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4048"/> + <location filename="../ViewManager/ViewManager.py" line="4055"/> <source>Goto Syntax Error</source> <translation>Zu Syntaxfehler gehen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4042"/> + <location filename="../ViewManager/ViewManager.py" line="4049"/> <source>&Goto Syntax Error</source> <translation>Zu Syntaxfehler &gehen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4050"/> + <location filename="../ViewManager/ViewManager.py" line="4057"/> <source><b>Goto Syntax Error</b><p>Go to next syntax error of the current editor.</p></source> <translation><b>Zu Syntaxfehler gehen</b><p>Gehe zum nächsten Syntaxfehler des aktuellen Editors.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4063"/> + <location filename="../ViewManager/ViewManager.py" line="4070"/> <source>Clear Syntax Errors</source> <translation>Syntaxfehler löschen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4058"/> - <source>Clear &Syntax Errors</source> - <translation>Synta&xfehler löschen</translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="4065"/> + <source>Clear &Syntax Errors</source> + <translation>Synta&xfehler löschen</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="4072"/> <source><b>Clear Syntax Errors</b><p>Clear syntax errors of all editors.</p></source> <translation><b>Syntaxfehler löschen</b><p>Syntaxfehler aller Editoren löschen.</p></translation> </message> @@ -81493,32 +81513,32 @@ <translation><b>Datei suchen</b><p>Nach einer Datei suchen.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4133"/> + <location filename="../ViewManager/ViewManager.py" line="4140"/> <source>Next uncovered line</source> <translation>Nächste nichtabgedeckte Zeile</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4127"/> + <location filename="../ViewManager/ViewManager.py" line="4134"/> <source>&Next uncovered line</source> <translation>&Nächste nichtabgedeckte Zeile</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4135"/> + <location filename="../ViewManager/ViewManager.py" line="4142"/> <source><b>Next uncovered line</b><p>Go to next line of the current editor marked as not covered.</p></source> <translation><b>Nächste nichtabgedeckte Zeile</b><p>Gehe zur nächsten als nicht abgedeckt markierten Zeile des aktiven Editors.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4152"/> + <location filename="../ViewManager/ViewManager.py" line="4159"/> <source>Previous uncovered line</source> <translation>Vorige nichtabgedeckte Zeile</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4144"/> + <location filename="../ViewManager/ViewManager.py" line="4151"/> <source>&Previous uncovered line</source> <translation>&Vorige nichtabgedeckte Zeile</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4154"/> + <location filename="../ViewManager/ViewManager.py" line="4161"/> <source><b>Previous uncovered line</b><p>Go to previous line of the current editor marked as not covered.</p></source> <translation><b>Vorige nichtabgedeckte Zeile</b><p>Gehe zur vorigen als nicht abgedeckt markierten Zeile des aktiven Editors.</p></translation> </message> @@ -81546,7 +81566,7 @@ <translation>Shift+Backspace</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4485"/> + <location filename="../ViewManager/ViewManager.py" line="4492"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>Die Datei <b>{0}</b> enthält ungesicherte Änderungen.</p></translation> </message> @@ -81561,70 +81581,70 @@ <translation><b>Datei öffnen</b><p>Sie werden nach dem Namen einer Datei gefragt, die in einem Editor geöffnet werden soll.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3367"/> + <location filename="../ViewManager/ViewManager.py" line="3374"/> <source>Quicksearch</source> <translation>Schnellsuche</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3098"/> + <location filename="../ViewManager/ViewManager.py" line="3075"/> <source>Ctrl+Shift+K</source> <comment>Search|Quicksearch</comment> <translation>Ctrl+Shift+K</translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="3083"/> + <source>Perform a quicksearch</source> + <translation>Führe eine Schnellsuche durch</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3096"/> + <source>Quicksearch backwards</source> + <translation>Schnellsuche rückwärts</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3096"/> + <source>Ctrl+Shift+J</source> + <comment>Search|Quicksearch backwards</comment> + <translation>Ctrl+Shift+J</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="3106"/> - <source>Perform a quicksearch</source> - <translation>Führe eine Schnellsuche durch</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3119"/> - <source>Quicksearch backwards</source> - <translation>Schnellsuche rückwärts</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3119"/> - <source>Ctrl+Shift+J</source> - <comment>Search|Quicksearch backwards</comment> - <translation>Ctrl+Shift+J</translation> + <source>Perform a quicksearch backwards</source> + <translation>Führe eine Schnellsuche rückwärts durch</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3075"/> + <source>&Quicksearch</source> + <translation>Schne&llsuche</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3096"/> + <source>Quicksearch &backwards</source> + <translation>Schnellsuche &rückwärts</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3118"/> + <source>Quicksearch extend</source> + <translation>Schnellsuche erweitern</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3118"/> + <source>Quicksearch e&xtend</source> + <translation>Schnellsuche er&weitern</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3118"/> + <source>Ctrl+Shift+H</source> + <comment>Search|Quicksearch extend</comment> + <translation>Ctrl+Shift+H</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3126"/> + <source>Extend the quicksearch to the end of the current word</source> + <translation>Erweitere die Schnellsuche bis zum Ende des aktuellen Wortes</translation> </message> <message> <location filename="../ViewManager/ViewManager.py" line="3129"/> - <source>Perform a quicksearch backwards</source> - <translation>Führe eine Schnellsuche rückwärts durch</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3098"/> - <source>&Quicksearch</source> - <translation>Schne&llsuche</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3119"/> - <source>Quicksearch &backwards</source> - <translation>Schnellsuche &rückwärts</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3141"/> - <source>Quicksearch extend</source> - <translation>Schnellsuche erweitern</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3141"/> - <source>Quicksearch e&xtend</source> - <translation>Schnellsuche er&weitern</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3141"/> - <source>Ctrl+Shift+H</source> - <comment>Search|Quicksearch extend</comment> - <translation>Ctrl+Shift+H</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3149"/> - <source>Extend the quicksearch to the end of the current word</source> - <translation>Erweitere die Schnellsuche bis zum Ende des aktuellen Wortes</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3152"/> <source><b>Quicksearch extend</b><p>This extends the quicksearch text to the end of the word currently found.</p></source> <translation><b>Schnellsuche erweitern</b><p>Dies erweitert den Schnellsuchetext bis zum Ende des aktuell gefundenen Wortes.</p></translation> </message> @@ -81644,42 +81664,42 @@ <translation><b>Überwachte Einrückung</b><p>Dies rückt die aktuelle Zeile oder die Zeilen der aktuellen Auswahl ein, wobei nur sinnvolle Einrückungstiefen erlaubt sind.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3704"/> + <location filename="../ViewManager/ViewManager.py" line="3711"/> <source>Next split</source> <translation>Nächste Ansichte</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3704"/> - <source>&Next split</source> - <translation>&Nächste Ansicht</translation> - </message> - <message> <location filename="../ViewManager/ViewManager.py" line="3711"/> + <source>&Next split</source> + <translation>&Nächste Ansicht</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="3718"/> <source>Move to the next split</source> <translation>Gehe zur nächsten Ansicht</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3713"/> + <location filename="../ViewManager/ViewManager.py" line="3720"/> <source><b>Next split</b><p>Move to the next split.</p></source> <translation><b>Nächste Ansicht</b><p>Gehe zur nächsten Ansicht.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3721"/> + <location filename="../ViewManager/ViewManager.py" line="3728"/> <source>Previous split</source> <translation>Vorherige Ansicht</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3721"/> + <location filename="../ViewManager/ViewManager.py" line="3728"/> <source>&Previous split</source> <translation>&Vorherige Ansicht</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3727"/> + <location filename="../ViewManager/ViewManager.py" line="3734"/> <source>Move to the previous split</source> <translation>Gehe zur vorherigen Ansicht</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3729"/> + <location filename="../ViewManager/ViewManager.py" line="3736"/> <source><b>Previous split</b><p>Move to the previous split.</p></source> <translation><b>Vorherige Ansicht</b><p>Gehe zur vorherigen Ansicht.</p></translation> </message> @@ -81689,17 +81709,17 @@ <translation>Enter</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3563"/> + <location filename="../ViewManager/ViewManager.py" line="3570"/> <source>Toggle all folds (including children)</source> <translation>Alle Faltungen umschalten (inkl. Unterfaltungen)</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3557"/> + <location filename="../ViewManager/ViewManager.py" line="3564"/> <source>Toggle all &folds (including children)</source> <translation>Alle Faltungen &umschalten (inkl. Unterfaltungen)</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3565"/> + <location filename="../ViewManager/ViewManager.py" line="3572"/> <source><b>Toggle all folds (including children)</b><p>Toggle all folds of the current editor including all children.</p></source> <translation><b>Alle Faltungen umschalten (inkl. Unterfaltungen)</b><p>Dies schaltet alle Faltungen des aktuellen Editors inklusive Unterfaltungen um.</p></translation> </message> @@ -81856,187 +81876,187 @@ <translation>Alt+Ctrl+A</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2794"/> + <location filename="../ViewManager/ViewManager.py" line="2773"/> <source>&Edit</source> <translation>&Bearbeiten</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2853"/> + <location filename="../ViewManager/ViewManager.py" line="2830"/> <source>Edit</source> <translation>Bearbeiten</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2885"/> + <location filename="../ViewManager/ViewManager.py" line="2862"/> <source>Ctrl+F</source> <comment>Search|Search</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3011"/> + <location filename="../ViewManager/ViewManager.py" line="2988"/> <source>Ctrl+R</source> <comment>Search|Replace</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3162"/> + <location filename="../ViewManager/ViewManager.py" line="3139"/> <source>Ctrl+G</source> <comment>Search|Goto Line</comment> <translation>Ctrl+G</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3181"/> + <location filename="../ViewManager/ViewManager.py" line="3158"/> <source>Ctrl+L</source> <comment>Search|Goto Brace</comment> <translation>Ctrl+L</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3269"/> + <location filename="../ViewManager/ViewManager.py" line="3246"/> <source>Shift+Ctrl+F</source> <comment>Search|Search Files</comment> <translation>Shift+Ctrl+F</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3467"/> + <location filename="../ViewManager/ViewManager.py" line="3474"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3486"/> + <location filename="../ViewManager/ViewManager.py" line="3493"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3524"/> + <location filename="../ViewManager/ViewManager.py" line="3531"/> <source>Ctrl+#</source> <comment>View|Zoom</comment> <translation>Ctrl+#</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3704"/> + <location filename="../ViewManager/ViewManager.py" line="3711"/> <source>Ctrl+Alt+N</source> <comment>View|Next split</comment> <translation>Ctrl+Alt+N</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3721"/> + <location filename="../ViewManager/ViewManager.py" line="3728"/> <source>Ctrl+Alt+P</source> <comment>View|Previous split</comment> <translation>Ctrl+Alt+P</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3793"/> + <location filename="../ViewManager/ViewManager.py" line="3800"/> <source>&View</source> <translation>&Ansicht</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3829"/> + <location filename="../ViewManager/ViewManager.py" line="3836"/> <source>View</source> <translation>Ansicht</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3952"/> + <location filename="../ViewManager/ViewManager.py" line="3959"/> <source>&Macros</source> <translation>&Makros</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3970"/> + <location filename="../ViewManager/ViewManager.py" line="3977"/> <source>Alt+Ctrl+T</source> <comment>Bookmark|Toggle</comment> <translation>Alt+Ctrl+T</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3989"/> + <location filename="../ViewManager/ViewManager.py" line="3996"/> <source>Ctrl+PgDown</source> <comment>Bookmark|Next</comment> <translation>Ctrl+PgDown</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4007"/> + <location filename="../ViewManager/ViewManager.py" line="4014"/> <source>Ctrl+PgUp</source> <comment>Bookmark|Previous</comment> <translation>Ctrl+PgUp</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4025"/> + <location filename="../ViewManager/ViewManager.py" line="4032"/> <source>Alt+Ctrl+C</source> <comment>Bookmark|Clear</comment> <translation>Alt+Ctrl+C</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4289"/> + <location filename="../ViewManager/ViewManager.py" line="4296"/> <source>Bookmarks</source> <translation>Lesezeichen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4441"/> + <location filename="../ViewManager/ViewManager.py" line="4448"/> <source>Open files</source> <translation>Dateien öffnen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4170"/> + <location filename="../ViewManager/ViewManager.py" line="4177"/> <source>Next Task</source> <translation>Nächste Aufgabe</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4164"/> + <location filename="../ViewManager/ViewManager.py" line="4171"/> <source>&Next Task</source> <translation>&Nächste Aufgabe</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4172"/> + <location filename="../ViewManager/ViewManager.py" line="4179"/> <source><b>Next Task</b><p>Go to next line of the current editor having a task.</p></source> <translation><b>Nächste Aufgabe</b><p>Gehe zur nächsten Zeile des aktuellen Editors, die eine Aufgabe enthält.</p></translation> </message> <message>