Sun, 10 Jul 2011 16:31:33 +0200
Added editor actions to go to the last edit location and to the previous or next Python or Ruby class or method definition.
--- a/APIs/Python3/eric5.api Mon Jul 04 08:08:04 2011 +0200 +++ b/APIs/Python3/eric5.api Sun Jul 10 16:31:33 2011 +0200 @@ -5452,7 +5452,9 @@ eric5.QScintilla.Editor.Editor.getWordBoundaries?4(line, index, useWordChars=True) eric5.QScintilla.Editor.Editor.getWordLeft?4(line, index) eric5.QScintilla.Editor.Editor.getWordRight?4(line, index) +eric5.QScintilla.Editor.Editor.gotoLastEditPosition?4() eric5.QScintilla.Editor.Editor.gotoLine?4(line, pos=1) +eric5.QScintilla.Editor.Editor.gotoMethodClass?4(goUp=False) eric5.QScintilla.Editor.Editor.gotoSyntaxError?4() eric5.QScintilla.Editor.Editor.handleMonospacedEnable?4() eric5.QScintilla.Editor.Editor.handleRenamed?4(fn) @@ -5466,6 +5468,7 @@ eric5.QScintilla.Editor.Editor.highlight?4(line=None, error=False, syntaxError=False) eric5.QScintilla.Editor.Editor.highlightVisible?4() eric5.QScintilla.Editor.Editor.indentLineOrSelection?4() +eric5.QScintilla.Editor.Editor.isLastEditPositionAvailable?4() eric5.QScintilla.Editor.Editor.isPy2File?4() eric5.QScintilla.Editor.Editor.isPy3File?4() eric5.QScintilla.Editor.Editor.isRubyFile?4() @@ -5473,6 +5476,7 @@ eric5.QScintilla.Editor.Editor.joinLines?4() eric5.QScintilla.Editor.Editor.keyPressEvent?4(ev) eric5.QScintilla.Editor.Editor.languageChanged?7 +eric5.QScintilla.Editor.Editor.lastEditPositionAvailable?7 eric5.QScintilla.Editor.Editor.macroDelete?4() eric5.QScintilla.Editor.Editor.macroLoad?4() eric5.QScintilla.Editor.Editor.macroRecordingStart?4()
--- a/Documentation/Help/source.qhp Mon Jul 04 08:08:04 2011 +0200 +++ b/Documentation/Help/source.qhp Sun Jul 10 16:31:33 2011 +0200 @@ -3522,6 +3522,9 @@ <keyword name="ViewManager.__findFileName" id="ViewManager.__findFileName" ref="eric5.ViewManager.ViewManager.html#ViewManager.__findFileName" /> <keyword name="ViewManager.__goto" id="ViewManager.__goto" ref="eric5.ViewManager.ViewManager.html#ViewManager.__goto" /> <keyword name="ViewManager.__gotoBrace" id="ViewManager.__gotoBrace" ref="eric5.ViewManager.ViewManager.html#ViewManager.__gotoBrace" /> + <keyword name="ViewManager.__gotoLastEditPosition" id="ViewManager.__gotoLastEditPosition" ref="eric5.ViewManager.ViewManager.html#ViewManager.__gotoLastEditPosition" /> + <keyword name="ViewManager.__gotoNextMethodClass" id="ViewManager.__gotoNextMethodClass" ref="eric5.ViewManager.ViewManager.html#ViewManager.__gotoNextMethodClass" /> + <keyword name="ViewManager.__gotoPreviousMethodClass" id="ViewManager.__gotoPreviousMethodClass" ref="eric5.ViewManager.ViewManager.html#ViewManager.__gotoPreviousMethodClass" /> <keyword name="ViewManager.__gotoSyntaxError" id="ViewManager.__gotoSyntaxError" ref="eric5.ViewManager.ViewManager.html#ViewManager.__gotoSyntaxError" /> <keyword name="ViewManager.__initBookmarkActions" id="ViewManager.__initBookmarkActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initBookmarkActions" /> <keyword name="ViewManager.__initContextMenuExporters" id="ViewManager.__initContextMenuExporters" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initContextMenuExporters" /> @@ -3531,6 +3534,7 @@ <keyword name="ViewManager.__initSearchActions" id="ViewManager.__initSearchActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initSearchActions" /> <keyword name="ViewManager.__initSpellingActions" id="ViewManager.__initSpellingActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initSpellingActions" /> <keyword name="ViewManager.__initViewActions" id="ViewManager.__initViewActions" ref="eric5.ViewManager.ViewManager.html#ViewManager.__initViewActions" /> + <keyword name="ViewManager.__lastEditPositionAvailable" id="ViewManager.__lastEditPositionAvailable" ref="eric5.ViewManager.ViewManager.html#ViewManager.__lastEditPositionAvailable" /> <keyword name="ViewManager.__lastEditorClosed" id="ViewManager.__lastEditorClosed" ref="eric5.ViewManager.ViewManager.html#ViewManager.__lastEditorClosed" /> <keyword name="ViewManager.__loadRecent" id="ViewManager.__loadRecent" ref="eric5.ViewManager.ViewManager.html#ViewManager.__loadRecent" /> <keyword name="ViewManager.__macroDelete" id="ViewManager.__macroDelete" ref="eric5.ViewManager.ViewManager.html#ViewManager.__macroDelete" /> @@ -5985,6 +5989,7 @@ <keyword name="Editor.__removeTrailingWhitespace" id="Editor.__removeTrailingWhitespace" ref="eric5.QScintilla.Editor.html#Editor.__removeTrailingWhitespace" /> <keyword name="Editor.__resetLanguage" id="Editor.__resetLanguage" ref="eric5.QScintilla.Editor.html#Editor.__resetLanguage" /> <keyword name="Editor.__restoreBreakpoints" id="Editor.__restoreBreakpoints" ref="eric5.QScintilla.Editor.html#Editor.__restoreBreakpoints" /> + <keyword name="Editor.__saveLastEditPosition" id="Editor.__saveLastEditPosition" ref="eric5.QScintilla.Editor.html#Editor.__saveLastEditPosition" /> <keyword name="Editor.__selectAll" id="Editor.__selectAll" ref="eric5.QScintilla.Editor.html#Editor.__selectAll" /> <keyword name="Editor.__selectPygmentsLexer" id="Editor.__selectPygmentsLexer" ref="eric5.QScintilla.Editor.html#Editor.__selectPygmentsLexer" /> <keyword name="Editor.__send" id="Editor.__send" ref="eric5.QScintilla.Editor.html#Editor.__send" /> @@ -6020,6 +6025,7 @@ <keyword name="Editor.__showSyntaxError" id="Editor.__showSyntaxError" ref="eric5.QScintilla.Editor.html#Editor.__showSyntaxError" /> <keyword name="Editor.__spellCharAdded" id="Editor.__spellCharAdded" ref="eric5.QScintilla.Editor.html#Editor.__spellCharAdded" /> <keyword name="Editor.__styleNeeded" id="Editor.__styleNeeded" ref="eric5.QScintilla.Editor.html#Editor.__styleNeeded" /> + <keyword name="Editor.__textChanged" id="Editor.__textChanged" ref="eric5.QScintilla.Editor.html#Editor.__textChanged" /> <keyword name="Editor.__toggleAutoCompletionEnable" id="Editor.__toggleAutoCompletionEnable" ref="eric5.QScintilla.Editor.html#Editor.__toggleAutoCompletionEnable" /> <keyword name="Editor.__toggleBreakpoint" id="Editor.__toggleBreakpoint" ref="eric5.QScintilla.Editor.html#Editor.__toggleBreakpoint" /> <keyword name="Editor.__toggleBreakpointEnabled" id="Editor.__toggleBreakpointEnabled" ref="eric5.QScintilla.Editor.html#Editor.__toggleBreakpointEnabled" /> @@ -6085,7 +6091,9 @@ <keyword name="Editor.getWordBoundaries" id="Editor.getWordBoundaries" ref="eric5.QScintilla.Editor.html#Editor.getWordBoundaries" /> <keyword name="Editor.getWordLeft" id="Editor.getWordLeft" ref="eric5.QScintilla.Editor.html#Editor.getWordLeft" /> <keyword name="Editor.getWordRight" id="Editor.getWordRight" ref="eric5.QScintilla.Editor.html#Editor.getWordRight" /> + <keyword name="Editor.gotoLastEditPosition" id="Editor.gotoLastEditPosition" ref="eric5.QScintilla.Editor.html#Editor.gotoLastEditPosition" /> <keyword name="Editor.gotoLine" id="Editor.gotoLine" ref="eric5.QScintilla.Editor.html#Editor.gotoLine" /> + <keyword name="Editor.gotoMethodClass" id="Editor.gotoMethodClass" ref="eric5.QScintilla.Editor.html#Editor.gotoMethodClass" /> <keyword name="Editor.gotoSyntaxError" id="Editor.gotoSyntaxError" ref="eric5.QScintilla.Editor.html#Editor.gotoSyntaxError" /> <keyword name="Editor.handleMonospacedEnable" id="Editor.handleMonospacedEnable" ref="eric5.QScintilla.Editor.html#Editor.handleMonospacedEnable" /> <keyword name="Editor.handleRenamed" id="Editor.handleRenamed" ref="eric5.QScintilla.Editor.html#Editor.handleRenamed" /> @@ -6099,6 +6107,7 @@ <keyword name="Editor.highlight" id="Editor.highlight" ref="eric5.QScintilla.Editor.html#Editor.highlight" /> <keyword name="Editor.highlightVisible" id="Editor.highlightVisible" ref="eric5.QScintilla.Editor.html#Editor.highlightVisible" /> <keyword name="Editor.indentLineOrSelection" id="Editor.indentLineOrSelection" ref="eric5.QScintilla.Editor.html#Editor.indentLineOrSelection" /> + <keyword name="Editor.isLastEditPositionAvailable" id="Editor.isLastEditPositionAvailable" ref="eric5.QScintilla.Editor.html#Editor.isLastEditPositionAvailable" /> <keyword name="Editor.isPy2File" id="Editor.isPy2File" ref="eric5.QScintilla.Editor.html#Editor.isPy2File" /> <keyword name="Editor.isPy3File" id="Editor.isPy3File" ref="eric5.QScintilla.Editor.html#Editor.isPy3File" /> <keyword name="Editor.isRubyFile" id="Editor.isRubyFile" ref="eric5.QScintilla.Editor.html#Editor.isRubyFile" />
--- a/Documentation/Source/eric5.QScintilla.Editor.html Mon Jul 04 08:08:04 2011 +0200 +++ b/Documentation/Source/eric5.QScintilla.Editor.html Sun Jul 10 16:31:33 2011 +0200 @@ -90,6 +90,9 @@ <dd> emitted when the editors language was set. The language is passed as a parameter. +</dd><dt>lastEditPositionAvailable()</dt> +<dd> +emitted when a last edit position is available </dd><dt>modificationStatusChanged(bool, QsciScintillaCompat)</dt> <dd> emitted when the @@ -400,6 +403,9 @@ <td><a href="#Editor.__restoreBreakpoints">__restoreBreakpoints</a></td> <td>Private method to restore the breakpoints.</td> </tr><tr> +<td><a href="#Editor.__saveLastEditPosition">__saveLastEditPosition</a></td> +<td>Private slot to record the last edit position.</td> +</tr><tr> <td><a href="#Editor.__selectAll">__selectAll</a></td> <td>Private slot handling the select all context menu action.</td> </tr><tr> @@ -505,6 +511,9 @@ <td><a href="#Editor.__styleNeeded">__styleNeeded</a></td> <td>Private slot to handle the need for more styling.</td> </tr><tr> +<td><a href="#Editor.__textChanged">__textChanged</a></td> +<td>Private slot to handle a change of the editor text.</td> +</tr><tr> <td><a href="#Editor.__toggleAutoCompletionEnable">__toggleAutoCompletionEnable</a></td> <td>Private slot to handle the Enable Autocompletion context menu entry.</td> </tr><tr> @@ -700,9 +709,15 @@ <td><a href="#Editor.getWordRight">getWordRight</a></td> <td>Public method to get the word to the right of a position.</td> </tr><tr> +<td><a href="#Editor.gotoLastEditPosition">gotoLastEditPosition</a></td> +<td>Public method to move the cursor to the last edit position.</td> +</tr><tr> <td><a href="#Editor.gotoLine">gotoLine</a></td> <td>Public slot to jump to the beginning of a line.</td> </tr><tr> +<td><a href="#Editor.gotoMethodClass">gotoMethodClass</a></td> +<td>Public method to go to the next Python method or class definition.</td> +</tr><tr> <td><a href="#Editor.gotoSyntaxError">gotoSyntaxError</a></td> <td>Public slot to handle the 'Goto syntax error' context menu action.</td> </tr><tr> @@ -742,6 +757,9 @@ <td><a href="#Editor.indentLineOrSelection">indentLineOrSelection</a></td> <td>Public slot to indent the current line or current selection</td> </tr><tr> +<td><a href="#Editor.isLastEditPositionAvailable">isLastEditPositionAvailable</a></td> +<td>Public method to check, if a last edit position is available.</td> +</tr><tr> <td><a href="#Editor.isPy2File">isPy2File</a></td> <td>Public method to return a flag indicating a Python file.</td> </tr><tr> @@ -1716,6 +1734,11 @@ <b>__restoreBreakpoints</b>(<i></i>) <p> Private method to restore the breakpoints. +</p><a NAME="Editor.__saveLastEditPosition" ID="Editor.__saveLastEditPosition"></a> +<h4>Editor.__saveLastEditPosition</h4> +<b>__saveLastEditPosition</b>(<i></i>) +<p> + Private slot to record the last edit position. </p><a NAME="Editor.__selectAll" ID="Editor.__selectAll"></a> <h4>Editor.__selectAll</h4> <b>__selectAll</b>(<i></i>) @@ -1941,7 +1964,16 @@ <dd> end position, that needs styling (integer) </dd> -</dl><a NAME="Editor.__toggleAutoCompletionEnable" ID="Editor.__toggleAutoCompletionEnable"></a> +</dl><a NAME="Editor.__textChanged" ID="Editor.__textChanged"></a> +<h4>Editor.__textChanged</h4> +<b>__textChanged</b>(<i></i>) +<p> + Private slot to handle a change of the editor text. +</p><p> + This slot defers the handling to the next time the event loop + is run in order to ensure, that cursor position has been updated + by the underlying Scintilla editor. +</p><a NAME="Editor.__toggleAutoCompletionEnable" ID="Editor.__toggleAutoCompletionEnable"></a> <h4>Editor.__toggleAutoCompletionEnable</h4> <b>__toggleAutoCompletionEnable</b>(<i></i>) <p> @@ -2605,7 +2637,12 @@ <dd> the word to the right of that position (string) </dd> -</dl><a NAME="Editor.gotoLine" ID="Editor.gotoLine"></a> +</dl><a NAME="Editor.gotoLastEditPosition" ID="Editor.gotoLastEditPosition"></a> +<h4>Editor.gotoLastEditPosition</h4> +<b>gotoLastEditPosition</b>(<i></i>) +<p> + Public method to move the cursor to the last edit position. +</p><a NAME="Editor.gotoLine" ID="Editor.gotoLine"></a> <h4>Editor.gotoLine</h4> <b>gotoLine</b>(<i>line, pos=1</i>) <p> @@ -2618,7 +2655,12 @@ <dd> position in line to go to (integer) </dd> -</dl><a NAME="Editor.gotoSyntaxError" ID="Editor.gotoSyntaxError"></a> +</dl><a NAME="Editor.gotoMethodClass" ID="Editor.gotoMethodClass"></a> +<h4>Editor.gotoMethodClass</h4> +<b>gotoMethodClass</b>(<i>goUp=False</i>) +<p> + Public method to go to the next Python method or class definition. +</p><a NAME="Editor.gotoSyntaxError" ID="Editor.gotoSyntaxError"></a> <h4>Editor.gotoSyntaxError</h4> <b>gotoSyntaxError</b>(<i></i>) <p> @@ -2729,7 +2771,17 @@ <b>indentLineOrSelection</b>(<i></i>) <p> Public slot to indent the current line or current selection -</p><a NAME="Editor.isPy2File" ID="Editor.isPy2File"></a> +</p><a NAME="Editor.isLastEditPositionAvailable" ID="Editor.isLastEditPositionAvailable"></a> +<h4>Editor.isLastEditPositionAvailable</h4> +<b>isLastEditPositionAvailable</b>(<i></i>) +<p> + Public method to check, if a last edit position is available. +</p><dl> +<dt>Returns:</dt> +<dd> +flag indicating availability (boolean) +</dd> +</dl><a NAME="Editor.isPy2File" ID="Editor.isPy2File"></a> <h4>Editor.isPy2File</h4> <b>isPy2File</b>(<i></i>) <p>
--- a/Documentation/Source/eric5.ViewManager.ViewManager.html Mon Jul 04 08:08:04 2011 +0200 +++ b/Documentation/Source/eric5.ViewManager.ViewManager.html Sun Jul 10 16:31:33 2011 +0200 @@ -311,6 +311,15 @@ <td><a href="#ViewManager.__gotoBrace">__gotoBrace</a></td> <td>Private method to handle the goto brace action.</td> </tr><tr> +<td><a href="#ViewManager.__gotoLastEditPosition">__gotoLastEditPosition</a></td> +<td>Private method to move the cursor to the last edit position.</td> +</tr><tr> +<td><a href="#ViewManager.__gotoNextMethodClass">__gotoNextMethodClass</a></td> +<td>Private slot to go to the next Python/Ruby method or class definition.</td> +</tr><tr> +<td><a href="#ViewManager.__gotoPreviousMethodClass">__gotoPreviousMethodClass</a></td> +<td>Private slot to go to the previous Python/Ruby method or class definition.</td> +</tr><tr> <td><a href="#ViewManager.__gotoSyntaxError">__gotoSyntaxError</a></td> <td>Private method to handle the goto syntax error action.</td> </tr><tr> @@ -338,6 +347,9 @@ <td><a href="#ViewManager.__initViewActions">__initViewActions</a></td> <td>Private method defining the user interface actions for the view commands.</td> </tr><tr> +<td><a href="#ViewManager.__lastEditPositionAvailable">__lastEditPositionAvailable</a></td> +<td>Private slot to handle the lastEditPositionAvailable signal of an editor.</td> +</tr><tr> <td><a href="#ViewManager.__lastEditorClosed">__lastEditorClosed</a></td> <td>Private slot to handle the lastEditorClosed signal.</td> </tr><tr> @@ -1109,6 +1121,21 @@ <b>__gotoBrace</b>(<i></i>) <p> Private method to handle the goto brace action. +</p><a NAME="ViewManager.__gotoLastEditPosition" ID="ViewManager.__gotoLastEditPosition"></a> +<h4>ViewManager.__gotoLastEditPosition</h4> +<b>__gotoLastEditPosition</b>(<i></i>) +<p> + Private method to move the cursor to the last edit position. +</p><a NAME="ViewManager.__gotoNextMethodClass" ID="ViewManager.__gotoNextMethodClass"></a> +<h4>ViewManager.__gotoNextMethodClass</h4> +<b>__gotoNextMethodClass</b>(<i></i>) +<p> + Private slot to go to the next Python/Ruby method or class definition. +</p><a NAME="ViewManager.__gotoPreviousMethodClass" ID="ViewManager.__gotoPreviousMethodClass"></a> +<h4>ViewManager.__gotoPreviousMethodClass</h4> +<b>__gotoPreviousMethodClass</b>(<i></i>) +<p> + Private slot to go to the previous Python/Ruby method or class definition. </p><a NAME="ViewManager.__gotoSyntaxError" ID="ViewManager.__gotoSyntaxError"></a> <h4>ViewManager.__gotoSyntaxError</h4> <b>__gotoSyntaxError</b>(<i></i>) @@ -1154,6 +1181,11 @@ <b>__initViewActions</b>(<i></i>) <p> Private method defining the user interface actions for the view commands. +</p><a NAME="ViewManager.__lastEditPositionAvailable" ID="ViewManager.__lastEditPositionAvailable"></a> +<h4>ViewManager.__lastEditPositionAvailable</h4> +<b>__lastEditPositionAvailable</b>(<i></i>) +<p> + Private slot to handle the lastEditPositionAvailable signal of an editor. </p><a NAME="ViewManager.__lastEditorClosed" ID="ViewManager.__lastEditorClosed"></a> <h4>ViewManager.__lastEditorClosed</h4> <b>__lastEditorClosed</b>(<i></i>)
--- a/QScintilla/Editor.py Mon Jul 04 08:08:04 2011 +0200 +++ b/QScintilla/Editor.py Sun Jul 10 16:31:33 2011 +0200 @@ -82,6 +82,7 @@ is passed as a parameter. @signal encodingChanged(str) emitted when the editors encoding was set. The encoding name is passed as a parameter. + @signal lastEditPositionAvailable() emitted when a last edit position is available """ modificationStatusChanged = pyqtSignal(bool, QsciScintillaCompat) undoAvailable = pyqtSignal(bool) @@ -101,6 +102,7 @@ languageChanged = pyqtSignal(str) eolChanged = pyqtSignal(str) encodingChanged = pyqtSignal(str) + lastEditPositionAvailable = pyqtSignal() # Autocompletion icon definitions ClassID = 1 @@ -193,6 +195,8 @@ self.acAPI = False + self.__lastEditPosition = None + # list of clones self.__clones = [] @@ -222,6 +226,7 @@ self.__isShared = False self.__inRemoteSharedEdit = False + # connect signals before loading the text self.modificationChanged.connect(self.__modificationChanged) self.cursorPositionChanged.connect(self.__cursorPositionChanged) self.modificationAttempted.connect(self.__modificationReadOnly) @@ -399,6 +404,9 @@ # register images to be shown in autocompletion lists self.__registerImages() + + # connect signals after loading the text + self.textChanged.connect(self.__textChanged) def __registerImages(self): """ @@ -3236,6 +3244,88 @@ self.setCursorPosition(line - 1, pos - 1) self.ensureVisible(line) + def __textChanged(self): + """ + Private slot to handle a change of the editor text. + + This slot defers the handling to the next time the event loop + is run in order to ensure, that cursor position has been updated + by the underlying Scintilla editor. + """ + QTimer.singleShot(0, self.__saveLastEditPosition) + + def __saveLastEditPosition(self): + """ + Private slot to record the last edit position. + """ + self.__lastEditPosition = self.getCursorPosition() + self.lastEditPositionAvailable.emit() + + def isLastEditPositionAvailable(self): + """ + Public method to check, if a last edit position is available. + + @return flag indicating availability (boolean) + """ + return self.__lastEditPosition is not None + + def gotoLastEditPosition(self): + """ + Public method to move the cursor to the last edit position. + """ + self.setCursorPosition(*self.__lastEditPosition) + self.ensureVisible(self.__lastEditPosition[0]) + + def gotoMethodClass(self, goUp=False): + """ + Public method to go to the next Python method or class definition. + """ + if self.isPy3File() or self.isPy2File() or self.isRubyFile(): + lineNo = self.getCursorPosition()[0] + line = self.text(lineNo) + if line.strip().startswith(("class ", "def ", "module ")): + if goUp: + lineNo -= 1 + else: + lineNo += 1 + while True: + if goUp and lineNo < 0: + self.setCursorPosition(0, 0) + self.ensureVisible(0) + return + elif not goUp and lineNo == self.lines(): + lineNo = self.lines() - 1 + self.setCursorPosition(lineNo, self.lineLength(lineNo)) + self.ensureVisible(lineNo) + return + + line = self.text(lineNo) + if line.strip().startswith(("class ", "def ", "module ")): + # try 'def ' first because it occurs more often + first = line.find("def ") + if first > -1: + first += 4 + else: + first = line.find("class ") + if first > -1: + first += 6 + else: + first = line.find("module ") + 7 + match = re.search("[:(]", line) + if match: + end = match.start() + else: + end = self.lineLength(lineNo) - 1 + self.setSelection(lineNo, first, lineNo, end) + self.ensureVisible(lineNo) + return + + if goUp: + lineNo -= 1 + else: + lineNo += 1 + + ############################################################################ ## Setup methods below ############################################################################
--- a/ViewManager/ViewManager.py Mon Jul 04 08:08:04 2011 +0200 +++ b/ViewManager/ViewManager.py Sun Jul 10 16:31:33 2011 +0200 @@ -828,7 +828,7 @@ self.deleteAct = E5Action(QApplication.translate('ViewManager', 'Clear'), UI.PixmapCache.getIcon("editDelete.png"), - QApplication.translate('ViewManager', 'Cl&ear'), + QApplication.translate('ViewManager', 'Clear'), QKeySequence(QApplication.translate('ViewManager', "Alt+Shift+C", "Edit|Clear")), 0, @@ -1867,6 +1867,9 @@ menu.addSeparator() menu.addAction(self.gotoAct) menu.addAction(self.gotoBraceAct) + menu.addAction(self.gotoLastEditAct) + menu.addAction(self.gotoPreviousDefAct) + menu.addAction(self.gotoNextDefAct) menu.addSeparator() menu.addAction(self.selectBraceAct) menu.addAction(self.selectAllAct) @@ -2092,6 +2095,59 @@ self.gotoBraceAct.triggered[()].connect(self.__gotoBrace) self.searchActions.append(self.gotoBraceAct) + self.gotoLastEditAct = E5Action( + QApplication.translate('ViewManager', 'Goto Last Edit Location'), + UI.PixmapCache.getIcon("gotoLastEditPosition.png"), + QApplication.translate('ViewManager', 'Goto Last &Edit Location'), + QKeySequence(QApplication.translate('ViewManager', + "Ctrl+Shift+G", "Search|Goto Last Edit Location")), + 0, + self.searchActGrp, 'vm_search_goto_last_edit_location') + self.gotoLastEditAct.setStatusTip( + QApplication.translate('ViewManager', 'Goto Last Edit Location')) + self.gotoLastEditAct.setWhatsThis(QApplication.translate('ViewManager', + """<b>Goto Last Edit Location</b>""" + """<p>Go to the location of the last edit in the current editor.</p>""" + )) + self.gotoLastEditAct.triggered[()].connect(self.__gotoLastEditPosition) + self.searchActions.append(self.gotoLastEditAct) + + self.gotoPreviousDefAct = E5Action( + QApplication.translate('ViewManager', 'Goto Previous Method or Class'), + QApplication.translate('ViewManager', 'Goto Previous Method or Class'), + QKeySequence(QApplication.translate('ViewManager', + "Ctrl+Shift+Up", "Search|Goto Previous Method or Class")), + 0, + self.searchActGrp, 'vm_search_goto_previous_method_or_class') + self.gotoPreviousDefAct.setStatusTip( + QApplication.translate('ViewManager', + 'Go to the previous method or class definition')) + self.gotoPreviousDefAct.setWhatsThis(QApplication.translate('ViewManager', + """<b>Goto Previous Method or Class</b>""" + """<p>Goes to the line of the previous method or class definition""" + """ and highlights the name.</p>""" + )) + self.gotoPreviousDefAct.triggered[()].connect(self.__gotoPreviousMethodClass) + self.searchActions.append(self.gotoPreviousDefAct) + + self.gotoNextDefAct = E5Action( + QApplication.translate('ViewManager', 'Goto Next Method or Class'), + QApplication.translate('ViewManager', 'Goto Next Method or Class'), + QKeySequence(QApplication.translate('ViewManager', + "Ctrl+Shift+Down", "Search|Goto Next Method or Class")), + 0, + self.searchActGrp, 'vm_search_goto_next_method_or_class') + self.gotoNextDefAct.setStatusTip( + QApplication.translate('ViewManager', + 'Go to the next method or class definition')) + self.gotoNextDefAct.setWhatsThis(QApplication.translate('ViewManager', + """<b>Goto Next Method or Class</b>""" + """<p>Goes to the line of the next method or class definition""" + """ and highlights the name.</p>""" + )) + self.gotoNextDefAct.triggered[()].connect(self.__gotoNextMethodClass) + self.searchActions.append(self.gotoNextDefAct) + self.searchActGrp.setEnabled(False) self.searchFilesAct = E5Action(QApplication.translate('ViewManager', @@ -2208,6 +2264,8 @@ tb.addAction(self.searchClearMarkersAct) tb.addSeparator() tb.addAction(self.searchFilesAct) + tb.addSeparator() + tb.addAction(self.gotoLastEditAct) tb.setAllowedAreas(Qt.ToolBarAreas(Qt.TopToolBarArea | Qt.BottomToolBarArea)) @@ -3156,6 +3214,7 @@ editor.encodingChanged.connect(self.__editorConfigChanged) editor.selectionChanged.connect(self.searchDlg.selectionChanged) editor.selectionChanged.connect(self.replaceDlg.selectionChanged) + editor.lastEditPositionAvailable.connect(self.__lastEditPositionAvailable) def newEditorView(self, fn, caller, filetype=""): """ @@ -4150,6 +4209,30 @@ """ self.activeWindow().moveToMatchingBrace() + def __gotoLastEditPosition(self): + """ + Private method to move the cursor to the last edit position. + """ + self.activeWindow().gotoLastEditPosition() + + def __lastEditPositionAvailable(self): + """ + Private slot to handle the lastEditPositionAvailable signal of an editor. + """ + self.gotoLastEditAct.setEnabled(True) + + def __gotoNextMethodClass(self): + """ + Private slot to go to the next Python/Ruby method or class definition. + """ + self.activeWindow().gotoMethodClass(False) + + def __gotoPreviousMethodClass(self): + """ + Private slot to go to the previous Python/Ruby method or class definition. + """ + self.activeWindow().gotoMethodClass(True) + def __searchFiles(self): """ Private method to handle the search in files action. @@ -4650,6 +4733,7 @@ self.undoAct.setEnabled(editor.isUndoAvailable()) self.redoAct.setEnabled(editor.isRedoAvailable()) + self.gotoLastEditAct.setEnabled(editor.isLastEditPositionAvailable()) lex = editor.getLexer() if lex is not None: @@ -4707,6 +4791,13 @@ else: self.autoCompleteFromAPIsAct.setEnabled(False) + if editor.isPy3File() or editor.isPy2File() or editor.isRubyFile(): + self.gotoPreviousDefAct.setEnabled(True) + self.gotoNextDefAct.setEnabled(True) + else: + self.gotoPreviousDefAct.setEnabled(False) + self.gotoNextDefAct.setEnabled(False) + if setSb: line, pos = editor.getCursorPosition() enc = editor.getEncoding() @@ -4852,6 +4943,7 @@ lang = editor.getLanguage() eol = editor.getEolIndicator() self.__setSbFile(fn, line + 1, pos, encoding=enc, language=lang, eol=eol) + self._checkActions(editor, False) ################################################################## ## Below are protected utility methods
--- a/changelog Mon Jul 04 08:08:04 2011 +0200 +++ b/changelog Sun Jul 10 16:31:33 2011 +0200 @@ -19,6 +19,8 @@ - extended the unit test interface to support skipped tests, expected failures and unexpected successes and to better cope with Python2 scripts when run from the eric IDE +- added editor actions to go to the last edit location and to the previous or + next Python or Ruby class or method definition Version 5.2-snapshot-20110501: - bug fixes
--- a/i18n/eric5_cs.ts Mon Jul 04 08:08:04 2011 +0200 +++ b/i18n/eric5_cs.ts Sun Jul 10 16:31:33 2011 +0200 @@ -6904,482 +6904,482 @@ <context> <name>Editor</name> <message> - <location filename="QScintilla/Editor.py" line="2363"/> + <location filename="QScintilla/Editor.py" line="2371"/> <source>Open File</source> <translation>Otevřít soubor</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="568"/> + <location filename="QScintilla/Editor.py" line="576"/> <source>Undo</source> <translation>Vrátit</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="571"/> + <location filename="QScintilla/Editor.py" line="579"/> <source>Redo</source> <translation>Znovu použít</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="574"/> + <location filename="QScintilla/Editor.py" line="582"/> <source>Revert to last saved state</source> <translation>Vrátit k poslednímu uloženému stavu</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="578"/> + <location filename="QScintilla/Editor.py" line="586"/> <source>Cut</source> <translation>Vyjmout</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="581"/> - <source>Copy</source> - <translation>Kopírovat</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="583"/> - <source>Paste</source> - <translation>Vložit</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="587"/> - <source>Indent</source> - <translation>Odsadit</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="589"/> - <source>Unindent</source> - <translation>Zrušit odsazení</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="592"/> - <source>Comment</source> - <translation>Vytvořit komentář</translation> + <source>Copy</source> + <translation>Kopírovat</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="591"/> + <source>Paste</source> + <translation>Vložit</translation> </message> <message> <location filename="QScintilla/Editor.py" line="595"/> + <source>Indent</source> + <translation>Odsadit</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="597"/> + <source>Unindent</source> + <translation>Zrušit odsazení</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="600"/> + <source>Comment</source> + <translation>Vytvořit komentář</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="603"/> <source>Uncomment</source> <translation>Zrušit komentář</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="598"/> - <source>Stream Comment</source> - <translation>Proudový komentář</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="601"/> - <source>Box Comment</source> - <translation>Obdélníkový komentář</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="604"/> - <source>Select to brace</source> - <translation>Vybrat až po závorku</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="606"/> + <source>Stream Comment</source> + <translation>Proudový komentář</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="609"/> + <source>Box Comment</source> + <translation>Obdélníkový komentář</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="612"/> + <source>Select to brace</source> + <translation>Vybrat až po závorku</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="614"/> <source>Select all</source> <translation>Vybrat vše</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="607"/> + <location filename="QScintilla/Editor.py" line="615"/> <source>Deselect all</source> <translation>Zrušit celý výběr</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="620"/> - <source>Shorten empty lines</source> - <translation>Zkrátit prázdné řádky</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="628"/> + <source>Shorten empty lines</source> + <translation>Zkrátit prázdné řádky</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="636"/> <source>Use Monospaced Font</source> <translation>Použít neporoporcionální font</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="633"/> + <location filename="QScintilla/Editor.py" line="641"/> <source>Autosave enabled</source> <translation>Zapnout autosave</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="645"/> + <location filename="QScintilla/Editor.py" line="653"/> <source>Autocompletion enabled</source> <translation>Zapnout autodoplňování</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="662"/> + <location filename="QScintilla/Editor.py" line="670"/> <source>New view</source> <translation>Nový pohled</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="663"/> - <source>New view (with new split)</source> - <translation>Nový pohled (s novým rozdělením)</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="667"/> - <source>Close</source> - <translation>Zavřít</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="671"/> + <source>New view (with new split)</source> + <translation>Nový pohled (s novým rozdělením)</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="675"/> + <source>Close</source> + <translation>Zavřít</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="679"/> <source>Save</source> <translation>Uložit</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="673"/> + <location filename="QScintilla/Editor.py" line="681"/> <source>Save As...</source> <translation>Uložit jako...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="680"/> + <location filename="QScintilla/Editor.py" line="688"/> <source>Print</source> <translation>Tisk</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="695"/> + <location filename="QScintilla/Editor.py" line="703"/> <source>Autocomplete</source> <translation>Autodoplňování</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="701"/> + <location filename="QScintilla/Editor.py" line="709"/> <source>from Document</source> <translation>z dokumentu</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="704"/> + <location filename="QScintilla/Editor.py" line="712"/> <source>from APIs</source> <translation>z API</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="707"/> + <location filename="QScintilla/Editor.py" line="715"/> <source>from Document and APIs</source> <translation>z dokumentu a API</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="721"/> - <source>Check</source> - <translation>Zkontrolovat</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="729"/> + <source>Check</source> + <translation>Zkontrolovat</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="737"/> <source>Show</source> <translation>Zobrazit</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="731"/> + <location filename="QScintilla/Editor.py" line="739"/> <source>Code metrics...</source> <translation>Metrika kódu...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="733"/> - <source>Code coverage...</source> - <translation>Pokrytí kódu...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="735"/> - <source>Show code coverage annotations</source> - <translation>Zobrazit poznámky pokrytí kódu</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="738"/> - <source>Hide code coverage annotations</source> - <translation>Skrýt poznámky pokrytí kódu</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="741"/> + <source>Code coverage...</source> + <translation>Pokrytí kódu...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="743"/> + <source>Show code coverage annotations</source> + <translation>Zobrazit poznámky pokrytí kódu</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="746"/> + <source>Hide code coverage annotations</source> + <translation>Skrýt poznámky pokrytí kódu</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="749"/> <source>Profile data...</source> <translation>Profilovat data...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="751"/> + <location filename="QScintilla/Editor.py" line="759"/> <source>Diagrams</source> <translation>Diagramy</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="753"/> + <location filename="QScintilla/Editor.py" line="761"/> <source>Class Diagram...</source> <translation>Diagram třídy...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="755"/> + <location filename="QScintilla/Editor.py" line="763"/> <source>Package Diagram...</source> <translation>Diagram balíčku...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="757"/> + <location filename="QScintilla/Editor.py" line="765"/> <source>Imports Diagram...</source> <translation>Diagram importů...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="760"/> + <location filename="QScintilla/Editor.py" line="768"/> <source>Application Diagram...</source> <translation>Diagram aplikace...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="771"/> + <location filename="QScintilla/Editor.py" line="779"/> <source>Languages</source> <translation>Jazyky</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="774"/> + <location filename="QScintilla/Editor.py" line="782"/> <source>No Language</source> <translation>Žádný jazyk</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="983"/> + <location filename="QScintilla/Editor.py" line="991"/> <source>Toggle bookmark</source> <translation>Přepnout záložku</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="986"/> + <location filename="QScintilla/Editor.py" line="994"/> <source>Next bookmark</source> <translation>Následující záložka</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="989"/> + <location filename="QScintilla/Editor.py" line="997"/> <source>Previous bookmark</source> <translation>Předchozí záložka</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="992"/> + <location filename="QScintilla/Editor.py" line="1000"/> <source>Clear all bookmarks</source> <translation>Zrušit všechny záložky</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="996"/> + <location filename="QScintilla/Editor.py" line="1004"/> <source>Goto syntax error</source> <translation>Jít na chybu syntaxe</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="999"/> + <location filename="QScintilla/Editor.py" line="1007"/> <source>Show syntax error message</source> <translation>Zobrazit hlášení syntaktické chyby</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1002"/> + <location filename="QScintilla/Editor.py" line="1010"/> <source>Clear syntax error</source> <translation>Zrušit chybu syntaxe</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1019"/> + <location filename="QScintilla/Editor.py" line="1027"/> <source>Toggle breakpoint</source> <translation>Přepnout breakpoint</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1022"/> + <location filename="QScintilla/Editor.py" line="1030"/> <source>Toggle temporary breakpoint</source> <translation>Přepnout dočasný breakpoint</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1025"/> + <location filename="QScintilla/Editor.py" line="1033"/> <source>Edit breakpoint...</source> <translation>Editovat breakpoint...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4088"/> + <location filename="QScintilla/Editor.py" line="4178"/> <source>Enable breakpoint</source> <translation>Aktivovat breakpoint</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1031"/> + <location filename="QScintilla/Editor.py" line="1039"/> <source>Next breakpoint</source> <translation>Následující breakpoint</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1034"/> + <location filename="QScintilla/Editor.py" line="1042"/> <source>Previous breakpoint</source> <translation>Předchozí breakpoint</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1037"/> + <location filename="QScintilla/Editor.py" line="1045"/> <source>Clear all breakpoints</source> <translation>Zrušit všechny breakpointy</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1041"/> + <location filename="QScintilla/Editor.py" line="1049"/> <source>Next uncovered line</source> <translation>Následující odkrytá řádka</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1044"/> + <location filename="QScintilla/Editor.py" line="1052"/> <source>Previous uncovered line</source> <translation>Předchozí odkrytá řádka</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1048"/> + <location filename="QScintilla/Editor.py" line="1056"/> <source>Next task</source> <translation>Následující úloha</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1051"/> + <location filename="QScintilla/Editor.py" line="1059"/> <source>Previous task</source> <translation>Předchozí úloha</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1055"/> + <location filename="QScintilla/Editor.py" line="1063"/> <source>LMB toggles bookmarks</source> <translation>LMB přepínač záložek</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1060"/> + <location filename="QScintilla/Editor.py" line="1068"/> <source>LMB toggles breakpoints</source> <translation>LMB přepínač breakpointů</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1529"/> + <location filename="QScintilla/Editor.py" line="1537"/> <source>Modification of Read Only file</source> <translation>Modifikace souboru otevřeného jen pro čtení</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1529"/> + <location filename="QScintilla/Editor.py" line="1537"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Pokoušíte se změnit soubor, který je otevřen jen pro čtení. Prosím, uložte jej nejdříve do jiného souboru.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2142"/> + <location filename="QScintilla/Editor.py" line="2150"/> <source>Printing...</source> <translation>Tisk...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2159"/> + <location filename="QScintilla/Editor.py" line="2167"/> <source>Printing completed</source> <translation>Tisk je hotov</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2161"/> + <location filename="QScintilla/Editor.py" line="2169"/> <source>Error while printing</source> <translation>Chyba během tisku</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2164"/> + <location filename="QScintilla/Editor.py" line="2172"/> <source>Printing aborted</source> <translation>Tisk byl zrušen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2516"/> + <location filename="QScintilla/Editor.py" line="2524"/> <source>Save File</source> <translation>Uložit soubor</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2315"/> + <location filename="QScintilla/Editor.py" line="2323"/> <source>File Modified</source> <translation>Soubor je modifikován</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3607"/> + <location filename="QScintilla/Editor.py" line="3697"/> <source>Autocompletion</source> <translation>Autodoplňování</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3607"/> + <location filename="QScintilla/Editor.py" line="3697"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>Autodoplňování není dostupné protože zdrojová část autodoplňování nebyla nalezena.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4091"/> + <location filename="QScintilla/Editor.py" line="4181"/> <source>Disable breakpoint</source> <translation>Deaktivovat breakpoint</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4380"/> + <location filename="QScintilla/Editor.py" line="4470"/> <source>Code Coverage</source> <translation>Pokrytí kódu</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4380"/> + <location filename="QScintilla/Editor.py" line="4470"/> <source>Please select a coverage file</source> <translation>Prosím, vyberte soubor s pokrytím kódu</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4426"/> + <location filename="QScintilla/Editor.py" line="4516"/> <source>Show Code Coverage Annotations</source> <translation>Zobrazit poznámky pokrytí kódu</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4422"/> + <location filename="QScintilla/Editor.py" line="4512"/> <source>All lines have been covered.</source> <translation>Všechny řádky byly pokryty.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4426"/> + <location filename="QScintilla/Editor.py" line="4516"/> <source>There is no coverage file available.</source> <translation>Soubor s pokrytím není dostupný.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4518"/> + <location filename="QScintilla/Editor.py" line="4608"/> <source>Profile Data</source> <translation>Profilovat data</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4518"/> + <location filename="QScintilla/Editor.py" line="4608"/> <source>Please select a profile file</source> <translation>Prosím, vyberte soubor s profilem</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4648"/> + <location filename="QScintilla/Editor.py" line="4738"/> <source>Syntax Error</source> <translation>Chyba syntaxe</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4648"/> + <location filename="QScintilla/Editor.py" line="4738"/> <source>No syntax error message available.</source> <translation>Hlášení syntaktické chyby není dostupné.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4873"/> + <location filename="QScintilla/Editor.py" line="4963"/> <source>Macro Name</source> <translation>Název makra</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4873"/> + <location filename="QScintilla/Editor.py" line="4963"/> <source>Select a macro name:</source> <translation>Vyberte název makra:</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4901"/> + <location filename="QScintilla/Editor.py" line="4991"/> <source>Load macro file</source> <translation>Načíst soubor makra</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4941"/> + <location filename="QScintilla/Editor.py" line="5031"/> <source>Macro files (*.macro)</source> <translation>Macro soubory (*.macro)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4922"/> + <location filename="QScintilla/Editor.py" line="5012"/> <source>Error loading macro</source> <translation>Chyba při načítání makra</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4941"/> + <location filename="QScintilla/Editor.py" line="5031"/> <source>Save macro file</source> <translation>Uložit soubor s makrem</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4958"/> + <location filename="QScintilla/Editor.py" line="5048"/> <source>Save macro</source> <translation>Uložit makro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4973"/> + <location filename="QScintilla/Editor.py" line="5063"/> <source>Error saving macro</source> <translation>Chyba při ukládání makra</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4984"/> + <location filename="QScintilla/Editor.py" line="5074"/> <source>Start Macro Recording</source> <translation>Spustit záznam makra</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4984"/> + <location filename="QScintilla/Editor.py" line="5074"/> <source>Macro recording is already active. Start new?</source> <translation>Nahrávání makra již probíhá. Spustit nové?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5009"/> + <location filename="QScintilla/Editor.py" line="5099"/> <source>Macro Recording</source> <translation>Záznam makra</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5009"/> + <location filename="QScintilla/Editor.py" line="5099"/> <source>Enter name of the macro:</source> <translation>Vložte název makra:</translation> </message> @@ -7389,227 +7389,227 @@ <translation type="obsolete"><br><b>Pozor:</b> Ztratíte všechny změny pokud jej znovu otevřete.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5131"/> + <location filename="QScintilla/Editor.py" line="5221"/> <source>File changed</source> <translation>Soubor změněn</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5327"/> - <source>Drop Error</source> - <translation>Zahodit chybu</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5345"/> - <source>Resources</source> - <translation>Zdroje</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5347"/> - <source>Add file...</source> - <translation>Přidat soubor...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5349"/> - <source>Add files...</source> - <translation>Přidat soubory...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5351"/> - <source>Add aliased file...</source> - <translation>Přidat zástupce souboru...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5353"/> - <source>Add localized resource...</source> - <translation>Přidat lokalizované resource...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5356"/> - <source>Add resource frame</source> - <translation>Přidat resource frame</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5374"/> - <source>Add file resource</source> - <translation>Přidat soubor resource</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5390"/> - <source>Add file resources</source> - <translation>Přidat soubory resource</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="5417"/> - <source>Add aliased file resource</source> - <translation>Přidat zástupce souboru resource</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5478"/> - <source>Package Diagram</source> - <translation>Diagram balíčku</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5478"/> - <source>Include class attributes?</source> - <translation>Včetně atributů třídy?</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5507"/> - <source>Application Diagram</source> - <translation>Diagram aplikace</translation> + <source>Drop Error</source> + <translation>Zahodit chybu</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5435"/> + <source>Resources</source> + <translation>Zdroje</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5437"/> + <source>Add file...</source> + <translation>Přidat soubor...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5439"/> + <source>Add files...</source> + <translation>Přidat soubory...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5441"/> + <source>Add aliased file...</source> + <translation>Přidat zástupce souboru...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5443"/> + <source>Add localized resource...</source> + <translation>Přidat lokalizované resource...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5446"/> + <source>Add resource frame</source> + <translation>Přidat resource frame</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5464"/> + <source>Add file resource</source> + <translation>Přidat soubor resource</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5480"/> + <source>Add file resources</source> + <translation>Přidat soubory resource</translation> </message> <message> <location filename="QScintilla/Editor.py" line="5507"/> + <source>Add aliased file resource</source> + <translation>Přidat zástupce souboru resource</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5568"/> + <source>Package Diagram</source> + <translation>Diagram balíčku</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5568"/> + <source>Include class attributes?</source> + <translation>Včetně atributů třídy?</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5597"/> + <source>Application Diagram</source> + <translation>Diagram aplikace</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5597"/> <source>Include module names?</source> <translation>Včetně jmen modulů?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="864"/> + <location filename="QScintilla/Editor.py" line="872"/> <source>Export as</source> <translation>Exportovat jako</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1093"/> + <location filename="QScintilla/Editor.py" line="1101"/> <source>Export source</source> <translation>Export zdroj</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1093"/> + <location filename="QScintilla/Editor.py" line="1101"/> <source>No export format given. Aborting...</source> <translation>Nebyl zadán forám exportu. Zrušeno....</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5585"/> <source>Imports Diagram</source> <translation>Importovat diagram</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5585"/> <source>Include imports from external modules?</source> <translation>Zahrnout importy z externích modulů?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="698"/> + <location filename="QScintilla/Editor.py" line="706"/> <source>dynamic</source> <translation>dynamický</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="711"/> + <location filename="QScintilla/Editor.py" line="719"/> <source>Calltip</source> <translation>Rychlé tipy</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="678"/> + <location filename="QScintilla/Editor.py" line="686"/> <source>Print Preview</source> <translation>Náhled tisku</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="337"/> + <location filename="QScintilla/Editor.py" line="342"/> <source><b>A Source Editor Window</b><p>This window is used to display and edit a source file. You can open as many of these as you like. The name of the file is displayed in the window's titlebar.</p><p>In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.</p><p>In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.</p><p>These actions can be reversed via the context menu.</p><p>Ctrl clicking on a syntax error marker shows some info about this error.</p></source> <translation><b>Okno editoru zdrojového kódu</b><p>V tomto okně se zobrazuje a edituje soubor se zdrojovým kódem. Můžete otevřít oken podle libosti. Jméno souboru se zobrazuje v titlebaru okna.</p><p>Kliknutím do prostoru mezi čísly řádku a značkami skládání nastavíte breakpoint. Přes kontextové menu je pak lze editovat.</p><p>Záložka se vkládá kliknutím na stejné místo se stisknutou klávesou Shift.</p><p>Tyto akce mohou být navráceny zpět i opětovným kliknutím nebo přes kontextové menu.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="638"/> + <location filename="QScintilla/Editor.py" line="646"/> <source>Typing aids enabled</source> <translation>Pomůcky při psaní zapnuty</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="833"/> + <location filename="QScintilla/Editor.py" line="841"/> <source>End-of-Line Type</source> <translation>Typ Konec-řádku</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="837"/> + <location filename="QScintilla/Editor.py" line="845"/> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="843"/> + <location filename="QScintilla/Editor.py" line="851"/> <source>Windows</source> <translation></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="849"/> + <location filename="QScintilla/Editor.py" line="857"/> <source>Macintosh</source> <translation>Macintosh</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="811"/> + <location filename="QScintilla/Editor.py" line="819"/> <source>Encodings</source> <translation>Kódování</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="793"/> + <location filename="QScintilla/Editor.py" line="801"/> <source>Guessed</source> <translation>Odhadem</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1106"/> + <location filename="QScintilla/Editor.py" line="1114"/> <source>Alternatives</source> <translation>Alternativy</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1121"/> + <location filename="QScintilla/Editor.py" line="1129"/> <source>Pygments Lexer</source> <translation></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1121"/> + <location filename="QScintilla/Editor.py" line="1129"/> <source>Select the Pygments lexer to apply.</source> <translation>Použít Pygments lexer.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5745"/> + <location filename="QScintilla/Editor.py" line="5835"/> <source>Check spelling...</source> <translation>Zatrhnout kontrolu...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="613"/> + <location filename="QScintilla/Editor.py" line="621"/> <source>Check spelling of selection...</source> <translation>Zatrhnout výběr kontroly...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5747"/> + <location filename="QScintilla/Editor.py" line="5837"/> <source>Add to dictionary</source> <translation>Přidat do slovníku</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5749"/> + <location filename="QScintilla/Editor.py" line="5839"/> <source>Ignore All</source> <translation>Ignorovat vše</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="617"/> + <location filename="QScintilla/Editor.py" line="625"/> <source>Remove from dictionary</source> <translation>Odebrat ze slovníku</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="285"/> + <location filename="QScintilla/Editor.py" line="290"/> <source><p>The size of the file <b>{0}</b> is <b>{1} KB</b>. Do you really want to load it?</p></source> <translation><p>Velikost souboru <b>{0}</b> je <b>{1} KB</b>. Opravdu jej chcete načíst?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1087"/> + <location filename="QScintilla/Editor.py" line="1095"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation><p>Pro formát exportu <b>{0}</b> není exportér dostupný. Zrušeno.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1102"/> + <location filename="QScintilla/Editor.py" line="1110"/> <source>Alternatives ({0})</source> <translation>Alternativy ({0})</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2315"/> + <location filename="QScintilla/Editor.py" line="2323"/> <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="QScintilla/Editor.py" line="2363"/> + <location filename="QScintilla/Editor.py" line="2371"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>Soubor <b>{0}</b> nemůže být přejmenován.<br />Důvod: {1}</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2464"/> + <location filename="QScintilla/Editor.py" line="2472"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>Soubor <b>{0}</b> nemůže být přejmenován.<br />Důvod: {1}</p></translation> </message> @@ -7619,12 +7619,12 @@ <translation type="obsolete"><p>Soubor <b>{0}</b> již existuje.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4915"/> + <location filename="QScintilla/Editor.py" line="5005"/> <source><p>The macro file <b>{0}</b> could not be read.</p></source> <translation><p>Soubor s makrem <b>{0}</b> nelze načíst.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4922"/> + <location filename="QScintilla/Editor.py" line="5012"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation><p>Soubor s makrem <b>{0}</b> je poškozen.</p></translation> </message> @@ -7634,102 +7634,102 @@ <translation type="obsolete"><p>Soubor s makrem <b>{0}</b> již existuje.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4973"/> + <location filename="QScintilla/Editor.py" line="5063"/> <source><p>The macro file <b>{0}</b> could not be written.</p></source> <translation><p>So souboru s makrem <b>{0}</b> nelze zapisovat.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5122"/> + <location filename="QScintilla/Editor.py" line="5212"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric5. Reread it?</p></source> <translation><p>Soubor <b>{0}</b> byl změněn po té co již byl načten do eric5. Znovu načíst?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5210"/> + <location filename="QScintilla/Editor.py" line="5300"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5327"/> - <source><p><b>{0}</b> is not a file.</p></source> - <translation><p><b>{0}</b> není soubor.</p></translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="5417"/> + <source><p><b>{0}</b> is not a file.</p></source> + <translation><p><b>{0}</b> není soubor.</p></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5507"/> <source>Alias for file <b>{0}</b>:</source> <translation>Zástupce pro soubor <b>{0}</b>:</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1006"/> + <location filename="QScintilla/Editor.py" line="1014"/> <source>Next warning</source> <translation>Následující varování</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1009"/> + <location filename="QScintilla/Editor.py" line="1017"/> <source>Previous warning</source> <translation>Předchozí varování</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1012"/> + <location filename="QScintilla/Editor.py" line="1020"/> <source>Show warning message</source> <translation>Zobrazit varování</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1015"/> + <location filename="QScintilla/Editor.py" line="1023"/> <source>Clear warnings</source> <translation>Vyčistit varování</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4774"/> + <location filename="QScintilla/Editor.py" line="4864"/> <source>py3flakes Warning</source> <translation>py3flakes varování</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4774"/> + <location filename="QScintilla/Editor.py" line="4864"/> <source>No py3flakes warning message available.</source> <translation>Varování py3flakes není dostupné.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2516"/> + <location filename="QScintilla/Editor.py" line="2524"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"><p>Soubor <b>{0}</b> již existuje.</p><p>Má se přepsat?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4958"/> + <location filename="QScintilla/Editor.py" line="5048"/> <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4817"/> + <location filename="QScintilla/Editor.py" line="4907"/> <source>Warning: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4823"/> + <location filename="QScintilla/Editor.py" line="4913"/> <source>Error: {0}</source> <translation type="unfinished">Chyby: {0}</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5127"/> + <location filename="QScintilla/Editor.py" line="5217"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3703"/> + <location filename="QScintilla/Editor.py" line="3793"/> <source>Activating Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3703"/> + <location filename="QScintilla/Editor.py" line="3793"/> <source>Auto-completion provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3888"/> + <location filename="QScintilla/Editor.py" line="3978"/> <source>Activating Calltip Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3888"/> + <location filename="QScintilla/Editor.py" line="3978"/> <source>Calltip provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> @@ -45185,7 +45185,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Utilities/__init__.py" line="1269"/> + <location filename="Utilities/__init__.py" line="1270"/> <source>Python2 interpreter did not finish within 30s.</source> <translation type="unfinished"></translation> </message> @@ -46358,7 +46358,7 @@ <message> <location filename="ViewManager/ViewManager.py" line="829"/> <source>Cl&ear</source> - <translation>Vyči&stit</translation> + <translation type="obsolete">Vyči&stit</translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="829"/> @@ -47403,7 +47403,7 @@ <translation>&Edit</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="1890"/> + <location filename="ViewManager/ViewManager.py" line="1893"/> <source>Edit</source> <translation></translation> </message> @@ -47494,701 +47494,701 @@ <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="2145"/> + <location filename="ViewManager/ViewManager.py" line="2201"/> <source>Quicksearch</source> <translation>Rychlé hledání</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2009"/> + <location filename="ViewManager/ViewManager.py" line="2012"/> <source>&Quicksearch</source> <translation>Rychlé hl&edání</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2009"/> + <location filename="ViewManager/ViewManager.py" line="2012"/> <source>Ctrl+Shift+K</source> <comment>Search|Quicksearch</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2017"/> + <location filename="ViewManager/ViewManager.py" line="2020"/> <source>Perform a quicksearch</source> <translation>Provést rychlé hledání</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Quicksearch backwards</source> <translation>Rychlé hledání zpět</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Quicksearch &backwards</source> <translation>Rychlé hledání &zpět</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Ctrl+Shift+J</source> <comment>Search|Quicksearch backwards</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2036"/> + <location filename="ViewManager/ViewManager.py" line="2039"/> <source>Perform a quicksearch backwards</source> <translation>Provést rychlé hledání zpět</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Quicksearch extend</source> <translation>Rychlé hledání rozšířit</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Quicksearch e&xtend</source> <translation>Rychlé hl&edání rozšířit</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Ctrl+Shift+H</source> <comment>Search|Quicksearch extend</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2053"/> + <location filename="ViewManager/ViewManager.py" line="2056"/> <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="2055"/> + <location filename="ViewManager/ViewManager.py" line="2058"/> <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="2070"/> + <location filename="ViewManager/ViewManager.py" line="2073"/> <source>Goto Line</source> <translation>Jít na řádek</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2063"/> + <location filename="ViewManager/ViewManager.py" line="2066"/> <source>&Goto Line...</source> <translation>&Jít na řádek...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2063"/> + <location filename="ViewManager/ViewManager.py" line="2066"/> <source>Ctrl+G</source> <comment>Search|Goto Line</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2071"/> + <location filename="ViewManager/ViewManager.py" line="2074"/> <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="2086"/> + <location filename="ViewManager/ViewManager.py" line="2089"/> <source>Goto Brace</source> <translation>Jít na závorku</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2079"/> + <location filename="ViewManager/ViewManager.py" line="2082"/> <source>Goto &Brace</source> <translation>Jít na závork&u</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2079"/> + <location filename="ViewManager/ViewManager.py" line="2082"/> <source>Ctrl+L</source> <comment>Search|Goto Brace</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2088"/> + <location filename="ViewManager/ViewManager.py" line="2091"/> <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="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Search in Files</source> <translation>Hledat v souborech</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Search in &Files...</source> <translation>&Hledat v souborech...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Shift+Ctrl+F</source> <comment>Search|Search Files</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2105"/> + <location filename="ViewManager/ViewManager.py" line="2161"/> <source>Search for a text in files</source> <translation>Hledat text v souborech</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2107"/> + <location filename="ViewManager/ViewManager.py" line="2163"/> <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="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Zoom in</source> <translation>Přiblížit</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Zoom &in</source> <translation>Př&iblížit</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2239"/> + <location filename="ViewManager/ViewManager.py" line="2297"/> <source>Zoom in on the text</source> <translation>Zvětšovací lupa</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2241"/> + <location filename="ViewManager/ViewManager.py" line="2299"/> <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="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Zoom out</source> <translation>Oddálit</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Zoom &out</source> <translation>&Oddálit</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2255"/> + <location filename="ViewManager/ViewManager.py" line="2313"/> <source>Zoom out on the text</source> <translation>Zmenšovací lupa</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2257"/> + <location filename="ViewManager/ViewManager.py" line="2315"/> <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="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>Zoom</source> <translation>Lupa</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>&Zoom</source> <translation>&Lupa</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>Ctrl+#</source> <comment>View|Zoom</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2271"/> - <source>Zoom the text</source> - <translation>Lupa na text</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2273"/> - <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="2285"/> - <source>Toggle all folds</source> - <translation>Složit/rozložit všechna skládání</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2281"/> - <source>Toggle &all folds</source> - <translation>Složit/rozložit všechn&a skládání</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2287"/> - <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="2300"/> - <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="2295"/> - <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="2302"/> - <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="2314"/> - <source>Toggle current fold</source> - <translation>Složit/rozložit aktuální složený blok</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2310"/> - <source>Toggle &current fold</source> - <translation>Složit/rozložit aktuální složený &blok</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2316"/> - <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="2329"/> - <source>Remove all highlights</source> - <translation>Odebrat všechna zvýraznění</translation> + <source>Zoom the text</source> + <translation>Lupa na text</translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="2331"/> - <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="2338"/> - <source>Split view</source> - <translation>Rozdělit pohled</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2338"/> - <source>&Split view</source> - <translation>&Rozdělit pohled</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2342"/> - <source>Add a split to the view</source> - <translation>Přidat další rozdělení pohledu</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2344"/> - <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="2351"/> - <source>Arrange horizontally</source> - <translation>Uspořádat horizontálně</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2351"/> - <source>Arrange &horizontally</source> - <translation>Uspořádat &horizontálně</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2356"/> - <source>Arrange the splitted views horizontally</source> - <translation>Uspořádat rozdělené pohledy horizontálně</translation> + <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="2343"/> + <source>Toggle all folds</source> + <translation>Složit/rozložit všechna skládání</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2339"/> + <source>Toggle &all folds</source> + <translation>Složit/rozložit všechn&a skládání</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2345"/> + <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="2358"/> + <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="2353"/> + <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="2360"/> + <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="2372"/> + <source>Toggle current fold</source> + <translation>Složit/rozložit aktuální složený blok</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2368"/> + <source>Toggle &current fold</source> + <translation>Složit/rozložit aktuální složený &blok</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2374"/> + <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="2387"/> + <source>Remove all highlights</source> + <translation>Odebrat všechna zvýraznění</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2389"/> + <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="2396"/> + <source>Split view</source> + <translation>Rozdělit pohled</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2396"/> + <source>&Split view</source> + <translation>&Rozdělit pohled</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2400"/> + <source>Add a split to the view</source> + <translation>Přidat další rozdělení pohledu</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2402"/> + <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="2409"/> + <source>Arrange horizontally</source> + <translation>Uspořádat horizontálně</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2409"/> + <source>Arrange &horizontally</source> + <translation>Uspořádat &horizontálně</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2414"/> + <source>Arrange the splitted views horizontally</source> + <translation>Uspořádat rozdělené pohledy horizontálně</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2416"/> <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="2366"/> + <location filename="ViewManager/ViewManager.py" line="2424"/> <source>Remove split</source> <translation>Odebrat rozdělený pohled</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2366"/> + <location filename="ViewManager/ViewManager.py" line="2424"/> <source>&Remove split</source> <translation>Odebra&t rozdělený pohled</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2371"/> + <location filename="ViewManager/ViewManager.py" line="2429"/> <source>Remove the current split</source> <translation>Odebrat aktuální rozdělení pohledu</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2373"/> + <location filename="ViewManager/ViewManager.py" line="2431"/> <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="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>Next split</source> <translation>Další rozdělený pohled</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>&Next split</source> <translation>Další rozděle&ný pohled</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>Ctrl+Alt+N</source> <comment>View|Next split</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2386"/> + <location filename="ViewManager/ViewManager.py" line="2444"/> <source>Move to the next split</source> <translation>Posun na další rozdělený pohled</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2388"/> + <location filename="ViewManager/ViewManager.py" line="2446"/> <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="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>Previous split</source> <translation>Předchozí rozdělený pohled</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>&Previous split</source> <translation>&Předchozí rozdělený pohled</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>Ctrl+Alt+P</source> <comment>View|Previous split</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2401"/> + <location filename="ViewManager/ViewManager.py" line="2459"/> <source>Move to the previous split</source> <translation>Posun na předchozí rozdělený pohled</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2403"/> + <location filename="ViewManager/ViewManager.py" line="2461"/> <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="2425"/> + <location filename="ViewManager/ViewManager.py" line="2483"/> <source>&View</source> <translation>Poh&led</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2452"/> + <location filename="ViewManager/ViewManager.py" line="2510"/> <source>View</source> <translation>Pohled</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2478"/> + <location filename="ViewManager/ViewManager.py" line="2536"/> <source>Start Macro Recording</source> <translation>Spustit záznam makra</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2473"/> + <location filename="ViewManager/ViewManager.py" line="2531"/> <source>S&tart Macro Recording</source> <translation>Spus&tit záznam makra</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2480"/> + <location filename="ViewManager/ViewManager.py" line="2538"/> <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="2492"/> + <location filename="ViewManager/ViewManager.py" line="2550"/> <source>Stop Macro Recording</source> <translation>Zastavit záznam makra</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2487"/> + <location filename="ViewManager/ViewManager.py" line="2545"/> <source>Sto&p Macro Recording</source> <translation>Sto&p záznamu makra</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2494"/> + <location filename="ViewManager/ViewManager.py" line="2552"/> <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="2504"/> + <location filename="ViewManager/ViewManager.py" line="2562"/> <source>Run Macro</source> <translation>Spustit makro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2501"/> + <location filename="ViewManager/ViewManager.py" line="2559"/> <source>&Run Macro</source> <translation>Spustit mak&ro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2505"/> + <location filename="ViewManager/ViewManager.py" line="2563"/> <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="2516"/> + <location filename="ViewManager/ViewManager.py" line="2574"/> <source>Delete Macro</source> <translation>Smazat makro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2512"/> + <location filename="ViewManager/ViewManager.py" line="2570"/> <source>&Delete Macro</source> <translation>Smazat makr&o</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2518"/> + <location filename="ViewManager/ViewManager.py" line="2576"/> <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="2528"/> + <location filename="ViewManager/ViewManager.py" line="2586"/> <source>Load Macro</source> <translation>Načíst makro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2525"/> + <location filename="ViewManager/ViewManager.py" line="2583"/> <source>&Load Macro</source> <translation>&Načíst makro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2530"/> + <location filename="ViewManager/ViewManager.py" line="2588"/> <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="2540"/> - <source>Save Macro</source> - <translation>Uložit makro</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2537"/> - <source>&Save Macro</source> - <translation>&Uložit makro</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2542"/> - <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="2557"/> - <source>&Macros</source> - <translation>&Makra</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2580"/> - <source>Toggle Bookmark</source> - <translation>Přepnout záložku</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2573"/> - <source>&Toggle Bookmark</source> - <translation>Přepnou&t záložku</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2573"/> - <source>Alt+Ctrl+T</source> - <comment>Bookmark|Toggle</comment> - <translation></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2582"/> - <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="2596"/> - <source>Next Bookmark</source> - <translation>Následující záložka</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2589"/> - <source>&Next Bookmark</source> - <translation>&Následující záložka</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2589"/> - <source>Ctrl+PgDown</source> - <comment>Bookmark|Next</comment> - <translation></translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2598"/> + <source>Save Macro</source> + <translation>Uložit makro</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2595"/> + <source>&Save Macro</source> + <translation>&Uložit makro</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2600"/> + <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="2615"/> + <source>&Macros</source> + <translation>&Makra</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2638"/> + <source>Toggle Bookmark</source> + <translation>Přepnout záložku</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2631"/> + <source>&Toggle Bookmark</source> + <translation>Přepnou&t záložku</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2631"/> + <source>Alt+Ctrl+T</source> + <comment>Bookmark|Toggle</comment> + <translation></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2640"/> + <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="2654"/> + <source>Next Bookmark</source> + <translation>Následující záložka</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2647"/> + <source>&Next Bookmark</source> + <translation>&Následující záložka</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2647"/> + <source>Ctrl+PgDown</source> + <comment>Bookmark|Next</comment> + <translation></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2656"/> <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="2612"/> + <location filename="ViewManager/ViewManager.py" line="2670"/> <source>Previous Bookmark</source> <translation>Předchozí záložka</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2605"/> + <location filename="ViewManager/ViewManager.py" line="2663"/> <source>&Previous Bookmark</source> <translation>&Předchozí záložka</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2605"/> + <location filename="ViewManager/ViewManager.py" line="2663"/> <source>Ctrl+PgUp</source> <comment>Bookmark|Previous</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2614"/> + <location filename="ViewManager/ViewManager.py" line="2672"/> <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="2628"/> + <location filename="ViewManager/ViewManager.py" line="2686"/> <source>Clear Bookmarks</source> <translation>Vyčistit záložky</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2621"/> + <location filename="ViewManager/ViewManager.py" line="2679"/> <source>&Clear Bookmarks</source> <translation>Vyčistit (zr&ušit) záložky</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2621"/> + <location filename="ViewManager/ViewManager.py" line="2679"/> <source>Alt+Ctrl+C</source> <comment>Bookmark|Clear</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2630"/> + <location filename="ViewManager/ViewManager.py" line="2688"/> <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="2643"/> + <location filename="ViewManager/ViewManager.py" line="2701"/> <source>Goto Syntax Error</source> <translation>Jít na Syntaktickou chybu</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2637"/> + <location filename="ViewManager/ViewManager.py" line="2695"/> <source>&Goto Syntax Error</source> <translation>&Jít na Syntaktickou chybu</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2645"/> + <location filename="ViewManager/ViewManager.py" line="2703"/> <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="2657"/> - <source>Clear Syntax Errors</source> - <translation>Vyčistit Syntaktické chyby</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2652"/> - <source>Clear &Syntax Errors</source> - <translation>V&yčistit Syntaktické chyby</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2659"/> - <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="2721"/> - <source>Next uncovered line</source> - <translation>Následují problémová řádka</translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2715"/> + <source>Clear Syntax Errors</source> + <translation>Vyčistit Syntaktické chyby</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2710"/> + <source>Clear &Syntax Errors</source> + <translation>V&yčistit Syntaktické chyby</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2717"/> + <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="2779"/> + <source>Next uncovered line</source> + <translation>Následují problémová řádka</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2773"/> <source>&Next uncovered line</source> <translation>Nás&ledující problémová řádka</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2723"/> + <location filename="ViewManager/ViewManager.py" line="2781"/> <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="2737"/> + <location filename="ViewManager/ViewManager.py" line="2795"/> <source>Previous uncovered line</source> <translation>Předchozí problémová řádka</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2730"/> + <location filename="ViewManager/ViewManager.py" line="2788"/> <source>&Previous uncovered line</source> <translation>Př&edchozí problémová řádka</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2739"/> + <location filename="ViewManager/ViewManager.py" line="2797"/> <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="2753"/> + <location filename="ViewManager/ViewManager.py" line="2811"/> <source>Next Task</source> <translation>Následující úloha</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2747"/> + <location filename="ViewManager/ViewManager.py" line="2805"/> <source>&Next Task</source> <translation>Následující úlo&ha</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2755"/> + <location filename="ViewManager/ViewManager.py" line="2813"/> <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="2769"/> - <source>Previous Task</source> - <translation>Předchozí úloha</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2762"/> - <source>&Previous Task</source> - <translation>Předchozí úl&oha</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2771"/> - <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="2787"/> - <source>&Bookmarks</source> - <translation>&Záložky</translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2827"/> + <source>Previous Task</source> + <translation>Předchozí úloha</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2820"/> + <source>&Previous Task</source> + <translation>Předchozí úl&oha</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2829"/> + <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="2845"/> + <source>&Bookmarks</source> + <translation>&Záložky</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2885"/> <source>Bookmarks</source> <translation>Záložky</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2950"/> + <location filename="ViewManager/ViewManager.py" line="3008"/> <source>Open files</source> <translation>Otevřené soubory</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2986"/> + <location filename="ViewManager/ViewManager.py" line="3044"/> <source>File Modified</source> <translation>Soubor změněn</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3610"/> + <location filename="ViewManager/ViewManager.py" line="3669"/> <source>&Clear</source> <translation>&Vyčistit</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3606"/> + <location filename="ViewManager/ViewManager.py" line="3665"/> <source>&Add</source> <translation>Přid&at</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3608"/> + <location filename="ViewManager/ViewManager.py" line="3667"/> <source>&Edit...</source> <translation>&Edit...</translation> </message> @@ -48213,7 +48213,7 @@ <translation>Exportovat jako</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2190"/> + <location filename="ViewManager/ViewManager.py" line="2246"/> <source>Quicksearch Textedit</source> <translation>Rychlé hledání texteditoru</translation> </message> @@ -48259,17 +48259,17 @@ <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="2019"/> + <location filename="ViewManager/ViewManager.py" line="2022"/> <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="2038"/> + <location filename="ViewManager/ViewManager.py" line="2041"/> <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="2168"/> + <location filename="ViewManager/ViewManager.py" line="2224"/> <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> @@ -48330,144 +48330,144 @@ <translation>Shift+Enter</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Replace in Files</source> <translation>Nahradit v souborech</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Replace in F&iles...</source> <translation>Nahrad&it v souborech...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Shift+Ctrl+R</source> <comment>Search|Replace in Files</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2123"/> + <location filename="ViewManager/ViewManager.py" line="2179"/> <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="2125"/> + <location filename="ViewManager/ViewManager.py" line="2181"/> <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="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>Spell check</source> <translation>Kontola pravopisu</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>&Spell Check...</source> <translation>Kontrola pravopi&su...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>Shift+F7</source> <comment>Spelling|Spell Check</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2866"/> - <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="2868"/> - <source><b>Spell check</b><p>Perform a spell check of the current editor.</p></source> - <translation><b>Kontrola pravopisu</b><p>Spustí se kontrola pravopisu v aktuálním editoru.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2875"/> - <source>Automatic spell checking</source> - <translation>Automatická kontrola pravopisu</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2875"/> - <source>&Automatic spell checking</source> - <translation>&Automatická kontrola pravopisu</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2882"/> - <source>(De-)Activate automatic spell checking</source> - <translation>(De-)aktivovat akutomatickou kontrolu</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2884"/> - <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="2924"/> + <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="2926"/> + <source><b>Spell check</b><p>Perform a spell check of the current editor.</p></source> + <translation><b>Kontrola pravopisu</b><p>Spustí se kontrola pravopisu v aktuálním editoru.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2933"/> + <source>Automatic spell checking</source> + <translation>Automatická kontrola pravopisu</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2933"/> + <source>&Automatic spell checking</source> + <translation>&Automatická kontrola pravopisu</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2940"/> + <source>(De-)Activate automatic spell checking</source> + <translation>(De-)aktivovat akutomatickou kontrolu</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2942"/> + <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="2982"/> <source>Spelling</source> <translation>Pravopis</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2986"/> + <location filename="ViewManager/ViewManager.py" line="3044"/> <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="3265"/> + <location filename="ViewManager/ViewManager.py" line="3324"/> <source>File: {0}</source> <translation>Soubor: {0}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3269"/> + <location filename="ViewManager/ViewManager.py" line="3328"/> <source>Line: {0:5}</source> <translation>Řádek: {0:5}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3274"/> + <location filename="ViewManager/ViewManager.py" line="3333"/> <source>Pos: {0:5}</source> <translation>Poz: {0:5}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2673"/> + <location filename="ViewManager/ViewManager.py" line="2731"/> <source>Next warning message</source> <translation>Další varování</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2666"/> + <location filename="ViewManager/ViewManager.py" line="2724"/> <source>&Next warning message</source> <translation>Další varová&ní</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2675"/> + <location filename="ViewManager/ViewManager.py" line="2733"/> <source><b>Next warning message</b><p>Go to next line of the current editor having a py3flakes warning.</p></source> <translation><b>Další varování</b><p>Jít na další řádku v aktuálním editoru, která obsahuje py3flakes varovné hlášení.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2690"/> + <location filename="ViewManager/ViewManager.py" line="2748"/> <source>Previous warning message</source> <translation>Předchozí varování</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2683"/> + <location filename="ViewManager/ViewManager.py" line="2741"/> <source>&Previous warning message</source> <translation>&Předchozí varování</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2692"/> + <location filename="ViewManager/ViewManager.py" line="2750"/> <source><b>Previous warning message</b><p>Go to previous line of the current editor having a py3flakes warning.</p></source> <translation><b>Předchozí varování</b><p>Jít na předchozí řádku v aktuálním editoru, která obsahuje py3flakes varovné hlášení.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2706"/> + <location filename="ViewManager/ViewManager.py" line="2764"/> <source>Clear Warning Messages</source> <translation>Vyčistit varovná hlášení</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2700"/> + <location filename="ViewManager/ViewManager.py" line="2758"/> <source>Clear &Warning Messages</source> <translation>&Vyčistit varovná hlášení</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2708"/> + <location filename="ViewManager/ViewManager.py" line="2766"/> <source><b>Clear Warning Messages</b><p>Clear py3flakes warning messages of all editors.</p></source> <translation><b>Vyčistit varovná hlášení</b><p>Vyčistí všechna py3flakes varovná hlášení ze všech editorů.</p></translation> </message> @@ -48487,6 +48487,69 @@ <source><b>Join Lines</b><p>Join the current and the next lines.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2106"/> + <source>Goto Last Edit Location</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2098"/> + <source>Goto Last &Edit Location</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2098"/> + <source>Ctrl+Shift+G</source> + <comment>Search|Goto Last Edit Location</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2108"/> + <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="2115"/> + <source>Goto Previous Method or Class</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2115"/> + <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="2122"/> + <source>Go to the previous method or class definition</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2125"/> + <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="2133"/> + <source>Goto Next Method or Class</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2133"/> + <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="2140"/> + <source>Go to the next method or class definition</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2143"/> + <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> </context> <context> <name>ViewProfileDialog</name>
--- a/i18n/eric5_de.ts Mon Jul 04 08:08:04 2011 +0200 +++ b/i18n/eric5_de.ts Sun Jul 10 16:31:33 2011 +0200 @@ -6780,817 +6780,817 @@ <context> <name>Editor</name> <message> - <location filename="QScintilla/Editor.py" line="2363"/> + <location filename="QScintilla/Editor.py" line="2371"/> <source>Open File</source> <translation>Datei öffnen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2516"/> + <location filename="QScintilla/Editor.py" line="2524"/> <source>Save File</source> <translation>Datei sichern</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="568"/> + <location filename="QScintilla/Editor.py" line="576"/> <source>Undo</source> <translation>Rückgängig</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="571"/> + <location filename="QScintilla/Editor.py" line="579"/> <source>Redo</source> <translation>Wiederherstellen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="578"/> + <location filename="QScintilla/Editor.py" line="586"/> <source>Cut</source> <translation>Ausschneiden</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="581"/> - <source>Copy</source> - <translation>Kopieren</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="583"/> - <source>Paste</source> - <translation>Einfügen</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="587"/> - <source>Indent</source> - <translation>Einrücken</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="589"/> - <source>Unindent</source> - <translation>Einrücken rückgängig</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="592"/> - <source>Comment</source> - <translation>Kommentar</translation> + <source>Copy</source> + <translation>Kopieren</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="591"/> + <source>Paste</source> + <translation>Einfügen</translation> </message> <message> <location filename="QScintilla/Editor.py" line="595"/> + <source>Indent</source> + <translation>Einrücken</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="597"/> + <source>Unindent</source> + <translation>Einrücken rückgängig</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="600"/> + <source>Comment</source> + <translation>Kommentar</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="603"/> <source>Uncomment</source> <translation>Kommentar entfernen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="667"/> + <location filename="QScintilla/Editor.py" line="675"/> <source>Close</source> <translation>Schließen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="671"/> + <location filename="QScintilla/Editor.py" line="679"/> <source>Save</source> <translation>Speichern</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="673"/> + <location filename="QScintilla/Editor.py" line="681"/> <source>Save As...</source> <translation>Speichern unter...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="606"/> + <location filename="QScintilla/Editor.py" line="614"/> <source>Select all</source> <translation>Alles auswählen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="607"/> + <location filename="QScintilla/Editor.py" line="615"/> <source>Deselect all</source> <translation>Auswahl aufheben</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="604"/> + <location filename="QScintilla/Editor.py" line="612"/> <source>Select to brace</source> <translation>Zur Klammer auswählen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="680"/> + <location filename="QScintilla/Editor.py" line="688"/> <source>Print</source> <translation>Drucken</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2142"/> + <location filename="QScintilla/Editor.py" line="2150"/> <source>Printing...</source> <translation>Drucke...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2159"/> + <location filename="QScintilla/Editor.py" line="2167"/> <source>Printing completed</source> <translation>Drucken beendet</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2161"/> + <location filename="QScintilla/Editor.py" line="2169"/> <source>Error while printing</source> <translation>Fehler beim Drucken</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2164"/> + <location filename="QScintilla/Editor.py" line="2172"/> <source>Printing aborted</source> <translation>Drucken abgebrochen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5131"/> + <location filename="QScintilla/Editor.py" line="5221"/> <source>File changed</source> <translation>Datei geändert</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="721"/> - <source>Check</source> - <translation>Prüfen</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="2315"/> - <source>File Modified</source> - <translation>Datei geändert</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="731"/> - <source>Code metrics...</source> - <translation>Quelltext Metriken...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="733"/> - <source>Code coverage...</source> - <translation>Quelltext Abdeckung...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="741"/> - <source>Profile data...</source> - <translation>Profildaten...</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="729"/> + <source>Check</source> + <translation>Prüfen</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="2323"/> + <source>File Modified</source> + <translation>Datei geändert</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="739"/> + <source>Code metrics...</source> + <translation>Quelltext Metriken...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="741"/> + <source>Code coverage...</source> + <translation>Quelltext Abdeckung...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="749"/> + <source>Profile data...</source> + <translation>Profildaten...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="737"/> <source>Show</source> <translation>Zeige</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="598"/> + <location filename="QScintilla/Editor.py" line="606"/> <source>Stream Comment</source> <translation>Stream Kommentar</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="601"/> + <location filename="QScintilla/Editor.py" line="609"/> <source>Box Comment</source> <translation>Box Kommentar</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1529"/> + <location filename="QScintilla/Editor.py" line="1537"/> <source>Modification of Read Only file</source> <translation>Änderungsversuch für eine schreibgeschützte Datei</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1529"/> + <location filename="QScintilla/Editor.py" line="1537"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Sie versuchen, eine schreibgeschützte Datei zu ändern. Bitte speichern sie sie zuerst in eine andere Datei.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="771"/> + <location filename="QScintilla/Editor.py" line="779"/> <source>Languages</source> <translation>Sprachen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="574"/> + <location filename="QScintilla/Editor.py" line="582"/> <source>Revert to last saved state</source> <translation>Zurück zum letzten gesichert Zustand</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4873"/> + <location filename="QScintilla/Editor.py" line="4963"/> <source>Macro Name</source> <translation>Makro Name</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4873"/> + <location filename="QScintilla/Editor.py" line="4963"/> <source>Select a macro name:</source> <translation>Wähle einen Makro Namen:</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4941"/> + <location filename="QScintilla/Editor.py" line="5031"/> <source>Macro files (*.macro)</source> <translation>Makro Dateien (*.macro)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4901"/> + <location filename="QScintilla/Editor.py" line="4991"/> <source>Load macro file</source> <translation>Lade Makro Datei</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4922"/> + <location filename="QScintilla/Editor.py" line="5012"/> <source>Error loading macro</source> <translation>Fehler beim Makro Laden</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4941"/> + <location filename="QScintilla/Editor.py" line="5031"/> <source>Save macro file</source> <translation>Makro Datei schreiben</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4958"/> + <location filename="QScintilla/Editor.py" line="5048"/> <source>Save macro</source> <translation>Makro speichern</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4973"/> + <location filename="QScintilla/Editor.py" line="5063"/> <source>Error saving macro</source> <translation>Fehler beim Makro speichern</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4984"/> + <location filename="QScintilla/Editor.py" line="5074"/> <source>Start Macro Recording</source> <translation>Makroaufzeichnung starten</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5009"/> + <location filename="QScintilla/Editor.py" line="5099"/> <source>Macro Recording</source> <translation>Makroaufzeichnung</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5009"/> + <location filename="QScintilla/Editor.py" line="5099"/> <source>Enter name of the macro:</source> <translation>Gib einen Namen für das Makro ein:</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="983"/> + <location filename="QScintilla/Editor.py" line="991"/> <source>Toggle bookmark</source> <translation>Lesezeichen setzen/löschen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="986"/> + <location filename="QScintilla/Editor.py" line="994"/> <source>Next bookmark</source> <translation>Nächstes Lesezeichen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="989"/> + <location filename="QScintilla/Editor.py" line="997"/> <source>Previous bookmark</source> <translation>Vorheriges Lesezeichen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="992"/> + <location filename="QScintilla/Editor.py" line="1000"/> <source>Clear all bookmarks</source> <translation>Alle Lesezeichen löschen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1019"/> + <location filename="QScintilla/Editor.py" line="1027"/> <source>Toggle breakpoint</source> <translation>Haltepunkt setzen/löschen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1055"/> + <location filename="QScintilla/Editor.py" line="1063"/> <source>LMB toggles bookmarks</source> <translation>LMK schaltet Lesezeichen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1060"/> + <location filename="QScintilla/Editor.py" line="1068"/> <source>LMB toggles breakpoints</source> <translation>LMK schaltet Haltepunkte</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1031"/> + <location filename="QScintilla/Editor.py" line="1039"/> <source>Next breakpoint</source> <translation>Nächster Haltepunkt</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1034"/> + <location filename="QScintilla/Editor.py" line="1042"/> <source>Previous breakpoint</source> <translation>Vorheriger Haltepunkt</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1037"/> + <location filename="QScintilla/Editor.py" line="1045"/> <source>Clear all breakpoints</source> <translation>Alle Haltepunkte löschen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1025"/> + <location filename="QScintilla/Editor.py" line="1033"/> <source>Edit breakpoint...</source> <translation>Haltepunkt bearbeiten...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4088"/> + <location filename="QScintilla/Editor.py" line="4178"/> <source>Enable breakpoint</source> <translation>Haltepunkt aktivieren</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4091"/> + <location filename="QScintilla/Editor.py" line="4181"/> <source>Disable breakpoint</source> <translation>Haltepunkt deaktivieren</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4380"/> + <location filename="QScintilla/Editor.py" line="4470"/> <source>Code Coverage</source> <translation>Quelltext Abdeckung</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4380"/> + <location filename="QScintilla/Editor.py" line="4470"/> <source>Please select a coverage file</source> <translation>Bitte wählen sie eine Datei mit Abdeckungsdaten</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4518"/> + <location filename="QScintilla/Editor.py" line="4608"/> <source>Profile Data</source> <translation>Profildaten</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4518"/> + <location filename="QScintilla/Editor.py" line="4608"/> <source>Please select a profile file</source> <translation>Bitte wählen sie eine Datei mit Profildaten</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="645"/> + <location filename="QScintilla/Editor.py" line="653"/> <source>Autocompletion enabled</source> <translation>Autom. Vervollständigung aktiv</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3607"/> + <location filename="QScintilla/Editor.py" line="3697"/> <source>Autocompletion</source> <translation>Autom. Vervollständigung</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3607"/> + <location filename="QScintilla/Editor.py" line="3697"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>Die automatische Vervollständigung ist nicht verfügbar, da keine Quelle gesetzt ist.</translation> </message> <message> + <location filename="QScintilla/Editor.py" line="636"/> + <source>Use Monospaced Font</source> + <translation>Benutze Monospace Font</translation> + </message> + <message> <location filename="QScintilla/Editor.py" line="628"/> - <source>Use Monospaced Font</source> - <translation>Benutze Monospace Font</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="620"/> <source>Shorten empty lines</source> <translation>Leere Zeilen verkürzen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="662"/> + <location filename="QScintilla/Editor.py" line="670"/> <source>New view</source> <translation>Neue Ansicht</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="996"/> + <location filename="QScintilla/Editor.py" line="1004"/> <source>Goto syntax error</source> <translation>Zu Syntaxfehler gehen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1002"/> + <location filename="QScintilla/Editor.py" line="1010"/> <source>Clear syntax error</source> <translation>Syntaxfehler löschen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="633"/> + <location filename="QScintilla/Editor.py" line="641"/> <source>Autosave enabled</source> <translation>Autom. Speicherung aktiv</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5327"/> - <source>Drop Error</source> - <translation>Drop Fehler</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="999"/> - <source>Show syntax error message</source> - <translation>Zeige Syntaxfehlermeldung</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="4648"/> - <source>Syntax Error</source> - <translation>Syntaxfehler</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="4648"/> - <source>No syntax error message available.</source> - <translation>Keine Syntaxfehlermeldung verfügbar.</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="1022"/> - <source>Toggle temporary breakpoint</source> - <translation>Temporären Haltepunkt setzen/löschen</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="735"/> - <source>Show code coverage annotations</source> - <translation>Markiere Zeilen ohne Abdeckung</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="738"/> - <source>Hide code coverage annotations</source> - <translation>Lösche Abdeckungsmarkierungen</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="1041"/> - <source>Next uncovered line</source> - <translation>Nächste nichtabgedeckte Zeile</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="1044"/> - <source>Previous uncovered line</source> - <translation>Vorige nichtabgedeckte Zeile</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="4426"/> - <source>Show Code Coverage Annotations</source> - <translation>Zeilen ohne Abdeckung Markieren</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="4422"/> - <source>All lines have been covered.</source> - <translation>Alle Zeilen sind abgedeckt.</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="4426"/> - <source>There is no coverage file available.</source> - <translation>Es gibt keine Datei mit Abdeckungsinformationen.</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="2315"/> - <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> - <message> - <location filename="QScintilla/Editor.py" line="4915"/> - <source><p>The macro file <b>{0}</b> could not be read.</p></source> - <translation><p>Die Makro Datei <b>{0}</b> kann nicht gelesen werden.</p></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="4922"/> - <source><p>The macro file <b>{0}</b> is corrupt.</p></source> - <translation><p>Die Makro Datei <b>{0}</b> ist zerstört.</p></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="4973"/> - <source><p>The macro file <b>{0}</b> could not be written.</p></source> - <translation><p>Die Makro Datei <b>{0}</b> kann nicht geschrieben werden.</p></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5327"/> - <source><p><b>{0}</b> is not a file.</p></source> - <translation><p><b>{0}</b> ist keine Datei.</p></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="663"/> - <source>New view (with new split)</source> - <translation>Neue Ansicht (in neuem Abschnitt)</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="285"/> - <source><p>The size of the file <b>{0}</b> is <b>{1} KB</b>. Do you really want to load it?</p></source> - <translation><p>Die Größe der Datei <b>{0}</b> ist <b>{1} KB<7B>. Soll sie wirklich geladen werden?</p></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="751"/> - <source>Diagrams</source> - <translation>Diagramme</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="753"/> - <source>Class Diagram...</source> - <translation>Klassendiagramm...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="755"/> - <source>Package Diagram...</source> - <translation>Package Diagramm...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="757"/> - <source>Imports Diagram...</source> - <translation>Imports-Diagramm...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="760"/> - <source>Application Diagram...</source> - <translation>Applikations-Diagramm...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="774"/> - <source>No Language</source> - <translation>Keine Sprache</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5210"/> - <source>{0} (ro)</source> - <translation>{0} (ro)</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5345"/> - <source>Resources</source> - <translation>Resourcen</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5347"/> - <source>Add file...</source> - <translation>Datei hinzufügen...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5349"/> - <source>Add files...</source> - <translation>Dateien hinzufügen...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5351"/> - <source>Add aliased file...</source> - <translation>Aliased Datei hinzufügen...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5353"/> - <source>Add localized resource...</source> - <translation>Lokalisierte Resource hinzufügen...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5374"/> - <source>Add file resource</source> - <translation>Dateiresource hinzufügen</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5390"/> - <source>Add file resources</source> - <translation>Dateiresourcen hinzufügen</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="5417"/> - <source>Add aliased file resource</source> - <translation>Aliased Dateiresourcen hinzufügen</translation> + <source>Drop Error</source> + <translation>Drop Fehler</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="1007"/> + <source>Show syntax error message</source> + <translation>Zeige Syntaxfehlermeldung</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="4738"/> + <source>Syntax Error</source> + <translation>Syntaxfehler</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="4738"/> + <source>No syntax error message available.</source> + <translation>Keine Syntaxfehlermeldung verfügbar.</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="1030"/> + <source>Toggle temporary breakpoint</source> + <translation>Temporären Haltepunkt setzen/löschen</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="743"/> + <source>Show code coverage annotations</source> + <translation>Markiere Zeilen ohne Abdeckung</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="746"/> + <source>Hide code coverage annotations</source> + <translation>Lösche Abdeckungsmarkierungen</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="1049"/> + <source>Next uncovered line</source> + <translation>Nächste nichtabgedeckte Zeile</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="1052"/> + <source>Previous uncovered line</source> + <translation>Vorige nichtabgedeckte Zeile</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="4516"/> + <source>Show Code Coverage Annotations</source> + <translation>Zeilen ohne Abdeckung Markieren</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="4512"/> + <source>All lines have been covered.</source> + <translation>Alle Zeilen sind abgedeckt.</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="4516"/> + <source>There is no coverage file available.</source> + <translation>Es gibt keine Datei mit Abdeckungsinformationen.</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="2323"/> + <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> + <message> + <location filename="QScintilla/Editor.py" line="5005"/> + <source><p>The macro file <b>{0}</b> could not be read.</p></source> + <translation><p>Die Makro Datei <b>{0}</b> kann nicht gelesen werden.</p></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5012"/> + <source><p>The macro file <b>{0}</b> is corrupt.</p></source> + <translation><p>Die Makro Datei <b>{0}</b> ist zerstört.</p></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5063"/> + <source><p>The macro file <b>{0}</b> could not be written.</p></source> + <translation><p>Die Makro Datei <b>{0}</b> kann nicht geschrieben werden.</p></translation> </message> <message> <location filename="QScintilla/Editor.py" line="5417"/> - <source>Alias for file <b>{0}</b>:</source> - <translation>Alias für Datei <b>{0}</b>:</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5478"/> - <source>Package Diagram</source> - <translation>Package-Diagramm</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5478"/> - <source>Include class attributes?</source> - <translation>Klassenattribute anzeigen?</translation> + <source><p><b>{0}</b> is not a file.</p></source> + <translation><p><b>{0}</b> ist keine Datei.</p></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="671"/> + <source>New view (with new split)</source> + <translation>Neue Ansicht (in neuem Abschnitt)</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="290"/> + <source><p>The size of the file <b>{0}</b> is <b>{1} KB</b>. Do you really want to load it?</p></source> + <translation><p>Die Größe der Datei <b>{0}</b> ist <b>{1} KB<7B>. Soll sie wirklich geladen werden?</p></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="759"/> + <source>Diagrams</source> + <translation>Diagramme</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="761"/> + <source>Class Diagram...</source> + <translation>Klassendiagramm...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="763"/> + <source>Package Diagram...</source> + <translation>Package Diagramm...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="765"/> + <source>Imports Diagram...</source> + <translation>Imports-Diagramm...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="768"/> + <source>Application Diagram...</source> + <translation>Applikations-Diagramm...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="782"/> + <source>No Language</source> + <translation>Keine Sprache</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5300"/> + <source>{0} (ro)</source> + <translation>{0} (ro)</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5435"/> + <source>Resources</source> + <translation>Resourcen</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5437"/> + <source>Add file...</source> + <translation>Datei hinzufügen...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5439"/> + <source>Add files...</source> + <translation>Dateien hinzufügen...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5441"/> + <source>Add aliased file...</source> + <translation>Aliased Datei hinzufügen...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5443"/> + <source>Add localized resource...</source> + <translation>Lokalisierte Resource hinzufügen...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5464"/> + <source>Add file resource</source> + <translation>Dateiresource hinzufügen</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5480"/> + <source>Add file resources</source> + <translation>Dateiresourcen hinzufügen</translation> </message> <message> <location filename="QScintilla/Editor.py" line="5507"/> - <source>Application Diagram</source> - <translation>Applikations-Diagramm</translation> + <source>Add aliased file resource</source> + <translation>Aliased Dateiresourcen hinzufügen</translation> </message> <message> <location filename="QScintilla/Editor.py" line="5507"/> + <source>Alias for file <b>{0}</b>:</source> + <translation>Alias für Datei <b>{0}</b>:</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5568"/> + <source>Package Diagram</source> + <translation>Package-Diagramm</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5568"/> + <source>Include class attributes?</source> + <translation>Klassenattribute anzeigen?</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5597"/> + <source>Application Diagram</source> + <translation>Applikations-Diagramm</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5597"/> <source>Include module names?</source> <translation>Modulnamen anzeigen?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5356"/> + <location filename="QScintilla/Editor.py" line="5446"/> <source>Add resource frame</source> <translation>Resource Rahmen hinzufügen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4984"/> + <location filename="QScintilla/Editor.py" line="5074"/> <source>Macro recording is already active. Start new?</source> <translation>Eine Makroaufzeichnung ist bereits aktiv. Neu starten?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1048"/> + <location filename="QScintilla/Editor.py" line="1056"/> <source>Next task</source> <translation>Nächste Aufgabe</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1051"/> + <location filename="QScintilla/Editor.py" line="1059"/> <source>Previous task</source> <translation>Vorherige Aufgabe</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="695"/> + <location filename="QScintilla/Editor.py" line="703"/> <source>Autocomplete</source> <translation>Vervollständigen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="701"/> + <location filename="QScintilla/Editor.py" line="709"/> <source>from Document</source> <translation>vom Dokument</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="704"/> + <location filename="QScintilla/Editor.py" line="712"/> <source>from APIs</source> <translation>von APIs</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="707"/> + <location filename="QScintilla/Editor.py" line="715"/> <source>from Document and APIs</source> <translation>vom Dokument und von APIs</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="864"/> + <location filename="QScintilla/Editor.py" line="872"/> <source>Export as</source> <translation>Exportieren als</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1093"/> + <location filename="QScintilla/Editor.py" line="1101"/> <source>Export source</source> <translation>Quelltext exportieren</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1087"/> + <location filename="QScintilla/Editor.py" line="1095"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation><p>Für das Exportformat <b>{0}</b> steht kein Exporter zur Verfügung. Abbruch...</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1093"/> + <location filename="QScintilla/Editor.py" line="1101"/> <source>No export format given. Aborting...</source> <translation>Kein Exportformat angegeben. Abbruch...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5585"/> <source>Imports Diagram</source> <translation>Imports Diagramm</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5585"/> <source>Include imports from external modules?</source> <translation>Imports externer Module anzeigen?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="698"/> + <location filename="QScintilla/Editor.py" line="706"/> <source>dynamic</source> <translation>dynamisch</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="711"/> + <location filename="QScintilla/Editor.py" line="719"/> <source>Calltip</source> <translation>Calltip</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="678"/> + <location filename="QScintilla/Editor.py" line="686"/> <source>Print Preview</source> <translation>Seitenansicht</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="337"/> + <location filename="QScintilla/Editor.py" line="342"/> <source><b>A Source Editor Window</b><p>This window is used to display and edit a source file. You can open as many of these as you like. The name of the file is displayed in the window's titlebar.</p><p>In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.</p><p>In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.</p><p>These actions can be reversed via the context menu.</p><p>Ctrl clicking on a syntax error marker shows some info about this error.</p></source> <translation><b>Quelltext Editor Fenster</b><p>Dieses Fenster wird zum Bearbeiten von Quelltexten benutzt. Sie können beliebig viele dieser Fenster öffnen. Der Name der Datei wird im Titel des Fensters dargestellt.</p><p>Um Haltepunkte zu setzen, klicken sie in den Raum zwischen den Zeilennummern und der Faltungsspalte. Über das Kontextmenü des Bereiches links des Editors können Haltepunkte bearbeitet werden.</p><p>Um Lesezeichen zu setzen, drücken sie die Shift-Taste und klicken in den Raum zwischen den Zeilennummern und der Faltungsspalte.</p><p>Diese Aktionen können über das Kontextmenü umgedreht werden.</p><p>Ein Klick auf einen Syntaxfehler-Marker mit gedrückter Strg-Taste zeigt die zugehörige Fehlermeldung an.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="638"/> + <location filename="QScintilla/Editor.py" line="646"/> <source>Typing aids enabled</source> <translation>Eingabehilfen aktiv</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="833"/> + <location filename="QScintilla/Editor.py" line="841"/> <source>End-of-Line Type</source> <translation>Zeilenendemarkierung</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="837"/> + <location filename="QScintilla/Editor.py" line="845"/> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="843"/> + <location filename="QScintilla/Editor.py" line="851"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="849"/> + <location filename="QScintilla/Editor.py" line="857"/> <source>Macintosh</source> <translation>Macintosh</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="811"/> + <location filename="QScintilla/Editor.py" line="819"/> <source>Encodings</source> <translation>Kodierungen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="793"/> + <location filename="QScintilla/Editor.py" line="801"/> <source>Guessed</source> <translation>Ermittelt</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1106"/> + <location filename="QScintilla/Editor.py" line="1114"/> <source>Alternatives</source> <translation>Alternativen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1102"/> + <location filename="QScintilla/Editor.py" line="1110"/> <source>Alternatives ({0})</source> <translation>Alternativen ({0})</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1121"/> + <location filename="QScintilla/Editor.py" line="1129"/> <source>Pygments Lexer</source> <translation>Pygments Lexer</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1121"/> + <location filename="QScintilla/Editor.py" line="1129"/> <source>Select the Pygments lexer to apply.</source> <translation>Wähle den anzuwendenden Pygments Lexer.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5745"/> + <location filename="QScintilla/Editor.py" line="5835"/> <source>Check spelling...</source> <translation>Rechtschreibprüfung...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="613"/> + <location filename="QScintilla/Editor.py" line="621"/> <source>Check spelling of selection...</source> <translation>Rechtschreibprüfung für Auswahl...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5747"/> + <location filename="QScintilla/Editor.py" line="5837"/> <source>Add to dictionary</source> <translation>Zum Wörterbuch hinzufügen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5749"/> + <location filename="QScintilla/Editor.py" line="5839"/> <source>Ignore All</source> <translation>Alle ignorieren</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="617"/> + <location filename="QScintilla/Editor.py" line="625"/> <source>Remove from dictionary</source> <translation>Aus dem Wörterbuch entfernen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2363"/> + <location filename="QScintilla/Editor.py" line="2371"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>Die Datei <b>{0}</b> konnte nicht geöffnet werden.<br />Ursache: {1}</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2464"/> + <location filename="QScintilla/Editor.py" line="2472"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>Die Datei <b>{0}</b> konnte nicht gesichert werden.<br/>Grund: {1}</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5122"/> + <location filename="QScintilla/Editor.py" line="5212"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric5. Reread it?</p></source> <translation><p>Die Datei <b>{0}</b> wurde geändert, während sie in eric5 geöffnet war. Neu einlesen?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1006"/> + <location filename="QScintilla/Editor.py" line="1014"/> <source>Next warning</source> <translation>Nächste Warnung</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1009"/> + <location filename="QScintilla/Editor.py" line="1017"/> <source>Previous warning</source> <translation>Vorherige Warnung</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1012"/> + <location filename="QScintilla/Editor.py" line="1020"/> <source>Show warning message</source> <translation>Zeige Warnung</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1015"/> + <location filename="QScintilla/Editor.py" line="1023"/> <source>Clear warnings</source> <translation>Warnungen löschen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4774"/> + <location filename="QScintilla/Editor.py" line="4864"/> <source>py3flakes Warning</source> <translation>py3flakes Warnung</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4774"/> + <location filename="QScintilla/Editor.py" line="4864"/> <source>No py3flakes warning message available.</source> <translation>Keine Py3flakes Warnung verfügbar.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2516"/> + <location filename="QScintilla/Editor.py" line="2524"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Die Datei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4958"/> + <location filename="QScintilla/Editor.py" line="5048"/> <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Die Makro Datei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4817"/> + <location filename="QScintilla/Editor.py" line="4907"/> <source>Warning: {0}</source> <translation>Warnung: {0}</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4823"/> + <location filename="QScintilla/Editor.py" line="4913"/> <source>Error: {0}</source> <translation>Fehler: {0}</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5127"/> + <location filename="QScintilla/Editor.py" line="5217"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation><br><b>Warnung:</b> Vorgenommenen Änderungen gehen beim neu einlesen verloren.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3703"/> + <location filename="QScintilla/Editor.py" line="3793"/> <source>Activating Auto-Completion Provider</source> <translation>Aktivierung eines Providers für automatische Vervollständigungen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3703"/> + <location filename="QScintilla/Editor.py" line="3793"/> <source>Auto-completion provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation>Ein Providers für automatische Vervollständigungen kann nicht angebunden werden, da bereits ein anderer aktiv ist. Bitte überprüfen sie ihre Konfiguration.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3888"/> + <location filename="QScintilla/Editor.py" line="3978"/> <source>Activating Calltip Provider</source> <translation>Aktivierung eines Providers für Calltips</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3888"/> + <location filename="QScintilla/Editor.py" line="3978"/> <source>Calltip provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation>Ein Providers für Calltips kann nicht angebunden werden, da bereits ein anderer aktiv ist. Bitte überprüfen sie ihre Konfiguration.</translation> </message> @@ -44584,7 +44584,7 @@ <translation>Kein Python2 Interpreter konfiguriert.</translation> </message> <message> - <location filename="Utilities/__init__.py" line="1269"/> + <location filename="Utilities/__init__.py" line="1270"/> <source>Python2 interpreter did not finish within 30s.</source> <translation>Python2 Interpreter wurde nicht innerhalb von 30s beendet.</translation> </message> @@ -45295,7 +45295,7 @@ <context> <name>ViewManager</name> <message> - <location filename="ViewManager/ViewManager.py" line="3265"/> + <location filename="ViewManager/ViewManager.py" line="3324"/> <source>File: {0}</source> <translation>Datei: {0}</translation> </message> @@ -45535,11 +45535,6 @@ <translation>Löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="829"/> - <source>Cl&ear</source> - <translation>All&es löschen</translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="836"/> <source>Clear all text</source> <translation>Löscht den gesamten Text</translation> @@ -45680,67 +45675,67 @@ <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="2070"/> + <location filename="ViewManager/ViewManager.py" line="2073"/> <source>Goto Line</source> <translation>Gehe zu Zeile</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2063"/> + <location filename="ViewManager/ViewManager.py" line="2066"/> <source>&Goto Line...</source> <translation>Gehe zu &Zeile...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2071"/> + <location filename="ViewManager/ViewManager.py" line="2074"/> <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="2239"/> + <location filename="ViewManager/ViewManager.py" line="2297"/> <source>Zoom in on the text</source> <translation>Text vergrößern</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2255"/> + <location filename="ViewManager/ViewManager.py" line="2313"/> <source>Zoom out on the text</source> <translation>Text verkleinern</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>Zoom</source> <translation>Maßstab</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>&Zoom</source> <translation>&Maßstab</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2271"/> + <location filename="ViewManager/ViewManager.py" line="2329"/> <source>Zoom the text</source> <translation>Den Maßstab des Textes ändern</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2273"/> + <location filename="ViewManager/ViewManager.py" line="2331"/> <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="2285"/> + <location filename="ViewManager/ViewManager.py" line="2343"/> <source>Toggle all folds</source> <translation>Alle Faltungen umschalten</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2281"/> + <location filename="ViewManager/ViewManager.py" line="2339"/> <source>Toggle &all folds</source> <translation>&Alle Faltungen umschalten</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2287"/> + <location filename="ViewManager/ViewManager.py" line="2345"/> <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="2986"/> + <location filename="ViewManager/ViewManager.py" line="3044"/> <source>File Modified</source> <translation>Datei geändert</translation> </message> @@ -45760,17 +45755,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="2314"/> + <location filename="ViewManager/ViewManager.py" line="2372"/> <source>Toggle current fold</source> <translation>Aktuelle Faltung umschalten</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2310"/> + <location filename="ViewManager/ViewManager.py" line="2368"/> <source>Toggle &current fold</source> <translation>Aktuelle &Faltung umschalten</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2316"/> + <location filename="ViewManager/ViewManager.py" line="2374"/> <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> @@ -45820,32 +45815,32 @@ <translation>Aus&wahl aufheben</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Zoom in</source> <translation>Vergrößern</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Zoom &in</source> <translation>Ver&größern</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Zoom out</source> <translation>Verkleinern</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Zoom &out</source> <translation>Ver&kleinern</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2241"/> + <location filename="ViewManager/ViewManager.py" line="2299"/> <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="2257"/> + <location filename="ViewManager/ViewManager.py" line="2315"/> <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> @@ -45865,37 +45860,37 @@ <translation>Text bis zur passenden Klammer auswählen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2086"/> + <location filename="ViewManager/ViewManager.py" line="2089"/> <source>Goto Brace</source> <translation>Gehe zu Klammer</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2079"/> + <location filename="ViewManager/ViewManager.py" line="2082"/> <source>Goto &Brace</source> <translation>Gehe zu &Klammer</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2088"/> + <location filename="ViewManager/ViewManager.py" line="2091"/> <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="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Search in Files</source> <translation>Suchen in Dateien</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Search in &Files...</source> <translation>Suchen in &Dateien...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2105"/> + <location filename="ViewManager/ViewManager.py" line="2161"/> <source>Search for a text in files</source> <translation>Nach Text im Dateien suchen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2107"/> + <location filename="ViewManager/ViewManager.py" line="2163"/> <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> @@ -45945,62 +45940,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="2338"/> + <location filename="ViewManager/ViewManager.py" line="2396"/> <source>Split view</source> <translation>Ansicht aufteilen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2338"/> + <location filename="ViewManager/ViewManager.py" line="2396"/> <source>&Split view</source> <translation>An&sicht aufteilen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2342"/> + <location filename="ViewManager/ViewManager.py" line="2400"/> <source>Add a split to the view</source> <translation>Fügt eine weiter Ansicht hinzu</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2344"/> + <location filename="ViewManager/ViewManager.py" line="2402"/> <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="2351"/> + <location filename="ViewManager/ViewManager.py" line="2409"/> <source>Arrange horizontally</source> <translation>Horizontal anordnen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2351"/> + <location filename="ViewManager/ViewManager.py" line="2409"/> <source>Arrange &horizontally</source> <translation>&Horizontal anordnen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2356"/> + <location filename="ViewManager/ViewManager.py" line="2414"/> <source>Arrange the splitted views horizontally</source> <translation>Ordnet die geteilten Ansichten horizontal an</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2358"/> + <location filename="ViewManager/ViewManager.py" line="2416"/> <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="2366"/> + <location filename="ViewManager/ViewManager.py" line="2424"/> <source>Remove split</source> <translation>Geteilte Ansicht löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2366"/> + <location filename="ViewManager/ViewManager.py" line="2424"/> <source>&Remove split</source> <translation>Geteilte Ansicht &löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2371"/> + <location filename="ViewManager/ViewManager.py" line="2429"/> <source>Remove the current split</source> <translation>Löscht die aktuelle Ansicht</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2373"/> + <location filename="ViewManager/ViewManager.py" line="2431"/> <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> @@ -46535,167 +46530,167 @@ <translation>Ctrl+Shift+U</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2478"/> + <location filename="ViewManager/ViewManager.py" line="2536"/> <source>Start Macro Recording</source> <translation>Makroaufzeichnung starten</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2473"/> + <location filename="ViewManager/ViewManager.py" line="2531"/> <source>S&tart Macro Recording</source> <translation>Makroaufzeichnung s&tarten</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2480"/> + <location filename="ViewManager/ViewManager.py" line="2538"/> <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="2492"/> + <location filename="ViewManager/ViewManager.py" line="2550"/> <source>Stop Macro Recording</source> <translation>Makroaufzeichnung stoppen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2487"/> + <location filename="ViewManager/ViewManager.py" line="2545"/> <source>Sto&p Macro Recording</source> <translation>Makroaufzeichnung sto&ppen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2494"/> + <location filename="ViewManager/ViewManager.py" line="2552"/> <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="2504"/> + <location filename="ViewManager/ViewManager.py" line="2562"/> <source>Run Macro</source> <translation>Makro ausführen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2501"/> + <location filename="ViewManager/ViewManager.py" line="2559"/> <source>&Run Macro</source> <translation>Makro &ausführen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2505"/> + <location filename="ViewManager/ViewManager.py" line="2563"/> <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="2516"/> + <location filename="ViewManager/ViewManager.py" line="2574"/> <source>Delete Macro</source> <translation>Makro löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2512"/> + <location filename="ViewManager/ViewManager.py" line="2570"/> <source>&Delete Macro</source> <translation>Makro &löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2518"/> + <location filename="ViewManager/ViewManager.py" line="2576"/> <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="2528"/> + <location filename="ViewManager/ViewManager.py" line="2586"/> <source>Load Macro</source> <translation>Makro laden</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2525"/> + <location filename="ViewManager/ViewManager.py" line="2583"/> <source>&Load Macro</source> <translation>Makro la&den</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2540"/> - <source>Save Macro</source> - <translation>Makro speichern</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2537"/> - <source>&Save Macro</source> - <translation>Makro &speichern</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2530"/> - <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="2542"/> - <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="2580"/> - <source>Toggle Bookmark</source> - <translation>Lesezeichen setzen/löschen</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2573"/> - <source>&Toggle Bookmark</source> - <translation>&Lesezeichen setzen/löschen</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2582"/> - <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="2596"/> - <source>Next Bookmark</source> - <translation>Nächstes Lesezeichen</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2589"/> - <source>&Next Bookmark</source> - <translation>&Nächstes Lesezeichen</translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2598"/> + <source>Save Macro</source> + <translation>Makro speichern</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2595"/> + <source>&Save Macro</source> + <translation>Makro &speichern</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2588"/> + <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="2600"/> + <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="2638"/> + <source>Toggle Bookmark</source> + <translation>Lesezeichen setzen/löschen</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2631"/> + <source>&Toggle Bookmark</source> + <translation>&Lesezeichen setzen/löschen</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2640"/> + <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="2654"/> + <source>Next Bookmark</source> + <translation>Nächstes Lesezeichen</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2647"/> + <source>&Next Bookmark</source> + <translation>&Nächstes Lesezeichen</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2656"/> <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="2612"/> + <location filename="ViewManager/ViewManager.py" line="2670"/> <source>Previous Bookmark</source> <translation>Vorheriges Lesezeichen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2605"/> + <location filename="ViewManager/ViewManager.py" line="2663"/> <source>&Previous Bookmark</source> <translation>&Vorheriges Lesezeichen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2614"/> + <location filename="ViewManager/ViewManager.py" line="2672"/> <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="2628"/> + <location filename="ViewManager/ViewManager.py" line="2686"/> <source>Clear Bookmarks</source> <translation>Lesezeichen löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2621"/> + <location filename="ViewManager/ViewManager.py" line="2679"/> <source>&Clear Bookmarks</source> <translation>Lesezeichen l&öschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2630"/> + <location filename="ViewManager/ViewManager.py" line="2688"/> <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="2787"/> + <location filename="ViewManager/ViewManager.py" line="2845"/> <source>&Bookmarks</source> <translation>&Lesezeichen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2329"/> + <location filename="ViewManager/ViewManager.py" line="2387"/> <source>Remove all highlights</source> <translation>Hervorhebungen löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2331"/> + <location filename="ViewManager/ViewManager.py" line="2389"/> <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> @@ -46725,17 +46720,17 @@ <translation>Ge&merkte Dateien</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3610"/> + <location filename="ViewManager/ViewManager.py" line="3669"/> <source>&Clear</source> <translation>&Löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3606"/> + <location filename="ViewManager/ViewManager.py" line="3665"/> <source>&Add</source> <translation>&Hinzufügen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3608"/> + <location filename="ViewManager/ViewManager.py" line="3667"/> <source>&Edit...</source> <translation>&Bearbeiten...</translation> </message> @@ -46895,32 +46890,32 @@ <translation><b>Vervollständigung von APIs</b><p>Vervollständigt das Wort, das den Cursor enthält, von APIs.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2643"/> + <location filename="ViewManager/ViewManager.py" line="2701"/> <source>Goto Syntax Error</source> <translation>Zu Syntaxfehler gehen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2637"/> + <location filename="ViewManager/ViewManager.py" line="2695"/> <source>&Goto Syntax Error</source> <translation>Zu Syntaxfehler &gehen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2645"/> + <location filename="ViewManager/ViewManager.py" line="2703"/> <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="2657"/> + <location filename="ViewManager/ViewManager.py" line="2715"/> <source>Clear Syntax Errors</source> <translation>Syntaxfehler löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2652"/> + <location filename="ViewManager/ViewManager.py" line="2710"/> <source>Clear &Syntax Errors</source> <translation>Synta&xfehler löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2659"/> + <location filename="ViewManager/ViewManager.py" line="2717"/> <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> @@ -46945,32 +46940,32 @@ <translation><b>Datei suchen</b><p>Nach einer Datei suchen.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2721"/> + <location filename="ViewManager/ViewManager.py" line="2779"/> <source>Next uncovered line</source> <translation>Nächste nichtabgedeckte Zeile</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2715"/> + <location filename="ViewManager/ViewManager.py" line="2773"/> <source>&Next uncovered line</source> <translation>&Nächste nichtabgedeckte Zeile</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2723"/> + <location filename="ViewManager/ViewManager.py" line="2781"/> <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="2737"/> + <location filename="ViewManager/ViewManager.py" line="2795"/> <source>Previous uncovered line</source> <translation>Vorige nichtabgedeckte Zeile</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2730"/> + <location filename="ViewManager/ViewManager.py" line="2788"/> <source>&Previous uncovered line</source> <translation>&Vorige nichtabgedeckte Zeile</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2739"/> + <location filename="ViewManager/ViewManager.py" line="2797"/> <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> @@ -46998,7 +46993,7 @@ <translation>Shift+Backspace</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2986"/> + <location filename="ViewManager/ViewManager.py" line="3044"/> <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> @@ -47013,70 +47008,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="2145"/> + <location filename="ViewManager/ViewManager.py" line="2201"/> <source>Quicksearch</source> <translation>Schnellsuche</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2009"/> + <location filename="ViewManager/ViewManager.py" line="2012"/> <source>Ctrl+Shift+K</source> <comment>Search|Quicksearch</comment> <translation>Ctrl+Shift+K</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2017"/> + <location filename="ViewManager/ViewManager.py" line="2020"/> <source>Perform a quicksearch</source> <translation>Führe eine Schnellsuche durch</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Quicksearch backwards</source> <translation>Schnellsuche rückwärts</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Ctrl+Shift+J</source> <comment>Search|Quicksearch backwards</comment> <translation>Ctrl+Shift+J</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2036"/> + <location filename="ViewManager/ViewManager.py" line="2039"/> <source>Perform a quicksearch backwards</source> <translation>Führe eine Schnellsuche rückwärts durch</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2009"/> + <location filename="ViewManager/ViewManager.py" line="2012"/> <source>&Quicksearch</source> <translation>Schne&llsuche</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Quicksearch &backwards</source> <translation>Schnellsuche &rückwärts</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Quicksearch extend</source> <translation>Schnellsuche erweitern</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Quicksearch e&xtend</source> <translation>Schnellsuche er&weitern</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Ctrl+Shift+H</source> <comment>Search|Quicksearch extend</comment> <translation>Ctrl+Shift+H</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2053"/> + <location filename="ViewManager/ViewManager.py" line="2056"/> <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="2055"/> + <location filename="ViewManager/ViewManager.py" line="2058"/> <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> @@ -47096,42 +47091,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="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>Next split</source> <translation>Nächste Ansichte</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>&Next split</source> <translation>&Nächste Ansicht</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2386"/> + <location filename="ViewManager/ViewManager.py" line="2444"/> <source>Move to the next split</source> <translation>Gehe zur nächsten Ansicht</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2388"/> + <location filename="ViewManager/ViewManager.py" line="2446"/> <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="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>Previous split</source> <translation>Vorherige Ansicht</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>&Previous split</source> <translation>&Vorherige Ansicht</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2401"/> + <location filename="ViewManager/ViewManager.py" line="2459"/> <source>Move to the previous split</source> <translation>Gehe zur vorherigen Ansicht</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2403"/> + <location filename="ViewManager/ViewManager.py" line="2461"/> <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> @@ -47167,17 +47162,17 @@ <translation><b>Vervollständigung vom Dokument und von APIs</b><p>Vervollständigt das Wort, das den Cursor enthält, vom Dokument und von APIs.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2300"/> + <location filename="ViewManager/ViewManager.py" line="2358"/> <source>Toggle all folds (including children)</source> <translation>Alle Faltungen umschalten (inkl. Unterfaltungen)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2295"/> + <location filename="ViewManager/ViewManager.py" line="2353"/> <source>Toggle all &folds (including children)</source> <translation>Alle Faltungen &umschalten (inkl. Unterfaltungen)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2302"/> + <location filename="ViewManager/ViewManager.py" line="2360"/> <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> @@ -47363,7 +47358,7 @@ <translation>&Bearbeiten</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="1890"/> + <location filename="ViewManager/ViewManager.py" line="1893"/> <source>Edit</source> <translation>Bearbeiten</translation> </message> @@ -47380,129 +47375,129 @@ <translation>Ctrl+R</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2063"/> + <location filename="ViewManager/ViewManager.py" line="2066"/> <source>Ctrl+G</source> <comment>Search|Goto Line</comment> <translation>Ctrl+G</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2079"/> + <location filename="ViewManager/ViewManager.py" line="2082"/> <source>Ctrl+L</source> <comment>Search|Goto Brace</comment> <translation>Ctrl+L</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Shift+Ctrl+F</source> <comment>Search|Search Files</comment> <translation>Shift+Ctrl+F</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>Ctrl+#</source> <comment>View|Zoom</comment> <translation>Ctrl+#</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>Ctrl+Alt+N</source> <comment>View|Next split</comment> <translation>Ctrl+Alt+N</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>Ctrl+Alt+P</source> <comment>View|Previous split</comment> <translation>Ctrl+Alt+P</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2425"/> + <location filename="ViewManager/ViewManager.py" line="2483"/> <source>&View</source> <translation>&Ansicht</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2452"/> + <location filename="ViewManager/ViewManager.py" line="2510"/> <source>View</source> <translation>Ansicht</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2557"/> + <location filename="ViewManager/ViewManager.py" line="2615"/> <source>&Macros</source> <translation>&Makros</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2573"/> + <location filename="ViewManager/ViewManager.py" line="2631"/> <source>Alt+Ctrl+T</source> <comment>Bookmark|Toggle</comment> <translation>Alt+Ctrl+T</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2589"/> + <location filename="ViewManager/ViewManager.py" line="2647"/> <source>Ctrl+PgDown</source> <comment>Bookmark|Next</comment> <translation>Ctrl+PgDown</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2605"/> + <location filename="ViewManager/ViewManager.py" line="2663"/> <source>Ctrl+PgUp</source> <comment>Bookmark|Previous</comment> <translation>Ctrl+PgUp</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2621"/> + <location filename="ViewManager/ViewManager.py" line="2679"/> <source>Alt+Ctrl+C</source> <comment>Bookmark|Clear</comment> <translation>Alt+Ctrl+C</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2827"/> + <location filename="ViewManager/ViewManager.py" line="2885"/> <source>Bookmarks</source> <translation>Lesezeichen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2950"/> + <location filename="ViewManager/ViewManager.py" line="3008"/> <source>Open files</source> <translation>Dateien öffnen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2753"/> + <location filename="ViewManager/ViewManager.py" line="2811"/> <source>Next Task</source> <translation>Nächste Aufgabe</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2747"/> + <location filename="ViewManager/ViewManager.py" line="2805"/> <source>&Next Task</source> <translation>&Nächste Aufgabe</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2755"/> + <location filename="ViewManager/ViewManager.py" line="2813"/> <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> - <location filename="ViewManager/ViewManager.py" line="2769"/> + <location filename="ViewManager/ViewManager.py" line="2827"/> <source>Previous Task</source> <translation>Vorherige Aufgabe</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2762"/> + <location filename="ViewManager/ViewManager.py" line="2820"/> <source>&Previous Task</source> <translation>&Vorherige Aufgabe</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2771"/> + <location filename="ViewManager/ViewManager.py" line="2829"/> <source><b>Previous Task</b><p>Go to previous line of the current editor having a task.</p></source> <translation><b>Vorherige Aufgabe</b><p>Gehe zur vorherigen Zeile des aktuellen Editors, die eine Aufgabe enthält.</p></translation> </message> @@ -47564,7 +47559,7 @@ <translation>Exportieren als</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2190"/> + <location filename="ViewManager/ViewManager.py" line="2246"/> <source>Quicksearch Textedit</source> <translation>Texteingabe für Schnellsuche</translation> </message> @@ -47610,17 +47605,17 @@ <translation><b>Rückwärtssuchen</b><p>Nach der vorherigen Textstelle im aktuellen Editor suchen. Der zuvor eingegebene Suchtext und die Suchoptionen werden weiterverwendet.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2019"/> + <location filename="ViewManager/ViewManager.py" line="2022"/> <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>Schnellsuche</b><p>Dies aktiviert die Schnellsuchfunktion der IDE, indem das Schnellsucheingabefeld aktiviert wird. Ist dieses Feld bereits aktiv und enthält Text, so wird das nächste Vorkommen dieses Textes gesucht.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2038"/> + <location filename="ViewManager/ViewManager.py" line="2041"/> <source><b>Quicksearch backwards</b><p>This searches the previous occurrence of the quicksearch text.</p></source> <translation><b>Schnellsuche rückwärts</b><p>Dies sucht das letzte Vorkommen des Schnellsuchtextes.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2168"/> + <location filename="ViewManager/ViewManager.py" line="2224"/> <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>Gib den Suchtext direkt in dieses Feld ein. Die Suche wird unabhängig von der Schreibweise durchgeführt. Die Schnellsuchefunktion wird durch Auslösen der Schnellsuche Aktion (standard Strg+Umschalt+K) aktiviert, falls dieses Eingabefeld nicht den Fokus besitzt. Sonst wird das nächste Vorkommen des eingegebenen Textes gesucht. Die Schnellsuche rückwärts Aktion (standard Strg+Umschalt+J) sucht rückwärts. Aktivierung der 'Schnellsuche erweitern' Aktion (standard Strg+Umschalt+H) erweitert den aktuellen Suchtext bis zum Ende des aktuell gefundenen Wortes. Während das Schnellsucheeingabefeld den Fokus besitzt, kann die Schnellsuche durch Betätigung der Return-Taste beendet werden.</p></translation> </message> @@ -47681,134 +47676,134 @@ <translation>Shift+Enter</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Replace in Files</source> <translation>Ersetzen in Dateien</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Replace in F&iles...</source> <translation>Ersetzen in Da&teien...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Shift+Ctrl+R</source> <comment>Search|Replace in Files</comment> <translation>Shift+Ctrl+R</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2123"/> + <location filename="ViewManager/ViewManager.py" line="2179"/> <source>Search for a text in files and replace it</source> <translation>Nach Text im Dateien suchen und ihn ersetzen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2125"/> + <location filename="ViewManager/ViewManager.py" line="2181"/> <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>Ersetzen in Dateien</b><p>Sucht nach Text in den Dateien eines Verzeichnisbaumes oder des Projektes und ersetzt ihn. Es wird ein Dialog angezeigt, in dem der Suchtext, der Ersetzungstext und die Suchoptionen eingegeben werden können und in dem das Suchresultat angezeigt wird.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>Spell check</source> <translation>Rechtschreibprüfung</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>&Spell Check...</source> <translation>&Rechtschreibprüfung...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>Shift+F7</source> <comment>Spelling|Spell Check</comment> <translation>Shift+F7</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2866"/> + <location filename="ViewManager/ViewManager.py" line="2924"/> <source>Perform spell check of current editor</source> <translation>Führe eine Rechtschreibprüfung des aktuellen Editors durch</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2868"/> + <location filename="ViewManager/ViewManager.py" line="2926"/> <source><b>Spell check</b><p>Perform a spell check of the current editor.</p></source> <translation><b>Rechtschreibprüfung<b><p>Führe eine Rechtschreibprüfung des aktuellen Editors durch.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2875"/> + <location filename="ViewManager/ViewManager.py" line="2933"/> <source>Automatic spell checking</source> <translation>Automatische Rechtschreibprüfung</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2875"/> + <location filename="ViewManager/ViewManager.py" line="2933"/> <source>&Automatic spell checking</source> <translation>&Automatische Rechtschreibprüfung</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2882"/> + <location filename="ViewManager/ViewManager.py" line="2940"/> <source>(De-)Activate automatic spell checking</source> <translation>(De-)Aktiviert die automatische Rechtschreibprüfung</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2884"/> + <location filename="ViewManager/ViewManager.py" line="2942"/> <source><b>Automatic spell checking</b><p>Activate or deactivate the automatic spell checking function of all editors.</p></source> <translation><b>Automatische Rechtschreibprüfung</b><p>Aktiviert bzw. deaktiviert die automatische Rechtschreibprüfung aller Editoren.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2924"/> + <location filename="ViewManager/ViewManager.py" line="2982"/> <source>Spelling</source> <translation>Rechtschreibung</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3269"/> + <location filename="ViewManager/ViewManager.py" line="3328"/> <source>Line: {0:5}</source> <translation>Zeile: {0:5}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3274"/> + <location filename="ViewManager/ViewManager.py" line="3333"/> <source>Pos: {0:5}</source> <translation>Pos: {0:5}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2673"/> + <location filename="ViewManager/ViewManager.py" line="2731"/> <source>Next warning message</source> <translation>Nächste Warnung</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2666"/> + <location filename="ViewManager/ViewManager.py" line="2724"/> <source>&Next warning message</source> <translation>&Nächste Warnung</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2675"/> + <location filename="ViewManager/ViewManager.py" line="2733"/> <source><b>Next warning message</b><p>Go to next line of the current editor having a py3flakes warning.</p></source> <translation><b>Nächste Warnung</b><p>Gehe zur nächsten Zeile des aktuellen Editors, die eine py3flakes Warning besitzt.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2690"/> + <location filename="ViewManager/ViewManager.py" line="2748"/> <source>Previous warning message</source> <translation>Vorherige Warnung</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2683"/> + <location filename="ViewManager/ViewManager.py" line="2741"/> <source>&Previous warning message</source> <translation>&Vorherige Warnung</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2692"/> + <location filename="ViewManager/ViewManager.py" line="2750"/> <source><b>Previous warning message</b><p>Go to previous line of the current editor having a py3flakes warning.</p></source> <translation><b>Vorherige Warnung</b><p>Gehe zur vorherigen Zeile des aktuellen Editors, die eine py3flakes Warning besitzt.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2706"/> + <location filename="ViewManager/ViewManager.py" line="2764"/> <source>Clear Warning Messages</source> <translation>Warnungen löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2700"/> + <location filename="ViewManager/ViewManager.py" line="2758"/> <source>Clear &Warning Messages</source> <translation>&Warnungen löschen</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2708"/> + <location filename="ViewManager/ViewManager.py" line="2766"/> <source><b>Clear Warning Messages</b><p>Clear py3flakes warning messages of all editors.</p></source> <translation><b>Warnungen löschen</b><p>Löscht die py3flakes Warnungen aller Editoren.</p></translation> </message> @@ -47828,6 +47823,69 @@ <source><b>Join Lines</b><p>Join the current and the next lines.</p></source> <translation><b>Zeilen verbinden</b><p>Verbindet die aktuelle mit der nächsten Zeile.</p></translation> </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2106"/> + <source>Goto Last Edit Location</source> + <translation>Gehe zur letzten Editierposition</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2098"/> + <source>Goto Last &Edit Location</source> + <translation>Gehe zur letzten &Editierposition</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2098"/> + <source>Ctrl+Shift+G</source> + <comment>Search|Goto Last Edit Location</comment> + <translation>Ctrl+Shift+G</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2108"/> + <source><b>Goto Last Edit Location</b><p>Go to the location of the last edit in the current editor.</p></source> + <translation><b>Gehe zur letzten Editierposition</b><p>Gehe zu der Textposition, an der die letzte Editieraktion stattgefunden hat.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2115"/> + <source>Goto Previous Method or Class</source> + <translation>Gehe zur vorherigen Methode oder Klasse</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2115"/> + <source>Ctrl+Shift+Up</source> + <comment>Search|Goto Previous Method or Class</comment> + <translation>Ctrl+Shift+Up</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2122"/> + <source>Go to the previous method or class definition</source> + <translation>Gehe zur vorherigen Methoden- oder Klassendefinition</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2125"/> + <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><b>Gehe zur vorherigen Methode oder Klasse</b><p>Dies springt zur Zeile der vorherigen Methoden- oder Klassendefinition und selektiert den Namen.</p<</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2133"/> + <source>Goto Next Method or Class</source> + <translation>Gehe zur nächsten Methode oder Klasse</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2133"/> + <source>Ctrl+Shift+Down</source> + <comment>Search|Goto Next Method or Class</comment> + <translation>Ctrl+Shift+Down</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2140"/> + <source>Go to the next method or class definition</source> + <translation>Gehe zur nächsten Methoden- oder Klassendefinition</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2143"/> + <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><b>Gehe zur nächsten Methode oder Klasse</b><p>Dies springt zur Zeile der nächsten Methoden- oder Klassendefinition und selektiert den Namen.</p<</translation> + </message> </context> <context> <name>ViewProfileDialog</name>
--- a/i18n/eric5_en.ts Mon Jul 04 08:08:04 2011 +0200 +++ b/i18n/eric5_en.ts Sun Jul 10 16:31:33 2011 +0200 @@ -6710,817 +6710,817 @@ <context> <name>Editor</name> <message> - <location filename="QScintilla/Editor.py" line="2363"/> + <location filename="QScintilla/Editor.py" line="2371"/> <source>Open File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="285"/> + <location filename="QScintilla/Editor.py" line="290"/> <source><p>The size of the file <b>{0}</b> is <b>{1} KB</b>. Do you really want to load it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="337"/> + <location filename="QScintilla/Editor.py" line="342"/> <source><b>A Source Editor Window</b><p>This window is used to display and edit a source file. You can open as many of these as you like. The name of the file is displayed in the window's titlebar.</p><p>In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.</p><p>In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.</p><p>These actions can be reversed via the context menu.</p><p>Ctrl clicking on a syntax error marker shows some info about this error.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="568"/> + <location filename="QScintilla/Editor.py" line="576"/> <source>Undo</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="571"/> + <location filename="QScintilla/Editor.py" line="579"/> <source>Redo</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="574"/> + <location filename="QScintilla/Editor.py" line="582"/> <source>Revert to last saved state</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="578"/> + <location filename="QScintilla/Editor.py" line="586"/> <source>Cut</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="581"/> - <source>Copy</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="583"/> - <source>Paste</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="587"/> - <source>Indent</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="589"/> - <source>Unindent</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="592"/> - <source>Comment</source> + <source>Copy</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="591"/> + <source>Paste</source> <translation type="unfinished"></translation> </message> <message> <location filename="QScintilla/Editor.py" line="595"/> + <source>Indent</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="597"/> + <source>Unindent</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="600"/> + <source>Comment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="603"/> <source>Uncomment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="598"/> - <source>Stream Comment</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="601"/> - <source>Box Comment</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="604"/> - <source>Select to brace</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="606"/> + <source>Stream Comment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="609"/> + <source>Box Comment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="612"/> + <source>Select to brace</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="614"/> <source>Select all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="607"/> + <location filename="QScintilla/Editor.py" line="615"/> <source>Deselect all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5745"/> + <location filename="QScintilla/Editor.py" line="5835"/> <source>Check spelling...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="613"/> + <location filename="QScintilla/Editor.py" line="621"/> <source>Check spelling of selection...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="617"/> + <location filename="QScintilla/Editor.py" line="625"/> <source>Remove from dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="620"/> - <source>Shorten empty lines</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="628"/> + <source>Shorten empty lines</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="636"/> <source>Use Monospaced Font</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="633"/> + <location filename="QScintilla/Editor.py" line="641"/> <source>Autosave enabled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="638"/> + <location filename="QScintilla/Editor.py" line="646"/> <source>Typing aids enabled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="645"/> + <location filename="QScintilla/Editor.py" line="653"/> <source>Autocompletion enabled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="662"/> + <location filename="QScintilla/Editor.py" line="670"/> <source>New view</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="663"/> - <source>New view (with new split)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="667"/> - <source>Close</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="671"/> + <source>New view (with new split)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="675"/> + <source>Close</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="679"/> <source>Save</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="673"/> + <location filename="QScintilla/Editor.py" line="681"/> <source>Save As...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="678"/> + <location filename="QScintilla/Editor.py" line="686"/> <source>Print Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="680"/> + <location filename="QScintilla/Editor.py" line="688"/> <source>Print</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="695"/> + <location filename="QScintilla/Editor.py" line="703"/> <source>Autocomplete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="698"/> + <location filename="QScintilla/Editor.py" line="706"/> <source>dynamic</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="701"/> + <location filename="QScintilla/Editor.py" line="709"/> <source>from Document</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="704"/> + <location filename="QScintilla/Editor.py" line="712"/> <source>from APIs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="707"/> + <location filename="QScintilla/Editor.py" line="715"/> <source>from Document and APIs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="711"/> + <location filename="QScintilla/Editor.py" line="719"/> <source>Calltip</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="721"/> - <source>Check</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="729"/> + <source>Check</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="737"/> <source>Show</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="731"/> + <location filename="QScintilla/Editor.py" line="739"/> <source>Code metrics...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="733"/> - <source>Code coverage...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="735"/> - <source>Show code coverage annotations</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="738"/> - <source>Hide code coverage annotations</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="741"/> + <source>Code coverage...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="743"/> + <source>Show code coverage annotations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="746"/> + <source>Hide code coverage annotations</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="749"/> <source>Profile data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="751"/> + <location filename="QScintilla/Editor.py" line="759"/> <source>Diagrams</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="753"/> + <location filename="QScintilla/Editor.py" line="761"/> <source>Class Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="755"/> + <location filename="QScintilla/Editor.py" line="763"/> <source>Package Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="757"/> + <location filename="QScintilla/Editor.py" line="765"/> <source>Imports Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="760"/> + <location filename="QScintilla/Editor.py" line="768"/> <source>Application Diagram...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="771"/> + <location filename="QScintilla/Editor.py" line="779"/> <source>Languages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="774"/> + <location filename="QScintilla/Editor.py" line="782"/> <source>No Language</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="793"/> + <location filename="QScintilla/Editor.py" line="801"/> <source>Guessed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1106"/> + <location filename="QScintilla/Editor.py" line="1114"/> <source>Alternatives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="811"/> + <location filename="QScintilla/Editor.py" line="819"/> <source>Encodings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="833"/> + <location filename="QScintilla/Editor.py" line="841"/> <source>End-of-Line Type</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="837"/> + <location filename="QScintilla/Editor.py" line="845"/> <source>Unix</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="843"/> + <location filename="QScintilla/Editor.py" line="851"/> <source>Windows</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="849"/> + <location filename="QScintilla/Editor.py" line="857"/> <source>Macintosh</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="864"/> + <location filename="QScintilla/Editor.py" line="872"/> <source>Export as</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="983"/> + <location filename="QScintilla/Editor.py" line="991"/> <source>Toggle bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="986"/> + <location filename="QScintilla/Editor.py" line="994"/> <source>Next bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="989"/> + <location filename="QScintilla/Editor.py" line="997"/> <source>Previous bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="992"/> + <location filename="QScintilla/Editor.py" line="1000"/> <source>Clear all bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1019"/> + <location filename="QScintilla/Editor.py" line="1027"/> <source>Toggle breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1022"/> + <location filename="QScintilla/Editor.py" line="1030"/> <source>Toggle temporary breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1025"/> + <location filename="QScintilla/Editor.py" line="1033"/> <source>Edit breakpoint...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4088"/> + <location filename="QScintilla/Editor.py" line="4178"/> <source>Enable breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1031"/> + <location filename="QScintilla/Editor.py" line="1039"/> <source>Next breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1034"/> + <location filename="QScintilla/Editor.py" line="1042"/> <source>Previous breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1037"/> + <location filename="QScintilla/Editor.py" line="1045"/> <source>Clear all breakpoints</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="996"/> + <location filename="QScintilla/Editor.py" line="1004"/> <source>Goto syntax error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="999"/> + <location filename="QScintilla/Editor.py" line="1007"/> <source>Show syntax error message</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1002"/> + <location filename="QScintilla/Editor.py" line="1010"/> <source>Clear syntax error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1006"/> + <location filename="QScintilla/Editor.py" line="1014"/> <source>Next warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1009"/> + <location filename="QScintilla/Editor.py" line="1017"/> <source>Previous warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1012"/> + <location filename="QScintilla/Editor.py" line="1020"/> <source>Show warning message</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1015"/> + <location filename="QScintilla/Editor.py" line="1023"/> <source>Clear warnings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1041"/> + <location filename="QScintilla/Editor.py" line="1049"/> <source>Next uncovered line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1044"/> + <location filename="QScintilla/Editor.py" line="1052"/> <source>Previous uncovered line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1048"/> + <location filename="QScintilla/Editor.py" line="1056"/> <source>Next task</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1051"/> + <location filename="QScintilla/Editor.py" line="1059"/> <source>Previous task</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1055"/> + <location filename="QScintilla/Editor.py" line="1063"/> <source>LMB toggles bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1060"/> + <location filename="QScintilla/Editor.py" line="1068"/> <source>LMB toggles breakpoints</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1093"/> + <location filename="QScintilla/Editor.py" line="1101"/> <source>Export source</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1087"/> + <location filename="QScintilla/Editor.py" line="1095"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1093"/> + <location filename="QScintilla/Editor.py" line="1101"/> <source>No export format given. Aborting...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1102"/> + <location filename="QScintilla/Editor.py" line="1110"/> <source>Alternatives ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1121"/> + <location filename="QScintilla/Editor.py" line="1129"/> <source>Pygments Lexer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1121"/> + <location filename="QScintilla/Editor.py" line="1129"/> <source>Select the Pygments lexer to apply.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1529"/> + <location filename="QScintilla/Editor.py" line="1537"/> <source>Modification of Read Only file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1529"/> + <location filename="QScintilla/Editor.py" line="1537"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2142"/> + <location filename="QScintilla/Editor.py" line="2150"/> <source>Printing...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2159"/> + <location filename="QScintilla/Editor.py" line="2167"/> <source>Printing completed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2161"/> + <location filename="QScintilla/Editor.py" line="2169"/> <source>Error while printing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2164"/> + <location filename="QScintilla/Editor.py" line="2172"/> <source>Printing aborted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2315"/> + <location filename="QScintilla/Editor.py" line="2323"/> <source>File Modified</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2315"/> + <location filename="QScintilla/Editor.py" line="2323"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2363"/> + <location filename="QScintilla/Editor.py" line="2371"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2516"/> + <location filename="QScintilla/Editor.py" line="2524"/> <source>Save File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2464"/> + <location filename="QScintilla/Editor.py" line="2472"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2516"/> + <location filename="QScintilla/Editor.py" line="2524"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3607"/> + <location filename="QScintilla/Editor.py" line="3697"/> <source>Autocompletion</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3607"/> + <location filename="QScintilla/Editor.py" line="3697"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4091"/> + <location filename="QScintilla/Editor.py" line="4181"/> <source>Disable breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4380"/> + <location filename="QScintilla/Editor.py" line="4470"/> <source>Code Coverage</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4380"/> + <location filename="QScintilla/Editor.py" line="4470"/> <source>Please select a coverage file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4426"/> + <location filename="QScintilla/Editor.py" line="4516"/> <source>Show Code Coverage Annotations</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4422"/> + <location filename="QScintilla/Editor.py" line="4512"/> <source>All lines have been covered.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4426"/> + <location filename="QScintilla/Editor.py" line="4516"/> <source>There is no coverage file available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4518"/> + <location filename="QScintilla/Editor.py" line="4608"/> <source>Profile Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4518"/> + <location filename="QScintilla/Editor.py" line="4608"/> <source>Please select a profile file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4648"/> + <location filename="QScintilla/Editor.py" line="4738"/> <source>Syntax Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4648"/> + <location filename="QScintilla/Editor.py" line="4738"/> <source>No syntax error message available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4774"/> + <location filename="QScintilla/Editor.py" line="4864"/> <source>py3flakes Warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4774"/> + <location filename="QScintilla/Editor.py" line="4864"/> <source>No py3flakes warning message available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4873"/> + <location filename="QScintilla/Editor.py" line="4963"/> <source>Macro Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4873"/> + <location filename="QScintilla/Editor.py" line="4963"/> <source>Select a macro name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4901"/> + <location filename="QScintilla/Editor.py" line="4991"/> <source>Load macro file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4941"/> + <location filename="QScintilla/Editor.py" line="5031"/> <source>Macro files (*.macro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4922"/> + <location filename="QScintilla/Editor.py" line="5012"/> <source>Error loading macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4915"/> + <location filename="QScintilla/Editor.py" line="5005"/> <source><p>The macro file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4922"/> + <location filename="QScintilla/Editor.py" line="5012"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4941"/> + <location filename="QScintilla/Editor.py" line="5031"/> <source>Save macro file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4958"/> + <location filename="QScintilla/Editor.py" line="5048"/> <source>Save macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4958"/> + <location filename="QScintilla/Editor.py" line="5048"/> <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4973"/> + <location filename="QScintilla/Editor.py" line="5063"/> <source>Error saving macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4973"/> + <location filename="QScintilla/Editor.py" line="5063"/> <source><p>The macro file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4984"/> + <location filename="QScintilla/Editor.py" line="5074"/> <source>Start Macro Recording</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4984"/> + <location filename="QScintilla/Editor.py" line="5074"/> <source>Macro recording is already active. Start new?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5009"/> + <location filename="QScintilla/Editor.py" line="5099"/> <source>Macro Recording</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5009"/> + <location filename="QScintilla/Editor.py" line="5099"/> <source>Enter name of the macro:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5122"/> + <location filename="QScintilla/Editor.py" line="5212"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric5. Reread it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5131"/> + <location filename="QScintilla/Editor.py" line="5221"/> <source>File changed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5210"/> + <location filename="QScintilla/Editor.py" line="5300"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5327"/> - <source>Drop Error</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5327"/> - <source><p><b>{0}</b> is not a file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5345"/> - <source>Resources</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5347"/> - <source>Add file...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5349"/> - <source>Add files...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5351"/> - <source>Add aliased file...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5353"/> - <source>Add localized resource...</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5356"/> - <source>Add resource frame</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5374"/> - <source>Add file resource</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5390"/> - <source>Add file resources</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="5417"/> - <source>Add aliased file resource</source> + <source>Drop Error</source> <translation type="unfinished"></translation> </message> <message> <location filename="QScintilla/Editor.py" line="5417"/> - <source>Alias for file <b>{0}</b>:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5478"/> - <source>Package Diagram</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5478"/> - <source>Include class attributes?</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5495"/> - <source>Imports Diagram</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5495"/> - <source>Include imports from external modules?</source> + <source><p><b>{0}</b> is not a file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5435"/> + <source>Resources</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5437"/> + <source>Add file...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5439"/> + <source>Add files...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5441"/> + <source>Add aliased file...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5443"/> + <source>Add localized resource...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5446"/> + <source>Add resource frame</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5464"/> + <source>Add file resource</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5480"/> + <source>Add file resources</source> <translation type="unfinished"></translation> </message> <message> <location filename="QScintilla/Editor.py" line="5507"/> - <source>Application Diagram</source> + <source>Add aliased file resource</source> <translation type="unfinished"></translation> </message> <message> <location filename="QScintilla/Editor.py" line="5507"/> + <source>Alias for file <b>{0}</b>:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5568"/> + <source>Package Diagram</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5568"/> + <source>Include class attributes?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5585"/> + <source>Imports Diagram</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5585"/> + <source>Include imports from external modules?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5597"/> + <source>Application Diagram</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5597"/> <source>Include module names?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5747"/> + <location filename="QScintilla/Editor.py" line="5837"/> <source>Add to dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5749"/> + <location filename="QScintilla/Editor.py" line="5839"/> <source>Ignore All</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4817"/> + <location filename="QScintilla/Editor.py" line="4907"/> <source>Warning: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4823"/> + <location filename="QScintilla/Editor.py" line="4913"/> <source>Error: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5127"/> + <location filename="QScintilla/Editor.py" line="5217"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3703"/> + <location filename="QScintilla/Editor.py" line="3793"/> <source>Activating Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3703"/> + <location filename="QScintilla/Editor.py" line="3793"/> <source>Auto-completion provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3888"/> + <location filename="QScintilla/Editor.py" line="3978"/> <source>Activating Calltip Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3888"/> + <location filename="QScintilla/Editor.py" line="3978"/> <source>Calltip provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> @@ -44195,7 +44195,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Utilities/__init__.py" line="1269"/> + <location filename="Utilities/__init__.py" line="1270"/> <source>Python2 interpreter did not finish within 30s.</source> <translation type="unfinished"></translation> </message> @@ -45346,11 +45346,6 @@ </message> <message> <location filename="ViewManager/ViewManager.py" line="829"/> - <source>Cl&ear</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="829"/> <source>Alt+Shift+C</source> <comment>Edit|Clear</comment> <translation type="unfinished"></translation> @@ -46450,7 +46445,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="1890"/> + <location filename="ViewManager/ViewManager.py" line="1893"/> <source>Edit</source> <translation type="unfinished"></translation> </message> @@ -46580,862 +46575,925 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2145"/> + <location filename="ViewManager/ViewManager.py" line="2201"/> <source>Quicksearch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2009"/> + <location filename="ViewManager/ViewManager.py" line="2012"/> <source>&Quicksearch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2009"/> + <location filename="ViewManager/ViewManager.py" line="2012"/> <source>Ctrl+Shift+K</source> <comment>Search|Quicksearch</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2017"/> + <location filename="ViewManager/ViewManager.py" line="2020"/> <source>Perform a quicksearch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2019"/> + <location filename="ViewManager/ViewManager.py" line="2022"/> <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 type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Quicksearch backwards</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Quicksearch &backwards</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Ctrl+Shift+J</source> <comment>Search|Quicksearch backwards</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2036"/> + <location filename="ViewManager/ViewManager.py" line="2039"/> <source>Perform a quicksearch backwards</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2038"/> + <location filename="ViewManager/ViewManager.py" line="2041"/> <source><b>Quicksearch backwards</b><p>This searches the previous occurrence of the quicksearch text.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Quicksearch extend</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Quicksearch e&xtend</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Ctrl+Shift+H</source> <comment>Search|Quicksearch extend</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2053"/> + <location filename="ViewManager/ViewManager.py" line="2056"/> <source>Extend the quicksearch to the end of the current word</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2055"/> + <location filename="ViewManager/ViewManager.py" line="2058"/> <source><b>Quicksearch extend</b><p>This extends the quicksearch text to the end of the word currently found.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2070"/> + <location filename="ViewManager/ViewManager.py" line="2073"/> <source>Goto Line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2063"/> + <location filename="ViewManager/ViewManager.py" line="2066"/> <source>&Goto Line...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2063"/> + <location filename="ViewManager/ViewManager.py" line="2066"/> <source>Ctrl+G</source> <comment>Search|Goto Line</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2071"/> + <location filename="ViewManager/ViewManager.py" line="2074"/> <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 type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2086"/> + <location filename="ViewManager/ViewManager.py" line="2089"/> <source>Goto Brace</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2079"/> + <location filename="ViewManager/ViewManager.py" line="2082"/> <source>Goto &Brace</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2079"/> + <location filename="ViewManager/ViewManager.py" line="2082"/> <source>Ctrl+L</source> <comment>Search|Goto Brace</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2088"/> + <location filename="ViewManager/ViewManager.py" line="2091"/> <source><b>Goto Brace</b><p>Go to the matching brace in the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Search in Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Search in &Files...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Shift+Ctrl+F</source> <comment>Search|Search Files</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2105"/> + <location filename="ViewManager/ViewManager.py" line="2161"/> <source>Search for a text in files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2107"/> + <location filename="ViewManager/ViewManager.py" line="2163"/> <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 type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Replace in Files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Replace in F&iles...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Shift+Ctrl+R</source> <comment>Search|Replace in Files</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2123"/> + <location filename="ViewManager/ViewManager.py" line="2179"/> <source>Search for a text in files and replace it</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2125"/> + <location filename="ViewManager/ViewManager.py" line="2181"/> <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 type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2168"/> + <location filename="ViewManager/ViewManager.py" line="2224"/> <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 type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2190"/> + <location filename="ViewManager/ViewManager.py" line="2246"/> <source>Quicksearch Textedit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Zoom in</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Zoom &in</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2239"/> + <location filename="ViewManager/ViewManager.py" line="2297"/> <source>Zoom in on the text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2241"/> + <location filename="ViewManager/ViewManager.py" line="2299"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Zoom out</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Zoom &out</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2255"/> + <location filename="ViewManager/ViewManager.py" line="2313"/> <source>Zoom out on the text</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2257"/> + <location filename="ViewManager/ViewManager.py" line="2315"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>Zoom</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>&Zoom</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>Ctrl+#</source> <comment>View|Zoom</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2271"/> - <source>Zoom the text</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2273"/> - <source><b>Zoom</b><p>Zoom the text. This opens a dialog where the desired size can be entered.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2285"/> - <source>Toggle all folds</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2281"/> - <source>Toggle &all folds</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2287"/> - <source><b>Toggle all folds</b><p>Toggle all folds of the current editor.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2300"/> - <source>Toggle all folds (including children)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2295"/> - <source>Toggle all &folds (including children)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2302"/> - <source><b>Toggle all folds (including children)</b><p>Toggle all folds of the current editor including all children.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2314"/> - <source>Toggle current fold</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2310"/> - <source>Toggle &current fold</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2316"/> - <source><b>Toggle current fold</b><p>Toggle the folds of the current line of the current editor.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2329"/> - <source>Remove all highlights</source> + <source>Zoom the text</source> <translation type="unfinished"></translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="2331"/> - <source><b>Remove all highlights</b><p>Remove the highlights of all editors.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2338"/> - <source>Split view</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2338"/> - <source>&Split view</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2342"/> - <source>Add a split to the view</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2344"/> - <source><b>Split view</b><p>Add a split to the view.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2351"/> - <source>Arrange horizontally</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2351"/> - <source>Arrange &horizontally</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2356"/> - <source>Arrange the splitted views horizontally</source> + <source><b>Zoom</b><p>Zoom the text. This opens a dialog where the desired size can be entered.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2343"/> + <source>Toggle all folds</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2339"/> + <source>Toggle &all folds</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2345"/> + <source><b>Toggle all folds</b><p>Toggle all folds of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="2358"/> + <source>Toggle all folds (including children)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2353"/> + <source>Toggle all &folds (including children)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2360"/> + <source><b>Toggle all folds (including children)</b><p>Toggle all folds of the current editor including all children.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2372"/> + <source>Toggle current fold</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2368"/> + <source>Toggle &current fold</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2374"/> + <source><b>Toggle current fold</b><p>Toggle the folds of the current line of the current editor.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2387"/> + <source>Remove all highlights</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2389"/> + <source><b>Remove all highlights</b><p>Remove the highlights of all editors.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2396"/> + <source>Split view</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2396"/> + <source>&Split view</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2400"/> + <source>Add a split to the view</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2402"/> + <source><b>Split view</b><p>Add a split to the view.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2409"/> + <source>Arrange horizontally</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2409"/> + <source>Arrange &horizontally</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2414"/> + <source>Arrange the splitted views horizontally</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2416"/> <source><b>Arrange horizontally</b><p>Arrange the splitted views horizontally.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2366"/> + <location filename="ViewManager/ViewManager.py" line="2424"/> <source>Remove split</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2366"/> + <location filename="ViewManager/ViewManager.py" line="2424"/> <source>&Remove split</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2371"/> + <location filename="ViewManager/ViewManager.py" line="2429"/> <source>Remove the current split</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2373"/> + <location filename="ViewManager/ViewManager.py" line="2431"/> <source><b>Remove split</b><p>Remove the current split.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>Next split</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>&Next split</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>Ctrl+Alt+N</source> <comment>View|Next split</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2386"/> + <location filename="ViewManager/ViewManager.py" line="2444"/> <source>Move to the next split</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2388"/> + <location filename="ViewManager/ViewManager.py" line="2446"/> <source><b>Next split</b><p>Move to the next split.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>Previous split</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>&Previous split</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>Ctrl+Alt+P</source> <comment>View|Previous split</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2401"/> + <location filename="ViewManager/ViewManager.py" line="2459"/> <source>Move to the previous split</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2403"/> + <location filename="ViewManager/ViewManager.py" line="2461"/> <source><b>Previous split</b><p>Move to the previous split.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2425"/> + <location filename="ViewManager/ViewManager.py" line="2483"/> <source>&View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2452"/> + <location filename="ViewManager/ViewManager.py" line="2510"/> <source>View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2478"/> + <location filename="ViewManager/ViewManager.py" line="2536"/> <source>Start Macro Recording</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2473"/> + <location filename="ViewManager/ViewManager.py" line="2531"/> <source>S&tart Macro Recording</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2480"/> + <location filename="ViewManager/ViewManager.py" line="2538"/> <source><b>Start Macro Recording</b><p>Start recording editor commands into a new macro.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2492"/> + <location filename="ViewManager/ViewManager.py" line="2550"/> <source>Stop Macro Recording</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2487"/> + <location filename="ViewManager/ViewManager.py" line="2545"/> <source>Sto&p Macro Recording</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2494"/> + <location filename="ViewManager/ViewManager.py" line="2552"/> <source><b>Stop Macro Recording</b><p>Stop recording editor commands into a new macro.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2504"/> + <location filename="ViewManager/ViewManager.py" line="2562"/> <source>Run Macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2501"/> + <location filename="ViewManager/ViewManager.py" line="2559"/> <source>&Run Macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2505"/> + <location filename="ViewManager/ViewManager.py" line="2563"/> <source><b>Run Macro</b><p>Run a previously recorded editor macro.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2516"/> + <location filename="ViewManager/ViewManager.py" line="2574"/> <source>Delete Macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2512"/> + <location filename="ViewManager/ViewManager.py" line="2570"/> <source>&Delete Macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2518"/> + <location filename="ViewManager/ViewManager.py" line="2576"/> <source><b>Delete Macro</b><p>Delete a previously recorded editor macro.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2528"/> + <location filename="ViewManager/ViewManager.py" line="2586"/> <source>Load Macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2525"/> + <location filename="ViewManager/ViewManager.py" line="2583"/> <source>&Load Macro</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2530"/> + <location filename="ViewManager/ViewManager.py" line="2588"/> <source><b>Load Macro</b><p>Load an editor macro from a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2540"/> - <source>Save Macro</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2537"/> - <source>&Save Macro</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2542"/> - <source><b>Save Macro</b><p>Save a previously recorded editor macro to a file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2557"/> - <source>&Macros</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2580"/> - <source>Toggle Bookmark</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2573"/> - <source>&Toggle Bookmark</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2573"/> - <source>Alt+Ctrl+T</source> - <comment>Bookmark|Toggle</comment> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2582"/> - <source><b>Toggle Bookmark</b><p>Toggle a bookmark at the current line of the current editor.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2596"/> - <source>Next Bookmark</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2589"/> - <source>&Next Bookmark</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2589"/> - <source>Ctrl+PgDown</source> - <comment>Bookmark|Next</comment> - <translation type="unfinished"></translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2598"/> + <source>Save Macro</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2595"/> + <source>&Save Macro</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2600"/> + <source><b>Save Macro</b><p>Save a previously recorded editor macro to a file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2615"/> + <source>&Macros</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2638"/> + <source>Toggle Bookmark</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2631"/> + <source>&Toggle Bookmark</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2631"/> + <source>Alt+Ctrl+T</source> + <comment>Bookmark|Toggle</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2640"/> + <source><b>Toggle Bookmark</b><p>Toggle a bookmark at the current line of the current editor.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2654"/> + <source>Next Bookmark</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2647"/> + <source>&Next Bookmark</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2647"/> + <source>Ctrl+PgDown</source> + <comment>Bookmark|Next</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2656"/> <source><b>Next Bookmark</b><p>Go to next bookmark of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2612"/> + <location filename="ViewManager/ViewManager.py" line="2670"/> <source>Previous Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2605"/> + <location filename="ViewManager/ViewManager.py" line="2663"/> <source>&Previous Bookmark</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2605"/> + <location filename="ViewManager/ViewManager.py" line="2663"/> <source>Ctrl+PgUp</source> <comment>Bookmark|Previous</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2614"/> + <location filename="ViewManager/ViewManager.py" line="2672"/> <source><b>Previous Bookmark</b><p>Go to previous bookmark of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2628"/> + <location filename="ViewManager/ViewManager.py" line="2686"/> <source>Clear Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2621"/> + <location filename="ViewManager/ViewManager.py" line="2679"/> <source>&Clear Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2621"/> + <location filename="ViewManager/ViewManager.py" line="2679"/> <source>Alt+Ctrl+C</source> <comment>Bookmark|Clear</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2630"/> + <location filename="ViewManager/ViewManager.py" line="2688"/> <source><b>Clear Bookmarks</b><p>Clear bookmarks of all editors.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2643"/> + <location filename="ViewManager/ViewManager.py" line="2701"/> <source>Goto Syntax Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2637"/> + <location filename="ViewManager/ViewManager.py" line="2695"/> <source>&Goto Syntax Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2645"/> + <location filename="ViewManager/ViewManager.py" line="2703"/> <source><b>Goto Syntax Error</b><p>Go to next syntax error of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2657"/> - <source>Clear Syntax Errors</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2652"/> - <source>Clear &Syntax Errors</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2659"/> - <source><b>Clear Syntax Errors</b><p>Clear syntax errors of all editors.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2673"/> - <source>Next warning message</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2666"/> - <source>&Next warning message</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2675"/> - <source><b>Next warning message</b><p>Go to next line of the current editor having a py3flakes warning.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2690"/> - <source>Previous warning message</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2683"/> - <source>&Previous warning message</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2692"/> - <source><b>Previous warning message</b><p>Go to previous line of the current editor having a py3flakes warning.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2706"/> - <source>Clear Warning Messages</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2700"/> - <source>Clear &Warning Messages</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2708"/> - <source><b>Clear Warning Messages</b><p>Clear py3flakes warning messages of all editors.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2721"/> - <source>Next uncovered line</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2715"/> + <source>Clear Syntax Errors</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2710"/> + <source>Clear &Syntax Errors</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2717"/> + <source><b>Clear Syntax Errors</b><p>Clear syntax errors of all editors.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2731"/> + <source>Next warning message</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2724"/> + <source>&Next warning message</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2733"/> + <source><b>Next warning message</b><p>Go to next line of the current editor having a py3flakes warning.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2748"/> + <source>Previous warning message</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2741"/> + <source>&Previous warning message</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2750"/> + <source><b>Previous warning message</b><p>Go to previous line of the current editor having a py3flakes warning.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2764"/> + <source>Clear Warning Messages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2758"/> + <source>Clear &Warning Messages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2766"/> + <source><b>Clear Warning Messages</b><p>Clear py3flakes warning messages of all editors.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2779"/> + <source>Next uncovered line</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2773"/> <source>&Next uncovered line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2723"/> + <location filename="ViewManager/ViewManager.py" line="2781"/> <source><b>Next uncovered line</b><p>Go to next line of the current editor marked as not covered.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2737"/> + <location filename="ViewManager/ViewManager.py" line="2795"/> <source>Previous uncovered line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2730"/> + <location filename="ViewManager/ViewManager.py" line="2788"/> <source>&Previous uncovered line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2739"/> + <location filename="ViewManager/ViewManager.py" line="2797"/> <source><b>Previous uncovered line</b><p>Go to previous line of the current editor marked as not covered.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2753"/> + <location filename="ViewManager/ViewManager.py" line="2811"/> <source>Next Task</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2747"/> + <location filename="ViewManager/ViewManager.py" line="2805"/> <source>&Next Task</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2755"/> + <location filename="ViewManager/ViewManager.py" line="2813"/> <source><b>Next Task</b><p>Go to next line of the current editor having a task.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2769"/> - <source>Previous Task</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2762"/> - <source>&Previous Task</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2771"/> - <source><b>Previous Task</b><p>Go to previous line of the current editor having a task.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2787"/> - <source>&Bookmarks</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2827"/> + <source>Previous Task</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2820"/> + <source>&Previous Task</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2829"/> + <source><b>Previous Task</b><p>Go to previous line of the current editor having a task.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2845"/> + <source>&Bookmarks</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2885"/> <source>Bookmarks</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>Spell check</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>&Spell Check...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>Shift+F7</source> <comment>Spelling|Spell Check</comment> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2866"/> - <source>Perform spell check of current editor</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2868"/> - <source><b>Spell check</b><p>Perform a spell check of the current editor.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2875"/> - <source>Automatic spell checking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2875"/> - <source>&Automatic spell checking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2882"/> - <source>(De-)Activate automatic spell checking</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2884"/> - <source><b>Automatic spell checking</b><p>Activate or deactivate the automatic spell checking function of all editors.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2924"/> + <source>Perform spell check of current editor</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2926"/> + <source><b>Spell check</b><p>Perform a spell check of the current editor.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2933"/> + <source>Automatic spell checking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2933"/> + <source>&Automatic spell checking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2940"/> + <source>(De-)Activate automatic spell checking</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2942"/> + <source><b>Automatic spell checking</b><p>Activate or deactivate the automatic spell checking function of all editors.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2982"/> <source>Spelling</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2950"/> + <location filename="ViewManager/ViewManager.py" line="3008"/> <source>Open files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2986"/> + <location filename="ViewManager/ViewManager.py" line="3044"/> <source>File Modified</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2986"/> + <location filename="ViewManager/ViewManager.py" line="3044"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3265"/> + <location filename="ViewManager/ViewManager.py" line="3324"/> <source>File: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3269"/> + <location filename="ViewManager/ViewManager.py" line="3328"/> <source>Line: {0:5}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3274"/> + <location filename="ViewManager/ViewManager.py" line="3333"/> <source>Pos: {0:5}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3610"/> + <location filename="ViewManager/ViewManager.py" line="3669"/> <source>&Clear</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3606"/> + <location filename="ViewManager/ViewManager.py" line="3665"/> <source>&Add</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3608"/> + <location filename="ViewManager/ViewManager.py" line="3667"/> <source>&Edit...</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2106"/> + <source>Goto Last Edit Location</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2098"/> + <source>Goto Last &Edit Location</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2098"/> + <source>Ctrl+Shift+G</source> + <comment>Search|Goto Last Edit Location</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2108"/> + <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="2115"/> + <source>Goto Previous Method or Class</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2115"/> + <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="2122"/> + <source>Go to the previous method or class definition</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2125"/> + <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="2133"/> + <source>Goto Next Method or Class</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2133"/> + <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="2140"/> + <source>Go to the next method or class definition</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2143"/> + <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> </context> <context> <name>ViewProfileDialog</name>
--- a/i18n/eric5_es.ts Mon Jul 04 08:08:04 2011 +0200 +++ b/i18n/eric5_es.ts Sun Jul 10 16:31:33 2011 +0200 @@ -6809,497 +6809,497 @@ <context> <name>Editor</name> <message> - <location filename="QScintilla/Editor.py" line="2363"/> + <location filename="QScintilla/Editor.py" line="2371"/> <source>Open File</source> <translation>Abrir archivo</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="568"/> + <location filename="QScintilla/Editor.py" line="576"/> <source>Undo</source> <translation>Deshacer</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="571"/> + <location filename="QScintilla/Editor.py" line="579"/> <source>Redo</source> <translation>Rehacer</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="574"/> + <location filename="QScintilla/Editor.py" line="582"/> <source>Revert to last saved state</source> <translation>Volver al último estado guardado</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="578"/> + <location filename="QScintilla/Editor.py" line="586"/> <source>Cut</source> <translation>Cortar</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="581"/> - <source>Copy</source> - <translation>Copiar</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="583"/> - <source>Paste</source> - <translation>Pegar</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="587"/> - <source>Indent</source> - <translation>Indentar</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="589"/> - <source>Unindent</source> - <translation>Desindentar</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="592"/> - <source>Comment</source> - <translation>Pasar a comentario</translation> + <source>Copy</source> + <translation>Copiar</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="591"/> + <source>Paste</source> + <translation>Pegar</translation> </message> <message> <location filename="QScintilla/Editor.py" line="595"/> + <source>Indent</source> + <translation>Indentar</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="597"/> + <source>Unindent</source> + <translation>Desindentar</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="600"/> + <source>Comment</source> + <translation>Pasar a comentario</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="603"/> <source>Uncomment</source> <translation>Sacar de comentario</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="598"/> - <source>Stream Comment</source> - <translation>Bloque de comentario</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="601"/> - <source>Box Comment</source> - <translation>Caja de comentario</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="604"/> - <source>Select to brace</source> - <translation>Seleccionar hasta la llave ( '{' o '}' )</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="606"/> + <source>Stream Comment</source> + <translation>Bloque de comentario</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="609"/> + <source>Box Comment</source> + <translation>Caja de comentario</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="612"/> + <source>Select to brace</source> + <translation>Seleccionar hasta la llave ( '{' o '}' )</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="614"/> <source>Select all</source> <translation>Seleccionar todo</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="607"/> + <location filename="QScintilla/Editor.py" line="615"/> <source>Deselect all</source> <translation>Deseleccionar todo</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="620"/> - <source>Shorten empty lines</source> - <translation>Acortar las líneas vacías</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="628"/> + <source>Shorten empty lines</source> + <translation>Acortar las líneas vacías</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="636"/> <source>Use Monospaced Font</source> <translation>Usar fuente monoespaciada</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="633"/> + <location filename="QScintilla/Editor.py" line="641"/> <source>Autosave enabled</source> <translation>Autoguardar habilitado</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="645"/> + <location filename="QScintilla/Editor.py" line="653"/> <source>Autocompletion enabled</source> <translation>Autocompletar habilitado</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="662"/> + <location filename="QScintilla/Editor.py" line="670"/> <source>New view</source> <translation>Nueva vista</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="663"/> - <source>New view (with new split)</source> - <translation>Nueva vista (con nueva división)</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="667"/> - <source>Close</source> - <translation>Cerrar</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="671"/> + <source>New view (with new split)</source> + <translation>Nueva vista (con nueva división)</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="675"/> + <source>Close</source> + <translation>Cerrar</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="679"/> <source>Save</source> <translation>Guardar</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="673"/> + <location filename="QScintilla/Editor.py" line="681"/> <source>Save As...</source> <translation>Guardar como...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="680"/> + <location filename="QScintilla/Editor.py" line="688"/> <source>Print</source> <translation>Imprimir</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="695"/> + <location filename="QScintilla/Editor.py" line="703"/> <source>Autocomplete</source> <translation>Autocompletar</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="701"/> + <location filename="QScintilla/Editor.py" line="709"/> <source>from Document</source> <translation>desde Documento</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="704"/> + <location filename="QScintilla/Editor.py" line="712"/> <source>from APIs</source> <translation>desde APIs</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="707"/> + <location filename="QScintilla/Editor.py" line="715"/> <source>from Document and APIs</source> <translation>desde Documento y APIs</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="721"/> - <source>Check</source> - <translation>Verificar</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="729"/> + <source>Check</source> + <translation>Verificar</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="737"/> <source>Show</source> <translation>Mostrar</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="731"/> + <location filename="QScintilla/Editor.py" line="739"/> <source>Code metrics...</source> <translation>Métricas de código...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="733"/> - <source>Code coverage...</source> - <translation>Cobertura de código...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="735"/> - <source>Show code coverage annotations</source> - <translation>Mostrar anotaciones de cobertura de codigo</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="738"/> - <source>Hide code coverage annotations</source> - <translation>Ocultar anotaciones de cobertura de codigo</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="741"/> + <source>Code coverage...</source> + <translation>Cobertura de código...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="743"/> + <source>Show code coverage annotations</source> + <translation>Mostrar anotaciones de cobertura de codigo</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="746"/> + <source>Hide code coverage annotations</source> + <translation>Ocultar anotaciones de cobertura de codigo</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="749"/> <source>Profile data...</source> <translation>Datos de profiling...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="751"/> + <location filename="QScintilla/Editor.py" line="759"/> <source>Diagrams</source> <translation>Diagramas</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="753"/> + <location filename="QScintilla/Editor.py" line="761"/> <source>Class Diagram...</source> <translation>Diagrama de clases...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="755"/> + <location filename="QScintilla/Editor.py" line="763"/> <source>Package Diagram...</source> <translation>Diagrama de paquetes...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="757"/> + <location filename="QScintilla/Editor.py" line="765"/> <source>Imports Diagram...</source> <translation>Diagrama de imports...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="760"/> + <location filename="QScintilla/Editor.py" line="768"/> <source>Application Diagram...</source> <translation>Diagrama de aplicación...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="771"/> + <location filename="QScintilla/Editor.py" line="779"/> <source>Languages</source> <translation>Lenguajes</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="774"/> + <location filename="QScintilla/Editor.py" line="782"/> <source>No Language</source> <translation>Ningún Lenguaje</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="864"/> + <location filename="QScintilla/Editor.py" line="872"/> <source>Export as</source> <translation>Exportar como</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="983"/> + <location filename="QScintilla/Editor.py" line="991"/> <source>Toggle bookmark</source> <translation>Alternar marcador</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="986"/> + <location filename="QScintilla/Editor.py" line="994"/> <source>Next bookmark</source> <translation>Nuevo marcador</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="989"/> + <location filename="QScintilla/Editor.py" line="997"/> <source>Previous bookmark</source> <translation>Marcador anterior</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="992"/> + <location filename="QScintilla/Editor.py" line="1000"/> <source>Clear all bookmarks</source> <translation>Borrar todos los marcadores</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="996"/> + <location filename="QScintilla/Editor.py" line="1004"/> <source>Goto syntax error</source> <translation>Ir al error de sintaxis</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="999"/> + <location filename="QScintilla/Editor.py" line="1007"/> <source>Show syntax error message</source> <translation>Ver el mensaje de error de sintaxis</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1002"/> + <location filename="QScintilla/Editor.py" line="1010"/> <source>Clear syntax error</source> <translation>Borrar error de sintaxis</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1019"/> + <location filename="QScintilla/Editor.py" line="1027"/> <source>Toggle breakpoint</source> <translation>Alternar punto de interrupción</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1022"/> + <location filename="QScintilla/Editor.py" line="1030"/> <source>Toggle temporary breakpoint</source> <translation>Alternar punto de interrupción temporal</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1025"/> + <location filename="QScintilla/Editor.py" line="1033"/> <source>Edit breakpoint...</source> <translation>Editar punto de interrupción...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4088"/> + <location filename="QScintilla/Editor.py" line="4178"/> <source>Enable breakpoint</source> <translation>Activar punto de interrupción</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1031"/> + <location filename="QScintilla/Editor.py" line="1039"/> <source>Next breakpoint</source> <translation>Siguiente punto de interrupción</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1034"/> + <location filename="QScintilla/Editor.py" line="1042"/> <source>Previous breakpoint</source> <translation>Punto de interrupción anterior</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1037"/> + <location filename="QScintilla/Editor.py" line="1045"/> <source>Clear all breakpoints</source> <translation>Borrar todos los puntos de interrupción</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1041"/> + <location filename="QScintilla/Editor.py" line="1049"/> <source>Next uncovered line</source> <translation>Siguiente línea sin cobertura</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1044"/> + <location filename="QScintilla/Editor.py" line="1052"/> <source>Previous uncovered line</source> <translation>Anterior línea sin cobertura</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1048"/> + <location filename="QScintilla/Editor.py" line="1056"/> <source>Next task</source> <translation>Nueva tarea</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1051"/> + <location filename="QScintilla/Editor.py" line="1059"/> <source>Previous task</source> <translation>Tarea anterior</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1055"/> + <location filename="QScintilla/Editor.py" line="1063"/> <source>LMB toggles bookmarks</source> <translation>LMB (botón izquierdo del ratón) alterna marcadores</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1060"/> + <location filename="QScintilla/Editor.py" line="1068"/> <source>LMB toggles breakpoints</source> <translation>LMB (botón izquierdo del ratón) alterna puntos de interrupción</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1093"/> + <location filename="QScintilla/Editor.py" line="1101"/> <source>Export source</source> <translation>Exportar fuente</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1093"/> + <location filename="QScintilla/Editor.py" line="1101"/> <source>No export format given. Aborting...</source> <translation>No se ha proporcionado un formato de exportación. Abortando...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1529"/> + <location filename="QScintilla/Editor.py" line="1537"/> <source>Modification of Read Only file</source> <translation>Modificación de un archivo de solo lectura</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1529"/> + <location filename="QScintilla/Editor.py" line="1537"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Usted está intentando modificar un archivo solo lectura. Por favor guarde en otro archivo primero.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2142"/> + <location filename="QScintilla/Editor.py" line="2150"/> <source>Printing...</source> <translation>Imprimiendo...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2159"/> + <location filename="QScintilla/Editor.py" line="2167"/> <source>Printing completed</source> <translation>Impresión completa</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2161"/> + <location filename="QScintilla/Editor.py" line="2169"/> <source>Error while printing</source> <translation>Error al imprimir</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2164"/> + <location filename="QScintilla/Editor.py" line="2172"/> <source>Printing aborted</source> <translation>Impresión cancelada</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2315"/> + <location filename="QScintilla/Editor.py" line="2323"/> <source>File Modified</source> <translation>Archivo modificado</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2516"/> + <location filename="QScintilla/Editor.py" line="2524"/> <source>Save File</source> <translation>Guardar archivo</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3607"/> + <location filename="QScintilla/Editor.py" line="3697"/> <source>Autocompletion</source> <translation>Autocompletar</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3607"/> + <location filename="QScintilla/Editor.py" line="3697"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>Autocompletar no está disponible porque no hay origen de datos para autocompletar.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4091"/> + <location filename="QScintilla/Editor.py" line="4181"/> <source>Disable breakpoint</source> <translation>Deshabilitar punto de interrupción</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4380"/> + <location filename="QScintilla/Editor.py" line="4470"/> <source>Code Coverage</source> <translation>Cobertura de codigo</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4380"/> + <location filename="QScintilla/Editor.py" line="4470"/> <source>Please select a coverage file</source> <translation>Por favor seleccione un archivo de cobertura</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4426"/> + <location filename="QScintilla/Editor.py" line="4516"/> <source>Show Code Coverage Annotations</source> <translation>Mostrar Anotaciones de Cobertura de Código</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4422"/> + <location filename="QScintilla/Editor.py" line="4512"/> <source>All lines have been covered.</source> <translation>Todas las líneas han sido cubiertas.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4426"/> + <location filename="QScintilla/Editor.py" line="4516"/> <source>There is no coverage file available.</source> <translation>No hay archivo de cobertura disponible.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4518"/> + <location filename="QScintilla/Editor.py" line="4608"/> <source>Profile Data</source> <translation>Datos de profiling</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4518"/> + <location filename="QScintilla/Editor.py" line="4608"/> <source>Please select a profile file</source> <translation>Por favor seleccione un archivo de profiling</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4648"/> + <location filename="QScintilla/Editor.py" line="4738"/> <source>Syntax Error</source> <translation>Error de sintaxis</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4648"/> + <location filename="QScintilla/Editor.py" line="4738"/> <source>No syntax error message available.</source> <translation>No hay mensajes de error de sintaxis disponibles.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4873"/> + <location filename="QScintilla/Editor.py" line="4963"/> <source>Macro Name</source> <translation>Nombre de macro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4873"/> + <location filename="QScintilla/Editor.py" line="4963"/> <source>Select a macro name:</source> <translation>Seleccione un nombre de macro:</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4901"/> + <location filename="QScintilla/Editor.py" line="4991"/> <source>Load macro file</source> <translation>Cargar archivo de macro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4941"/> + <location filename="QScintilla/Editor.py" line="5031"/> <source>Macro files (*.macro)</source> <translation>Archivos de Macro (*.macro)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4922"/> + <location filename="QScintilla/Editor.py" line="5012"/> <source>Error loading macro</source> <translation>Error al cargar macro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4941"/> + <location filename="QScintilla/Editor.py" line="5031"/> <source>Save macro file</source> <translation>Guardar archivo de macro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4958"/> + <location filename="QScintilla/Editor.py" line="5048"/> <source>Save macro</source> <translation>Guardar macro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4973"/> + <location filename="QScintilla/Editor.py" line="5063"/> <source>Error saving macro</source> <translation>Error al guardar macro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4984"/> + <location filename="QScintilla/Editor.py" line="5074"/> <source>Start Macro Recording</source> <translation>Comenzar grabación de macro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4984"/> + <location filename="QScintilla/Editor.py" line="5074"/> <source>Macro recording is already active. Start new?</source> <translation>Grabación de macro ya está activada. ¿Comenzar una nueva?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5009"/> + <location filename="QScintilla/Editor.py" line="5099"/> <source>Macro Recording</source> <translation>Grabando macro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5009"/> + <location filename="QScintilla/Editor.py" line="5099"/> <source>Enter name of the macro:</source> <translation>Introduzca el nombre de la macro:</translation> </message> @@ -7309,322 +7309,322 @@ <translation type="obsolete"><br><b>Advertencia:</b> Perderá los cambios si lo reabre.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5131"/> + <location filename="QScintilla/Editor.py" line="5221"/> <source>File changed</source> <translation>Archivo modificado</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5327"/> - <source>Drop Error</source> - <translation>Error al soltar</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5345"/> - <source>Resources</source> - <translation>Recursos</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5347"/> - <source>Add file...</source> - <translation>Añadir archivo...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5349"/> - <source>Add files...</source> - <translation>Añadir archivos...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5351"/> - <source>Add aliased file...</source> - <translation>Añadir archivo con un alias...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5353"/> - <source>Add localized resource...</source> - <translation>Añadir recursos localizados...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5356"/> - <source>Add resource frame</source> - <translation>Añadir ventana de recursos</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5374"/> - <source>Add file resource</source> - <translation>Añadir archivo de recursos</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5390"/> - <source>Add file resources</source> - <translation>Añadir archivo de recursos</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="5417"/> - <source>Add aliased file resource</source> - <translation>Añadir archivo de recursos con un alias</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5478"/> - <source>Package Diagram</source> - <translation>Digrama de paquetes</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5478"/> - <source>Include class attributes?</source> - <translation>¿Incluir atributos de clase?</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5495"/> - <source>Imports Diagram</source> - <translation>Diagrama de imports</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5495"/> - <source>Include imports from external modules?</source> - <translation>¿Incluir los imports de módulos externos?</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5507"/> - <source>Application Diagram</source> - <translation>Diagrama de aplicación</translation> + <source>Drop Error</source> + <translation>Error al soltar</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5435"/> + <source>Resources</source> + <translation>Recursos</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5437"/> + <source>Add file...</source> + <translation>Añadir archivo...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5439"/> + <source>Add files...</source> + <translation>Añadir archivos...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5441"/> + <source>Add aliased file...</source> + <translation>Añadir archivo con un alias...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5443"/> + <source>Add localized resource...</source> + <translation>Añadir recursos localizados...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5446"/> + <source>Add resource frame</source> + <translation>Añadir ventana de recursos</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5464"/> + <source>Add file resource</source> + <translation>Añadir archivo de recursos</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5480"/> + <source>Add file resources</source> + <translation>Añadir archivo de recursos</translation> </message> <message> <location filename="QScintilla/Editor.py" line="5507"/> + <source>Add aliased file resource</source> + <translation>Añadir archivo de recursos con un alias</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5568"/> + <source>Package Diagram</source> + <translation>Digrama de paquetes</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5568"/> + <source>Include class attributes?</source> + <translation>¿Incluir atributos de clase?</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5585"/> + <source>Imports Diagram</source> + <translation>Diagrama de imports</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5585"/> + <source>Include imports from external modules?</source> + <translation>¿Incluir los imports de módulos externos?</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5597"/> + <source>Application Diagram</source> + <translation>Diagrama de aplicación</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5597"/> <source>Include module names?</source> <translation>¿Incluir nombres de módulos?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="698"/> + <location filename="QScintilla/Editor.py" line="706"/> <source>dynamic</source> <translation>dinámico</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="711"/> + <location filename="QScintilla/Editor.py" line="719"/> <source>Calltip</source> <translation>Consejo de llamada</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="678"/> + <location filename="QScintilla/Editor.py" line="686"/> <source>Print Preview</source> <translation>Presentación preliminar</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="337"/> + <location filename="QScintilla/Editor.py" line="342"/> <source><b>A Source Editor Window</b><p>This window is used to display and edit a source file. You can open as many of these as you like. The name of the file is displayed in the window's titlebar.</p><p>In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.</p><p>In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.</p><p>These actions can be reversed via the context menu.</p><p>Ctrl clicking on a syntax error marker shows some info about this error.</p></source> <translation><b>Una Ventana de Edición de Códigos Fuente</b><p>Esta ventana se utiliza para mostrar y editar un archivo de código fuente. Puede abrir tantas como desee. El nombre del archivo se muestra en la barra de título de la ventana.</p><p>Para insertar puntos de interrupción basta con hacer un click en el espacio entre los números de línea y los marcadores de plegado. Pueden editarse con el menú de contexto de los márgenes.</p><p>Para insertar marcadores solo hay que hacer Shift-click en el espacio entre los números de línea y los marcadores de plegado.</p><p>Estas acciones se pueden revertir utilizando el menú de contexto.</p><p>Haciendo Ctrl-click en un marcador de error sintáctico se muestra información sobre el dicho error.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="638"/> + <location filename="QScintilla/Editor.py" line="646"/> <source>Typing aids enabled</source> <translation>Ayudas al tecleo habilitadas</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="833"/> + <location filename="QScintilla/Editor.py" line="841"/> <source>End-of-Line Type</source> <translation>Typo de fin-de-línea</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="837"/> + <location filename="QScintilla/Editor.py" line="845"/> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="843"/> + <location filename="QScintilla/Editor.py" line="851"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="849"/> + <location filename="QScintilla/Editor.py" line="857"/> <source>Macintosh</source> <translation>Macintosh</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="811"/> + <location filename="QScintilla/Editor.py" line="819"/> <source>Encodings</source> <translation>Codificaciones</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="793"/> + <location filename="QScintilla/Editor.py" line="801"/> <source>Guessed</source> <translation>Suposición</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1106"/> + <location filename="QScintilla/Editor.py" line="1114"/> <source>Alternatives</source> <translation>Alternativas</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1121"/> + <location filename="QScintilla/Editor.py" line="1129"/> <source>Pygments Lexer</source> <translation>Analizador Léxico de Pygments</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1121"/> + <location filename="QScintilla/Editor.py" line="1129"/> <source>Select the Pygments lexer to apply.</source> <translation>Seleccionar el Analizador Léxico de Pygments.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5745"/> + <location filename="QScintilla/Editor.py" line="5835"/> <source>Check spelling...</source> <translation>Corrección ortográfica...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="613"/> + <location filename="QScintilla/Editor.py" line="621"/> <source>Check spelling of selection...</source> <translation>Corrección ortográfica de la selección...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5747"/> + <location filename="QScintilla/Editor.py" line="5837"/> <source>Add to dictionary</source> <translation>Añadir al diccionario</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5749"/> + <location filename="QScintilla/Editor.py" line="5839"/> <source>Ignore All</source> <translation>Ignorar Todo</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="617"/> + <location filename="QScintilla/Editor.py" line="625"/> <source>Remove from dictionary</source> <translation>Eliminar del diccionario</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="285"/> + <location filename="QScintilla/Editor.py" line="290"/> <source><p>The size of the file <b>{0}</b> is <b>{1} KB</b>. Do you really want to load it?</p></source> <translation><p>El tamaño del archivo <b>{0}</b> es <b>{1} KB</b>. ¿Desea cargarlo de todos modos?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1087"/> + <location filename="QScintilla/Editor.py" line="1095"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation><p>No hay un exportador disponible para el formato de exportación <b>{0}</b>. Abortando...</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1102"/> + <location filename="QScintilla/Editor.py" line="1110"/> <source>Alternatives ({0})</source> <translation>Alternativas ({0})</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2315"/> + <location filename="QScintilla/Editor.py" line="2323"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>El archivo <b>{0}</b> tiene cambios sin guardar.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2363"/> + <location filename="QScintilla/Editor.py" line="2371"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>El archivo<b>{0}</b> no puede ser abierto.<br />Causa: {1}</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2464"/> + <location filename="QScintilla/Editor.py" line="2472"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>El archivo <b>{0}</b> no puede ser guardado.<br>Causa: {1}</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4915"/> + <location filename="QScintilla/Editor.py" line="5005"/> <source><p>The macro file <b>{0}</b> could not be read.</p></source> <translation><p>El archivo de macro <b>{0}</b> no se puede leer.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4922"/> + <location filename="QScintilla/Editor.py" line="5012"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation><p>El archivo de macro <b>{0}</b> está dañado</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4973"/> + <location filename="QScintilla/Editor.py" line="5063"/> <source><p>The macro file <b>{0}</b> could not be written.</p></source> <translation><p>El archivo de macro <b>{0}</b> no se puede escribir.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5122"/> + <location filename="QScintilla/Editor.py" line="5212"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric5. Reread it?</p></source> <translation><p>El archivo <b>{0}</b> ha cambiado mientras estaba abierto en eric5. ¿Desea volver a cargarlo?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5210"/> + <location filename="QScintilla/Editor.py" line="5300"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5327"/> - <source><p><b>{0}</b> is not a file.</p></source> - <translation><p><b>{0}</b> no es un archivo.</p></translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="5417"/> + <source><p><b>{0}</b> is not a file.</p></source> + <translation><p><b>{0}</b> no es un archivo.</p></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5507"/> <source>Alias for file <b>{0}</b>:</source> <translation>Alias para el archivo <b>{0}</b>:</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1006"/> + <location filename="QScintilla/Editor.py" line="1014"/> <source>Next warning</source> <translation>Siguiente advertencia</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1009"/> + <location filename="QScintilla/Editor.py" line="1017"/> <source>Previous warning</source> <translation>Anterior advertencia</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1012"/> + <location filename="QScintilla/Editor.py" line="1020"/> <source>Show warning message</source> <translation>Mostrar mensaje de advertencia</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1015"/> + <location filename="QScintilla/Editor.py" line="1023"/> <source>Clear warnings</source> <translation>Limpiar advertencias</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4774"/> + <location filename="QScintilla/Editor.py" line="4864"/> <source>py3flakes Warning</source> <translation>Advertencia de py3flakes</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4774"/> + <location filename="QScintilla/Editor.py" line="4864"/> <source>No py3flakes warning message available.</source> <translation>No hay un mensaje de advertencia de py3flakes disponible.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2516"/> + <location filename="QScintilla/Editor.py" line="2524"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>El archivo <b>{0}</b> ya existe. ¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4958"/> + <location filename="QScintilla/Editor.py" line="5048"/> <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>El archivo de macro <b>{0}</b> ya existe. ¿Desea sobreescribirlo?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4817"/> + <location filename="QScintilla/Editor.py" line="4907"/> <source>Warning: {0}</source> <translation>Advertencia: {0}</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4823"/> + <location filename="QScintilla/Editor.py" line="4913"/> <source>Error: {0}</source> <translation>Error: {0}</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5127"/> + <location filename="QScintilla/Editor.py" line="5217"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation><br><b>Advertencia:</b> Perderá los cambios si lo reabre.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3703"/> + <location filename="QScintilla/Editor.py" line="3793"/> <source>Activating Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3703"/> + <location filename="QScintilla/Editor.py" line="3793"/> <source>Auto-completion provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3888"/> + <location filename="QScintilla/Editor.py" line="3978"/> <source>Activating Calltip Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3888"/> + <location filename="QScintilla/Editor.py" line="3978"/> <source>Calltip provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> @@ -44739,7 +44739,7 @@ <translation>Intérprete de Python2 no configurado.</translation> </message> <message> - <location filename="Utilities/__init__.py" line="1269"/> + <location filename="Utilities/__init__.py" line="1270"/> <source>Python2 interpreter did not finish within 30s.</source> <translation>El intérprete de Python2 no terminó en un plazo de 30s.</translation> </message> @@ -45879,7 +45879,7 @@ <message> <location filename="ViewManager/ViewManager.py" line="829"/> <source>Cl&ear</source> - <translation>&Borrar</translation> + <translation type="obsolete">&Borrar</translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="829"/> @@ -46925,7 +46925,7 @@ <translation>&Editar</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="1890"/> + <location filename="ViewManager/ViewManager.py" line="1893"/> <source>Edit</source> <translation>Editar</translation> </message> @@ -47014,702 +47014,702 @@ <translation><b>Reemplazar</b><p>Buscar un texto en el editor actual y reemplazarlo. Se muestra un diálogo para introducir el texto de búsqueda, el texto de reemplazo y las opciones para buscar y reemplazar.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2145"/> + <location filename="ViewManager/ViewManager.py" line="2201"/> <source>Quicksearch</source> <translation>Búsqueda rápida</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2009"/> + <location filename="ViewManager/ViewManager.py" line="2012"/> <source>&Quicksearch</source> <translation>Búsqueda &rápida</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2009"/> + <location filename="ViewManager/ViewManager.py" line="2012"/> <source>Ctrl+Shift+K</source> <comment>Search|Quicksearch</comment> <translation>Ctrl+Shift+K</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2017"/> + <location filename="ViewManager/ViewManager.py" line="2020"/> <source>Perform a quicksearch</source> <translation>Llevar a cabo búsqueda rápida</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Quicksearch backwards</source> <translation>Búsqueda rápida hacia atras</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Quicksearch &backwards</source> <translation>Búsqueda rápida hacia &atras</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Ctrl+Shift+J</source> <comment>Search|Quicksearch backwards</comment> <translation>Ctrl+Shift+J</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2036"/> + <location filename="ViewManager/ViewManager.py" line="2039"/> <source>Perform a quicksearch backwards</source> <translation>Llevar a cabo búsqueda rápida hacia atrás</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Quicksearch extend</source> <translation>Extender Búsqueda Rápida</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Quicksearch e&xtend</source> <translation>E&xtender Búsqueda Rápida</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Ctrl+Shift+H</source> <comment>Search|Quicksearch extend</comment> <translation>Ctrl+Shift+H</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2053"/> + <location filename="ViewManager/ViewManager.py" line="2056"/> <source>Extend the quicksearch to the end of the current word</source> <translation>Extender la búsqueda rápida al final de la palabra actual</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2055"/> + <location filename="ViewManager/ViewManager.py" line="2058"/> <source><b>Quicksearch extend</b><p>This extends the quicksearch text to the end of the word currently found.</p></source> <translation><b>Extender búsqueda rápida</b><p>Extiende la búsqueda rápida al final de la palabra actual.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2070"/> + <location filename="ViewManager/ViewManager.py" line="2073"/> <source>Goto Line</source> <translation>Ir a línea</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2063"/> + <location filename="ViewManager/ViewManager.py" line="2066"/> <source>&Goto Line...</source> <translation>&Ir a Linea...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2063"/> + <location filename="ViewManager/ViewManager.py" line="2066"/> <source>Ctrl+G</source> <comment>Search|Goto Line</comment> <translation>Ctrl+G</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2071"/> + <location filename="ViewManager/ViewManager.py" line="2074"/> <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>Ir la la línea</b><p>Ir a una línea específica del texto en el editor actual. Se muestra un diálogo para introducir el número de línea.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2086"/> + <location filename="ViewManager/ViewManager.py" line="2089"/> <source>Goto Brace</source> <translation>Ir a paréntesis</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2079"/> + <location filename="ViewManager/ViewManager.py" line="2082"/> <source>Goto &Brace</source> <translation>Ir al Parén&tesis</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2079"/> + <location filename="ViewManager/ViewManager.py" line="2082"/> <source>Ctrl+L</source> <comment>Search|Goto Brace</comment> <translation>Ctrl+L</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2088"/> + <location filename="ViewManager/ViewManager.py" line="2091"/> <source><b>Goto Brace</b><p>Go to the matching brace in the current editor.</p></source> <translation><b>Ir a llave ('{' o '}')</b><p>Ir a la llave correspondiente en el editor actual.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Search in Files</source> <translation>Buscar en archivos</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Search in &Files...</source> <translation>Buscar en arc&hivos...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Shift+Ctrl+F</source> <comment>Search|Search Files</comment> <translation>Shift+Ctrl+F</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2105"/> + <location filename="ViewManager/ViewManager.py" line="2161"/> <source>Search for a text in files</source> <translation>Buscar texto en archivos</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2107"/> + <location filename="ViewManager/ViewManager.py" line="2163"/> <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>Buscar en Archivos</b><p>Buscar un texto en los archivos de un árbol de directorios o en el proyecto. Se muestra un diálogo para introducir el texto de búsqueda y opciones para búsqueda y visualización del resultado.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Zoom in</source> <translation>Aumentar zoom</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Zoom &in</source> <translation>A&umentar Zoom</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2239"/> + <location filename="ViewManager/ViewManager.py" line="2297"/> <source>Zoom in on the text</source> <translation>Zoom sobre el texto</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2241"/> + <location filename="ViewManager/ViewManager.py" line="2299"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Aumentar zoom</b><p>Aumentar zoom sobre el texto. Hace que el texto sea de mayor tamaño.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Zoom out</source> <translation>Disminuir Zoom</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Zoom &out</source> <translation>Dismi&nuir Zoom</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2255"/> + <location filename="ViewManager/ViewManager.py" line="2313"/> <source>Zoom out on the text</source> <translation>Disminuir zoom en el texto</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2257"/> + <location filename="ViewManager/ViewManager.py" line="2315"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Disminuir zoom</b><p>Disminuir zoom sobre el texto. Hace que el texto sea de menor tamaño.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>Zoom</source> <translation>Zoom</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>&Zoom</source> <translation>&Zoom</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>Ctrl+#</source> <comment>View|Zoom</comment> <translation>Ctrl+#</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2271"/> + <location filename="ViewManager/ViewManager.py" line="2329"/> <source>Zoom the text</source> <translation>Zoom sobre el texto</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2273"/> - <source><b>Zoom</b><p>Zoom the text. This opens a dialog where the desired size can be entered.</p></source> - <translation><b>Zoom</b><p>Zoom sobre el texto. Abre un diálogo donde se puede introducir el tamaño deseado.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2285"/> - <source>Toggle all folds</source> - <translation>Recoger/Desplegar los anidamientos</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2281"/> - <source>Toggle &all folds</source> - <translation>Recoger/Desplegar los &anidamientos</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2287"/> - <source><b>Toggle all folds</b><p>Toggle all folds of the current editor.</p></source> - <translation><b>Recoger/desplegar todos los anidamientos</b><p>Recoge/despliega todos los anidamientos en el editor actual.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2300"/> - <source>Toggle all folds (including children)</source> - <translation>Recoger/Desplegar todos los anidamientos (inc. hijos)</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2295"/> - <source>Toggle all &folds (including children)</source> - <translation>Recoger/Desplegar todos los a&nidamientos (inc. hijos)</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2302"/> - <source><b>Toggle all folds (including children)</b><p>Toggle all folds of the current editor including all children.</p></source> - <translation><b>Recoger/desplegar todos los anidamientos (incluyendo hijos)</b><p>Recoge/despliega todos los anidamientos en el editor actual, incluyendo todos los hijos.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2314"/> - <source>Toggle current fold</source> - <translation>Recoger/Desplegar el anidamiento actual</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2310"/> - <source>Toggle &current fold</source> - <translation>Recoger/Desplega&r el anidamiento actual</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2316"/> - <source><b>Toggle current fold</b><p>Toggle the folds of the current line of the current editor.</p></source> - <translation><b>Recoger/desplegar anidamiento actual</b><p>Recoge/despliega el anidamiento de la línea actual en el editor actual.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2329"/> - <source>Remove all highlights</source> - <translation>Quitar todos los resaltes</translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2331"/> - <source><b>Remove all highlights</b><p>Remove the highlights of all editors.</p></source> - <translation><b>Eliminar todos los resaltes de texto</b><p>Elimina todos los resaltes de texto en todos los editories.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2338"/> - <source>Split view</source> - <translation>Dividir vista</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2338"/> - <source>&Split view</source> - <translation>&Dividir vista</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2342"/> - <source>Add a split to the view</source> - <translation>Agregar una división a la vista</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2344"/> - <source><b>Split view</b><p>Add a split to the view.</p></source> - <translation><b>Dividir vista</b><p>Añade una nueva división a la vista.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2351"/> - <source>Arrange horizontally</source> - <translation>Organizar horizontalmente</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2351"/> - <source>Arrange &horizontally</source> - <translation>Or&ganizar horizontalmente</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2356"/> - <source>Arrange the splitted views horizontally</source> - <translation>Organizar las vistas divididas horizontalmente</translation> + <source><b>Zoom</b><p>Zoom the text. This opens a dialog where the desired size can be entered.</p></source> + <translation><b>Zoom</b><p>Zoom sobre el texto. Abre un diálogo donde se puede introducir el tamaño deseado.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2343"/> + <source>Toggle all folds</source> + <translation>Recoger/Desplegar los anidamientos</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2339"/> + <source>Toggle &all folds</source> + <translation>Recoger/Desplegar los &anidamientos</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2345"/> + <source><b>Toggle all folds</b><p>Toggle all folds of the current editor.</p></source> + <translation><b>Recoger/desplegar todos los anidamientos</b><p>Recoge/despliega todos los anidamientos en el editor actual.</p></translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="2358"/> + <source>Toggle all folds (including children)</source> + <translation>Recoger/Desplegar todos los anidamientos (inc. hijos)</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2353"/> + <source>Toggle all &folds (including children)</source> + <translation>Recoger/Desplegar todos los a&nidamientos (inc. hijos)</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2360"/> + <source><b>Toggle all folds (including children)</b><p>Toggle all folds of the current editor including all children.</p></source> + <translation><b>Recoger/desplegar todos los anidamientos (incluyendo hijos)</b><p>Recoge/despliega todos los anidamientos en el editor actual, incluyendo todos los hijos.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2372"/> + <source>Toggle current fold</source> + <translation>Recoger/Desplegar el anidamiento actual</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2368"/> + <source>Toggle &current fold</source> + <translation>Recoger/Desplega&r el anidamiento actual</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2374"/> + <source><b>Toggle current fold</b><p>Toggle the folds of the current line of the current editor.</p></source> + <translation><b>Recoger/desplegar anidamiento actual</b><p>Recoge/despliega el anidamiento de la línea actual en el editor actual.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2387"/> + <source>Remove all highlights</source> + <translation>Quitar todos los resaltes</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2389"/> + <source><b>Remove all highlights</b><p>Remove the highlights of all editors.</p></source> + <translation><b>Eliminar todos los resaltes de texto</b><p>Elimina todos los resaltes de texto en todos los editories.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2396"/> + <source>Split view</source> + <translation>Dividir vista</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2396"/> + <source>&Split view</source> + <translation>&Dividir vista</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2400"/> + <source>Add a split to the view</source> + <translation>Agregar una división a la vista</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2402"/> + <source><b>Split view</b><p>Add a split to the view.</p></source> + <translation><b>Dividir vista</b><p>Añade una nueva división a la vista.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2409"/> + <source>Arrange horizontally</source> + <translation>Organizar horizontalmente</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2409"/> + <source>Arrange &horizontally</source> + <translation>Or&ganizar horizontalmente</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2414"/> + <source>Arrange the splitted views horizontally</source> + <translation>Organizar las vistas divididas horizontalmente</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2416"/> <source><b>Arrange horizontally</b><p>Arrange the splitted views horizontally.</p></source> <translation><b>Organizar horizontalmente</b><p>Organiza las vistas divididas horizontalmente.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2366"/> + <location filename="ViewManager/ViewManager.py" line="2424"/> <source>Remove split</source> <translation>Quitar división</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2366"/> + <location filename="ViewManager/ViewManager.py" line="2424"/> <source>&Remove split</source> <translation>&Quitar división</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2371"/> + <location filename="ViewManager/ViewManager.py" line="2429"/> <source>Remove the current split</source> <translation>Eliminar división actual</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2373"/> + <location filename="ViewManager/ViewManager.py" line="2431"/> <source><b>Remove split</b><p>Remove the current split.</p></source> <translation><b>Eliminar división</b><p>Elimina la división actual.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>Next split</source> <translation>Próxima división</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>&Next split</source> <translation>Pró&xima división</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>Ctrl+Alt+N</source> <comment>View|Next split</comment> <translation>Ctrl+Alt+N</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2386"/> + <location filename="ViewManager/ViewManager.py" line="2444"/> <source>Move to the next split</source> <translation>Mover a la siguiente división</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2388"/> + <location filename="ViewManager/ViewManager.py" line="2446"/> <source><b>Next split</b><p>Move to the next split.</p></source> <translation><b>Siguiente división</b><p>Mover a la siguiente división.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>Previous split</source> <translation>División anterior</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>&Previous split</source> <translation>Divi&sión anterior</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>Ctrl+Alt+P</source> <comment>View|Previous split</comment> <translation>Ctrl+Alt+P</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2401"/> + <location filename="ViewManager/ViewManager.py" line="2459"/> <source>Move to the previous split</source> <translation>Mover a la división anterior</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2403"/> + <location filename="ViewManager/ViewManager.py" line="2461"/> <source><b>Previous split</b><p>Move to the previous split.</p></source> <translation><b>División anterior</b><p>Mover a la división anterior.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2425"/> + <location filename="ViewManager/ViewManager.py" line="2483"/> <source>&View</source> <translation>&Ver</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2452"/> + <location filename="ViewManager/ViewManager.py" line="2510"/> <source>View</source> <translation>Ver</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2478"/> + <location filename="ViewManager/ViewManager.py" line="2536"/> <source>Start Macro Recording</source> <translation>Comenzar grabación de macro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2473"/> + <location filename="ViewManager/ViewManager.py" line="2531"/> <source>S&tart Macro Recording</source> <translation>Comenzar &grabación de macro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2480"/> + <location filename="ViewManager/ViewManager.py" line="2538"/> <source><b>Start Macro Recording</b><p>Start recording editor commands into a new macro.</p></source> <translation><b>Comenzar Grabación de Macro</b><p>Comenzar grabación de comandos de editor como una nueva macro.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2492"/> + <location filename="ViewManager/ViewManager.py" line="2550"/> <source>Stop Macro Recording</source> <translation>Detener Grabación de Macro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2487"/> + <location filename="ViewManager/ViewManager.py" line="2545"/> <source>Sto&p Macro Recording</source> <translation>Detene&r grabación de macro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2494"/> + <location filename="ViewManager/ViewManager.py" line="2552"/> <source><b>Stop Macro Recording</b><p>Stop recording editor commands into a new macro.</p></source> <translation><b>Detener Grabación de Macro</b><p>Detener grabación de comandos de editor a una nueva macro.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2504"/> + <location filename="ViewManager/ViewManager.py" line="2562"/> <source>Run Macro</source> <translation>Ejecutar macro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2501"/> + <location filename="ViewManager/ViewManager.py" line="2559"/> <source>&Run Macro</source> <translation>Ejecuta&r macro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2505"/> + <location filename="ViewManager/ViewManager.py" line="2563"/> <source><b>Run Macro</b><p>Run a previously recorded editor macro.</p></source> <translation><b>Ejecutar Macro</b><p>Ejecutar una macro de editor grabada anteriormente.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2516"/> + <location filename="ViewManager/ViewManager.py" line="2574"/> <source>Delete Macro</source> <translation>Borrar macro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2512"/> + <location filename="ViewManager/ViewManager.py" line="2570"/> <source>&Delete Macro</source> <translation>&Borrar macro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2518"/> + <location filename="ViewManager/ViewManager.py" line="2576"/> <source><b>Delete Macro</b><p>Delete a previously recorded editor macro.</p></source> <translation><b>Eliminar Macro</b><p>Eliminar una macro de editor grabada anteriormente.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2528"/> + <location filename="ViewManager/ViewManager.py" line="2586"/> <source>Load Macro</source> <translation>Cargar macro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2525"/> + <location filename="ViewManager/ViewManager.py" line="2583"/> <source>&Load Macro</source> <translation>&Cargar macro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2530"/> + <location filename="ViewManager/ViewManager.py" line="2588"/> <source><b>Load Macro</b><p>Load an editor macro from a file.</p></source> <translation><b>Cargar Macro</b><p>Cargar desde archivo una macro de editor grabada anteriormente.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2540"/> + <location filename="ViewManager/ViewManager.py" line="2598"/> <source>Save Macro</source> <translation>Guardar macro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2537"/> + <location filename="ViewManager/ViewManager.py" line="2595"/> <source>&Save Macro</source> <translation>&Guardar macro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2542"/> + <location filename="ViewManager/ViewManager.py" line="2600"/> <source><b>Save Macro</b><p>Save a previously recorded editor macro to a file.</p></source> <translation><b>Guardar Macro</b><p>Guarda en un archivo una macro de editor.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2557"/> + <location filename="ViewManager/ViewManager.py" line="2615"/> <source>&Macros</source> <translation>&Macros</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2580"/> + <location filename="ViewManager/ViewManager.py" line="2638"/> <source>Toggle Bookmark</source> <translation>Alternar Marcador</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2573"/> + <location filename="ViewManager/ViewManager.py" line="2631"/> <source>&Toggle Bookmark</source> <translation>Al&ternar marcador</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2573"/> + <location filename="ViewManager/ViewManager.py" line="2631"/> <source>Alt+Ctrl+T</source> <comment>Bookmark|Toggle</comment> <translation>Alt+Ctrl+T</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2582"/> + <location filename="ViewManager/ViewManager.py" line="2640"/> <source><b>Toggle Bookmark</b><p>Toggle a bookmark at the current line of the current editor.</p></source> <translation><b>Alternar Marcador</b><p>Alterna un marcador en la línea actual del editor actual.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2596"/> + <location filename="ViewManager/ViewManager.py" line="2654"/> <source>Next Bookmark</source> <translation>Siguiente marcador</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2589"/> + <location filename="ViewManager/ViewManager.py" line="2647"/> <source>&Next Bookmark</source> <translation>Siguie&nte marcador</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2589"/> + <location filename="ViewManager/ViewManager.py" line="2647"/> <source>Ctrl+PgDown</source> <comment>Bookmark|Next</comment> <translation>Ctrl+PgDown</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2598"/> + <location filename="ViewManager/ViewManager.py" line="2656"/> <source><b>Next Bookmark</b><p>Go to next bookmark of the current editor.</p></source> <translation><b>Siguiente Marcador</b><p>Avanzar al siguiente marcador del editor actual.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2612"/> + <location filename="ViewManager/ViewManager.py" line="2670"/> <source>Previous Bookmark</source> <translation>Marcador anterior</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2605"/> + <location filename="ViewManager/ViewManager.py" line="2663"/> <source>&Previous Bookmark</source> <translation>Marcador an&terior</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2605"/> + <location filename="ViewManager/ViewManager.py" line="2663"/> <source>Ctrl+PgUp</source> <comment>Bookmark|Previous</comment> <translation>Ctrl+PgUp</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2614"/> + <location filename="ViewManager/ViewManager.py" line="2672"/> <source><b>Previous Bookmark</b><p>Go to previous bookmark of the current editor.</p></source> <translation><b>Anterior Marcador</b><p>Retroceder al anterior marcador del editor actual.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2628"/> + <location filename="ViewManager/ViewManager.py" line="2686"/> <source>Clear Bookmarks</source> <translation>Borrar todos los marcadores</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2621"/> + <location filename="ViewManager/ViewManager.py" line="2679"/> <source>&Clear Bookmarks</source> <translation>Borrar todos los mar&cadores</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2621"/> + <location filename="ViewManager/ViewManager.py" line="2679"/> <source>Alt+Ctrl+C</source> <comment>Bookmark|Clear</comment> <translation>Alt+Ctrl+C</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2630"/> + <location filename="ViewManager/ViewManager.py" line="2688"/> <source><b>Clear Bookmarks</b><p>Clear bookmarks of all editors.</p></source> <translation><b>Borrar todos los marcadores</b><p>Borra todos los marcadores de todos los editores.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2643"/> + <location filename="ViewManager/ViewManager.py" line="2701"/> <source>Goto Syntax Error</source> <translation>Ir al error de sintaxis</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2637"/> + <location filename="ViewManager/ViewManager.py" line="2695"/> <source>&Goto Syntax Error</source> <translation>&Ir al error de sintaxis</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2645"/> + <location filename="ViewManager/ViewManager.py" line="2703"/> <source><b>Goto Syntax Error</b><p>Go to next syntax error of the current editor.</p></source> <translation><b>Ir al Error de Sintaxis</b><p>Ir al siguiente error de sintaxis del editor actual.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2657"/> - <source>Clear Syntax Errors</source> - <translation>Borrar Errores de Sintaxis</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2652"/> - <source>Clear &Syntax Errors</source> - <translation>Borrar Errores de &Sintaxis</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2659"/> - <source><b>Clear Syntax Errors</b><p>Clear syntax errors of all editors.</p></source> - <translation><b>Borrar Errores de Sintaxis</b><p>Borra los errores de sintaxis de todos los editores.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2721"/> - <source>Next uncovered line</source> - <translation>Siguiente línea sin cobertura</translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2715"/> + <source>Clear Syntax Errors</source> + <translation>Borrar Errores de Sintaxis</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2710"/> + <source>Clear &Syntax Errors</source> + <translation>Borrar Errores de &Sintaxis</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2717"/> + <source><b>Clear Syntax Errors</b><p>Clear syntax errors of all editors.</p></source> + <translation><b>Borrar Errores de Sintaxis</b><p>Borra los errores de sintaxis de todos los editores.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2779"/> + <source>Next uncovered line</source> + <translation>Siguiente línea sin cobertura</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2773"/> <source>&Next uncovered line</source> <translation>Siguie&nte línea sin cobertura</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2723"/> + <location filename="ViewManager/ViewManager.py" line="2781"/> <source><b>Next uncovered line</b><p>Go to next line of the current editor marked as not covered.</p></source> <translation><b>Siguiente línea sin cobertura</b><p>Ir a la siguiente línea del editor actual marcada como sin cobertura.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2737"/> + <location filename="ViewManager/ViewManager.py" line="2795"/> <source>Previous uncovered line</source> <translation>Anterior línea sin cobertura</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2730"/> + <location filename="ViewManager/ViewManager.py" line="2788"/> <source>&Previous uncovered line</source> <translation>Anteri&or línea sin cobertura</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2739"/> + <location filename="ViewManager/ViewManager.py" line="2797"/> <source><b>Previous uncovered line</b><p>Go to previous line of the current editor marked as not covered.</p></source> <translation><b>Anterior línea sin cobertura</b><p>Ir a la anterior línea del editor actual marcada como sin cobertura.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2753"/> + <location filename="ViewManager/ViewManager.py" line="2811"/> <source>Next Task</source> <translation>Siguiente Tarea</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2747"/> + <location filename="ViewManager/ViewManager.py" line="2805"/> <source>&Next Task</source> <translation>Siguie&nte Tarea</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2755"/> + <location filename="ViewManager/ViewManager.py" line="2813"/> <source><b>Next Task</b><p>Go to next line of the current editor having a task.</p></source> <translation><b>Siguiente Tarea</b><p>Ir a la siguiente línea en el editor actual que tiene una tarea.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2769"/> - <source>Previous Task</source> - <translation>Tarea anterior</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2762"/> - <source>&Previous Task</source> - <translation>Tarea anteri&or</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2771"/> - <source><b>Previous Task</b><p>Go to previous line of the current editor having a task.</p></source> - <translation><b>Tarea Anterior</b><p>Ir a la línea anterior en el editor actual que tiene una tarea.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2787"/> - <source>&Bookmarks</source> - <translation>&Marcadores</translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2827"/> + <source>Previous Task</source> + <translation>Tarea anterior</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2820"/> + <source>&Previous Task</source> + <translation>Tarea anteri&or</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2829"/> + <source><b>Previous Task</b><p>Go to previous line of the current editor having a task.</p></source> + <translation><b>Tarea Anterior</b><p>Ir a la línea anterior en el editor actual que tiene una tarea.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2845"/> + <source>&Bookmarks</source> + <translation>&Marcadores</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2885"/> <source>Bookmarks</source> <translation>Marcadores</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2950"/> + <location filename="ViewManager/ViewManager.py" line="3008"/> <source>Open files</source> <translation>Abrir Archivos</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2986"/> + <location filename="ViewManager/ViewManager.py" line="3044"/> <source>File Modified</source> <translation>Archivo Modificado</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3610"/> + <location filename="ViewManager/ViewManager.py" line="3669"/> <source>&Clear</source> <translation>&Limpiar</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3606"/> + <location filename="ViewManager/ViewManager.py" line="3665"/> <source>&Add</source> <translation>&Agregar</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3608"/> + <location filename="ViewManager/ViewManager.py" line="3667"/> <source>&Edit...</source> <translation>&Editar...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2190"/> + <location filename="ViewManager/ViewManager.py" line="2246"/> <source>Quicksearch Textedit</source> <translation>Editor de texto de Búsqueda Rápida</translation> </message> @@ -47755,17 +47755,17 @@ <translation><b>Buscar anterior</b><p>Buscar la anterior ocurrencia de un texto en el editor actual. Se reutilizan el texto de búsqueda introducido anteriormente y sus opciones.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2019"/> + <location filename="ViewManager/ViewManager.py" line="2022"/> <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>Búsqueda Rápida</b><p>Activa la función de busqueda rápida de la IDE, dando el foco al campo de entrada de búsqueda rápida. Si este campo ya está activo y contiene texto, busca la siguiente ocurerncia de este texto.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2038"/> + <location filename="ViewManager/ViewManager.py" line="2041"/> <source><b>Quicksearch backwards</b><p>This searches the previous occurrence of the quicksearch text.</p></source> <translation><b>Búsqueda rápida hacia atras</b><p>Busca la ocurrencia anterior del texto de búsqueda rapida.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2168"/> + <location filename="ViewManager/ViewManager.py" line="2224"/> <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>Introduzca el texto de búsqueda directamente en este campo. La búsqueda se llevará a cabo sin tener en cuenta mayúsculas/minúsculas. La búsqueda rápida se activa a partir de la acción de siguiente búsqueda rapida (tecla por defecto Ctrl+Shift+K), si este campo de entrada no tiene el foco de input. En cualquier otro caso, busca la siguiente ocurrencia del texto introducido. La acción de búsqueda rápida hacia atrás (tecla por defecto Ctrl+Shift+J) busca hacia atrás. Activando la opción 'extender búsqueda rápida' (tecla por defecto Ctrl+Shift+H) extiende la busqueda de texto actual hasta el final de la palabra actual. La búsqueda rápida se puede finalizar pulsando la tecla de retorno mientras la entrada de búsqueda rápida tiene el foco de input.</p></translation> </message> @@ -47826,144 +47826,144 @@ <translation>Shift+Entrar</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Replace in Files</source> <translation>Reemplazar en Archivos</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Replace in F&iles...</source> <translation>Reemplazar en Arch&ivos...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Shift+Ctrl+R</source> <comment>Search|Replace in Files</comment> <translation>Shift+Ctrl+R</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2123"/> + <location filename="ViewManager/ViewManager.py" line="2179"/> <source>Search for a text in files and replace it</source> <translation>Buscar un texto en archivos y reemplazarlo</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2125"/> + <location filename="ViewManager/ViewManager.py" line="2181"/> <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>Reemplazar en Archivos</b><p>Buscar un texto en los archivos de un árbol de directorios o en el proyecto y reemplazarlo. Se muestra un diálogo para introducir el texto de búsqueda, el texto de reemplazo y opciones para búsqueda y visualización del resultado.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>Spell check</source> <translation>Corrección ortográfica</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>&Spell Check...</source> <translation>Co&rrección ortográfica...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>Shift+F7</source> <comment>Spelling|Spell Check</comment> <translation>Shift+F7</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2866"/> + <location filename="ViewManager/ViewManager.py" line="2924"/> <source>Perform spell check of current editor</source> <translation>Lleva a cabo la corrección ortográfica del editor actual</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2868"/> + <location filename="ViewManager/ViewManager.py" line="2926"/> <source><b>Spell check</b><p>Perform a spell check of the current editor.</p></source> <translation><b>Corrección ortográfica</b><p>Lleva a cabo la corrección ortográfica del editor actual.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2875"/> + <location filename="ViewManager/ViewManager.py" line="2933"/> <source>Automatic spell checking</source> <translation>Corrección ortográfica automática</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2875"/> + <location filename="ViewManager/ViewManager.py" line="2933"/> <source>&Automatic spell checking</source> <translation>Corrección ortográfica &automática</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2882"/> + <location filename="ViewManager/ViewManager.py" line="2940"/> <source>(De-)Activate automatic spell checking</source> <translation>(Des-)Activar la corrección ortográfica automática</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2884"/> + <location filename="ViewManager/ViewManager.py" line="2942"/> <source><b>Automatic spell checking</b><p>Activate or deactivate the automatic spell checking function of all editors.</p></source> <translation><b>Corrección ortografica automática</b><p>Activar o desactivar la corrección ortográfica automática en todos los editores.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2924"/> + <location filename="ViewManager/ViewManager.py" line="2982"/> <source>Spelling</source> <translation>Corrección ortográfica</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2986"/> + <location filename="ViewManager/ViewManager.py" line="3044"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>El archivo <b>{0}</b> tiene cambios sin guardar.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3265"/> + <location filename="ViewManager/ViewManager.py" line="3324"/> <source>File: {0}</source> <translation>Archivo: {0}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3269"/> + <location filename="ViewManager/ViewManager.py" line="3328"/> <source>Line: {0:5}</source> <translation>Línea: {0:5}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3274"/> + <location filename="ViewManager/ViewManager.py" line="3333"/> <source>Pos: {0:5}</source> <translation>Pos: {0:5}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2673"/> + <location filename="ViewManager/ViewManager.py" line="2731"/> <source>Next warning message</source> <translation>Siguiente mensaje de advertencia</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2666"/> + <location filename="ViewManager/ViewManager.py" line="2724"/> <source>&Next warning message</source> <translation>Siguie&nte mensaje de advertencia</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2675"/> + <location filename="ViewManager/ViewManager.py" line="2733"/> <source><b>Next warning message</b><p>Go to next line of the current editor having a py3flakes warning.</p></source> <translation><b>Siguiente mensaje de advertencia</b><p>Ir a la siguiente línea en el editor actual que contiene una advertencia de py3flakes.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2690"/> + <location filename="ViewManager/ViewManager.py" line="2748"/> <source>Previous warning message</source> <translation>Mensaje de advertencia anterior</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2683"/> + <location filename="ViewManager/ViewManager.py" line="2741"/> <source>&Previous warning message</source> <translation>&Mensaje de advertencia anterior</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2692"/> + <location filename="ViewManager/ViewManager.py" line="2750"/> <source><b>Previous warning message</b><p>Go to previous line of the current editor having a py3flakes warning.</p></source> <translation><b>Mensaje de advertencia anterior</b><p>Ir a la línea anterior en el editor actual que contiene una advertencia de py3flakes.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2706"/> + <location filename="ViewManager/ViewManager.py" line="2764"/> <source>Clear Warning Messages</source> <translation>Limpiar Mensajes de Advertencia</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2700"/> + <location filename="ViewManager/ViewManager.py" line="2758"/> <source>Clear &Warning Messages</source> <translation>&Limpiar Mensajes de Advertencia</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2708"/> + <location filename="ViewManager/ViewManager.py" line="2766"/> <source><b>Clear Warning Messages</b><p>Clear py3flakes warning messages of all editors.</p></source> <translation><b>Limpiar Mensajes de Advertencia</b><p>Limpiar mensajes de advertencia de py3flakes en todos los editores.</p></translation> </message> @@ -47983,6 +47983,69 @@ <source><b>Join Lines</b><p>Join the current and the next lines.</p></source> <translation><b>Unir Lineas</b><p>Unir las líneas actual y siguiente.</p></translation> </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2106"/> + <source>Goto Last Edit Location</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2098"/> + <source>Goto Last &Edit Location</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2098"/> + <source>Ctrl+Shift+G</source> + <comment>Search|Goto Last Edit Location</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2108"/> + <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="2115"/> + <source>Goto Previous Method or Class</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2115"/> + <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="2122"/> + <source>Go to the previous method or class definition</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2125"/> + <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="2133"/> + <source>Goto Next Method or Class</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2133"/> + <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="2140"/> + <source>Go to the next method or class definition</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2143"/> + <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> </context> <context> <name>ViewProfileDialog</name>
--- a/i18n/eric5_fr.ts Mon Jul 04 08:08:04 2011 +0200 +++ b/i18n/eric5_fr.ts Sun Jul 10 16:31:33 2011 +0200 @@ -7522,147 +7522,147 @@ <context> <name>Editor</name> <message> - <location filename="QScintilla/Editor.py" line="568"/> + <location filename="QScintilla/Editor.py" line="576"/> <source>Undo</source> <translation>Défaire</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="571"/> + <location filename="QScintilla/Editor.py" line="579"/> <source>Redo</source> <translation>Refaire</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="574"/> + <location filename="QScintilla/Editor.py" line="582"/> <source>Revert to last saved state</source> <translation>Ecraser avec le dernier état enregistré</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="578"/> + <location filename="QScintilla/Editor.py" line="586"/> <source>Cut</source> <translation>Couper</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="581"/> - <source>Copy</source> - <translation>Copier</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="583"/> - <source>Paste</source> - <translation>Coller</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="587"/> - <source>Indent</source> - <translation>Indenter</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="589"/> - <source>Unindent</source> - <translation>Désindenter</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="592"/> - <source>Comment</source> - <translation>Commenter</translation> + <source>Copy</source> + <translation>Copier</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="591"/> + <source>Paste</source> + <translation>Coller</translation> </message> <message> <location filename="QScintilla/Editor.py" line="595"/> + <source>Indent</source> + <translation>Indenter</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="597"/> + <source>Unindent</source> + <translation>Désindenter</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="600"/> + <source>Comment</source> + <translation>Commenter</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="603"/> <source>Uncomment</source> <translation>Décommenter</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="598"/> - <source>Stream Comment</source> - <translation>Commentaire type "Stream"</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="601"/> - <source>Box Comment</source> - <translation>Commentaire type "Bloc"</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="604"/> - <source>Select to brace</source> - <translation>Sélection parenthèses</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="606"/> + <source>Stream Comment</source> + <translation>Commentaire type "Stream"</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="609"/> + <source>Box Comment</source> + <translation>Commentaire type "Bloc"</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="612"/> + <source>Select to brace</source> + <translation>Sélection parenthèses</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="614"/> <source>Select all</source> <translation>Tout sélectionner</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="607"/> + <location filename="QScintilla/Editor.py" line="615"/> <source>Deselect all</source> <translation>Tout déselectionner</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="620"/> - <source>Shorten empty lines</source> - <translation>Raccourcir les lignes vides</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="771"/> - <source>Languages</source> - <translation>Langages</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="628"/> + <source>Shorten empty lines</source> + <translation>Raccourcir les lignes vides</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="779"/> + <source>Languages</source> + <translation>Langages</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="636"/> <source>Use Monospaced Font</source> <translation>Utiliser une police monospacée</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="645"/> + <location filename="QScintilla/Editor.py" line="653"/> <source>Autocompletion enabled</source> <translation>Autocomplétion activée</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="721"/> - <source>Check</source> - <translation>Vérification</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="729"/> + <source>Check</source> + <translation>Vérification</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="737"/> <source>Show</source> <translation>Afficher...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="662"/> + <location filename="QScintilla/Editor.py" line="670"/> <source>New view</source> <translation>Nouvelle vue</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="667"/> + <location filename="QScintilla/Editor.py" line="675"/> <source>Close</source> <translation>Fermer</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="671"/> + <location filename="QScintilla/Editor.py" line="679"/> <source>Save</source> <translation>Enregistrer</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="673"/> + <location filename="QScintilla/Editor.py" line="681"/> <source>Save As...</source> <translation>Enregistrer sous...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="680"/> + <location filename="QScintilla/Editor.py" line="688"/> <source>Print</source> <translation>Imprimer</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="731"/> + <location filename="QScintilla/Editor.py" line="739"/> <source>Code metrics...</source> <translation>Statistiques du code...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="733"/> - <source>Code coverage...</source> - <translation>Code coverage...</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="741"/> + <source>Code coverage...</source> + <translation>Code coverage...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="749"/> <source>Profile data...</source> <translation>Profiler les données...</translation> </message> @@ -7677,197 +7677,197 @@ <translation type="obsolete">Supprimer le rapport Cyclops</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="983"/> + <location filename="QScintilla/Editor.py" line="991"/> <source>Toggle bookmark</source> <translation>Placer/supprimer un signet</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="986"/> + <location filename="QScintilla/Editor.py" line="994"/> <source>Next bookmark</source> <translation>Signet suivant</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="989"/> + <location filename="QScintilla/Editor.py" line="997"/> <source>Previous bookmark</source> <translation>Signet précédent</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="992"/> + <location filename="QScintilla/Editor.py" line="1000"/> <source>Clear all bookmarks</source> <translation>Effacer tous les signets</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1019"/> + <location filename="QScintilla/Editor.py" line="1027"/> <source>Toggle breakpoint</source> <translation>Placer/supprimer un point d'arrêt</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1025"/> + <location filename="QScintilla/Editor.py" line="1033"/> <source>Edit breakpoint...</source> <translation>Éditer le point d'arrêt...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4088"/> + <location filename="QScintilla/Editor.py" line="4178"/> <source>Enable breakpoint</source> <translation>Activer le point d'arrêt</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1031"/> + <location filename="QScintilla/Editor.py" line="1039"/> <source>Next breakpoint</source> <translation>Point d'arrêt suivant</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1034"/> + <location filename="QScintilla/Editor.py" line="1042"/> <source>Previous breakpoint</source> <translation>Point d'arrêt précédent</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1037"/> + <location filename="QScintilla/Editor.py" line="1045"/> <source>Clear all breakpoints</source> <translation>Effacer tous les points d'arrêts</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1055"/> + <location filename="QScintilla/Editor.py" line="1063"/> <source>LMB toggles bookmarks</source> <translation>Le click principal place des signets</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1060"/> + <location filename="QScintilla/Editor.py" line="1068"/> <source>LMB toggles breakpoints</source> <translation>Le click principal place les points d'arrêts</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1529"/> + <location filename="QScintilla/Editor.py" line="1537"/> <source>Modification of Read Only file</source> <translation>Modification de la lecture seule</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1529"/> + <location filename="QScintilla/Editor.py" line="1537"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Le fichier est en lecture seule. Sauvez d'abord votre fichier sous un autre nom.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2142"/> + <location filename="QScintilla/Editor.py" line="2150"/> <source>Printing...</source> <translation>Impression....</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2159"/> + <location filename="QScintilla/Editor.py" line="2167"/> <source>Printing completed</source> <translation>Impression terminée</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2161"/> + <location filename="QScintilla/Editor.py" line="2169"/> <source>Error while printing</source> <translation>Erreur durant l'impression</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2164"/> + <location filename="QScintilla/Editor.py" line="2172"/> <source>Printing aborted</source> <translation>Impression abandonnée</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2363"/> + <location filename="QScintilla/Editor.py" line="2371"/> <source>Open File</source> <translation>Ouvrir Fichier</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2516"/> + <location filename="QScintilla/Editor.py" line="2524"/> <source>Save File</source> <translation>Enregistrer Fichier</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2315"/> + <location filename="QScintilla/Editor.py" line="2323"/> <source>File Modified</source> <translation>Fichier Modifié</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3607"/> + <location filename="QScintilla/Editor.py" line="3697"/> <source>Autocompletion</source> <translation>Autocompletion</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3607"/> + <location filename="QScintilla/Editor.py" line="3697"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>L'autocompletion n'est pas disponible car aucune source d'autocomplétion n'est définie.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4091"/> + <location filename="QScintilla/Editor.py" line="4181"/> <source>Disable breakpoint</source> <translation>Désactiver le point d'arrêt</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4380"/> + <location filename="QScintilla/Editor.py" line="4470"/> <source>Code Coverage</source> <translation>Code Coverage</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4380"/> + <location filename="QScintilla/Editor.py" line="4470"/> <source>Please select a coverage file</source> <translation>Sélectionner un fichier coverage</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4518"/> + <location filename="QScintilla/Editor.py" line="4608"/> <source>Profile Data</source> <translation>Profiler de données</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4518"/> + <location filename="QScintilla/Editor.py" line="4608"/> <source>Please select a profile file</source> <translation>Sélectionner un fichier profile</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4873"/> + <location filename="QScintilla/Editor.py" line="4963"/> <source>Macro Name</source> <translation>Nom de la macro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4873"/> + <location filename="QScintilla/Editor.py" line="4963"/> <source>Select a macro name:</source> <translation>Sélectionner un nom de macro:</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4941"/> + <location filename="QScintilla/Editor.py" line="5031"/> <source>Macro files (*.macro)</source> <translation>Fichier Macro (*.macro)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4901"/> + <location filename="QScintilla/Editor.py" line="4991"/> <source>Load macro file</source> <translation>Charger un fichier macro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4922"/> + <location filename="QScintilla/Editor.py" line="5012"/> <source>Error loading macro</source> <translation>Erreur lors du chargement de la macro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4941"/> + <location filename="QScintilla/Editor.py" line="5031"/> <source>Save macro file</source> <translation>Enregistrer le fichier macro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4958"/> + <location filename="QScintilla/Editor.py" line="5048"/> <source>Save macro</source> <translation>Enregistrer la macro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4973"/> + <location filename="QScintilla/Editor.py" line="5063"/> <source>Error saving macro</source> <translation>Erreur lors de l'enregistrement de la macro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4984"/> + <location filename="QScintilla/Editor.py" line="5074"/> <source>Start Macro Recording</source> <translation>Démarrer l'enregistrement de la macro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5009"/> + <location filename="QScintilla/Editor.py" line="5099"/> <source>Macro Recording</source> <translation>Enregistrement de macro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5009"/> + <location filename="QScintilla/Editor.py" line="5099"/> <source>Enter name of the macro:</source> <translation>Entrer le nom de la macro:</translation> </message> @@ -7877,22 +7877,22 @@ <translation type="obsolete"><br><b>Warning:</b> Toutes les modifications seront écrasées en réouvrant le fichier.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5131"/> + <location filename="QScintilla/Editor.py" line="5221"/> <source>File changed</source> <translation>Fichier modifié</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="633"/> + <location filename="QScintilla/Editor.py" line="641"/> <source>Autosave enabled</source> <translation>Sauvegarde automatique activée</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="996"/> + <location filename="QScintilla/Editor.py" line="1004"/> <source>Goto syntax error</source> <translation>Aller à l'erreur de syntaxe suivante</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1002"/> + <location filename="QScintilla/Editor.py" line="1010"/> <source>Clear syntax error</source> <translation>Supprimer les flags d'erreurs de syntaxe</translation> </message> @@ -7917,62 +7917,62 @@ <translation type="obsolete">Prière de sélectionner un rapport Cyclops à supprimer</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5327"/> + <location filename="QScintilla/Editor.py" line="5417"/> <source>Drop Error</source> <translation>Erreur de suppression</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="999"/> + <location filename="QScintilla/Editor.py" line="1007"/> <source>Show syntax error message</source> <translation>Afficher le message d'erreur de syntaxe</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4648"/> + <location filename="QScintilla/Editor.py" line="4738"/> <source>Syntax Error</source> <translation>Erreur de syntaxe</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4648"/> + <location filename="QScintilla/Editor.py" line="4738"/> <source>No syntax error message available.</source> <translation>Aucun message d'erreur de syntaxe..</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1022"/> + <location filename="QScintilla/Editor.py" line="1030"/> <source>Toggle temporary breakpoint</source> <translation>Placer/Supprimer un point d'arret temporaire</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="735"/> + <location filename="QScintilla/Editor.py" line="743"/> <source>Show code coverage annotations</source> <translation>Afficher les annotations de code coverage</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="738"/> + <location filename="QScintilla/Editor.py" line="746"/> <source>Hide code coverage annotations</source> <translation>Masquer les annotations de code coverage</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1041"/> + <location filename="QScintilla/Editor.py" line="1049"/> <source>Next uncovered line</source> <translation>Ligne non executée suivante</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1044"/> + <location filename="QScintilla/Editor.py" line="1052"/> <source>Previous uncovered line</source> <translation>Ligne non executée précédente</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4426"/> + <location filename="QScintilla/Editor.py" line="4516"/> <source>Show Code Coverage Annotations</source> <translation>Afficher les annotations de Code Coverage</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4422"/> + <location filename="QScintilla/Editor.py" line="4512"/> <source>All lines have been covered.</source> <translation>Toutes les lignes ont été executées.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4426"/> + <location filename="QScintilla/Editor.py" line="4516"/> <source>There is no coverage file available.</source> <translation>Impossible de trouver le fichier de coverage.</translation> </message> @@ -8022,7 +8022,7 @@ <translation type="obsolete"><p><b>%1</b> n'st pas un fichier.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="663"/> + <location filename="QScintilla/Editor.py" line="671"/> <source>New view (with new split)</source> <translation>Nouvelle vue dans une nouvelle division</translation> </message> @@ -8032,32 +8032,32 @@ <translation type="obsolete"><p>La taille du fichier <b>%1</b> est de <b>%2 KB</b>. Voulez-vous réellement le charger ?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="751"/> + <location filename="QScintilla/Editor.py" line="759"/> <source>Diagrams</source> <translation>Diagrammes</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="753"/> + <location filename="QScintilla/Editor.py" line="761"/> <source>Class Diagram...</source> <translation>Diagramme des classes...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="755"/> + <location filename="QScintilla/Editor.py" line="763"/> <source>Package Diagram...</source> <translation>Diagramme des packages...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="757"/> + <location filename="QScintilla/Editor.py" line="765"/> <source>Imports Diagram...</source> <translation>Diagramme des modules...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="760"/> + <location filename="QScintilla/Editor.py" line="768"/> <source>Application Diagram...</source> <translation>Diagramme de l'application...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="774"/> + <location filename="QScintilla/Editor.py" line="782"/> <source>No Language</source> <translation>Pas de langage</translation> </message> @@ -8072,42 +8072,42 @@ <translation type="obsolete">%1 (ro)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5345"/> + <location filename="QScintilla/Editor.py" line="5435"/> <source>Resources</source> <translation>Ressources</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5347"/> + <location filename="QScintilla/Editor.py" line="5437"/> <source>Add file...</source> <translation>Ajouter un fichier...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5349"/> + <location filename="QScintilla/Editor.py" line="5439"/> <source>Add files...</source> <translation>Ajouter des fichiers...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5351"/> + <location filename="QScintilla/Editor.py" line="5441"/> <source>Add aliased file...</source> <translation>Ajouter un fichier alias...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5353"/> + <location filename="QScintilla/Editor.py" line="5443"/> <source>Add localized resource...</source> <translation>Ajouter une ressource localisée...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5374"/> + <location filename="QScintilla/Editor.py" line="5464"/> <source>Add file resource</source> <translation>Ajoute un fichier ressource</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5390"/> + <location filename="QScintilla/Editor.py" line="5480"/> <source>Add file resources</source> <translation>Ajoute des fichiers ressources</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5417"/> + <location filename="QScintilla/Editor.py" line="5507"/> <source>Add aliased file resource</source> <translation>Ajoute un alias de fichier ressource</translation> </message> @@ -8117,72 +8117,72 @@ <translation type="obsolete">Alias pour le fichier <b>%1</b>:</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5478"/> + <location filename="QScintilla/Editor.py" line="5568"/> <source>Package Diagram</source> <translation>Diagramme de package</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5478"/> + <location filename="QScintilla/Editor.py" line="5568"/> <source>Include class attributes?</source> <translation>Inclure les attributs de classes ?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5507"/> + <location filename="QScintilla/Editor.py" line="5597"/> <source>Application Diagram</source> <translation>Diagramme de l'application</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5507"/> + <location filename="QScintilla/Editor.py" line="5597"/> <source>Include module names?</source> <translation>Inclure les noms de modules ?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5356"/> + <location filename="QScintilla/Editor.py" line="5446"/> <source>Add resource frame</source> <translation>Ajouter un cadre ressource</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4984"/> + <location filename="QScintilla/Editor.py" line="5074"/> <source>Macro recording is already active. Start new?</source> <translation>L'enregistrement de macro est déjà actif. En démarrer une nouvelle ?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="695"/> + <location filename="QScintilla/Editor.py" line="703"/> <source>Autocomplete</source> <translation>Autocomplétion</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="701"/> + <location filename="QScintilla/Editor.py" line="709"/> <source>from Document</source> <translation>à partir du document</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="704"/> + <location filename="QScintilla/Editor.py" line="712"/> <source>from APIs</source> <translation>à partir des fichiers API</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="707"/> + <location filename="QScintilla/Editor.py" line="715"/> <source>from Document and APIs</source> <translation>à partir du document et des fichiers API</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1048"/> + <location filename="QScintilla/Editor.py" line="1056"/> <source>Next task</source> <translation>Tâche suivante</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1051"/> + <location filename="QScintilla/Editor.py" line="1059"/> <source>Previous task</source> <translation>Tâche précédente</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="864"/> + <location filename="QScintilla/Editor.py" line="872"/> <source>Export as</source> <translation>Exporter en tant que</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1093"/> + <location filename="QScintilla/Editor.py" line="1101"/> <source>Export source</source> <translation>Exportation de source</translation> </message> @@ -8192,77 +8192,77 @@ <translation type="obsolete"><p>Pas d'exporteur disponible pour le format <b>%1</b>. Abandon...</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1093"/> + <location filename="QScintilla/Editor.py" line="1101"/> <source>No export format given. Aborting...</source> <translation>Aucun format d'exportation indiqué. Abandon...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5585"/> <source>Imports Diagram</source> <translation>Diagramme des modules</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5585"/> <source>Include imports from external modules?</source> <translation>Inclure l'importation de modules externes?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="698"/> + <location filename="QScintilla/Editor.py" line="706"/> <source>dynamic</source> <translation>Dynamique</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="711"/> + <location filename="QScintilla/Editor.py" line="719"/> <source>Calltip</source> <translation>Calltip</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="678"/> + <location filename="QScintilla/Editor.py" line="686"/> <source>Print Preview</source> <translation>Aperçu avant impression</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="337"/> + <location filename="QScintilla/Editor.py" line="342"/> <source><b>A Source Editor Window</b><p>This window is used to display and edit a source file. You can open as many of these as you like. The name of the file is displayed in the window's titlebar.</p><p>In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.</p><p>In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.</p><p>These actions can be reversed via the context menu.</p><p>Ctrl clicking on a syntax error marker shows some info about this error.</p></source> <translation><b>Fenêtre d'édition</b><p>Cette fenêtre est utilisée pour afficher et éditer les codes sources. Vous pouvez en ouvrir autant que vous le souhaitez. Le nom du fichier ouvert est inscrit dans la barre principale.</p><p>Vous pouvez définir des points d'arrêt en cliquant sur la marge de gauche, entre les numéros de lignes et les marques de pliage de code. Les points d'arrêt peuvent être édités via le menu contextuel (en cliquant droit sur le point).</p><p>De manière similaire, vous pouvez définir des signets avec Shift+Click dans la marge.</p><p>Pour ces deux types de points, le menu contextuel (click droit) permet de défaire l'action.</p><p>Le Ctrl+Click sur une marque d'erreur de sytaxe permet de visualiser les informations sur l'erreur.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="638"/> + <location filename="QScintilla/Editor.py" line="646"/> <source>Typing aids enabled</source> <translation>Aide à la frappe activée</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="833"/> + <location filename="QScintilla/Editor.py" line="841"/> <source>End-of-Line Type</source> <translation>Type de fin de ligne</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="837"/> + <location filename="QScintilla/Editor.py" line="845"/> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="843"/> + <location filename="QScintilla/Editor.py" line="851"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="849"/> + <location filename="QScintilla/Editor.py" line="857"/> <source>Macintosh</source> <translation>Macintosh</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="811"/> + <location filename="QScintilla/Editor.py" line="819"/> <source>Encodings</source> <translation>Encodings</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="793"/> + <location filename="QScintilla/Editor.py" line="801"/> <source>Guessed</source> <translation>Suggestion</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1106"/> + <location filename="QScintilla/Editor.py" line="1114"/> <source>Alternatives</source> <translation>Alternatives</translation> </message> @@ -8272,177 +8272,177 @@ <translation type="obsolete">Alternatives (%1)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1121"/> + <location filename="QScintilla/Editor.py" line="1129"/> <source>Pygments Lexer</source> <translation>Analyseur Pygments</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1121"/> + <location filename="QScintilla/Editor.py" line="1129"/> <source>Select the Pygments lexer to apply.</source> <translation>Sélectionne l'analyseur Pygments à appliquer.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5745"/> + <location filename="QScintilla/Editor.py" line="5835"/> <source>Check spelling...</source> <translation>Correction orthographique...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="613"/> + <location filename="QScintilla/Editor.py" line="621"/> <source>Check spelling of selection...</source> <translation>Correction orthographique de la sélection...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5747"/> + <location filename="QScintilla/Editor.py" line="5837"/> <source>Add to dictionary</source> <translation>Ajouter au dictionnaire</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5749"/> + <location filename="QScintilla/Editor.py" line="5839"/> <source>Ignore All</source> <translation>Tout ignorer</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="617"/> + <location filename="QScintilla/Editor.py" line="625"/> <source>Remove from dictionary</source> <translation>Supprimer du dictionnaire</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="285"/> + <location filename="QScintilla/Editor.py" line="290"/> <source><p>The size of the file <b>{0}</b> is <b>{1} KB</b>. Do you really want to load it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1087"/> + <location filename="QScintilla/Editor.py" line="1095"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1102"/> + <location filename="QScintilla/Editor.py" line="1110"/> <source>Alternatives ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2315"/> + <location filename="QScintilla/Editor.py" line="2323"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2363"/> + <location filename="QScintilla/Editor.py" line="2371"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2464"/> + <location filename="QScintilla/Editor.py" line="2472"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4915"/> + <location filename="QScintilla/Editor.py" line="5005"/> <source><p>The macro file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4922"/> + <location filename="QScintilla/Editor.py" line="5012"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4973"/> + <location filename="QScintilla/Editor.py" line="5063"/> <source><p>The macro file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5122"/> + <location filename="QScintilla/Editor.py" line="5212"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric5. Reread it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5210"/> + <location filename="QScintilla/Editor.py" line="5300"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5327"/> - <source><p><b>{0}</b> is not a file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="5417"/> + <source><p><b>{0}</b> is not a file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5507"/> <source>Alias for file <b>{0}</b>:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1006"/> + <location filename="QScintilla/Editor.py" line="1014"/> <source>Next warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1009"/> + <location filename="QScintilla/Editor.py" line="1017"/> <source>Previous warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1012"/> + <location filename="QScintilla/Editor.py" line="1020"/> <source>Show warning message</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1015"/> + <location filename="QScintilla/Editor.py" line="1023"/> <source>Clear warnings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4774"/> + <location filename="QScintilla/Editor.py" line="4864"/> <source>py3flakes Warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4774"/> + <location filename="QScintilla/Editor.py" line="4864"/> <source>No py3flakes warning message available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2516"/> + <location filename="QScintilla/Editor.py" line="2524"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4958"/> + <location filename="QScintilla/Editor.py" line="5048"/> <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4817"/> + <location filename="QScintilla/Editor.py" line="4907"/> <source>Warning: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4823"/> + <location filename="QScintilla/Editor.py" line="4913"/> <source>Error: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5127"/> + <location filename="QScintilla/Editor.py" line="5217"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3703"/> + <location filename="QScintilla/Editor.py" line="3793"/> <source>Activating Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3703"/> + <location filename="QScintilla/Editor.py" line="3793"/> <source>Auto-completion provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3888"/> + <location filename="QScintilla/Editor.py" line="3978"/> <source>Activating Calltip Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3888"/> + <location filename="QScintilla/Editor.py" line="3978"/> <source>Calltip provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> @@ -49000,7 +49000,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Utilities/__init__.py" line="1269"/> + <location filename="Utilities/__init__.py" line="1270"/> <source>Python2 interpreter did not finish within 30s.</source> <translation type="unfinished"></translation> </message> @@ -50033,7 +50033,7 @@ <message> <location filename="ViewManager/ViewManager.py" line="829"/> <source>Cl&ear</source> - <translation>Ef&facer</translation> + <translation type="obsolete">Ef&facer</translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="836"/> @@ -50942,372 +50942,372 @@ <translation><b>Remplacer</b><p>Recherche du texte dans l'éditeur courant et le remplace par un autre. Un fenêtre est affichée pour saisir le texte initial, le texte de remplacement et les options de remplacement.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2070"/> + <location filename="ViewManager/ViewManager.py" line="2073"/> <source>Goto Line</source> <translation>Aller à la ligne</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2063"/> + <location filename="ViewManager/ViewManager.py" line="2066"/> <source>&Goto Line...</source> <translation>Aller à la &ligne...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2071"/> + <location filename="ViewManager/ViewManager.py" line="2074"/> <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>Aller à la ligne</b><p>Déplacement vers la ligne indiquée. Un fenêtre permet de saisir le numéro de ligne.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2086"/> + <location filename="ViewManager/ViewManager.py" line="2089"/> <source>Goto Brace</source> <translation>Aller à la parenthèse</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2079"/> + <location filename="ViewManager/ViewManager.py" line="2082"/> <source>Goto &Brace</source> <translation>Aller à la &parenthèse</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2088"/> + <location filename="ViewManager/ViewManager.py" line="2091"/> <source><b>Goto Brace</b><p>Go to the matching brace in the current editor.</p></source> <translation><b>Aller à la parenthèse correspondante</b><p>A partir d'une parenthèse ouvrante ou fermante, déplace le curseur jusqu'à l'autre parenthèse.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Search in Files</source> <translation>Rechercher dans les fichiers</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Search in &Files...</source> <translation>Rechercher dans les &Fichiers...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2105"/> + <location filename="ViewManager/ViewManager.py" line="2161"/> <source>Search for a text in files</source> <translation>Rechercher un texte dans les fichiers</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2107"/> + <location filename="ViewManager/ViewManager.py" line="2163"/> <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>Rechercher un texte dans les fichiers</b><p>Recherche un texte dans les fichiers d'un répertoire ou du projet. Une fenêtre permet de saisir les options de recherche et d'afficher les résultats.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Zoom in</source> <translation>Zoom avant</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Zoom &in</source> <translation>Zoom a&vant</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2239"/> + <location filename="ViewManager/ViewManager.py" line="2297"/> <source>Zoom in on the text</source> <translation>Zoom sur le texte</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2241"/> + <location filename="ViewManager/ViewManager.py" line="2299"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Zoom avant</b><p>Zoom sur le texte. Affiche le texte en plus gros.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Zoom out</source> <translation>Zoom arrière</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Zoom &out</source> <translation>Zoom a&rrière</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2255"/> + <location filename="ViewManager/ViewManager.py" line="2313"/> <source>Zoom out on the text</source> <translation>Zoom arrière du texte</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2257"/> + <location filename="ViewManager/ViewManager.py" line="2315"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Zoom arrière</b><p>Zoom arrière du texte. Affiche le texte en plus petit.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>Zoom</source> <translation>Zoom</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>&Zoom</source> <translation>&Zoom</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2271"/> - <source>Zoom the text</source> - <translation>Zoom du texte</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2273"/> - <source><b>Zoom</b><p>Zoom the text. This opens a dialog where the desired size can be entered.</p></source> - <translation><b>Zoom</b><p>Zoom du texte. Ouvre une fenêtre pour entrer la taille souhaitée.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2285"/> - <source>Toggle all folds</source> - <translation>Contracte/Déploie tout le code</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2281"/> - <source>Toggle &all folds</source> - <translation>Contracte/Déploie &tout le code</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2287"/> - <source><b>Toggle all folds</b><p>Toggle all folds of the current editor.</p></source> - <translation><b>Contracte/Déploie tout le code</b><p>Contracte ou déploie tout le code de la page en cours.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2314"/> - <source>Toggle current fold</source> - <translation>Contracte/Déploie le paragraphe courant</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2310"/> - <source>Toggle &current fold</source> - <translation>Contracte/Déploie le paragraphe &courant</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2316"/> - <source><b>Toggle current fold</b><p>Toggle the folds of the current line of the current editor.</p></source> - <translation><b>Contracte/Déploie le paragraphe courant</b><p>Applique la contraction de code au paragraphe courant.</p></translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2329"/> - <source>Remove all highlights</source> - <translation>Suppression de tous les surlignages</translation> + <source>Zoom the text</source> + <translation>Zoom du texte</translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="2331"/> + <source><b>Zoom</b><p>Zoom the text. This opens a dialog where the desired size can be entered.</p></source> + <translation><b>Zoom</b><p>Zoom du texte. Ouvre une fenêtre pour entrer la taille souhaitée.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2343"/> + <source>Toggle all folds</source> + <translation>Contracte/Déploie tout le code</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2339"/> + <source>Toggle &all folds</source> + <translation>Contracte/Déploie &tout le code</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2345"/> + <source><b>Toggle all folds</b><p>Toggle all folds of the current editor.</p></source> + <translation><b>Contracte/Déploie tout le code</b><p>Contracte ou déploie tout le code de la page en cours.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2372"/> + <source>Toggle current fold</source> + <translation>Contracte/Déploie le paragraphe courant</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2368"/> + <source>Toggle &current fold</source> + <translation>Contracte/Déploie le paragraphe &courant</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2374"/> + <source><b>Toggle current fold</b><p>Toggle the folds of the current line of the current editor.</p></source> + <translation><b>Contracte/Déploie le paragraphe courant</b><p>Applique la contraction de code au paragraphe courant.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2387"/> + <source>Remove all highlights</source> + <translation>Suppression de tous les surlignages</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2389"/> <source><b>Remove all highlights</b><p>Remove the highlights of all editors.</p></source> <translation><b>Suppression de tous les surlignages</b><p>Supprime tous les surlignage présents dans la page.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2338"/> + <location filename="ViewManager/ViewManager.py" line="2396"/> <source>Split view</source> <translation>Diviser la fenêtre</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2338"/> + <location filename="ViewManager/ViewManager.py" line="2396"/> <source>&Split view</source> <translation>&Diviser la fenêtre</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2342"/> + <location filename="ViewManager/ViewManager.py" line="2400"/> <source>Add a split to the view</source> <translation>Ajoute une division de fenêtre</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2344"/> + <location filename="ViewManager/ViewManager.py" line="2402"/> <source><b>Split view</b><p>Add a split to the view.</p></source> <translation><b>Diviser la fenêtre</b><p>Ajoute un division supplémentaire à la fenêtre courante.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2351"/> + <location filename="ViewManager/ViewManager.py" line="2409"/> <source>Arrange horizontally</source> <translation>Division horizontale/verticale</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2351"/> + <location filename="ViewManager/ViewManager.py" line="2409"/> <source>Arrange &horizontally</source> <translation>Division &horizontale/verticale</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2356"/> + <location filename="ViewManager/ViewManager.py" line="2414"/> <source>Arrange the splitted views horizontally</source> <translation>Bascule la division horizontalement ou verticalement</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2358"/> + <location filename="ViewManager/ViewManager.py" line="2416"/> <source><b>Arrange horizontally</b><p>Arrange the splitted views horizontally.</p></source> <translation><b>Division horizontale/verticale</b><p>Bascule la division horizontalement ou verticalement, selon.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2366"/> + <location filename="ViewManager/ViewManager.py" line="2424"/> <source>Remove split</source> <translation>Suppression du découpage</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2366"/> + <location filename="ViewManager/ViewManager.py" line="2424"/> <source>&Remove split</source> <translation>&Suppression du découpage</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2371"/> + <location filename="ViewManager/ViewManager.py" line="2429"/> <source>Remove the current split</source> <translation>Supprime le découpage de fenêtre courant</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2373"/> + <location filename="ViewManager/ViewManager.py" line="2431"/> <source><b>Remove split</b><p>Remove the current split.</p></source> <translation><b>Suppression du découpage</b><p>Supprime le découpage de fenêtre courant.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2478"/> + <location filename="ViewManager/ViewManager.py" line="2536"/> <source>Start Macro Recording</source> <translation>Démarrer l'enregistrement de la macro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2473"/> + <location filename="ViewManager/ViewManager.py" line="2531"/> <source>S&tart Macro Recording</source> <translation>&Démarrer l'enregistrement de la macro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2480"/> + <location filename="ViewManager/ViewManager.py" line="2538"/> <source><b>Start Macro Recording</b><p>Start recording editor commands into a new macro.</p></source> <translation><b>Démarrer l'enregistrement de la macro</b><p>Démarre l'enregistrement des commandes de l'éditeur dans une nouvelle macro.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2492"/> + <location filename="ViewManager/ViewManager.py" line="2550"/> <source>Stop Macro Recording</source> <translation>Arrêter l'enregistrement de la macro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2487"/> + <location filename="ViewManager/ViewManager.py" line="2545"/> <source>Sto&p Macro Recording</source> <translation>&Arrêter l'enregistrement de la macro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2494"/> + <location filename="ViewManager/ViewManager.py" line="2552"/> <source><b>Stop Macro Recording</b><p>Stop recording editor commands into a new macro.</p></source> <translation><b>Arrêter l'enregistrement de la macro</b><p>Arrête l'enregistrement des commandes de l'éditeur dans la nouvelle macro..</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2504"/> + <location filename="ViewManager/ViewManager.py" line="2562"/> <source>Run Macro</source> <translation>Lancer une macro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2501"/> + <location filename="ViewManager/ViewManager.py" line="2559"/> <source>&Run Macro</source> <translation>&Lancer une macro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2505"/> + <location filename="ViewManager/ViewManager.py" line="2563"/> <source><b>Run Macro</b><p>Run a previously recorded editor macro.</p></source> <translation><b>Lancer une macro</b><p>Lance une macro déjà enregistrée.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2516"/> + <location filename="ViewManager/ViewManager.py" line="2574"/> <source>Delete Macro</source> <translation>Supprimer une macro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2512"/> + <location filename="ViewManager/ViewManager.py" line="2570"/> <source>&Delete Macro</source> <translation>&Supprimer une macro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2518"/> + <location filename="ViewManager/ViewManager.py" line="2576"/> <source><b>Delete Macro</b><p>Delete a previously recorded editor macro.</p></source> <translation><b>Supprimer une macro</b><p>Supprime une macro déjà enregistrée.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2528"/> + <location filename="ViewManager/ViewManager.py" line="2586"/> <source>Load Macro</source> <translation>Charger une macro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2525"/> + <location filename="ViewManager/ViewManager.py" line="2583"/> <source>&Load Macro</source> <translation>&Charger une macro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2530"/> + <location filename="ViewManager/ViewManager.py" line="2588"/> <source><b>Load Macro</b><p>Load an editor macro from a file.</p></source> <translation><b>Charger une macro</b><p>Charger une macro déjà enregistrée à partir d'un fichier.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2540"/> - <source>Save Macro</source> - <translation>Enregistrer une macro</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2537"/> - <source>&Save Macro</source> - <translation>&Enregistrer la macro</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2542"/> - <source><b>Save Macro</b><p>Save a previously recorded editor macro to a file.</p></source> - <translation><b>Enregistrer une macro</b><p>Enregistrer une macro dans un fichier.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2580"/> - <source>Toggle Bookmark</source> - <translation>Placer/Supprimer un signet</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2573"/> - <source>&Toggle Bookmark</source> - <translation>&Placer/Supprimer un signet</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2582"/> - <source><b>Toggle Bookmark</b><p>Toggle a bookmark at the current line of the current editor.</p></source> - <translation><b>Placer/Supprimer un signet</b><p>Place ou enlève un signet sur la ligne courante.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2596"/> - <source>Next Bookmark</source> - <translation>Signet suivant</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2589"/> - <source>&Next Bookmark</source> - <translation>Signet suiva&nt</translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2598"/> + <source>Save Macro</source> + <translation>Enregistrer une macro</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2595"/> + <source>&Save Macro</source> + <translation>&Enregistrer la macro</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2600"/> + <source><b>Save Macro</b><p>Save a previously recorded editor macro to a file.</p></source> + <translation><b>Enregistrer une macro</b><p>Enregistrer une macro dans un fichier.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2638"/> + <source>Toggle Bookmark</source> + <translation>Placer/Supprimer un signet</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2631"/> + <source>&Toggle Bookmark</source> + <translation>&Placer/Supprimer un signet</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2640"/> + <source><b>Toggle Bookmark</b><p>Toggle a bookmark at the current line of the current editor.</p></source> + <translation><b>Placer/Supprimer un signet</b><p>Place ou enlève un signet sur la ligne courante.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2654"/> + <source>Next Bookmark</source> + <translation>Signet suivant</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2647"/> + <source>&Next Bookmark</source> + <translation>Signet suiva&nt</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2656"/> <source><b>Next Bookmark</b><p>Go to next bookmark of the current editor.</p></source> <translation><b>Signet suivant</b><p>Avance jusqu'au signet suivant.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2612"/> + <location filename="ViewManager/ViewManager.py" line="2670"/> <source>Previous Bookmark</source> <translation>Signet précédent</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2605"/> + <location filename="ViewManager/ViewManager.py" line="2663"/> <source>&Previous Bookmark</source> <translation>Signet &précédent</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2614"/> + <location filename="ViewManager/ViewManager.py" line="2672"/> <source><b>Previous Bookmark</b><p>Go to previous bookmark of the current editor.</p></source> <translation><b>Signet précédent</b><p>Remonte au signet précédent.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2628"/> + <location filename="ViewManager/ViewManager.py" line="2686"/> <source>Clear Bookmarks</source> <translation>Supprimer les signets</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2621"/> + <location filename="ViewManager/ViewManager.py" line="2679"/> <source>&Clear Bookmarks</source> <translation>S&upprimer les signets</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2630"/> + <location filename="ViewManager/ViewManager.py" line="2688"/> <source><b>Clear Bookmarks</b><p>Clear bookmarks of all editors.</p></source> <translation><b>Supprimer les signets</b><p>Supprime tous les signets de tous les éditeurs ouverts.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2787"/> + <location filename="ViewManager/ViewManager.py" line="2845"/> <source>&Bookmarks</source> <translation>&Signets</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2986"/> + <location filename="ViewManager/ViewManager.py" line="3044"/> <source>File Modified</source> <translation>Fichier Modifié</translation> </message> @@ -51327,17 +51327,17 @@ <translation type="obsolete">Pos: %1</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3610"/> + <location filename="ViewManager/ViewManager.py" line="3669"/> <source>&Clear</source> <translation>&Effacer</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3606"/> + <location filename="ViewManager/ViewManager.py" line="3665"/> <source>&Add</source> <translation>&Ajouter</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3608"/> + <location filename="ViewManager/ViewManager.py" line="3667"/> <source>&Edit...</source> <translation>&Editer...</translation> </message> @@ -51392,32 +51392,32 @@ <translation><b>Autocomplétion à partir des API</b><p>Complète le mot courant à partir de la liste des mots des fichiers API.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2643"/> + <location filename="ViewManager/ViewManager.py" line="2701"/> <source>Goto Syntax Error</source> <translation>Aller à l'erreur de syntaxe suivante</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2637"/> + <location filename="ViewManager/ViewManager.py" line="2695"/> <source>&Goto Syntax Error</source> <translation>Aller à l'erreur de s&yntaxe suivante</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2645"/> + <location filename="ViewManager/ViewManager.py" line="2703"/> <source><b>Goto Syntax Error</b><p>Go to next syntax error of the current editor.</p></source> <translation><b>Aller à l'erreur de syntaxe suivante</b><p>Avance jusqu'à l'erreur de syntaxe suivante.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2657"/> + <location filename="ViewManager/ViewManager.py" line="2715"/> <source>Clear Syntax Errors</source> <translation>Effacer les erreurs de syntaxe</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2652"/> + <location filename="ViewManager/ViewManager.py" line="2710"/> <source>Clear &Syntax Errors</source> <translation>E&ffacer les erreurs de syntaxe</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2659"/> + <location filename="ViewManager/ViewManager.py" line="2717"/> <source><b>Clear Syntax Errors</b><p>Clear syntax errors of all editors.</p></source> <translation><b>Effacer les erreurs de syntaxe</b><p>Supprime tous les flags d'erreurs de syntaxe de tous les éditeurs ouverts.</p></translation> </message> @@ -51445,32 +51445,32 @@ <translation>Shift+Backspace</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2721"/> + <location filename="ViewManager/ViewManager.py" line="2779"/> <source>Next uncovered line</source> <translation>Ligne non executée suivante</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2715"/> + <location filename="ViewManager/ViewManager.py" line="2773"/> <source>&Next uncovered line</source> <translation>Ligne non executée &suivante</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2723"/> + <location filename="ViewManager/ViewManager.py" line="2781"/> <source><b>Next uncovered line</b><p>Go to next line of the current editor marked as not covered.</p></source> <translation><b>Ligne non executée suivante</b><p>Avance jusqu'à la prochaine ligne de l'éditeur marquée comme "jamais executée" par le code coverage.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2737"/> + <location filename="ViewManager/ViewManager.py" line="2795"/> <source>Previous uncovered line</source> <translation>Ligne non executée précédente</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2730"/> + <location filename="ViewManager/ViewManager.py" line="2788"/> <source>&Previous uncovered line</source> <translation>Ligne non executée &précédente</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2739"/> + <location filename="ViewManager/ViewManager.py" line="2797"/> <source><b>Previous uncovered line</b><p>Go to previous line of the current editor marked as not covered.</p></source> <translation><b>Ligne non executée précédente</b><p>Retourne à la dernière ligne de l'éditeur marquée comme "jamais executée" par le code coverage.</p></translation> </message> @@ -51490,70 +51490,70 @@ <translation><b>Ouvrir un fichier</b><p>Le nom d'un fichier à ouvrir dans un éditeur vous est demandé.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2145"/> + <location filename="ViewManager/ViewManager.py" line="2201"/> <source>Quicksearch</source> <translation>Recherche rapide</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2009"/> + <location filename="ViewManager/ViewManager.py" line="2012"/> <source>Ctrl+Shift+K</source> <comment>Search|Quicksearch</comment> <translation>Ctrl+Shift+K</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2017"/> + <location filename="ViewManager/ViewManager.py" line="2020"/> <source>Perform a quicksearch</source> <translation>Lancer une recherche rapide</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Quicksearch backwards</source> <translation>Recherche rapide en arrière</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Ctrl+Shift+J</source> <comment>Search|Quicksearch backwards</comment> <translation>Ctrl+Shift+J</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2036"/> + <location filename="ViewManager/ViewManager.py" line="2039"/> <source>Perform a quicksearch backwards</source> <translation>Effectue une recherche rapide en arrière</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2009"/> + <location filename="ViewManager/ViewManager.py" line="2012"/> <source>&Quicksearch</source> <translation>&Recherche rapide</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Quicksearch &backwards</source> <translation>Recherche &rapide en arrière</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Quicksearch extend</source> <translation>Etendre au mot complet</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Quicksearch e&xtend</source> <translation>&Etendre au mot complet</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Ctrl+Shift+H</source> <comment>Search|Quicksearch extend</comment> <translation>Ctrl+Shift+H</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2053"/> + <location filename="ViewManager/ViewManager.py" line="2056"/> <source>Extend the quicksearch to the end of the current word</source> <translation>Etend la recherche rapide à la fin du mot courant</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2055"/> + <location filename="ViewManager/ViewManager.py" line="2058"/> <source><b>Quicksearch extend</b><p>This extends the quicksearch text to the end of the word currently found.</p></source> <translation><b>Extension de la sélection au mot complet</b><p>Pour la recherche rapide, cette fonction permet d'étendre la sélection au mot courant.</p></translation> </message> @@ -51573,42 +51573,42 @@ <translation><b>Indentation intelligente</b><p>Indente intelligemment la ou les lignes sélectionnées.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>Next split</source> <translation>Onglet suivant</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>&Next split</source> <translation>O&nglet suivant</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2386"/> + <location filename="ViewManager/ViewManager.py" line="2444"/> <source>Move to the next split</source> <translation>Basculer vers l'onglet suivant</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2388"/> + <location filename="ViewManager/ViewManager.py" line="2446"/> <source><b>Next split</b><p>Move to the next split.</p></source> <translation><b>Onglet suivant</b><p>Basculer vers l'onglet suivant.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>Previous split</source> <translation>Onglet précédent</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>&Previous split</source> <translation>Onglet &précédent</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2401"/> + <location filename="ViewManager/ViewManager.py" line="2459"/> <source>Move to the previous split</source> <translation>Basculer vers l'onglet précédent</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2403"/> + <location filename="ViewManager/ViewManager.py" line="2461"/> <source><b>Previous split</b><p>Move to the previous split.</p></source> <translation><b>Onglet précédent</b><p>Basculer vers l'onglet précédent.</p></translation> </message> @@ -51644,17 +51644,17 @@ <translation><b>Autocomplétion à partir du document et de APIs</b><p>Complète le mot courant à partir de la liste des mots du document courant et des fichiers APIs.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2300"/> + <location filename="ViewManager/ViewManager.py" line="2358"/> <source>Toggle all folds (including children)</source> <translation>Contracte/Déploie tout le code (sous-niveaux inclus)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2295"/> + <location filename="ViewManager/ViewManager.py" line="2353"/> <source>Toggle all &folds (including children)</source> <translation>Contracte/&Déploie tout le code (sous-niveaux inclus)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2302"/> + <location filename="ViewManager/ViewManager.py" line="2360"/> <source><b>Toggle all folds (including children)</b><p>Toggle all folds of the current editor including all children.</p></source> <translation><b>Contracte/Déploie tout le code (sous-niveaux inclus)</b><p>Contracte/Déploie tout le code de l'éditeur courant en incluant tous les sous-niveaux d'indentation</p></translation> </message> @@ -51840,7 +51840,7 @@ <translation>&Edition</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="1890"/> + <location filename="ViewManager/ViewManager.py" line="1893"/> <source>Edit</source> <translation>Édition</translation> </message> @@ -51857,129 +51857,129 @@ <translation>Ctrl+R</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2063"/> + <location filename="ViewManager/ViewManager.py" line="2066"/> <source>Ctrl+G</source> <comment>Search|Goto Line</comment> <translation>Ctrl+G</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2079"/> + <location filename="ViewManager/ViewManager.py" line="2082"/> <source>Ctrl+L</source> <comment>Search|Goto Brace</comment> <translation>Ctrl+L</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Shift+Ctrl+F</source> <comment>Search|Search Files</comment> <translation>Shift+Ctrl+F</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>Ctrl+#</source> <comment>View|Zoom</comment> <translation>Ctrl+#</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>Ctrl+Alt+N</source> <comment>View|Next split</comment> <translation>Ctrl+Alt+N</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>Ctrl+Alt+P</source> <comment>View|Previous split</comment> <translation>Ctrl+Alt+P</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2425"/> + <location filename="ViewManager/ViewManager.py" line="2483"/> <source>&View</source> <translation>&Affichage</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2452"/> + <location filename="ViewManager/ViewManager.py" line="2510"/> <source>View</source> <translation>Affichage</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2557"/> + <location filename="ViewManager/ViewManager.py" line="2615"/> <source>&Macros</source> <translation>&Macros</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2573"/> + <location filename="ViewManager/ViewManager.py" line="2631"/> <source>Alt+Ctrl+T</source> <comment>Bookmark|Toggle</comment> <translation>Alt+Ctrl+T</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2589"/> + <location filename="ViewManager/ViewManager.py" line="2647"/> <source>Ctrl+PgDown</source> <comment>Bookmark|Next</comment> <translation>Ctrl+PgDown</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2605"/> + <location filename="ViewManager/ViewManager.py" line="2663"/> <source>Ctrl+PgUp</source> <comment>Bookmark|Previous</comment> <translation>Ctrl+PgUp</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2621"/> + <location filename="ViewManager/ViewManager.py" line="2679"/> <source>Alt+Ctrl+C</source> <comment>Bookmark|Clear</comment> <translation>Alt+Ctrl+C</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2827"/> + <location filename="ViewManager/ViewManager.py" line="2885"/> <source>Bookmarks</source> <translation>Signets</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2950"/> + <location filename="ViewManager/ViewManager.py" line="3008"/> <source>Open files</source> <translation>Ouvrir Fichiers</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2753"/> + <location filename="ViewManager/ViewManager.py" line="2811"/> <source>Next Task</source> <translation>Tâche suivante</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2747"/> + <location filename="ViewManager/ViewManager.py" line="2805"/> <source>&Next Task</source> <translation>Tâche suiva&nte</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2755"/> + <location filename="ViewManager/ViewManager.py" line="2813"/> <source><b>Next Task</b><p>Go to next line of the current editor having a task.</p></source> <translation><b>Tâche suivante</b><p>Avance jusqu'à la prochaine ligne ayant une tâche dans l'éditeur courant.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2769"/> + <location filename="ViewManager/ViewManager.py" line="2827"/> <source>Previous Task</source> <translation>Tâche précédente</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2762"/> + <location filename="ViewManager/ViewManager.py" line="2820"/> <source>&Previous Task</source> <translation>Tâche &précédente</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2771"/> + <location filename="ViewManager/ViewManager.py" line="2829"/> <source><b>Previous Task</b><p>Go to previous line of the current editor having a task.</p></source> <translation><b>Tâche précédente</b><p>Remonte jusqu'à la tâche précédente dans l'éditeur courant.</p></translation> </message> @@ -52041,7 +52041,7 @@ <translation>Exporter en tant que</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2190"/> + <location filename="ViewManager/ViewManager.py" line="2246"/> <source>Quicksearch Textedit</source> <translation>Edition de la recherche rapide</translation> </message> @@ -52113,17 +52113,17 @@ <translation><b>Effacer tous les marqueurs de recherche</b><p>Efface tous les marqueurs de recherche affichés.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2019"/> + <location filename="ViewManager/ViewManager.py" line="2022"/> <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>Recherche rapide</b><p>Ceci active la fonction de recherche rapide. Si le champ est déjà actif et contient du texte, la fonction recherche l'occurence suivante du texte.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2038"/> + <location filename="ViewManager/ViewManager.py" line="2041"/> <source><b>Quicksearch backwards</b><p>This searches the previous occurrence of the quicksearch text.</p></source> <translation><b>Recherche rapide en arrière</b><p>Permet de rechercher l'ocurrence précédente du texte recherché.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2168"/> + <location filename="ViewManager/ViewManager.py" line="2224"/> <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>Saisir le texte à rechercher dans ce champ. La recherche tiendra compte de la casse. Si le champ de saisie n'a pas le focus, la fonction de recherche rapide s'active automatiquement quand on lance la recherche d'occurence suivante (raccourci Ctrl+Shift+K par défaut). Sinon, c'est la recherche de l'occurence suivante qui est effectuée. La recherche rapide arrière (raccourci Ctrl+Shift+J par défaut) permet de rechercher en arrière dans le texte. En activant "l'extension de recherche rapide" (Ctrl+Shift+H par défaut), on étend le texte de recherche au mot courant trouvé. On quitte la recherche rapide en appuyant sur 'Enter' lorsque le champ de saisie a le focus.</p></translation> </message> @@ -52158,144 +52158,144 @@ <translation>Shift+Enter</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Replace in Files</source> <translation>Remplacer dans les fichiers</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Replace in F&iles...</source> <translation>Remplacer dans les f&ichiers...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Shift+Ctrl+R</source> <comment>Search|Replace in Files</comment> <translation>Shift+Ctrl+R</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2123"/> + <location filename="ViewManager/ViewManager.py" line="2179"/> <source>Search for a text in files and replace it</source> <translation>Recherche puis remplace un texte dans des fichiers.</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2125"/> + <location filename="ViewManager/ViewManager.py" line="2181"/> <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>Remplacer un texte dans les fichiers</b><p>Recherche un texte dans les fichiers d'un répertoire ou du projet. Une fenêtre permet de saisir les options de recherche et de remplacement, et d'afficher les résultats.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>Spell check</source> <translation>Vérification orthographique</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>&Spell Check...</source> <translation>&Vérification orthographique...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>Shift+F7</source> <comment>Spelling|Spell Check</comment> <translation>Shift+F7</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2866"/> + <location filename="ViewManager/ViewManager.py" line="2924"/> <source>Perform spell check of current editor</source> <translation>Effectue la vérification orthographique dans l'éditeur courant</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2868"/> + <location filename="ViewManager/ViewManager.py" line="2926"/> <source><b>Spell check</b><p>Perform a spell check of the current editor.</p></source> <translation><b>Vérification orthographique</b><p>Effectue la vérification orthographique dans le document courant.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2875"/> + <location filename="ViewManager/ViewManager.py" line="2933"/> <source>Automatic spell checking</source> <translation>Vérification orthographique automatique</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2875"/> + <location filename="ViewManager/ViewManager.py" line="2933"/> <source>&Automatic spell checking</source> <translation>Vérification orthographique &automatique</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2882"/> + <location filename="ViewManager/ViewManager.py" line="2940"/> <source>(De-)Activate automatic spell checking</source> <translation>Active/Désactive la vérification orthographique automatique</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2884"/> + <location filename="ViewManager/ViewManager.py" line="2942"/> <source><b>Automatic spell checking</b><p>Activate or deactivate the automatic spell checking function of all editors.</p></source> <translation><b>Vérification orthographique</b><p>Active ou désactive la vérification orthographique automatique dans tous les éditeurs.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2924"/> + <location filename="ViewManager/ViewManager.py" line="2982"/> <source>Spelling</source> <translation>Orthographe</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2986"/> + <location filename="ViewManager/ViewManager.py" line="3044"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3265"/> + <location filename="ViewManager/ViewManager.py" line="3324"/> <source>File: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3269"/> + <location filename="ViewManager/ViewManager.py" line="3328"/> <source>Line: {0:5}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3274"/> + <location filename="ViewManager/ViewManager.py" line="3333"/> <source>Pos: {0:5}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2673"/> + <location filename="ViewManager/ViewManager.py" line="2731"/> <source>Next warning message</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2666"/> + <location filename="ViewManager/ViewManager.py" line="2724"/> <source>&Next warning message</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2675"/> + <location filename="ViewManager/ViewManager.py" line="2733"/> <source><b>Next warning message</b><p>Go to next line of the current editor having a py3flakes warning.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2690"/> + <location filename="ViewManager/ViewManager.py" line="2748"/> <source>Previous warning message</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2683"/> + <location filename="ViewManager/ViewManager.py" line="2741"/> <source>&Previous warning message</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2692"/> + <location filename="ViewManager/ViewManager.py" line="2750"/> <source><b>Previous warning message</b><p>Go to previous line of the current editor having a py3flakes warning.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2706"/> + <location filename="ViewManager/ViewManager.py" line="2764"/> <source>Clear Warning Messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2700"/> + <location filename="ViewManager/ViewManager.py" line="2758"/> <source>Clear &Warning Messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2708"/> + <location filename="ViewManager/ViewManager.py" line="2766"/> <source><b>Clear Warning Messages</b><p>Clear py3flakes warning messages of all editors.</p></source> <translation type="unfinished"></translation> </message> @@ -52315,6 +52315,69 @@ <source><b>Join Lines</b><p>Join the current and the next lines.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2106"/> + <source>Goto Last Edit Location</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2098"/> + <source>Goto Last &Edit Location</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2098"/> + <source>Ctrl+Shift+G</source> + <comment>Search|Goto Last Edit Location</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2108"/> + <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="2115"/> + <source>Goto Previous Method or Class</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2115"/> + <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="2122"/> + <source>Go to the previous method or class definition</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2125"/> + <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="2133"/> + <source>Goto Next Method or Class</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2133"/> + <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="2140"/> + <source>Go to the next method or class definition</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2143"/> + <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> </context> <context> <name>ViewProfileDialog</name>
--- a/i18n/eric5_it.ts Mon Jul 04 08:08:04 2011 +0200 +++ b/i18n/eric5_it.ts Sun Jul 10 16:31:33 2011 +0200 @@ -6794,817 +6794,817 @@ <context> <name>Editor</name> <message> - <location filename="QScintilla/Editor.py" line="568"/> + <location filename="QScintilla/Editor.py" line="576"/> <source>Undo</source> <translation>Annulla</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="571"/> + <location filename="QScintilla/Editor.py" line="579"/> <source>Redo</source> <translation>Rifai</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="574"/> + <location filename="QScintilla/Editor.py" line="582"/> <source>Revert to last saved state</source> <translation>Ritorna all'ultimo stato salvato</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="578"/> + <location filename="QScintilla/Editor.py" line="586"/> <source>Cut</source> <translation>Taglia</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="581"/> - <source>Copy</source> - <translation>Copia</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="583"/> - <source>Paste</source> - <translation>Incolla</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="587"/> - <source>Indent</source> - <translation>Identa</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="589"/> - <source>Unindent</source> - <translation>Annulla identazione</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="592"/> - <source>Comment</source> - <translation>Commenta</translation> + <source>Copy</source> + <translation>Copia</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="591"/> + <source>Paste</source> + <translation>Incolla</translation> </message> <message> <location filename="QScintilla/Editor.py" line="595"/> + <source>Indent</source> + <translation>Identa</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="597"/> + <source>Unindent</source> + <translation>Annulla identazione</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="600"/> + <source>Comment</source> + <translation>Commenta</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="603"/> <source>Uncomment</source> <translation>Annulla commenta</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="598"/> - <source>Stream Comment</source> - <translation>Flusso commento</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="601"/> - <source>Box Comment</source> - <translation>Commenti nel riquadro</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="604"/> - <source>Select to brace</source> - <translation>Seleziona per parentesizzare</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="606"/> + <source>Stream Comment</source> + <translation>Flusso commento</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="609"/> + <source>Box Comment</source> + <translation>Commenti nel riquadro</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="612"/> + <source>Select to brace</source> + <translation>Seleziona per parentesizzare</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="614"/> <source>Select all</source> <translation>Seleziona tutti</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="607"/> + <location filename="QScintilla/Editor.py" line="615"/> <source>Deselect all</source> <translation>Deseleziona tutti</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="620"/> - <source>Shorten empty lines</source> - <translation>Abbrevia righe vuote</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="771"/> - <source>Languages</source> - <translation>Linguaggi</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="628"/> + <source>Shorten empty lines</source> + <translation>Abbrevia righe vuote</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="779"/> + <source>Languages</source> + <translation>Linguaggi</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="636"/> <source>Use Monospaced Font</source> <translation>Usa un font Monospaced</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="645"/> + <location filename="QScintilla/Editor.py" line="653"/> <source>Autocompletion enabled</source> <translation>Autocompletamento abilitato</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="721"/> - <source>Check</source> - <translation>Controlla</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="729"/> + <source>Check</source> + <translation>Controlla</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="737"/> <source>Show</source> <translation>Mostra</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="662"/> + <location filename="QScintilla/Editor.py" line="670"/> <source>New view</source> <translation>Nuova vista</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="667"/> + <location filename="QScintilla/Editor.py" line="675"/> <source>Close</source> <translation>Chiudi</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="671"/> + <location filename="QScintilla/Editor.py" line="679"/> <source>Save</source> <translation>Salva</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="673"/> + <location filename="QScintilla/Editor.py" line="681"/> <source>Save As...</source> <translation>Salva come...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="680"/> + <location filename="QScintilla/Editor.py" line="688"/> <source>Print</source> <translation>Stampa</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="731"/> + <location filename="QScintilla/Editor.py" line="739"/> <source>Code metrics...</source> <translation>Statistiche codice...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="733"/> - <source>Code coverage...</source> - <translation>Analisi codice...</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="741"/> + <source>Code coverage...</source> + <translation>Analisi codice...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="749"/> <source>Profile data...</source> <translation>Profilazione dati...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="983"/> + <location filename="QScintilla/Editor.py" line="991"/> <source>Toggle bookmark</source> <translation>Inverti bookmark</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="986"/> + <location filename="QScintilla/Editor.py" line="994"/> <source>Next bookmark</source> <translation>Prossimo segnalibro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="989"/> + <location filename="QScintilla/Editor.py" line="997"/> <source>Previous bookmark</source> <translation>Segnalibro precedente</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="992"/> + <location filename="QScintilla/Editor.py" line="1000"/> <source>Clear all bookmarks</source> <translation>Pulisci di tutti di segnalibri</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1019"/> + <location filename="QScintilla/Editor.py" line="1027"/> <source>Toggle breakpoint</source> <translation>Abilita/Disabilita breakpoint</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1025"/> + <location filename="QScintilla/Editor.py" line="1033"/> <source>Edit breakpoint...</source> <translation>Modifica Breakpoint...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4088"/> + <location filename="QScintilla/Editor.py" line="4178"/> <source>Enable breakpoint</source> <translation>Abilita breakpoint</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1031"/> + <location filename="QScintilla/Editor.py" line="1039"/> <source>Next breakpoint</source> <translation>Prossimo breakpoint</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1034"/> + <location filename="QScintilla/Editor.py" line="1042"/> <source>Previous breakpoint</source> <translation>Breakpoint precedente</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1037"/> + <location filename="QScintilla/Editor.py" line="1045"/> <source>Clear all breakpoints</source> <translation>Elimina tutti i breakpoint</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1055"/> + <location filename="QScintilla/Editor.py" line="1063"/> <source>LMB toggles bookmarks</source> <translation>Inverti bookmark LMB</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1060"/> + <location filename="QScintilla/Editor.py" line="1068"/> <source>LMB toggles breakpoints</source> <translation>Toggle Breakpoint LMB</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1529"/> + <location filename="QScintilla/Editor.py" line="1537"/> <source>Modification of Read Only file</source> <translation>Modifica di un file di sola lettura</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1529"/> + <location filename="QScintilla/Editor.py" line="1537"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Stai tentando di modificare un file in sola lettura. Per favore prima salva come un file diverso.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2142"/> + <location filename="QScintilla/Editor.py" line="2150"/> <source>Printing...</source> <translation>In stampa...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2159"/> + <location filename="QScintilla/Editor.py" line="2167"/> <source>Printing completed</source> <translation>Stampa completata</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2161"/> + <location filename="QScintilla/Editor.py" line="2169"/> <source>Error while printing</source> <translation>Errore durante la stampa</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2164"/> + <location filename="QScintilla/Editor.py" line="2172"/> <source>Printing aborted</source> <translation>Stampa annullata</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2363"/> + <location filename="QScintilla/Editor.py" line="2371"/> <source>Open File</source> <translation>Apri File</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2516"/> + <location filename="QScintilla/Editor.py" line="2524"/> <source>Save File</source> <translation>Salva file</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2315"/> + <location filename="QScintilla/Editor.py" line="2323"/> <source>File Modified</source> <translation>File modificato</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3607"/> + <location filename="QScintilla/Editor.py" line="3697"/> <source>Autocompletion</source> <translation>Autocompletamento</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3607"/> + <location filename="QScintilla/Editor.py" line="3697"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>L'autocomplentamento non è disponibile perchè non ci sono fonti impostate.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4091"/> + <location filename="QScintilla/Editor.py" line="4181"/> <source>Disable breakpoint</source> <translation>Disabilita breakpoint</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4380"/> + <location filename="QScintilla/Editor.py" line="4470"/> <source>Code Coverage</source> <translation>Analisi codice</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4380"/> + <location filename="QScintilla/Editor.py" line="4470"/> <source>Please select a coverage file</source> <translation>Per favore seleziona un file per l'analisi</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4518"/> + <location filename="QScintilla/Editor.py" line="4608"/> <source>Profile Data</source> <translation>Profilazione dati</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4518"/> + <location filename="QScintilla/Editor.py" line="4608"/> <source>Please select a profile file</source> <translation>Per favore seleziona un file per la profilazione</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4873"/> + <location filename="QScintilla/Editor.py" line="4963"/> <source>Macro Name</source> <translation>Nome Macro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4873"/> + <location filename="QScintilla/Editor.py" line="4963"/> <source>Select a macro name:</source> <translation>Seleziona un nome per la macro:</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4941"/> + <location filename="QScintilla/Editor.py" line="5031"/> <source>Macro files (*.macro)</source> <translation>File Macro (*.macro)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4901"/> + <location filename="QScintilla/Editor.py" line="4991"/> <source>Load macro file</source> <translation>Carica un file di macro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4922"/> + <location filename="QScintilla/Editor.py" line="5012"/> <source>Error loading macro</source> <translation>Errore nel caricamento della macro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4941"/> + <location filename="QScintilla/Editor.py" line="5031"/> <source>Save macro file</source> <translation>Salva un file di macro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4958"/> + <location filename="QScintilla/Editor.py" line="5048"/> <source>Save macro</source> <translation>Salva macro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4973"/> + <location filename="QScintilla/Editor.py" line="5063"/> <source>Error saving macro</source> <translation>Errore nel salvataggio della macro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4984"/> + <location filename="QScintilla/Editor.py" line="5074"/> <source>Start Macro Recording</source> <translation>Avvia registrazione della macro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5009"/> + <location filename="QScintilla/Editor.py" line="5099"/> <source>Macro Recording</source> <translation>Registrazione Macro</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5009"/> + <location filename="QScintilla/Editor.py" line="5099"/> <source>Enter name of the macro:</source> <translation>Inserisci un nome per la macro:</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5131"/> + <location filename="QScintilla/Editor.py" line="5221"/> <source>File changed</source> <translation>File modificato</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="633"/> + <location filename="QScintilla/Editor.py" line="641"/> <source>Autosave enabled</source> <translation>Salvataggio automatico abilitato</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="996"/> + <location filename="QScintilla/Editor.py" line="1004"/> <source>Goto syntax error</source> <translation>Vai all'errore di sintassi</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1002"/> + <location filename="QScintilla/Editor.py" line="1010"/> <source>Clear syntax error</source> <translation>Elimina errori di sintassi</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5327"/> - <source>Drop Error</source> - <translation>Errore Drop</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="999"/> - <source>Show syntax error message</source> - <translation>Mostra i messaggi degli errori di sintassi</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="4648"/> - <source>Syntax Error</source> - <translation>Errore di sintassi</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="4648"/> - <source>No syntax error message available.</source> - <translation>Nessun messaggio degli errori di sintassi disponibile.</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="1022"/> - <source>Toggle temporary breakpoint</source> - <translation>Abilita/Disabilita breakpoint temporaneo</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="735"/> - <source>Show code coverage annotations</source> - <translation>Mostra le annotazioni dell'analisi del codice</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="738"/> - <source>Hide code coverage annotations</source> - <translation>Nascondi le annotazioni dell'analisi del codice</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="1041"/> - <source>Next uncovered line</source> - <translation>Prossimo file non analizzato</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="1044"/> - <source>Previous uncovered line</source> - <translation>File non analizzato precedente</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="4426"/> - <source>Show Code Coverage Annotations</source> - <translation>Mostra le annotazioni dell'analisi del codice</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="4422"/> - <source>All lines have been covered.</source> - <translation>Tutte le linee sono state analizzate.</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="4426"/> - <source>There is no coverage file available.</source> - <translation>Non ci sono file di analisi disponibili.</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="663"/> - <source>New view (with new split)</source> - <translation>Nuova vista (con nuova divisione)</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="751"/> - <source>Diagrams</source> - <translation>Diagrammi</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="753"/> - <source>Class Diagram...</source> - <translation>Diagrammi di classe...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="755"/> - <source>Package Diagram...</source> - <translation>Diagrammi del package...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="757"/> - <source>Imports Diagram...</source> - <translation>Importa diagrammi...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="760"/> - <source>Application Diagram...</source> - <translation>Diagrammi dell'applicazione...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="774"/> - <source>No Language</source> - <translation>Nessun linguaggio</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5345"/> - <source>Resources</source> - <translation>Risorse</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5347"/> - <source>Add file...</source> - <translation>Aggiungi file...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5349"/> - <source>Add files...</source> - <translation>Aggiungi files...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5351"/> - <source>Add aliased file...</source> - <translation>Aggiungi file sinonimo...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5353"/> - <source>Add localized resource...</source> - <translation>Aggiungi una risorsa localizzata...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5374"/> - <source>Add file resource</source> - <translation>Aggiungi un file risorse</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5390"/> - <source>Add file resources</source> - <translation>Aggiundi dei file risorse</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="5417"/> - <source>Add aliased file resource</source> - <translation>Aggiungi file sinonimo delle risorse</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5478"/> - <source>Package Diagram</source> - <translation>Diagrammi del package</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5478"/> - <source>Include class attributes?</source> - <translation>Includi gli attributi della classe ?</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5507"/> - <source>Application Diagram</source> - <translation>Diagrammi dell'applicazione</translation> + <source>Drop Error</source> + <translation>Errore Drop</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="1007"/> + <source>Show syntax error message</source> + <translation>Mostra i messaggi degli errori di sintassi</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="4738"/> + <source>Syntax Error</source> + <translation>Errore di sintassi</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="4738"/> + <source>No syntax error message available.</source> + <translation>Nessun messaggio degli errori di sintassi disponibile.</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="1030"/> + <source>Toggle temporary breakpoint</source> + <translation>Abilita/Disabilita breakpoint temporaneo</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="743"/> + <source>Show code coverage annotations</source> + <translation>Mostra le annotazioni dell'analisi del codice</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="746"/> + <source>Hide code coverage annotations</source> + <translation>Nascondi le annotazioni dell'analisi del codice</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="1049"/> + <source>Next uncovered line</source> + <translation>Prossimo file non analizzato</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="1052"/> + <source>Previous uncovered line</source> + <translation>File non analizzato precedente</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="4516"/> + <source>Show Code Coverage Annotations</source> + <translation>Mostra le annotazioni dell'analisi del codice</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="4512"/> + <source>All lines have been covered.</source> + <translation>Tutte le linee sono state analizzate.</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="4516"/> + <source>There is no coverage file available.</source> + <translation>Non ci sono file di analisi disponibili.</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="671"/> + <source>New view (with new split)</source> + <translation>Nuova vista (con nuova divisione)</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="759"/> + <source>Diagrams</source> + <translation>Diagrammi</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="761"/> + <source>Class Diagram...</source> + <translation>Diagrammi di classe...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="763"/> + <source>Package Diagram...</source> + <translation>Diagrammi del package...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="765"/> + <source>Imports Diagram...</source> + <translation>Importa diagrammi...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="768"/> + <source>Application Diagram...</source> + <translation>Diagrammi dell'applicazione...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="782"/> + <source>No Language</source> + <translation>Nessun linguaggio</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5435"/> + <source>Resources</source> + <translation>Risorse</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5437"/> + <source>Add file...</source> + <translation>Aggiungi file...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5439"/> + <source>Add files...</source> + <translation>Aggiungi files...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5441"/> + <source>Add aliased file...</source> + <translation>Aggiungi file sinonimo...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5443"/> + <source>Add localized resource...</source> + <translation>Aggiungi una risorsa localizzata...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5464"/> + <source>Add file resource</source> + <translation>Aggiungi un file risorse</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5480"/> + <source>Add file resources</source> + <translation>Aggiundi dei file risorse</translation> </message> <message> <location filename="QScintilla/Editor.py" line="5507"/> + <source>Add aliased file resource</source> + <translation>Aggiungi file sinonimo delle risorse</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5568"/> + <source>Package Diagram</source> + <translation>Diagrammi del package</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5568"/> + <source>Include class attributes?</source> + <translation>Includi gli attributi della classe ?</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5597"/> + <source>Application Diagram</source> + <translation>Diagrammi dell'applicazione</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5597"/> <source>Include module names?</source> <translation>Includi i nomi dei moduli ?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5356"/> + <location filename="QScintilla/Editor.py" line="5446"/> <source>Add resource frame</source> <translation>Aggiungi riquadro delle risorse</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4984"/> + <location filename="QScintilla/Editor.py" line="5074"/> <source>Macro recording is already active. Start new?</source> <translation>Registrazione macro già attiva. Avvia nuovamente ?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="695"/> + <location filename="QScintilla/Editor.py" line="703"/> <source>Autocomplete</source> <translation>Autocompletamento</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="701"/> + <location filename="QScintilla/Editor.py" line="709"/> <source>from Document</source> <translation>dal Documento</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="704"/> + <location filename="QScintilla/Editor.py" line="712"/> <source>from APIs</source> <translation>dalle APIs</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="707"/> + <location filename="QScintilla/Editor.py" line="715"/> <source>from Document and APIs</source> <translation>dal Documento e dalle APIs</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1048"/> + <location filename="QScintilla/Editor.py" line="1056"/> <source>Next task</source> <translation>Prossimo task</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1051"/> + <location filename="QScintilla/Editor.py" line="1059"/> <source>Previous task</source> <translation>Task precedente</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="864"/> + <location filename="QScintilla/Editor.py" line="872"/> <source>Export as</source> <translation>Esporta come</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1093"/> + <location filename="QScintilla/Editor.py" line="1101"/> <source>Export source</source> <translation>Esporta sorgenti</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1093"/> + <location filename="QScintilla/Editor.py" line="1101"/> <source>No export format given. Aborting...</source> <translation>Nessun formato di export impostato. Annullamento...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5585"/> <source>Imports Diagram</source> <translation>Importa diagrammi</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5585"/> <source>Include imports from external modules?</source> <translation>Includi gli import dai moduli esterni ?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="698"/> + <location filename="QScintilla/Editor.py" line="706"/> <source>dynamic</source> <translation>dinamico</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="711"/> + <location filename="QScintilla/Editor.py" line="719"/> <source>Calltip</source> <translation>Calltip</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="678"/> + <location filename="QScintilla/Editor.py" line="686"/> <source>Print Preview</source> <translation>Anteprima Stampa</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="337"/> + <location filename="QScintilla/Editor.py" line="342"/> <source><b>A Source Editor Window</b><p>This window is used to display and edit a source file. You can open as many of these as you like. The name of the file is displayed in the window's titlebar.</p><p>In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.</p><p>In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.</p><p>These actions can be reversed via the context menu.</p><p>Ctrl clicking on a syntax error marker shows some info about this error.</p></source> <translation><b>Una finesta di edit</b><p>Questa finestra è usata per visualizzare e modificare un file sorgente. Si possono aprire quante finestre si vogliono. Il nome del file è mostrato nella barra dei titolo della finestra.</p><p>Per impostare dei breakpoint basta cliccare nello spazio tra i numeri di riga e i marcatori di compressione. Con il menù contestuale del margine possono essere modificati.</p><p>Per impostare un segnalibro basta cliccare con lo Shift premuto nello spazio tra il numero di linea e i marcatori di compressione.</p><p>Queste azioni possono essere invertite con il menù contestuale.</p><p> Cliccare con il tasto Ctrl premuto un marcatore di errore della sintassi mostra delle informazioni sull'errore.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="638"/> + <location filename="QScintilla/Editor.py" line="646"/> <source>Typing aids enabled</source> <translation>Aiuti alla digitazione abilitati</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="833"/> + <location filename="QScintilla/Editor.py" line="841"/> <source>End-of-Line Type</source> <translation>Tipo di fine-linea</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="837"/> + <location filename="QScintilla/Editor.py" line="845"/> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="843"/> + <location filename="QScintilla/Editor.py" line="851"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="849"/> + <location filename="QScintilla/Editor.py" line="857"/> <source>Macintosh</source> <translation>Macintosh</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="811"/> + <location filename="QScintilla/Editor.py" line="819"/> <source>Encodings</source> <translation>Codifica</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="793"/> + <location filename="QScintilla/Editor.py" line="801"/> <source>Guessed</source> <translation>Indovinato</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1106"/> + <location filename="QScintilla/Editor.py" line="1114"/> <source>Alternatives</source> <translation>Alternative</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1121"/> + <location filename="QScintilla/Editor.py" line="1129"/> <source>Pygments Lexer</source> <translation>Analizzatore lessicale Pygments</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1121"/> + <location filename="QScintilla/Editor.py" line="1129"/> <source>Select the Pygments lexer to apply.</source> <translation>Selezione l'analizzatore lessicale di Pygments da applicare.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5745"/> + <location filename="QScintilla/Editor.py" line="5835"/> <source>Check spelling...</source> <translation>Controllo sillabazione...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="613"/> + <location filename="QScintilla/Editor.py" line="621"/> <source>Check spelling of selection...</source> <translation>Controllo sillabazione della selezione...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5747"/> + <location filename="QScintilla/Editor.py" line="5837"/> <source>Add to dictionary</source> <translation>Aggiungi al dizionario</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5749"/> + <location filename="QScintilla/Editor.py" line="5839"/> <source>Ignore All</source> <translation>Ignora tutto</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="617"/> + <location filename="QScintilla/Editor.py" line="625"/> <source>Remove from dictionary</source> <translation>Rimuovi dal dizionario</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="285"/> + <location filename="QScintilla/Editor.py" line="290"/> <source><p>The size of the file <b>{0}</b> is <b>{1} KB</b>. Do you really want to load it?</p></source> <translation><p>La dimensione del file <b>{0}</b> è <b>{1} KB</b>. Sei sicuro di volerlo caricare ?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1087"/> + <location filename="QScintilla/Editor.py" line="1095"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation><p>Nessun esportatore disponibile per il formato di export<b>{0}</b>. Termino...</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1102"/> + <location filename="QScintilla/Editor.py" line="1110"/> <source>Alternatives ({0})</source> <translation>Alternative ({0})</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2315"/> + <location filename="QScintilla/Editor.py" line="2323"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>Il file <b>{0}</b> contiene modifiche non salvate.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2363"/> + <location filename="QScintilla/Editor.py" line="2371"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>Il file <b>{0}</b> non può essere aperto.<br />Motivo: {1}</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2464"/> + <location filename="QScintilla/Editor.py" line="2472"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>Il file <b>{0}</b> non può essere salvato.<br />Motivo: {1}</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4915"/> + <location filename="QScintilla/Editor.py" line="5005"/> <source><p>The macro file <b>{0}</b> could not be read.</p></source> <translation><p>Il file macro <b>{0}</b> non può essere letto.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4922"/> + <location filename="QScintilla/Editor.py" line="5012"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation><p>Il file macro <b>{0}</b> è danneggiato.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4973"/> + <location filename="QScintilla/Editor.py" line="5063"/> <source><p>The macro file <b>{0}</b> could not be written.</p></source> <translation><p>Il file macro <b>{0}</b> non può essere scritto.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5122"/> + <location filename="QScintilla/Editor.py" line="5212"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric5. Reread it?</p></source> <translation><p>Il file <b>{0}</b> è stato modificato mentre era aperto in eric5. Rileggerlo ?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5210"/> + <location filename="QScintilla/Editor.py" line="5300"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5327"/> - <source><p><b>{0}</b> is not a file.</p></source> - <translation><p><b>{0}</b> non è un file.</p></translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="5417"/> + <source><p><b>{0}</b> is not a file.</p></source> + <translation><p><b>{0}</b> non è un file.</p></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5507"/> <source>Alias for file <b>{0}</b>:</source> <translation>Alias per il file <b>{0}</b>:</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1006"/> + <location filename="QScintilla/Editor.py" line="1014"/> <source>Next warning</source> <translation>Warning successivo</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1009"/> + <location filename="QScintilla/Editor.py" line="1017"/> <source>Previous warning</source> <translation>Warning precedente</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1012"/> + <location filename="QScintilla/Editor.py" line="1020"/> <source>Show warning message</source> <translation>Mostra Warning</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1015"/> + <location filename="QScintilla/Editor.py" line="1023"/> <source>Clear warnings</source> <translation>Pulisci warning</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4774"/> + <location filename="QScintilla/Editor.py" line="4864"/> <source>py3flakes Warning</source> <translation>Warning py3flakes</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4774"/> + <location filename="QScintilla/Editor.py" line="4864"/> <source>No py3flakes warning message available.</source> <translation>Nessun warning py3flakes disponibile.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2516"/> + <location filename="QScintilla/Editor.py" line="2524"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Il file <b>{0}</b> esiste già. Sovrascriverlo ?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4958"/> + <location filename="QScintilla/Editor.py" line="5048"/> <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Il file delle macro <b>{0}</b> esiste già.Sovrascriverlo ?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4817"/> + <location filename="QScintilla/Editor.py" line="4907"/> <source>Warning: {0}</source> <translation>Attenzione: {0}</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4823"/> + <location filename="QScintilla/Editor.py" line="4913"/> <source>Error: {0}</source> <translation>Errore: {0}</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5127"/> + <location filename="QScintilla/Editor.py" line="5217"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation><br><b>Attenzione:</b> con la riapertura le modifiche andranno perse.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3703"/> + <location filename="QScintilla/Editor.py" line="3793"/> <source>Activating Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3703"/> + <location filename="QScintilla/Editor.py" line="3793"/> <source>Auto-completion provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3888"/> + <location filename="QScintilla/Editor.py" line="3978"/> <source>Activating Calltip Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3888"/> + <location filename="QScintilla/Editor.py" line="3978"/> <source>Calltip provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> @@ -44670,7 +44670,7 @@ <translation>Interprete Python2 non configurato.</translation> </message> <message> - <location filename="Utilities/__init__.py" line="1269"/> + <location filename="Utilities/__init__.py" line="1270"/> <source>Python2 interpreter did not finish within 30s.</source> <translation>L'interprete Python2 non ha finito entro i 30s.</translation> </message> @@ -45663,7 +45663,7 @@ <message> <location filename="ViewManager/ViewManager.py" line="829"/> <source>Cl&ear</source> - <translation>Pu&lisci</translation> + <translation type="obsolete">Pu&lisci</translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="836"/> @@ -46561,387 +46561,387 @@ <translation><b>Sostituisci</b><p>Cerca per del testo nell'editor corrente e lo sostituisce. Viene mostrato in dialogo per inserire il testo cercato, il testo sostituto e le opzioni per la ricerca e la sostituzione.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2070"/> + <location filename="ViewManager/ViewManager.py" line="2073"/> <source>Goto Line</source> <translation>Vai a riga</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2063"/> + <location filename="ViewManager/ViewManager.py" line="2066"/> <source>&Goto Line...</source> <translation>Vai a ri&ga...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2071"/> + <location filename="ViewManager/ViewManager.py" line="2074"/> <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>Vai a Riga</b><p>Va ad una specifica riga di testo nell'editor corrente. Viene mostrato un dialogo per inserire il numero di riga</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2086"/> + <location filename="ViewManager/ViewManager.py" line="2089"/> <source>Goto Brace</source> <translation>Vai alla parentesi</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2079"/> + <location filename="ViewManager/ViewManager.py" line="2082"/> <source>Goto &Brace</source> <translation>Vai alla &parentesi</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2088"/> + <location filename="ViewManager/ViewManager.py" line="2091"/> <source><b>Goto Brace</b><p>Go to the matching brace in the current editor.</p></source> <translation><b>Vai alla parentesi</b><p>Va alla parentesi corrispondete nell'editor corrente.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Search in Files</source> <translation>Cerca nei file</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Search in &Files...</source> <translation>Cerca nei &file...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2105"/> + <location filename="ViewManager/ViewManager.py" line="2161"/> <source>Search for a text in files</source> <translation>Cerca un testo nei file</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2107"/> + <location filename="ViewManager/ViewManager.py" line="2163"/> <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>Cerca nei file</b><p>Cerca per del testo nei file di un albero di directory o del progetto. Un dialogo viene mostrato per inserire il testo cercato e le opzioni per la ricerca e la visualizzazione del risultato.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Zoom in</source> <translation>Ingrandisci</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Zoom &in</source> <translation>Ingrand&isci</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2239"/> + <location filename="ViewManager/ViewManager.py" line="2297"/> <source>Zoom in on the text</source> <translation>Ingrandisci nel testo</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2241"/> + <location filename="ViewManager/ViewManager.py" line="2299"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Ingrandisci</b><p>Ingrandisci nel testo. Questo aumenta le dimensioni del testo.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Zoom out</source> <translation>Riduci</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Zoom &out</source> <translation>Rid&uci</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2255"/> + <location filename="ViewManager/ViewManager.py" line="2313"/> <source>Zoom out on the text</source> <translation>Riduci il testo</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2257"/> + <location filename="ViewManager/ViewManager.py" line="2315"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Riduci</b><p>Riduci nel testo. Questo diminuisce le dimensioni del testo.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>Zoom</source> <translation>Zoom</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>&Zoom</source> <translation>&Zoom</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2271"/> - <source>Zoom the text</source> - <translation>Ingrandisci il testo</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2273"/> - <source><b>Zoom</b><p>Zoom the text. This opens a dialog where the desired size can be entered.</p></source> - <translation><b>Zoom</b><o>Zoom del testo. Apre un dialogo dove inserire la dimensione voluta.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2285"/> - <source>Toggle all folds</source> - <translation>Abilita/Disabilita tutti i raggruppamenti</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2281"/> - <source>Toggle &all folds</source> - <translation>Abilita/Disabilita tutti i r&aggruppamenti</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2287"/> - <source><b>Toggle all folds</b><p>Toggle all folds of the current editor.</p></source> - <translation><b>Abilita/Disabilita tutti i raggruppamenti</b><p>Abilita/Disabilita tutti i raggruppamenti dell'editor corrente.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2314"/> - <source>Toggle current fold</source> - <translation>Abilita/Disabilita il raggruppamento corrente</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2310"/> - <source>Toggle &current fold</source> - <translation>Abilita/Disabilita il raggruppamento &corrente</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2316"/> - <source><b>Toggle current fold</b><p>Toggle the folds of the current line of the current editor.</p></source> - <translation><b>Abilita/Disabilita il raggruppamento corrente</b><p>Abilita/Disabilita il raggruppamento alla riga corrente dell'editor.</p></translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2329"/> - <source>Remove all highlights</source> - <translation>Rimuovi tutti gli highlight</translation> + <source>Zoom the text</source> + <translation>Ingrandisci il testo</translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="2331"/> + <source><b>Zoom</b><p>Zoom the text. This opens a dialog where the desired size can be entered.</p></source> + <translation><b>Zoom</b><o>Zoom del testo. Apre un dialogo dove inserire la dimensione voluta.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2343"/> + <source>Toggle all folds</source> + <translation>Abilita/Disabilita tutti i raggruppamenti</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2339"/> + <source>Toggle &all folds</source> + <translation>Abilita/Disabilita tutti i r&aggruppamenti</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2345"/> + <source><b>Toggle all folds</b><p>Toggle all folds of the current editor.</p></source> + <translation><b>Abilita/Disabilita tutti i raggruppamenti</b><p>Abilita/Disabilita tutti i raggruppamenti dell'editor corrente.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2372"/> + <source>Toggle current fold</source> + <translation>Abilita/Disabilita il raggruppamento corrente</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2368"/> + <source>Toggle &current fold</source> + <translation>Abilita/Disabilita il raggruppamento &corrente</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2374"/> + <source><b>Toggle current fold</b><p>Toggle the folds of the current line of the current editor.</p></source> + <translation><b>Abilita/Disabilita il raggruppamento corrente</b><p>Abilita/Disabilita il raggruppamento alla riga corrente dell'editor.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2387"/> + <source>Remove all highlights</source> + <translation>Rimuovi tutti gli highlight</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2389"/> <source><b>Remove all highlights</b><p>Remove the highlights of all editors.</p></source> <translation><b>Rimuovi tutti gli highlight</b><p>Rimuovi tutti gli highlight da tutti gli editor.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2338"/> + <location filename="ViewManager/ViewManager.py" line="2396"/> <source>Split view</source> <translation>Dividi vista</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2338"/> + <location filename="ViewManager/ViewManager.py" line="2396"/> <source>&Split view</source> <translation>Dividi vi&sta</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2342"/> + <location filename="ViewManager/ViewManager.py" line="2400"/> <source>Add a split to the view</source> <translation>Aggiungi un divisione alla vista</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2344"/> + <location filename="ViewManager/ViewManager.py" line="2402"/> <source><b>Split view</b><p>Add a split to the view.</p></source> <translation><b>Dividi vista</b><p>Aggiungi un divisione alla vista.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2351"/> + <location filename="ViewManager/ViewManager.py" line="2409"/> <source>Arrange horizontally</source> <translation>Sistema orizzontalmente</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2351"/> + <location filename="ViewManager/ViewManager.py" line="2409"/> <source>Arrange &horizontally</source> <translation>Sistema o&rizzontalmente</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2356"/> + <location filename="ViewManager/ViewManager.py" line="2414"/> <source>Arrange the splitted views horizontally</source> <translation>Sistema le finestre divise orizzontalmente</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2358"/> + <location filename="ViewManager/ViewManager.py" line="2416"/> <source><b>Arrange horizontally</b><p>Arrange the splitted views horizontally.</p></source> <translation><b>Sistema orizzontalmente</b><p>Sistema le finestre divise orizzontalmente.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2366"/> + <location filename="ViewManager/ViewManager.py" line="2424"/> <source>Remove split</source> <translation>Rimuovi divisione</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2366"/> + <location filename="ViewManager/ViewManager.py" line="2424"/> <source>&Remove split</source> <translation>&Rimuovi divisione</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2371"/> + <location filename="ViewManager/ViewManager.py" line="2429"/> <source>Remove the current split</source> <translation>Rimuovi la divisione corrente</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2373"/> + <location filename="ViewManager/ViewManager.py" line="2431"/> <source><b>Remove split</b><p>Remove the current split.</p></source> <translation><b>Rimuovi divisione</b><p>Rimuovi la divisione corrente.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2478"/> + <location filename="ViewManager/ViewManager.py" line="2536"/> <source>Start Macro Recording</source> <translation>Avvia registrazione della macro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2473"/> + <location filename="ViewManager/ViewManager.py" line="2531"/> <source>S&tart Macro Recording</source> <translation>Avvia regis&trazione della macro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2480"/> + <location filename="ViewManager/ViewManager.py" line="2538"/> <source><b>Start Macro Recording</b><p>Start recording editor commands into a new macro.</p></source> <translation><b>Avvia registrazione della macro</b><p>Avvia la registrazione dei comandi dell'editor in una nuova macro.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2492"/> + <location filename="ViewManager/ViewManager.py" line="2550"/> <source>Stop Macro Recording</source> <translation>Interrompi registrazione macro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2487"/> + <location filename="ViewManager/ViewManager.py" line="2545"/> <source>Sto&p Macro Recording</source> <translation>Interrom&pi registrazione macro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2494"/> + <location filename="ViewManager/ViewManager.py" line="2552"/> <source><b>Stop Macro Recording</b><p>Stop recording editor commands into a new macro.</p></source> <translation><b>Interrompi registrazione macro</b><p>Interrompi la registrazione dei comandi dell'editor in una nuova macro.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2504"/> + <location filename="ViewManager/ViewManager.py" line="2562"/> <source>Run Macro</source> <translation>Esegui Macro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2501"/> + <location filename="ViewManager/ViewManager.py" line="2559"/> <source>&Run Macro</source> <translation>Esegui Mac&ro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2505"/> + <location filename="ViewManager/ViewManager.py" line="2563"/> <source><b>Run Macro</b><p>Run a previously recorded editor macro.</p></source> <translation><b>Esegui Macro</b><p>Esegui una macro precedentemente registrata.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2516"/> + <location filename="ViewManager/ViewManager.py" line="2574"/> <source>Delete Macro</source> <translation>Cancella Macro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2512"/> + <location filename="ViewManager/ViewManager.py" line="2570"/> <source>&Delete Macro</source> <translation>Canc&ella Macro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2518"/> + <location filename="ViewManager/ViewManager.py" line="2576"/> <source><b>Delete Macro</b><p>Delete a previously recorded editor macro.</p></source> <translation><b>Cancella Macro</b><p>Cancella una macro precedentemente registrata.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2528"/> + <location filename="ViewManager/ViewManager.py" line="2586"/> <source>Load Macro</source> <translation>Carica Macro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2525"/> + <location filename="ViewManager/ViewManager.py" line="2583"/> <source>&Load Macro</source> <translation>C&arica Macro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2530"/> + <location filename="ViewManager/ViewManager.py" line="2588"/> <source><b>Load Macro</b><p>Load an editor macro from a file.</p></source> <translation><b>Carica Macro</b><p>Carica una macro da un file.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2540"/> - <source>Save Macro</source> - <translation>Salva Macro</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2537"/> - <source>&Save Macro</source> - <translation>&Salva Macro</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2542"/> - <source><b>Save Macro</b><p>Save a previously recorded editor macro to a file.</p></source> - <translation><b>Salva Macro</b><p>Salva una macro precedentemente registrata.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2580"/> - <source>Toggle Bookmark</source> - <translation>Inverti bookmark</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2573"/> - <source>&Toggle Bookmark</source> - <translation>Inver&ti bookmark</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2582"/> - <source><b>Toggle Bookmark</b><p>Toggle a bookmark at the current line of the current editor.</p></source> - <translation><b>Toggle bookmark</b><p>Attiva un bookmark sulla linea corrente dell'editor.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2596"/> - <source>Next Bookmark</source> - <translation>Prossimo segnalibro</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2589"/> - <source>&Next Bookmark</source> - <translation>Prossimo seg&nalibro</translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2598"/> + <source>Save Macro</source> + <translation>Salva Macro</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2595"/> + <source>&Save Macro</source> + <translation>&Salva Macro</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2600"/> + <source><b>Save Macro</b><p>Save a previously recorded editor macro to a file.</p></source> + <translation><b>Salva Macro</b><p>Salva una macro precedentemente registrata.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2638"/> + <source>Toggle Bookmark</source> + <translation>Inverti bookmark</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2631"/> + <source>&Toggle Bookmark</source> + <translation>Inver&ti bookmark</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2640"/> + <source><b>Toggle Bookmark</b><p>Toggle a bookmark at the current line of the current editor.</p></source> + <translation><b>Toggle bookmark</b><p>Attiva un bookmark sulla linea corrente dell'editor.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2654"/> + <source>Next Bookmark</source> + <translation>Prossimo segnalibro</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2647"/> + <source>&Next Bookmark</source> + <translation>Prossimo seg&nalibro</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2656"/> <source><b>Next Bookmark</b><p>Go to next bookmark of the current editor.</p></source> <translation><b>Prossimo segnalibro</b><p>Vai al segnalibro seguente dell'editor.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2612"/> + <location filename="ViewManager/ViewManager.py" line="2670"/> <source>Previous Bookmark</source> <translation>Segnalibro precedente</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2605"/> + <location filename="ViewManager/ViewManager.py" line="2663"/> <source>&Previous Bookmark</source> <translation>Segnalibro &precedente</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2614"/> + <location filename="ViewManager/ViewManager.py" line="2672"/> <source><b>Previous Bookmark</b><p>Go to previous bookmark of the current editor.</p></source> <translation><b>Segnalibro precedente</b><p>Va al segnalibro precedente dell'editor corrente.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2628"/> + <location filename="ViewManager/ViewManager.py" line="2686"/> <source>Clear Bookmarks</source> <translation>Pulisci segnalibri</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2621"/> + <location filename="ViewManager/ViewManager.py" line="2679"/> <source>&Clear Bookmarks</source> <translation>Pulis&ci segnalibri</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2630"/> + <location filename="ViewManager/ViewManager.py" line="2688"/> <source><b>Clear Bookmarks</b><p>Clear bookmarks of all editors.</p></source> <translation><b>Pulisci Segnalibri</b><p>Pulisci i segnalibri di tutti gli editor.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2787"/> + <location filename="ViewManager/ViewManager.py" line="2845"/> <source>&Bookmarks</source> <translation>Segnali&bri</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2986"/> + <location filename="ViewManager/ViewManager.py" line="3044"/> <source>File Modified</source> <translation>File modificato</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3610"/> + <location filename="ViewManager/ViewManager.py" line="3669"/> <source>&Clear</source> <translation>Pulis&ci</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3606"/> + <location filename="ViewManager/ViewManager.py" line="3665"/> <source>&Add</source> <translation>&Aggiungi</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3608"/> + <location filename="ViewManager/ViewManager.py" line="3667"/> <source>&Edit...</source> <translation>&Modifica...</translation> </message> @@ -46996,32 +46996,32 @@ <translation><b>Autocompletamento dalle API</b><p>Esegue il completamento automatico dalle API della parola che contiene il cursore.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2643"/> + <location filename="ViewManager/ViewManager.py" line="2701"/> <source>Goto Syntax Error</source> <translation>Vai all'errore di sintassi</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2637"/> + <location filename="ViewManager/ViewManager.py" line="2695"/> <source>&Goto Syntax Error</source> <translation>&Vai all'errore di sintassi</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2645"/> + <location filename="ViewManager/ViewManager.py" line="2703"/> <source><b>Goto Syntax Error</b><p>Go to next syntax error of the current editor.</p></source> <translation><b>Vai all'errore di sintassi</b><p>Vai all'errore di sintassi successivo dell'editor corrente.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2657"/> + <location filename="ViewManager/ViewManager.py" line="2715"/> <source>Clear Syntax Errors</source> <translation>Pulisci errori di sintassi</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2652"/> + <location filename="ViewManager/ViewManager.py" line="2710"/> <source>Clear &Syntax Errors</source> <translation>Pulisci errori di &sintassi</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2659"/> + <location filename="ViewManager/ViewManager.py" line="2717"/> <source><b>Clear Syntax Errors</b><p>Clear syntax errors of all editors.</p></source> <translation><b>Pulisci errori di sintassi</b><p>Pulisci gli errori di sintassi da tutti gli editor.</p></translation> </message> @@ -47049,32 +47049,32 @@ <translation>Shift+Backspace</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2721"/> + <location filename="ViewManager/ViewManager.py" line="2779"/> <source>Next uncovered line</source> <translation>Prossima linea non analizzata</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2715"/> + <location filename="ViewManager/ViewManager.py" line="2773"/> <source>&Next uncovered line</source> <translation>Prossima linea &non analizzata</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2723"/> + <location filename="ViewManager/ViewManager.py" line="2781"/> <source><b>Next uncovered line</b><p>Go to next line of the current editor marked as not covered.</p></source> <translation><b>Prossima linea non analizzata</b><p>Vai alla prossima riga dell'editor corrente marcato come non analizzata.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2737"/> + <location filename="ViewManager/ViewManager.py" line="2795"/> <source>Previous uncovered line</source> <translation>Linea non analizzata precedente</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2730"/> + <location filename="ViewManager/ViewManager.py" line="2788"/> <source>&Previous uncovered line</source> <translation>Linea non analizzata &precedente</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2739"/> + <location filename="ViewManager/ViewManager.py" line="2797"/> <source><b>Previous uncovered line</b><p>Go to previous line of the current editor marked as not covered.</p></source> <translation><b>Linea non analizzata precedente</b><p>Vai alla prossima riga dell'editor corrente marcato come non analizzata.</p></translation> </message> @@ -47089,70 +47089,70 @@ <translation><b>Apri un file</b><p>Verrà richiesto il nome del file da aprire in una finestra dell'editor.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2145"/> + <location filename="ViewManager/ViewManager.py" line="2201"/> <source>Quicksearch</source> <translation>Quicksearch</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2009"/> + <location filename="ViewManager/ViewManager.py" line="2012"/> <source>Ctrl+Shift+K</source> <comment>Search|Quicksearch</comment> <translation>Ctrl+Shift+K</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2017"/> + <location filename="ViewManager/ViewManager.py" line="2020"/> <source>Perform a quicksearch</source> <translation>Esegui un quicksearch</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Quicksearch backwards</source> <translation>Quicksearch all'indietro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Ctrl+Shift+J</source> <comment>Search|Quicksearch backwards</comment> <translation>Ctrl+Shift+J</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2036"/> + <location filename="ViewManager/ViewManager.py" line="2039"/> <source>Perform a quicksearch backwards</source> <translation>Esegui una quicksearch all'indietro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2009"/> + <location filename="ViewManager/ViewManager.py" line="2012"/> <source>&Quicksearch</source> <translation>&Quicksearch</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Quicksearch &backwards</source> <translation>Quicksearch &all'indietro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Quicksearch extend</source> <translation>Quicksearch estesa</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Quicksearch e&xtend</source> <translation>Quicksearch es&tesa</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Ctrl+Shift+H</source> <comment>Search|Quicksearch extend</comment> <translation>Ctrl+Shift+H</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2053"/> + <location filename="ViewManager/ViewManager.py" line="2056"/> <source>Extend the quicksearch to the end of the current word</source> <translation>Estenti la quicksearch alla fine della parola corrente</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2055"/> + <location filename="ViewManager/ViewManager.py" line="2058"/> <source><b>Quicksearch extend</b><p>This extends the quicksearch text to the end of the word currently found.</p></source> <translation><b>Quicksearch estesa</b><p>Estende il testo della quicksearch alla fine della parola trovata.</p></translation> </message> @@ -47172,42 +47172,42 @@ <translation><b>Smart indent</b><p>Indenta la riga attuale o le righe selezionate in maniera furba.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>Next split</source> <translation>Prossima divisione</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>&Next split</source> <translation>Prossima divisio&ne</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2386"/> + <location filename="ViewManager/ViewManager.py" line="2444"/> <source>Move to the next split</source> <translation>Vai alla prossima divisione</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2388"/> + <location filename="ViewManager/ViewManager.py" line="2446"/> <source><b>Next split</b><p>Move to the next split.</p></source> <translation><b>Prossima divisione</b><p>Vai alla prossima divisione.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>Previous split</source> <translation>Divisione precedente</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>&Previous split</source> <translation>Divisione &precedente</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2401"/> + <location filename="ViewManager/ViewManager.py" line="2459"/> <source>Move to the previous split</source> <translation>Vai alla divisione precedente</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2403"/> + <location filename="ViewManager/ViewManager.py" line="2461"/> <source><b>Previous split</b><p>Move to the previous split.</p></source> <translation><b>Divisione precedente</b><p>Vai alla divisione precedente.</p></translation> </message> @@ -47243,17 +47243,17 @@ <translation><b>Autocomapletamento da Documenti e API</b><p>Esegue l'autocompletamento da documento e API della parola contenente il cursore.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2300"/> + <location filename="ViewManager/ViewManager.py" line="2358"/> <source>Toggle all folds (including children)</source> <translation>Abilita/Disabilita tutti i raggruppamenti (inclusi i figli)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2295"/> + <location filename="ViewManager/ViewManager.py" line="2353"/> <source>Toggle all &folds (including children)</source> <translation>Abilita/Disabilita tutti i raggruppamenti (inclusi i &figli)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2302"/> + <location filename="ViewManager/ViewManager.py" line="2360"/> <source><b>Toggle all folds (including children)</b><p>Toggle all folds of the current editor including all children.</p></source> <translation><b>Abilita/Disabilita tutti i raggruppamenti (inclusi i figli)</b><p>Abilita/Disabilita tutti i raggruppamenti dell'edito inclusi i figli.</p></translation> </message> @@ -47439,7 +47439,7 @@ <translation>&Edita</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="1890"/> + <location filename="ViewManager/ViewManager.py" line="1893"/> <source>Edit</source> <translation>Modifica</translation> </message> @@ -47456,129 +47456,129 @@ <translation>Ctrl+R</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2063"/> + <location filename="ViewManager/ViewManager.py" line="2066"/> <source>Ctrl+G</source> <comment>Search|Goto Line</comment> <translation>Ctrl+G</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2079"/> + <location filename="ViewManager/ViewManager.py" line="2082"/> <source>Ctrl+L</source> <comment>Search|Goto Brace</comment> <translation>Ctrl+L</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Shift+Ctrl+F</source> <comment>Search|Search Files</comment> <translation>Shift+Ctrl+F</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>Ctrl+#</source> <comment>View|Zoom</comment> <translation>Ctrl+#</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>Ctrl+Alt+N</source> <comment>View|Next split</comment> <translation>Ctrl+Alt+N</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>Ctrl+Alt+P</source> <comment>View|Previous split</comment> <translation>Ctrl+Alt+P</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2425"/> + <location filename="ViewManager/ViewManager.py" line="2483"/> <source>&View</source> <translation>&Visualizza</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2452"/> + <location filename="ViewManager/ViewManager.py" line="2510"/> <source>View</source> <translation>Visualizza</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2557"/> + <location filename="ViewManager/ViewManager.py" line="2615"/> <source>&Macros</source> <translation>&Macro</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2573"/> + <location filename="ViewManager/ViewManager.py" line="2631"/> <source>Alt+Ctrl+T</source> <comment>Bookmark|Toggle</comment> <translation>Alt+Ctrl+T</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2589"/> + <location filename="ViewManager/ViewManager.py" line="2647"/> <source>Ctrl+PgDown</source> <comment>Bookmark|Next</comment> <translation>Ctrl+PgDown</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2605"/> + <location filename="ViewManager/ViewManager.py" line="2663"/> <source>Ctrl+PgUp</source> <comment>Bookmark|Previous</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2621"/> + <location filename="ViewManager/ViewManager.py" line="2679"/> <source>Alt+Ctrl+C</source> <comment>Bookmark|Clear</comment> <translation>Alt+Ctrl+C</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2827"/> + <location filename="ViewManager/ViewManager.py" line="2885"/> <source>Bookmarks</source> <translation>Segnalibri</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2950"/> + <location filename="ViewManager/ViewManager.py" line="3008"/> <source>Open files</source> <translation>Apri Files</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2753"/> + <location filename="ViewManager/ViewManager.py" line="2811"/> <source>Next Task</source> <translation>Task seguente</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2747"/> + <location filename="ViewManager/ViewManager.py" line="2805"/> <source>&Next Task</source> <translation>Task segue&nte</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2755"/> + <location filename="ViewManager/ViewManager.py" line="2813"/> <source><b>Next Task</b><p>Go to next line of the current editor having a task.</p></source> <translation><b>Task seguente</b><p>Vai alla prossima riga dell'editor che ha un task.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2769"/> + <location filename="ViewManager/ViewManager.py" line="2827"/> <source>Previous Task</source> <translation>Task Precedente</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2762"/> + <location filename="ViewManager/ViewManager.py" line="2820"/> <source>&Previous Task</source> <translation>Task &Precedente</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2771"/> + <location filename="ViewManager/ViewManager.py" line="2829"/> <source><b>Previous Task</b><p>Go to previous line of the current editor having a task.</p></source> <translation><b>Task Precedente</b><p>Vai alla precedente riga dell'editor che ha un task.</p></translation> </message> @@ -47640,7 +47640,7 @@ <translation>Esporta come</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2190"/> + <location filename="ViewManager/ViewManager.py" line="2246"/> <source>Quicksearch Textedit</source> <translation>Quicksearch Textedit</translation> </message> @@ -47712,17 +47712,17 @@ <translation><b>Pulisci marcatori di ricerca</b><p>Pulisci tutti i marcatori di ricerca mostrati.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2019"/> + <location filename="ViewManager/ViewManager.py" line="2022"/> <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>Quicksearch</b><p>Attiva la ricerca veloce dell'IDE attivando il focus del campo ricerca veloce. Se il campo è già attivo e contiene del testo, viene cercata la successiva occorrenza del testo.</P></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2038"/> + <location filename="ViewManager/ViewManager.py" line="2041"/> <source><b>Quicksearch backwards</b><p>This searches the previous occurrence of the quicksearch text.</p></source> <translation><b>Quicksearch all'indietro</b><p>Cerca la precedente occorrenza del testo della ricerca veloce.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2168"/> + <location filename="ViewManager/ViewManager.py" line="2224"/> <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>Inserisci il testo da cercare direttamente in questo campo. La ricerca verrà effettuata ignorando le maiuscole/minuscole. La funzione quicksearch è attivata dall'azione di ricerca della successiva (tasto default Ctrl+Shift+K), se questo campo non ha il focus. Altrimenti cerca per la successiva occorrenza del testo inserito. La quicksearch all'indietro (tasto default Ctrl+Shift+J) cerca la precedente occorrenza. Attivando la 'quicksearch estesa' (tasto default Ctrl+Shift+H) estende la ricerca alla fine della parola trovata. La ricerca veloce può essere conclusa premento Return mentre il campo di input ha il focus.</p></translation> </message> @@ -47757,144 +47757,144 @@ <translation>Shift+Enter</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Replace in Files</source> <translation>Sostituisci nei file</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Replace in F&iles...</source> <translation>Sostituisci nei f&ile...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Shift+Ctrl+R</source> <comment>Search|Replace in Files</comment> <translation>Shift+Ctrl+R</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2123"/> + <location filename="ViewManager/ViewManager.py" line="2179"/> <source>Search for a text in files and replace it</source> <translation>Cerca e sostituisci un testo nei file</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2125"/> + <location filename="ViewManager/ViewManager.py" line="2181"/> <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>Sostituisci nei File</b><p>Cerca per del testo nei file di una direcotry o del progetto e lo sostituisce. Un dialogo viene mostrato per inserire il testo da cercare, il testo da inserire e le opzioni per la ricerca e la visualizzazione del risultato.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>Spell check</source> <translation>Correzione automatica</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>&Spell Check...</source> <translation>&Correzione automatica...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>Shift+F7</source> <comment>Spelling|Spell Check</comment> <translation>Shift+F7</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2866"/> + <location filename="ViewManager/ViewManager.py" line="2924"/> <source>Perform spell check of current editor</source> <translation>Esegui la correzione automatica nella finestra corrente</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2868"/> + <location filename="ViewManager/ViewManager.py" line="2926"/> <source><b>Spell check</b><p>Perform a spell check of the current editor.</p></source> <translation><b>Correzione automatica</b><p>Esegui la correzione automatica nella finestra corrente.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2875"/> + <location filename="ViewManager/ViewManager.py" line="2933"/> <source>Automatic spell checking</source> <translation>Controllo sintassi automatico</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2875"/> + <location filename="ViewManager/ViewManager.py" line="2933"/> <source>&Automatic spell checking</source> <translation>Controllo sintassi &automatico</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2882"/> + <location filename="ViewManager/ViewManager.py" line="2940"/> <source>(De-)Activate automatic spell checking</source> <translation>(Dis-)Attiva il controllo sintassi automatico</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2884"/> + <location filename="ViewManager/ViewManager.py" line="2942"/> <source><b>Automatic spell checking</b><p>Activate or deactivate the automatic spell checking function of all editors.</p></source> <translation><b>Controllo sintassi automatico</b><p>Attiva o disattiva la funzione di controllo sintassi automatico per tutti gli editor.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2924"/> + <location filename="ViewManager/ViewManager.py" line="2982"/> <source>Spelling</source> <translation>Spelling</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2986"/> + <location filename="ViewManager/ViewManager.py" line="3044"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>Il file <b>{0}</b> contiene modifiche non salvate.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3265"/> + <location filename="ViewManager/ViewManager.py" line="3324"/> <source>File: {0}</source> <translation>File: {0}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3269"/> + <location filename="ViewManager/ViewManager.py" line="3328"/> <source>Line: {0:5}</source> <translation>Linea: {0:5}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3274"/> + <location filename="ViewManager/ViewManager.py" line="3333"/> <source>Pos: {0:5}</source> <translation>Pos: {0:5}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2673"/> + <location filename="ViewManager/ViewManager.py" line="2731"/> <source>Next warning message</source> <translation>Warning successivo</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2666"/> + <location filename="ViewManager/ViewManager.py" line="2724"/> <source>&Next warning message</source> <translation>Warni&ng successivo</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2675"/> + <location filename="ViewManager/ViewManager.py" line="2733"/> <source><b>Next warning message</b><p>Go to next line of the current editor having a py3flakes warning.</p></source> <translation><b>Messaggio di warning successivo</b><p>Vai alla linea seguente dell'editor che ha un warning di py3flakes.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2690"/> + <location filename="ViewManager/ViewManager.py" line="2748"/> <source>Previous warning message</source> <translation>Messaggio di warning precedente</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2683"/> + <location filename="ViewManager/ViewManager.py" line="2741"/> <source>&Previous warning message</source> <translation>Messaggio di warning &precedente</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2692"/> + <location filename="ViewManager/ViewManager.py" line="2750"/> <source><b>Previous warning message</b><p>Go to previous line of the current editor having a py3flakes warning.</p></source> <translation><b>Messaggio di warning precedente</b><p>Vai alla linea precedente dell'editor che ha un warning di py3flakes.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2706"/> + <location filename="ViewManager/ViewManager.py" line="2764"/> <source>Clear Warning Messages</source> <translation>Pulisci messaggi di warning</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2700"/> + <location filename="ViewManager/ViewManager.py" line="2758"/> <source>Clear &Warning Messages</source> <translation>Pulisci messaggi di &warning</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2708"/> + <location filename="ViewManager/ViewManager.py" line="2766"/> <source><b>Clear Warning Messages</b><p>Clear py3flakes warning messages of all editors.</p></source> <translation><b>Pulisci messaggi di warning</b><p>Elimina i warning di py3flakes di tutte le finestre.</p></translation> </message> @@ -47914,6 +47914,69 @@ <source><b>Join Lines</b><p>Join the current and the next lines.</p></source> <translation><b>Unisci linee</b><p>Unisci la linea corrente e la successiva.</p></translation> </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2106"/> + <source>Goto Last Edit Location</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2098"/> + <source>Goto Last &Edit Location</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2098"/> + <source>Ctrl+Shift+G</source> + <comment>Search|Goto Last Edit Location</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2108"/> + <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="2115"/> + <source>Goto Previous Method or Class</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2115"/> + <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="2122"/> + <source>Go to the previous method or class definition</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2125"/> + <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="2133"/> + <source>Goto Next Method or Class</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2133"/> + <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="2140"/> + <source>Go to the next method or class definition</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2143"/> + <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> </context> <context> <name>ViewProfileDialog</name>
--- a/i18n/eric5_ru.ts Mon Jul 04 08:08:04 2011 +0200 +++ b/i18n/eric5_ru.ts Sun Jul 10 16:31:33 2011 +0200 @@ -6839,162 +6839,162 @@ <context> <name>Editor</name> <message> - <location filename="QScintilla/Editor.py" line="731"/> + <location filename="QScintilla/Editor.py" line="739"/> <source>Code metrics...</source> <translation>Статистика кода...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="733"/> - <source>Code coverage...</source> - <translation>Охват кода...</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="741"/> + <source>Code coverage...</source> + <translation>Охват кода...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="749"/> <source>Profile data...</source> <translation>Данные профайлера...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="568"/> + <location filename="QScintilla/Editor.py" line="576"/> <source>Undo</source> <translation>Отмена</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="571"/> + <location filename="QScintilla/Editor.py" line="579"/> <source>Redo</source> <translation>Повтор</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="578"/> + <location filename="QScintilla/Editor.py" line="586"/> <source>Cut</source> <translation>Вырезать</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="581"/> - <source>Copy</source> - <translation>Копировать</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="583"/> - <source>Paste</source> - <translation>Вставить</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="587"/> - <source>Indent</source> - <translation>Увеличить отступ</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="589"/> - <source>Unindent</source> - <translation>Уменьшить отступ</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="592"/> - <source>Comment</source> - <translation>Закомментировать</translation> + <source>Copy</source> + <translation>Копировать</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="591"/> + <source>Paste</source> + <translation>Вставить</translation> </message> <message> <location filename="QScintilla/Editor.py" line="595"/> + <source>Indent</source> + <translation>Увеличить отступ</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="597"/> + <source>Unindent</source> + <translation>Уменьшить отступ</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="600"/> + <source>Comment</source> + <translation>Закомментировать</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="603"/> <source>Uncomment</source> <translation>Раскомментировать</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="598"/> - <source>Stream Comment</source> - <translation>Поточный комментарий</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="601"/> - <source>Box Comment</source> - <translation>Прямоугольный комментарий</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="604"/> - <source>Select to brace</source> - <translation>Выбрать до скобки</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="606"/> + <source>Stream Comment</source> + <translation>Поточный комментарий</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="609"/> + <source>Box Comment</source> + <translation>Прямоугольный комментарий</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="612"/> + <source>Select to brace</source> + <translation>Выбрать до скобки</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="614"/> <source>Select all</source> <translation>Выбрать всё</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="607"/> + <location filename="QScintilla/Editor.py" line="615"/> <source>Deselect all</source> <translation>Снять выделение</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="721"/> - <source>Check</source> - <translation>Проверки</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="729"/> + <source>Check</source> + <translation>Проверки</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="737"/> <source>Show</source> <translation>Показать</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="667"/> + <location filename="QScintilla/Editor.py" line="675"/> <source>Close</source> <translation>Закрыть</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="671"/> + <location filename="QScintilla/Editor.py" line="679"/> <source>Save</source> <translation>Сохранить</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="673"/> + <location filename="QScintilla/Editor.py" line="681"/> <source>Save As...</source> <translation>Сохранить как...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="680"/> + <location filename="QScintilla/Editor.py" line="688"/> <source>Print</source> <translation>Печать</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1529"/> + <location filename="QScintilla/Editor.py" line="1537"/> <source>Modification of Read Only file</source> <translation>Редактирование файла, открытого только на чтение</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1529"/> + <location filename="QScintilla/Editor.py" line="1537"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Попытка редактирования файла, открытого только на чтение. Пожалуйста, сначала сохраните изменения в другой файл.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2142"/> + <location filename="QScintilla/Editor.py" line="2150"/> <source>Printing...</source> <translation>Печать...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2159"/> + <location filename="QScintilla/Editor.py" line="2167"/> <source>Printing completed</source> <translation>Печать завершена</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2161"/> + <location filename="QScintilla/Editor.py" line="2169"/> <source>Error while printing</source> <translation>Ошибка печати</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2164"/> + <location filename="QScintilla/Editor.py" line="2172"/> <source>Printing aborted</source> <translation>Печать отменена</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2363"/> + <location filename="QScintilla/Editor.py" line="2371"/> <source>Open File</source> <translation>Открыть файл</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2516"/> + <location filename="QScintilla/Editor.py" line="2524"/> <source>Save File</source> <translation>Сохранить файл</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2315"/> + <location filename="QScintilla/Editor.py" line="2323"/> <source>File Modified</source> <translation>Файл изменён</translation> </message> @@ -7004,657 +7004,657 @@ <translation type="obsolete"><br><b>Предупреждение:</b> При переоткрытии все изменения будут потеряны.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5131"/> + <location filename="QScintilla/Editor.py" line="5221"/> <source>File changed</source> <translation>Файл изменён</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="574"/> + <location filename="QScintilla/Editor.py" line="582"/> <source>Revert to last saved state</source> <translation>Вернуть к последнему записанному состоянию</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="771"/> + <location filename="QScintilla/Editor.py" line="779"/> <source>Languages</source> <translation>Языки</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="983"/> + <location filename="QScintilla/Editor.py" line="991"/> <source>Toggle bookmark</source> <translation>Поставить/убрать закладку</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="986"/> + <location filename="QScintilla/Editor.py" line="994"/> <source>Next bookmark</source> <translation>Следующая закладка</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="989"/> + <location filename="QScintilla/Editor.py" line="997"/> <source>Previous bookmark</source> <translation>Предыдущая закладка</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="992"/> + <location filename="QScintilla/Editor.py" line="1000"/> <source>Clear all bookmarks</source> <translation>Стереть все закладки</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1019"/> + <location filename="QScintilla/Editor.py" line="1027"/> <source>Toggle breakpoint</source> <translation>Поставить/убрать точку останова</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1025"/> + <location filename="QScintilla/Editor.py" line="1033"/> <source>Edit breakpoint...</source> <translation>Редактировать точку останова...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4088"/> + <location filename="QScintilla/Editor.py" line="4178"/> <source>Enable breakpoint</source> <translation>Разрешить точку останова</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1031"/> + <location filename="QScintilla/Editor.py" line="1039"/> <source>Next breakpoint</source> <translation>Следующая точка останова</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1034"/> + <location filename="QScintilla/Editor.py" line="1042"/> <source>Previous breakpoint</source> <translation>Предыдущая точка останова</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1037"/> + <location filename="QScintilla/Editor.py" line="1045"/> <source>Clear all breakpoints</source> <translation>Убрать все точки останова</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1055"/> + <location filename="QScintilla/Editor.py" line="1063"/> <source>LMB toggles bookmarks</source> <translation>Левая клавиша мыши ставит закладки</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1060"/> + <location filename="QScintilla/Editor.py" line="1068"/> <source>LMB toggles breakpoints</source> <translation>Левая клавиша мыши ставит точки останова</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4091"/> + <location filename="QScintilla/Editor.py" line="4181"/> <source>Disable breakpoint</source> <translation>Запретить точку останова</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4380"/> + <location filename="QScintilla/Editor.py" line="4470"/> <source>Code Coverage</source> <translation>Охват кода</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4380"/> + <location filename="QScintilla/Editor.py" line="4470"/> <source>Please select a coverage file</source> <translation>Пожалуйста, выберите файл для информации охвата</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4873"/> + <location filename="QScintilla/Editor.py" line="4963"/> <source>Macro Name</source> <translation>Имя макроса</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4873"/> + <location filename="QScintilla/Editor.py" line="4963"/> <source>Select a macro name:</source> <translation>Задайте имя макроса:</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4941"/> + <location filename="QScintilla/Editor.py" line="5031"/> <source>Macro files (*.macro)</source> <translation>Макросы (*.macro)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4901"/> + <location filename="QScintilla/Editor.py" line="4991"/> <source>Load macro file</source> <translation>Загрузить макрос</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4922"/> + <location filename="QScintilla/Editor.py" line="5012"/> <source>Error loading macro</source> <translation>Ошибка при загрузке макроса</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4941"/> + <location filename="QScintilla/Editor.py" line="5031"/> <source>Save macro file</source> <translation>Сохранить файл с макросами</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4958"/> + <location filename="QScintilla/Editor.py" line="5048"/> <source>Save macro</source> <translation>Сохранить макрос</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4973"/> + <location filename="QScintilla/Editor.py" line="5063"/> <source>Error saving macro</source> <translation>Ошибка при сохранении макроса</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4984"/> + <location filename="QScintilla/Editor.py" line="5074"/> <source>Start Macro Recording</source> <translation>Начало записи макроса</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5009"/> + <location filename="QScintilla/Editor.py" line="5099"/> <source>Macro Recording</source> <translation>Запись макроса</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5009"/> + <location filename="QScintilla/Editor.py" line="5099"/> <source>Enter name of the macro:</source> <translation>Задайте имя макроса:</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4518"/> + <location filename="QScintilla/Editor.py" line="4608"/> <source>Profile Data</source> <translation>Данные профайлера</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4518"/> + <location filename="QScintilla/Editor.py" line="4608"/> <source>Please select a profile file</source> <translation>Пожалуйста, выберите файл профиля</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="645"/> + <location filename="QScintilla/Editor.py" line="653"/> <source>Autocompletion enabled</source> <translation>Автозавершение разрешено</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3607"/> + <location filename="QScintilla/Editor.py" line="3697"/> <source>Autocompletion</source> <translation>Автозавершение</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3607"/> + <location filename="QScintilla/Editor.py" line="3697"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>Автозавершение недоступно, так как не задан источник автозавершения.</translation> </message> <message> + <location filename="QScintilla/Editor.py" line="636"/> + <source>Use Monospaced Font</source> + <translation>Использовать моноширинный шрифт</translation> + </message> + <message> <location filename="QScintilla/Editor.py" line="628"/> - <source>Use Monospaced Font</source> - <translation>Использовать моноширинный шрифт</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="620"/> <source>Shorten empty lines</source> <translation>Укоротить пустые строки</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="662"/> + <location filename="QScintilla/Editor.py" line="670"/> <source>New view</source> <translation>Новый вид</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="996"/> + <location filename="QScintilla/Editor.py" line="1004"/> <source>Goto syntax error</source> <translation>Перейти к синтаксической ошибке</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1002"/> + <location filename="QScintilla/Editor.py" line="1010"/> <source>Clear syntax error</source> <translation>Очистить синтаксическую ошибку</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="633"/> + <location filename="QScintilla/Editor.py" line="641"/> <source>Autosave enabled</source> <translation>Автосохранение разрешено</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5327"/> - <source>Drop Error</source> - <translation>Ошибка Drag&&Drop</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="999"/> - <source>Show syntax error message</source> - <translation>Показать сообщение о синтаксической ошибке</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="4648"/> - <source>Syntax Error</source> - <translation>Синтаксическая ошибка</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="4648"/> - <source>No syntax error message available.</source> - <translation>Нет сообщения о синтаксической ошибке.</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="1022"/> - <source>Toggle temporary breakpoint</source> - <translation>Установить/удалить временную точку останова</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="735"/> - <source>Show code coverage annotations</source> - <translation>Показать аннотации по охвату</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="738"/> - <source>Hide code coverage annotations</source> - <translation>Не показывать аннотации по охвату</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="1041"/> - <source>Next uncovered line</source> - <translation>Следующая неохваченная строка</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="1044"/> - <source>Previous uncovered line</source> - <translation>Предыдущая невыполняемая строка</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="4426"/> - <source>Show Code Coverage Annotations</source> - <translation>Показать аннотации по охвату</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="4422"/> - <source>All lines have been covered.</source> - <translation>Все строки выполняются.</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="4426"/> - <source>There is no coverage file available.</source> - <translation>Нет файла с информацией по охвату.</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="2315"/> - <source><p>The file <b>{0}</b> has unsaved changes.</p></source> - <translation><p>В файле <b>{0}</b> есть несохранённые изменения.</p></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="4915"/> - <source><p>The macro file <b>{0}</b> could not be read.</p></source> - <translation><p>Невозможно прочитать файл с макросами: <b>{0}</b></p></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="4922"/> - <source><p>The macro file <b>{0}</b> is corrupt.</p></source> - <translation><p>Файл с макросами <b>{0}</b> повреждён</p></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="4973"/> - <source><p>The macro file <b>{0}</b> could not be written.</p></source> - <translation><p>Невозможно сохранить файл с макросами: <b>{0}</b></p></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5327"/> - <source><p><b>{0}</b> is not a file.</p></source> - <translation><p><b>{0}</b> не является файлом</p></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="663"/> - <source>New view (with new split)</source> - <translation>Новый вид (с новым разделителем)</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="285"/> - <source><p>The size of the file <b>{0}</b> is <b>{1} KB</b>. Do you really want to load it?</p></source> - <translation><p>Файл <b>{0}</b> занимает <b>{1} KB</b>. Ввы действительно хотите его загрузить?</p></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="751"/> - <source>Diagrams</source> - <translation>Диаграммы</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="753"/> - <source>Class Diagram...</source> - <translation>Диаграмма классов...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="755"/> - <source>Package Diagram...</source> - <translation>Диаграмма пакетов...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="757"/> - <source>Imports Diagram...</source> - <translation>Диаграмма импортирования...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="760"/> - <source>Application Diagram...</source> - <translation>Диаграмма приложения...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="774"/> - <source>No Language</source> - <translation>Нет языка</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5210"/> - <source>{0} (ro)</source> - <translation>{0} (только чтение)</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5345"/> - <source>Resources</source> - <translation>Ресурсы</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5347"/> - <source>Add file...</source> - <translation>Добавить файл...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5349"/> - <source>Add files...</source> - <translation>Добавить файлы...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5351"/> - <source>Add aliased file...</source> - <translation>Добавить файл под другим именем...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5353"/> - <source>Add localized resource...</source> - <translation>Добавить локализованный ресурс...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5374"/> - <source>Add file resource</source> - <translation>Добавить файл ресурсов</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5390"/> - <source>Add file resources</source> - <translation>Добавить файлы ресурсов</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="5417"/> - <source>Add aliased file resource</source> - <translation>Добавить файл ресурсов под другим именем</translation> + <source>Drop Error</source> + <translation>Ошибка Drag&&Drop</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="1007"/> + <source>Show syntax error message</source> + <translation>Показать сообщение о синтаксической ошибке</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="4738"/> + <source>Syntax Error</source> + <translation>Синтаксическая ошибка</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="4738"/> + <source>No syntax error message available.</source> + <translation>Нет сообщения о синтаксической ошибке.</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="1030"/> + <source>Toggle temporary breakpoint</source> + <translation>Установить/удалить временную точку останова</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="743"/> + <source>Show code coverage annotations</source> + <translation>Показать аннотации по охвату</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="746"/> + <source>Hide code coverage annotations</source> + <translation>Не показывать аннотации по охвату</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="1049"/> + <source>Next uncovered line</source> + <translation>Следующая неохваченная строка</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="1052"/> + <source>Previous uncovered line</source> + <translation>Предыдущая невыполняемая строка</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="4516"/> + <source>Show Code Coverage Annotations</source> + <translation>Показать аннотации по охвату</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="4512"/> + <source>All lines have been covered.</source> + <translation>Все строки выполняются.</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="4516"/> + <source>There is no coverage file available.</source> + <translation>Нет файла с информацией по охвату.</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="2323"/> + <source><p>The file <b>{0}</b> has unsaved changes.</p></source> + <translation><p>В файле <b>{0}</b> есть несохранённые изменения.</p></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5005"/> + <source><p>The macro file <b>{0}</b> could not be read.</p></source> + <translation><p>Невозможно прочитать файл с макросами: <b>{0}</b></p></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5012"/> + <source><p>The macro file <b>{0}</b> is corrupt.</p></source> + <translation><p>Файл с макросами <b>{0}</b> повреждён</p></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5063"/> + <source><p>The macro file <b>{0}</b> could not be written.</p></source> + <translation><p>Невозможно сохранить файл с макросами: <b>{0}</b></p></translation> </message> <message> <location filename="QScintilla/Editor.py" line="5417"/> - <source>Alias for file <b>{0}</b>:</source> - <translation>Другое имя для файла <b>{0}</b>:</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5478"/> - <source>Package Diagram</source> - <translation>Диаграмма пакетов</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5478"/> - <source>Include class attributes?</source> - <translation>Включать атрибуты класса?</translation> + <source><p><b>{0}</b> is not a file.</p></source> + <translation><p><b>{0}</b> не является файлом</p></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="671"/> + <source>New view (with new split)</source> + <translation>Новый вид (с новым разделителем)</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="290"/> + <source><p>The size of the file <b>{0}</b> is <b>{1} KB</b>. Do you really want to load it?</p></source> + <translation><p>Файл <b>{0}</b> занимает <b>{1} KB</b>. Ввы действительно хотите его загрузить?</p></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="759"/> + <source>Diagrams</source> + <translation>Диаграммы</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="761"/> + <source>Class Diagram...</source> + <translation>Диаграмма классов...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="763"/> + <source>Package Diagram...</source> + <translation>Диаграмма пакетов...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="765"/> + <source>Imports Diagram...</source> + <translation>Диаграмма импортирования...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="768"/> + <source>Application Diagram...</source> + <translation>Диаграмма приложения...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="782"/> + <source>No Language</source> + <translation>Нет языка</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5300"/> + <source>{0} (ro)</source> + <translation>{0} (только чтение)</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5435"/> + <source>Resources</source> + <translation>Ресурсы</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5437"/> + <source>Add file...</source> + <translation>Добавить файл...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5439"/> + <source>Add files...</source> + <translation>Добавить файлы...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5441"/> + <source>Add aliased file...</source> + <translation>Добавить файл под другим именем...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5443"/> + <source>Add localized resource...</source> + <translation>Добавить локализованный ресурс...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5464"/> + <source>Add file resource</source> + <translation>Добавить файл ресурсов</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5480"/> + <source>Add file resources</source> + <translation>Добавить файлы ресурсов</translation> </message> <message> <location filename="QScintilla/Editor.py" line="5507"/> - <source>Application Diagram</source> - <translation>Диаграмма приложения</translation> + <source>Add aliased file resource</source> + <translation>Добавить файл ресурсов под другим именем</translation> </message> <message> <location filename="QScintilla/Editor.py" line="5507"/> + <source>Alias for file <b>{0}</b>:</source> + <translation>Другое имя для файла <b>{0}</b>:</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5568"/> + <source>Package Diagram</source> + <translation>Диаграмма пакетов</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5568"/> + <source>Include class attributes?</source> + <translation>Включать атрибуты класса?</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5597"/> + <source>Application Diagram</source> + <translation>Диаграмма приложения</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5597"/> <source>Include module names?</source> <translation>Включать имена модулей?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5356"/> + <location filename="QScintilla/Editor.py" line="5446"/> <source>Add resource frame</source> <translation>Добавить фрагмент ресурсов</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4984"/> + <location filename="QScintilla/Editor.py" line="5074"/> <source>Macro recording is already active. Start new?</source> <translation>Запись макроса уже идёт. Начать новую запись?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1048"/> + <location filename="QScintilla/Editor.py" line="1056"/> <source>Next task</source> <translation>Следующая задача</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1051"/> + <location filename="QScintilla/Editor.py" line="1059"/> <source>Previous task</source> <translation>Предыдущая задача</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="695"/> + <location filename="QScintilla/Editor.py" line="703"/> <source>Autocomplete</source> <translation>Автозавершение</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="701"/> + <location filename="QScintilla/Editor.py" line="709"/> <source>from Document</source> <translation>из документа</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="704"/> + <location filename="QScintilla/Editor.py" line="712"/> <source>from APIs</source> <translation>из файлов API</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="707"/> + <location filename="QScintilla/Editor.py" line="715"/> <source>from Document and APIs</source> <translation>Из документа и файлов API</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="864"/> + <location filename="QScintilla/Editor.py" line="872"/> <source>Export as</source> <translation>Экспортировать как</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1093"/> + <location filename="QScintilla/Editor.py" line="1101"/> <source>Export source</source> <translation>Экспортировать исходник</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1087"/> + <location filename="QScintilla/Editor.py" line="1095"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation><p>Не найден экспортёр для формата <b>{0}</b>. Отмена...</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1093"/> + <location filename="QScintilla/Editor.py" line="1101"/> <source>No export format given. Aborting...</source> <translation>Не задан формат экспорта. Отмена...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5585"/> <source>Imports Diagram</source> <translation>Диаграмма импортов</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5585"/> <source>Include imports from external modules?</source> <translation>Включать импорты из внешних модулей?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="698"/> + <location filename="QScintilla/Editor.py" line="706"/> <source>dynamic</source> <translation>динамический</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="711"/> + <location filename="QScintilla/Editor.py" line="719"/> <source>Calltip</source> <translation>Подсказка</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="678"/> + <location filename="QScintilla/Editor.py" line="686"/> <source>Print Preview</source> <translation>Предварительный просмотр печати</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="337"/> + <location filename="QScintilla/Editor.py" line="342"/> <source><b>A Source Editor Window</b><p>This window is used to display and edit a source file. You can open as many of these as you like. The name of the file is displayed in the window's titlebar.</p><p>In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.</p><p>In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.</p><p>These actions can be reversed via the context menu.</p><p>Ctrl clicking on a syntax error marker shows some info about this error.</p></source> <translation><b>Окно редактора</b><p>Это окно используется для просмотра и редактирования исходных текстов приложений. Вы можете открыть несколько окон одновременно. Имя редактируемого файла отображается в заголовке окна.</p><p>Чтобы установить точку останова кликните в пространство между номером строки и меткой свёртки на нужной строке. Появившийся маркер точки останова можно настроить через контекстное меню.</p><p>Чтобы установить закладку кликните в пространство между номером строки и меткой свёртки на нужной строке при нажатой клавише Shift.</p><p>Эти действия можно отменить через контекстное меню.</p><p>Если при нажатой клавише Ctrl кликнуть на маркер синтаксической ошибки, то будет показана дополнительная информация об ошибке.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="638"/> + <location filename="QScintilla/Editor.py" line="646"/> <source>Typing aids enabled</source> <translation>Разрешить помощь при наборе</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="833"/> + <location filename="QScintilla/Editor.py" line="841"/> <source>End-of-Line Type</source> <translation>Тип конца строки</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="837"/> + <location filename="QScintilla/Editor.py" line="845"/> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="843"/> + <location filename="QScintilla/Editor.py" line="851"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="849"/> + <location filename="QScintilla/Editor.py" line="857"/> <source>Macintosh</source> <translation>Macintosh</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="811"/> + <location filename="QScintilla/Editor.py" line="819"/> <source>Encodings</source> <translation>Кодировки</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="793"/> + <location filename="QScintilla/Editor.py" line="801"/> <source>Guessed</source> <translation>Догадки</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1106"/> + <location filename="QScintilla/Editor.py" line="1114"/> <source>Alternatives</source> <translation>Альтернативы</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1102"/> + <location filename="QScintilla/Editor.py" line="1110"/> <source>Alternatives ({0})</source> <translation>Альтернативы ({0})</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1121"/> + <location filename="QScintilla/Editor.py" line="1129"/> <source>Pygments Lexer</source> <translation></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1121"/> + <location filename="QScintilla/Editor.py" line="1129"/> <source>Select the Pygments lexer to apply.</source> <translation>Задайте язык лексического анализатора.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5745"/> + <location filename="QScintilla/Editor.py" line="5835"/> <source>Check spelling...</source> <translation>Проверка орфографии...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="613"/> + <location filename="QScintilla/Editor.py" line="621"/> <source>Check spelling of selection...</source> <translation>Проверка орфографии подсвеченного участка...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5747"/> + <location filename="QScintilla/Editor.py" line="5837"/> <source>Add to dictionary</source> <translation>Добавить в слварь</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5749"/> + <location filename="QScintilla/Editor.py" line="5839"/> <source>Ignore All</source> <translation>Игнорировать всё</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="617"/> + <location filename="QScintilla/Editor.py" line="625"/> <source>Remove from dictionary</source> <translation>Удалить из словаря</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2363"/> + <location filename="QScintilla/Editor.py" line="2371"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>Невозможно прочитать файл <b>{0}</b>.</p><p>Причина: {1}</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2464"/> + <location filename="QScintilla/Editor.py" line="2472"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>Невозможно сохранить файл <b>{0}</b>:<br>Причина: {1}.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5122"/> + <location filename="QScintilla/Editor.py" line="5212"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric5. Reread it?</p></source> <translation><p>Файл <b>{0}</b> был изменён, будучи открытым в eric5. Обновить?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1006"/> + <location filename="QScintilla/Editor.py" line="1014"/> <source>Next warning</source> <translation>Следующее предупреждение</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1009"/> + <location filename="QScintilla/Editor.py" line="1017"/> <source>Previous warning</source> <translation>Предыдущее предупреждение</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1012"/> + <location filename="QScintilla/Editor.py" line="1020"/> <source>Show warning message</source> <translation>Показать предупреждение</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1015"/> + <location filename="QScintilla/Editor.py" line="1023"/> <source>Clear warnings</source> <translation>Очистить предупреждения</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4774"/> + <location filename="QScintilla/Editor.py" line="4864"/> <source>py3flakes Warning</source> <translation>py3flakes предупреждения</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4774"/> + <location filename="QScintilla/Editor.py" line="4864"/> <source>No py3flakes warning message available.</source> <translation>py3flakes предупреждений не найдено.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2516"/> + <location filename="QScintilla/Editor.py" line="2524"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Файл <b>{0}</b> уже сущеструет. Переписать?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4958"/> + <location filename="QScintilla/Editor.py" line="5048"/> <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Макро <b>{0}</b> уже сущеструет. Переписать?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4817"/> + <location filename="QScintilla/Editor.py" line="4907"/> <source>Warning: {0}</source> <translation>Предупреждение: {0}</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4823"/> + <location filename="QScintilla/Editor.py" line="4913"/> <source>Error: {0}</source> <translation>Ошибка: {0}</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5127"/> + <location filename="QScintilla/Editor.py" line="5217"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3703"/> + <location filename="QScintilla/Editor.py" line="3793"/> <source>Activating Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3703"/> + <location filename="QScintilla/Editor.py" line="3793"/> <source>Auto-completion provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3888"/> + <location filename="QScintilla/Editor.py" line="3978"/> <source>Activating Calltip Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3888"/> + <location filename="QScintilla/Editor.py" line="3978"/> <source>Calltip provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> @@ -44884,7 +44884,7 @@ <translation>Интерпретатор Python2 не настроен.</translation> </message> <message> - <location filename="Utilities/__init__.py" line="1269"/> + <location filename="Utilities/__init__.py" line="1270"/> <source>Python2 interpreter did not finish within 30s.</source> <translation>Интерпретатор Python2 не завершился в течение 30 секунд.</translation> </message> @@ -45872,7 +45872,7 @@ <message> <location filename="ViewManager/ViewManager.py" line="829"/> <source>Cl&ear</source> - <translation>О&чистить</translation> + <translation type="obsolete">О&чистить</translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="836"/> @@ -46101,158 +46101,158 @@ <p>Искать в текущем редакторе текст и заменить его. Будет показан диалог с такстом для поиска, заменой и опциями</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2070"/> + <location filename="ViewManager/ViewManager.py" line="2073"/> <source>Goto Line</source> <translation>Перейти на строку</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2063"/> + <location filename="ViewManager/ViewManager.py" line="2066"/> <source>&Goto Line...</source> <translation>&Перейти на строку...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2071"/> + <location filename="ViewManager/ViewManager.py" line="2074"/> <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>Перейти на строку</b> <p>Перейти на указанную строку в текущем редакторе. Будет показан диалог для ввода строки.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2086"/> + <location filename="ViewManager/ViewManager.py" line="2089"/> <source>Goto Brace</source> <translation>Перейти к скобке</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2079"/> + <location filename="ViewManager/ViewManager.py" line="2082"/> <source>Goto &Brace</source> <translation>Перейти к &скобке</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2088"/> + <location filename="ViewManager/ViewManager.py" line="2091"/> <source><b>Goto Brace</b><p>Go to the matching brace in the current editor.</p></source> <translation><b>Перейти к скобке</b> <p>Перейти к соответствующей скобке.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Search in Files</source> <translation>Поиск в файлах</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Search in &Files...</source> <translation>Поиск в &файлах...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2105"/> + <location filename="ViewManager/ViewManager.py" line="2161"/> <source>Search for a text in files</source> <translation>Искать текст в файлах</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2107"/> + <location filename="ViewManager/ViewManager.py" line="2163"/> <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>Поиск в файлах</b> <p>Искать текст в файлах каталога проекта. Будет показан диалог для ввода строки поиска и опций и отображения результатов.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Zoom in</source> <translation>Увеличить масштаб</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Zoom &in</source> <translation>У&величить масштаб</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2239"/> + <location filename="ViewManager/ViewManager.py" line="2297"/> <source>Zoom in on the text</source> <translation>Увеличить масштаб текста</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2241"/> + <location filename="ViewManager/ViewManager.py" line="2299"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Увеличить масштаб</b><p>Увеличить масштаб. Размер букв увеличится.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Zoom out</source> <translation>Уменьшить масштаб</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Zoom &out</source> <translation>У&меньшить масштаб</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2255"/> + <location filename="ViewManager/ViewManager.py" line="2313"/> <source>Zoom out on the text</source> <translation>Уменьшить масштаб текста</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2257"/> + <location filename="ViewManager/ViewManager.py" line="2315"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Уменьшить масштаб</b><p>Уменьшить масштаб. Размер букв уменьшится.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>Zoom</source> <translation>Масштаб</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>&Zoom</source> <translation>Мас&штаб</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2271"/> + <location filename="ViewManager/ViewManager.py" line="2329"/> <source>Zoom the text</source> <translation>Масштаб текста</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2273"/> + <location filename="ViewManager/ViewManager.py" line="2331"/> <source><b>Zoom</b><p>Zoom the text. This opens a dialog where the desired size can be entered.</p></source> <translation><b>Масштаб</b> <p>Масштаб текста. Открыть диалог для выбора желаемого масштаба текста.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2285"/> + <location filename="ViewManager/ViewManager.py" line="2343"/> <source>Toggle all folds</source> <translation>Свернуть/развернуть все ветви</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2281"/> + <location filename="ViewManager/ViewManager.py" line="2339"/> <source>Toggle &all folds</source> <translation>&Свернуть/развернуть все ветви</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2287"/> + <location filename="ViewManager/ViewManager.py" line="2345"/> <source><b>Toggle all folds</b><p>Toggle all folds of the current editor.</p></source> <translation><b>Ветви</b> <p>Изменить скрытые ветви на развёрнутые и наоборот.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2314"/> + <location filename="ViewManager/ViewManager.py" line="2372"/> <source>Toggle current fold</source> <translation>Свернуть/развернуть текущую ветвь</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2310"/> + <location filename="ViewManager/ViewManager.py" line="2368"/> <source>Toggle &current fold</source> <translation>Свернуть/развернуть &текущую ветвь</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2316"/> + <location filename="ViewManager/ViewManager.py" line="2374"/> <source><b>Toggle current fold</b><p>Toggle the folds of the current line of the current editor.</p></source> <translation><b>Свернуть/развернуть текущую ветвь</b> <p>Свернуть/развернуть текущую ветвь текущего редактора.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2986"/> + <location filename="ViewManager/ViewManager.py" line="3044"/> <source>File Modified</source> <translation>Файл изменён</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3265"/> + <location filename="ViewManager/ViewManager.py" line="3324"/> <source>File: {0}</source> <translation>Файл: {0}</translation> </message> @@ -46803,235 +46803,235 @@ <translation>Ctrl+Shift+U</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2338"/> + <location filename="ViewManager/ViewManager.py" line="2396"/> <source>Split view</source> <translation>Разделить вид</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2338"/> + <location filename="ViewManager/ViewManager.py" line="2396"/> <source>&Split view</source> <translation>&Разделить вид</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2342"/> + <location filename="ViewManager/ViewManager.py" line="2400"/> <source>Add a split to the view</source> <translation>Добавить разделитель к виду</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2344"/> + <location filename="ViewManager/ViewManager.py" line="2402"/> <source><b>Split view</b><p>Add a split to the view.</p></source> <translation><b>Разделить вид</b><p>Добавить разделитель к виду.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2351"/> + <location filename="ViewManager/ViewManager.py" line="2409"/> <source>Arrange horizontally</source> <translation>Расположить горизонтально</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2351"/> + <location filename="ViewManager/ViewManager.py" line="2409"/> <source>Arrange &horizontally</source> <translation>Расположить &горизонтально</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2356"/> + <location filename="ViewManager/ViewManager.py" line="2414"/> <source>Arrange the splitted views horizontally</source> <translation>Расположить разделённые виды горизонтально</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2358"/> + <location filename="ViewManager/ViewManager.py" line="2416"/> <source><b>Arrange horizontally</b><p>Arrange the splitted views horizontally.</p></source> <translation><b>Расположить горизонтально</b> <p>Расположить разделённые виды горизонтально.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2366"/> + <location filename="ViewManager/ViewManager.py" line="2424"/> <source>Remove split</source> <translation>Удалить разделитель</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2366"/> + <location filename="ViewManager/ViewManager.py" line="2424"/> <source>&Remove split</source> <translation>&Удалить разделитель</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2371"/> + <location filename="ViewManager/ViewManager.py" line="2429"/> <source>Remove the current split</source> <translation>Удалить текущий разделитель</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2373"/> + <location filename="ViewManager/ViewManager.py" line="2431"/> <source><b>Remove split</b><p>Remove the current split.</p></source> <translation><b>Удалить разделитель</b><p>Удалить текущий разделитель.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2478"/> + <location filename="ViewManager/ViewManager.py" line="2536"/> <source>Start Macro Recording</source> <translation>Начать запись макроса</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2473"/> + <location filename="ViewManager/ViewManager.py" line="2531"/> <source>S&tart Macro Recording</source> <translation>&Начать запись макроса</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2480"/> + <location filename="ViewManager/ViewManager.py" line="2538"/> <source><b>Start Macro Recording</b><p>Start recording editor commands into a new macro.</p></source> <translation><b>Начать запись макроса</b> <p>Начать запись комнд редактора в новый макрос.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2492"/> + <location filename="ViewManager/ViewManager.py" line="2550"/> <source>Stop Macro Recording</source> <translation>Закончить запись макроса</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2487"/> + <location filename="ViewManager/ViewManager.py" line="2545"/> <source>Sto&p Macro Recording</source> <translation>&Закончить запись макроса</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2494"/> + <location filename="ViewManager/ViewManager.py" line="2552"/> <source><b>Stop Macro Recording</b><p>Stop recording editor commands into a new macro.</p></source> <translation><b>Закончить запись макроса</b> <p>Закончить запись комнд редактора в новый макрос.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2504"/> + <location filename="ViewManager/ViewManager.py" line="2562"/> <source>Run Macro</source> <translation>Выполнить макрос</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2501"/> + <location filename="ViewManager/ViewManager.py" line="2559"/> <source>&Run Macro</source> <translation>&Выполнить макрос</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2505"/> + <location filename="ViewManager/ViewManager.py" line="2563"/> <source><b>Run Macro</b><p>Run a previously recorded editor macro.</p></source> <translation><b>Выполнить макрос</b> <p>Запустить записанный макрос.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2516"/> + <location filename="ViewManager/ViewManager.py" line="2574"/> <source>Delete Macro</source> <translation>Удалить макрос</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2512"/> + <location filename="ViewManager/ViewManager.py" line="2570"/> <source>&Delete Macro</source> <translation>&Удалить макрос</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2518"/> + <location filename="ViewManager/ViewManager.py" line="2576"/> <source><b>Delete Macro</b><p>Delete a previously recorded editor macro.</p></source> <translation><b>Удалить макрос</b><p>Удалить записанный макрос.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2528"/> + <location filename="ViewManager/ViewManager.py" line="2586"/> <source>Load Macro</source> <translation>Загрузить макрос</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2525"/> + <location filename="ViewManager/ViewManager.py" line="2583"/> <source>&Load Macro</source> <translation>&Загрузить макрос</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2530"/> + <location filename="ViewManager/ViewManager.py" line="2588"/> <source><b>Load Macro</b><p>Load an editor macro from a file.</p></source> <translation><b>Загрузить макрос</b> <p>Загрузить из файла макрос для редактора.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2540"/> + <location filename="ViewManager/ViewManager.py" line="2598"/> <source>Save Macro</source> <translation>Сохранить макрос</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2537"/> + <location filename="ViewManager/ViewManager.py" line="2595"/> <source>&Save Macro</source> <translation>&Сохранить макрос</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2542"/> + <location filename="ViewManager/ViewManager.py" line="2600"/> <source><b>Save Macro</b><p>Save a previously recorded editor macro to a file.</p></source> <translation><b>Сохранить макрос</b><p>Сохранить записанный макрос в файл.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2580"/> + <location filename="ViewManager/ViewManager.py" line="2638"/> <source>Toggle Bookmark</source> <translation>Поставить/убрать закладку</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2573"/> + <location filename="ViewManager/ViewManager.py" line="2631"/> <source>&Toggle Bookmark</source> <translation>&Поставить/убрать закладку</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2582"/> + <location filename="ViewManager/ViewManager.py" line="2640"/> <source><b>Toggle Bookmark</b><p>Toggle a bookmark at the current line of the current editor.</p></source> <translation><b>Поставить/убрать закладку</b> <p>Поставить/убрать закладку на текущей строчке текущего редактора.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2596"/> + <location filename="ViewManager/ViewManager.py" line="2654"/> <source>Next Bookmark</source> <translation>Следующая закладка</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2589"/> + <location filename="ViewManager/ViewManager.py" line="2647"/> <source>&Next Bookmark</source> <translation>&Следующая закладка</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2598"/> + <location filename="ViewManager/ViewManager.py" line="2656"/> <source><b>Next Bookmark</b><p>Go to next bookmark of the current editor.</p></source> <translation><b>Следующая закладка</b> <p>Перейти к следующей закладке в текущем редакторе.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2612"/> + <location filename="ViewManager/ViewManager.py" line="2670"/> <source>Previous Bookmark</source> <translation>Предыдущая закладка</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2605"/> + <location filename="ViewManager/ViewManager.py" line="2663"/> <source>&Previous Bookmark</source> <translation>&Предыдущая закладка</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2614"/> + <location filename="ViewManager/ViewManager.py" line="2672"/> <source><b>Previous Bookmark</b><p>Go to previous bookmark of the current editor.</p></source> <translation><b>Предыдущая закладка</b> <p>Перейти к предыдущей закладке в текущем редакторе.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2628"/> + <location filename="ViewManager/ViewManager.py" line="2686"/> <source>Clear Bookmarks</source> <translation>Стереть закладки</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2621"/> + <location filename="ViewManager/ViewManager.py" line="2679"/> <source>&Clear Bookmarks</source> <translation>&Стереть закладки</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2630"/> + <location filename="ViewManager/ViewManager.py" line="2688"/> <source><b>Clear Bookmarks</b><p>Clear bookmarks of all editors.</p></source> <translation><b>Стереть закладки</b><p>Убрать закладки из всех редакторов.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2787"/> + <location filename="ViewManager/ViewManager.py" line="2845"/> <source>&Bookmarks</source> <translation>&Закладки</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2329"/> + <location filename="ViewManager/ViewManager.py" line="2387"/> <source>Remove all highlights</source> <translation>Снять все выделения</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2331"/> + <location filename="ViewManager/ViewManager.py" line="2389"/> <source><b>Remove all highlights</b><p>Remove the highlights of all editors.</p></source> <translation><b>Снять все выделения</b><p>Снять выделения во всех редакторах.</p></translation> </message> @@ -47061,17 +47061,17 @@ <translation>Открыть &закладки на файлы</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3610"/> + <location filename="ViewManager/ViewManager.py" line="3669"/> <source>&Clear</source> <translation>&Очистить</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3606"/> + <location filename="ViewManager/ViewManager.py" line="3665"/> <source>&Add</source> <translation>&Добавить</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3608"/> + <location filename="ViewManager/ViewManager.py" line="3667"/> <source>&Edit...</source> <translation>&Правка...</translation> </message> @@ -47232,33 +47232,33 @@ <translation><b>Автозавершение из API</b><p>Автоматически дополнить слово, содержащее курсор, из API.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2643"/> + <location filename="ViewManager/ViewManager.py" line="2701"/> <source>Goto Syntax Error</source> <translation>Перейти к синтаксической ошибке</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2637"/> + <location filename="ViewManager/ViewManager.py" line="2695"/> <source>&Goto Syntax Error</source> <translation>&Перейти к синтаксической ошибке</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2645"/> + <location filename="ViewManager/ViewManager.py" line="2703"/> <source><b>Goto Syntax Error</b><p>Go to next syntax error of the current editor.</p></source> <translation><b>Перейти к синтаксической ошибке</b> <p>Перейти к следующей синтаксической ошибке в текущем редакторе.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2657"/> + <location filename="ViewManager/ViewManager.py" line="2715"/> <source>Clear Syntax Errors</source> <translation>Очистить синтаксические ошибки</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2652"/> + <location filename="ViewManager/ViewManager.py" line="2710"/> <source>Clear &Syntax Errors</source> <translation>Очистить синтаксические &ошибки</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2659"/> + <location filename="ViewManager/ViewManager.py" line="2717"/> <source><b>Clear Syntax Errors</b><p>Clear syntax errors of all editors.</p></source> <translation><b>Очистить синтаксические ошибки</b><p>Убрать сообщения об синтаксических ошибках во всех редакторах.</p></translation> </message> @@ -47283,32 +47283,32 @@ <translation><b>Искать файл</b><p>Искать файл по имени.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2721"/> + <location filename="ViewManager/ViewManager.py" line="2779"/> <source>Next uncovered line</source> <translation>Следующая неохваченная строка</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2715"/> + <location filename="ViewManager/ViewManager.py" line="2773"/> <source>&Next uncovered line</source> <translation>&Следующая неохваченная строка</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2723"/> + <location filename="ViewManager/ViewManager.py" line="2781"/> <source><b>Next uncovered line</b><p>Go to next line of the current editor marked as not covered.</p></source> <translation><b>Следующая неохваченная строка</b><p>Перейти к строке в текущем редакторе, помеченной как неохваченная.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2737"/> + <location filename="ViewManager/ViewManager.py" line="2795"/> <source>Previous uncovered line</source> <translation>Предыдущая неохваченная строка</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2730"/> + <location filename="ViewManager/ViewManager.py" line="2788"/> <source>&Previous uncovered line</source> <translation>&Предыдущая неохваченная строка</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2739"/> + <location filename="ViewManager/ViewManager.py" line="2797"/> <source><b>Previous uncovered line</b><p>Go to previous line of the current editor marked as not covered.</p></source> <translation><b>Следующая неохваченная строка</b><p>Перейти предыдущей к строке в текущем редакторе, помеченной как неохваченная.</p></translation> </message> @@ -47336,7 +47336,7 @@ <translation>Shift+Backspace</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2986"/> + <location filename="ViewManager/ViewManager.py" line="3044"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>В файле <b>{0}</b> есть несохранённые изменения.</p></translation> </message> @@ -47352,70 +47352,70 @@ <p>eric3 запросит у Вас имя файла, чтобы открыть его в окне редактора.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2145"/> + <location filename="ViewManager/ViewManager.py" line="2201"/> <source>Quicksearch</source> <translation>Быстрый поиск</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2009"/> + <location filename="ViewManager/ViewManager.py" line="2012"/> <source>Ctrl+Shift+K</source> <comment>Search|Quicksearch</comment> <translation>Ctrl+Shift+K</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2017"/> + <location filename="ViewManager/ViewManager.py" line="2020"/> <source>Perform a quicksearch</source> <translation>Выполнить быстрый поиск</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Quicksearch backwards</source> <translation>Быстрый поиск назад</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Ctrl+Shift+J</source> <comment>Search|Quicksearch backwards</comment> <translation>Ctrl+Shift+J</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2036"/> + <location filename="ViewManager/ViewManager.py" line="2039"/> <source>Perform a quicksearch backwards</source> <translation>Выполнить быстрый поиск назад</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2009"/> + <location filename="ViewManager/ViewManager.py" line="2012"/> <source>&Quicksearch</source> <translation>&Быстрый поиск</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Quicksearch &backwards</source> <translation>Быстрый поиск &назад</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Quicksearch extend</source> <translation>Расширить быстрый поиск</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Quicksearch e&xtend</source> <translation>Рас&ширить быстрый поиск</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Ctrl+Shift+H</source> <comment>Search|Quicksearch extend</comment> <translation>Ctrl+Shift+H</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2053"/> + <location filename="ViewManager/ViewManager.py" line="2056"/> <source>Extend the quicksearch to the end of the current word</source> <translation>Расширить быстрый поиск до конца текущего слова</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2055"/> + <location filename="ViewManager/ViewManager.py" line="2058"/> <source><b>Quicksearch extend</b><p>This extends the quicksearch text to the end of the word currently found.</p></source> <translation><b>Расширить быстрый поиск</b> <p>Расширить быстрый поиск до конца найденного слова.</p></translation> @@ -47436,42 +47436,42 @@ <translation><b>Умные отступы</b><p>Расставить отступы для выбранной строки (строк) с помощью умного алгоритма.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>Next split</source> <translation>Следующий разделитель</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>&Next split</source> <translation>&Следующий разделитель</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2386"/> + <location filename="ViewManager/ViewManager.py" line="2444"/> <source>Move to the next split</source> <translation>Переместиться на следующий разделитель</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2388"/> + <location filename="ViewManager/ViewManager.py" line="2446"/> <source><b>Next split</b><p>Move to the next split.</p></source> <translation><b>Следующий разделитель</b><p>Переместиться на следующий разделитель.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>Previous split</source> <translation>Предыдущий разделитель</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>&Previous split</source> <translation>&Предыдущий разделитель</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2401"/> + <location filename="ViewManager/ViewManager.py" line="2459"/> <source>Move to the previous split</source> <translation>Переместиться на предыдущий разделитель</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2403"/> + <location filename="ViewManager/ViewManager.py" line="2461"/> <source><b>Previous split</b><p>Move to the previous split.</p></source> <translation><b>Предыдущий разделитель</b><p>Переместиться на предыдущий разделитель.</p></translation> </message> @@ -47507,17 +47507,17 @@ <translation><b>Автозавершение из документа и файлов API</b><p>Автоматически дополнить слово, содержащее курсор, из документа и файлов API.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2300"/> + <location filename="ViewManager/ViewManager.py" line="2358"/> <source>Toggle all folds (including children)</source> <translation>Переключить все свёртки кода (включая дочерние)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2295"/> + <location filename="ViewManager/ViewManager.py" line="2353"/> <source>Toggle all &folds (including children)</source> <translation>Переключить все &свёртки кода (включая дочерние)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2302"/> + <location filename="ViewManager/ViewManager.py" line="2360"/> <source><b>Toggle all folds (including children)</b><p>Toggle all folds of the current editor including all children.</p></source> <translation><b>Переключить все свёртки кода (включая дочерние)</b><p>Переключить все свёртки кода в текущем редакторе, включая все дочерние.</p></translation> </message> @@ -47703,7 +47703,7 @@ <translation>&Правка</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="1890"/> + <location filename="ViewManager/ViewManager.py" line="1893"/> <source>Edit</source> <translation>Редактировать</translation> </message> @@ -47720,130 +47720,130 @@ <translation>Ctrl+R</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2063"/> + <location filename="ViewManager/ViewManager.py" line="2066"/> <source>Ctrl+G</source> <comment>Search|Goto Line</comment> <translation>Ctrl+G</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2079"/> + <location filename="ViewManager/ViewManager.py" line="2082"/> <source>Ctrl+L</source> <comment>Search|Goto Brace</comment> <translation>Ctrl+L</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Shift+Ctrl+F</source> <comment>Search|Search Files</comment> <translation>Shift+Ctrl+F</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>Ctrl+#</source> <comment>View|Zoom</comment> <translation>Ctrl+#</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>Ctrl+Alt+N</source> <comment>View|Next split</comment> <translation>Ctrl+Alt+N</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>Ctrl+Alt+P</source> <comment>View|Previous split</comment> <translation>Ctrl+Alt+P</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2425"/> + <location filename="ViewManager/ViewManager.py" line="2483"/> <source>&View</source> <translation>&Вид</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2452"/> + <location filename="ViewManager/ViewManager.py" line="2510"/> <source>View</source> <translation>Вид</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2557"/> + <location filename="ViewManager/ViewManager.py" line="2615"/> <source>&Macros</source> <translation>&Макросы</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2573"/> + <location filename="ViewManager/ViewManager.py" line="2631"/> <source>Alt+Ctrl+T</source> <comment>Bookmark|Toggle</comment> <translation>Alt+Ctrl+T</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2589"/> + <location filename="ViewManager/ViewManager.py" line="2647"/> <source>Ctrl+PgDown</source> <comment>Bookmark|Next</comment> <translation>Ctrl+PgDown</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2605"/> + <location filename="ViewManager/ViewManager.py" line="2663"/> <source>Ctrl+PgUp</source> <comment>Bookmark|Previous</comment> <translation>Ctrl+PgUp</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2621"/> + <location filename="ViewManager/ViewManager.py" line="2679"/> <source>Alt+Ctrl+C</source> <comment>Bookmark|Clear</comment> <translation>Alt+Ctrl+C</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2827"/> + <location filename="ViewManager/ViewManager.py" line="2885"/> <source>Bookmarks</source> <translation>Закладки</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2950"/> + <location filename="ViewManager/ViewManager.py" line="3008"/> <source>Open files</source> <translation>Открыть файлы</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2753"/> + <location filename="ViewManager/ViewManager.py" line="2811"/> <source>Next Task</source> <translation>Следующая задача</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2747"/> + <location filename="ViewManager/ViewManager.py" line="2805"/> <source>&Next Task</source> <translation>&Следующая задача</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2755"/> + <location filename="ViewManager/ViewManager.py" line="2813"/> <source><b>Next Task</b><p>Go to next line of the current editor having a task.</p></source> <translation><b>Следующая задача</b> <p>Перейти к следующей строчке редактора, где определена задача.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2769"/> + <location filename="ViewManager/ViewManager.py" line="2827"/> <source>Previous Task</source> <translation>Предыдущая задача</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2762"/> + <location filename="ViewManager/ViewManager.py" line="2820"/> <source>&Previous Task</source> <translation>&Предыдущая задача</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2771"/> + <location filename="ViewManager/ViewManager.py" line="2829"/> <source><b>Previous Task</b><p>Go to previous line of the current editor having a task.</p></source> <translation><b>Предыдущая задача</b><p>Перейти к предыдущей строчке редактора, где определена задача.</p></translation> </message> @@ -47905,7 +47905,7 @@ <translation>Экспортировать как</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2190"/> + <location filename="ViewManager/ViewManager.py" line="2246"/> <source>Quicksearch Textedit</source> <translation>Быстрый поиск</translation> </message> @@ -47951,17 +47951,17 @@ <translation><b>Искать назад</b><p>Искать назад в текущем редакторе.Использовать предыдущий шаблон поиска и настройки.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2019"/> + <location filename="ViewManager/ViewManager.py" line="2022"/> <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>Быстрый поиск</b><p>Активизировать быстрый поиск переместив фокус на входное поле быстрого поиска. Если это поле уже активно и содержит какой-нибудь текст, то произвести поиск этого текста.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2038"/> + <location filename="ViewManager/ViewManager.py" line="2041"/> <source><b>Quicksearch backwards</b><p>This searches the previous occurrence of the quicksearch text.</p></source> <translation><b>Быстрый поиск назад</b><p>Искать назад текст из входного поля быстрого поиска.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2168"/> + <location filename="ViewManager/ViewManager.py" line="2224"/> <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>Введите текст для поиска. Поиск будет проводиться без учёта регистра. Если входное поле быстрого поиска не активно, то начать поиск можно используя клавиши Ctrl+Shift+K. Если активно, то производится поиск текста вводимого в это поле. Поиск назад можно активировать с помощью клавиш Ctrl+Shift+J. Если нажать Ctrl+Shift+H (расширить быстрый поиск), то текущий шаблон поиска расширяется до конца найденного слова. Если входное поле быстрого поиска активно, то выйти из режима поиска можно просто нажав клавишу "Ввод".</p></translation> </message> @@ -48022,134 +48022,134 @@ <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Replace in Files</source> <translation>Заменить в файлах</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Replace in F&iles...</source> <translation>Заменить в ф&айлах...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Shift+Ctrl+R</source> <comment>Search|Replace in Files</comment> <translation></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2123"/> + <location filename="ViewManager/ViewManager.py" line="2179"/> <source>Search for a text in files and replace it</source> <translation>Искать текст в файлах и заменить его</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2125"/> + <location filename="ViewManager/ViewManager.py" line="2181"/> <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>Заменить в файлах</b><p>Искать текст в файлах проекта и заменить его. Окно диалога позволит ввести текст для поиска и текст замены, а так же покажет результат.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>Spell check</source> <translation>Проверка орфографии</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>&Spell Check...</source> <translation>Проверка &орфографии...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>Shift+F7</source> <comment>Spelling|Spell Check</comment> <translation>Shift+F7</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2866"/> + <location filename="ViewManager/ViewManager.py" line="2924"/> <source>Perform spell check of current editor</source> <translation>Проверить орфографию в текущем редакторе</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2868"/> + <location filename="ViewManager/ViewManager.py" line="2926"/> <source><b>Spell check</b><p>Perform a spell check of the current editor.</p></source> <translation><b>Проверка орфографии</b><p>Проверить орфографию в текущем редакторе.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2875"/> + <location filename="ViewManager/ViewManager.py" line="2933"/> <source>Automatic spell checking</source> <translation>Автоматическая проверка орфографии</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2875"/> + <location filename="ViewManager/ViewManager.py" line="2933"/> <source>&Automatic spell checking</source> <translation>&Автоматическая проверка орфографии</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2882"/> + <location filename="ViewManager/ViewManager.py" line="2940"/> <source>(De-)Activate automatic spell checking</source> <translation>Запретить автоматическую проверку орфографии</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2884"/> + <location filename="ViewManager/ViewManager.py" line="2942"/> <source><b>Automatic spell checking</b><p>Activate or deactivate the automatic spell checking function of all editors.</p></source> <translation><b>Автоматическая проверка орфографии</b><p>Запретить или разрешить автоматическую проверку орфографии.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2924"/> + <location filename="ViewManager/ViewManager.py" line="2982"/> <source>Spelling</source> <translation>Проверка орфографии</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3269"/> + <location filename="ViewManager/ViewManager.py" line="3328"/> <source>Line: {0:5}</source> <translation>Строка: {0:5}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3274"/> + <location filename="ViewManager/ViewManager.py" line="3333"/> <source>Pos: {0:5}</source> <translation>Позиция: {0:5}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2673"/> + <location filename="ViewManager/ViewManager.py" line="2731"/> <source>Next warning message</source> <translation>Следующее предупреждение</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2666"/> + <location filename="ViewManager/ViewManager.py" line="2724"/> <source>&Next warning message</source> <translation>&Следующее предупреждение</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2675"/> + <location filename="ViewManager/ViewManager.py" line="2733"/> <source><b>Next warning message</b><p>Go to next line of the current editor having a py3flakes warning.</p></source> <translation><b>Следующее предупреждение</b><p>Перейти к следующему предупреждению</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2690"/> + <location filename="ViewManager/ViewManager.py" line="2748"/> <source>Previous warning message</source> <translation>Предыдущее предупреждение</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2683"/> + <location filename="ViewManager/ViewManager.py" line="2741"/> <source>&Previous warning message</source> <translation>&Предыдущее предупреждение</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2692"/> + <location filename="ViewManager/ViewManager.py" line="2750"/> <source><b>Previous warning message</b><p>Go to previous line of the current editor having a py3flakes warning.</p></source> <translation><b>Предыдущее предупреждение</b><p>Перейти к предыдущему предупреждению</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2706"/> + <location filename="ViewManager/ViewManager.py" line="2764"/> <source>Clear Warning Messages</source> <translation>Очистить предупреждения</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2700"/> + <location filename="ViewManager/ViewManager.py" line="2758"/> <source>Clear &Warning Messages</source> <translation>&Очистить предупреждения</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2708"/> + <location filename="ViewManager/ViewManager.py" line="2766"/> <source><b>Clear Warning Messages</b><p>Clear py3flakes warning messages of all editors.</p></source> <translation><b>Очистить предупреждения</b><p>Очистить предупреждения во всех окнах редактора.</p></translation> </message> @@ -48169,6 +48169,69 @@ <source><b>Join Lines</b><p>Join the current and the next lines.</p></source> <translation><b>Соединить строки</b><p>Соединить текущую и следующую строки.</p></translation> </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2106"/> + <source>Goto Last Edit Location</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2098"/> + <source>Goto Last &Edit Location</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2098"/> + <source>Ctrl+Shift+G</source> + <comment>Search|Goto Last Edit Location</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2108"/> + <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="2115"/> + <source>Goto Previous Method or Class</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2115"/> + <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="2122"/> + <source>Go to the previous method or class definition</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2125"/> + <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="2133"/> + <source>Goto Next Method or Class</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2133"/> + <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="2140"/> + <source>Go to the next method or class definition</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2143"/> + <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> </context> <context> <name>ViewProfileDialog</name>
--- a/i18n/eric5_tr.ts Mon Jul 04 08:08:04 2011 +0200 +++ b/i18n/eric5_tr.ts Sun Jul 10 16:31:33 2011 +0200 @@ -6912,512 +6912,512 @@ <context> <name>Editor</name> <message> - <location filename="QScintilla/Editor.py" line="2363"/> + <location filename="QScintilla/Editor.py" line="2371"/> <source>Open File</source> <translation>Dosya Aç</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="285"/> + <location filename="QScintilla/Editor.py" line="290"/> <source><p>The size of the file <b>{0}</b> is <b>{1} KB</b>. Do you really want to load it?</p></source> <translation><p><b>{0}</b>dosyasının boyutu <b>{1} KB</b>. Bu dosyayı yüklemek istiyor musunuz?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="337"/> + <location filename="QScintilla/Editor.py" line="342"/> <source><b>A Source Editor Window</b><p>This window is used to display and edit a source file. You can open as many of these as you like. The name of the file is displayed in the window's titlebar.</p><p>In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.</p><p>In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.</p><p>These actions can be reversed via the context menu.</p><p>Ctrl clicking on a syntax error marker shows some info about this error.</p></source> <translation><b>Kaynak Düzenleme Penceresi</b><p>Bu pencere kaynak kod dosyalarını düzenlemek ve göstermek için kullanılır.Bunu pekçok kez kullanmak üzere açabilirsiniz. Dosyanın isim başlıkçubuğunda gösterilir.</p><p>Bekleme noktaların kolayca ekleyip düzenleyebilmeniz için satır numaraları ve işaret alanı vardır..İçerik menüsü aracılığı ile sınırları düzenleyebilirsiniz.</p><p>Bekleme noktalarını ayarlamak için Shift ve ara çubuğuna beraber basabilirsiniz.</p><p>Bu işlem içerik menüsü ilede yapılabilir.</p><p>Bir yazım hatasının üzerinde Ctrl ile tıklarsanız o hata ile ilgili ayrıntılı yardım alırsınız.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="568"/> + <location filename="QScintilla/Editor.py" line="576"/> <source>Undo</source> <translation>Geri Al</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="571"/> + <location filename="QScintilla/Editor.py" line="579"/> <source>Redo</source> <translation>İleri al</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="574"/> + <location filename="QScintilla/Editor.py" line="582"/> <source>Revert to last saved state</source> <translation>En son kaydedileni eski haline getir</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="578"/> + <location filename="QScintilla/Editor.py" line="586"/> <source>Cut</source> <translation>Kes</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="581"/> - <source>Copy</source> - <translation>Kopyala</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="583"/> - <source>Paste</source> - <translation>Yapıştır</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="587"/> - <source>Indent</source> - <translation>Girinti</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="589"/> - <source>Unindent</source> - <translation>Girintisiz</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="592"/> - <source>Comment</source> - <translation>Yorumlayıcı</translation> + <source>Copy</source> + <translation>Kopyala</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="591"/> + <source>Paste</source> + <translation>Yapıştır</translation> </message> <message> <location filename="QScintilla/Editor.py" line="595"/> + <source>Indent</source> + <translation>Girinti</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="597"/> + <source>Unindent</source> + <translation>Girintisiz</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="600"/> + <source>Comment</source> + <translation>Yorumlayıcı</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="603"/> <source>Uncomment</source> <translation>Yorumlanamaz</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="598"/> - <source>Stream Comment</source> - <translation>Yorumlayıcı</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="601"/> - <source>Box Comment</source> - <translation>Kutu Yorumlayıcı</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="604"/> - <source>Select to brace</source> - <translation>Köşeli ayracı seç</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="606"/> + <source>Stream Comment</source> + <translation>Yorumlayıcı</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="609"/> + <source>Box Comment</source> + <translation>Kutu Yorumlayıcı</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="612"/> + <source>Select to brace</source> + <translation>Köşeli ayracı seç</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="614"/> <source>Select all</source> <translation>Hepsini seç</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="607"/> + <location filename="QScintilla/Editor.py" line="615"/> <source>Deselect all</source> <translation>Tüm seçimi iptal et</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5745"/> + <location filename="QScintilla/Editor.py" line="5835"/> <source>Check spelling...</source> <translation>Yazım Kontrolü...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="613"/> + <location filename="QScintilla/Editor.py" line="621"/> <source>Check spelling of selection...</source> <translation>Seçilen alanın yazım kontrolü...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="617"/> + <location filename="QScintilla/Editor.py" line="625"/> <source>Remove from dictionary</source> <translation>Sözlükten çıkar</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="620"/> - <source>Shorten empty lines</source> - <translation>Boş satırları kısalt</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="628"/> + <source>Shorten empty lines</source> + <translation>Boş satırları kısalt</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="636"/> <source>Use Monospaced Font</source> <translation>Tek hacimli yazıtipi kullan</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="633"/> + <location filename="QScintilla/Editor.py" line="641"/> <source>Autosave enabled</source> <translation>Otomatik kayıt kabul edildi</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="638"/> + <location filename="QScintilla/Editor.py" line="646"/> <source>Typing aids enabled</source> <translation>Yazım yardımı etkinleştirildi</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="645"/> + <location filename="QScintilla/Editor.py" line="653"/> <source>Autocompletion enabled</source> <translation>Otomatik tamamlama onaylı</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="662"/> + <location filename="QScintilla/Editor.py" line="670"/> <source>New view</source> <translation>Yeni görünüm</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="663"/> - <source>New view (with new split)</source> - <translation>Yeni görünüm (yeni ayraç ile)</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="667"/> - <source>Close</source> - <translation>Kapat</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="671"/> + <source>New view (with new split)</source> + <translation>Yeni görünüm (yeni ayraç ile)</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="675"/> + <source>Close</source> + <translation>Kapat</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="679"/> <source>Save</source> <translation>Kaydet</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="673"/> + <location filename="QScintilla/Editor.py" line="681"/> <source>Save As...</source> <translation>Farklı Kaydet...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="678"/> + <location filename="QScintilla/Editor.py" line="686"/> <source>Print Preview</source> <translation>Baskı Öngörünümü</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="680"/> + <location filename="QScintilla/Editor.py" line="688"/> <source>Print</source> <translation>Yazdır</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="695"/> + <location filename="QScintilla/Editor.py" line="703"/> <source>Autocomplete</source> <translation>Otomatik tamamlama</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="698"/> + <location filename="QScintilla/Editor.py" line="706"/> <source>dynamic</source> <translation>dinamik</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="701"/> + <location filename="QScintilla/Editor.py" line="709"/> <source>from Document</source> <translation>Belgeden</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="704"/> + <location filename="QScintilla/Editor.py" line="712"/> <source>from APIs</source> <translation>API'den</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="707"/> + <location filename="QScintilla/Editor.py" line="715"/> <source>from Document and APIs</source> <translation>Belgeden ve API'den</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="711"/> + <location filename="QScintilla/Editor.py" line="719"/> <source>Calltip</source> <translation>İpucu</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="721"/> - <source>Check</source> - <translation>Kontrol</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="729"/> + <source>Check</source> + <translation>Kontrol</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="737"/> <source>Show</source> <translation>Göster</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="731"/> + <location filename="QScintilla/Editor.py" line="739"/> <source>Code metrics...</source> <translation>Metrik Kod...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="733"/> - <source>Code coverage...</source> - <translation>Kod koruyucu...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="735"/> - <source>Show code coverage annotations</source> - <translation>Kodun dipnotunu göster</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="738"/> - <source>Hide code coverage annotations</source> - <translation>Kod koruyucu dipnotunu gizle</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="741"/> + <source>Code coverage...</source> + <translation>Kod koruyucu...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="743"/> + <source>Show code coverage annotations</source> + <translation>Kodun dipnotunu göster</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="746"/> + <source>Hide code coverage annotations</source> + <translation>Kod koruyucu dipnotunu gizle</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="749"/> <source>Profile data...</source> <translation>Veri kesiti...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="751"/> + <location filename="QScintilla/Editor.py" line="759"/> <source>Diagrams</source> <translation>Şema</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="753"/> + <location filename="QScintilla/Editor.py" line="761"/> <source>Class Diagram...</source> <translation>Sınıf Şeması...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="755"/> + <location filename="QScintilla/Editor.py" line="763"/> <source>Package Diagram...</source> <translation>Paket Şeması...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="757"/> + <location filename="QScintilla/Editor.py" line="765"/> <source>Imports Diagram...</source> <translation>Şemayı İçe aktar...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="760"/> + <location filename="QScintilla/Editor.py" line="768"/> <source>Application Diagram...</source> <translation>Uygulama Şeması...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="771"/> + <location filename="QScintilla/Editor.py" line="779"/> <source>Languages</source> <translation>Diller</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="774"/> + <location filename="QScintilla/Editor.py" line="782"/> <source>No Language</source> <translation>Dil Yok</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="793"/> + <location filename="QScintilla/Editor.py" line="801"/> <source>Guessed</source> <translation>Tahmin edilen</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1106"/> + <location filename="QScintilla/Editor.py" line="1114"/> <source>Alternatives</source> <translation>Alternatifler</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="811"/> + <location filename="QScintilla/Editor.py" line="819"/> <source>Encodings</source> <translation>Kodlama</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="833"/> + <location filename="QScintilla/Editor.py" line="841"/> <source>End-of-Line Type</source> <translation>Yazım satırının sonu</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="837"/> + <location filename="QScintilla/Editor.py" line="845"/> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="843"/> + <location filename="QScintilla/Editor.py" line="851"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="849"/> + <location filename="QScintilla/Editor.py" line="857"/> <source>Macintosh</source> <translation>Macintosh</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="864"/> + <location filename="QScintilla/Editor.py" line="872"/> <source>Export as</source> <translation>Farklı Dışaktar</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="983"/> + <location filename="QScintilla/Editor.py" line="991"/> <source>Toggle bookmark</source> <translation>Yerimi açkapa</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="986"/> + <location filename="QScintilla/Editor.py" line="994"/> <source>Next bookmark</source> <translation>Sonraki yerimi</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="989"/> + <location filename="QScintilla/Editor.py" line="997"/> <source>Previous bookmark</source> <translation>Önceki yerimi</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="992"/> + <location filename="QScintilla/Editor.py" line="1000"/> <source>Clear all bookmarks</source> <translation>Tüm yerimlerini temizle</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1019"/> + <location filename="QScintilla/Editor.py" line="1027"/> <source>Toggle breakpoint</source> <translation>Beklemenoktası açkapa</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1022"/> + <location filename="QScintilla/Editor.py" line="1030"/> <source>Toggle temporary breakpoint</source> <translation>Geçici bekleme noktası açkapa</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1025"/> + <location filename="QScintilla/Editor.py" line="1033"/> <source>Edit breakpoint...</source> <translation>Bekleme noktasını düzenle...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4088"/> + <location filename="QScintilla/Editor.py" line="4178"/> <source>Enable breakpoint</source> <translation>Beklemenoktasını etkinleştir</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1031"/> + <location filename="QScintilla/Editor.py" line="1039"/> <source>Next breakpoint</source> <translation>Sonraki Beklemenoktası</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1034"/> + <location filename="QScintilla/Editor.py" line="1042"/> <source>Previous breakpoint</source> <translation>Önceki bekleme noktası</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1037"/> + <location filename="QScintilla/Editor.py" line="1045"/> <source>Clear all breakpoints</source> <translation>Tüm beklemenoktalarını temizle</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="996"/> + <location filename="QScintilla/Editor.py" line="1004"/> <source>Goto syntax error</source> <translation>Sözdizimi hatasına git</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="999"/> + <location filename="QScintilla/Editor.py" line="1007"/> <source>Show syntax error message</source> <translation>Sözdizimi hata mesajını göster</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1002"/> + <location filename="QScintilla/Editor.py" line="1010"/> <source>Clear syntax error</source> <translation>Sözdizimi hatalarını sil</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1006"/> + <location filename="QScintilla/Editor.py" line="1014"/> <source>Next warning</source> <translation>Sonraki Uyarı</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1009"/> + <location filename="QScintilla/Editor.py" line="1017"/> <source>Previous warning</source> <translation>Önceki Uyarı</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1012"/> + <location filename="QScintilla/Editor.py" line="1020"/> <source>Show warning message</source> <translation>Uyarı mesajını göster</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1015"/> + <location filename="QScintilla/Editor.py" line="1023"/> <source>Clear warnings</source> <translation>Uyarıları temizle</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1041"/> + <location filename="QScintilla/Editor.py" line="1049"/> <source>Next uncovered line</source> <translation>Sonraki kapanmamış satır</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1044"/> + <location filename="QScintilla/Editor.py" line="1052"/> <source>Previous uncovered line</source> <translation>Önceki kaplanmamış satır</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1048"/> + <location filename="QScintilla/Editor.py" line="1056"/> <source>Next task</source> <translation>Sonraki görev</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1051"/> + <location filename="QScintilla/Editor.py" line="1059"/> <source>Previous task</source> <translation>Önceki görev</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1055"/> + <location filename="QScintilla/Editor.py" line="1063"/> <source>LMB toggles bookmarks</source> <translation>LMB açkapa yerimleri</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1060"/> + <location filename="QScintilla/Editor.py" line="1068"/> <source>LMB toggles breakpoints</source> <translation>LMB açkapa bekleme noktası</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1093"/> + <location filename="QScintilla/Editor.py" line="1101"/> <source>Export source</source> <translation>Kaynağı dışaktar</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1087"/> + <location filename="QScintilla/Editor.py" line="1095"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation><p>dışa katarma tipi <b>{0}</b>için dışaaktarıcı yok. Vazgeçiliyior...</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1093"/> + <location filename="QScintilla/Editor.py" line="1101"/> <source>No export format given. Aborting...</source> <translation>Girilen dışaaktarma formatı yok. İptal edildi...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1102"/> + <location filename="QScintilla/Editor.py" line="1110"/> <source>Alternatives ({0})</source> <translation>Alternatifler ({0})</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1121"/> + <location filename="QScintilla/Editor.py" line="1129"/> <source>Pygments Lexer</source> <translation>Pygments Lexer</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1121"/> + <location filename="QScintilla/Editor.py" line="1129"/> <source>Select the Pygments lexer to apply.</source> <translation>Kullanmak için Pygment lexer seç.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1529"/> + <location filename="QScintilla/Editor.py" line="1537"/> <source>Modification of Read Only file</source> <translation>Yalnızca okunabilir dosyada değişiklik</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1529"/> + <location filename="QScintilla/Editor.py" line="1537"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Yalnızca okunabilir bir dosyayı değiştirmeşe çalışıyorsunuz. Lütfen önce farklı bir isimde kaydediniz.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2142"/> + <location filename="QScintilla/Editor.py" line="2150"/> <source>Printing...</source> <translation>Yazılıyor...</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2159"/> + <location filename="QScintilla/Editor.py" line="2167"/> <source>Printing completed</source> <translation>Yazdırma tamalandı</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2161"/> + <location filename="QScintilla/Editor.py" line="2169"/> <source>Error while printing</source> <translation>Yazdırılırken hata</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2164"/> + <location filename="QScintilla/Editor.py" line="2172"/> <source>Printing aborted</source> <translation>Yazdırma iptal edildi</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2315"/> + <location filename="QScintilla/Editor.py" line="2323"/> <source>File Modified</source> <translation>Dosya Değiştirildi</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2315"/> + <location filename="QScintilla/Editor.py" line="2323"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p><b>{0}</b>dosyasında kaydedilmemiş değişiklikler var.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2363"/> + <location filename="QScintilla/Editor.py" line="2371"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>Dosya <b>{0}</b> açılamıyor.</p><p>Sebep: {1}</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2516"/> + <location filename="QScintilla/Editor.py" line="2524"/> <source>Save File</source> <translation>Dosyayı Kaydet</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2464"/> + <location filename="QScintilla/Editor.py" line="2472"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>Dosya <b>{0}</b> kaydedilemiyor.</p><p>Sebep: {1}</p></translation> </message> @@ -7427,117 +7427,117 @@ <translation type="obsolete"><p><b>{0}</b> dosyası zaten var.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3607"/> + <location filename="QScintilla/Editor.py" line="3697"/> <source>Autocompletion</source> <translation>Otomatik tamamlama</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3607"/> + <location filename="QScintilla/Editor.py" line="3697"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>Otomatiktamamlama uygun değil çünkü bu otomatiktamamlama kaynağı değil.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4091"/> + <location filename="QScintilla/Editor.py" line="4181"/> <source>Disable breakpoint</source> <translation>Durmanoktasını iptal et</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4380"/> + <location filename="QScintilla/Editor.py" line="4470"/> <source>Code Coverage</source> <translation>Kod Koruyucu</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4380"/> + <location filename="QScintilla/Editor.py" line="4470"/> <source>Please select a coverage file</source> <translation>Lütfen bir koruyucu dosya seçiniz</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4426"/> + <location filename="QScintilla/Editor.py" line="4516"/> <source>Show Code Coverage Annotations</source> <translation>Kodların Dipnotunu Göster</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4422"/> + <location filename="QScintilla/Editor.py" line="4512"/> <source>All lines have been covered.</source> <translation>Tüm satırlar korumaya alındı.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4426"/> + <location filename="QScintilla/Editor.py" line="4516"/> <source>There is no coverage file available.</source> <translation>Hazırda koruma dosyası yok.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4518"/> + <location filename="QScintilla/Editor.py" line="4608"/> <source>Profile Data</source> <translation>Veri Kesiti</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4518"/> + <location filename="QScintilla/Editor.py" line="4608"/> <source>Please select a profile file</source> <translation>Lütfen kesit dosyasını seçiniz</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4648"/> + <location filename="QScintilla/Editor.py" line="4738"/> <source>Syntax Error</source> <translation>Sözdizimi Hatası</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4648"/> + <location filename="QScintilla/Editor.py" line="4738"/> <source>No syntax error message available.</source> <translation>Uygun söz dizimi hata mesajı yok.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4774"/> + <location filename="QScintilla/Editor.py" line="4864"/> <source>py3flakes Warning</source> <translation>Py3Parçaları Uyarısı</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4774"/> + <location filename="QScintilla/Editor.py" line="4864"/> <source>No py3flakes warning message available.</source> <translation>Hazırda Pyparçaları "uyarı mesajı" yok.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4873"/> + <location filename="QScintilla/Editor.py" line="4963"/> <source>Macro Name</source> <translation>Makro Adı</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4873"/> + <location filename="QScintilla/Editor.py" line="4963"/> <source>Select a macro name:</source> <translation>Bir makro ismi seç:</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4901"/> + <location filename="QScintilla/Editor.py" line="4991"/> <source>Load macro file</source> <translation>Makro dosyasını yükle</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4941"/> + <location filename="QScintilla/Editor.py" line="5031"/> <source>Macro files (*.macro)</source> <translation>Makro dosyaları (*.macro)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4922"/> + <location filename="QScintilla/Editor.py" line="5012"/> <source>Error loading macro</source> <translation>Makronun yüklenmesinde hata</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4915"/> + <location filename="QScintilla/Editor.py" line="5005"/> <source><p>The macro file <b>{0}</b> could not be read.</p></source> <translation><p>Makro dosyası <b>{0}</b> okunamıyor.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4922"/> + <location filename="QScintilla/Editor.py" line="5012"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation><p>Makro dosyası <b>{0}</b> bozuk.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4941"/> + <location filename="QScintilla/Editor.py" line="5031"/> <source>Save macro file</source> <translation>Makro Dosyasını Kaydet</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4958"/> + <location filename="QScintilla/Editor.py" line="5048"/> <source>Save macro</source> <translation>Makro Kaydet</translation> </message> @@ -7547,37 +7547,37 @@ <translation type="obsolete"><p>Makro dosyası <b>{0}</b> zaten açık.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4973"/> + <location filename="QScintilla/Editor.py" line="5063"/> <source>Error saving macro</source> <translation>Makronun kaydedilmesinde hata</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4973"/> + <location filename="QScintilla/Editor.py" line="5063"/> <source><p>The macro file <b>{0}</b> could not be written.</p></source> <translation><p>Makro dosyası <b>{0}</b> yazılamıyor.</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4984"/> + <location filename="QScintilla/Editor.py" line="5074"/> <source>Start Macro Recording</source> <translation>Makro Kaydı Başladı</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4984"/> + <location filename="QScintilla/Editor.py" line="5074"/> <source>Macro recording is already active. Start new?</source> <translation>Makro kaydı şuan aktif. Yeniden başlasın mı?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5009"/> + <location filename="QScintilla/Editor.py" line="5099"/> <source>Macro Recording</source> <translation>Makro Kaydediliyor</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5009"/> + <location filename="QScintilla/Editor.py" line="5099"/> <source>Enter name of the macro:</source> <translation>Makronun ismini gir:</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5122"/> + <location filename="QScintilla/Editor.py" line="5212"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric5. Reread it?</p></source> <translation><p>Eric5 ile açıldıktan sonra <b>{0}</b> dosyasında değişiklik olmuş. Yeniden açılsın mı?</p></translation> </message> @@ -7587,157 +7587,157 @@ <translation type="obsolete"><br><b>Uyarı:</b> Yapılan değişiklikleri yeniden açarken kaybedebilirsiniz.</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5131"/> + <location filename="QScintilla/Editor.py" line="5221"/> <source>File changed</source> <translation>Dosya değiştirilmiş</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5210"/> + <location filename="QScintilla/Editor.py" line="5300"/> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5327"/> - <source>Drop Error</source> - <translation>Düşme hatası</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5327"/> - <source><p><b>{0}</b> is not a file.</p></source> - <translation><p><b>{0}</b> bir dosya değil.</p></translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5345"/> - <source>Resources</source> - <translation>Kaynaklar</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5347"/> - <source>Add file...</source> - <translation>Dosya ekle...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5349"/> - <source>Add files...</source> - <translation>Dosyaları ekle...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5351"/> - <source>Add aliased file...</source> - <translation>Kısaltmalar dosyasına ekle...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5353"/> - <source>Add localized resource...</source> - <translation>Yaral kaynak ekle...</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5356"/> - <source>Add resource frame</source> - <translation>Çerçeve kaynağı ekle</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5374"/> - <source>Add file resource</source> - <translation>Dosya kaynağını ekle</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5390"/> - <source>Add file resources</source> - <translation>Dosya kaynaklarını ekle</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="5417"/> - <source>Add aliased file resource</source> - <translation>Kısaltmalar dosyası kaynağını ekle</translation> + <source>Drop Error</source> + <translation>Düşme hatası</translation> </message> <message> <location filename="QScintilla/Editor.py" line="5417"/> - <source>Alias for file <b>{0}</b>:</source> - <translation><b>{0} dosyası için takma ad</b>:</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5478"/> - <source>Package Diagram</source> - <translation>Paket Şeması</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5478"/> - <source>Include class attributes?</source> - <translation>Sınıf nitelikleri dahil edilsin mi?</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5495"/> - <source>Imports Diagram</source> - <translation>Şemayı İçe Aktar</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="5495"/> - <source>Include imports from external modules?</source> - <translation>Harici modüllerdan içe aktarım dahil edilsin mi?</translation> + <source><p><b>{0}</b> is not a file.</p></source> + <translation><p><b>{0}</b> bir dosya değil.</p></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5435"/> + <source>Resources</source> + <translation>Kaynaklar</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5437"/> + <source>Add file...</source> + <translation>Dosya ekle...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5439"/> + <source>Add files...</source> + <translation>Dosyaları ekle...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5441"/> + <source>Add aliased file...</source> + <translation>Kısaltmalar dosyasına ekle...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5443"/> + <source>Add localized resource...</source> + <translation>Yaral kaynak ekle...</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5446"/> + <source>Add resource frame</source> + <translation>Çerçeve kaynağı ekle</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5464"/> + <source>Add file resource</source> + <translation>Dosya kaynağını ekle</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5480"/> + <source>Add file resources</source> + <translation>Dosya kaynaklarını ekle</translation> </message> <message> <location filename="QScintilla/Editor.py" line="5507"/> - <source>Application Diagram</source> - <translation>Uygulama Şeması</translation> + <source>Add aliased file resource</source> + <translation>Kısaltmalar dosyası kaynağını ekle</translation> </message> <message> <location filename="QScintilla/Editor.py" line="5507"/> + <source>Alias for file <b>{0}</b>:</source> + <translation><b>{0} dosyası için takma ad</b>:</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5568"/> + <source>Package Diagram</source> + <translation>Paket Şeması</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5568"/> + <source>Include class attributes?</source> + <translation>Sınıf nitelikleri dahil edilsin mi?</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5585"/> + <source>Imports Diagram</source> + <translation>Şemayı İçe Aktar</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5585"/> + <source>Include imports from external modules?</source> + <translation>Harici modüllerdan içe aktarım dahil edilsin mi?</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5597"/> + <source>Application Diagram</source> + <translation>Uygulama Şeması</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5597"/> <source>Include module names?</source> <translation>Modül isimleri dahil edilsin mi?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5747"/> + <location filename="QScintilla/Editor.py" line="5837"/> <source>Add to dictionary</source> <translation>Sözlüğe ekle</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5749"/> + <location filename="QScintilla/Editor.py" line="5839"/> <source>Ignore All</source> <translation>Hepsini Yoksay</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2516"/> + <location filename="QScintilla/Editor.py" line="2524"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p><b>{0}</b> dosyası halen mevcut. Üzerine yazılsın mı?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4817"/> + <location filename="QScintilla/Editor.py" line="4907"/> <source>Warning: {0}</source> <translation>Dikkat: {0}</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4823"/> + <location filename="QScintilla/Editor.py" line="4913"/> <source>Error: {0}</source> <translation>Hata: {0}</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4958"/> + <location filename="QScintilla/Editor.py" line="5048"/> <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Makro dosyası <b>{0}</b> zaten var. Üzerine yazılsın mı?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5127"/> + <location filename="QScintilla/Editor.py" line="5217"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3703"/> + <location filename="QScintilla/Editor.py" line="3793"/> <source>Activating Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3703"/> + <location filename="QScintilla/Editor.py" line="3793"/> <source>Auto-completion provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3888"/> + <location filename="QScintilla/Editor.py" line="3978"/> <source>Activating Calltip Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3888"/> + <location filename="QScintilla/Editor.py" line="3978"/> <source>Calltip provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> @@ -44967,7 +44967,7 @@ <translation>Python2 yorumlayıcı ayarlanmadı.</translation> </message> <message> - <location filename="Utilities/__init__.py" line="1269"/> + <location filename="Utilities/__init__.py" line="1270"/> <source>Python2 interpreter did not finish within 30s.</source> <translation type="unfinished"></translation> </message> @@ -46139,7 +46139,7 @@ <message> <location filename="ViewManager/ViewManager.py" line="829"/> <source>Cl&ear</source> - <translation>T&emizle</translation> + <translation type="obsolete">T&emizle</translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="829"/> @@ -47226,7 +47226,7 @@ <translation>Düz&en</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="1890"/> + <location filename="ViewManager/ViewManager.py" line="1893"/> <source>Edit</source> <translation>Düzen</translation> </message> @@ -47356,859 +47356,859 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2145"/> + <location filename="ViewManager/ViewManager.py" line="2201"/> <source>Quicksearch</source> <translation>Hızlı arama</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2009"/> + <location filename="ViewManager/ViewManager.py" line="2012"/> <source>&Quicksearch</source> <translation>&Hızlı arama</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2009"/> + <location filename="ViewManager/ViewManager.py" line="2012"/> <source>Ctrl+Shift+K</source> <comment>Search|Quicksearch</comment> <translation>Ctrl+Shift+K</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2017"/> + <location filename="ViewManager/ViewManager.py" line="2020"/> <source>Perform a quicksearch</source> <translation>Hızlı arama gerçekleştir</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2019"/> + <location filename="ViewManager/ViewManager.py" line="2022"/> <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 type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Quicksearch backwards</source> <translation>Geriye doğru hızlı arama</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Quicksearch &backwards</source> <translation>Geriye &doğru hızlı arama</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Ctrl+Shift+J</source> <comment>Search|Quicksearch backwards</comment> <translation>Ctrl+Shift+J</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2036"/> + <location filename="ViewManager/ViewManager.py" line="2039"/> <source>Perform a quicksearch backwards</source> <translation>Geriye doğru hızlı arama gerçekleştir</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2038"/> + <location filename="ViewManager/ViewManager.py" line="2041"/> <source><b>Quicksearch backwards</b><p>This searches the previous occurrence of the quicksearch text.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Quicksearch extend</source> <translation>Gelişmiş hızlıarama</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Quicksearch e&xtend</source> <translation>Gelişmi&ş hızlıarama</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Ctrl+Shift+H</source> <comment>Search|Quicksearch extend</comment> <translation>Ctrl+Shift+H</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2053"/> + <location filename="ViewManager/ViewManager.py" line="2056"/> <source>Extend the quicksearch to the end of the current word</source> <translation>Hızlıaramayı geçerli kelimenin sonuna genişlet</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2055"/> + <location filename="ViewManager/ViewManager.py" line="2058"/> <source><b>Quicksearch extend</b><p>This extends the quicksearch text to the end of the word currently found.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2070"/> + <location filename="ViewManager/ViewManager.py" line="2073"/> <source>Goto Line</source> <translation>Satıra Git</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2063"/> + <location filename="ViewManager/ViewManager.py" line="2066"/> <source>&Goto Line...</source> <translation>Satıra &Git...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2063"/> + <location filename="ViewManager/ViewManager.py" line="2066"/> <source>Ctrl+G</source> <comment>Search|Goto Line</comment> <translation>Ctrl+G</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2071"/> + <location filename="ViewManager/ViewManager.py" line="2074"/> <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>Satıra Git</b><p>Geçerli düzenleyicide metnin seçilen bir satırına gitr. Bir diyalog seçilebilecek satır numaralarını gösterir.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2086"/> + <location filename="ViewManager/ViewManager.py" line="2089"/> <source>Goto Brace</source> <translation>Köşeli Ayraça Git</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2079"/> + <location filename="ViewManager/ViewManager.py" line="2082"/> <source>Goto &Brace</source> <translation>Köşeli &Ayraça Git</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2079"/> + <location filename="ViewManager/ViewManager.py" line="2082"/> <source>Ctrl+L</source> <comment>Search|Goto Brace</comment> <translation>Ctrl+L</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2088"/> + <location filename="ViewManager/ViewManager.py" line="2091"/> <source><b>Goto Brace</b><p>Go to the matching brace in the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Search in Files</source> <translation>Dosyalarda Ara</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Search in &Files...</source> <translation>Dosyalar&da Ara...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Shift+Ctrl+F</source> <comment>Search|Search Files</comment> <translation>Shift+Ctrl+F</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2105"/> + <location filename="ViewManager/ViewManager.py" line="2161"/> <source>Search for a text in files</source> <translation>Metni dosyada ara</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2107"/> + <location filename="ViewManager/ViewManager.py" line="2163"/> <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 type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Replace in Files</source> <translation>Dosyalarda yer değiştir</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Replace in F&iles...</source> <translation>Dosya İ&çinde Değiştir...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Shift+Ctrl+R</source> <comment>Search|Replace in Files</comment> <translation>Shift+Ctrl+R</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2123"/> + <location filename="ViewManager/ViewManager.py" line="2179"/> <source>Search for a text in files and replace it</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2125"/> + <location filename="ViewManager/ViewManager.py" line="2181"/> <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 type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2168"/> + <location filename="ViewManager/ViewManager.py" line="2224"/> <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 type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2190"/> + <location filename="ViewManager/ViewManager.py" line="2246"/> <source>Quicksearch Textedit</source> <translation>Metindüzenleyicide Hızlı Arama</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Zoom in</source> <translation>Büyüt</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Zoom &in</source> <translation>Bü&yült</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2239"/> + <location filename="ViewManager/ViewManager.py" line="2297"/> <source>Zoom in on the text</source> <translation>MEtni Büyüt</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2241"/> + <location filename="ViewManager/ViewManager.py" line="2299"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Büyüt</b><p>Metin içinde büyüt. Bu metni daha büyük yapar.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Zoom out</source> <translation>Küçült</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Zoom &out</source> <translation>Küçü&lt</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2255"/> + <location filename="ViewManager/ViewManager.py" line="2313"/> <source>Zoom out on the text</source> <translation>Metin üzerinde küçült</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2257"/> + <location filename="ViewManager/ViewManager.py" line="2315"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Küçült</b><p>Metin üzerinde küçült. Bu metni daha küçük yapar.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>Zoom</source> <translation>Büyüt</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>&Zoom</source> <translation>Büyü&t</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>Ctrl+#</source> <comment>View|Zoom</comment> <translation>Ctrl+#</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2271"/> + <location filename="ViewManager/ViewManager.py" line="2329"/> <source>Zoom the text</source> <translation>Metni büyüt</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2273"/> - <source><b>Zoom</b><p>Zoom the text. This opens a dialog where the desired size can be entered.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2285"/> - <source>Toggle all folds</source> - <translation>Tüm Açkapaları Kapat</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2281"/> - <source>Toggle &all folds</source> - <translation>Tüm açk&apaları kapat</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2287"/> - <source><b>Toggle all folds</b><p>Toggle all folds of the current editor.</p></source> - <translation><b>Tüm Açkapalar</b><p>Geçerli düzenleyicideki tüm açkapaları diğer duruma alırr.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2300"/> - <source>Toggle all folds (including children)</source> - <translation>Tüm açkapalar (iç içe olanlar dahil)</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2295"/> - <source>Toggle all &folds (including children)</source> - <translation>Tüm a&çkapalar (iç içe olanlar dahil)</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2302"/> - <source><b>Toggle all folds (including children)</b><p>Toggle all folds of the current editor including all children.</p></source> - <translation><b>Tüm açkapalar (içiçe olanlar dahil)</b><p>Tüm açkapaları iç içe olanlar da dahil diğer duruma al.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2314"/> - <source>Toggle current fold</source> - <translation>Geçerli açkapayı kapat</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2310"/> - <source>Toggle &current fold</source> - <translation>Geçerli a&çkapayı kapat</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2316"/> - <source><b>Toggle current fold</b><p>Toggle the folds of the current line of the current editor.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2329"/> - <source>Remove all highlights</source> - <translation>Bütün parlatılmış alanları kaldır</translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2331"/> - <source><b>Remove all highlights</b><p>Remove the highlights of all editors.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2338"/> - <source>Split view</source> - <translation>Bölünmüş görünüm</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2338"/> - <source>&Split view</source> - <translation>Bölünmü&ş görünüm</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2342"/> - <source>Add a split to the view</source> - <translation>Görünüme yeni bir ayrım ekle</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2344"/> - <source><b>Split view</b><p>Add a split to the view.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2351"/> - <source>Arrange horizontally</source> - <translation>Yatay düzenleme</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2351"/> - <source>Arrange &horizontally</source> - <translation>Yatay &düzenleme</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2356"/> - <source>Arrange the splitted views horizontally</source> - <translation>Bölünmüş görünümleri yatay olarak düzenle</translation> + <source><b>Zoom</b><p>Zoom the text. This opens a dialog where the desired size can be entered.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2343"/> + <source>Toggle all folds</source> + <translation>Tüm Açkapaları Kapat</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2339"/> + <source>Toggle &all folds</source> + <translation>Tüm açk&apaları kapat</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2345"/> + <source><b>Toggle all folds</b><p>Toggle all folds of the current editor.</p></source> + <translation><b>Tüm Açkapalar</b><p>Geçerli düzenleyicideki tüm açkapaları diğer duruma alırr.</p></translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="2358"/> + <source>Toggle all folds (including children)</source> + <translation>Tüm açkapalar (iç içe olanlar dahil)</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2353"/> + <source>Toggle all &folds (including children)</source> + <translation>Tüm a&çkapalar (iç içe olanlar dahil)</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2360"/> + <source><b>Toggle all folds (including children)</b><p>Toggle all folds of the current editor including all children.</p></source> + <translation><b>Tüm açkapalar (içiçe olanlar dahil)</b><p>Tüm açkapaları iç içe olanlar da dahil diğer duruma al.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2372"/> + <source>Toggle current fold</source> + <translation>Geçerli açkapayı kapat</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2368"/> + <source>Toggle &current fold</source> + <translation>Geçerli a&çkapayı kapat</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2374"/> + <source><b>Toggle current fold</b><p>Toggle the folds of the current line of the current editor.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2387"/> + <source>Remove all highlights</source> + <translation>Bütün parlatılmış alanları kaldır</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2389"/> + <source><b>Remove all highlights</b><p>Remove the highlights of all editors.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2396"/> + <source>Split view</source> + <translation>Bölünmüş görünüm</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2396"/> + <source>&Split view</source> + <translation>Bölünmü&ş görünüm</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2400"/> + <source>Add a split to the view</source> + <translation>Görünüme yeni bir ayrım ekle</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2402"/> + <source><b>Split view</b><p>Add a split to the view.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2409"/> + <source>Arrange horizontally</source> + <translation>Yatay düzenleme</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2409"/> + <source>Arrange &horizontally</source> + <translation>Yatay &düzenleme</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2414"/> + <source>Arrange the splitted views horizontally</source> + <translation>Bölünmüş görünümleri yatay olarak düzenle</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2416"/> <source><b>Arrange horizontally</b><p>Arrange the splitted views horizontally.</p></source> <translation><b>Yatay ayarlama</b><p>Bölünmüş görünümler yatay olarak düzenlenir.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2366"/> + <location filename="ViewManager/ViewManager.py" line="2424"/> <source>Remove split</source> <translation>Bölümlemeyi kaldır</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2366"/> + <location filename="ViewManager/ViewManager.py" line="2424"/> <source>&Remove split</source> <translation>Bölümlemeyi kaldı&r</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2371"/> + <location filename="ViewManager/ViewManager.py" line="2429"/> <source>Remove the current split</source> <translation>Geçerli ayrımı kaldır</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2373"/> + <location filename="ViewManager/ViewManager.py" line="2431"/> <source><b>Remove split</b><p>Remove the current split.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>Next split</source> <translation>Sonraki ayrım</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>&Next split</source> <translation>So&nraki ayrım</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>Ctrl+Alt+N</source> <comment>View|Next split</comment> <translation>Ctrl+Alt+N</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2386"/> + <location filename="ViewManager/ViewManager.py" line="2444"/> <source>Move to the next split</source> <translation>Sonraki ayrıma taşı</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2388"/> + <location filename="ViewManager/ViewManager.py" line="2446"/> <source><b>Next split</b><p>Move to the next split.</p></source> <translation><b>Sonraki ayrım</b><p>Sonraki ayrıma götürür.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>Previous split</source> <translation>Önceki ayrım</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>&Previous split</source> <translation>Önceki a&yrım</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>Ctrl+Alt+P</source> <comment>View|Previous split</comment> <translation>Ctrl+Alt+P</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2401"/> + <location filename="ViewManager/ViewManager.py" line="2459"/> <source>Move to the previous split</source> <translation>Önceki ayrıma taşı</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2403"/> + <location filename="ViewManager/ViewManager.py" line="2461"/> <source><b>Previous split</b><p>Move to the previous split.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2425"/> + <location filename="ViewManager/ViewManager.py" line="2483"/> <source>&View</source> <translation>&Görünüm</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2452"/> + <location filename="ViewManager/ViewManager.py" line="2510"/> <source>View</source> <translation>Görünüm</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2478"/> + <location filename="ViewManager/ViewManager.py" line="2536"/> <source>Start Macro Recording</source> <translation>Makro Kaydı Başladı</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2473"/> + <location filename="ViewManager/ViewManager.py" line="2531"/> <source>S&tart Macro Recording</source> <translation>Makro Kaydını Başla&t</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2480"/> + <location filename="ViewManager/ViewManager.py" line="2538"/> <source><b>Start Macro Recording</b><p>Start recording editor commands into a new macro.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2492"/> + <location filename="ViewManager/ViewManager.py" line="2550"/> <source>Stop Macro Recording</source> <translation>Makro Kaydetmeyi Durdur</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2487"/> + <location filename="ViewManager/ViewManager.py" line="2545"/> <source>Sto&p Macro Recording</source> <translation>Makro Kaydetmeyi D&urdur</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2494"/> + <location filename="ViewManager/ViewManager.py" line="2552"/> <source><b>Stop Macro Recording</b><p>Stop recording editor commands into a new macro.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2504"/> + <location filename="ViewManager/ViewManager.py" line="2562"/> <source>Run Macro</source> <translation>Makroyu çalıştır</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2501"/> + <location filename="ViewManager/ViewManager.py" line="2559"/> <source>&Run Macro</source> <translation>Mak&royu çalıştır</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2505"/> + <location filename="ViewManager/ViewManager.py" line="2563"/> <source><b>Run Macro</b><p>Run a previously recorded editor macro.</p></source> <translation><b>Makroyu Çalıştır</b><p>Daha önceden kaydedilmiş düzenleyici makrosu.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2516"/> + <location filename="ViewManager/ViewManager.py" line="2574"/> <source>Delete Macro</source> <translation>Makroyu Sil</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2512"/> + <location filename="ViewManager/ViewManager.py" line="2570"/> <source>&Delete Macro</source> <translation>Makroy&u Sil</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2518"/> + <location filename="ViewManager/ViewManager.py" line="2576"/> <source><b>Delete Macro</b><p>Delete a previously recorded editor macro.</p></source> <translation><b>Makroyu Sil</b><p>Birönce kaydedilen düzenleyici makrosunu sil.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2528"/> + <location filename="ViewManager/ViewManager.py" line="2586"/> <source>Load Macro</source> <translation>Makroyu Yükle</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2525"/> + <location filename="ViewManager/ViewManager.py" line="2583"/> <source>&Load Macro</source> <translation>Makroyu Yük&le</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2530"/> + <location filename="ViewManager/ViewManager.py" line="2588"/> <source><b>Load Macro</b><p>Load an editor macro from a file.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2540"/> + <location filename="ViewManager/ViewManager.py" line="2598"/> <source>Save Macro</source> <translation>Makroyu Kaydet</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2537"/> + <location filename="ViewManager/ViewManager.py" line="2595"/> <source>&Save Macro</source> <translation>Ma&kroyu Kaydet</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2542"/> + <location filename="ViewManager/ViewManager.py" line="2600"/> <source><b>Save Macro</b><p>Save a previously recorded editor macro to a file.</p></source> <translation><b>Makro Kaydet</b><p>Önceden kayıt edilen makroyu bir dosyada sakla.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2557"/> + <location filename="ViewManager/ViewManager.py" line="2615"/> <source>&Macros</source> <translation>&Makrolar</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2580"/> + <location filename="ViewManager/ViewManager.py" line="2638"/> <source>Toggle Bookmark</source> <translation>Yerimi Açkapa</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2573"/> + <location filename="ViewManager/ViewManager.py" line="2631"/> <source>&Toggle Bookmark</source> <translation>Yerimi A&çkapa</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2573"/> + <location filename="ViewManager/ViewManager.py" line="2631"/> <source>Alt+Ctrl+T</source> <comment>Bookmark|Toggle</comment> <translation>Alt+Ctrl+T</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2582"/> + <location filename="ViewManager/ViewManager.py" line="2640"/> <source><b>Toggle Bookmark</b><p>Toggle a bookmark at the current line of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2596"/> + <location filename="ViewManager/ViewManager.py" line="2654"/> <source>Next Bookmark</source> <translation>Sonraki Yerimi</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2589"/> + <location filename="ViewManager/ViewManager.py" line="2647"/> <source>&Next Bookmark</source> <translation>So&nraki Yerimi</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2589"/> + <location filename="ViewManager/ViewManager.py" line="2647"/> <source>Ctrl+PgDown</source> <comment>Bookmark|Next</comment> <translation>Ctrl+PgDown</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2598"/> + <location filename="ViewManager/ViewManager.py" line="2656"/> <source><b>Next Bookmark</b><p>Go to next bookmark of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2612"/> + <location filename="ViewManager/ViewManager.py" line="2670"/> <source>Previous Bookmark</source> <translation>Önceki Yerimi</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2605"/> + <location filename="ViewManager/ViewManager.py" line="2663"/> <source>&Previous Bookmark</source> <translation>Önceki Yeri&mi</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2605"/> + <location filename="ViewManager/ViewManager.py" line="2663"/> <source>Ctrl+PgUp</source> <comment>Bookmark|Previous</comment> <translation>Ctrl+PgUp</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2614"/> + <location filename="ViewManager/ViewManager.py" line="2672"/> <source><b>Previous Bookmark</b><p>Go to previous bookmark of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2628"/> + <location filename="ViewManager/ViewManager.py" line="2686"/> <source>Clear Bookmarks</source> <translation>Yerimlerini Temizle</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2621"/> + <location filename="ViewManager/ViewManager.py" line="2679"/> <source>&Clear Bookmarks</source> <translation>Yerimlerini &Temizle</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2621"/> + <location filename="ViewManager/ViewManager.py" line="2679"/> <source>Alt+Ctrl+C</source> <comment>Bookmark|Clear</comment> <translation>Alt+Ctrl+C</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2630"/> + <location filename="ViewManager/ViewManager.py" line="2688"/> <source><b>Clear Bookmarks</b><p>Clear bookmarks of all editors.</p></source> <translation><b>Yerimlerini Temizle</b><p>Tüm düzenleyicilerin yerimlerini temizle</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2643"/> + <location filename="ViewManager/ViewManager.py" line="2701"/> <source>Goto Syntax Error</source> <translation>Sözdizimi Hatasına Git</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2637"/> + <location filename="ViewManager/ViewManager.py" line="2695"/> <source>&Goto Syntax Error</source> <translation>Sözdizimi Hatasına &Git</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2645"/> + <location filename="ViewManager/ViewManager.py" line="2703"/> <source><b>Goto Syntax Error</b><p>Go to next syntax error of the current editor.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2657"/> - <source>Clear Syntax Errors</source> - <translation>Sözdizimi Hatalarını Temizle</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2652"/> - <source>Clear &Syntax Errors</source> - <translation>&Sözdizimi Hatalarını Temizli</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2659"/> - <source><b>Clear Syntax Errors</b><p>Clear syntax errors of all editors.</p></source> - <translation><b>Sözdizimi Hatalarını Temizle</b><p>Tüm düsenleyicilerdeki sözdizimi hatalarını temizle.</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2673"/> - <source>Next warning message</source> - <translation>Sonraki uyarı mesajı</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2666"/> - <source>&Next warning message</source> - <translation>So&nraki uyarı mesajı</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2675"/> - <source><b>Next warning message</b><p>Go to next line of the current editor having a py3flakes warning.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2690"/> - <source>Previous warning message</source> - <translation>Önceki uyarı mesajı</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2683"/> - <source>&Previous warning message</source> - <translation>&Önceki uyarı mesajı</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2692"/> - <source><b>Previous warning message</b><p>Go to previous line of the current editor having a py3flakes warning.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2706"/> - <source>Clear Warning Messages</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2700"/> - <source>Clear &Warning Messages</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2708"/> - <source><b>Clear Warning Messages</b><p>Clear py3flakes warning messages of all editors.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2721"/> - <source>Next uncovered line</source> - <translation>Sonraki kapanmamış satır</translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2715"/> + <source>Clear Syntax Errors</source> + <translation>Sözdizimi Hatalarını Temizle</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2710"/> + <source>Clear &Syntax Errors</source> + <translation>&Sözdizimi Hatalarını Temizli</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2717"/> + <source><b>Clear Syntax Errors</b><p>Clear syntax errors of all editors.</p></source> + <translation><b>Sözdizimi Hatalarını Temizle</b><p>Tüm düsenleyicilerdeki sözdizimi hatalarını temizle.</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2731"/> + <source>Next warning message</source> + <translation>Sonraki uyarı mesajı</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2724"/> + <source>&Next warning message</source> + <translation>So&nraki uyarı mesajı</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2733"/> + <source><b>Next warning message</b><p>Go to next line of the current editor having a py3flakes warning.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2748"/> + <source>Previous warning message</source> + <translation>Önceki uyarı mesajı</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2741"/> + <source>&Previous warning message</source> + <translation>&Önceki uyarı mesajı</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2750"/> + <source><b>Previous warning message</b><p>Go to previous line of the current editor having a py3flakes warning.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2764"/> + <source>Clear Warning Messages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2758"/> + <source>Clear &Warning Messages</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2766"/> + <source><b>Clear Warning Messages</b><p>Clear py3flakes warning messages of all editors.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2779"/> + <source>Next uncovered line</source> + <translation>Sonraki kapanmamış satır</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2773"/> <source>&Next uncovered line</source> <translation>So&nraki kapanmamış satır</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2723"/> + <location filename="ViewManager/ViewManager.py" line="2781"/> <source><b>Next uncovered line</b><p>Go to next line of the current editor marked as not covered.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2737"/> + <location filename="ViewManager/ViewManager.py" line="2795"/> <source>Previous uncovered line</source> <translation>Önceki kaplanmamış satır</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2730"/> + <location filename="ViewManager/ViewManager.py" line="2788"/> <source>&Previous uncovered line</source> <translation>&Önceki kaplanmamış satır</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2739"/> + <location filename="ViewManager/ViewManager.py" line="2797"/> <source><b>Previous uncovered line</b><p>Go to previous line of the current editor marked as not covered.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2753"/> + <location filename="ViewManager/ViewManager.py" line="2811"/> <source>Next Task</source> <translation>Sonraki Görev</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2747"/> + <location filename="ViewManager/ViewManager.py" line="2805"/> <source>&Next Task</source> <translation>So&nraki Görev</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2755"/> + <location filename="ViewManager/ViewManager.py" line="2813"/> <source><b>Next Task</b><p>Go to next line of the current editor having a task.</p></source> <translation><b>Sonraki Görev </b><p>Geçerli düzenleyicideki bir sonraki satıra görev almak için git.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2769"/> - <source>Previous Task</source> - <translation>Önceki Görev</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2762"/> - <source>&Previous Task</source> - <translation>Ön&ceki Görev</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2771"/> - <source><b>Previous Task</b><p>Go to previous line of the current editor having a task.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2787"/> - <source>&Bookmarks</source> - <translation>&Yerimleri</translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2827"/> + <source>Previous Task</source> + <translation>Önceki Görev</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2820"/> + <source>&Previous Task</source> + <translation>Ön&ceki Görev</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2829"/> + <source><b>Previous Task</b><p>Go to previous line of the current editor having a task.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2845"/> + <source>&Bookmarks</source> + <translation>&Yerimleri</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2885"/> <source>Bookmarks</source> <translation>Yerimleri</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>Spell check</source> <translation>Yazım kontrolü</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>&Spell Check...</source> <translation>&Yazım kontrolü...</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>Shift+F7</source> <comment>Spelling|Spell Check</comment> <translation>Shift+F7</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2866"/> + <location filename="ViewManager/ViewManager.py" line="2924"/> <source>Perform spell check of current editor</source> <translation>Geçerli düzenleyicide yazım denetimini gerçekleştir</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2868"/> + <location filename="ViewManager/ViewManager.py" line="2926"/> <source><b>Spell check</b><p>Perform a spell check of the current editor.</p></source> <translation><b>Metin Konrolü</b><p>Geçerli düzenleyicide yazım denetimini gerçekleştir.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2875"/> + <location filename="ViewManager/ViewManager.py" line="2933"/> <source>Automatic spell checking</source> <translation>Otomatik yazım kontrolü</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2875"/> + <location filename="ViewManager/ViewManager.py" line="2933"/> <source>&Automatic spell checking</source> <translation>Otom&atik yazım kontrolü</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2882"/> + <location filename="ViewManager/ViewManager.py" line="2940"/> <source>(De-)Activate automatic spell checking</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2884"/> + <location filename="ViewManager/ViewManager.py" line="2942"/> <source><b>Automatic spell checking</b><p>Activate or deactivate the automatic spell checking function of all editors.</p></source> <translation><b>Otomatik metin kontrolü</b><p>Tüm düzenleyicilerdeki otomatik metin kontrolünü aktifleştir yada etkinliğini kaldır.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2924"/> + <location filename="ViewManager/ViewManager.py" line="2982"/> <source>Spelling</source> <translation>Yazım kontolü yapılıyor</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2950"/> + <location filename="ViewManager/ViewManager.py" line="3008"/> <source>Open files</source> <translation>Dosyaları aç</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2986"/> + <location filename="ViewManager/ViewManager.py" line="3044"/> <source>File Modified</source> <translation>Dosya Değiştirildi</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2986"/> + <location filename="ViewManager/ViewManager.py" line="3044"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p><b>{0}</b>dosyasında kaydedilmemiş değişiklikler var.</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3265"/> + <location filename="ViewManager/ViewManager.py" line="3324"/> <source>File: {0}</source> <translation>Dosya: {0}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3269"/> + <location filename="ViewManager/ViewManager.py" line="3328"/> <source>Line: {0:5}</source> <translation>Satır: {0:5}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3274"/> + <location filename="ViewManager/ViewManager.py" line="3333"/> <source>Pos: {0:5}</source> <translation>Pos: {0:5}</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3610"/> + <location filename="ViewManager/ViewManager.py" line="3669"/> <source>&Clear</source> <translation>T&emizle</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3606"/> + <location filename="ViewManager/ViewManager.py" line="3665"/> <source>&Add</source> <translation>&Ekle</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3608"/> + <location filename="ViewManager/ViewManager.py" line="3667"/> <source>&Edit...</source> <translation>Düz&en...</translation> </message> @@ -48228,6 +48228,69 @@ <source><b>Join Lines</b><p>Join the current and the next lines.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2106"/> + <source>Goto Last Edit Location</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2098"/> + <source>Goto Last &Edit Location</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2098"/> + <source>Ctrl+Shift+G</source> + <comment>Search|Goto Last Edit Location</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2108"/> + <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="2115"/> + <source>Goto Previous Method or Class</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2115"/> + <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="2122"/> + <source>Go to the previous method or class definition</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2125"/> + <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="2133"/> + <source>Goto Next Method or Class</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2133"/> + <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="2140"/> + <source>Go to the next method or class definition</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2143"/> + <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> </context> <context> <name>ViewProfileDialog</name>
--- a/i18n/eric5_zh_CN.GB2312.ts Mon Jul 04 08:08:04 2011 +0200 +++ b/i18n/eric5_zh_CN.GB2312.ts Sun Jul 10 16:31:33 2011 +0200 @@ -7489,7 +7489,7 @@ <context> <name>Editor</name> <message> - <location filename="QScintilla/Editor.py" line="2363"/> + <location filename="QScintilla/Editor.py" line="2371"/> <source>Open File</source> <translation>打开文件</translation> </message> @@ -7499,217 +7499,217 @@ <translation type="obsolete"><p>文件 <b>%1</b> 的大小为 <b>%2 KB</b>。确定载入?</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="337"/> + <location filename="QScintilla/Editor.py" line="342"/> <source><b>A Source Editor Window</b><p>This window is used to display and edit a source file. You can open as many of these as you like. The name of the file is displayed in the window's titlebar.</p><p>In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.</p><p>In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.</p><p>These actions can be reversed via the context menu.</p><p>Ctrl clicking on a syntax error marker shows some info about this error.</p></source> <translation><b>源错码编辑器窗口</b><p>该窗口用于显示和编辑源文件。可以打开任意多个窗口。文件名显示在窗口标题栏中。</p><p>要设置断点只需在行号与折叠标记之间的空白处点击即可。通过页边空白的上下文菜单可进行编辑。</p><p>要设置书签只需按住 Shift 键再在行号与折叠标记之间的空白处点击即可。</p><p>以上行为都可能通过上下文菜单进行反转。</p><p>按住 Ctrl 再语法错误标记上点击可显示该错误的部分信息。</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="568"/> + <location filename="QScintilla/Editor.py" line="576"/> <source>Undo</source> <translation>撤消</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="571"/> + <location filename="QScintilla/Editor.py" line="579"/> <source>Redo</source> <translation>重做</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="574"/> + <location filename="QScintilla/Editor.py" line="582"/> <source>Revert to last saved state</source> <translation>还原到最后保存的状态</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="578"/> + <location filename="QScintilla/Editor.py" line="586"/> <source>Cut</source> <translation>剪切</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="581"/> - <source>Copy</source> - <translation>复制</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="583"/> - <source>Paste</source> - <translation>粘贴</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="587"/> - <source>Indent</source> - <translation>缩进</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="589"/> - <source>Unindent</source> - <translation>取消缩进</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="592"/> - <source>Comment</source> - <translation>注释</translation> + <source>Copy</source> + <translation>复制</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="591"/> + <source>Paste</source> + <translation>粘贴</translation> </message> <message> <location filename="QScintilla/Editor.py" line="595"/> + <source>Indent</source> + <translation>缩进</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="597"/> + <source>Unindent</source> + <translation>取消缩进</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="600"/> + <source>Comment</source> + <translation>注释</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="603"/> <source>Uncomment</source> <translation>取消注释</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="598"/> - <source>Stream Comment</source> - <translation>流注释</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="601"/> - <source>Box Comment</source> - <translation>块注释</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="604"/> - <source>Select to brace</source> - <translation>选择括号内容</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="606"/> + <source>Stream Comment</source> + <translation>流注释</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="609"/> + <source>Box Comment</source> + <translation>块注释</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="612"/> + <source>Select to brace</source> + <translation>选择括号内容</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="614"/> <source>Select all</source> <translation>全选</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="607"/> + <location filename="QScintilla/Editor.py" line="615"/> <source>Deselect all</source> <translation>全部取消选择</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5745"/> + <location filename="QScintilla/Editor.py" line="5835"/> <source>Check spelling...</source> <translation>正在进行拼写检查……</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="613"/> + <location filename="QScintilla/Editor.py" line="621"/> <source>Check spelling of selection...</source> <translation>正在对所选内容进行拼写检查……</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="620"/> - <source>Shorten empty lines</source> - <translation>缩减空行</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="628"/> + <source>Shorten empty lines</source> + <translation>缩减空行</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="636"/> <source>Use Monospaced Font</source> <translation>使用单空格字体</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="633"/> + <location filename="QScintilla/Editor.py" line="641"/> <source>Autosave enabled</source> <translation>允许自动保存</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="638"/> + <location filename="QScintilla/Editor.py" line="646"/> <source>Typing aids enabled</source> <translation>允许输入辅助</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="645"/> + <location filename="QScintilla/Editor.py" line="653"/> <source>Autocompletion enabled</source> <translation>自动完成已启用</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="662"/> + <location filename="QScintilla/Editor.py" line="670"/> <source>New view</source> <translation>新建视图</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="663"/> - <source>New view (with new split)</source> - <translation>新建视图(并拆分窗口)</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="667"/> - <source>Close</source> - <translation>关闭</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="671"/> + <source>New view (with new split)</source> + <translation>新建视图(并拆分窗口)</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="675"/> + <source>Close</source> + <translation>关闭</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="679"/> <source>Save</source> <translation>保存</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="673"/> + <location filename="QScintilla/Editor.py" line="681"/> <source>Save As...</source> <translation>另存为……</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="678"/> + <location filename="QScintilla/Editor.py" line="686"/> <source>Print Preview</source> <translation>打印预览</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="680"/> + <location filename="QScintilla/Editor.py" line="688"/> <source>Print</source> <translation>打印</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="695"/> + <location filename="QScintilla/Editor.py" line="703"/> <source>Autocomplete</source> <translation>自动完成</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="698"/> + <location filename="QScintilla/Editor.py" line="706"/> <source>dynamic</source> <translation>动态</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="701"/> + <location filename="QScintilla/Editor.py" line="709"/> <source>from Document</source> <translation>从文档</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="704"/> + <location filename="QScintilla/Editor.py" line="712"/> <source>from APIs</source> <translation>从 APIs</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="707"/> + <location filename="QScintilla/Editor.py" line="715"/> <source>from Document and APIs</source> <translation>从文档和 APIs</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="711"/> + <location filename="QScintilla/Editor.py" line="719"/> <source>Calltip</source> <translation>调用提示</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="721"/> - <source>Check</source> - <translation>检查</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="729"/> + <source>Check</source> + <translation>检查</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="737"/> <source>Show</source> <translation>显示</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="731"/> + <location filename="QScintilla/Editor.py" line="739"/> <source>Code metrics...</source> <translation>代码度量……</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="733"/> - <source>Code coverage...</source> - <translation>代码覆盖率……</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="735"/> - <source>Show code coverage annotations</source> - <translation>显示代码覆盖率注解</translation> - </message> - <message> - <location filename="QScintilla/Editor.py" line="738"/> - <source>Hide code coverage annotations</source> - <translation>隐藏代码覆盖率注解</translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="741"/> + <source>Code coverage...</source> + <translation>代码覆盖率……</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="743"/> + <source>Show code coverage annotations</source> + <translation>显示代码覆盖率注解</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="746"/> + <source>Hide code coverage annotations</source> + <translation>隐藏代码覆盖率注解</translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="749"/> <source>Profile data...</source> <translation>剖析数据……</translation> </message> @@ -7724,182 +7724,182 @@ <translation type="obsolete">移除循环报告</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="751"/> + <location filename="QScintilla/Editor.py" line="759"/> <source>Diagrams</source> <translation>图表</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="753"/> + <location filename="QScintilla/Editor.py" line="761"/> <source>Class Diagram...</source> <translation>类图……</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="755"/> + <location filename="QScintilla/Editor.py" line="763"/> <source>Package Diagram...</source> <translation>程序包图……</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="757"/> + <location filename="QScintilla/Editor.py" line="765"/> <source>Imports Diagram...</source> <translation>引用图……</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="760"/> + <location filename="QScintilla/Editor.py" line="768"/> <source>Application Diagram...</source> <translation>应用程序图……</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="771"/> + <location filename="QScintilla/Editor.py" line="779"/> <source>Languages</source> <translation>语言</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="774"/> + <location filename="QScintilla/Editor.py" line="782"/> <source>No Language</source> <translation>无语言</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="793"/> + <location filename="QScintilla/Editor.py" line="801"/> <source>Guessed</source> <translation>已推测</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1106"/> + <location filename="QScintilla/Editor.py" line="1114"/> <source>Alternatives</source> <translation>备选</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="811"/> + <location filename="QScintilla/Editor.py" line="819"/> <source>Encodings</source> <translation>编码</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="833"/> + <location filename="QScintilla/Editor.py" line="841"/> <source>End-of-Line Type</source> <translation>行尾类型</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="837"/> + <location filename="QScintilla/Editor.py" line="845"/> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="843"/> + <location filename="QScintilla/Editor.py" line="851"/> <source>Windows</source> <translation>Windows</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="849"/> + <location filename="QScintilla/Editor.py" line="857"/> <source>Macintosh</source> <translation>Macintosh</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="864"/> + <location filename="QScintilla/Editor.py" line="872"/> <source>Export as</source> <translation>导出为</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="983"/> + <location filename="QScintilla/Editor.py" line="991"/> <source>Toggle bookmark</source> <translation>切换书签</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="986"/> + <location filename="QScintilla/Editor.py" line="994"/> <source>Next bookmark</source> <translation>下一个书签</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="989"/> + <location filename="QScintilla/Editor.py" line="997"/> <source>Previous bookmark</source> <translation>上一个书签</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="992"/> + <location filename="QScintilla/Editor.py" line="1000"/> <source>Clear all bookmarks</source> <translation>清除所有书签</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1019"/> + <location filename="QScintilla/Editor.py" line="1027"/> <source>Toggle breakpoint</source> <translation>切换断点</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1022"/> + <location filename="QScintilla/Editor.py" line="1030"/> <source>Toggle temporary breakpoint</source> <translation>切换临时断点</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1025"/> + <location filename="QScintilla/Editor.py" line="1033"/> <source>Edit breakpoint...</source> <translation>编辑断点……</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4088"/> + <location filename="QScintilla/Editor.py" line="4178"/> <source>Enable breakpoint</source> <translation>允许断点</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1031"/> + <location filename="QScintilla/Editor.py" line="1039"/> <source>Next breakpoint</source> <translation>下一个断点</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1034"/> + <location filename="QScintilla/Editor.py" line="1042"/> <source>Previous breakpoint</source> <translation>上一个断点</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1037"/> + <location filename="QScintilla/Editor.py" line="1045"/> <source>Clear all breakpoints</source> <translation>清除所有断点</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="996"/> + <location filename="QScintilla/Editor.py" line="1004"/> <source>Goto syntax error</source> <translation>转到语法错误处</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="999"/> + <location filename="QScintilla/Editor.py" line="1007"/> <source>Show syntax error message</source> <translation>显示语法错误消息</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1002"/> + <location filename="QScintilla/Editor.py" line="1010"/> <source>Clear syntax error</source> <translation>清除语法错误</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1041"/> + <location filename="QScintilla/Editor.py" line="1049"/> <source>Next uncovered line</source> <translation>下一个未覆盖行</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1044"/> + <location filename="QScintilla/Editor.py" line="1052"/> <source>Previous uncovered line</source> <translation>上一个未覆盖行</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1048"/> + <location filename="QScintilla/Editor.py" line="1056"/> <source>Next task</source> <translation>下一个任务</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1051"/> + <location filename="QScintilla/Editor.py" line="1059"/> <source>Previous task</source> <translation>上一个任务</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1055"/> + <location filename="QScintilla/Editor.py" line="1063"/> <source>LMB toggles bookmarks</source> <translation>左键切换书签</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1060"/> + <location filename="QScintilla/Editor.py" line="1068"/> <source>LMB toggles breakpoints</source> <translation>左键切换断点</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1093"/> + <location filename="QScintilla/Editor.py" line="1101"/> <source>Export source</source> <translation>导出源代码</translation> </message> @@ -7909,7 +7909,7 @@ <translation type="obsolete"><p>导出格式 <b>%1</b> 没有有效的输出器。终止……</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1093"/> + <location filename="QScintilla/Editor.py" line="1101"/> <source>No export format given. Aborting...</source> <translation>没有给定导出格式。终止……</translation> </message> @@ -7919,47 +7919,47 @@ <translation type="obsolete">备选 (%1)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1121"/> + <location filename="QScintilla/Editor.py" line="1129"/> <source>Pygments Lexer</source> <translation>Pygments 词法分析器</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1121"/> + <location filename="QScintilla/Editor.py" line="1129"/> <source>Select the Pygments lexer to apply.</source> <translation>选择要应用的 Pygments 词法分析器。</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1529"/> + <location filename="QScintilla/Editor.py" line="1537"/> <source>Modification of Read Only file</source> <translation>只读文件的改变</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1529"/> + <location filename="QScintilla/Editor.py" line="1537"/> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>试图改变只读文件。请先保存到另一个文件中。</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2142"/> + <location filename="QScintilla/Editor.py" line="2150"/> <source>Printing...</source> <translation>打印中……</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2159"/> + <location filename="QScintilla/Editor.py" line="2167"/> <source>Printing completed</source> <translation>打印已完成</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2161"/> + <location filename="QScintilla/Editor.py" line="2169"/> <source>Error while printing</source> <translation>打印时出错</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2164"/> + <location filename="QScintilla/Editor.py" line="2172"/> <source>Printing aborted</source> <translation>打印失败</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2315"/> + <location filename="QScintilla/Editor.py" line="2323"/> <source>File Modified</source> <translation>文件已改变</translation> </message> @@ -7974,7 +7974,7 @@ <translation type="obsolete"><p>文件 <b>%1</b> 无法打开。</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2516"/> + <location filename="QScintilla/Editor.py" line="2524"/> <source>Save File</source> <translation>保存文件</translation> </message> @@ -7989,52 +7989,52 @@ <translation type="obsolete"><p>文件 <b>%1</b> 已存在。</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3607"/> + <location filename="QScintilla/Editor.py" line="3697"/> <source>Autocompletion</source> <translation>自动完成</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3607"/> + <location filename="QScintilla/Editor.py" line="3697"/> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>自动完成无效,没有设定自动完成源。</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4091"/> + <location filename="QScintilla/Editor.py" line="4181"/> <source>Disable breakpoint</source> <translation>去除断点</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4380"/> + <location filename="QScintilla/Editor.py" line="4470"/> <source>Code Coverage</source> <translation>代码覆盖率</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4380"/> + <location filename="QScintilla/Editor.py" line="4470"/> <source>Please select a coverage file</source> <translation>请选择一个覆盖率文件</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4426"/> + <location filename="QScintilla/Editor.py" line="4516"/> <source>Show Code Coverage Annotations</source> <translation>显示代码覆盖率注解</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4422"/> + <location filename="QScintilla/Editor.py" line="4512"/> <source>All lines have been covered.</source> <translation>所有行均被已覆盖。</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4426"/> + <location filename="QScintilla/Editor.py" line="4516"/> <source>There is no coverage file available.</source> <translation>没有有效的覆盖率文件。</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4518"/> + <location filename="QScintilla/Editor.py" line="4608"/> <source>Profile Data</source> <translation>剖析数据</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4518"/> + <location filename="QScintilla/Editor.py" line="4608"/> <source>Please select a profile file</source> <translation>请选择一个剖析文件</translation> </message> @@ -8059,37 +8059,37 @@ <translation type="obsolete">请选择要移除的循环报告</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4648"/> + <location filename="QScintilla/Editor.py" line="4738"/> <source>Syntax Error</source> <translation>语法错误</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4648"/> + <location filename="QScintilla/Editor.py" line="4738"/> <source>No syntax error message available.</source> <translation>语法错误消息无效。</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4873"/> + <location filename="QScintilla/Editor.py" line="4963"/> <source>Macro Name</source> <translation>宏名称</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4873"/> + <location filename="QScintilla/Editor.py" line="4963"/> <source>Select a macro name:</source> <translation>选择一个宏名称:</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4901"/> + <location filename="QScintilla/Editor.py" line="4991"/> <source>Load macro file</source> <translation>输入宏文件</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4941"/> + <location filename="QScintilla/Editor.py" line="5031"/> <source>Macro files (*.macro)</source> <translation>宏文件 (*.macro)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4922"/> + <location filename="QScintilla/Editor.py" line="5012"/> <source>Error loading macro</source> <translation>载入宏文件出错</translation> </message> @@ -8104,12 +8104,12 @@ <translation type="obsolete"><p>宏文件 <b>%1</b> 已损坏。</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4941"/> + <location filename="QScintilla/Editor.py" line="5031"/> <source>Save macro file</source> <translation>保存宏文件</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4958"/> + <location filename="QScintilla/Editor.py" line="5048"/> <source>Save macro</source> <translation>保存宏</translation> </message> @@ -8119,7 +8119,7 @@ <translation type="obsolete"><p>宏文件 <b>%1</b> 已存在。</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4973"/> + <location filename="QScintilla/Editor.py" line="5063"/> <source>Error saving macro</source> <translation>保存宏出错</translation> </message> @@ -8129,22 +8129,22 @@ <translation type="obsolete"><p>无法写入宏文件 <b>%1</b> 。</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4984"/> + <location filename="QScintilla/Editor.py" line="5074"/> <source>Start Macro Recording</source> <translation>开始宏录制</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4984"/> + <location filename="QScintilla/Editor.py" line="5074"/> <source>Macro recording is already active. Start new?</source> <translation>宏录制已激活。开始录制新宏?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5009"/> + <location filename="QScintilla/Editor.py" line="5099"/> <source>Macro Recording</source> <translation>宏录制</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5009"/> + <location filename="QScintilla/Editor.py" line="5099"/> <source>Enter name of the macro:</source> <translation>输入宏名称:</translation> </message> @@ -8159,7 +8159,7 @@ <translation type="obsolete"><br><b>警告:</b> 重新打开将导致更改丢失。</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5131"/> + <location filename="QScintilla/Editor.py" line="5221"/> <source>File changed</source> <translation>文件已改变</translation> </message> @@ -8169,7 +8169,7 @@ <translation type="obsolete">%1 (ro)</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5327"/> + <location filename="QScintilla/Editor.py" line="5417"/> <source>Drop Error</source> <translation>降落误差</translation> </message> @@ -8179,47 +8179,47 @@ <translation type="obsolete"><p><b>%1</b> 不是一个文件。</p></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5345"/> + <location filename="QScintilla/Editor.py" line="5435"/> <source>Resources</source> <translation>资源</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5347"/> + <location filename="QScintilla/Editor.py" line="5437"/> <source>Add file...</source> <translation>添加文件……</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5349"/> + <location filename="QScintilla/Editor.py" line="5439"/> <source>Add files...</source> <translation>添加文件……</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5351"/> + <location filename="QScintilla/Editor.py" line="5441"/> <source>Add aliased file...</source> <translation>添加别名文件……</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5353"/> + <location filename="QScintilla/Editor.py" line="5443"/> <source>Add localized resource...</source> <translation>添加本地资源……</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5356"/> + <location filename="QScintilla/Editor.py" line="5446"/> <source>Add resource frame</source> <translation>添加资源结构</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5374"/> + <location filename="QScintilla/Editor.py" line="5464"/> <source>Add file resource</source> <translation>添加文件资源</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5390"/> + <location filename="QScintilla/Editor.py" line="5480"/> <source>Add file resources</source> <translation>添加多个文件资源</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5417"/> + <location filename="QScintilla/Editor.py" line="5507"/> <source>Add aliased file resource</source> <translation>添加别名文件资源</translation> </message> @@ -8229,187 +8229,187 @@ <translation type="obsolete">重命名文件 <b>%1</b>:</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5478"/> + <location filename="QScintilla/Editor.py" line="5568"/> <source>Package Diagram</source> <translation>程序包图</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5478"/> + <location filename="QScintilla/Editor.py" line="5568"/> <source>Include class attributes?</source> <translation>包含类属性?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5585"/> <source>Imports Diagram</source> <translation>引用图</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5495"/> + <location filename="QScintilla/Editor.py" line="5585"/> <source>Include imports from external modules?</source> <translation>从外部模块包含引用?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5507"/> + <location filename="QScintilla/Editor.py" line="5597"/> <source>Application Diagram</source> <translation>应用程序图</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5507"/> + <location filename="QScintilla/Editor.py" line="5597"/> <source>Include module names?</source> <translation>包含模块名?</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5747"/> + <location filename="QScintilla/Editor.py" line="5837"/> <source>Add to dictionary</source> <translation>添加到文件夹</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5749"/> + <location filename="QScintilla/Editor.py" line="5839"/> <source>Ignore All</source> <translation>全部忽略</translation> </message> <message> - <location filename="QScintilla/Editor.py" line="617"/> + <location filename="QScintilla/Editor.py" line="625"/> <source>Remove from dictionary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="285"/> + <location filename="QScintilla/Editor.py" line="290"/> <source><p>The size of the file <b>{0}</b> is <b>{1} KB</b>. Do you really want to load it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1087"/> + <location filename="QScintilla/Editor.py" line="1095"/> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1102"/> + <location filename="QScintilla/Editor.py" line="1110"/> <source>Alternatives ({0})</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2315"/> + <location filename="QScintilla/Editor.py" line="2323"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2363"/> + <location filename="QScintilla/Editor.py" line="2371"/> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2464"/> + <location filename="QScintilla/Editor.py" line="2472"/> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4915"/> + <location filename="QScintilla/Editor.py" line="5005"/> <source><p>The macro file <b>{0}</b> could not be read.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4922"/> + <location filename="QScintilla/Editor.py" line="5012"/> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4973"/> + <location filename="QScintilla/Editor.py" line="5063"/> <source><p>The macro file <b>{0}</b> could not be written.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5122"/> + <location filename="QScintilla/Editor.py" line="5212"/> <source><p>The file <b>{0}</b> has been changed while it was opened in eric5. Reread it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5210"/> + <location filename="QScintilla/Editor.py" line="5300"/> <source>{0} (ro)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5327"/> - <source><p><b>{0}</b> is not a file.</p></source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="QScintilla/Editor.py" line="5417"/> + <source><p><b>{0}</b> is not a file.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="QScintilla/Editor.py" line="5507"/> <source>Alias for file <b>{0}</b>:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1006"/> + <location filename="QScintilla/Editor.py" line="1014"/> <source>Next warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1009"/> + <location filename="QScintilla/Editor.py" line="1017"/> <source>Previous warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1012"/> + <location filename="QScintilla/Editor.py" line="1020"/> <source>Show warning message</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="1015"/> + <location filename="QScintilla/Editor.py" line="1023"/> <source>Clear warnings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4774"/> + <location filename="QScintilla/Editor.py" line="4864"/> <source>py3flakes Warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4774"/> + <location filename="QScintilla/Editor.py" line="4864"/> <source>No py3flakes warning message available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="2516"/> + <location filename="QScintilla/Editor.py" line="2524"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4958"/> + <location filename="QScintilla/Editor.py" line="5048"/> <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4817"/> + <location filename="QScintilla/Editor.py" line="4907"/> <source>Warning: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="4823"/> + <location filename="QScintilla/Editor.py" line="4913"/> <source>Error: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="5127"/> + <location filename="QScintilla/Editor.py" line="5217"/> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3703"/> + <location filename="QScintilla/Editor.py" line="3793"/> <source>Activating Auto-Completion Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3703"/> + <location filename="QScintilla/Editor.py" line="3793"/> <source>Auto-completion provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3888"/> + <location filename="QScintilla/Editor.py" line="3978"/> <source>Activating Calltip Provider</source> <translation type="unfinished"></translation> </message> <message> - <location filename="QScintilla/Editor.py" line="3888"/> + <location filename="QScintilla/Editor.py" line="3978"/> <source>Calltip provider cannot be connected because there is already another one active. Please check your configuration.</source> <translation type="unfinished"></translation> </message> @@ -48972,7 +48972,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="Utilities/__init__.py" line="1269"/> + <location filename="Utilities/__init__.py" line="1270"/> <source>Python2 interpreter did not finish within 30s.</source> <translation type="unfinished"></translation> </message> @@ -50167,7 +50167,7 @@ <message> <location filename="ViewManager/ViewManager.py" line="829"/> <source>Cl&ear</source> - <translation>清除(&e)</translation> + <translation type="obsolete">清除(&e)</translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="829"/> @@ -51254,7 +51254,7 @@ <translation>编辑(&E)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="1890"/> + <location filename="ViewManager/ViewManager.py" line="1893"/> <source>Edit</source> <translation>编辑</translation> </message> @@ -51384,779 +51384,779 @@ <translation><b>替换</b><p>在当前编辑器搜索某文本并替换之。显示一个对话框可输入搜索文本、替换文本以及搜索替换的选项。</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2145"/> + <location filename="ViewManager/ViewManager.py" line="2201"/> <source>Quicksearch</source> <translation>快速搜索</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2009"/> + <location filename="ViewManager/ViewManager.py" line="2012"/> <source>&Quicksearch</source> <translation>快速搜索(&Q)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2009"/> + <location filename="ViewManager/ViewManager.py" line="2012"/> <source>Ctrl+Shift+K</source> <comment>Search|Quicksearch</comment> <translation>Ctrl+Shift+K</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2017"/> + <location filename="ViewManager/ViewManager.py" line="2020"/> <source>Perform a quicksearch</source> <translation>执行快速搜索</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2019"/> + <location filename="ViewManager/ViewManager.py" line="2022"/> <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>快速搜索</b><p>通过给定快速搜索的条目区域激活 IDE 的快速搜索功能。如果该区域已激活并包含文本,则搜索该文本下一次出现的位置。</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Quicksearch backwards</source> <translation>向后快速搜索</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Quicksearch &backwards</source> <translation>向后快速搜索(&b)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2029"/> + <location filename="ViewManager/ViewManager.py" line="2032"/> <source>Ctrl+Shift+J</source> <comment>Search|Quicksearch backwards</comment> <translation>Ctrl+Shift+J</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2036"/> + <location filename="ViewManager/ViewManager.py" line="2039"/> <source>Perform a quicksearch backwards</source> <translation>执行快速向后搜索</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2038"/> + <location filename="ViewManager/ViewManager.py" line="2041"/> <source><b>Quicksearch backwards</b><p>This searches the previous occurrence of the quicksearch text.</p></source> <translation><b>向后快速搜索</b><p>搜索上一次出现快速搜索文本的位置。</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Quicksearch extend</source> <translation>扩展快速搜索</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Quicksearch e&xtend</source> <translation>扩展快速搜索(&x)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2045"/> + <location filename="ViewManager/ViewManager.py" line="2048"/> <source>Ctrl+Shift+H</source> <comment>Search|Quicksearch extend</comment> <translation>Ctrl+Shift+H</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2053"/> + <location filename="ViewManager/ViewManager.py" line="2056"/> <source>Extend the quicksearch to the end of the current word</source> <translation>将快速搜索文本扩展到当前文字的末尾</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2055"/> + <location filename="ViewManager/ViewManager.py" line="2058"/> <source><b>Quicksearch extend</b><p>This extends the quicksearch text to the end of the word currently found.</p></source> <translation><b>扩展快速搜索</b><p>将快速搜索文本扩展到当前找到文字的末尾。</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2070"/> + <location filename="ViewManager/ViewManager.py" line="2073"/> <source>Goto Line</source> <translation>跳转行</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2063"/> + <location filename="ViewManager/ViewManager.py" line="2066"/> <source>&Goto Line...</source> <translation>跳转行(&G)……</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2063"/> + <location filename="ViewManager/ViewManager.py" line="2066"/> <source>Ctrl+G</source> <comment>Search|Goto Line</comment> <translation>Ctrl+G</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2071"/> + <location filename="ViewManager/ViewManager.py" line="2074"/> <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>跳转行</b><p>跳转到当前编辑器中文本的指定行。显示的对话框可输入行号。</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2086"/> + <location filename="ViewManager/ViewManager.py" line="2089"/> <source>Goto Brace</source> <translation>跳转括号</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2079"/> + <location filename="ViewManager/ViewManager.py" line="2082"/> <source>Goto &Brace</source> <translation>跳转括号(&B)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2079"/> + <location filename="ViewManager/ViewManager.py" line="2082"/> <source>Ctrl+L</source> <comment>Search|Goto Brace</comment> <translation>Ctrl+L</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2088"/> + <location filename="ViewManager/ViewManager.py" line="2091"/> <source><b>Goto Brace</b><p>Go to the matching brace in the current editor.</p></source> <translation><b>跳转括号</b><p>跳转到当前编辑器中匹配的括号处。</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Search in Files</source> <translation>在文件中搜索</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Search in &Files...</source> <translation>在文件中搜索(&F)……</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2097"/> + <location filename="ViewManager/ViewManager.py" line="2153"/> <source>Shift+Ctrl+F</source> <comment>Search|Search Files</comment> <translation>Shift+Ctrl+F</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2105"/> + <location filename="ViewManager/ViewManager.py" line="2161"/> <source>Search for a text in files</source> <translation>在文件中搜索文本</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2107"/> + <location filename="ViewManager/ViewManager.py" line="2163"/> <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>在文件中搜索</b><p>在项目或目录树的文件中搜索某文本。显示的对话框中可输入搜索文本、搜索和显示结果的选项。</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Replace in Files</source> <translation>在文件中替换</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Replace in F&iles...</source> <translation>在文件中替换(&i)……</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2116"/> + <location filename="ViewManager/ViewManager.py" line="2172"/> <source>Shift+Ctrl+R</source> <comment>Search|Replace in Files</comment> <translation>Shift+Ctrl+R</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2123"/> + <location filename="ViewManager/ViewManager.py" line="2179"/> <source>Search for a text in files and replace it</source> <translation>在文件中搜索文本并替换之</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2125"/> + <location filename="ViewManager/ViewManager.py" line="2181"/> <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>在文件中替换</b><p>在项目或目录树的文件中搜索某文本并替换之。显示的对话框可输入搜索文本、替换文本以及搜索和显示结果的选项。</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2168"/> + <location filename="ViewManager/ViewManager.py" line="2224"/> <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>将搜索文本直接输入到该区域。搜索区别大小写。如果该输入区域没有输入焦点,则快速搜索功能在“快速搜索下一个”动作(默认键:Ctrl+Shift+K)激活时被激活,否则将搜索输入文本下一次出现的位置。“向后快速搜索”动作(默认键:Ctrl+Shift+J)向后搜索。启动“扩展快速搜索”动作(默认键:Ctrl+Shift+H)将扩展当前搜索文本到当前找到文字的结尾。可在快速搜索条目具有输入焦点时按下回车键以开启快速搜索功能。</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2190"/> + <location filename="ViewManager/ViewManager.py" line="2246"/> <source>Quicksearch Textedit</source> <translation>快速搜索文本编辑</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Zoom in</source> <translation>放大</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Zoom &in</source> <translation>放大(&i)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2232"/> + <location filename="ViewManager/ViewManager.py" line="2290"/> <source>Ctrl++</source> <comment>View|Zoom in</comment> <translation>Ctrl++</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2239"/> + <location filename="ViewManager/ViewManager.py" line="2297"/> <source>Zoom in on the text</source> <translation>放大显示文本</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2241"/> + <location filename="ViewManager/ViewManager.py" line="2299"/> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>放大</b><p>放大显示文本。将使文本变大。</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Zoom out</source> <translation>缩小</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Zoom &out</source> <translation>缩小(&o)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2248"/> + <location filename="ViewManager/ViewManager.py" line="2306"/> <source>Ctrl+-</source> <comment>View|Zoom out</comment> <translation>Ctrl+-</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2255"/> + <location filename="ViewManager/ViewManager.py" line="2313"/> <source>Zoom out on the text</source> <translation>缩小显示文本</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2257"/> + <location filename="ViewManager/ViewManager.py" line="2315"/> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>缩小</b><p>缩小显示文本。将使文本变小。</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>Zoom</source> <translation>缩放</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>&Zoom</source> <translation>缩放(&Z)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2264"/> + <location filename="ViewManager/ViewManager.py" line="2322"/> <source>Ctrl+#</source> <comment>View|Zoom</comment> <translation>Ctrl+#</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2271"/> + <location filename="ViewManager/ViewManager.py" line="2329"/> <source>Zoom the text</source> <translation>缩放文本</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2273"/> - <source><b>Zoom</b><p>Zoom the text. This opens a dialog where the desired size can be entered.</p></source> - <translation><b>缩放</b><p>缩放文本。打开一个对话框以输入所需大小。</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2285"/> - <source>Toggle all folds</source> - <translation>开关所有折叠</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2281"/> - <source>Toggle &all folds</source> - <translation>开关所有折叠(&a)</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2287"/> - <source><b>Toggle all folds</b><p>Toggle all folds of the current editor.</p></source> - <translation><b>开关所有折叠</b><p>打开或关闭当前编辑器的所有折叠。</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2300"/> - <source>Toggle all folds (including children)</source> - <translation>开关所有折叠(包含子项)</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2295"/> - <source>Toggle all &folds (including children)</source> - <translation>开关所有折叠(&f)(包含子项)</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2302"/> - <source><b>Toggle all folds (including children)</b><p>Toggle all folds of the current editor including all children.</p></source> - <translation><b>开关所有折叠(包含子项)</b><p>打开或关闭当前编辑器中的所有折叠,包括子折叠。</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2314"/> - <source>Toggle current fold</source> - <translation>开关当前折叠</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2310"/> - <source>Toggle &current fold</source> - <translation>开关当前折叠(&c)</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2316"/> - <source><b>Toggle current fold</b><p>Toggle the folds of the current line of the current editor.</p></source> - <translation><b>开关当前折叠</b><p>打开或关闭当前编辑器的当前行中的折叠。</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2329"/> - <source>Remove all highlights</source> - <translation>取消所有高亮</translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2331"/> - <source><b>Remove all highlights</b><p>Remove the highlights of all editors.</p></source> - <translation><b>取消所有高亮</b><p>取消所有编辑器中的高亮。</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2338"/> - <source>Split view</source> - <translation>拆分视图</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2338"/> - <source>&Split view</source> - <translation>拆分视图(&)</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2342"/> - <source>Add a split to the view</source> - <translation>对视图进行拆分</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2344"/> - <source><b>Split view</b><p>Add a split to the view.</p></source> - <translation><b>拆分视图</b><p>对视图进行拆分。</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2351"/> - <source>Arrange horizontally</source> - <translation>水平排列</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2351"/> - <source>Arrange &horizontally</source> - <translation>水平排列(&h)</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2356"/> - <source>Arrange the splitted views horizontally</source> - <translation>将拆分的视图进行水平排列</translation> + <source><b>Zoom</b><p>Zoom the text. This opens a dialog where the desired size can be entered.</p></source> + <translation><b>缩放</b><p>缩放文本。打开一个对话框以输入所需大小。</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2343"/> + <source>Toggle all folds</source> + <translation>开关所有折叠</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2339"/> + <source>Toggle &all folds</source> + <translation>开关所有折叠(&a)</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2345"/> + <source><b>Toggle all folds</b><p>Toggle all folds of the current editor.</p></source> + <translation><b>开关所有折叠</b><p>打开或关闭当前编辑器的所有折叠。</p></translation> </message> <message> <location filename="ViewManager/ViewManager.py" line="2358"/> + <source>Toggle all folds (including children)</source> + <translation>开关所有折叠(包含子项)</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2353"/> + <source>Toggle all &folds (including children)</source> + <translation>开关所有折叠(&f)(包含子项)</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2360"/> + <source><b>Toggle all folds (including children)</b><p>Toggle all folds of the current editor including all children.</p></source> + <translation><b>开关所有折叠(包含子项)</b><p>打开或关闭当前编辑器中的所有折叠,包括子折叠。</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2372"/> + <source>Toggle current fold</source> + <translation>开关当前折叠</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2368"/> + <source>Toggle &current fold</source> + <translation>开关当前折叠(&c)</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2374"/> + <source><b>Toggle current fold</b><p>Toggle the folds of the current line of the current editor.</p></source> + <translation><b>开关当前折叠</b><p>打开或关闭当前编辑器的当前行中的折叠。</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2387"/> + <source>Remove all highlights</source> + <translation>取消所有高亮</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2389"/> + <source><b>Remove all highlights</b><p>Remove the highlights of all editors.</p></source> + <translation><b>取消所有高亮</b><p>取消所有编辑器中的高亮。</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2396"/> + <source>Split view</source> + <translation>拆分视图</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2396"/> + <source>&Split view</source> + <translation>拆分视图(&)</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2400"/> + <source>Add a split to the view</source> + <translation>对视图进行拆分</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2402"/> + <source><b>Split view</b><p>Add a split to the view.</p></source> + <translation><b>拆分视图</b><p>对视图进行拆分。</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2409"/> + <source>Arrange horizontally</source> + <translation>水平排列</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2409"/> + <source>Arrange &horizontally</source> + <translation>水平排列(&h)</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2414"/> + <source>Arrange the splitted views horizontally</source> + <translation>将拆分的视图进行水平排列</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2416"/> <source><b>Arrange horizontally</b><p>Arrange the splitted views horizontally.</p></source> <translation><b>水平排列</b><p>将拆分的视图进行水平排列。</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2366"/> + <location filename="ViewManager/ViewManager.py" line="2424"/> <source>Remove split</source> <translation>移除拆分</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2366"/> + <location filename="ViewManager/ViewManager.py" line="2424"/> <source>&Remove split</source> <translation>移除拆分(&R)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2371"/> + <location filename="ViewManager/ViewManager.py" line="2429"/> <source>Remove the current split</source> <translation>移除当前拆分</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2373"/> + <location filename="ViewManager/ViewManager.py" line="2431"/> <source><b>Remove split</b><p>Remove the current split.</p></source> <translation><b>移除拆分</b><p>移除当前拆分。</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>Next split</source> <translation>下一个拆分</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>&Next split</source> <translation>下一个拆分(&N)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2380"/> + <location filename="ViewManager/ViewManager.py" line="2438"/> <source>Ctrl+Alt+N</source> <comment>View|Next split</comment> <translation>Ctrl+Alt+N</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2386"/> + <location filename="ViewManager/ViewManager.py" line="2444"/> <source>Move to the next split</source> <translation>移动到下一个拆分中</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2388"/> + <location filename="ViewManager/ViewManager.py" line="2446"/> <source><b>Next split</b><p>Move to the next split.</p></source> <translation><b>下一个拆分</b><p>移动到下一个拆分中。</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>Previous split</source> <translation>上一个拆分</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>&Previous split</source> <translation>上一个拆分(&P)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2395"/> + <location filename="ViewManager/ViewManager.py" line="2453"/> <source>Ctrl+Alt+P</source> <comment>View|Previous split</comment> <translation>Ctrl+Alt+P</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2401"/> + <location filename="ViewManager/ViewManager.py" line="2459"/> <source>Move to the previous split</source> <translation>移动到上一个拆分中</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2403"/> + <location filename="ViewManager/ViewManager.py" line="2461"/> <source><b>Previous split</b><p>Move to the previous split.</p></source> <translation><b>上一个拆分</b><p>移动到上一个拆分中。</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2425"/> + <location filename="ViewManager/ViewManager.py" line="2483"/> <source>&View</source> <translation>视图(&V)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2452"/> + <location filename="ViewManager/ViewManager.py" line="2510"/> <source>View</source> <translation>视图</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2478"/> + <location filename="ViewManager/ViewManager.py" line="2536"/> <source>Start Macro Recording</source> <translation>开始宏录制</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2473"/> + <location filename="ViewManager/ViewManager.py" line="2531"/> <source>S&tart Macro Recording</source> <translation>开始宏录制(&t)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2480"/> + <location filename="ViewManager/ViewManager.py" line="2538"/> <source><b>Start Macro Recording</b><p>Start recording editor commands into a new macro.</p></source> <translation><b>开始宏录制</b><p>开始将编辑器命令录制到一个新宏中。</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2492"/> + <location filename="ViewManager/ViewManager.py" line="2550"/> <source>Stop Macro Recording</source> <translation>中止宏录制</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2487"/> + <location filename="ViewManager/ViewManager.py" line="2545"/> <source>Sto&p Macro Recording</source> <translation>中止宏录制(&p)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2494"/> + <location filename="ViewManager/ViewManager.py" line="2552"/> <source><b>Stop Macro Recording</b><p>Stop recording editor commands into a new macro.</p></source> <translation><b>中止宏录制</b><p>中止将编辑器命令录制到一个新宏中。</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2504"/> + <location filename="ViewManager/ViewManager.py" line="2562"/> <source>Run Macro</source> <translation>运行宏</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2501"/> + <location filename="ViewManager/ViewManager.py" line="2559"/> <source>&Run Macro</source> <translation>运行宏(&R)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2505"/> + <location filename="ViewManager/ViewManager.py" line="2563"/> <source><b>Run Macro</b><p>Run a previously recorded editor macro.</p></source> <translation><b>运行宏</b><p>运行一个已经录制好的编辑器宏。</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2516"/> + <location filename="ViewManager/ViewManager.py" line="2574"/> <source>Delete Macro</source> <translation>删除宏</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2512"/> + <location filename="ViewManager/ViewManager.py" line="2570"/> <source>&Delete Macro</source> <translation>删除宏(&D)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2518"/> + <location filename="ViewManager/ViewManager.py" line="2576"/> <source><b>Delete Macro</b><p>Delete a previously recorded editor macro.</p></source> <translation><b>删除宏</b><p>删除一个已经录制好的编辑器宏。</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2528"/> + <location filename="ViewManager/ViewManager.py" line="2586"/> <source>Load Macro</source> <translation>载入宏</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2525"/> + <location filename="ViewManager/ViewManager.py" line="2583"/> <source>&Load Macro</source> <translation>载入宏(&L)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2530"/> + <location filename="ViewManager/ViewManager.py" line="2588"/> <source><b>Load Macro</b><p>Load an editor macro from a file.</p></source> <translation><b>载入宏</b><p>从文件中载入一个编辑器宏。</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2540"/> + <location filename="ViewManager/ViewManager.py" line="2598"/> <source>Save Macro</source> <translation>保存宏</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2537"/> + <location filename="ViewManager/ViewManager.py" line="2595"/> <source>&Save Macro</source> <translation>保存宏(&S)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2542"/> + <location filename="ViewManager/ViewManager.py" line="2600"/> <source><b>Save Macro</b><p>Save a previously recorded editor macro to a file.</p></source> <translation><b>保存宏</b><p>将前面录制好的编辑器宏保存到一个文件中。</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2557"/> + <location filename="ViewManager/ViewManager.py" line="2615"/> <source>&Macros</source> <translation>宏(&M)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2580"/> + <location filename="ViewManager/ViewManager.py" line="2638"/> <source>Toggle Bookmark</source> <translation>切换书签</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2573"/> + <location filename="ViewManager/ViewManager.py" line="2631"/> <source>&Toggle Bookmark</source> <translation>切换书签(&T)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2573"/> + <location filename="ViewManager/ViewManager.py" line="2631"/> <source>Alt+Ctrl+T</source> <comment>Bookmark|Toggle</comment> <translation>Alt+Ctrl+T</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2582"/> + <location filename="ViewManager/ViewManager.py" line="2640"/> <source><b>Toggle Bookmark</b><p>Toggle a bookmark at the current line of the current editor.</p></source> <translation><b>切换书签</b><p>在当前编辑器的当前行打开或关闭书签。</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2596"/> + <location filename="ViewManager/ViewManager.py" line="2654"/> <source>Next Bookmark</source> <translation>下一个书签</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2589"/> + <location filename="ViewManager/ViewManager.py" line="2647"/> <source>&Next Bookmark</source> <translation>下一个书签(&N)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2589"/> + <location filename="ViewManager/ViewManager.py" line="2647"/> <source>Ctrl+PgDown</source> <comment>Bookmark|Next</comment> <translation>Ctrl+PgDown</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2598"/> + <location filename="ViewManager/ViewManager.py" line="2656"/> <source><b>Next Bookmark</b><p>Go to next bookmark of the current editor.</p></source> <translation><b>下一个书签</b><p>跳转到当前编辑器的下一个书签处。</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2612"/> + <location filename="ViewManager/ViewManager.py" line="2670"/> <source>Previous Bookmark</source> <translation>上一个书签</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2605"/> + <location filename="ViewManager/ViewManager.py" line="2663"/> <source>&Previous Bookmark</source> <translation>上一个书签(&P)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2605"/> + <location filename="ViewManager/ViewManager.py" line="2663"/> <source>Ctrl+PgUp</source> <comment>Bookmark|Previous</comment> <translation>Ctrl+PgUp</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2614"/> + <location filename="ViewManager/ViewManager.py" line="2672"/> <source><b>Previous Bookmark</b><p>Go to previous bookmark of the current editor.</p></source> <translation><b>上一个书签</b><p>跳转到当前编辑器的上一个书签处。</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2628"/> + <location filename="ViewManager/ViewManager.py" line="2686"/> <source>Clear Bookmarks</source> <translation>清除书签</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2621"/> + <location filename="ViewManager/ViewManager.py" line="2679"/> <source>&Clear Bookmarks</source> <translation>清除书签(&C)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2621"/> + <location filename="ViewManager/ViewManager.py" line="2679"/> <source>Alt+Ctrl+C</source> <comment>Bookmark|Clear</comment> <translation>Alt+Ctrl+C</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2630"/> + <location filename="ViewManager/ViewManager.py" line="2688"/> <source><b>Clear Bookmarks</b><p>Clear bookmarks of all editors.</p></source> <translation><b>清除书签</b><p>清除所有编辑器的书签。</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2643"/> + <location filename="ViewManager/ViewManager.py" line="2701"/> <source>Goto Syntax Error</source> <translation>转到语法错误处</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2637"/> + <location filename="ViewManager/ViewManager.py" line="2695"/> <source>&Goto Syntax Error</source> <translation>转到语法错误处(&G)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2645"/> + <location filename="ViewManager/ViewManager.py" line="2703"/> <source><b>Goto Syntax Error</b><p>Go to next syntax error of the current editor.</p></source> <translation><b>转到语法错误处</b><p>跳转到当前编辑器的下一个语法错误处。</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2657"/> - <source>Clear Syntax Errors</source> - <translation>清除语法错误</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2652"/> - <source>Clear &Syntax Errors</source> - <translation>清除语法错误(&S)</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2659"/> - <source><b>Clear Syntax Errors</b><p>Clear syntax errors of all editors.</p></source> - <translation><b>清除语法错误</b><p>清除所有编辑器的语法错误。</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2721"/> - <source>Next uncovered line</source> - <translation>下一个未覆盖行</translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2715"/> + <source>Clear Syntax Errors</source> + <translation>清除语法错误</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2710"/> + <source>Clear &Syntax Errors</source> + <translation>清除语法错误(&S)</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2717"/> + <source><b>Clear Syntax Errors</b><p>Clear syntax errors of all editors.</p></source> + <translation><b>清除语法错误</b><p>清除所有编辑器的语法错误。</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2779"/> + <source>Next uncovered line</source> + <translation>下一个未覆盖行</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2773"/> <source>&Next uncovered line</source> <translation>下一个未覆盖行(&N)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2723"/> + <location filename="ViewManager/ViewManager.py" line="2781"/> <source><b>Next uncovered line</b><p>Go to next line of the current editor marked as not covered.</p></source> <translation><b>下一个未覆盖行</b><p>跳转到下一个当前编辑器标记为不覆盖的行。</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2737"/> + <location filename="ViewManager/ViewManager.py" line="2795"/> <source>Previous uncovered line</source> <translation>上一个未覆盖行</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2730"/> + <location filename="ViewManager/ViewManager.py" line="2788"/> <source>&Previous uncovered line</source> <translation>上一个未覆盖行(&P)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2739"/> + <location filename="ViewManager/ViewManager.py" line="2797"/> <source><b>Previous uncovered line</b><p>Go to previous line of the current editor marked as not covered.</p></source> <translation><b>上一个未覆盖行</b><p>跳转到上一个编辑器标记为不覆盖的行。</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2753"/> + <location filename="ViewManager/ViewManager.py" line="2811"/> <source>Next Task</source> <translation>下一个任务</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2747"/> + <location filename="ViewManager/ViewManager.py" line="2805"/> <source>&Next Task</source> <translation>下一个任务(&N)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2755"/> + <location filename="ViewManager/ViewManager.py" line="2813"/> <source><b>Next Task</b><p>Go to next line of the current editor having a task.</p></source> <translation><b>下一个任务</b><p>跳转到下一个包含任务的当前编辑器的行。</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2769"/> - <source>Previous Task</source> - <translation>上一个任务</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2762"/> - <source>&Previous Task</source> - <translation>上一个任务(&P)</translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2771"/> - <source><b>Previous Task</b><p>Go to previous line of the current editor having a task.</p></source> - <translation><b>上一个任务</b><p>跳转到上一个包含任务的当前编辑器的行。</p></translation> - </message> - <message> - <location filename="ViewManager/ViewManager.py" line="2787"/> - <source>&Bookmarks</source> - <translation>书签(&B)</translation> - </message> - <message> <location filename="ViewManager/ViewManager.py" line="2827"/> + <source>Previous Task</source> + <translation>上一个任务</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2820"/> + <source>&Previous Task</source> + <translation>上一个任务(&P)</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2829"/> + <source><b>Previous Task</b><p>Go to previous line of the current editor having a task.</p></source> + <translation><b>上一个任务</b><p>跳转到上一个包含任务的当前编辑器的行。</p></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2845"/> + <source>&Bookmarks</source> + <translation>书签(&B)</translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2885"/> <source>Bookmarks</source> <translation>书签</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>Spell check</source> <translation>拼写检查</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>&Spell Check...</source> <translation>拼写检查(&S)……</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2857"/> + <location filename="ViewManager/ViewManager.py" line="2915"/> <source>Shift+F7</source> <comment>Spelling|Spell Check</comment> <translation>Shift+F7</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2866"/> + <location filename="ViewManager/ViewManager.py" line="2924"/> <source>Perform spell check of current editor</source> <translation>对当前编辑器进行拼写检查</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2868"/> + <location filename="ViewManager/ViewManager.py" line="2926"/> <source><b>Spell check</b><p>Perform a spell check of the current editor.</p></source> <translation><b>拼写检查</b><p>对当前编辑器进行拼写检查。</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2875"/> + <location filename="ViewManager/ViewManager.py" line="2933"/> <source>Automatic spell checking</source> <translation>自动拼写检查</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2875"/> + <location filename="ViewManager/ViewManager.py" line="2933"/> <source>&Automatic spell checking</source> <translation>自动拼写检查(&A)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2882"/> + <location filename="ViewManager/ViewManager.py" line="2940"/> <source>(De-)Activate automatic spell checking</source> <translation>(不)激活自动拼写检查</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2884"/> + <location filename="ViewManager/ViewManager.py" line="2942"/> <source><b>Automatic spell checking</b><p>Activate or deactivate the automatic spell checking function of all editors.</p></source> <translation><b>自动拼写检查</b><p>激活或不激活所有编辑器的自动拼写检查功能。</p></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2924"/> + <location filename="ViewManager/ViewManager.py" line="2982"/> <source>Spelling</source> <translation>拼写法</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2950"/> + <location filename="ViewManager/ViewManager.py" line="3008"/> <source>Open files</source> <translation>打开多个文件</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2986"/> + <location filename="ViewManager/ViewManager.py" line="3044"/> <source>File Modified</source> <translation>文件已改变</translation> </message> @@ -52181,82 +52181,82 @@ <translation type="obsolete">位置: %1</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3610"/> + <location filename="ViewManager/ViewManager.py" line="3669"/> <source>&Clear</source> <translation>清除(&C)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3606"/> + <location filename="ViewManager/ViewManager.py" line="3665"/> <source>&Add</source> <translation>添加(&A)</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3608"/> + <location filename="ViewManager/ViewManager.py" line="3667"/> <source>&Edit...</source> <translation>编辑(&E)……</translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2986"/> + <location filename="ViewManager/ViewManager.py" line="3044"/> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3265"/> + <location filename="ViewManager/ViewManager.py" line="3324"/> <source>File: {0}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3269"/> + <location filename="ViewManager/ViewManager.py" line="3328"/> <source>Line: {0:5}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="3274"/> + <location filename="ViewManager/ViewManager.py" line="3333"/> <source>Pos: {0:5}</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2673"/> + <location filename="ViewManager/ViewManager.py" line="2731"/> <source>Next warning message</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2666"/> + <location filename="ViewManager/ViewManager.py" line="2724"/> <source>&Next warning message</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2675"/> + <location filename="ViewManager/ViewManager.py" line="2733"/> <source><b>Next warning message</b><p>Go to next line of the current editor having a py3flakes warning.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2690"/> + <location filename="ViewManager/ViewManager.py" line="2748"/> <source>Previous warning message</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2683"/> + <location filename="ViewManager/ViewManager.py" line="2741"/> <source>&Previous warning message</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2692"/> + <location filename="ViewManager/ViewManager.py" line="2750"/> <source><b>Previous warning message</b><p>Go to previous line of the current editor having a py3flakes warning.</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2706"/> + <location filename="ViewManager/ViewManager.py" line="2764"/> <source>Clear Warning Messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2700"/> + <location filename="ViewManager/ViewManager.py" line="2758"/> <source>Clear &Warning Messages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="ViewManager/ViewManager.py" line="2708"/> + <location filename="ViewManager/ViewManager.py" line="2766"/> <source><b>Clear Warning Messages</b><p>Clear py3flakes warning messages of all editors.</p></source> <translation type="unfinished"></translation> </message> @@ -52276,6 +52276,69 @@ <source><b>Join Lines</b><p>Join the current and the next lines.</p></source> <translation type="unfinished"></translation> </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2106"/> + <source>Goto Last Edit Location</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2098"/> + <source>Goto Last &Edit Location</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2098"/> + <source>Ctrl+Shift+G</source> + <comment>Search|Goto Last Edit Location</comment> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2108"/> + <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="2115"/> + <source>Goto Previous Method or Class</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2115"/> + <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="2122"/> + <source>Go to the previous method or class definition</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2125"/> + <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="2133"/> + <source>Goto Next Method or Class</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2133"/> + <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="2140"/> + <source>Go to the next method or class definition</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="ViewManager/ViewManager.py" line="2143"/> + <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> </context> <context> <name>ViewProfileDialog</name>